@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.eot');
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Bold.woff2') format('woff2'), url('fonts/SegoeUI-Bold.woff') format('woff'), url('fonts/SegoeUI-Bold.ttf') format('truetype'), url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI.woff2') format('woff2'), url('fonts/SegoeUI.woff') format('woff'), url('fonts/SegoeUI.ttf') format('truetype'), url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Italic.eot');
    src: url('fonts/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Italic.woff2') format('woff2'), url('fonts/SegoeUI-Italic.woff') format('woff'), url('fonts/SegoeUI-Italic.ttf') format('truetype'), url('fonts/SegoeUI-Italic.svg#SegoeUI-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-BoldItalic.eot');
    src: url('fonts/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-BoldItalic.woff2') format('woff2'), url('fonts/SegoeUI-BoldItalic.woff') format('woff'), url('fonts/SegoeUI-BoldItalic.ttf') format('truetype'), url('fonts/SegoeUI-BoldItalic.svg#SegoeUI-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Semibold.eot');
    src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Semibold.woff2') format('woff2'), url('fonts/SegoeUI-Semibold.woff') format('woff'), url('fonts/SegoeUI-Semibold.ttf') format('truetype'), url('fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Regular.eot');
    src: url('fonts/SegoeUI-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Regular.woff2') format('woff2'), url('fonts/SegoeUI-Regular.woff') format('woff'), url('fonts/SegoeUI-Regular.ttf') format('truetype'), url('fonts/SegoeUI-Regular.svg#SegoeUI-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: none;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul {
    margin: 0;
    list-style-type: none;
}
.navbar-nav{
    flex-direction:row;
}

body {
    font-family: 'Segoe UI',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
}

body,
html {
    height: 100%;
}

.login-container {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.imghistory {
    width: 60px;
    border-radius: 50%;
}

.tablehistory  td {
    vertical-align: middle !important;
}

.tablehistory tr:nth-child(even) {
    background-color: #f8f8f8 !important;
}

.tablehistory > tbody > tr:hover {
    background-color: #d3e3f7 !important;
    cursor: pointer;
}

.tdcenter{
    text-align:center !important;
}

.login-inner {
    width: 554px;
    height: auto;
    background: #323C6D;
    border-radius: 6px;
    padding: 60px 60px 75px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
}

    .login-inner h2 {
        font-size: 40px;
        line-height: 53px;
        font-weight: 600;
        color: #fff;
        margin: 0 0 42px;
        text-align: center;
    }

    .login-inner .form-group {
        margin: 0 0 41px
    }

    .login-inner .form-control {
        height: 72px;
        border: 2px solid #fff !important;
        border-radius: 6px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        background-color: transparent;
        box-shadow: none;
        padding-right: 30px;
    }

        .login-inner .form-control::-moz-placeholder {
            color: #fff;
        }

        .login-inner .form-control::-ms-input-placeholder {
            color: #fff;
        }

        .login-inner .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    .login-inner .submit-block {
        display: block;
        margin-top: 118px;
    }

        .login-inner .submit-block input {
            background-color: #16C747;
            border-radius: 6px;
            height: 72px;
            text-align: center;
            font-size: 25px;
            font-weight: 400;
            display: block;
            width: 100%;
            border: none;
            color: #fff;
        }

.infoicon {
    color: cornflowerblue;
}

.page-content {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #F6F7F8;
    padding-right: 108px;
    float: left;
}

.left-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    width: 108px;
    height: 100%;
    background-color: #23445A;
    z-index: 9999;
}

.logo {
    width: 100%;
    float: left;
    height: auto;
    padding: 10px 0 65px;
    text-align: center;
}

.menu-list {
    width: 100%;
    float: left;
    height: auto;
}

    .menu-list li {
        float: left;
        width: 100%;
        margin: 0 0 75px;
        text-align: center;
    }

        .menu-list li:last-child {
            margin: 0;
        }

        .menu-list li a {
            display: inline-block;
            position: relative;
        }

.badge {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #FF2727;
    position: absolute;
    right: -10px;
    top: -10px;
}

.header .badge {
    top: -2px;
}



.right-content {
    width: 100%;
    float: left;
    height: auto;
}

.header {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #bcbdbe;
    background-color: #fff;
    padding: 0px 30px;
}

.navbar-default {
    background-color: white;
    border: none;
    margin: 0;
    padding: 20px 5px;
}

.navbar-nav > li {
    margin-left: 77px;
}

    .navbar-nav > li:last-child,
    .navbar-nav.navbar-left > li:last-child {
        margin: 0;
    }

.navbar-default .navbar-nav > li > a {
    font-size: 22px;
    font-weight: 600;
    color: #24455B;
    line-height: 30px;
    padding: 0;
    position: relative;
}

.dropdown-menu > li > a {
    font-size: 22px;
    font-weight: 600;
    color: #24455B;
    line-height: 30px;
    padding: 0 28px;
}

.navbar {
    min-height: unset;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #16C747;
    background-color: transparent;
}

.navbar-nav.navbar-left > li {
    margin-left: 30px;
}

    .navbar-nav.navbar-left > li.dropdown > a {
        padding-left: 28px;
        background: url(/images/down-arrow.png) no-repeat left center;
        display: inline-block;
    }

.navbar-nav.navbar-left .dropdown-menu {
    right: auto;
    left: 0;
    float: left;
    text-align: left;
    border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.content {
    width: 100%;
    float: left;
    height: auto;
    padding: 52px 38px 0;
}

    .content h1 {
        font-size: 27px;
        line-height: 36px;
        font-weight: 600;
        color: #1E3646;
        margin: 0 0 25px;
    }

.main-content {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 300px;
}

.gate-content {
    width: 100%;
    float: left;
    height: auto;
    padding: 240px 15px;
}

.button-action {
    display: block;
    margin-top: 65px;
}

    .button-action a {
        width: 307px;
        line-height: 52px;
        border-radius: 6px;
        color: #fff;
        background-color: #16C747;
        display: inline-block;
        max-width: 100%;
        font-size: 24px;
        font-weight: 400;
    }

.inner-title {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 136px 50px 20px;
    border-bottom: 1px solid #cecece;
}

    .inner-title h2 {
        font-size: 22px;
        line-height: 30px;
        color: #1E3646;
        margin: 0 0;
    }

.inner-details {
    width: 100%;
    float: left;
    height: auto;
    padding: 50px 70px 50px;
}

    .inner-details .form-block {
        max-width: 696px;
        margin: 0 auto;
    }

    .inner-details .form-group {
        margin: 0 0 48px
    }

    .inner-details .form-control {
        height: 44px;
        border: none;
        border-bottom: 1px solid #707070;
        border-radius: 0px;
        color: #1E3646;
        font-size: 22px;
        font-weight: 400;
        background-color: transparent;
        box-shadow: none;
        padding: 7px 0px;
    }

        .inner-details .form-control::-moz-placeholder {
            color: #1E3646;
        }

        .inner-details .form-control::-ms-input-placeholder {
            color: #1E3646;
        }

        .inner-details .form-control::-webkit-input-placeholder {
            color: #1E3646;
        }

        .inner-details .form-control:focus {
            border-color: #16C747;
        }

    .inner-details .form-group:hover label {
        color: #16C747;
    }

    .inner-details label {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        color: #1E3646;
        margin: 0;
    }

    .inner-details .map {
        margin-top: 48px;
    }

.inner-submit {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 112px;
}

    .inner-submit .submit-button {
        height: 52px;
        width: 307px;
        border: 1px solid #707070;
        max-width: 100%;
        font-size: 24px;
        color: #707070;
        border-radius: 6px;
        float: left;
        background-color: transparent;
        margin-left: 10px;
    }

        .inner-submit .submit-button:hover {
            background-color: #16C747;
            border-color: #16C747;
            color: #fff;
        }
    .inner-submit .inner-cancel:hover {
        background-color: red;
        border-color: red;
        color: #fff;
        
    }

    .navbar-right {
        margin: 0;
    }

.select-field {
    width: 100%;
    float: right;
    height: auto;
    max-width: 388px;
}

    .select-field label {
        display: block;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
    }

    .select-field .chosen-container {
        width: 100% !important;
    }

.chosen-container-single .chosen-single {
    height: 51px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #292626D9;
}

.select-field .chosen-container {
    width: 100% !important;
    margin-bottom: 12px;
}

.select-field .chosen-container-single .chosen-single div b {
    background: none;
    width: 50px;
    height: 39px;
}

.select-field .chosen-container-single .chosen-single div {
    width: 50px;
    height: 39px;
}

.select-field .chosen-container-single .chosen-single {
    height: 51px;
    border: none;
    border-bottom: 1px solid #292626D9;
    background: #fff;
    line-height: 51px;
    font-size: 22px;
    color: #323C6D;
    border-radius: 0px;
    font-weight: 400;
    box-shadow: none;
    padding-left: 20px;
    background: url(/images/down-arrow.png) no-repeat left center;
}

.select-field .chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    background-image: none;
    color: #16C747;
}

