body {
    font-family: 'Saira', Sans-Serif, Arial !important;
}

.external-page a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

body.external-page .confirmation-header .fa-check {
    font-size: 32px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 6px;
    margin-right: 9px;
    position: relative;
}

.flash-alerts {
    display: none;
    background: #404040;
    position: absolute;
    bottom: 47px;
    left: 30px;
    padding: 20px 16px;
    color: #fff;
    letter-spacing: 0.03em;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.07);
    -webkit-animation-duration: .2s;
}

.iziModal .iziModal-header-subtitle {
    font-size: 15px !important;
}

.external-page .error-handler {
    font-size: 150px;
    text-align: center;
}

form {
    height: 100%;
}

.error[style*=visible] + input, .reg-photo-error[style*=visible] + input + input, .error[style*=visible] + .error + input, .error[style*=visible] + select, .error[style*=visible] + textarea, .error[style*=visible] + .radiobuttons, .error[style*=visible] + .checkboxlist {
    border: 1.5px solid #ff6666 !important;
    background: #ffe5e5;
}
/*
.table tr th {
    border-right: 1px;
    border-left: 1px;
    border-bottom: 5px solid #eee !important;
}

.table {
    border: none;
}

.table tr td {
    border: none;
}
*/
.text-light, a.text-light:hover{color:#ddd;}
.footable-details tr th{border-bottom:1px solid #eee!important;}
table.footable-details tr:last-child th {
    border: 0 solid!important;
}
.loginstatus {
    float: right!important;
}
span.sidebar-title, .loginstatus a{text-transform:uppercase;font-size: 14px;text-transform: uppercase;}

@media only screen and (max-width: 480px) {
    .mb-hide{display:none!important;}
    .mb-l0{left:0!important;}
    .mb-w100{width:100%!important;}
}