﻿.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff !important;
    background-color: #007bff !important;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #0062cc !important;
    }

.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #545b62 !important;
    }

.badge-success {
    color: #fff !important;
    background-color: #28a745 !important;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #1e7e34 !important;
    }

.badge-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #117a8b !important;
    }

.badge-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529 !important;
        text-decoration: none !important;
        background-color: #d39e00 !important;
    }

.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #bd2130 !important;
    }

.badge-light {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529 !important;
        text-decoration: none !important;
        background-color: #dae0e5 !important;
    }

.badge-dark {
    color: #fff !important;
    background-color: #343a40 !important;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #1d2124 !important;
    }


/* START => BOOTSTRAP OFFSET TO RIGHT */
.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}

/* END => BOOTSTRAP OFFSET TO RIGHT */


@media (max-width: 992px) {
    .zn-res-menuwrapper {
        display: none !important;
    }
    #main-menu, .zn-megaMenuSmartArea-content {
        display: block !important;
    }
}

.content-body, .panel-body {
    background: #cec5b752 !important;
    color: #484848;
}

.panel-footer {
    border-radius: 0 !important;
}

abbr [title], abbr[data-original-title] {
    border-bottom: 2px dotted #777 !important;
    text-decoration: none !important;
}

.input-group-multi [class*='col-'] {
    margin: 0 !important;
    padding: 0 !important;
}

/*.input-group-multi .form-control {
    border-right: initial;
}*/

.input-group-multi [class*='col-']:last-child .form-control {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #ccc;
}

.ssba {
}

    .ssba img {
        width: 35px !important;
        padding: 6px;
        border: 0;
        box-shadow: none !important;
        display: inline !important;
        vertical-align: middle;
    }

    .ssba, .ssba a {
        text-decoration: none;
        border: 0;
        background: none;
        font-family: Indie Flower;
        font-size: 20px;
    }