.select-field .chosen-container .chosen-results li {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
}

.select-field .chosen-container .chosen-drop {
    width: 100%
}

.select-field .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: -2px;
    top: -1px;
}

.select-field .chosen-container .chosen-results {
    color: #444;
    padding-left: 0px;
}

.select-field .chosen-container-single .chosen-drop {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    border: none;
    padding: 21px 18px;
}

.select-field .chosen-container .chosen-results li {
    font-size: 22px;
    line-height: 30px;
    background-color: #fff;
    margin: 0 0 17px;
    padding: 0;
}

    .select-field .chosen-container .chosen-results li:last-child {
        margin: 0;
    }

.select-field .chosen-container .chosen-results {
    background-color: #fff;
}

.chosen-container .chosen-drop {
    right: -9999px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    right: 0;
    left: auto;
}

.chosen-container-single .chosen-single span {
    margin: 0 0 0 20px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    left: auto;
    right: -9999px;
}

.gateway-content-left {
    width: 48%;
    float: right;
}

.gateway-content-right {
    width: 52%;
    padding-right: 120px;
    float: left;
}

.update-location a {
    font-size: 16px;
    line-height: 21px;
    color: #16C747;
    text-decoration: underline;
    font-weight: 600;
}

    .update-location a:hover {
        text-decoration: none;
    }

.update-location {
    text-align: left;
    margin-top: 10px;
    padding-left: 7px;
}

.add-gateway a {
    font-size: 16px;
    line-height: 21px;
    color: #16C747;
    text-decoration: underline;
    font-weight: 600;
}

    .add-gateway a:hover {
        text-decoration: none;
    }

.pull-left.add-gateway {
    margin-top: 13px;
}

.inner-submit.gateway {
    margin-top: 76px;
}

.search-field {
    width: 100%;
    float: left;
    height: auto;
}

    .search-field .form-control {
        height: 51px;
        border: none;
        border-bottom: 1px solid #292626D9;
        font-size: 22px;
        color: #000;
        padding: 0 0 0 30px;
        border-radius: 0;
        background: url(/images/search-icon.png) no-repeat left center;
        box-shadow: none;
    }

.contractor-list img {
    width: 49px;
    height: auto;
    border-radius: 50%;
    max-width: unset;
}

.media-body, .media-left, .media-right {
    vertical-align: middle;
}

.contractor-list .media-body a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #2A2E35;
}

.contractor-list .media {
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
}

.media {
    margin-top: 70px;
}

.option-list .select-field {
    margin-left: 122px;
}

    .option-list .select-field:last-child {
        margin: 0;
    }

.select-field:hover label {
    color: #16C747;
}

.select-field .input-group .form-control {
    height: 51px;
    border: none;
    border-bottom: 1px solid #292626D9;
    font-size: 22px;
    color: #000;
    padding: 0 0 0 30px;
    border-radius: 0;
    box-shadow: none;
}

.select-field .input-group .input-group-addon {
    font-size: 31px;
    line-height: 50px;
    color: #000000;
    border: none;
    border-bottom: 1px solid #292626D9;
    padding: 0 10px;
    border-radius: 0;
    background: none;
}

.contractor-details {
    width: 100%;
    float: left;
    height: auto;
    padding-right: 100px;
}

.details-inner {
    width: 100%;
    float: left;
    height: auto;
}

.details-right {
    width: 240px;
    float: right;
    height: auto;
}

.user-thumb {
    width: 100%;
    float: right;
    height: auto;
    margin-bottom: 55px;
}

    .user-thumb img {
        max-width: 184px;
        border-radius: 50%;
        height: auto;
    }

.user-thumb1 {
    width: 100%;
    float: right;
    height: auto;
    margin-bottom: 55px;
}

    .user-thumb1 img {
        max-width: 184px;
        
        height: auto;
    }

.mbhover:hover {
    color: #16C747 !important;
}


.user-info {
    width: 100%;
    float: left;
    height: auto;
}

    .user-info li {
        width: 100%;
        float: left;
        line-height: 30px;
        font-size: 22px;
        font-weight: 400;
        margin: 0 0 20px;
        position: relative;
    }

        .user-info li a {
            line-height: 30px;
            font-size: 22px;
            font-weight: 400;
            display: inline-block;
            color: #323C6D;
            position: relative;
            margin-right: 5px;
        }

            .user-info li a .badge {
                top: 3px;
                right: -6px;
            }

        .user-info li.name a {
            padding-right: 45px;
            background: url(/images/user-icon.png) no-repeat right center;
        }

        .user-info li.mail a {
            padding-right: 45px;
            background: url(/images/envelop.png) no-repeat right center;
        }

        .user-info li.tel a {
            padding-right: 45px;
            background: url(/images/phone.png) no-repeat right center;
        }

        .user-info li.block-contractor a {
            font-weight: 600;
            color: #EE2F31;
            text-decoration: underline;
        }

            .user-info li.block-contractor a:hover {
                text-decoration: none;
            }

.details-left {
    width: 696px;
    float: right;
    height: auto;
    margin-right: 90px;
    padding-top: 40px;
}

    .details-left .form-group {
        float: left;
        width: 100%;
        border-bottom: 1px solid #707070;
        margin: 0 0 80px;
    }

        .details-left .form-group label {
            width: 60%;
            float: right;
            font-size: 22px;
            font-weight: 400;
            line-height: 41px;
            padding-bottom: 5px;
            color: #323C6D;
        }

        .details-left .form-group input.form-control {
            width: 40%;
            float: left;
            height: 46px;
            line-height: 41px;
            padding-bottom: 5px;
            border-bottom: none;
            text-align: left;
            padding-top: 0;
            font-size: 31px;
        }

    .details-left .input-group-addon {
        border: none;
        border-radius: 0;
        line-height: 41px;
        padding: 0 0 5px;
        font-size: 22px;
        font-weight: 400;
        color: #323C6D;
        background-color: transparent;
    }

    .details-left .form-group:hover label {
        color: #323C6D;
    }

.details-bottom {
    width: 100%;
    float: left;
    height: auto;
}

    .details-bottom .inner-submit {
        margin: 0;
    }

        .details-bottom .inner-submit .submit-button {
            margin-top: -51px;
        }

.modal-dialog {
    width: 1024px;
    max-width: 90%;
    margin: 20px auto !important;
}

.modal-content {
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
}

.modal-backdrop.in {
    display: none;
}

.modal .user-img {
    width: 100%;
    text-align: center;
    padding: 30px 0 30px;
}

    .modal .user-img img {
        width: 604px;
        height: auto;
        max-width: 100%;
        border-radius: 50%;
    }

.modal-body {
    padding: 30px 30px 50px;
}

button.close {
    position: absolute;
    right: 35px;
    opacity: 1 !important;
    top: 30px;
    z-index: 999;
}

.modal {
    z-index: 9999;
    background-color: #808080a8;
}

.modal_content {
    padding: 35px 150px 20px;
}

.bmodal h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 67px;
    color: #1E3646;
    margin: 0 0 63px;
    text-align: center;
}

.bmodal label {
    font-size: 21px;
    line-height: 28px;
    color: #1E3646;
    font-weight: 400;
    margin: 0;
}

.bmodal .form-control {
    height: 48px;
    border: none;
    border-bottom: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    color: #1E3646;
    font-weight: 400;
}

