@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
:root{
    --primary-color: #a51c30;
    --secondary-color: #12336b;
    --default-color: #353535;
}
body {
	margin: 0;
	font-family: 'Open Sans', serif !important;
	color:var(--default-color) !important;
	background: #f1f1f1 !important;
	font-size:15px !important;
}
#se-pre-clat {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/clat_loading.gif) center no-repeat #fff;
}
label {
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: #3F51B5;
}
.heading {
    text-align: center;
}
.heading h2{
	display: inline-block;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
/*
.heading h2::before {
    background-color: var(--secondary-color) !important;
    bottom: -25%;
    content: "";
    height: 3px;
    left: 25%;
    position: absolute;
    width: 50%;
}
.heading h2::after {
    background-color: var(--primary-color) !important;
    bottom: -25%;
    content: "";
    height: 3px;
    left: 25%;
    position: absolute;
    width: 25%;
    transition: .3s;
}
*/
.alert-clat{
	border: 1px solid #ffffff;
    border-radius: 2px;
	margin-bottom: 5px;
    font-size: 13px;
    padding: 7px;
    background: rgba(236, 232, 232, 0.42);
    font-style: italic;
    color: #717171;
}
.clat-btn-primary {
    background-color: var(--primary-color)!important;
    color: #fff !important;
}
.clat-btn-secondary {
    background-color: var(--secondary-color)!important;
    color: #fff !important;
}
.clat-btn-default {
    background-color: #fff !important;
    color: #707070 !important;
    border: 1px solid #a0a0a0 !important;
}
.clat-btn {
    text-decoration: none !important;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    font-size: 12px;
    outline: 0;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}
.clat-btn:focus:not(:active)::after {
  display: block;
}
.clat-btn-small{
	padding: 0 8px !important;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    height: 22px !important;
    letter-spacing: initial;
    font-size: 11px;
    font-weight: 500;
}
.clat-btn.disabled, .clat-btn[disabled], fieldset[disabled] .clat-btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
input:-internal-autofill-selected {
    background-color: inherit !important;
    background-image: none !important;
    color: inherit !important;
}
.form-group > label {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 2px;
}
.form-control{
	display: block !important;
    width: 100% !important;
    padding: 4px 3px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    color: var(--default-color) !important;
    background-clip: padding-box !important;
    border: 1px solid #b1b1b1 !important;
    border-radius: .25rem !important;
    transition: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #fff !important;
    border-radius: .25rem !important;
    height: 30px !important;
	padding-left: 6px !important;
}
.form-control:focus,.form-control:active{
	border-color:var(--secondary-color) !important;
	-moz-box-shadow: 0 0 0 0.15rem #57bdc442 !important;
    -webkit-box-shadow: 0 0 0 0.15rem #57bdc442 !important;
    box-shadow: 0 0 0 0.15rem #57bdc442 !important;
}
textarea.form-control {
    height: auto !important;
}
select.form-control {
    padding: 3px 4px !important;
}
.text-dash{
	width: 100%; 
   text-align: center; 
   border-bottom: 1px solid; 
   line-height: 0.1em;
   margin: 15px 0 15px; 
}
.text-dash span { 
    background:#fff; 
    padding:0 10px; 
}
.alert-clat {
    background-color: #607D8B;
    border-color: #90A4AE;
    color: #ffffff;
    border-radius: 5px !important;
    padding: 7px !important;
    font-size: 13px !important;
    font-style: italic;
}
.form-help{
    color: #797878;
    border-radius: 5px !important;
    font-size: 11px !important;
    font-style: italic;
    clear: both;
}

#loginMenu {
    background: #2e3f51;
    color: #f4f4f4;
    height: 50px;
    line-height: 50px;
	width:100%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
#menu-title{
    font-weight: 600;
    font-size: 18px;
	float:left;
	line-height: 50px;
	padding-left:35px;
	cursor:pointer;
    color: #fff;
    text-decoration: none;
}
.show-details{
	float:right;
	line-height: 50px;
	font-size:30px;
	padding: 0px 20px;
}
.show-details .dropdown-menu{
	right: 0px !important;
    left: auto !important;
	padding: 0;
	margin: 0;
}
.show-details .dropdown-toggle{
	color:#fff !important;
	text-decoration:none !important;
}

.show-details .dropdown-menu a {
    padding: 10px;
    line-height: 20px;
    border-top: solid 1px rgba(51,51,51,0.12);
    font-size: 14px;
	color:#121212 !important;
}
.show-details .dropdown-menu a i{
    float:right;
	font-size: 16px;
}

#user-info {
    line-height: 20px;
    padding: 10px;    
	color: #868788;
    width: 200px;
	font-size: 14px;
}
#user-name{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
}
@media (max-width: 768px){
	#menu-title{
		padding-left:10px;
	}
}
.clat-list-container{
	border: 1px solid #8a8585;
	border-radius: 4px;
	margin: 10px auto;
	width: 600px;
    max-width: 100%;
}
.clat-list {
	padding:10px;
	border-bottom: 1px solid #8a8585;
    display:flex;
	align-items: stretch;
    text-align: left;
}
.clat-list:last-child{
	border-bottom:0px;
}
.clat-list > .clat-list-label {
    width: 40%;
}
.clat-list > .clat-list-value{
    font-weight: 600;
	font-size:14px;
    width: 60%;
}
.clat-badge{
	border-radius: 30px;
    padding: 1px 15px;
    color: #fff;
    text-align: center;
}