/*
Template Name: DASHGUM FREE - Bootstrap 3.2 Company Theme
Template Version: 1.0
Author: Carlos Alvarez
Website: http://blacktie.co
Premium: http://www.gridgum.com
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);

/* BASIC THEME CONFIGURATION */
body {
    color: #3c3a3a;
    background: #f2f2f2;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #557b83;
    color: #fff;
}

::-moz-selection {
    background: #557b83;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Bootstrap Modifications */
.modal-header {
    background: #00C6D7;
}

.modal-title {
    color: white;
}

.btn-round {
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    border-top: 1px solid #F5F5F5;
    padding: 5px 0px;
    line-height: 28.75px;
    text-transform: uppercase;
    color: #1a1a1a;
    background-color: #ffffff;
    outline: none !important;
    text-decoration: none;
}



/*Theme Backgrounds*/

.bg-theme {
    background-color: #557b83;
}

.bg-theme02 {
    background-color: #ac92ec;
}

.bg-theme03 {
    background-color: #48cfad;
}

.bg-theme04 {
    background-color: #ed5565;
}
/*Theme Buttons*/

/*.btn-theme {
    color: #fff;
    background-color: #557b83;
    border-color: #557b83;
}*/
.btn-theme {
    color: #fff;
    background-color: #010f27;
    border-color: #010f27;
    margin-top: 2px;
    border: none;
    padding: 7px 22px;
    color: white;
    background: #010f27;
    border-radius: 6px;
    font-size: 12px;
}

    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme:active,
    .btn-theme.active,
    .open .dropdown-toggle.btn-theme {
        color: #fff;
        background-color: #557b83;
        border-color: #557b83;
    }

.btn-theme02 {
    color: #fff;
    background-color: #ac92ec;
    border-color: #967adc;
}

    .btn-theme02:hover,
    .btn-theme02:focus,
    .btn-theme02:active,
    .btn-theme02.active,
    .open .dropdown-toggle.btn-theme02 {
        color: #fff;
        background-color: #967adc;
        border-color: #967adc;
    }

.btn-theme03 {
    color: #fff;
    background-color: #48cfad;
    border-color: #37bc9b;
}

    .btn-theme03:hover,
    .btn-theme03:focus,
    .btn-theme03:active,
    .btn-theme03.active,
    .open .dropdown-toggle.btn-theme03 {
        color: #fff;
        background-color: #37bc9b;
        border-color: #37bc9b;
    }

.btn-theme04 {
    color: #fff;
    background-color: #ed5565;
    border-color: #da4453;
}

    .btn-theme04:hover,
    .btn-theme04:focus,
    .btn-theme04:active,
    .btn-theme04.active,
    .open .dropdown-toggle.btn-theme04 {
        color: #fff;
        background-color: #da4453;
        border-color: #da4453;
    }

.btn-clear-g {
    color: #557b83;
    background: transparent;
    border-color: #557b83;
}

    .btn-clear-g:hover {
        color: white;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #797979;
}



/*Helpers*/

.centered {
    text-align: center;
}

.goleft {
    text-align: left;
}

.goright {
    text-align: right;
}

.mt {
    margin-top: 25px;
}

.mb {
    margin-bottom: 25px;
}

.ml {
    margin-left: 5px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
    background-color: #557b83;
}

.bg-theme {
    background-color: #557b83;
}

ul.top-menu > li > .logout {
    color: #f2f2f2;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #64c3c2 !important;
    padding: 5px 15px;
    margin-right: 15px;
    background: #557b83;
    margin-top: 15px;
}


/*sidebar navigation*/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #021F4E;
}

    #sidebar h5 {
        color: #f2f2f2;
        font-weight: 700;
    }

    #sidebar ul li {
        position: relative;
        /*border-top: 1px solid rgba(242, 242, 242, 0.68);*/
        margin: 0;
    }

    #sidebar .sub-menu > .sub li {
        padding-left: 32px;
    }

        #sidebar .sub-menu > .sub li:last-child {
            padding-bottom: 10px;
        }

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url("../img/nav-expand.png") no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.active .dcjq-icon {
    background: url("../img/nav-expand.png") no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }

ul.sidebar-menu li ul.sub li {
    background: #424a5d;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 6px 0;
        line-height: 35px;
        height: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #aeb2b7;
    }

        ul.sidebar-menu li ul.sub li a:hover {
            color: white;
            background: transparent;
        }

    ul.sidebar-menu li ul.sub li.active a {
        color: #557b83;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

ul.sidebar-menu li {
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #aeb2b7;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 12px;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            background: #557b83;
            color: #fff;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }


        ul.sidebar-menu li a i {
            font-size: 15px;
            padding-right: 6px;
        }

        ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
            color: #fff;
        }

        ul.sidebar-menu li a.active i {
            color: #fff;
        }


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background: #a2d5ab;
    border-bottom: 1px solid #95c89e;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}

a.logo {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

    a.logo b {
        font-weight: 900;
    }

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #557b83;
    }


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

    .notify-row .notification span.label {
        display: inline-block;
        height: 18px;
        width: 20px;
        padding: 5px;
    }

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666666 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
        border: 1px solid #b6b6b6 !important;
        background-color: transparent !important;
        border-color: #b6b6b6 !important;
        text-decoration: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #b6b6b6 !important;
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }

    ;
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .dropdown-menu.extended li p.green {
        background-color: #557b83;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #a9d96c;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #557b83;
    border-bottom-color: #557b83 !important;
    border-top-color: #557b83 !important;
}