.bmodal .inner-submit {
    margin-top: 70px;
    text-align: center;
}

    .bmodal .inner-submit .submit-button {
        background: #EE2F31;
        height: 52px;
        border-radius: 6px;
        border-color: #EE2F31;
        float: none;
        color: #fff;
    }

#open_popup .btn-open {
    background: #16C747;
    border-color: #16C747;
}

#closed_modal .modal_content {
    padding: 115px 40px 100px;
}

    #closed_modal .modal_content h2 {
        font-size: 50px;
        line-height: 67px;
        margin: 0 0 83px;
        font-weight: 600;
        color: #1E3646;
        text-align: center;
    }

#closed_modal .inner-submit {
    margin: 0;
    text-align: center;
}

    #closed_modal .inner-submit .submit-button {
        float: none;
        background: #16C747;
        border-color: #16C747;
        color: #fff;
    }

.check img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.chart-block {
    width: 342px;
    height: 466px;
    position: absolute;
    background: #1E3646;
    border-radius: 6px;
    right: 49px;
    bottom: 0;
    display: none;
}

.chat-open .chart-block {
    display: block;
}

.chart-block::before {
    border-left: 10px solid #1E3646;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    bottom: 7px;
    content: '';
}

.chart-content {
    width: 100%;
    float: left;
    padding: 54px 20px 30px;
    height: 385px;
    overflow: auto;
}

    .chart-content .chat {
        padding: 16px 16px 16px 36px;
        border-radius: 6px;
        width: 285px;
        margin: 0 0 22px;
        position: relative;
        max-width: 98%;
    }

        .chart-content .chat p {
            font-size: 19px;
            color: #2A2E35;
            line-height: 26px;
            margin: 0;
        }

        .chart-content .chat.pull-left {
            background: #c9c9c9;
        }

        .chart-content .chat.pull-right {
            background: #F6F7F8;
        }

.chat-time {
    font-size: 13px;
    line-height: 17px;
    color: #2A2E35D1;
    position: absolute;
    left: 7px;
    bottom: 5px;
}

.chart-footer {
    width: 100%;
    float: left;
    height: auto;
    border-top: 1px solid #fff;
    padding: 26px 17px 14px;
}

    .chart-footer .form-control {
        height: 38px;
        color: #fff;
        font-size: 19px;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding-left: 20px;
        background-color: transparent;
    }

        .chart-footer .form-control::-moz-placeholder {
            color: #fff;
        }

        .chart-footer .form-control::-ms-input-placeholder {
            color: #fff;
        }

        .chart-footer .form-control::-webkit-input-placeholder {
            color: #fff;
        }

    .chart-footer .input-group-addon {
        border: none;
        padding: 0;
        border-radius: 0;
        background: none;
    }

        .chart-footer .input-group-addon .chat-submit {
            width: 38px;
            height: 38px;
            background: #24455B url(/images/submit-icon.png) no-repeat center center;
            border: none;
            border-radius: 50%;
        }

a.hide-chat {
    position: absolute !important;
    top: 7px;
    right: 7px;
    line-height: 12px !important;
}

.chart-block.fixed {
    position: fixed;
    right: 147px;
}

    .chart-block.fixed::before {
        display: none;
    }

    .chart-block.fixed .chart-content {
        padding-left: 12px;
        padding-right: 12px;
    }

.call-num {
    padding: 12px 41px;
    font-size: 19px;
    font-weight: 400;
    color: #2A2E35;
    background: #EBEBEB;
    float: left;
    position: absolute;
    ;
    left: 0;
    right: 0;
    top: 42px;
}

    .call-num a {
        color: inherit;
    }

.chart-block.fixed .chart-content {
    position: relative;
    padding-top: 114px;
}


.tab_title {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0 36px 0;
    border-top: 1px solid #7070709E;
    border-bottom: 1px solid #7070709E;
}

    .tab_title .nav-tabs {
        border-bottom: transparent;
    }

        .tab_title .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #1E3646;
            background-color: transparent;
            border: none;
            border-bottom-color: transparent;
            background: none;
            border: none;
        }

        .tab_title .nav-tabs > li > a {
            font-size: 27px;
            line-height: 36px;
            color: rgba(30, 54, 70, .50);
            margin-left: auto;
            margin-right: 0px;
            border-radius: 0px;
            border: none;
            padding: 0 0 0px;
            display: inline-block;
            font-weight: 600;
        }

            .tab_title .nav-tabs > li > a:hover {
                font-size: 27px;
                line-height: 36px;
                background: none;
                border: none;
                cursor: pointer;
                padding: 0 0 0px;
            }

        .tab_title .nav-tabs > li {
            width: 33.333333%;
            height: auto;
            text-align: center;
            border-left: 1px solid #7070709E;
        }
.tab_ManagedItem .nav-tabs > li {
    width: 50% !important;
}
    .tab_title .nav-tabs > li:last-child {
    border-left: none;
}

.borderoff {
    border-bottom: none;
    padding: 64px 0 0 0px;
}

.tab_info {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 30px 70px 20px;
}

.common_tab {
    width: 33.333333%;
    height: auto;
    float: left;
    display: block;
    padding: 0 0px 0 0px;
}

    .common_tab p {
        font-size: 19px;
        line-height: 26px;
        color: #2A2E35;
        margin: 0 0 23px;
        padding: 0 0 13px;
        font-weight: 600;
        border-bottom: 1px solid #292626D9;
    }

.comntab_3 {
    padding: 0 0px 0 155px;
}

.combtab2 {
    padding: 0 70px 0 70px;
}

.combtab-60 {
    width: 60% !important;
    margin-right: 10%;
}

.combtab1 {
    padding: 0 98px 0 0px;
}

.contractor-list.combtab2 .media {
    padding-bottom: 11px;
    border-bottom: 1px solid #707070;
}

.contractor-list.combtab2 img {
    width: 37px;
    height: auto;
}

.combtab2 .media:first-child {
    margin-top: 0px;
}

.combtab2 .media {
    margin-top: 12px;
}

.by_date {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 0 0 15px;
}

    .by_date:last-child {
        padding: 0 0 0px;
    }

    .by_date ul {
        margin: 0 0 0px;
        padding: 0 0 0px;
    }

        .by_date ul li {
            padding: 0 0 20px;
            border-bottom: 1px solid #707070;
        }

            .by_date ul li .float_left {
                font-size: 19px;
                line-height: 26px;
                font-weight: 600;
                float: left;
            }

            .by_date ul li span {
                font-size: 19px;
                line-height: 26px;
                font-weight: 600;
            }

.last_tab {
    padding: 26px 70px 20px 70px;
}

.common_tab .date_title {
    padding: 0 0 38px;
    border-bottom: none;
    margin: 0 0 0px;
    font-weight: 600;
    text-align: center;
}

.paddingtop {
    padding: 62px 158px 0 117px;
}

.comntab_3 .paddingtop {
    padding: 30px 0 0px;
}




.search_field input[type=text] {
    width: 100% !important;
    height: auto;
    position: relative;
}

.searchfill {
    width: 100%;
    height: 30px;
    padding: 0 0px 0 25px;
    border: none;
    font-size: 20px;
    border-bottom: 1px solid #292626D9;
    position: relative;
}

.search_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 8px;
    left: 0;
    border: none;
    background: url(/images/search-icon.png) no-repeat left center;
}

.search_field {
    width: 100%;
    float: right;
    height: auto;
    max-width: 388px;
    position: relative;
}

    .search_field label {
        display: block;
        width: 100%;
        margin-bottom: 7px;
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
    }

        .search_field label:hover {
            color: #16C747;
        }

.link_part {
    max-width: 520px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 60px;
}

    .link_part:last-child {
        margin-bottom: 0px;
    }

    .link_part p {
        font-size: 19px;
        line-height: 26px;
        margin: 0 0 0px;
        padding: 0 0 18px 0px;
        font-weight: 600;
        border-bottom: 1px solid #707070;
        color: #2A2E35;
    }

.cardholder img {
    width: 100%;
    border-radius: 0;
    height: auto;
}

.user-info li.name a {
    padding-right: 45px;
    background: url(/images/user-icon.png) no-repeat right center;
}

.user-info li.id_number a {
    padding-right: 45px;
    background: url(/images/id_number.png) no-repeat right center;
}

.user-info li.way a {
    padding-right: 45px;
    background: url(/images/suitcase.png) no-repeat right center;
}