.loginmodal-container {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #bec3c7; /*#444;*/
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0,0,0,.3);
    overflow: hidden;
    font-family: roboto;
    border: 6px solid #262626;
    color: #000 !important;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
        color: #fff !important;
        background-color: #000;
        font-weight: bold;
        line-height: 57px;
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 0;
    }

    .loginmodal-container span {
        text-align: center;
        font-size: 1.8em;
        /*font-family: roboto;*/
        font-family: simplificaFont;
        letter-spacing: 2.2px;
        color: #000 !important;
        /*background-color: #000;*/
        font-weight: bold;
        line-height: 57px;
        margin-top: 0;
    }

    .loginmodal-container input[type=submit] {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 4px;
        margin-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .loginmodal-container .username-login, .password-login {
        height: 35px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container .username-login:hover, .password-login:hover {
            -webkit-box-shadow: 0 0 25px 0 rgba(255,255,255,1);
            -moz-box-shadow: 0 0 25px 0 rgba(255,255,255,1);
            box-shadow: 0 0 25px 0 rgba(255,255,255,1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial',sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    border: 2px solid #9a9a9a;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,.1);
    background-color: #000;
    padding: 17px 0;
    font-family: roboto;
    font-size: 14px;
}

    .loginmodal-submit:hover {
        -webkit-box-shadow: 0 0 25px 0 rgba(255,255,255,1);
        -moz-box-shadow: 0 0 25px 0 rgba(255,255,255,1);
        box-shadow: 0 0 25px 0 rgba(255,255,255,1);
    }

.loginmodal-container a {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    opacity: .6;
    text-align: right;
    text-decoration: none;
    transition: opacity .5s ease 0s;
}

.login-help {
    font-size: 12px;
    font-weight: bold;
}

.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    /*border: 1px solid transparent !important;*/
    white-space: nowrap;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 0px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    position: relative;
    /*color: #fff;*/
    z-index: 1;
    -webkit-transition: padding .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: padding .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: padding .2s ease-in-out, transform .2s ease-in-out;
    transition: padding .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .btn:before {
        content: '';
        opacity: 0;
        position: absolute;
        border-radius: 0;
        height: 14px;
        width: 100%;
        top: 50%;
        left: 0;
        background-color: #d64742;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: height .2s ease-in-out;
        transition: height .2s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: -1;
    }

    .btn:hover {
        text-decoration: none !important;
        background-color: #262626 !important;
        border: 1px solid transparent !important;
    }

        .btn:hover:before {
            height: 100%;
            opacity: 1;
        }

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 1px solid #adadad !important;
        outline-offset: 1px !important;
    }

.btn-primary:before {
    background-color: #e3c29f !important;
    color: black !important;
}

.btn-default:before {
    background-color: #fcf0f0 !important;
    color: black !important;
}

.btn-info:before {
    background-color: #70c8e2 !important;
}

.btn-success:before {
    background-color: #51b451 !important;
}

.btn-warning:before {
    background-color: #efa740 !important;
}

.btn-danger:before {
    background-color: #d64742 !important;
}

.btn-yellow:before {
    background-color: #fff492 !important;
}


.thumbnail {
    border: none !important;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    height: fit-content;
    max-height: 800px;
    overflow: auto;
    margin-top: 0px !important;
}

.modal-content {
    /*min-width: 800px;*/
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.tparrows {
    font-size: 90px !important;
}

#rev_slider_5_1 .uranus.tparrows::before {
    font-size: 90px !important;
}

.newli {
    margin-left: 14px;
}

.customli {
    list-style-type: none;
    padding-bottom: 10px;
}

.floatright {
    float: left;
}

.fa-youtube {
    font-size: 20px;
    background-color: white;
    padding: 5px;
    border-radius: 2px;
    width: 29px;
}

.mytube {
    background-color: #121212;
    color: gray;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.broken_link, a.broken_link {
    text-decoration: line-through;
}

.eluida4a1535a {
    margin-top: -169px;
    margin-bottom: -65px;
}

@media screen and (max-width: 767px) {
    .eluida4a1535a {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .newgen {
        margin-left: 0px !important;
    }
}

.eluida4a1535a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.eluid30e14b2a .grid-ibx__title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
}

.eluid30e14b2a .grid-ibx__desc {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    font-style: normal;
}

.eluid30e14b2a .grid-ibx__icon {
    color: #ffffff;
}

.eluid30e14b2a .grid-ibx__item:hover .grid-ibx__icon {
    color: #ffffff;
}

.eluid30e14b2a .grid-ibx__item {
    height: 274px;
}

.eluid30e14b2a .grid-ibx__item {
    background-color: #bfbfbf;
}

    .eluid30e14b2a .grid-ibx__item:hover {
        background-color: #2b77bc;
    }

.eluid30e14b2a .grid-ibx__item {
    padding-right: 40px;
    padding-left: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .eluid30e14b2a .grid-ibx__item {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid30e14b2a .grid-ibx__item {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.eluid30e14b2a .grid-ibx__item-0 {
    background-color: #2626268c;
}

    .eluid30e14b2a .grid-ibx__item-0:hover {
        background-color: #c41618;
    }

.eluid30e14b2a .grid-ibx__item-1 {
    background-color: #262626ad;
}

    .eluid30e14b2a .grid-ibx__item-1:hover {
        background-color: #c41618;
    }

.eluid30e14b2a .grid-ibx__item-2 {
    background-color: #262626bf;
}

    .eluid30e14b2a .grid-ibx__item-2:hover {
        background-color: #c41618;
    }

.eluid30e14b2a .grid-ibx__item-3 {
    background-color: #262626d4;
}

    .eluid30e14b2a .grid-ibx__item-3:hover {
        background-color: #c41618;
    }

.eluid740dbff7 {
    margin-top: 82px;
}

.eluid740dbff7 {
    padding-top: 5px;
    padding-bottom: 20px;
}

.eluid23e4805d {
    height: 300px;
}

.eluid28ba4f79 {
    padding-top: 0px;
    padding-bottom: 35px;
}

    .eluid28ba4f79 .tbk__title {
        margin-bottom: 10px;
    }

    .eluid28ba4f79 .tbk__title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        color: #c41618;
    }

    .eluid28ba4f79 .tbk__subtitle {
        font-size: 13px;
    }

    .eluid28ba4f79 .tbk__icon {
        font-size: 28px;
    }

.eluid848596f9 {
    padding-top: 0px;
    padding-bottom: 35px;
}

    .eluid848596f9 .tbk__title {
        margin-bottom: 10px;
    }

    .eluid848596f9 .tbk__title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 400;
        color: #343638;
    }

    .eluid848596f9 .tbk__subtitle {
        font-size: 13px;
    }

    .eluid848596f9 .tbk__icon {
        font-size: 28px;
    }

.eluidd6a6ac08 {
    padding-top: 1px;
    padding-bottom: 0px;
}

.zn_section.eluidd6a6ac08 {
    background-color: white;
}

.eluid0581bd8a {
    padding-top: 14px;
    padding-bottom: 1px;
}

    .eluid0581bd8a .tbk__title {
        margin-bottom: 8px;
    }

    .eluid0581bd8a .tbk__title {
        font-size: 38px;
        line-height: 38px;
        font-weight: 700;
        color: #dd3333;
        font-style: normal;
        text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    }

    .eluid0581bd8a .tbk__subtitle {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
        font-style: normal;
    }

    .eluid0581bd8a .tbk__icon {
        font-size: 30px;
    }

    .eluid0581bd8a.tbk--colored .tbk__symbol span {
        background-color: #cd2122;
    }

.eluid248e7f7b {
    background-color: #d51d1d;
    color: #fff;
}

    .eluid248e7f7b.hover-box-2 .hover-box__content:after, .eluid248e7f7b.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluid248e7f7b:hover {
        background-color: #464749;
        color: #fff;
    }

    .eluid248e7f7b.hover-box-2:hover .hover-box__content:after, .eluid248e7f7b.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluid248e7f7b .hb-circle circle {
        stroke: #fff;
    }

    .eluid248e7f7b .hb-circle path {
        fill: #fff;
    }

.eluidaa09a74a {
    background-color: #454648;
    color: #fff;
}

    .eluidaa09a74a.hover-box-2 .hover-box__content:after, .eluidaa09a74a.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluidaa09a74a:hover {
        background-color: #dd3333;
        color: #fff;
    }

    .eluidaa09a74a.hover-box-2:hover .hover-box__content:after, .eluidaa09a74a.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluidaa09a74a .hb-circle circle {
        stroke: #fff;
    }

    .eluidaa09a74a .hb-circle path {
        fill: #fff;
    }

.eluid16d04637 {
    background-color: #dd3333;
    color: #fff;
}

    .eluid16d04637.hover-box-2 .hover-box__content:after, .eluid16d04637.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluid16d04637:hover {
        background-color: #454648;
        color: #fff;
    }

    .eluid16d04637.hover-box-2:hover .hover-box__content:after, .eluid16d04637.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluid16d04637 .hb-circle circle {
        stroke: #fff;
    }

    .eluid16d04637 .hb-circle path {
        fill: #fff;
    }

.eluidf34a2430 {
    background-color: #454648;
    color: #fff;
}

    .eluidf34a2430.hover-box-2 .hover-box__content:after, .eluidf34a2430.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluidf34a2430:hover {
        background-color: #dd3333;
        color: #fff;
    }

    .eluidf34a2430.hover-box-2:hover .hover-box__content:after, .eluidf34a2430.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluidf34a2430 .hb-circle circle {
        stroke: #fff;
    }

    .eluidf34a2430 .hb-circle path {
        fill: #fff;
    }

.eluidb520dacd {
    margin-top: -8px;
}

.eluidb520dacd {
    padding-top: 13px;
    padding-bottom: 20px;
}

.zn_section.eluidb520dacd {
    background-color: white;
}

.eluidefb87af5 {
    background-color: #454648;
    color: #fff;
}

    .eluidefb87af5.hover-box-2 .hover-box__content:after, .eluidefb87af5.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluidefb87af5:hover {
        background-color: #dd3333;
        color: #fff;
    }

    .eluidefb87af5.hover-box-2:hover .hover-box__content:after, .eluidefb87af5.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluidefb87af5 .hb-circle circle {
        stroke: #fff;
    }

    .eluidefb87af5 .hb-circle path {
        fill: #fff;
    }

.eluid4ebacee8 {
    background-color: #dd3333;
    color: #fff;
}

    .eluid4ebacee8.hover-box-2 .hover-box__content:after, .eluid4ebacee8.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluid4ebacee8:hover {
        background-color: #454648;
        color: #fff;
    }

    .eluid4ebacee8.hover-box-2:hover .hover-box__content:after, .eluid4ebacee8.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluid4ebacee8 .hb-circle circle {
        stroke: #fff;
    }

    .eluid4ebacee8 .hb-circle path {
        fill: #fff;
    }

.eluidf577dddb {
    background-color: #454648;
    color: #fff;
}

    .eluidf577dddb.hover-box-2 .hover-box__content:after, .eluidf577dddb.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluidf577dddb:hover {
        background-color: #dd3333;
        color: #fff;
    }

    .eluidf577dddb.hover-box-2:hover .hover-box__content:after, .eluidf577dddb.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluidf577dddb .hb-circle circle {
        stroke: #fff;
    }

    .eluidf577dddb .hb-circle path {
        fill: #fff;
    }

.eluid330a6c93 {
    background-color: #dd3333;
    color: #fff;
}

    .eluid330a6c93.hover-box-2 .hover-box__content:after, .eluid330a6c93.hover-box-3 .hover-box__content:after {
        background: #fff;
    }

    .eluid330a6c93:hover {
        background-color: #454648;
        color: #fff;
    }

    .eluid330a6c93.hover-box-2:hover .hover-box__content:after, .eluid330a6c93.hover-box-3:hover .hover-box__content:after {
        background: #fff;
    }

    .eluid330a6c93 .hb-circle circle {
        stroke: #fff;
    }

    .eluid330a6c93 .hb-circle path {
        fill: #fff;
    }

.eluid57616006 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.eluid14b5b45d > .znColumnElement-innerWrapper {
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid14b5b45d > .znColumnElement-innerWrapper {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .eluid14b5b45d > .znColumnElement-innerWrapper {
        margin-bottom: 50px;
    }
}

.eluid2dc01363 > .znColumnElement-innerWrapper {
    background-color: #f4f4f4;
}

.eluid2dc01363 > .znColumnElement-innerWrapper {
}

.eluid2dc01363 > .znColumnElement-innerWrapper {
    margin-right: 0px;
    margin-left: 40px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .eluid2dc01363 > .znColumnElement-innerWrapper {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid2dc01363 > .znColumnElement-innerWrapper {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .eluid2dc01363 > .znColumnElement-innerWrapper {
        margin-left: 0px;
    }
}

@media screen and (max-width:991px) {
    .sticky-top-area {
        background-color: gray !important;
    }
}

.eluid2dc01363 > .znColumnElement-innerWrapper {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.eluid264a9202 {
    padding-top: 0px;
    padding-bottom: 30px;
}

    .eluid264a9202 .tbk__title {
        margin-bottom: 0px;
    }

    .eluid264a9202 .tbk__title {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #0a0a0a;
        letter-spacing: 0px;
    }

    .eluid264a9202 .tbk__subtitle {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
    }

    .eluid264a9202 .tbk__icon {
        font-size: 28px;
    }

.eluid7ecf1c73 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.eluidbf1273ac > .znColumnElement-innerWrapper {
}

    .eluidbf1273ac > .znColumnElement-innerWrapper > .znColumnElement-innerContent:not(.zn_pb_no_content) {
        width: 90%;
    }

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluidbf1273ac > .znColumnElement-innerWrapper {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .eluidbf1273ac > .znColumnElement-innerWrapper {
        margin-bottom: 50px;
    }
}

.eluida58736bf {
    padding-top: 0px;
    padding-bottom: 25px;
}

    .eluida58736bf .tbk__title {
        margin-bottom: 10px;
    }

    .eluida58736bf .tbk__title {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0px;
    }

    .eluida58736bf .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 28px;
        font-weight: 400;
        color: #535353;
    }

    .eluida58736bf .tbk__icon {
        font-size: 28px;
    }

    .eluida58736bf.tbk--colored .tbk__symbol span {
        background-color: #dd3333;
    }

.eluide2228797 {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .eluide2228797 .tbk__title {
        margin-bottom: 10px;
    }

    .eluide2228797 .tbk__title {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        ;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0px;
    }

    .eluide2228797 .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 28px;
        font-weight: 400;
        color: #535353;
    }

    .eluide2228797 .tbk__icon {
        font-size: 28px;
    }

    .eluide2228797.tbk--colored .tbk__symbol span {
        background-color: #dd3333;
    }

.eluid608410ea {
    margin-top: 0px;
    margin-bottom: 0px;
}

.eluid608410ea {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .eluid608410ea .zn-section-height--custom_height {
        min-height: 500px;
    }

.eluid52795448:not(.static-content--fullscreen) {
    height: 500px;
}

@media only screen and (max-height : 500px) {
    .eluid52795448:not(.static-content--fullscreen) {
        height: 90vh;
    }
}

.eluid06263e80 > .znColumnElement-innerWrapper {
    background-color: 3695eb;
}

.eluid06263e80 > .znColumnElement-innerWrapper {
    height: 500px;
}

@media (max-width:767px) {
    .eluid06263e80 > .znColumnElement-innerWrapper {
        height: 1400px;
    }
}

.eluid52bc7a1c .grid-ibx__title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
}

.eluid52bc7a1c .grid-ibx__desc {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

.eluid52bc7a1c .grid-ibx__item {
    height: 350px;
}

.eluid52bc7a1c .grid-ibx__item {
    background-color: #3695eb;
}

    .eluid52bc7a1c .grid-ibx__item:hover {
        background-color: #2b77bc;
    }

.eluid5c435c28 {
    padding-top: 10px;
    padding-bottom: 0px;
}

.zn_section.eluid5c435c28 {
    background-color: white;
}

.eluide8126050 {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .eluide8126050 .tbk__title {
        margin-bottom: 0px;
    }

    .eluide8126050 .tbk__title {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 23px;
        font-weight: 700;
        color: #ffffff;
    }

    .eluide8126050 .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 28px;
        font-weight: 400;
        color: rgba(255,255,255,0.35);
    }

    .eluide8126050 .tbk__icon {
        font-size: 28px;
    }

.eluid2121b235 > .znColumnElement-innerWrapper {
}

.eluid2121b235 > .znColumnElement-innerWrapper {
    padding-right: 0px;
    padding-left: 60px;
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid2121b235 > .znColumnElement-innerWrapper {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .eluid2121b235 > .znColumnElement-innerWrapper {
        padding-left: 0px;
    }
}

.eluid8211cb5b {
    padding-top: 0px;
    padding-bottom: 15px;
}

    .eluid8211cb5b .tbk__title {
    }

    .eluid8211cb5b .tbk__title {
        font-family: "Montserrat", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 23px;
        font-weight: 700;
        color: #ffffff;
    }

    .eluid8211cb5b .tbk__subtitle {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 28px;
        font-weight: 400;
        color: rgba(255,255,255,0.35);
    }

    .eluid8211cb5b .tbk__icon {
        font-size: 28px;
    }

.eluidf99327ec .kl-iconbox__title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.35);
    font-style: normal;
}

.eluidf99327ec .kl-iconbox__desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

.eluidf99327ec .kl-iconbox__icon {
    color: #545454;
}

.eluidf99327ec:hover .kl-iconbox__icon {
    color: #545454;
}

.eluidf99327ec span.kl-iconbox__icon {
    font-size: 20px;
}

.eluid1223c32c .kl-iconbox__title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.35);
    font-style: normal;
}

.eluid1223c32c .kl-iconbox__desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

.eluid1223c32c .kl-iconbox__icon {
    color: #545454;
}

.eluid1223c32c:hover .kl-iconbox__icon {
    color: #545454;
}

.eluid1223c32c span.kl-iconbox__icon {
    font-size: 20px;
}

.eluidbb035119 .kl-iconbox__title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.35);
    font-style: normal;
}

.eluidbb035119 .kl-iconbox__desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

.eluidbb035119 .kl-iconbox__icon {
    color: #545454;
}

.eluidbb035119:hover .kl-iconbox__icon {
    color: #545454;
}

.eluidbb035119 span.kl-iconbox__icon {
    font-size: 20px;
}

.eluid06e66fd2.th-spacer {
    height: 30px;
}

.eluid4300b70f > .znColumnElement-innerWrapper {
}

.eluid4300b70f > .znColumnElement-innerWrapper {
    padding-right: 0px;
    padding-left: 60px;
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .eluid4300b70f > .znColumnElement-innerWrapper {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .eluid4300b70f > .znColumnElement-innerWrapper {
        padding-left: 0px;
    }
}

#eluid8207f6f5 > li > a {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: gray;
}

    #eluid8207f6f5 > li > a:hover, .eluid8207f6f5 > ul > li.active > a:hover {
        color: #c41618;
    }

@media screen and (max-width: 767px) {
    .supportlogin {
        color: black !important;
    }
}

.revbtn:hover {
    border: 2px solid #c41618 !important;
}

.menu-item {
    text-transform: inherit;
    letter-spacing: normal !important;
    text-justify: inherit;
}

.myfont {
    color: gray !important;
}


@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.blinking {
    -webkit-animation: blink 2s infinite;
    -moz-animation: blink 2s infinite;
    animation: blink 2s infinite;
}

.panel table, .panel table thead tr:first-child, .panel table thead tr:first-child td:first-child, .panel table thead tr:first-child td:last-child {
    border-radius: 0px !important;
}


/* message box */
.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

    .message-box.open {
        display: block;
    }

    .message-box .mb-container {
        position: absolute;
        left: 0px;
        top: 35%;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        width: 100%;
    }

        .message-box .mb-container .mb-middle {
            width: 50%;
            left: 25%;
            position: relative;
            color: #FFF;
        }

            .message-box .mb-container .mb-middle .mb-title {
                width: 100%;
                float: left;
                padding: 10px 0px 0px;
                font-size: 31px;
                font-weight: 400;
                line-height: 36px;
            }

                .message-box .mb-container .mb-middle .mb-title .fa,
                .message-box .mb-container .mb-middle .mb-title .glyphicon {
                    font-size: 38px;
                    float: left;
                    margin-right: 10px;
                }

            .message-box .mb-container .mb-middle .mb-content {
                width: 100%;
                float: left;
                padding: 10px 0px 0px;
            }

                .message-box .mb-container .mb-middle .mb-content p {
                    margin-bottom: 0px;
                }

            .message-box .mb-container .mb-middle .mb-footer {
                width: 100%;
                float: left;
                padding: 10px 0px;
            }

    .message-box.message-box-warning .mb-container {
        background: rgba(254, 162, 35, 0.9);
    }

    .message-box.message-box-danger .mb-container {
        background: rgba(182, 70, 69, 0.9);
    }

    .message-box.message-box-info .mb-container {
        background: rgba(63, 186, 228, 0.9);
    }

    .message-box.message-box-success .mb-container {
        background: rgba(149, 183, 93, 0.9);
    }
/* end message box */

.loading-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    opacity: 0.5;
    filter: opacity(50);
    z-index: 100;
    font-size: 21px;
}
    .loading-layer.append {
        width: 100% !important;
        height: 100% !important;
        min-height: 200px;
        display: inline-block;
        position: relative;
    }
    .loading-layer img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }


