/* Write your custom CSS here */
.discarded {color: #ff3646;}
.form-horizontal .form-group {margin-right: 0px; margin-left: 0px;}
.page-sidebar {background-color: #ac051b;}
/*.page-sidebar {background-color: #f06868;} Light Redish Pink*/
.page-sidebar-menu ul li a {color: #fff;}
.logo-box {padding:15px 40px 11px; color:#ad051a !important; }
.page-sidebar-collapsed .logo-box {height: 56px; padding: 15px 10px 11px;}
.logo-box img {width: 100px;}
.readOnly-form-control {
    box-shadow: none !important;
    background-color: #f6f6f6;
    color: #646464;
    border-radius: 4px;
    padding: 5px 12px;
    height: 32px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid #dedede;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.page-sidebar-collapsed .page-sidebar-menu > ul > li:hover > a {color: #ad051a;}
.page-header-fixed .page-sidebar, .page-sidebar-fixed .page-sidebar, .page-sidebar-fixed.page-header-fixed .page-sidebar {padding-top:0px;}
.page-header {height: 57px; padding-top: 0; border-bottom: 1px solid #efefef; width: calc(100% - 240px); position: fixed; z-index: 41; box-shadow: -5px 12px 10px rgba(0,0,0,0.15);}
.page-header .navbar-nav > li > a:link {color: #000 !important; font-weight:600;}
.infoCardsIcons {color: rgba(0,0,0,0.3);}
.page-inner {padding: 70px 40px 42px 30px; background-color:#fff5f1; /*background-color:#ffe8e0;*/}
.page-sidebar-fixed .logo-box {position: relative; box-shadow: -5px 12px 10px rgba(0,0,0,0.15);}
@media only screen and (max-width: 991px) {
	.navbar-nav{display: none;}
	.page-header{width: 100% !important; padding-left:10px; padding-right:10px;}
	.navbar-header {float: none;}
	.page-inner:not(.login-page) {padding: 5px 10px 42px;}
	.container-fluid {padding-right: 8px; padding-left: 8px;}
}

/* 07-10-2019*/
.add_docs{
	margin-top: 10px;
}
.duplicate_applicant{
	cursor: pointer;
	background: #fbffbf!important;
}


tr.Active td:first-child {
    border-left: 5px solid #28e60d;
}

tr.Inactive td:first-child {
    border-left: 5px solid #e3e3e3 !important;
}

tr.Inactive td {
    color: #b9b9b9 !important;
}

/* 29/11/2019 */

.asset_image{
	width: 100px;
}

/* 18 Dec 2019 */

.bill-image {
	position: relative;
	float: left;
}
.btn-delete {
	position: absolute;
	cursor: pointer;
	right: 5px;
	width: 15px;
	height: 15px;
	top: 0px;
}
.btn-xs.float_right {
	cursor: none;
	float: right;
	margin-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	background-color: #252525;
}
.btn-xs.float_right:hover {
	color: #ad051a;
	border: 1px solid #ad051a !important;
}
.navbar-right.visible-xs, .navbar-right.visible-sm {
	float: right;
}
.dropdown-menu.right {
	left:100%;
	transform: translateX(-100%);
	min-width: 260px;
}
.dropdown-menu.right li{
	display:block;
}
.fixedHeader-floating {
	top:50px !important;
}
.requestType0 td {
	border-top:5px solid #b5b5b5 !important;
}
.requestType1 td, .requestType3 td {
	border-top:5px solid #F0A639 !important;	
}
.requestType2 td, .requestType4 td {
	border-top:5px solid #CF0808 !important;	
}
.requestType5 td {
	border-top:5px solid #04C947 !important;	
}
div.dtab table td {
	font-size:14px;
}
select[readonly]:-moz-read-only {
	pointer-events: none;
}
select[readonly]:read-only {
	pointer-events: none;	
}
.mt-0{
	margin-top: 0px;
}
.mb-0{
	margin-bottom: 0px;
}
.ml-0{
	margin-left: 0px;
}
.mr-0{
	margin-right: 0px;
}
.mt-1{
	margin-top: 10px;
}
.mt-2{
	margin-top: 20px;
}
.mt-3{
	margin-top: 30px;
}
.add-remove-btn{
	border: 1px solid;
    padding: 1px 6px;
}
.assign-asset-acc-box {
	padding-top: 15px;
    padding-bottom: 15px;
}


/*---------------------------------------------------*/
/* ------------- New Branding Styles ----------------*/

/*
.page-sidebar-fixed .page-sidebar .page-sidebar-inner {
    background: rgb(31,132,191);
    background: linear-gradient(225deg, rgba(31,132,191,1) 41%, rgba(56,191,175,1) 100%); 
}

.stats-widget .stats-number {
    color: #ffa000;
    font-size: 30px;
    font-weight: 800;
}

.stats-widget .stats-info {
    color: #000;
    font-weight: 800;
}

.dashboardBoxes {
    border: 1px solid #ffa000;
    background: #fffbf5; 
}

.page-header, .page-header-fixed, .page-header .navbar-default {
    background: #f7f9fa;
}
*/


