/**
 * Unicorn Admin Template
 * Diablo9983 -> diablo9983@gmail.com
**/
body {
	background-color: #252525;
    background-image: -webkit-gradient(linear, 0 20%, 0 100%, from(#252524), to(#004e74));
    background-image: -webkit-linear-gradient(top, #252524 20%, #004e74 100%);
    background-image: -moz-linear-gradient(top, #252524 20%, #004e74 100%);
	background-image: -ms-linear-gradient(top, #252524 20%, #004e74 100%);
	background-image: -o-linear-gradient(top, #252524 20%, #004e74 100%);
	background-image: linear-gradient(top, #252524 20%, #004e74 100%);
}

#header {
    box-shadow: 0 1px 0 #252525;
	background-color: #252525;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#252525), to(#252525));
    background-image: -webkit-linear-gradient(top, #252525 0%, #252525 100%);
    background-image: -moz-linear-gradient(top, #252525 0%, #252525 100%);
	background-image: -ms-linear-gradient(top, #252525 0%, #252525 100%);
	background-image: -o-linear-gradient(top, #252525 0%, #252525 100%);
	background-image: linear-gradient(top, #252525 0%, #252525 100%);
    border-bottom: 1px solid #252525;
    background-image: url("../../images/bootstrap/logo.png");
	background-size: 200px;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 10px;
}

#search input[type=text], #search button {
	background-color: #055781;
}
#search input[type=text]:focus {
	color: #3F9BF8;
}

#sidebar > ul {
	border-top: 1px solid #00496D;
	border-bottom: 1px solid #2A7C98;
}
#sidebar > ul > li {
	border-top: 1px solid #2A7C98;
	border-bottom: 1px solid #00496D;
	background-color: #004d73;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#1d7492), to(#004e74));
	background-image: -webkit-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -moz-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -ms-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -o-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: linear-gradient(top, #1d7492 0%, #004e74 100%);
}
#sidebar > ul > li.active {
    background-color: #004d73;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#004d73), to(#004d73));
	background-image: -webkit-linear-gradient(top, #004d73 0%, #004d73 100%);
	background-image: -moz-linear-gradient(top, #004d73 0%, #004d73 100%);
	background-image: -ms-linear-gradient(top, #004d73 0%, #004d73 100%);
	background-image: -o-linear-gradient(top, #004d73 0%, #004d73 100%);
	background-image: linear-gradient(top, #004d73 0%, #004d73 100%);
}

#sidebar > ul > li.open.submenu > a {
	border-bottom: 1px solid #1970B6;
}
#sidebar > ul > li.open.active.submenu > a {
	border-bottom: 1px solid #0565A7;
}
#sidebar > ul > li > a > .label {
	background-color: #19709C;
}
#sidebar > ul > li > a {
	padding: 10px 0 10px 15px;
	display: block;
	color: #ffffff;
}
#sidebar > ul > li > a:hover {
	background-color: #0D567A;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#2A7C98), to(#0D567A));
	background-image: -webkit-linear-gradient(top, #2A7C98 0%, #0D567A 100%);
	background-image: -moz-linear-gradient(top, #2A7C98 0%, #0D567A 100%);
	background-image: -ms-linear-gradient(top, #2A7C98 0%, #0D567A 100%);
	background-image: -o-linear-gradient(top, #2A7C98 0%, #0D567A 100%);
	background-image: linear-gradient(top, #2A7C98 0%, #0D567A 100%);
}
#sidebar > ul ul {
	border-top: 1px solid #1d7492;
	background-color: #1d7492;
}
#sidebar > ul ul li a {
	border-top: 1px solid #19709C;
	border-bottom: 1px solid #054281;
}
#sidebar > ul ul li a:hover, #sidebar > ul ul li.active a {
	color: #3FC6F8;
	background-color: #054281;
}

.dropdown-menu li a:hover, .dropdown-menu .active a, .dropdown-menu .active a:hover {
    color: #eeeeee;
	background-color: #3F8AB0;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, #00B6FF, #055781);
    background-image: -webkit-linear-gradient(top, #00B6FF 0%, #055781 100%);
    background-image: -moz-linear-gradient(top, #00B6FF 0%, #055781 100%);
    background-image: -ms-linear-gradient(top, #00B6FF 0%, #055781 100%);
    background-image: -o-linear-gradient(top, #00B6FF 0%, #055781 100%);
    background-image: linear-gradient(top, #00B6FF 0%, #055781 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B6FF', endColorstr='#055781',GradientType=0 ); /* IE6-9 */
}

#user-nav .btn-inverse {
    background-color: #33324B;
    background-image: -webkitgradient(linear, 0 0%, 0 100%, from(#33324B), to(#0D0D1E));
    background-image: -webkit-linear-gradient(top, #33324B 0%, #0D0D1E 100%);
    background-image: -moz-linear-gradient(top, #33324B 0%, #0D0D1E 100%);
    background-image: -ms-linear-gradient(top, #33324B 0%, #0D0D1E 100%);
    background-image: -o-linear-gradient(top, #33324B 0%, #0D0D1E 100%);
	background-image: linear-gradient(top, #33324B 0%, #0D0D1E 100%);
	border-top-color: #1F1E38;
}
#user-nav .btn-inverse > a {
    color: #ffffff;
    color: rgba(255,255,255,0.6);
}

#breadcrumb {
	background-color: #252525;
	color: #ffffff;
	box-shadow: 0 0 1px #000000;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding-left: 10px;
}

#breadcrumb a {
	color: #A7A7A7;
}

#breadcrumb a.current {
	color: #ffffff;
}

#breadcrumb a:hover {
	color: #D3D3D3;
}

[class^="icon-"], [class*=" icon-"] {
	background-image: url("../../images/bootstrap/glyphicons-halflings-white.png");
}

.stat-boxes li:hover, .quick-actions li:hover, .quick-actions-horizontal li:hover {
	background-color: #ebce58;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ebce58), to(#f0ad27));
	background-image: -webkit-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -moz-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -ms-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -o-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	border: 1px solid #f0ad27;
	box-shadow: 0 1px 0 0 #ebce58 inset, 0 1px 0 rgba(255,255,255,0.4);
}

.stat-boxes li, .quick-actions li, .quick-actions-horizontal li {
	background-color: #ebce58;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ebce58), to(#f0ad27));
	background-image: -webkit-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -moz-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -ms-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -o-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	border: 1px solid #f0ad27;
	box-shadow: 0 1px 0 0 #ebce58 inset, 0 1px 0 rgba(255,255,255,0.4);
}

.stat-boxes .left, .stat-boxes .right {
	text-shadow: none;
}

.widget-title span.icon {
	border-right: 1px solid #cdcdcd;
	background-color: #ebce58;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#ebce58), to(#f0ad27));
	background-image: -webkit-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -moz-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -ms-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: -o-linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	background-image: linear-gradient(top, #ebce58 0%, #f0ad27 100%);
	opacity: 1;
}

#user-nav .btn-inverse {
	border-bottom: 1px solid #00496D;
	background-color: #004d73;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#1d7492), to(#004e74));
	background-image: -webkit-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -moz-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -ms-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -o-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: linear-gradient(top, #1d7492 0%, #004e74 100%);
}

#user-nav .btn-inverse {
	border-bottom: 1px solid #00496D;
	background-color: #004d73;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#1d7492), to(#004e74));
	background-image: -webkit-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -moz-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -ms-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: -o-linear-gradient(top, #1d7492 0%, #004e74 100%);
	background-image: linear-gradient(top, #1d7492 0%, #004e74 100%);
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	color: #fff;
	background-color: #004d73;
}

#user-nav .btn-inverse > a {
	color: #ffffff;
}

@media (max-width: 480px) {
	#sidebar > a {
		background-image: -moz-linear-gradient(top, #004e74 0%, #1d7492 100%);
		border-bottom: 1px solid #6e6e6e;
	}
	#sidebar > ul {
		background-color: #3F8AB0;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	#sidebar > ul ul:before {
		border-right: 7px solid rgba(0, 0, 0, 0.2);
	}
	#sidebar > ul ul:after {
		border-right: 6px solid #055781;
    }
}