table thead tr {
    background-color: #c72727;
    color: white !important;
    border-bottom: none !important;
}

    table thead tr th {
        background-color: #c72727;
        color: white !important;
        border-bottom: none !important;
        padding: 5px 15px 5px 5px !important;
        border-right: 1px solid;
        text-align: center;
        line-height: 30px;
    }

.filterIcon {
    padding: 5px !important;
    float: left;
    line-height: 16px;
    max-height: 35px;
}

    .filterIcon i {
        font-size: 18px;
        margin: 0px;
    }

.btnComment {
    background-color: #08c !important;
    border-color: #08c !important;
    min-width: 50px;
    padding: 5px 0px;
    position: relative;
}
    .btnComment:hover {
        border-color: #0099e6 !important;
        background-color: #0099e6 !important;
    }
    .btnComment span.badge {
        background-color: #fff !important;
        display: inherit;
        position: absolute;
        top: 2px;
        right: 2px;
    }

.has-clear input[type="search"] {
    padding-right: 0px;
}
    .has-clear input[type="search"]::-webkit-search-cancel-button {
        /* Remove default */
        -webkit-appearance: none;
        /* Now your own custom styles */
        height: 25px;
        width: 25px;
        /* display: block; */
        background-image: url('/assets/images/close-circle-custom.png');
        /* setup all the background tweaks for our custom icon */
        background-repeat: no-repeat;
        /* icon size */
        background-size: 25px;
        cursor: pointer;
    }

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-selection--multiple .select2-selection__rendered {
    line-height: 24px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}
    .select2-container .select2-selection--single:focus-visible {
        outline: none;
    }

