.timer {
    margin: 0 2%
}

.alert_timer {
    color: red;
    font-size: 37px
}

.radio-custom label {
    margin-left: -20px;
    font-weight: 400;
    cursor: pointer;
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-30 {
    margin-top: 30px
}

.check-custom {
    display: inline-block;
    margin-right: 25px
}

.custom-errors {
    color: #a94442
}

.table-middle {
    vertical-align: middle !important
}

/* ============================================================================
 * Tables
 * ============================================================================
 */
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    .no-more-tables table, .no-more-tables thead,
    .no-more-tables tbody, .no-more-tables th,
    .no-more-tables td, .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
     Label the data
     */
    .no-more-tables td:before {
        content: attr(data-title);
    }
}

.table tr {
    background-color: #ffffff;
}

.table td {
    vertical-align: middle;
}

.table th {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.line-legend li {
    list-style: none;
}

.line-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.card-box1 {
    background-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-right: 10px;
    margin-bottom: 10px;
}

#main-navigation a {
    color: #fff !important;
}

#main-navigation .dropdown-menu a {
    color: #000000 !important;
}

#main-navigation .nav > li > a {
    line-height: 70px;
    padding: 0 15px;
}

.percentage-box {
    background-color: #f3f3f3;
    padding: 4px;
    border-radius: 0 3px 3px 0;
    border: 1px #e6e7e9 solid;
    text-align: center;
    font-weight: bold;
    font-size: 115%;
}

.percentage-label {
    background-color: #33c37d;
    padding: 6px 10px;
    border-radius: 3px 0 0 3px;
    color: #FFF;
}

/* sidebar */
body {
    padding-top: 70px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
    background: #ffffff;
}

.sidebar-nav li a {
    color: #999999;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand a {
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
#page-content-wrapper {
    margin-bottom: 60px;
}
.footer {

    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
    z-index: 10;
}
.footer2{
    color: #58666e;
    left: 0px;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    background:#f9f9f9;
}
.footer2 a{
    padding: 0 10px;
}


/*Back to top*/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#33c37d;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.pr-0 {
    padding-right: 0;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}

.dataTables_info {
    white-space: pre-wrap!important;
}

.has-error {
    border:1px solid rgb(185, 74, 72) !important;
}

ul.errorlist > li {
    color: rgb(185, 74, 72) !important;
}

.is-invalid {
    border-color: red!important;
}

.modal-xl {
  width: 95%!important;
}