/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .sidebar-toggle-box .fa-bars {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


/* Dash Side */

.ds {
    background: #ffffff;
    padding-top: 20px;
}

    .ds h4 {
        font-size: 14px;
        font-weight: 700;
    }

    .ds h3 {
        color: #ffffff;
        font-size: 16px;
        padding: 0 10px;
        line-height: 60px;
        height: 60px;
        margin: 0;
        background: #ff865c;
        text-align: center;
    }

    .ds i {
        font-size: 12px;
        line-height: 16px;
    }

    .ds .desc {
        border-bottom: 1px solid #eaeaea;
        display: inline-block;
        padding: 15px 0;
        width: 100%;
    }

        .ds .desc:hover {
            background: #f2f2f2;
        }

    .ds .thumb {
        width: 30px;
        margin: 0 10px 0 20px;
        display: block;
        float: left;
    }

    .ds .details {
        width: 170px;
        float: left;
    }

    .ds > .desc p {
        font-size: 11px;
    }

    .ds p > muted {
        font-size: 9px;
        text-transform: uppercase;
        font-style: italic;
        color: #666666;
    }

    .ds a {
        color: #557b83;
    }

/* LINE ICONS CONFIGURATION */

.mtbox {
    margin-top: 80px;
    margin-bottom: 40px;
}

.box1 {
    padding: 15px;
    text-align: center;
    color: #989898;
    border-bottom: 1px solid #989898;
}

    .box1 span {
        font-size: 50px;
    }

    .box1 h3 {
        text-align: center;
    }

.box0:hover .box1 {
    border-bottom: 1px solid #ffffff;
}

.box0 p {
    text-align: center;
    font-size: 12px;
    color: #f2f2f2;
}

.box0:hover p {
    color: #ff865c;
}

.box0:hover {
    background: #ffffff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* MAIN CHART CONFIGURATION */
.main-chart {
    padding-top: 20px;
}

.mleft {
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

    .custom-bar-chart .bar {
        height: 100%;
        position: relative;
        width: 6%;
        margin: 0px 4%;
        float: left;
        text-align: center;
        z-index: 10;
    }

        .custom-bar-chart .bar .title {
            position: absolute;
            bottom: -30px;
            width: 100%;
            text-align: center;
            font-size: 11px;
        }

        .custom-bar-chart .bar .value {
            position: absolute;
            bottom: 0;
            background: #ff865c;
            color: #557b83;
            width: 100%;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }



            .custom-bar-chart .bar .value:hover {
                background: #2f2f2f;
                color: #fff;
            }

.y-axis {
    color: #555555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

    .y-axis li {
        border-top: 1px dashed #dbdce0;
        display: block;
        height: 58px;
        width: 100%;
    }

        .y-axis li:last-child {
            border-top: none;
        }

        .y-axis li span {
            display: block;
            margin: -10px 0 0 -60px;
            padding: 0 10px;
            width: 40px;
        }


/*Donut Chart Main Page Conf*/
.donut-main {
    display: block;
    text-align: center;
}

    .donut-main h4 {
        font-weight: 700;
        font-size: 16px;
    }

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Panel Size*/

.pn {
    height: 250px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

    .pn:hover {
        box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    }

/*Grey Panel*/

.grey-panel {
    text-align: center;
    background: #dfdfe1;
}

    .grey-panel .grey-header {
        background: #ccd1d9;
        padding: 3px;
        margin-bottom: 15px;
    }

    .grey-panel h5 {
        font-weight: 200;
        margin-top: 10px;
    }

    .grey-panel p {
        margin-left: 5px;
    }
/* Specific Conf for Donut Charts*/
.donut-chart p {
    margin-top: 5px;
    font-weight: 700;
    margin-left: 15px;
}

.donut-chart h2 {
    font-weight: 900;
    color: #FF6B6B;
    font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel {
    text-align: center;
    background: #444c57;
}

    .darkblue-panel .darkblue-header {
        background: transparent;
        padding: 3px;
        margin-bottom: 15px;
    }

    .darkblue-panel h1 {
        color: #f2f2f2;
    }

    .darkblue-panel h5 {
        font-weight: 200;
        margin-top: 10px;
        color: white;
    }

    .darkblue-panel footer {
        color: white;
    }

        .darkblue-panel footer h5 {
            margin-left: 10px;
            margin-right: 10px;
            font-weight: 700;
        }

/*Green Panel*/
.green-panel {
    text-align: center;
    background: #557b83;
}

    .green-panel .green-header {
        background: #43b1a9;
        padding: 3px;
        margin-bottom: 15px;
    }

    .green-panel h5 {
        color: white;
        font-weight: 200;
        margin-top: 10px;
    }

    .green-panel h3 {
        color: white;
        font-weight: 100;
    }

    .green-panel p {
        color: white;
    }

/*White Panel */
.white-panel {
    text-align: center;
    background: #ffffff;
    color: #ccd1d9;
}

    .white-panel p {
        margin-top: 5px;
        font-weight: 700;
        margin-left: 15px;
    }

    .white-panel .white-header {
        background: #f4f4f4;
        padding: 3px;
        margin-bottom: 15px;
        color: #c6c6c6;
    }

    .white-panel .small {
        font-size: 10px;
        color: #ccd1d9;
    }

    .white-panel i {
        color: #557b83;
        padding-right: 4px;
        font-size: 14px;
    }

/*STOCK CARD Panel*/
.card {
    background: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1em;
    height: 250px;
}

.stock .stock-chart {
    background: #00c5de;
}

    .stock .stock-chart #chart {
        height: 10.7em;
        background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat;
    }

.stock .current-price {
    background: #1d2122;
    padding: 10px;
}

    .stock .current-price .info abbr {
        display: block;
        color: #f8f8f8;
        font-size: 1.5em;
        font-weight: 600;
        margin-top: 0.18em;
    }

    .stock .current-price .changes {
        text-align: right;
    }

.stock .changes .up {
    color: #4fd98b;
}

.stock .current-price .changes .value {
    font-size: 1.8em;
    font-weight: 700;
}

.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
}

    .stock .summary strong {
        font-weight: 900;
        font-size: 14px;
    }

/*Content Panel*/
.content-panel {
    background: #ffffff;
    box-shadow: 0px 3px 2px #aab2bd;
    padding-top: 15px;
    padding-bottom: 5px;
}

    .content-panel h4 {
        margin-left: 10px;
    }

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
    background: url(../img/weather.jpg) no-repeat center top;
    text-align: center;
    background-position: center center;
}

    .weather i {
        color: white;
        margin-top: 45px;
    }

    .weather h2 {
        color: white;
        font-weight: 900;
    }

    .weather h4 {
        color: white;
        font-weight: 900;
        letter-spacing: 1px;
    }

/* Weather 2 */
.weather-2 {
    background: #e9f0f4;
}

    .weather-2 .weather-2-header {
        background: #54bae6;
        padding-top: 5px;
        margin-bottom: 5px;
    }

        .weather-2 .weather-2-header p {
            color: white;
            margin-left: 5px;
            margin-right: 5px;
        }

            .weather-2 .weather-2-header p small {
                font-size: 10px;
            }

    .weather-2 .data {
        margin-right: 10px;
        margin-left: 10px;
        color: #272b34;
    }

        .weather-2 .data h5 {
            margin-top: 0px;
            font-weight: lighter;
        }

        .weather-2 .data h1 {
            margin-top: 2px;
        }

/* Weather 3 */
.weather-3 {
    background: #ffcf00;
}

    .weather-3 i {
        color: white;
        margin-top: 30px;
        font-size: 70px;
    }

    .weather-3 h1 {
        margin-top: 10px;
        color: white;
        font-weight: 900;
    }

    .weather-3 .info {
        background: #f2f2f2;
    }

        .weather-3 .info i {
            font-size: 15px;
            color: #c2c2c2;
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .weather-3 .info h3 {
            font-weight: 900;
            margin-bottom: 0px;
        }

        .weather-3 .info p {
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 16px;
            color: #c2c2c2;
            font-size: 15px;
            font-weight: 700;
        }


/*Twitter Panel*/
.twitter-panel {
    background: #4fc1e9;
    text-align: center;
}

    .twitter-panel i {
        color: white;
        margin-top: 40px;
    }

    .twitter-panel p {
        color: #f5f5f5;
        margin: 10px;
    }

    .twitter-panel .user {
        color: white;
        font-weight: 900;
    }


/* Instagram Panel*/
.instagram-panel {
    background: url(../img/instagram.jpg) no-repeat center top;
    text-align: center;
    background-position: center center;
}

    .instagram-panel i {
        color: white;
        margin-top: 35px;
    }

    .instagram-panel p {
        margin: 5px;
        color: white;
    }

/* Product Panel */
.product-panel {
    background: #dadad2;
    text-align: center;
    padding-top: 50px;
    height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
    background: #dadad2;
    text-align: center;
}

    .product-panel-2 .badge {
        position: absolute;
        top: 20px;
        left: 35px;
    }

.badge-hot {
    background: #ed5565;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

/* Soptify Panel */
#spotify {
    background: url(../img/lorde.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 220px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #spotify .btn-clear-g {
        top: 15%;
        right: 10px;
        position: absolute;
        margin-top: 5px;
    }

    #spotify .sp-title {
        bottom: 15%;
        left: 25px;
        position: absolute;
        color: #efefef;
    }

        #spotify .sp-title h3 {
            font-weight: 900;
        }

    #spotify .play {
        bottom: 18%;
        right: 25px;
        position: absolute;
        color: #efefef;
        font-size: 20px;
    }

.followers {
    margin-left: 5px;
    margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
    background: url(../img/blog-bg.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 150px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #blog-bg .badge {
        position: absolute;
        top: 20px;
        left: 35px;
    }

.badge-popular {
    background: #3498db;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
}

.blog-title {
    background: rgba(0,0,0,0.5);
    bottom: 100px;
    padding: 6px;
    color: white;
    font-weight: 700;
    position: absolute;
    display: block;
    width: 120px;
}

.blog-text {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 15px;
    font-size: 12px;
}

/* Calendar Configuration */
#calendar {
    color: white;
    padding: 0px !important;
}

.calendar-month-header {
    background: #43b1a9;
}

/* TODO PANEL */
.steps {
    display: block;
}

    .steps input[type=checkbox] {
        display: none;
    }

    .steps input[type=submit] {
        background: #f1783c;
        border: none;
        padding: 0px;
        margin: 0 auto;
        width: 100%;
        height: 55px;
        color: white;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 11px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: background 0.5s ease;
    }

        .steps input[type=submit]:hover {
            background: #8fde9c;
        }

    .steps label {
        background: #393D40;
        height: 65px;
        line-height: 65px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #44494e;
        color: #889199;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 11px;
        letter-spacing: 1px;
        text-indent: 52px;
        cursor: pointer;
        transition: all 0.7s ease;
        margin: 0px;
    }

        .steps label:before {
            content: "";
            width: 12px;
            height: 12px;
            display: block;
            position: absolute;
            margin: 26px 0px 0px 18px;
            border-radius: 100%;
            transition: border 0.7s ease;
        }

        .steps label:hover {
            background: #2B2E30;
            color: #46b7e5;
        }

            .steps label:hover:before {
                border: 1px solid #46b7e5;
            }

#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before {
    border: 2px solid #96c93c;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
    background: url(../img/profile-01.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 150px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #profile-01 h3 {
        color: white;
        padding-top: 50px;
        margin: 0px;
        text-align: center;
    }

    #profile-01 h6 {
        color: white;
        text-align: center;
        margin-bottom: 0px;
        font-weight: 900;
    }

.profile-01 {
    background: #557b83;
    height: 50px;
}

    .profile-01:hover {
        background: #2f2f2f;
        -webkit-transition: background-color 0.6s;
        -moz-transition: background-color 0.6s;
        -o-transition: background-color 0.6s;
        transition: background-color 0.6s;
        cursor: pointer;
    }

    .profile-01 p {
        color: white;
        padding-top: 15px;
        font-weight: 400;
        font-size: 15px;
    }

/* Profile 02*/
#profile-02 {
    background: url(../img/profile-02.jpg) no-repeat center top;
    margin-top: -15px;
    background-attachment: relative;
    background-position: center center;
    min-height: 200px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #profile-02 .user {
        padding-top: 40px;
        text-align: center;
    }

    #profile-02 h4 {
        color: white;
        margin: 0px;
        padding-top: 8px;
    }

.pr2-social a {
    color: #cdcdcd;
}

    .pr2-social a:hover {
        color: #557b83;
    }

.pr2-social i {
    margin-top: 15px;
    margin-right: 12px;
    font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .chart .heading {
        text-align: left;
    }

        .chart .heading span {
            display: block;
        }

.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#barchart {
    margin-bottom: -15px;
    display: inline-block;
}

.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}

.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}