.select2-selection__arrow {
    height: 34px !important;
}

.select2-selection--multiple:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
}

.has-error .input-group-btn > .btn,
.has-error .select2-container--default, .has-error .select2-selection--single {
    border-color: #860E0E !important;
}

#noty_layout__topRight {
    z-index: 10000000000 !important;
}

.modalFilter {
    display: none;
    height: auto;
    /*background: #FFF;*/
    border: solid 1px #ccc;
    padding: 8px;
    position: absolute;
    z-index: 1001;
}

    .modalFilter .modal-body {
        max-height: 400px;
        overflow-y: auto;
    }

    .modalFilter .modal-footer {
        background: #FFF;
        /*height: 35px;*/
        height: fit-content;
        padding: 10px;
    }

    .modalFilter .btn {
        padding: 0 1em;
        height: 28px;
        line-height: 28px;
        text-transform: none;
    }

.ui-datepicker.ui-widget-content {
    width: fit-content !important;
    /*max-width: 300px;*/
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    padding: 0px 5px;
    height: 20px;
    width: fit-content;
    border-radius: 0px;
}

select, input[type=text], input[type=password], input[type=file], input[type=email], input[type=number], input[type=tel], textarea {
    border-radius: 0px !important;
}

input[type="checkbox"], input[type="radio"] {
    width: 17px;
    height: 17px;
    margin: 0px !important;
}

