/* Write your custom CSS here */
.discarded {color: #ff3646;}
.form-horizontal .form-group {margin-right: 0px; margin-left: 0px;}
.page-sidebar {background-color: #DD5C5C;}
.page-sidebar-menu ul li a {color: #fff;}
.logo-box {padding:15px 40px 11px; color:#DD5C5C !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: #DD5C5C;}
.page-header-fixed .page-sidebar, .page-sidebar-fixed .page-sidebar, .page-sidebar-fixed.page-header-fixed .page-sidebar {padding-top:56px;}
.page-header {height: 57px; padding-top: 0; border-bottom: 1px solid #efefef; width: calc(100% - 240px); position: fixed; z-index: 41;}
.page-header .navbar-nav > li > a:link {color: #DD5C5C !important;}
.infoCardsIcons {color: rgba(0,0,0,0.3);}
.page-inner {padding: 50px 40px 42px 30px;}
@media only screen and (max-width: 768px) {
	.navbar-nav{display: none;}
	.page-header{width: 100% !important;}
}

/* 07-10-2019*/
.add_docs{
	margin-top: 10px;
}
.duplicate_applicant{
	cursor: pointer;
	background: #fbffbf!important;
}