/*THEME_1*/
/*COLOR*/
body {

}
.breadcrumb, .navbar {
	/*background-color: #ECEEEF !important;*/
}
.breadcrumb a {
	color: #0275d8 !important;
}
a {
	cursor: pointer;
}
.btn-navbar {
    background-color: #2D384E;
    color: #eeeeee !important;
}
.navbar2, .navbar2 .dropdown-menu {
	background-color: #2d384e !important;
	color: #fff;
}
.navbar2 li.active a {
	background-color: #3F729B !important;
}
.navbar2 a {
	color: #fff !important;
}
.navbar2 a:hover, .navbar2 a:active, .navbar2 .nav .open > a {
	background-color: #3F729B !important;
}
.nav .scroll-up, .nav .scroll-down {
	background-color: #2d384e !important;
}
li.active > a{
    /*background-color: #3F729B !important;*/
}

/*.navbar-nav a {
    color: #eeeeee !important;
}*/
.user {
    background-color: #2D384E;
    color: #eeeeee;
}
/*#freestyle-loader {
    position: fixed;
    padding: 0 20%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: black;
    display: none;
    opacity: 0.9;
    color: #fff;
    cursor: wait;
}*/
.footer {
    background-color: #2d384e !important;
    color: #eeeeee;
}
.cd-top {
	/*background-color: #1C2331 !important;*/
}
.cd-top i {
	/*color: #fff;*/
}
.panel {
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}
.panel-default .panel-heading {
    background-color: #45526E;
    color: #fff;
}
.form-control {
	border-radius: 0 !important;
}
.form-control:focus {
	border: 1px solid #45526E !important;
	box-shadow: none;
}
.form-group.required label::after {
	content: "*";
	color: red;
}
td.clickable {
	color: #337ab7;
	text-decoration: underline;
}
th {
	/*background-color: #2D384E !important;*/
	/*color: #fff;*/
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #F5F5F5;
}
.table-hover > tbody > tr:hover, table:not(.no-highlight) tr.selected td {
	background-color: #B3E5FC !important;
}

.btn {
    border-radius: 0;
    outline: 0 none;
}
.btn-primary {
    background: #2D384E none repeat scroll 0 0;
	color: #eeeeee;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    background-color: #1C2331 !important;
}
.btn-success {
    background: #00c851 none repeat scroll 0 0;
}
.btn-success:focus, .btn-success:hover {
    background-color: #00d255 !important;
}
.btn-warning {
    background: #f80 none repeat scroll 0 0;
}
.btn-warning:focus, .btn-warning:hover {
    background-color: #ff961f !important;
}
.btn-danger {
    background: #c00 none repeat scroll 0 0;
}
.btn-danger:focus, .btn-danger:hover {
    background-color: #db0000 !important;
}
.btn-info {
	background: #33b5e5 none repeat scroll 0 0;
}
.btn-info:focus, .btn-info:hover {
    background-color: #4ABDE8 !important;
}
.btn, .pager li a {
    transition: all 0.2s ease-out 0s;
}
.text-teal {
    color: #009688 !important
}
.text-red {
    color: #f44336 !important
}
/**/
@media screen and (min-width: 768px) {
	.navbar2 li.active > a::after {
		/*content: "";
		display: block;
		border: 8px solid transparent;
		bottom: 0;
		border-bottom: 8px solid #F5F5F5;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);*/
	}
}