[id^=modal_] .ui-datepicker.ui-datepicker-inline {
    width: 100% !important;
}

/*[id^=modal_] .ui-datepicker-month, [id^=modal_] .ui-datepicker-year {
    padding: 2px;
    height: 20px;
}*/

.modalFilter .state {
    width: 25px;
    height: 25px;
}

.modalFilter .checkbox input[type="checkbox"], .modalFilter .checkbox input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-left: -20px;
    vertical-align: middle;
}
.modalFilter .checkbox input[type="radio"] {
    margin-top: -1px;
}

#divHeader {
    text-align: center !important;
    padding: 20px 5px 5px 5px !important;
    line-height: 50px !important;
}

    #divHeader span:first-child {
        color: black !important;
        font-size: 2.4rem !important;
        font-weight: 600 !important;
        font-family: steiner !important;
        letter-spacing: 2.6px !important;
        text-transform: uppercase !important;
    }

.infoBox {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 3px !important;
}
    .infoBox div:last-child {
        padding-bottom: 0px !important;
    }

.spinner,
.spinner:-webkit-autofill,
.spinner:-webkit-autofill:focus {
    background-color: #ffffff !important;
    background-image: url("../images/loading-spinner.gif") !important;
    background-size: 25px 25px !important;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 27px;
    /*transition: background-image 600000s 0s, background-color 600000s 0s, color 600000s 0s;*/
}

