.alert-custom{
background:#00A79D;
color:#fff;
}
.login-box-body input{
	padding:1em;
	height:auto;
}
.login.content{
	padding:3em;
}
.loader{
 background: linear-gradient(270deg, #00a79d, #2b3990);
 background-size:400% 400%;
-webkit-animation: gradanim 1s ease infinite;
-moz-animation: gradanim 1s ease infinite;
animation: gradanim 1s ease infinite;
}

@-webkit-keyframes gradanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gradanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gradanim {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.box-default.collapsed-box{
	border-top:3px solid #00A79D !important;
}
.box-default.collapsed-box.hlight{
	border:3px solid #734366 !important;
}
.toptab{
	background:#fff;
	display:block;
	padding:1em;
	text-align:center;
	border-radius:4px;
	margin-bottom:1em;
	font-size:1.3em;
	box-shadow:2px 2px 0 #00A79D;
	color:#666;
}
.toptab:hover,.toptab.active{
	background:#2B3990;
	color:#fff;
	box-shadow:2px 4px 0 #00A79D;
}
.coloredbox{
	background:#00A79D;
	padding:1em 2em;
	border-radius:5px;
	
}
.coloredbox h4{
color:#fff;
font-weight:bold;
font-size:1.5em;
height:3em;
}
.coloredbox input{
	border:none;
	padding:.5em;
	width:90%;
	margin-bottom:1em;
}
.colored-submit{
	background:#28368e;
	border:none;
	color:#fff;
	text-transform:uppercase;
	padding:.6em 1.5em;
	font-size:1.5em;
	margin:1em 0;
	border-radius:5px;
}
#datagrid thead{
	color:#00A79D;
}
.btn-custom{
	background:#00A79D;
	color:#fff;
}
a.grey-btn-big{
	font-size:20px !important;
	background:#f1f1f1;
	color:#000;
	padding:1.25rem;
	border-radius:4px;
	cursor:pointer;
	width:100%;
	display:block;
	box-shadow:0 1px 1px #ccc;
	letter-spacing:1px;
}
.grey-btn-big:hover{
	background:#fff;
	color:#000;
	box-shadow:0 1px 4px #ccc;
}
.btn-custom:hover,.btn-custom:active{
	background:#009B91;
	color:#fff;
}
.treeview-menu li a{
	padding:1em !important;
	color:#00A79D;
}
.treeview-menu a:hover,.treeview-menu li.active a{
	color:#28368e;
	background:#28368e;
	color:#fff;
}
.top-status{
position:absolute; top:15px; left:50%;
margin:0;
}
.lightblue{
	color:#00A79D;
}
.dblue{
	color:#28368e;
}
.dred{
	color:#dd4b39;
}
.orange{
	color:#f39c12;
}
.green{
	color:#00a65a;
}
.aqua{
	color:#00c0ef;
}
#calendar h2, #calendar2 h2{
color:#28368e;
font-size:1.2em;
display:block;
float:none;
position:static;
}
.mswitch{
	margin-right:1em;
	background:#fff;
	border:1px solid #00A79D;
}
.mswitch.active{
	color:#fff;
	background:#00A79D;
	border:1px solid #00A79D;
}