.panel.terques-chart {
    background: transparent;
    color: #797979;
}

    .panel.terques-chart .chart-tittle .value {
        float: right;
        color: #fff;
    }

        .panel.terques-chart .chart-tittle .value a {
            color: #2f2f2f;
            font-size: 12px;
        }

            .panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
                color: #557b83;
                font-size: 12px;
            }

    .panel.terques-chart .chart-tittle {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        font-weight: normal;
        background: #39b7ac;
        width: 100%;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }

.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 2px #aab2bd;
}



/* Calendar Events - Calendar.html*/
.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 7px !important;
    margin-right: 7px !important;
    padding: 10px;
}

.drop-after {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
    background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #557b83;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.project .overlay {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.project:hover .photo-wrapper {
    background-color: #557b83;
    background-image: url(../img/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.project:hover .photo {
    opacity: 10;
    filter: alpha(opacity=4000);
    opacity: 0.1;
    filter: alpha(opacity=40);
}

.project:hover .overlay {
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}



/* EZ Checklist */
.ez-checkbox {
    margin-right: 5px;
}

.ez-checkbox, .ez-radio {
    height: 20px;
    width: 20px;
}

.brand-highlight {
    background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
    background: #ffffff;
    margin: 10px 10px 10px 20px;
    padding: 1px 26px 4px 26px;
    box-shadow: 0px 3px 2px rgba(170, 178, 189, 0.44);
    text-align: left;
    min-height: 78px;
    padding: 10px;
}

label {
    font-weight: 400;
}

.form-horizontal.style-form .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.round-form {
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

#focusedInput {
    border: 1px solid #ed5565;
    box-shadow: none;
}

.add-on {
    float: right;
    margin-top: -37px;
    padding: 3px;
    text-align: center;
}

    .add-on .btn {
        height: 34px;
    }

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .has-switch.deactivate {
        opacity: 0.5;
        filter: alpha(opacity=50);
        cursor: default !important;
    }

        .has-switch.deactivate label,
        .has-switch.deactivate span {
            cursor: default !important;
        }

    .has-switch > div {
        width: 162%;
        position: relative;
        top: 0;
    }

        .has-switch > div.switch-animate {
            -webkit-transition: left 0.25s ease-out;
            -moz-transition: left 0.25s ease-out;
            -o-transition: left 0.25s ease-out;
            transition: left 0.25s ease-out;
            -webkit-backface-visibility: hidden;
        }

        .has-switch > div.switch-off {
            left: -63%;
        }

            .has-switch > div.switch-off label {
                background-color: #7f8c9a;
                border-color: #bdc3c7;
                -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
                -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
                box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
            }

        .has-switch > div.switch-on {
            left: 0%;
        }

            .has-switch > div.switch-on label {
                background-color: #41cac0;
            }

    .has-switch input[type=checkbox] {
        display: none;
    }

    .has-switch span {
        cursor: pointer;
        font-size: 14.994px;
        font-weight: 700;
        float: left;
        height: 29px;
        line-height: 19px;
        margin: 0;
        padding-bottom: 6px;
        padding-top: 5px;
        position: relative;
        text-align: center;
        width: 50%;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-backface-visibility: hidden;
    }

        .has-switch span.switch-left {
            border-radius: 30px 0 0 30px;
            background-color: #2A3542;
            color: #41cac0;
            border-left: 1px solid transparent;
        }

        .has-switch span.switch-right {
            border-radius: 0 30px 30px 0;
            background-color: #bdc3c7;
            color: #ffffff;
            text-indent: 7px;
        }

            .has-switch span.switch-right [class*="fui-"] {
                text-indent: 0;
            }

    .has-switch label {
        border: 4px solid #2A3542;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        float: left;
        height: 29px;
        margin: 0 -21px 0 -14px;
        padding: 0;
        position: relative;
        vertical-align: middle;
        width: 29px;
        z-index: 100;
        -webkit-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        -webkit-backface-visibility: hidden;
    }

.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}

    .switch-square > div.switch-off label {
        border-color: #7f8c9a;
        border-radius: 6px 0 0 6px;
    }

    .switch-square span.switch-left {
        border-radius: 6px 0 0 6px;
    }

        .switch-square span.switch-left [class*="fui-"] {
            text-indent: -10px;
        }

    .switch-square span.switch-right {
        border-radius: 0 6px 6px 0;
    }

        .switch-square span.switch-right [class*="fui-"] {
            text-indent: 5px;
        }

    .switch-square label {
        border-radius: 0 6px 6px 0;
        border-color: #41cac0;
    }



/*LOGIN CONFIGURATION PAGE*/
.form-login {
    max-width: 330px;
    margin: 150px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-login h2.form-login-heading {
        margin: 0;
        padding: 25px 20px;
        text-align: center;
        background: #00C6D7;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
    }

.login-wrap {
    padding: 20px;
}

    .login-wrap .registration {
        text-align: center;
    }

.login-social-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}


/*LOCK SCREEN CONF*/
#showtime {
    width: 100%;
    color: #fff;
    font-size: 90px;
    margin-bottom: 30px;
    margin-top: 250px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
}

.lock-screen {
    text-align: center;
}

    .lock-screen a {
        color: white;
    }

        .lock-screen a:hover {
            color: #48cfad;
        }

    .lock-screen i {
        font-size: 60px;
    }

    .lock-screen .modal-content {
        position: relative;
        background-color: #f2f2f2;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 5px;
    }


.btn-facebook {
    color: #fff;
    background-color: #5193ea;
    border-color: #2775e2;
}

    .btn-facebook:hover,
    .btn-facebook:focus,
    .btn-facebook:active,
    .btn-facebook.active,
    .open .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2775e2;
        border-color: #2775e2;
    }

.btn-twitter {
    color: #fff;
    background-color: #44ccfe;
    border-color: #2bb4e8;
}

    .btn-twitter:hover,
    .btn-twitter:focus,
    .btn-twitter:active,
    .btn-twitter.active,
    .open .dropdown-toggle.btn-twitter {
        color: #fff;
        background-color: #2bb4e8;
        border-color: #2bb4e8;
    }


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom: 5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    }

    ;
}


.panel-footer.revenue-foot ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

    .panel-footer.revenue-foot ul li {
        float: left;
        width: 33.33%;
    }

        .panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
            -webkit-border-radius: 0px 0px 0px 4px;
            border-radius: 0px 0px 0px 4px;
        }

        .panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
            -webkit-border-radius: 0px 0px 4px 0px;
            border-radius: 0px 0px 4px 0px;
            border-right: none;
        }

        .panel-footer.revenue-foot ul li a {
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            text-align: center;
            border-right: 1px solid #d5d8df;
            color: #797979;
        }

            .panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
                background: #fff;
                position: relative;
            }

            .panel-footer.revenue-foot ul li a i {
                color: #c6cad5;
                display: block;
                font-size: 16px;
            }

            .panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
                color: #ff6c60;
                display: block;
                font-size: 16px;
            }


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

    #sortable li {
        padding-left: 3em;
        font-size: 12px;
    }

        #sortable li i {
            position: absolute;
            left: 6px;
            padding: 4px 10px 0 10px;
            cursor: pointer;
        }

        #sortable li input[type=checkbox] {
            margin-top: 0;
        }

.ui-sortable > li {
    padding: 15px 0 15px 35px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom: none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    background: #557b83;
    color: #fff;
    padding: 10px 0;
}


.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .go-top i {
        color: #2A3542;
    }

.site-min-height {
    min-height: 900px;
}



.action_btn {
    margin-right: 15px;
}

.del_btn {
    color: #ec2404;
}

.text-right {
    text-align: right !important;
}

.btn-file {
    width: 316px;
    max-width: 100%;
    height: 73px;
    max-height: 100%;
}

.col-md-3 {
    margin-bottom: 15px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

.chk_lft {
    margin-left: 11px !important;
    margin-top: 10px !important;
}

.button_fotter {
    margin-top: 16px;
    border: none;
    padding: 7px 20px;
    color: black;
    background: #a2d5ab;
}

.button_fotter {
    margin-bottom: 13px;
}

.fotter_btn {
    position: absolute !important;
    top: -13px !important;
    right: 468px !important;
    margin: 19px 0;
    padding: 4px 24px;
}

.form_add_new {
    padding-bottom: 4px;
}

.mt {
    margin-top: 0px !important;
}

input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: inherit !important;
    -o-transform: scale(2);
    padding: 2px;
}

.chk_lft1 {
    position: absolute;
    top: 13px;
    left: 208px;
}

.chk_lft2 {
    position: absolute;
    top: 20px;
    left: 215px;
}

.chk_lft4 {
    margin-right: 10px !important;
}

.datepicker {
    z-index: 999999 !important;
}

.fotter_btn_new {
    position: absolute !important;
    top: -3px !important;
    right: 54px !important;
}

.label_width {
    width: 170px !important;
}

.check_box {
    position: absolute !important;
    left: 0px;
    top: 0px;
}

.mange_button {
    background: #021f4e;
    color: white;
    padding: 9px 9px;
    position: absolute;
    right: 30px;
    top: 72px;
}

    .mange_button:hover {
        color: white !important;
    }

/*new-----------*/