.dataTables_wrapper {
    background: white;
}
    .dataTables_wrapper table thead th {
        padding-right: 21px !important;
        line-height: 18px !important
    }
    .dataTables_wrapper table thead th.withButton {
        line-height: 30px !important
    }
    .dataTables_wrapper #df > * {
        margin: 5px;
    }

    .dataTables_wrapper .dataTables_paginate {
        padding: 0px !important;
    }
    .dataTables_wrapper table thead th.sorting_disabled {
        padding-right: 5px !important;
    }

.dataTables_length select, .dataTables_paginate select {
    height: auto;
    padding: 5px;
    margin-top: 6px;
    border-radius: 0px;
}
.dataTables_filter {
    display: none;
}

.dataTables_info {
    padding-left: 10px;
}

.summarizedLabel {
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background-color: #c72727;
    color: white !important;
    border-radius: 0px;
    height: 30px !important;
    line-height: 30px;
    border: 0px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
    height: 25px;
    margin: 0px;
}

.ui-datepicker th {
    border: 0;
    line-height: 20px;
}

select.ui-timepicker-select {
    padding: 2px !important;
    height: 30px;
    margin: 5px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
    text-align: left !important;
    border-top: 1px solid #ddd;
    margin: 10px 0px 0px 0px;
    padding-top: 5px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    padding: 10px !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin-top: 5px;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        border-radius: 0px;
        background-color: #c72727;
        color: white;
    }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    cursor: pointer;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 900;
    height: 30px !important;
    line-height: 30px;
    width: 30px !important;
    font-size: 17px;
    text-align: center;
    color: white;
    background: #860e0e;
    border-radius: 0px;
    text-decoration: none;
    border: none;
    top:0px !important;
}
    .ui-datepicker .ui-datepicker-prev{left: 0px !important}
        .ui-datepicker .ui-datepicker-prev:before { content: "\f053"; }

    .ui-datepicker .ui-datepicker-next { right: 0px !important }
        .ui-datepicker .ui-datepicker-next:before { content: "\f054"; }
        .ui-datepicker .ui-datepicker-prev .ui-icon,
        .ui-datepicker .ui-datepicker-next .ui-icon { display: none; }