.user-info li.manager a {
    padding-right: 45px;
    background: url(/images/manager.png) no-repeat right center;
}

.successfully {
    max-width: 1024px;
    height: 495px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 3px 6px #00000029;
    padding: 130px 80px 66px;
}

    .successfully h1 {
        font-size: 55px;
        line-height: 73px;
        color: #1E3646;
        text-align: center;
        margin: 0 0 91px;
    }

.main-content.page35 {
    padding: 80px 0 0;
}

.successfully_btn {
    width: 307px;
    height: 52px;
    line-height: 52px;
    background: #16C747;
    border-radius: 6px;
    border: none;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}


.main-content.page35 {
    padding: 80px 143px 0;
}

.details-left.history_block {
    width: 696px;
    float: right;
    height: auto;
    margin-right: 84px;
    padding-top: 0px;
}

.history_block p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

.south_get {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 10px;
    margin: 0 0 69px;
    border-bottom: 1px solid #707070;
}

.get_right {
    width: 33.333333%;
    height: auto;
    float: right;
}

    .get_right h4 {
        font-size: 19px;
        color: #323C6D;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 0px;
    }

.get_center {
    width: 33.333333%;
    height: auto;
    float: right;
    text-align: center;
}

    .get_center h4 {
        font-size: 19px;
        color: #323C6D;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 0px;
    }

.get_left {
    width: 33.333333%;
    height: auto;
    float: right;
    text-align: left;
}

    .get_left h4 {
        font-size: 19px;
        color: #323C6D;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 0px;
    }

.south_get:last-child {
    border-bottom: none;
}

.cardholder img {
    margin-top: 44px;
    max-width: 220px;
    height: auto;
}

.inner-details.way_page {
    padding: 64px 136px 90px;
}

.modal .user-img.id_popup img {
    border-radius: 0px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.inner-title.contractor_info_page {
    width: 100%;
    height: auto;
    float: left;
    margin: 64px 0 0px;
    border-top: 1px solid #cecece;
}

.inner-title.contractor_title {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0;
    border-bottom: none;
}

.contractor_title {
}

.title_right {
    width: 50%;
    height: auto;
    float: left;
}

    .title_right p {
        font-size: 27px;
        line-height: 36px;
        color: #1E3646;
        font-weight: 600;
        margin: 0 334px 0 0px;
    }

.title_left {
    width: 50%;
    height: auto;
    float: left;
    border-left: 1px solid #7070709E;
}

    .title_left p {
        font-size: 27px;
        line-height: 36px;
        color: #1E3646;
        font-weight: 600;
        margin: 0 320px 0px 0px;
    }

.checkbox_content {
    max-width: 620px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

input[type=checkbox] {
    display: none;
}

.single_check .check .info {
    color: #6b6b6b;
    margin: 0 0px 0 0px;
    padding: 0 49px 0px 0px;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    background: url(/images/checkbox.png) no-repeat right center;
}

input[type=checkbox]:checked + .info {
    background: url(/images/checkbox_checked.png) no-repeat right center;
}

.checkbox_content .form-group {
    float: left;
    width: 100%;
    border-bottom: 1px solid #707070;
    margin: 0 0 80px;
}

    .checkbox_content .form-group label {
        width: 60%;
        float: right;
        font-size: 22px;
        font-weight: 400;
        line-height: 41px;
        padding-bottom: 5px;
        color: #323C6D;
    }

    .checkbox_content .form-group input.form-control {
        width: 40%;
        float: left;
        height: 46px;
        line-height: 41px;
        padding-bottom: 5px;
        border-bottom: none;
        text-align: left;
        padding-top: 0;
        font-size: 31px;
    }

.checkbox_content .input-group-addon {
    border: none;
    border-radius: 0;
    line-height: 41px;
    padding: 0 0 5px;
    font-size: 22px;
    font-weight: 400;
    color: #323C6D;
    background-color: transparent;
}

.single_check {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

.single_check {
    width: 100%;
    height: auto;
    float: left;
}

    .single_check .check {
        width: 18%;
        height: auto;
        display: inline-block;
    }

.checkbox_content .form-group {
    float: left;
    width: 82%;
    border-bottom: 1px solid #707070;
    margin: 0 0 80px;
    display: inline-block;
}

.single_check .check.first_check {
    width: 100%;
    margin: 0 0 70px;
}


.inner-details.page34 {
    padding: 175px 136px 90px;
}

.page34 .inner-submit {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 190px;
}


.contractors_fulllist {
    border-bottom: none;
    padding: 58px 0 0 0px;
}

.contractors_page {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 52px 0px 20px;
}

.contractors_single_blog {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 0 36px;
    margin: 0 0 55px;
    border-bottom: 1px solid #7070709E;
}

.contractors_girht_info {
    width: 50%;
    height: auto;
    display: inline-block;
    padding: 0 66px 0 0;
}

.contractors_left_info {
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
    padding: 0 0 0 40px;
}

.contractors_girht_info img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0 50px;
}

.contractors_girht_info h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #323C6D;
    margin: 0 0 0px;
    display: inline-block;
}

.contractors_girht_info span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #323C6D;
    margin: 0 150px 0px 0px;
}

.contractors_left_info p {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #323C6D;
    float: left;
}

.contractors_single_blog:last-child {
    border-bottom: none;
    padding: 0 0 0px;
    margin: 0 0 0px;
}