.mb_txt {
    background: #f2f2f2;
    padding: 8px 10px;
    color: #424a5d;
    margin: 0 15px 16px;
    margin-top: 18px;
    /*  border: 1px solid; */
}

.div_border5 {
    border: 1px solid rgba(128, 128, 128, 0.4);
    padding: 6px 13px;
    border-radius: 4px;
    height: 30px !important;
}

.div_border7 {
    /*border: 1px solid rgba(128, 128, 128, 0.4);*/
    border-radius: 1px;
}

.div_border6 {
    border-left: 1px solid rgba(128, 128, 128, 0.4);
    padding: 6px 13px;
}

.div_border8 {
    padding: 6px 25px 6px 0;
}

.label_right {
    margin-right: 30px;
}

.span_right {
    margin-right: 12px;
}

.div_margin {
    margin-bottom: 0 !important;
}

.div_border9 {
    border: 1px solid rgba(128, 128, 128, 0.4);
    padding: 7px 13px;
    border-radius: 4px;
    margin: 9px 0;
}

.dark_color {
    font-size: 15px;
    font-weight: 700;
    color: black;
}

.sub_header_txt2 {
    background: rgba(128, 128, 128, 0.42);
    color: black;
    padding: 4px 7px;
}

.chk_box {
    margin: auto !important;
    display: block;
}

.onther_explain {
    padding: 8px 0 0 0;
}

.span_tag {
    margin-right: 10px;
    color: black;
}

.span_tag1 {
    margin-right: 25px;
    color: black;
}

.div_four_border {
    border-right: 2px solid rgba(128, 128, 128, 0.45);
}

.span_txt51 {
    color: black;
    margin-right: 15px;
}

.chk_box_new {
    position: relative;
    top: 2px;
}

.margin_input {
    margin: 0 8px;
}

.top_input {
    margin-right: 25px;
    width: 164px;
    padding: 4px 5px;
}

.top_input5 {
    margin-left: 20px;
    width: 450px;
}

.bottom_button {
    margin: 0px 0 10px 0px;
    padding: 5px 25px;
    border: none;
    background: #a2d5ab;
    color: black;
}

.chk_lft225 {
    position: absolute;
    left: 350px;
    top: 20px;
}

.text5_border {
    color: black !important;
    border-top: 2px solid black !important;
    width: 321px !important;
    padding: 7px 0 0 0 !important;
}

.text_center {
    border-top: 1px solid black !important;
    width: 170px;
    text-align: center;
}

.span_txt1 {
    position: relative;
    left: 40px;
}

.chk_lft300 {
    position: absolute;
    left: 460px;
    top: 20px;
}

.txt_label {
    margin-right: 41px;
}

.span_yes {
    margin-right: 17px;
}
.span_yes_new {
    margin-right: 10px;
}

.right_txt {
    margin-right: 4px !important;
}
.right_txt_new {
    margin-right: 2px !important;
}
/*.border_right_new{
    border-left:1px solid gray !important;

}*/
.form-panel4 {
    background: #ffffff;
    margin: 10px;
    padding: 1px 26px 4px 26px;
    box-shadow: 0px 3px 2px rgba(170, 178, 189, 0.44);
    text-align: left;
    min-height: 68px;
}

.form-panel5 {
    background: #ffffff;
    margin: 10px;
    padding: 1px 26px 4px 26px;
    box-shadow: 0px 3px 2px rgba(170, 178, 189, 0.44);
    text-align: left;
    min-height: 48px;
}

.fotter_btn_sign {
    position: absolute !important;
    top: 3px !important;
    right: 54px !important;
}

.chk_lft3002 {
    position: absolute;
    left: 230px;
    top: 20px;
}

.div_border10 {
    border: 1px solid rgba(128, 128, 128, 0.4);
    padding: 38px 13px;
    border-radius: 4px;
}

.width_md_2 {
    width: 16% !important;
}

.form-control_5 {
    width: 25%;
}

.button_fotter_new5 {
    position: relative !important;
    top: 2px !important;
    padding: 8px 19px !important;
}

.datepicker_new2 {
    width: 105px;
    max-width: 100%;
}

.width_md_3 {
    width: 11% !important;
}

.breadcrumb_custom {
    padding: 8px 15px !important;
    margin-bottom: 0px !important;
    list-style: none !important;
    background-color: #424a5d !important;
    border-radius: 0px !important;
    margin: 0 10px !important;
}

.form_panel_custom {
    background: #ffffff;
    margin: 10px;
    padding: 21px 26px 4px 26px;
    box-shadow: 0px 3px 2px rgba(170, 178, 189, 0.44);
    text-align: left;
    min-height: 78px;
    margin-top: 0;
}

.breadcrumb > .active {
    color: #000000;
    font-size: 20px;
}

.breadcrumb-item a {
    color: #f2f2f2;
}

.form_custom {
    border-bottom: none !important;
}

.input_box_new {
    margin-top: 11px !important;
}

.spn_ifta {
    /*position: absolute;
    left: 371px;*/
    position: relative;
    top: 5px;
    left: 15px;
}

.iftaRdo_no {
    margin-left: 10px !important;
}

.tbody_tr tr {
    height: 52px !important;
}

/*.tbody_tr tr td:nth-child(1) , .tbody_tr tr td:nth-child(2) , .tbody_tr tr td:nth-child(3) , .tbody_tr tr td:nth-child(5)   {
    background: red;
}*/
/*.button_fotter {
    margin-top: 16px;
    border: none;
    padding: 8px 21px !important;
    color: #f3f4f7;
    background: #021f4e;
    border-radius: 6px;
    font-size: 12px;
    position: relative !important;
    top: 5px !important;
    font-weight: 600;
}*/
.button_fotter {
    margin-top: 0;
    border: none;
    padding: 7px 22px !important;
    color: #f3f4f7;
    background: #021f4e;
    border-radius: 6px;
    font-size: 12px;
    position: relative !important;
    top: 7px !important;
    font-weight: 600;
    margin-right: 15px;
}

.btn-th {
    border: none;
    padding: 7px 22px;
    color: white;
    background: #557b83;
    border-radius: 6px;
    font-size: 12px;
}

.button_fotter_td {
    padding: 17px 9px !important;
    color: white !important;
}

    .button_fotter_td td a {
        color: black;
    }

.button_fotter_td {
    padding: 17px 9px;
}

.tbody_tr_1 {
}

    .tbody_tr_1 form td:nth-child(1) {
        padding: 5px 15px;
        font-size: 17px;
    }

.tbody_tr_3 {
    padding: 5px 9px;
    font-size: 14px;
}

.tbody_tr_2 {
}

.glyphicon-ok {
    color: green;
    font-size: 17px;
    padding-left: 6px;
    position: relative;
    top: 3px;
}

.glyphicon-remove {
    color: red;
    font-size: 17px;
    padding-left: 6px;
    position: relative;
    top: 3px;
}

.glyphicon-ok-circle {
    color: green;
    font-size: 30px;
    font-weight: 100;
    margin: auto;
    display: block;
    text-align: center;
}

.col_sm_12 div span {
    margin: auto;
    display: block;
    text-align: center;
}

.col_sm_12 div {
    margin-bottom: 10px;
}

.drive_grid_page {
    background: white;
    padding: 25px 31px;
}

.status_center {
    text-align: center;
    margin: auto;
    display: block;
}

.status_center1 {
    margin: auto;
    display: block;
    text-align: center;
    color: green;
    font-size: 23px;
}
.status_center2 {
    margin: auto;
    display: block;
    text-align: center;
    color: yellow;
    font-size: 23px;
}

.fa-times-circle-o {
    margin: auto !important;
    display: block !important;
    text-align: center !important;
    color: #e40a0a !important;
    font-size: 23px !important;
}
.fa-times-circle-o1 {
    margin: auto !important;
    display: block !important;
    text-align: center !important;
    color: #fbff00 !important;
    font-size: 23px !important;
}

.black-bg {
    background: #00C6D7;
    border-bottom: 1px solid #00C6D7;
}

.fa-bars {
    color: white !important;
}

.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}

.drop_down {
    color: white;
    margin: 4px 0;
}

.glyphicon-edit, .glyphicon-off, .glyphicon-lock {
    margin: 0 6px 0 0;
}

.drop_down:hover {
    color: #021F4E !important;
}

.btn-primary {
    color: #fff;
    background-color: #00c6d7;
    border-color: #00c6d7;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #021F4E !important;
        border-color: #021F4E !important;
    }