#messageLabel {
    text-align: start;
    padding: 0px 10px;
}

td.details-control {
    cursor: pointer;
    text-align: center;
}

.image-error {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px 0px 8px 0px;
    font-size: 15px;
}

.dropdown-menu li {
    cursor: pointer;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #e9e9e9 !important;
}


.nav-tabs li a {
    border-radius: 0;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border-top: 3px solid #860E0E !important;
    background-color: #fff !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.nav-tabs li a:hover {
    border-top: 3px solid #860E0E !important;
}


.tab-content {
    background-color: whitesmoke;
    border: none;
}

.sms-btn-toggle {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    float: none;
    padding: 6px 12px !important;
}

    .sms-btn-toggle.active {
        background-color: #c9302c;
        color: white;
    }

    .sms-btn-toggle .checkbox {
        display: none;
    }


    .sms-btn-toggle i {
        margin-right: 5px !important;
        font-size: 20px;
    }


.paging_listboxWithButtons .previous {
    margin-left: 10px !important;
}

.smallTitle {
    font-weight: 800;
    font-family: sans-serif;
    min-height: 50px
}

.badge {
    border-radius: 3px !important;
}

.info-badge {
    padding: 8px;
    font-size: 12px;
    /*font-weight: normal;*/
    display: inline-block;
}


body .btn-yellow {
    border-color: #ffee58;
    background-color: #ffee58;
    border-color: #ffee58 #ffee58 #e6d646;
    color: #000;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

    body .btn-yellow:hover {
        border-color: #efa740;
        background-color: #fff492;
        color: #000
    }

    body .btn-yellow:active, body .btn-yellow:focus {
        border-color: #fae100;
        background-color: #fae100;
        color: #000
    }

    body .btn-yellow.dropdown-toggle {
        border-left-color: #fae100
    }

    body .btn-yellow[disabled] {
        border-color: #f5c786;
        background-color: #f5c786
    }

.control-label .text-danger {
    font-size: 10px;
}