.page-heading-margin {
	margin-top: -20px;
	margin-left: 5px;
}

/* OVERRIDE */

body {
	background-color: #10b4ae;
}

#page-wrapper {
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0,0,0,0.05);
}

.btn {
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0,0,0,0.05);
}

.btn.btn-primary {
	background-color: #10b4ae;
	border-color: #10b4ae;
}

.btn:hover {
	background-color: #cddc39;
	border-color: #cddc39;
}

.form-control:focus {
	border-color: #2085c4!important;
}

.ibox {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0,0,0,0.05);
}

.nav > li {
	/*border-bottom: 1px solid #0d8e89 !important;*/
}

.nav > li.active {
	background-color: #0e918c;
}

.nav.nav-tabs > li.active {
	background-color: #f3f3f3;
}

.nav > li > a {
	/*color: #607d8b;*/
	color: #000;
	/*padding: 14px 20px 14px 20px;*/
}

/*.nav-second-level li a {

}*/

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
	background-color: #cddc3900;
	color: white;
}



/* CUSTOM */

a {
	color: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: none;
}

input.number {
	text-align: right;
}

/*.wrapper-content {
	margin-top: 60px;
}*/

.custom-navtabs {
	padding-bottom: 25px;
	position: fixed;
	/*top: 59px;*/
	top: 22px;
	background: transparent;
	/*z-index: 99;*/
	z-index: 1010;
}

.custom-navtabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


.custom-navtabs ul li {
	display: inline-block;
	padding: 10px 15px;
	margin-left: -15px;
	/*background: #1ab394;*/
	background: #a7b1c2;
	/*border-bottom-left-radius: 10px;*/
	border-top-left-radius: 10px;
	/*border-bottom-right-radius: 10px;*/
	border-top-right-radius: 10px;
	color: #fff;
	border:1px solid #f3f3f3;
	/*transition: .3s ease-in-out;*/
	position: relative;
	z-index: 9;

	/*font-weight: bold;*/
}


.custom-navtabs ul li i {
	float: right;
	position: relative;
	margin-left: 15px;
	top: 2px;
}

.custom-navtabs ul li:hover {
	/*background: #1aa570;*/
	background: #5ab9f0;
	position: relative;
	z-index: 9999;
	top: -5px;
	padding-bottom: 15px;
} 

.custom-navtabs ul li.active {
	/*background: #2085c4;*/
	background: #f3f3f4;
	padding-bottom: 15px;
	position: relative;
	z-index: 999;
	color: #337ab7;
	top: -5px;
	font-weight: bold;
}

/*INSPINIA CSS RE-Edit Or Custom*/

.dashboard-header {
	margin-top: 25px;
}

.file-delete-btn {
	position: absolute;
	z-index: 99;
	right: 20px;
}

.file-box {
	/*width: 100%;*/
	padding: 0px;

	/*float: none;*/
	/*width: auto;*/
}

.file .file-name {
	height: 150px;
	overflow: hidden;
}

.filemanager-browse-modal {
	z-index: 10020 !important;
}

.ibox-content .section-title {
	color: #337ab7;
}

.modal-open .container-fluid, .modal-open  .container {
	-webkit-filter: blur(5px) grayscale(90%);
}

.text-green {
	color: #1ab394;
}

/*
body.modal-open #wrapper {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
*/

.panel-collapse.collapse.in {
	display: block;
	/*height: 200px;*/
	overflow-x: hidden;
	/*overflow-y: scroll;*/
}

.edit form input {
	.form-control;
}

.form.backdrop-shadow {
	/*box-shadow: 0px 1px 10px #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
	padding: 20px;
}

.bar-wrapper {
	background: #56b7e9!important;
	color: #fff!important;
}

.ibox-tools a {
	color: #247AA5;
}

.link {
	color:#337ab7;
}



.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #ffffff;
}

.table>tbody>tr {
	background-color: #ffffff;
}

.DTFC_LeftBodyWrapper {
	top: -13px!important;
}

.text-bold {
	font-weight: bold;
	font-size: 16px;
}

.text-italic {
	font-style: italic;
}

.is_header {

}

.label-yellow {
	background-color: #ffeb3b;
	color: #FFFFFF;
}

.text-yellow {
	color: #ffeb3b;
}

.bg-yellow {
	background-color: #ffeb3b;
}