.navbar-inverse {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px) {

    .navbar {
        border-radius: 0px;
    }
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.sidebar-toggle {
    color: #fff;
    font-size: 28px;
    display: inline-block;
    padding: 3px 22px;
}

@media (min-width:768px) {
    .container-1 {
        width: 15%;
        float: left;
    }

    .container-2 {
        width: 100%;
        float: left;
    }
}

@media (max-width:768px) {
    .container-1 {
        width: 100%;
    }

    .container-2 {
        width: 100%;
    }
}

.container-1:after,
.container-2:before,
{
    display: table;
    content: " ";
}

.container-1:after,
.container-2:after,
{
    clear: both;
}

.container-1 {
    display: none;
}
/*navbar-right=====START==========*/

.social-icon {
    margin: 0px;
    padding: 0px;
}

    .social-icon li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .social-icon li a {
            display: block;
            padding: 15px 14px;
            text-decoration: none;
        }

            .social-icon li a:focus {
                color: #fff;
                text-decoration: none;
            }

.messages-link {
    color: #fff !important;
    background: #16a085 !important;
}

.alerts-link {
    color: #fff !important;
    background: #f39c12 !important;
}

.tasks-link {
    color: #fff !important;
    background: #2980b9 !important;
}

.user-link {
    color: #fff !important;
    background: #E74C3C !important;
}

.number {
    position: absolute;
    bottom: 25px;
    left: 3px;
    width: 20px;
    height: 20px;
    padding-right: 1px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    background-color: #2c3e50;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -7px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*navbar-right=======END========*/

/*sidebar-toggle=============*/
.sidebar-toggle:hover, .sidebar-toggle:focus {
    color: #fff;
    text-decoration: underline;
}


/*sidr-NAVBAR=======START========*/
.navbar-nav-1 {
    width: 100%;
    background-color: #34495E;
    height: auto;
    overflow: hidden;
    z-index: 1020;
    position: relative;
}

.side-user {
    display: block;
    width: 100%;
    padding: 15px;
    border-top: none !important;
    border-bottom: 1px solid #142638;
    text-align: center;
}

.close-btn {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 31px;
    top: 0px;
    left: 223px;
    display: none;
    padding: 0px;
    cursor: pointer;
}

    .close-btn .fa-window-close {
        color: #fff;
        font-size: 25px;
    }

.welcome {
    margin: 0;
    font-style: italic;
    color: #9aa4af;
}

.name {
    margin: 0;
    font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ccd1d7;
}

.side-user a {
    color: #fff;
}

.nav-search {
    border-top: 1px solid #54677a;
}

    .nav-search .form-control {
        border: 1px solid #000;
        border-radius: 0px;
    }

    .nav-search .btn {
        border: 1px solid #000;
        border-radius: 0px;
    }

.dashboard > a {
    color: #fff;
}

.side-nav li {
    border-top: 1px solid #54677a;
    border-bottom: 1px solid #142638;
}

.side-nav > li > a:active {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    background-color: #34495e;
}

.panel {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

    .panel > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        color: #fff;
    }

    .panel > ul > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        color: darkcyan;
        background: black;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #3d566e;
}
/*sidr-NAVBAR=======END========*/
@media (min-width: 768px) {

    #page-wrapper {
        padding: 0 30px;
        /*min-height: 1300px;*/
        border-left: 1px solid #2c3e50;
    }
}

#page-wrapper {
    padding: 59px 15px;
    border: none;
}

.date-picker {
    border-color: #e74c3c;
    color: #fff;
    background-color: #e74c3c;
    margin-top: -3px;
    border-radius: 0px;
    margin-right: -15px;
}

#page-wrapper .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e0e7e8;
    border-radius: 0px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .circle-tile {
        margin-bottom: 30px;
    }
}

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
}

/* -- Background Helper Classes */

/* Use these to cuztomize the background color of a div. These are used along with tiles, or any other div you want to customize. */

.dark-blue {
    background-color: #34495e;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #2980b9;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.light-gray {
    background-color: #bdc3c7;
}

.yellow {
    background-color: #f1c40f;
}

/* -- Text Color Helper Classes */

.text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}



.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-description {
    text-transform: uppercase;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}

.circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

    .circle-tile-footer:hover {
        text-decoration: none;
        color: rgba(255,255,255,0.5);
        background-color: rgba(0,0,0,0.2);
    }


.morning {
    background: url(https://lh3.googleusercontent.com/-1YbV7nsVnX8/WMugaq-6BEI/AAAAAAAADSg/0wPfQ84vMUcCle_SkgiUDOumUKscMaA8QCL0B/w530-d-h353-p-rw/widget-bg-morning.jpg) center bottom no-repeat;
    background-size: cover;
}

.time-widget {
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 1.75em;
}

.time-widget-heading {
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 400;
    color: #fff;
}

#datetime {
    color: #fff;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
}

.tile {
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden;
    color: #fff;
}

.btn_theme_block {
    background: #00C6D7;
}

    .btn_theme_block:hover {
        background: #021F4E;
    }

.bg_images {
    background: url( "assets/img/truck2.jpg");
}

#sidebar {
    overflow: auto !important;
}

.custom_manage_role {
    background: rgba(0, 198, 215, 0.22);
    margin-top: 14px;
}

    .custom_manage_role h3 {
        color: #021f4e;
        margin: 10px 0;
    }

.manage_permit {
    padding: 0 !important;
}

.manage_permit_role {
    background: rgb(218, 218, 218);
    padding: 4px 9px;
    color: #040404;
}

.mange_button_new {
    padding: 15px 15px;
}

.top_5margin {
    margin-bottom: 15px !important;
}

.control_weight {
    font-weight: 700;
    color: black;
}

.upload_images_btn {
    background: #021f4e;
    color: white;
    border: red;
    padding: 4px 21px;
    font-weight: 600;
}