.chat_page {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

    .chat_page .blog20 {
        width: 20%;
        height: auto;
        padding: 0 66px 35px 0;
        float: right;
    }

.chat_left {
    width: 80%;
    height: auto;
    float: left;
    position: relative;
    padding: 10px 0 0;
}

.chat_page .chart-footer {
    border-top: 1px solid #7070709E;
}

    .chat_page .chart-footer .form-control {
        color: #2A2E35 !important;
    }

        .chat_page .chart-footer .form-control::-moz-placeholder {
            color: #2A2E35;
        }

        .chat_page .chart-footer .form-control::-ms-input-placeholder {
            color: #2A2E35;
        }

        .chat_page .chart-footer .form-control::-webkit-input-placeholder {
            color: #2A2E35;
        }


.blog20 .contractors_girht_info {
    width: 100%;
    padding: 0 0px 0 0;
    margin: 0 0 54px;
    padding: 0 0 35px;
    border-bottom: 1px solid #7070709E;
}

    .blog20 .contractors_girht_info:last-child {
        border-bottom: none;
    }

.chat_left .chart-content {
    padding: 10px 60px 210px 20px;
    height: auto;
}

    .chat_left .chart-content .chat.pull-left {
        width: 40%;
    }

    .chat_left .chart-content .chat {
        padding: 16px 16px 16px 36px;
        border-radius: 6px;
        max-width: 515px;
        margin: 0 0 22px;
        position: relative;
    }

        .chat_left .chart-content .chat.pull-right {
            width: 60%;
            margin: 70px 0 60px;
            background: #F6F7F8;
        }

.chat_left img {
    position: absolute;
    top: -40px;
    right: 0px;
}

.chat_left .chart-footer .input-group-addon .chat-submit {
    width: 38px;
    height: 38px;
    background: #707070 url(/images/send_sms.png) no-repeat center center;
    border: none;
    border-radius: 50%;
}

    .chat_left .chart-footer .input-group-addon .chat-submit:hover {
        width: 38px;
        height: 38px;
        background: #24455B url(/images/submit-icon.png) no-repeat center center;
        border: none;
        border-radius: 50%;
    }



.inner-details.revenue_page {
    padding: 74px 0px 20px;
}

.revenue_title {
    width: 100%;
    height: auto;
    float: left;
    padding: 37px 0px 37px 0px;
    border-top: 1px solid #7070709E;
    border-bottom: 1px solid #7070709E;
}

    .revenue_title ul {
        margin: 0 0px;
        padding: 0 0px;
    }

        .revenue_title ul li {
            width: 33.333333%;
            list-style: none;
            display: inline-block;
            float: right;
            text-align: center;
            font-size: 27px;
            line-height: 36px;
            color: #1E3646;
            margin: 0 0 0px;
            font-weight: 600;
            border-left: 1px solid #7070709E;
        }

            .revenue_title ul li:last-child {
                border-left: none;
            }

.graph_content {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 20px 98px;
}

.graph_right {
    width: 33.333333%;
    height: auto;
    float: right;
    padding: 0 30px 0;
    display: inline-block;
    text-align: center;
}

.common_content span {
    font-size: 31px;
    line-height: 41px;
    color: #323C6D;
    font-weight: 600;
    float: left;
    margin: 51px 0 0 0;
}

.common_content h1 {
    font-size: 99px;
    line-height: 132px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 43px;
    display: inline-block;
}

.graph_center {
    width: 33.333333%;
    height: auto;
    float: right;
    padding: 0 30px 0;
    display: inline-block;
    text-align: center;
}

.graph_left {
    width: 33.333333%;
    height: auto;
    float: right;
    padding: 0 30px 0;
    display: inline-block;
    text-align: center;
}

.bank_cash_block {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 0px 80px 20px;
}

    .bank_cash_block ul {
        margin: 0 0px;
        padding: 0 0px;
    }

        .bank_cash_block ul li {
            list-style: none;
            display: inline-block;
            margin: 0 0 0 82px;
            font-size: 22px;
            line-height: 30px;
            font-weight: 600;
        }

            .bank_cash_block ul li:last-child {
                margin: 0 0 0 0px;
            }

.color1 {
    color: #00A651;
    background: url(/images/color1.png) no-repeat right center;
    padding: 0 32px 0 0px;
}

.color2 {
    color: #46BBEC;
    background: url(/images/color2.png) no-repeat right center;
    padding: 0 32px 0 0px;
}

.color3 {
    color: #21445A;
    background: url(/images/color3.png) no-repeat right center;
    padding: 0 32px 0 0px;
}

.color4 {
    color: #FEC027;
    background: url(/images/color4.png) no-repeat right center;
    padding: 0 32px 0 0px;
}

.color5 {
    color: #F4803A;
    background: url(/images/color5.png) no-repeat right center;
    padding: 0 32px 0 0px;
}
.color6 {
    color: #1EC027;
    background: url(/images/color6.png) no-repeat right center;
    padding: 0 32px 0 0px;
}

.color7 {
    color: #a11b27;
    background: url(/images/color7.png) no-repeat right center;
    padding: 0 32px 0 0px;
}

.main-content2 {
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 300px;
    margin: 47px 0 0px;
}

.common_content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.arrivals_page {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    padding: 84px 70px 70px 20px;
}

    .arrivals_page h2 {
        font-size: 22px;
        line-height: 30px;
        color: #323C6D;
        margin: 0 0 22px;
        text-align: center;
        font-weight: 600;
    }

    .arrivals_page img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

.arrivals_working {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding: 47px 0 0;
}

    .arrivals_working ul {
        margin: 0 0 0px;
        padding: 0 0 0px;
    }

        .arrivals_working ul li {
            list-style: none;
            display: inline-block;
            margin-right: 52px;
            font-weight: 600;
            font-size: 22px;
            line-height: 30px;
            padding: 0 59px 0 0px;
        }

            .arrivals_working ul li:first-child {
                margin-right: 0px;
            }

.work1 {
    color: #323c6d;
    background: url(/images/work1.png) no-repeat right 1px center;
}

.work2 {
    color: #44bbf0;
    background: url(/images/work2.png) no-repeat right 1px center;
}

.main-content.month_block {
    width: 68%;
    float: left;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 300px;
    margin: 0 20px 0 0px;
}

.main-content.today_block {
    width: 29%;
    float: left;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 300px;
    margin: 0 0px 0 20px;
}

.same_content .inner-details {
    padding: 27px 26px 20px;
}

.revenue_block {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

    .revenue_block h2 {
        font-size: 22px;
        line-height: 30px;
        color: #323C6D;
        margin: 0 0 0px;
        font-weight: 600;
        text-align: center;
    }

.revenue_right {
    width: 50%;
    height: auto;
    float: right;
    text-align: center;
}

.today_block_right h1 {
    font-size: 111px;
    line-height: 148px;
    color: #000000;
    font-weight: 700;
    margin: 35px 0 0px;
    display: inline-block;
}

.today_block_right span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #323C6D;
    margin: 87px 0 0px;
    float: left;
}

.revenue_right img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.revenue_left {
    width: 50%;
    height: auto;
    float: left;
    text-align: center;
}

    .revenue_left h1 {
        font-size: 100px;
        line-height: 148px;
        color: #000000;
        font-weight: 700;
        margin: 35px 0 0px;
        display: inline-block;
    }

    .revenue_left span {
        font-size: 59px;
        line-height: 79px;
        margin: 33px 0 0px;
        font-weight: 700;
        float: left;
    }

.main-content.month_block .bank_cash_block {
    padding: 38px 50px 20px;
}

.main-content.today_block h3 {
    font-size: 22px;
    line-height: 30px;
    color: #323C6D;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
}

.today_block_right {
    width: 100%;
    height: auto;
    text-align: center;
}

/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px) {
    .inner-submit.gateway .pull-left {
        width: 100%;
        text-align: right;
        margin: 0 0 20px;
    }

    .inner-submit.gateway .pull-right {
        width: 100%;
    }

    .inner-submit .submit-button {
        width: 100%;
    }

    .chart-content .chat p {
        font-size: 16px;
        color: #2A2E35;
        line-height: 21px;
        margin: 0;
    }

    .chart-block {
        max-width: 90%;
    }




    .inner-title.contractor_info_page {
        margin: 44px 0 0px;
    }

    .title_right p {
        margin: 0 10px 0 0px;
    }

    .title_left p {
        margin: 0 10px 0px 0px;
    }

    .single_check .check.first_check {
        width: 100%;
        margin: 0 0 30px;
    }

    .single_check .check {
        width: 27%;
    }

    .checkbox_content .form-group {
        width: 73%;
        margin: 0 0 35px;
    }

        .checkbox_content .form-group label {
            width: 50%;
            font-size: 16px;
        }

        .checkbox_content .form-group input.form-control {
            font-size: 26px;
        }

    .checkbox_content {
        max-width: none;
    }

    .check img {
        width: 25px;
    }

    .single_check .check .info {
        padding: 0 29px 0px 0px;
    }

    .details-bottom .inner-submit .submit-button {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 480px) and (max-width:639px) {


    .inner-title.contractor_info_page {
        margin: 44px 0 0px;
    }

    .title_right p {
        margin: 0 10px 0 0px;
    }

    .title_left p {
        margin: 0 10px 0px 0px;
    }

    .single_check .check.first_check {
        width: 100%;
        margin: 0 0 30px;
    }

    .single_check .check {
        width: 20%;
    }

    .checkbox_content .form-group {
        width: 80%;
        margin: 0 0 35px;
    }

        .checkbox_content .form-group label {
            width: 50%;
            font-size: 19px;
        }

        .checkbox_content .form-group input.form-control {
            font-size: 26px;
        }

    .checkbox_content {
        max-width: none;
    }

    .check img {
        width: 32px;
    }

    .single_check .check .info {
        padding: 0 33px 0px 0px;
    }

    .details-bottom .inner-submit .submit-button {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 640px) and (max-width:767px) {


    .inner-title.contractor_info_page {
        margin: 44px 0 0px;
    }

    .title_right p {
        margin: 0 10px 0 0px;
    }

    .title_left p {
        margin: 0 10px 0px 0px;
    }

    .single_check .check.first_check {
        width: 100%;
        margin: 0 0 30px;
    }

    .single_check .check {
        width: 17%;
    }

    .checkbox_content .form-group {
        width: 83%;
        margin: 0 0 35px;
    }

        .checkbox_content .form-group label {
            width: 50%;
            font-size: 20px;
        }

        .checkbox_content .form-group input.form-control {
            font-size: 26px;
        }

    .checkbox_content {
        max-width: none;
    }

    .check img {
        width: 36px;
    }

    .single_check .check .info {
        padding: 0 34px 0px 0px;
    }

    .details-bottom .inner-submit .submit-button {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .login-inner {
        padding: 20px;
    }

        .login-inner .submit-block {
            margin-top: 30px;
        }

        .login-inner h2 {
            margin: 0 0 20px;
        }

    .form-group {
        margin: 0 0 20px;
    }

    .form-control {
        height: 50px;
        font-size: 18px;
    }

    .login-inner .submit-block input {
        height: 50px;
    }

    .gate-content {
        padding: 80px 15px;
    }

    .content {
        padding: 30px 20px 0
    }

        .content h1 {
            font-size: 24px;
            margin: 0 0 17px;
        }

    .header {
        padding: 15px;
    }

    .navbar-default .navbar-toggle {
        margin: 0;
    }

        .navbar-default .navbar-toggle,
        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            border-color: #1E3646;
            background-color: transparent;
        }

            .navbar-default .navbar-toggle .icon-bar {
                background-color: #1E3646;
            }

    .navbar-nav.navbar-left .dropdown-menu {
        width: 100%;
        text-align: right;
        ;
    }

    .navbar-nav {
        margin: 0;
    }

        .navbar-nav > li {
            margin: 0 0 10px !important;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #24455B
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li {
        margin: 0 0 10px;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            padding: 0;
        }

    .page-content {
        padding-right: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        box-shadow: none;
    }

    .navbar-default .logo {
        width: auto;
        float: right;
        height: auto;
        padding: 0;
        text-align: center;
    }

        .navbar-default .logo a {
            border-radius: 50%;
            display: inline-block;
            overflow: hidden;
        }

    .menu_open .left-sidebar {
        display: block !important;
    }

    .inner-title {
        padding: 20px;
    }

    .inner-details {
        padding: 40px 20px 40px;
    }

    .inner-submit {
        margin-top: 0;
    }

    .gateway-content-left {
        width: 100%;
    }

    .gateway-content-right {
        width: 100%;
        padding: 0;
    }

    .inner-details .gateway-content-right .map {
        margin-top: 0;
    }

    .inner-submit.gateway {
        margin-top: 40px;
    }

    .select-field {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .option-list .select-field {
        margin: 0 0 20px;
    }

    .details-left {
        width: 100%;
        float: right;
        height: auto;
        margin-right: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }

    .details-right {
        width: 100%;
    }

    .contractor-details {
        padding-right: 0;
    }

    .modal_content {
        padding: 20px 0px 0px;
    }

    .bmodal h2,
    #closed_modal .modal_content h2 {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 20px;
    }

    .bmodal .inner-submit {
        margin-top: 20px;
    }


    button.close {
        position: absolute;
        right: 15px;
        opacity: 1 !important;
        top: 15px;
        z-index: 999;
    }

    #closed_modal .modal_content {
        padding: 20px 0px 0px;
    }

    .tab_title .nav-tabs > li > a {
        font-size: 17px;
        line-height: 22px;
    }

    .tab_title .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        font-size: 17px;
        line-height: 22px;
    }

    .tab_title .nav-tabs > li > a:hover {
        font-size: 17px;
        line-height: 22px;
    }

    .tab_info {
        padding: 20px 10px 20px;
    }

    .common_tab {
        width: 100%;
    }

    .combtab1 {
        padding: 0 0px 0 0px;
    }

    .combtab2 {
        padding: 40px 0px 40px 0px;
    }

    .comntab_3 {
        padding: 20px 0px 0 0px;
    }

    .tab_title {
        padding: 20px 0 20px 0;
    }



    .inner-details.way_page {
        padding: 30px 16px 30px;
    }

    .details-left.history_block {
        width: 100%;
        margin-right: 0px;
    }

    .get_center h4 {
        font-size: 16px;
    }

    .get_center h4 {
        font-size: 16px;
    }

    .get_right h4 {
        font-size: 16px;
    }

    .south_get {
        margin: 0 0 30px;
    }

    .get_left h4 {
        font-size: 16px;
    }

    .details-left {
        padding-bottom: 0px;
    }

    .inner-details.page34 {
        padding: 55px 20px 40px;
    }

    .page34 .inner-submit {
        margin-top: 60px;
    }




    .contractors_single_blog {
        padding: 0px 0 20px;
        margin: 0 0 40px;
    }

    .contractors_girht_info {
        padding: 0 0px 0 0;
    }

    .contractors_left_info {
        padding: 0 0 0 0px;
    }

    .contractors_girht_info h4 {
        font-size: 16px;
    }

    .contractors_left_info p {
        font-size: 16px;
    }

    .contractors_girht_info span {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0px 0px 0px;
    }





    .revenue_title {
        padding: 27px 0px 27px 0px;
    }

        .revenue_title ul li {
            font-size: 17px;
            line-height: 20px;
        }

    .graph_content {
        padding: 0 10px 60px;
    }

    .graph_right {
        width: 100%;
        padding: 0 0px 0;
        margin: 20px 0 40px;
    }

    .common_content h1 {
        font-size: 30px;
        line-height: 40px;
        display: inline-block;
    }

    .common_content span {
        font-size: 20px;
        line-height: 30px;
        margin: 4px 0 0 0;
    }

    .graph_center {
        width: 100%;
        padding: 0 0px 0;
        margin: 20px 0 40px;
    }

    .graph_left {
        width: 100%;
        padding: 0 0px 0;
    }

    .common_content img {
        width: 100%;
    }

    .bank_cash_block {
        padding: 0px 0px 10px;
    }

        .bank_cash_block ul li {
            margin: 0 0 0 20px;
        }

    .arrivals_page {
        padding: 44px 10px 20px 10px;
    }

    .arrivals_working ul li {
        margin-top: 20px;
        margin-right: 10px;
    }





    .main-content.month_block {
        width: 100%;
        margin: 0 0px 0 0px;
    }

    .same_content .inner-details {
        padding: 27px 5px 20px;
    }


    .revenue_right {
        width: 100%;
        padding: 50px 0 0;
    }

    .revenue_left {
        width: 100%;
        padding: 30px 0 0;
    }

        .revenue_left h1 {
            font-size: 50px;
            line-height: 60px;
        }

        .revenue_left span {
            font-size: 29px;
            line-height: 39px;
            margin: 9px 0 0px;
        }

    .main-content.month_block .bank_cash_block {
        padding: 20px 10px 20px;
    }

    .main-content.today_block {
        width: 100%;
        margin: 20px 0px 0 0px;
    }

    .today_block_right h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .today_block_right span {
        font-size: 18px;
        line-height: 30px;
        margin: 25px 0 0px;
    }

    .link_part {
        margin-bottom: 31px;
    }

    .main-content.page35 {
        padding: 20px 15px 30px;
    }

    .successfully {
        max-width: none;
        width: 100%;
        height: 275px;
        padding: 40px 10px 26px;
        margin: 0 0 60px;
    }

    .successfully_btn {
        width: 227px;
    }

    .chat_page .blog20 {
        width: 100%;
        padding: 0 0px 35px 0;
    }

    .chat_left .chart-content .chat.pull-left {
        width: 100%;
        padding: 10px;
        max-width: none;
    }

    .chat_left {
        width: 100%;
    }

        .chat_left .chart-content {
            padding: 10px 10px 40px 10px;
            height: auto;
        }

            .chat_left .chart-content .chat.pull-right {
                width: 100%;
                max-width: none;
                margin: 30px 0 30px;
            }

    .blog20 .contractors_girht_info {
        margin: 0 0 34px;
        padding: 0 0 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .container {
        width: 750px;
    }

    .login-inner {
        padding: 40px;
    }

        .login-inner .submit-block {
            margin-top: 60px;
        }

    .navbar-nav > li {
        margin-left: 15px;
    }

    .navbar-default .navbar-nav > li > a,
    .dropdown-menu > li > a {
        font-size: 14px;
    }

    .gate-content {
        padding: 100px 0;
    }

    .content {
        padding: 30px 20px 0
    }

        .content h1 {
            font-size: 24px;
            margin: 0 0 17px;
        }

    .header {
        padding: 20px;
    }

    .inner-title {
        padding: 20px 30px;
    }

    .inner-details {
        padding: 40px 30px 40px;
    }

    .inner-submit {
        margin-top: 0;
    }

    .gateway-content-left {
        width: 100%;
    }

    .gateway-content-right {
        width: 100%;
        padding: 0;
    }

    .details-left {
        width: 60%;
        float: right;
        height: auto;
        margin-right: 0;
        padding-top: 40px;
        padding-right: 40px;
    }

    .details-right {
        width: 40%;
    }

    .contractor-details {
        padding-right: 0;
    }

    .modal_content {
        padding: 35px 20px 20px;
    }

    .tab_title {
        padding: 20px 0 20px 0;
    }

    .tab_info {
        padding: 40px 20px 20px;
    }

    .combtab1 {
        padding: 0 10px 0 0px;
    }

    .combtab2 {
        padding: 0 10px 0 10px;
    }

    .comntab_3 {
        padding: 0 0px 0 10px;
    }

    .by_date ul li {
        padding: 0 0 10px;
    }

        .by_date ul li span {
            font-size: 16px;
        }

        .by_date ul li .float_left {
            font-size: 16px;
        }

    .contractor-list .media-body a {
        font-size: 16px;
    }

    .common_tab p {
        font-size: 16px;
    }

    .media-body, .media-left, .media-right {
        padding-right: 4px;
    }

    .contractor-list.combtab2 img {
        width: 30px;
    }

    .common_tab p {
        margin: 0 0 14px;
    }

    .link_part p {
        padding: 0 0 12px 0px;
    }

    .link_part {
        margin-bottom: 30px;
    }

    .inner-details.way_page {
        padding: 30px 16px 30px;
    }

    .details-left.history_block {
        width: 60%;
        margin-right: 0px;
    }

    .get_center h4 {
        font-size: 16px;
    }

    .get_center h4 {
        font-size: 16px;
    }

    .get_right h4 {
        font-size: 16px;
    }

    .south_get {
        margin: 0 0 30px;
    }

    .title_right p {
        margin: 0 20px 0 20px;
        text-align: center;
    }

    .title_left p {
        margin: 0 20px 0px 20px;
        text-align: center;
    }

    .inner-details.page34 {
        padding: 100px 60px 50px;
    }

    .page34 .inner-submit {
        margin-top: 70px;
    }

    .contractors_girht_info {
        padding: 0 16px 0 0;
    }

    .contractors_left_info {
        padding: 0 0 0 20px;
    }

    .contractors_girht_info span {
        font-size: 20px;
        margin: 0 10px 0px 0px;
    }

    .contractors_girht_info img {
        margin: 0 0 0 10px;
    }

    .revenue_title ul li {
        font-size: 22px;
    }




    .common_content h1 {
        font-size: 31px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .common_content span {
        margin: 0px 0 0 0;
    }

    .graph_content {
        padding: 30px 20px 60px;
    }

    .common_content span {
        font-size: 28px;
        line-height: 37px;
    }

    .bank_cash_block ul li {
        margin: 0 0 0 30px;
    }

    .arrivals_page {
        padding: 40px 20px 30px 20px;
    }

    .color1 {
        padding: 0 22px 0 0px;
    }

    .color2 {
        padding: 0 22px 0 0px;
    }

    .color3 {
        padding: 0 22px 0 0px;
    }

    .color4 {
        padding: 0 22px 0 0px;
    }

    .color5 {
        padding: 0 22px 0 0px;
    }

    .bank_cash_block {
        padding: 0px 20px 20px;
    }

    .main-content.month_block {
        margin: 0 8px 0 0px;
    }

    .main-content.today_block {
        margin: 0 0px 0 10px;
    }

    .revenue_right img {
        width: 110px;
        max-width: none;
    }

    .revenue_left h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .revenue_left span {
        font-size: 29px;
        line-height: 38px;
        margin: 9px 0 0px;
    }

    .revenue_block h2 {
        margin: 0 0 30px;
    }

    .main-content.month_block .bank_cash_block {
        padding: 38px 0px 20px;
    }

        .main-content.month_block .bank_cash_block ul li {
            margin: 0 0 0 20px;
        }

    .today_block_right h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .today_block_right span {
        font-size: 13px;
        line-height: 20px;
        margin: 31px 0 0px;
    }

    .successfully {
        max-width: none;
        width: 100%;
        height: 300px;
        padding: 60px 20px 36px;
        margin: 0 0 60px;
    }

    .main-content.page35 {
        padding: 60px 30px 0;
    }


    .chat_page .blog20 {
        width: 30%;
        padding: 0 3px 15px 0;
    }

    .chat_left {
        width: 70%;
    }

        .chat_left .chart-content {
            padding: 10px 20px 80px 10px;
            height: auto;
        }

            .chat_left .chart-content .chat.pull-left {
                width: 100%;
            }

            .chat_left .chart-content .chat.pull-right {
                width: 100%;
                margin: 40px 0 30px;
            }

    .blog20 .contractors_girht_info {
        margin: 0 0 24px;
        padding: 0 0 9px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .login-inner {
        padding: 40px;
    }

        .login-inner .submit-block {
            margin-top: 60px;
        }

    .navbar-nav > li {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav > li > a,
    .dropdown-menu > li > a {
        font-size: 20px;
    }

    .gate-content {
        padding: 140px 0;
    }

    .inner-title {
        padding: 20px 30px;
    }

    .inner-details {
        padding: 40px 30px 40px;
    }

    .inner-submit {
        margin-top: 0;
    }

    .gateway-content-left {
        width: 100%;
    }

    .gateway-content-right {
        width: 100%;
        padding: 0;
    }

    .details-left {
        width: 60%;
        float: right;
        height: auto;
        margin-right: 0;
        padding-top: 40px;
        padding-right: 40px;
    }

    .details-right {
        width: 40%;
    }

    .contractor-details {
        padding-right: 0;
    }

    .modal_content {
        padding: 35px 40px 20px;
    }

    .tab_info {
        padding: 40px 20px 20px;
    }

    .combtab1 {
        padding: 0 10px 0 0px;
    }

    .combtab2 {
        padding: 0 10px 0 10px;
    }

    .comntab_3 {
        padding: 0 10px 0 10px;
    }

    .by_date ul li {
        padding: 0 0 22px;
    }

        .by_date ul li span {
            font-size: 18px;
        }

        .by_date ul li .float_left {
            font-size: 18px;
        }

    .contractor-list .media-body a {
        font-size: 18px;
    }

    .common_tab p {
        font-size: 18px;
    }

    .media-body, .media-left, .media-right {
        padding-right: 5px;
    }

    .contractor-list.combtab2 img {
        width: 37px;
    }

    .common_tab p {
        margin: 0 0 14px;
    }

    .common_tab p {
        padding: 0 0 21px;
    }

    .inner-details.way_page {
        padding: 30px 16px 30px;
    }

    .details-left.history_block {
        width: 60%;
        margin-right: 0px;
    }

    .get_center h4 {
        font-size: 16px;
    }

    .get_center h4 {
        font-size: 16px;
    }

    .get_right h4 {
        font-size: 16px;
    }

    .south_get {
        margin: 0 0 30px;
    }

    .inner-details.page34 {
        padding: 120px 70px 60px;
    }

    .page34 .inner-submit {
        margin-top: 70px;
    }

    .contractors_girht_info span {
        font-size: 20px;
        margin: 0 10px 0px 0px;
    }

    .contractors_girht_info img {
        margin: 0 0 0 10px;
    }

    .contractors_girht_info {
        padding: 0 10px 0 0;
    }


    .common_content h1 {
        font-size: 31px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .common_content span {
        margin: 0px 0 0 0;
    }

    .graph_content {
        padding: 30px 20px 60px;
    }

    .common_content span {
        font-size: 28px;
        line-height: 37px;
    }

    .bank_cash_block ul li {
        margin: 0 0 0 30px;
    }

    .arrivals_page {
        padding: 40px 20px 30px 20px;
    }

    .color1 {
        padding: 0 22px 0 0px;
    }

    .color2 {
        padding: 0 22px 0 0px;
    }

    .color3 {
        padding: 0 22px 0 0px;
    }

    .color4 {
        padding: 0 22px 0 0px;
    }

    .color5 {
        padding: 0 22px 0 0px;
    }

    .bank_cash_block {
        padding: 0px 20px 20px;
    }


    .bank_cash_block {
        padding: 0px 20px 20px;
    }

    .main-content.month_block {
        margin: 0 8px 0 0px;
    }

    .main-content.today_block {
        margin: 0 0px 0 10px;
    }

    .revenue_right img {
        width: 110px;
        max-width: none;
    }

    .revenue_left h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .revenue_left span {
        font-size: 29px;
        line-height: 38px;
        margin: 9px 0 0px;
    }

    .revenue_block h2 {
        margin: 0 0 30px;
    }

    .main-content.month_block .bank_cash_block {
        padding: 38px 0px 20px;
    }

        .main-content.month_block .bank_cash_block ul li {
            margin: 0 0 0 20px;
        }

    .today_block_right h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .today_block_right span {
        font-size: 13px;
        line-height: 20px;
        margin: 31px 0 0px;
    }



    .successfully {
        max-width: none;
        width: 100%;
        height: 350px;
        padding: 60px 20px 36px;
        margin: 0 0 60px;
    }

    .main-content.page35 {
        padding: 60px 30px 0;
    }




    .chat_page .blog20 {
        width: 30%;
        padding: 0 3px 15px 0;
    }

    .chat_left {
        width: 70%;
    }

        .chat_left .chart-content {
            padding: 10px 20px 80px 10px;
            height: auto;
        }

            .chat_left .chart-content .chat.pull-left {
                width: 100%;
            }

            .chat_left .chart-content .chat.pull-right {
                width: 100%;
                margin: 40px 0 30px;
            }

    .blog20 .contractors_girht_info {
        margin: 0 0 24px;
        padding: 0 0 9px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        width: 1170px;
    }

    .login-inner {
        padding: 40px;
    }

        .login-inner .submit-block {
            margin-top: 60px;
        }

    .navbar-nav > li {
        margin-left: 40px;
    }

    .inner-title {
        padding: 30px 50px 30px 50px;
    }

    .inner-details {
        padding: 50px 50px 50px;
    }

    .gateway-content-right {
        padding-right: 30px;
    }

    .details-left {
        width: 73%;
        float: right;
        height: auto;
        margin-right: 0;
        padding-top: 40px;
        padding-right: 40px;
    }

    .contractor-details {
        padding-right: 0;
    }


    .tab_info {
        padding: 60px 20px 20px;
    }

    .combtab1 {
        padding: 0 20px 0 20px;
    }

    .combtab2 {
        padding: 0 20px 0 20px;
    }

    .comntab_3 {
        padding: 0 20px 0 20px;
    }

    .by_date ul li {
        padding: 0 0 22px;
    }

        .by_date ul li span {
            font-size: 18px;
        }

        .by_date ul li .float_left {
            font-size: 18px;
        }

    .contractor-list .media-body a {
        font-size: 18px;
    }

    .common_tab p {
        font-size: 18px;
    }

    .media-body, .media-left, .media-right {
        padding-right: 5px;
    }

    .contractor-list.combtab2 img {
        width: 37px;
    }

    .common_tab p {
        margin: 0 0 14px;
    }

    .common_tab p {
        padding: 0 0 21px;
    }



    .inner-details.way_page {
        padding: 30px 16px 30px;
    }

    .details-left.history_block {
        width: 70%;
        margin-right: 0px;
    }

    .get_center h4 {
        font-size: 18px;
    }

    .get_center h4 {
        font-size: 18px;
    }

    .get_right h4 {
        font-size: 18px;
    }

    .south_get {
        margin: 0 0 30px;
    }

    .details-right {
        width: 30%;
    }

    .details-left {
        padding-right: 10px;
        padding-left: 40px;
    }

    .inner-details.page34 {
        padding: 120px 70px 60px;
    }

    .page34 .inner-submit {
        margin-top: 70px;
    }

    .contractors_girht_info span {
        font-size: 18px;
        margin: 0 10px 0px 0px;
    }

    .contractors_girht_info img {
        margin: 0 0 0 10px;
    }

    .contractors_girht_info {
        padding: 0 10px 0 0;
    }

        .contractors_girht_info h4 {
            font-size: 18px;
        }




    .common_content h1 {
        font-size: 31px;
        line-height: 40px;
        margin: 0 0 20px;
    }

    .common_content span {
        margin: 0px 0 0 0;
    }

    .graph_content {
        padding: 30px 20px 60px;
    }

    .common_content span {
        font-size: 28px;
        line-height: 37px;
    }

    .bank_cash_block ul li {
        margin: 0 0 0 30px;
    }

    .arrivals_page {
        padding: 40px 20px 30px 20px;
    }

    .color1 {
        padding: 0 22px 0 0px;
    }

    .color2 {
        padding: 0 22px 0 0px;
    }

    .color3 {
        padding: 0 22px 0 0px;
    }

    .color4 {
        padding: 0 22px 0 0px;
    }

    .color5 {
        padding: 0 22px 0 0px;
    }

    .bank_cash_block {
        padding: 0px 20px 20px;
    }




    .bank_cash_block {
        padding: 0px 20px 20px;
    }

    .main-content.month_block {
        margin: 0 8px 0 0px;
    }

    .main-content.today_block {
        margin: 0 0px 0 10px;
    }

    .revenue_right img {
        width: 110px;
        max-width: none;
    }

    .revenue_left h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .revenue_left span {
        font-size: 29px;
        line-height: 38px;
        margin: 17px 0 0px;
    }

    .revenue_block h2 {
        margin: 0 0 30px;
    }

    .main-content.month_block .bank_cash_block {
        padding: 38px 0px 20px;
    }

        .main-content.month_block .bank_cash_block ul li {
            margin: 0 0 0 20px;
        }

    .today_block_right h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .today_block_right span {
        font-size: 20px;
        line-height: 20px;
        margin: 31px 0 0px;
    }


    .successfully {
        max-width: none;
        width: 100%;
        height: 350px;
        padding: 60px 20px 36px;
        margin: 0 0 60px;
    }

    .main-content.page35 {
        padding: 60px 30px 0;
    }

    .chat_page .blog20 {
        width: 30%;
        padding: 0 3px 15px 0;
    }

    .chat_left {
        width: 70%;
    }

        .chat_left .chart-content {
            padding: 10px 20px 80px 10px;
            height: auto;
        }

            .chat_left .chart-content .chat.pull-left {
                width: 100%;
            }

            .chat_left .chart-content .chat.pull-right {
                width: 100%;
                margin: 40px 0 30px;
            }

    .blog20 .contractors_girht_info {
        margin: 0 0 24px;
        padding: 0 0 9px;
    }
}

@media only screen and (min-width: 1470px) and (max-width: 1623px) {
}

@media only screen and (min-width: 768px) and (max-width: 1825px) {
    .option-list-inner {
        margin: 0 -15px;
    }

    .option-list .select-field {
        margin-left: 0px;
        padding: 0px 15px;
        width: 33.33%;
    }


    .combtab1 {
        padding: 0 20px 0 0px;
    }

    .combtab2 {
        padding: 0 20px 0 20px;
    }

    .comntab_3 {
        padding: 0 0px 0 20px;
    }


    .inner-details.way_page {
        padding: 30px 16px 30px;
    }

    .details-left.history_block {
        width: 70%;
        margin-right: 0px;
    }

    .south_get {
        margin: 0 0 30px;
    }

    .details-right {
        width: 30%;
    }

    .details-left {
        padding-right: 10px;
        padding-left: 40px;
    }

    .contractors_girht_info span {
        font-size: 18px;
        margin: 0 10px 0px 0px;
    }

    .contractors_girht_info img {
        margin: 0 0 0 10px;
    }

    .contractors_girht_info {
        padding: 0 10px 0 0;
    }

        .contractors_girht_info h4 {
            font-size: 18px;
        }
}

@media only screen and (min-width: 1400px) and (max-width: 1561px) {
    .contractor-details {
        padding-right: 0;
    }

    .details-left {
        width: 696px;
        float: right;
        height: auto;
        margin-right: 0px;
        padding-top: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {

    .main-content.month_block {
        margin: 0 17px 0 0px;
    }

    .main-content.today_block {
        margin: 0 0px 0 19px;
    }
}

.navbar-right-130{margin-right: 130px;}


.table-w50-floatright{
    width: 50% !important;
    float:right;
}

.table-w95-floatright {
    width: 95% !important;
    float: right;
}


.tabulator .tabulator-header .tabulator-col {
    background-color: #4386b3 !important;
    color: white;
    font-size:16px;
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-selectable:hover {
        background-color: #7fbfea !important;
    }
}