.checkbox input[type="checkbox"], .checkbox input[type="radio"]
{
    opacity: 1 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
    background-color: #393185 !important;
}
html, body {
    background: #eceff1;
}
.client-buster-frontend {
    background: #eceff1;
    padding-top: 60px;
    height: 100%;
}
.login-main {
    background: #eceff1; 
    padding: 50px 0;
}
.footer-section {
	background: #2b2a29;
}
.simple-page-wrap {
    /*width: 380px;*/
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    flex-direction: column;
    background: #fff;
    padding: 15px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background: #393185;
	border:1px solid #393185;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { 
	background: #393185;
	border:1px solid #393185;
}
.form-title {
	color: #000000;
    font-size: 20px;
    line-height: 24px;
}
.login-main p a, .login-main p a:hover {
	color: #393185;
	text-decoration: none;
}
a.password_eye {
    position: absolute;
    right: 0;
    width: 100%;
    height: 38px;
    display: inline-block;
    align-items: center;
    align-self: center;
    max-width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
	color: #393185;
    margin-top: 25px;
}
a.password_eye i {
	color: #393185;
}

.panel-heading h4 {
	margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
} 
.panel-default .panel-heading {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
} 
.panel-default .panel-heading a {
	color: #fff;
}
.panel-default .panel-body {
	overflow-x: hidden;
}
.box_auth .thumbnail {
	padding: 0;
	overflow: hidden;
}
.m-l-auto {
	margin-left: auto;
}

.m-r-auto {
	margin-right: auto;
}


.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	padding: 15px 8px;
}
a {
    color: #393185;
}
.app-content .panel-body .input-group {
    min-height: 64px !important;
    margin-bottom: 0px !important;
}
.form_title-head.panel-heading {
    background: #e31e24 !important;
}


.navbar-brand > img {
    max-width: 200px !important;
}


@media only screen and (max-width: 767px)
{ 
    .navbar-fixed-top.border-btm {
        box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.75) !important;
        -webkit-box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.75) !important;
    }

    .table-responsive {
        border: none !important;
    }
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.datepicker .table > thead > tr > th, 
.datepicker .table > thead > tr > td, 
.datepicker .table > tbody > tr > th, 
.datepicker .table > tbody > tr > td, 
.datepicker .table > tfoot > tr > th, 
.datepicker .table > tfoot > tr > td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}