.bg_images_new {
    background: url(/assets/img/new_truck8.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.custom_modal_footer {
    border: none !important;
    padding: 0 15px 12px;
}

.btn_def_cancel {
    color: #fff;
    background-color: #052963;
    border-color: #052963;
}

.btn_def_submit {
    background: #00c6d7;
    border-color: #00c6d7;
    color: white;
}

.manage_images_custom img {
    width: 32px;
    margin-left: 6px;
}

.background_color_div {
    background: white;
    padding: 19px 12px 4px;
}

.h3_background {
    background: rgba(158, 158, 158, 0.25);
    padding: 4px 18px;
    color: black;
}

.div_background {
    padding: 0 !important;
}

.tr_color th {
    color: black;
}
.tr_color_New th {
    color: black;
    text-align:center;
}


.manage_images_custom1 img {
    width: 28px;
}

.left_radio_btn {
    margin: 0 0 0 20px !important;
}

.radio_list {
    position: relative;
    display: inline;
}

.control_color {
    color: black;
    font-weight: 700;
}

.div_label_margin5 {
    margin-bottom: 22px;
}

.btn_update {
    background: #00c6d7;
    background-color: #00c6d7;
    border-color: #00c6d7;
    color: white;
}

.navbar-default-custom {
    background: transparent;
    float: right;
}

.page_navigation {
    text-align: center;
    margin: auto;
    display: block;
}

.background_color_div {
    background: white;
    padding: 15px 12px 30px;
}

.btn_cancel {
    background: #021f4e;
    border: #021f4e;
    margin-left: 10px;
}

.div_label_margin5 label {
    padding-top: 0px !important;
    color: black;
}

.form-panel_new {
    padding: 27px 26px 4px 26px !important;
}

.control_color {
    color: black;
    font-weight: 700;
}

.custom_background {
    background: white !important;
    box-shadow: 0px 3px 2px rgba(170, 178, 189, 0.44);
    padding: 5px 16px 22px;
    margin-bottom: 35px !important;
    overflow: hidden;
}

.custom_text_area {
    max-width: 100% !important;
}

.btn_custom {
    text-align: right !important;
    position: absolute !important;
    right: 36px !important;
    font-size: 17px !important;
    background: #00c6d7 !important;
    color: white !important;
    padding: 5px 10px !important;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        margin: 0 4px;
    }

        .pagination a.active {
            background-color: #00c6d7;
            color: white;
            border: 1px solid #00c6d7;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.new_div_pegi {
    margin: -27px 0px;
    padding: 0 0;
    float: right;
}

.pagination {
    margin: 17px 0 0 !important;
    float: right !important;
    position: relative;
    left: 18px;
}

.new_div_pegi1 {
    position: relative;
    right: 28px;
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.container {
    max-width: 960px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    border-bottom: 1px solid #eee;
}

    .nav li a {
        font-size: 14px;
    }

#accordionMenu {
    max-width: 300px;
}

.panel-body {
    padding: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e113";
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e114";
        }


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

@media only screen and (max-width: 769px) {
    .nav_collapse2 {
        display: none !important;
    }
}

.input-group {
    width: 260px;
    max-width: 100%;
}

.h3_background a button {
    font-size: 15px;
    float: right;
    background: #021f4e;
    border: #021f4e;
    color: white;
    margin: 1px 0;
    padding: 4px 8px;
}

.pagination > .active > a {
    background-color: #00c6d7;
    border-color: #00c6d7;
}

.navbar-default1 {
    position: relative !important;
    right: 16px !important;
}

.btn_custom_new1 {
    margin-right: 12px !important;
}

.div_background_custom {
    padding: 0 11px !important;
}

.div_title {
    font-size: 19px;
    color: black;
    position: relative;
    top: 6px;
    margin-right: 14px;
    background: #dedede;
    padding: 3px 16px;
    overflow: hidden !important;
}

.custom_div {
    margin-bottom: 20px !important;
}

.class_custom_text {
    max-width: 190px !important;
    max-width: 100%;
}

.navbar_custom5 {
    margin-right: 17px;
}

.white-box {
    background: white;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.left_align {
    text-align: right !important;
}

.custom_12_class {
    margin-bottom: 12px;
}

.custom_12_class1 {
    background: white;
    padding: 28px 26px;
}

.custom_table tr th {
    text-align: center;
    font-size: 13px;
    color: black;
}

.custom_table tr td {
    text-align: center;
}

.custom_button {
    float: right !important;
    margin-bottom: 10px;
    background: #021f4e;
    color: white;
    padding: 3px 13px;
    border: none;
}

.para_background {
    background: rgba(128, 128, 128, 0.41);
    padding: 3px 10px 3px;
    color: white;
}

.font_size {
    font-size: 17px;
    color: black !important;
}

.custom_btn_new {
    margin-left: 12px !important;
    margin-bottom: 8px;
    margin-top: 10px;
}

.custom_btn_new1 {
    padding-top: 15px;
}


div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
}

.custom_thead {
    BACKGROUND: rgb(242, 242, 242);
    COLOR: BLACK;
}

.table-striped_custom {
    width: 1200px;
    max-width: 100%;
}

.table-bordered > thead > tr > th {
    text-align: center !important;
}

.new_button_add {
    float: right;
    background: #021f4e;
    color: white;
    border: none;
    font-size: 16px;
    padding: 2px 12px !important;
    font-weight: 600;
    border-radius: 6px;
}

.margin_bottom {
    margin-bottom: 13px;
}

.tbody_tr_3 {
    margin: auto;
    text-align: center;
    font-size: 22px;
}

.table-responsive_cus {
    overflow-x: auto;
}

.panel-collapse-clickable {
    cursor: pointer;
}

.custom_input {
    margin: 10px 0;
}

.drop_custom {
    padding: 0 10px;
}

.custom_section {
    padding: 0 24px;
}

.custom_col-12 {
    margin: 0 !important;
    padding: 0px !important;
}

.custom_col-122 {
    margin-bottom: 5px !important;
}

.custom_form_control {
    width: 15px !important;
    height: auto !important;
}

.form-control_text {
    max-width: 100% !important;
}
.form-control_text_New {
    width: 275px;
    height:75px;
}

.form-group_custom5 label {
    color: black !important;
}

div.modal-footer {
    text-align: left !important;
}

.custom_modal_main {
    border: none !important;
}

.padding_zero {
    padding: 0 !important;
    margin-bottom: 15px;
}

.padding_zero_color label {
    color: black !important;
}

.col_label {
    color: black !important;
}

.from_group_custom {
    margin-left: 180px;
    margin-top: 5px;
}

.cus_padding_zero {
    padding: 0 !important;
    margin-bottom: 7px !important;
}

    .cus_padding_zero label {
        color: black !important;
    }

.from_control_cus {
    width: 16px !important;
    height: 16px !important;
}

.form_group_custom {
    margin-left: 165px !important;
    margin-top: 24px !important;
}

.custom_color_back {
    background: rgba(128, 128, 128, 0.42);
    color: black;
    padding: 5px 9px;
}

.custom_th th {
    color: black !important;
}

.custom_td td {
    color: black;
}

.addon_span {
    padding: 0px 8px !important;
}

.btn-bs-file {
    position: relative;
}

    .btn-bs-file input[type="file"] {
        position: absolute;
        top: -9999999;
        filter: alpha(opacity=0);
        opacity: 0;
        width: 0;
        height: 0;
        outline: none;
        cursor: inherit;
    }

.label_btn_lg {
    padding: 5px;
    font-size: 12px;
}

.glyphicon-upload_custom {
    margin-right: 5px;
}

.table-responsive_custom {
    background: white;
    padding: 20px 20px;
}

.glyphicon-cloud-download {
    font-size: 18px;
}

.div_background_cus_new {
    padding: 0 10px !important;
}

.form-group_custom {
    border: none !important;
    padding: 20px 0px 0;
}

.col_md_custom {
    padding: 0 !important;
    margin-bottom: 10px;
}

    .col_md_custom label {
        color: black !important;
    }

.form-control_custom {
    max-width: 100%;
}

.NEW_H3 {
    BACKGROUND: rgba(158, 158, 158, 0.3);
    COLOR: BLACK;
    PADDING: 6px 13px;
}

.div_background_new {
    padding: 0 14px !important;
}

.table_responsive_custom {
    background: white !important;
    padding: 18px 10px !important;
}

.control_weight {
    padding: 4px 15px;
    background: rgba(128, 128, 128, 0.29);
    margin: 0 0 18px !important;
}

.custom_background_cus {
    background: rgba(158, 158, 158, 0.22) !important;
    margin-top: 12px;
    margin-bottom: 12px;
}

.view_font {
    padding: 5px 0;
    color: black;
}

.mb_carrier {
    background: #e0e0e0;
    color: #151414;
    padding: 2px 11px;
}

.custom_background_child div label {
    color: black !important;
}

.lia_background {
    background: #00c6d7;
    color: white !important;
    padding: 2px 19px;
    font-weight: 600;
}

.pad_zero_new {
    padding: zero;
}

.custom_background div label {
    color: black !important;
}

.custom_background_cus1 {
    color: black;
    padding: 4px 13px;
    font-size: 21px;
    background: rgba(158, 158, 158, 0.25);
}

.custom_background_cus2 {
    background: white !important;
    padding: 25px 25px;
}

.btn-theme1 {
    background-color: #00c6d7 !important;
    border-color: #00c6d7 !important;
    margin-top: 2px;
    border: none;
    padding: 7px 22px;
    color: white;
    background: #00c6d7 !important;
    border-radius: 6px;
    font-size: 12px;
}

.form-panel_cus {
    margin: 0;
    margin-bottom: 16px;
    padding: 15px;
}

.form-panel_cus5 {
    box-shadow: none !important;
    background: transparent;
}

.form-panel_cus55 div {
    border-bottom: none !important;
}

.label_col_cus div label {
    color: black !important;
}

.form-control_fixwidth {
    max-width: 100%;
}

.td_custom {
    padding: 0 !important;
    text-align: center !important;
}

.glyphicon-list-alt {
    font-size: 24px !important;
    position: relative !important;
    top: 4px !important;
    overflow: hidden !important;
}

.nav-side-menu {
    overflow: auto !important;
    font-family: 'Ruda', sans-serif !important;
    font-size: 15px !important;
    font-weight: 200 !important;
    background-color: #021F4E;
    position: fixed;
    top: inherit;
    width: 220px;
    height: 100%;
    color: #e1ffff;
}

#menu-content {
    margin-bottom: 80px;
}

.div_background_new5 {
    background: white;
    padding: 16px 0 32px !important;
}

.form_panel_custom5 {
    box-shadow: none !important;
    padding: 0 !important;
}

.margin_bottom_cus label {
    color: black !important;
}

.custom_h3 {
    background: rgba(128, 128, 128, 0.4);
    color: black;
    padding: 5px 37px;
}

.form-panel_custom {
    /*box-shadow: 0px 3px 2px rgba(170, 178, 189, 0.44);*/
    box-shadow: none !important;
}

.div_background_white {
    background: white !important;
}

.form-panel_custom div {
    padding: 0 !important;
}

.custom_div5 {
    padding: 0 10px !important;
}

.text_area_max {
    max-width: 100% !important;
}

.row_label label {
    color: black !important;
}

.responsive_table {
    overflow-y: auto;
    margin-bottom: 22px;
}

.fotter_btn_new1 {
    margin: 11px 37px !important;
}
/*.center_icon{
    text-align:center !important;
    margin:auto;
    display:block;
}*/
.margin_bottom_cus5 {
    margin-bottom: 17px !important;
}

.label_col_cus label {
    color: black !important;
}

.custom_td {
    text-align: center !important;
}

.form_panel_custom55 {
    background: transparent !important;
    margin: 0px !important;
    box-shadow: none !important;
}

.form_panel_custom_row div label {
    color: black !important;
}

.form_panel_custom_row div {
    margin-bottom: 10px !important;
}

.status_center1, .status_center {
    border: none !important;
}

.btn-file {
    width: 146px;
    max-width: 100%;
    height: 31px;
    max-height: 100%;
    background: #00c6d7;
    color: white;
    border: none;
}

.input_custom {
    width: 600px !important;
    max-width: 100% !important;
}

.custom_search5 {
    position: relative !important;
    top: 15px !important;
    width: 1000px !important;
}

.datepicker_cus {
    z-index: 1 !important;
}

.glyphicon-send_new {
    font-size: 22px !important;
}

@media only screen and (max-width: 768px) {
    .nav-side-menu {
        height: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .col_md_12_cus {
        margin-top: 50px !important;
    }
}

.table-responsive_search {
    overflow: auto !important;
    margin-top: 40px !important;
    padding: 0px 12px;
}

.custom_remove {
    color: rgb(233, 30, 30);
    font-size: 23px;
}
/*.datepicker-orient-bottom{

        position:absolute !important;
        top: 220px !important;
}*/
.mb_cus {
    background: #dedede;
    padding: 4px 14px;
    color: black;
}

.margin_top_cus {
    margin-top: 7px !important;
}

.red_color {
    color: red;
}

.label_cus_col div label {
    color: black !important;
}

.cus_textarea5 {
    width: 100% !important;
    max-width: 100% !important;
}

.class_bottom {
    margin-bottom: 9px !important;
}

.margin_left_cus {
    margin-left: 16px !important;
    position: relative;
    top: 14px;
}

.margin_left_cus1 {
    margin-left: 9px !important;
}
/*.datepicker-dropdown{

        margin-top: 292px !important;
}*/
.custom_input {
    position: absolute !important;
}

.margin_right5 {
    margin-right: 13px !important;
}

.padding_zero1 {
    padding: 0 !important;
}

.control_weight505 {
    padding: 4px 15px !important;
    background: rgb(0, 198, 215) !important;
    margin: 0 0 18px !important;
    color: white !important;
}

.control_cus5 {
    position: relative !important;
    background: #00c6d7 !important;
    color: white !important;
    padding: 3px 14px !important;
}

.margin_top_cus525 {
    margin-top: 15px;
}

.datepicker-orient-bottom {
    margin-top: 292px !important;
}

.modal_footer_custom {
    padding: 0 15px !important;
    border-top: none !important;
}

.color_background {
    background: #00c6d7 !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
}

.custom_label_new {
    background: #00c6d7 !important;
    color: white !important;
    padding: 1px 35px !important;
    font-size: 16px !important;
    margin-bottom: 16px !important;
}

.text_center5 {
    text-align: center !important;
}

.padding_zero525 {
    padding: 0 !important;
}

.text_center525 td {
    text-align: center !important;
}

.custom_label_color label {
    color: black !important;
}
/*.custom_label_color{

    margin-bottom:12px !important;
}*/
.border_none {
    border: none !important;
    padding: 0 !important;
}

.btn_custom_new5 {
    margin-left: 28px !important;
}

.border_none_new {
    border: none !important;
}

.btn_left5 {
    margin-left: 10px;
}

.top_5margin {
    padding: 0 !important;
}

.custom_input5 {
    position: absolute !important;
    top: 1px !important;
}

.custom_input51 {
    position: fixed !important;
    top: 1px !important;
}

.custom_form_group {
    border-bottom: none !important;
}

.margin_left_cus55 {
    position: relative;
    top: 14px;
}

.top_margin_padding {
    padding: 0 !important;
}

.div_add_truck {
    padding: 0 !important;
}

.from_group_border {
    border: none !important;
}

.margin_txt5 {
    margin-bottom: 13px !important;
}

.margin_div5 {
    margin-top: 21px;
    margin-bottom: 8px;
}

.custom_div_new {
    width: 11% !important;
    max-width: 100% !important;
    font-weight: 700;
}

.custom_div_new1 {
    width: 22.33% !important;
    max-width: 100% !important;
}
/*.manage_images_custom1 img:hover{

    width:40px !important;
}*/
.error_message {
    margin: 10% 20% 0 !important;
    text-align: center !important;
}

.alert-warning {
    color: red;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 15px;
}

.custom_start {
    margin: 0 0 0 6px !important;
    font-size: 11px !important;
    position: relative !important;
    top: 1px !important;
    color: #a94442 !important;
}

.asterisk_icon {
    color: #a94442 !important;
    top: -2px;
    font-size: 22px;
    margin-left: 7px;
    position: absolute;
}
.asterisk_icon_new {
    color: #a94442 !important;
    top: -2px;
    font-size: 22px;
    margin-left: 75px;
    position: absolute;
}
.asterisk_icon3 {
    color: #a94442 !important;
    top: -2px;
    font-size: 22px;
    margin-left: 12px;
    position: absolute;
}

.control-label5 {
    margin: 8px 0 0 0 !important;
}

.asterisk_icon1 {
    color: #a94442 !important;
    top: -2px;
    font-size: 22px;
    margin-left: 47px;
    position: absolute;
}

.col_6_custom div label {
    color: black !important;
    font-weight: 600 !important;
}

a {
    overflow: hidden !important;
    position: relative !important;
}

@media only screen and (max-width: 1281px) {
    .asterisk_icon2 {
        position: absolute !important;
        right: -8px !important;
    }
}

.fotter_btn525 {
    position: absolute !important;
    margin-top: 17px !important;
}
.fotter_btn525_1 {
    position: absolute !important;
    margin-top: 30px !important;
}
.top_header_div {
    background: #dedede;
    position: relative;
    color: black;
    padding: 9px 13px;
}
.top_header_div_1 {
    background: #dedede;
    position: relative;
    color: black;
    padding: 10px 13px;
}

.margin_left_cus525 {
    margin-left: 11px !important;
}

.modal_footer_custom525 {
    margin-left: 13px !important;
}

.padding_zero_right {
    padding-right: 0 !important;
}

.custom_container {
    margin: auto !important;
    display: block !important;
    margin-top: 18% !important;
}

.text-align_center {
    text-align: left !important;
}

.custom-table tr td {
    border-top: none !important;
}

.first_table {
    background: #61A5BD !important;
    color: white !important;
    box-shadow: 1px 3px #708099;
}

.second_table {
    background: #f97304 !important;
    color: white !important;
}

.third_table {
    background: #d44206 !important;
    color: white !important;
}

.fourth_table {
    background: #023d67 !important;
    color: white !important;
}

.text-align_right {
    text-align: right !important;
}

.badge_red {
    background: green !important;
    color: white !important;
    width: 36px;
    max-width: 100%;
}

    .badge_red a {
        color: white !important;
        width: 36px;
        max-width: 100%;
    }

.badge_green {
    background: yellow !important;
    color: black !important;
    width: 36px;
    max-width: 100%;
}

    .badge_green a {
        color: black !important;
        width: 36px;
        max-width: 100%;
    }

.badge_yellow {
    background: red;
    color: white !important;
    width: 36px;
    max-width: 100%;
}

    .badge_yellow a {
        color: white !important;
        width: 36px;
        max-width: 100%;
    }

.badge_white {
    background: white !important;
    color: black !important;
    width: 36px;
    max-width: 100%;
}


body {
    font-family: 'Open Sans';
}

.container {
    margin-top: 42px;
}

.inactive {
    visibility: hidden;
}



.col-list .col-head {
    color: white;
    border-bottom: thick solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 0 0;
    margin-top: 45px;
}

    .col-list .col-head span {
        color: white;
        font-size: 3em;
        padding: 15px;
        border: thick solid white;
        border-radius: 50%;
        margin-top: -45px;
        background-color: #BE1E2D;
    }

    .col-list .col-head h2 {
        margin-top: 7px;
        margin-bottom: 5px;
        font-size: 2em;
        font-weight: 700;
    }

.col-list .t1 .col-head {
    background-color: #FFB748;
}

.col-list .t2 .col-head {
    background-color: #16CAC8;
}

.col-list .t3 .col-head {
    background-color: #F87152;
}

.col-list .t4 .col-head {
    background-color: #f97304;
}

.col-list .t1 li {
    border-bottom: 1px solid rgba(255, 183, 72, .4);
}

.col-list .t2 li {
    border-bottom: 1px solid rgba(22, 202, 200, .4);
}

.col-list .t3 li {
    border-bottom: 1px solid rgba(248, 113, 82, .4);
}

.col-list .t4 li {
    border-bottom: 1px solid rgba(248, 113, 82, .4);
}

    .col-list .t1 li:last-child,
    .col-list .t2 li:last-child,
    .col-list .t3 li:last-child, .col-list .t4 li:last-child {
        border-bottom: 0;
    }

.col-list li p {
    cursor: pointer;
    font-size: 1.2em;
    padding: 7px;
    margin: 0;
}

.col-list li:hover {
    background-color: #F7F7F9;
}

.option span {
    color: rgba(162, 213, 0, 1);
    margin-left: 7px;
    margin-right: 7px;
}

.list-unstyled li p span {
    float: right !important;
}

.list-unstyled_1 {
    border: 1px solid #ffb74866 !important;
}

.list-unstyled_1 {
    background: #ffb748;
    color: white;
}

.list-unstyled_2 {
    background: #ffb748;
    color: white;
}

.list-unstyled_3 {
    background: #ffb748;
    color: white;
}

.list-unstyled_4 {
    background: #ffb748;
    color: white;
}

.text-align_right2 {
    text-align: center !important;
}

.text-align_center {
    background: #021f4e9c !important;
    font-size: 14px !important;
    padding: 5px 8px !important;
}

.first_table tbody tr td {
    padding: 4px 7px !important;
    font-size: 14px !important;
}
/*.custom-table tr:nth-child(1) {
    background: green !important;
}
.custom-table tr:nth-child(2) {
    background: yellow !important;
    color:black !important;
}
.custom-table tr:nth-child(3) {
    background: white !important;
    color:black !important;
}
.custom-table tr:nth-child(4) {
    background: red !important;
    color:white !important;
}*/
.yellow_color_cus {
    background: yellow !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}
/*input custom width class*/
.col-sm-10_cus {
    width: 10% !important;
    max-width: 100% !important;
}

.col-sm-20_cus {
    width: 20% !important;
    max-width: 100% !important;
}

.col-sm-30_cus {
    width: 30% !important;
    max-width: 100% !important;
}

.col-sm-40_cus {
    width: 40% !important;
    max-width: 100% !important;
}

.col-sm-50_cus {
    width: 50% !important;
    max-width: 100% !important;
}

.col-sm-60_cus {
    width: 60% !important;
    max-width: 100% !important;
}

.col-sm-70_cus {
    width: 70% !important;
    max-width: 100% !important;
}

.col-sm-80_cus {
    width: 80% !important;
    max-width: 100% !important;
}

.col-sm-90_cus {
    width: 90% !important;
    max-width: 100% !important;
}

.col-sm-100_cus {
    width: 100% !important;
    max-width: 100% !important;
}

/*.upgif {
    background-color: #FAFAFA;
    z-index: 9999;
    width: 100%;
    position: fixed;
    opacity: 0.9;
    padding: 25% 0;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
}

    .upgif > img {
        text-align: center;
    }*/


.text-white {
    padding: 10px 0 !important;
}

.white-box5 {
    background: white;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 16px !important;
    padding-left: 5px;
}

.button_click_link {
    BACKGROUND: #021F4E !important;
    COLOR: WHITE !important;
    PADDING: 2px 11px !important;
    BORDER-RADIUS: 4PX !important;
}

.white-box1 {
    background: #61a5bdad !important;
    color: white;
}

.white-box2 {
    background: #275378b3;
    color: white;
}

.color_text1 {
    color: #fffcfc !important;
}

.white-box5 {
    background: #14bcc3 !important;
    color: white;
    box-shadow: 3px 5px #393a3a47 !important;
}

.margin_bottom_fc {
    margin-bottom: 31px !important;
}

.fa-check-circle-o {
    margin: auto !important;
    display: block !important;
    text-align: center !important;
    color: green !important;
    font-size: 23px !important;
}

.class_width_custom {
    width: 800px !important;
    max-width: 100% !important;
}

.text-align_center {
    background: #275378 !important;
    font-size: 14px !important;
    padding: 5px 8px !important;
}

.upgif {
    background-color: #FAFAFA;
    z-index: 9999;
    width: 100%;
    position: fixed;
    opacity: 0.9;
    padding: 25% 0;
    left: 0;
    top: 0;
    text-align: center;
    background-size: cover;
    height: 100% !important;
    display: none;
}

    .upgif > img {
        POSITION: ABSOLUTE !important;
        TOP: 45% !important;
        WIDTH: 36PX !important;
    }

.upgif_custom {
    background-color: #FAFAFA;
    z-index: 9999;
    width: 100%;
    position: fixed;
    opacity: 0.9;
    padding: 25% 0;
    left: 0;
    top: 0;
    text-align: center;
    background-size: cover;
    height: 100% !important;
    display: none;
}

    .upgif_custom > img {
        POSITION: ABSOLUTE !important;
        TOP: 45% !important;
        WIDTH: 36PX !important;
    }



.upgif > h4 {
    position: absolute !important;
    top: 50% !important;
    left: 43% !important;
}

.upgif_custom > h4 {
    position: absolute !important;
    top: 50% !important;
    left: 41% !important;
    color: #353534;
    font-size: 21px;
}

.back_button {
    float: right;
    font-size: 15px;
    background: #021f4e;
    color: white;
    margin-left: 10px;
    padding: 4px 8px;
    margin-top: 1px;
}

.load_title {
    color: black;
    background: #dedede;
    margin: 0 16px;
    padding: 2px 6px;
}

.label_cls {
    color: black;
    font-weight: 600;
    margin-right: 12px;
}

.h4_background {
    background: rgba(158, 158, 158, 0.25);
    padding: 4px 6px;
    color: black;
}

    .h4_background a button {
        font-size: 15px;
        float: right;
        background: #021f4e;
        border: #021f4e;
        color: white;
        margin: -1px 0;
        padding: 2px 8px;
    }

.custom_input_new {
    position: absolute !important;
    top: -5px !important;
    left: 281px !important;
}

.form-control5255 {
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dba_label {
    padding-top: 0px !important;
    color: black;
    2772;
}

.img_cls_logo img {
    width: 130px;
    max-width: 100%;
}

.img_cls_signature img {
    min-width: 234px;
    max-width: 100%;
    height: 44px;
}

.check_amount {
    padding: 3px 16px;
    font-size: 16px;
    margin-top: 51px !important;
}

    .check_amount span h2 {
        background: #d0cece;
        padding: 3px 15px;
    }

.add_links_button {
    position: absolute !important;
    right: 15px;
    top: 1px;
    background: #021f4e;
    color: white;
    padding: 7px 12px;
    border-radius: 2px;
    width: 10%;
    max-width: 100%;
}

.manage_images_custom555 {
    float: right;
    background: #021F4E;
    color: white;
    padding: 2px 13px;
    font-size: 20px;
}

.select_option select {
    width: 90% !important;
    max-width: 100%;
}

.select_option1 select {
    width: 86% !important;
    max-width: 100%;
}

address {
    text-transform: capitalize;
}

.send_mail {
    float: right;
    background: #02204e;
    color: white;
    padding: 1px 11px;
    font-size: 21px;
}
.print_report {
    float: right;
    background: white;
    color: darkblue;
    padding: 1px 40px;
    font-size: 21px;
}
.email_send {
    margin-left: 5px !important;
}

.margin_close {
    margin-left: 20px;
}

.invoice-box525 {
    min-height: 904px;
}

.btn_res {
    position: absolute !important;
    bottom: 9px !important;
    left: 38px !important;
    background: #021f4e !important;
    color: white !important;
}

.sub-menu a {
    background-color: #021F4E;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    color: white;
}

.background_color_div525 {
    background: #8080801c !important;
    padding: 8px 0 20px !important;
}

.control_color_text {
    background: #e0dede;
    color: #242425;
    padding: 5px 11px;
    position: relative;
    font-size: 16px;
    width: 100%;
}

.custom_input525 {
    width: 17px;
    height: 17px;
    display: block;
    position: relative;
    top: 10px;
}

.amount_details {
    font-size: 16px;
    background: #dedede;
    color: #000000;
    padding: 2px 9px;
    font-size: 16px !important;
}

label {
    font-size: 14px !important;
    color: black;
}

.color_td td {
    color: black !important;
}

.margin-bottom_div div {
    margin-bottom: 7px;
}

.btn-primary {
    color: #fff;
    background-color: #021f4e;
    border-color: #021f4e;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: #00c6d7 !important;
        border-color: #00c6d7 !important;
    }

.table-bordered > thead > tr > th {
    text-align: left !important;
}

.table-bordered tr:nth-child(odd) {
    background-color: white;
    color: black;
}

.table-bordered tr:nth-child(even) {
    /*background-color: black;
    color: black;*/
    background-color:lightgreen ;
    color: black;
}



.title_account {
    text-align: right !important;
}

.table_custom {
    border: 1px solid #8080803b !important;
    margin-bottom: 0px !important;
}

.table_custom525 {
    margin-bottom: 0px !important;
    border: 1px solid #dedede;
}

.border_color {
    border: 1px solid #dedede;
}

textarea {
    max-width: 100% !important;
}

.page_batch {
    background: #dedede;
    width: 30%;
    padding: 3px 20px;
    font-size: 20px;
    font-weight: 500;
}

.batch_driver {
    background: #dedede;
    margin-top: 6px;
    font-size: 21px;
    padding: 4px 14px;
    width: 30%;
}

.tr_td {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.task_title5 {
    BACKGROUND: #dedede;
    FONT-SIZE: 21PX;
    PADDING: 0px 16px;
    FONT-WEIGHT: 500;
    MARGIN-BOTTOM: 15px;
}

.btn-info {
    color: #fff;
    background-color: #021f4e;
    border-color: #021f4e;
}

.amount_div {
    background: #f9f9f9;
    padding: 7px 0;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #80808030;
}

.get_value {
    font-weight: 600 !important;
    text-align: right;
}

.text-right555 {
    float: right !important;
}


    .text-right555 input[type=checkbox] {
        /*zoom: 1.8;
        position: relative;
    top: 2px;*/
        -moz-transform: scale(1.3) !important;
        transform: scale(1.4) !important;
    }

.text-align_center54 > thead > tr > th {
    text-align: center !important;
}


.grey_bg {
    background: #f8f8f8;
    padding: 15px !important;
    display: table;
    width: calc(100% - 30px);
    max-width: 100%;
}
/*for User Profile*/
.asterisk_icon_User {
    color: #a94442 !important;
    /*top: -2px;
    font-size: 22px;
    margin-left: 7px;
    position: absolute;*/
}

.glyphicon-download-alt {
    font-size: 24px;
    margin-left: 10px;
}

.select_searhbar {
    display: inline-block;
    width: 200px;
    float: left;
}

.info-box_permit {
    background-color: #a00d3f !important;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .info-box_permit .icon {
        display: inline-block;
        text-align: center;
        background-color: rgba(2, 2, 2, 0.12);
        width: 25%;
    }

        .info-box_permit .icon i {
            color: #fff;
            font-size: 30px;
            line-height: 50px;
        }

.number2 {
    font-size: 25px;
}

.info-box_permit .content .text {
    font-size: 15px;
    margin-top: 11px;
    color: #fff;
    text-align: center;
    margin-left: 10px;
}

.search_All_dp {
    margin-left: -101px;
}

.search_All_date {
    width: 100px !important;
}

.create_user_bg {
    background: url(../images/truck-banner1.jpg);
}
