@import url("../Fonts/fontstyle.css");

* {
    box-shadow: none;
    text-shadow: none;
}

body, h1, h2, h3, h4, h5, h6, .navbar *, .nav-collapse *, .button a, .button a:visited, .webGrid td {
    font-family: 'Segoe UI' !important;
    color: #2d2e2e;
}

body {
    background: #fff;
}

body, html {
    height: 100%;
    font-family: "Segoe UI" !important;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

textarea {
    resize: none;
}
/* Header */

header {
    padding: 0 0 5px 0 !important;
    background: #fff;
}

/*login-styles*/
.login-content {
    border: 1px solid #dddddd; /*padding: 10px 20px;*/
}

    .login-content h4 {
        color: #0884c2;
    }

    .login-content label {
        color: #000;
    }

    .login-content button {
        margin-top: 20px;
    }

.admin-form {
    width: auto;
    margin-top: 0;
}
/*login-styles*/
.btn {
    color: #fff;
    padding: 5px 15px;
}
.btnMandatory {
    color: #fff;
    padding: 3px 15px;
}

/*top-bar styles starts*/
.top-bar {
    background: #f1f1f1;
    padding: 2px 0;
}

    .top-bar .navbar-nav {
        margin: 0;
    }

        .top-bar .navbar-nav li a {
            padding: 0;
            color: #69bde4;
            margin-left: 15px;
            cursor: pointer;
        }

    .top-bar a, .top-bar i {
        font-size: 13px;
    }

    .top-bar i {
        color: #666666;
    }

    .top-bar .navbar-nav li ul {
        background: #404040 !important;
    }

    .top-bar .navbar-nav li a:hover, .top-bar .navbar-nav li a:active, .top-bar .navbar-nav li a:focus {
        color: #666666;
        background: none;
    }

    .top-bar .navbar-nav li ul, .top-bar .navbar-nav li ul li {
        list-style-type: none;
    }

        .top-bar .navbar-nav li ul li a {
            margin-left: 0;
        }

    .top-bar .navbar-nav li a.active {
        color: #fff;
    }

    .top-bar .navbar-nav li ul li a:hover {
        background: #7cc2e3 !important;
        color: #3e393b !important;
    }

    .top-bar li ul.dropdown-menu {
        left: 0;
        right: auto;
    }

    .top-bar .navbar-nav li ul.dropdown-menu {
        position: absolute !important;
        left: 0;
        right: auto;
    }
/*top-bar styles ends*/

.navbar li.last-menu ul.dropdown-menu {
    right: 0 !important;
    left: inherit;
}

header .navbar-nav {
    flex-direction:unset;
}
header .navbar {
    display:block;
}
#wrapper {
    min-height: 100%;
    padding-bottom: 48px;
}

header .navbar .nav > li > a, .navbar .nav li ul li a {
    font-size: 14px !important;
}

.service-one {
    margin: 20px 0px 40px 0px;
}

    .service-one p {
        margin-bottom: 15px;
    }

header .navbar .nav > li > a, .navbar .nav > li > a:visited {
    font-weight: bold !important;
}

header .navbar {
    margin-top: 20px;
    padding-top: 2px;
}

    header .navbar .nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

.dropdown-menu a, .dropdown-menu a:visited {
    background: #404040 !important;
    border-bottom: 0 !important;
    border-top-color: #dcdedf !important;
    color: #fff !important;
}

.navbar .nav li ul li a:hover {
    background: #7cc2e3 !important;
    color: #3e393b !important;
}

.navbar .nav > li {
    background: url(../../media/1009/nav-bar-brdr-lft.png) no-repeat left center;
}

    .navbar .nav > li:first-child {
        background: none;
    }

header .logo {
    padding: 0;
    margin-bottom: 0;
}

.logo h1 {
    font-size: 18px;
    font-weight: bold;
}

    .logo h1 span {
        margin-left: 10px;
        display: inline-block;
    }

.sep {
    background: #dcdedf;
    height: 1px;
}

.service-one i {
    display: inline-block;
    width: 65px;
    height: 68px;
    font-size: 30px;
    border-radius: 5px;
    line-height: 68px;
    text-align: center;
    margin: 5px auto;
    background: #0884c2;
    color: #fff;
}

.service-one .button a, service-one .button a:visited {
    background: none;
    border: 0;
    color: #4698cb;
}

.service-one h3 {
    margin: 10px 0;
}

.service-one a {
    font-size: 16px !important;
}

.extra-padding {
    padding: 0 30px;
}

header {
    padding: 0;
}

.header-pnl {
    padding: 5px;
}

.service-one .brdr-left {
    background: url(../../media/1012/service-left-bg.png) no-repeat left center;
}

.service-one .sep {
    background: #c2c2c2;
}

.navbar button, .navbar button:hover {
    background: #0884c2 !important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #5eb2d9 !important;
}

.navbar .nav > li > a:hover {
    color: #5eb2d9 !important;
}

.nav > li > a:hover .caret {
    border-top-color: #5eb2d9 !important;
    border-bottom-color: #5eb2d9 !important;
}

.dropdown-menu {
    border-top: 2px solid #5eb2d9 !important;
}
/*from admin*/
header .container {
    /*max-width: 980px;*/
}

footer .container {
    /*max-width: 980px !important;*/
}

.content {
    margin: 10px 0;
}

.page-head {
    box-shadow: none;
    padding: 0 5px;
    border: 0;
    background: #0884c2;
    border-top: 1px solid #52a3cc;
    color: #094969;
}

    .page-head h2 {
        margin: 0;
        padding: 0;
    }

.bread-crumb {
    margin-top: 6px;
}

    .bread-crumb a, .bread-crumb span {
        color: #fff;
        font-size: 12px;
    }

        .bread-crumb a:hover {
            color: #000;
        }

.form-panel {
    border: 1px solid #dcdedf;
    margin-bottom: 10px;
}

label {
    font-weight: normal;
}

.border-bottom {
    border-bottom: 1px solid #666666;
}

.panel-top {
    border-top: 1px solid #dcdedf;
}

.btn {
    border: 0;
    font-size: 13px !important;
}
.btnMandatory {
    border: 1;
    font-size: 13px !important;
}
.btn-primary {
    background: #0993d3;
}
.btnMandatory-primary {
    background: #0993d3;
}

.btn-aligned-buttons {
    padding: 5px;
}
.btnMandatory-aligned-buttons {
    padding: 5px;
}
.btn-default {
    background: #0993d3;
}
.btnMandatory-default {
    background: #0993d3;
        border-color: red;
}

    .btn-default :hover {
        background: #0993d3;
    }
      .btnMandatory-default :hover {
        background: #0993d3;
    }

.google-map {
    display: inline-block;
    color: #3e3e3e !important;
    margin-top: 15px;
    float: right;
}

.table {
    margin-bottom: 0;
}

    .table th {
        white-space: nowrap;
    }

        .table th .caret {
            border-top-color: #000 !important;
        }

        .table th, .table th a {
            font-weight: normal;
            color: #000;
        }

.form-control {
    font-size: 13px !important;
    padding: 0 5px;
    height: 28px;
    line-height: 15px;
}

.form-group {
    margin-bottom: 10px;
}
.form-controlMandatory{
font-size: 13px !important;
    padding: 0 5px;
    height: 28px;
    line-height: 15px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom: 0;
    border-top: 1px solid #b6b6b6 !important;
}

.table-bordered > thead > tr > th {
    background: #cccbcb;
}

.table thead > tr > th, .table tbody > tr > td {
    border-color: #b6b6b6;
}

.table-bordered > tbody > tr > td.action-icons {
    border-right: 0 !important;
    border-left: 0 !important;
}

.action-icons i {
    font-size: 18px;
}

.remove-color {
    color: #e84b56;
}

.edit-color {
    color: #333;
}

.table .underline {
    text-decoration: underline;
}

.alert {
    padding: 10px;
    margin-bottom: 0;
}

.alert-success {
    border-radius: 0;
}

.alert i {
    font-size: 26px;
    margin-right: 5px;
}

.alert p {
    line-height: 26px;
}

.alert-dialog {
    width: 400px;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    border: 1px solid #ddd;
}

.table tr.odd-row td {
    background: #fff;
}

.table tr.even-row td {
    background: #e6f6fd;
}

.navbar-collapse {
    padding-right: 0 !important;
}

.btn-panel {
    background: #e2e3e3;
    padding: 5px;
}
.btnMandatory-panel {
    background: #e2e3e3;
    padding: 5px;
}

.user-info {
    display: inline-block;
    color: #000;
    padding: 0 10px;
}

.form-content {
    padding: 10px;
}

.btn-default:hover {
    background: #595959 !important;
    color: #fff;
}
.btnMandatory-default:hover {
    background: #595959 !important;
    color: #fff;
}
.pagination {
    margin-top: 0;
    margin-bottom: 10px;
}

    .pagination > li > a, .pagination > li > span {
        border: 1px solid #b6b6b6;
    }

    .pagination li a.active {
        background: #ddd;
    }

.navbar .nav > li > a.active {
    color: #0884c2 !important;
}

    .navbar .nav > li > a.active .caret {
        border-top-color: #0884c2 !important;
        border-bottom-color: #0884c2 !important;
    }

.welcome-message {
    color: #3487bc;
}

.section-heading {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 5px;
}

h4.section-heading {
    font-weight: bold;
}

.section {
    font-weight: bold;
    margin-bottom: 5px;
}

.big-textarea {
    height: 100px !important;
}

.sm-txtbox {
    width: 20%;
}

.md-txtbox {
    width: 79%;
}

.zero-brdr {
    border: 0 !important;
    box-shadow: none !important;
}

.wizard-bg {
    background: #eae8e8 url(../img/back.png) repeat 0 0;
}

.wizard-titles {
    /*padding: 10px 10px 10px 11.5%;*/
    padding: 21px 65px 23px 8.8%; /*Used for Summary- Check on devices*/
}

.border-right {
    border-right-color: #dddddd;
}

.wizard-titles .circle-step {
    width: 96px; /* Default - 80px Used for Summary-Check on devices*/
    height: 96px; /* Default - 80px Used for Summary-Check on devices*/
    line-height: 12px;
    font-size: 12px;
    border-radius: 50%;
    float: left;
    text-align: center;
    padding-top: 25px;
    color: #000;
}

.step-current {
    background: #dcf0fa;
    border: 2px solid #18a9f2;
}

.step-title {
    min-height: 20px;
}

.wizard-titles .step-line {
    border-bottom: 2px solid #949494;
    display: inline-block;
    width: 10%;
    float: left;
    margin-top: 40px;
}

.step-normal {
    border: 2px solid #949494;
    color: #fff;
}

.text-danger {
    color: #F00;
}

.mandatory-mesg span {
    margin-right: 5px;
}

.nopadding-right {
    padding-right: 0;
}

.minpadding-left {
    padding-left: 5px;
}
/* Footer */
footer.portal-footer {
    background: #123845;
    padding-top: 0;
    padding-bottom: 0px;
    margin-top: 0;
    color: white;
    font-size: 12px;
    box-shadow: none;
    border: 0;
    margin-top: -48px;
}

    footer.portal-footer .copy {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 11px;
        color: #000000;
    }

        footer.portal-footer .copy img {
            margin-right: 10px;
        }
/*styles for modal popup*/
.modal-footer {
    padding: 5px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.modal-footer {
    background: #e2e3e3;
}

.modal-dialog {
    width: auto;
}

.modal-body {
    padding: 10px;
}

.modal-header {
    padding: 5px 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background: #0884c2;
    border-top: 0;
}

    .modal-header .modal-title, .close:hover, .close:focus, .close {
        color: #fff !important;
    }

        .close:hover, .close:focus, .close {
            font-weight: bold;
            font-size: 25px !important;
            color: #000;
            opacity: 1 !important;
        }

.nobrdr-left {
    border-left: 0;
}

.input-group-addon {
    background: #e5e6e6;
    padding: 4px 12px;
}

.form-control[disabled], .form-control[readonly], input[type="radio"][disabled], input[type="checkbox"][disabled] {
    background-color: #dcdcdc !important;
}
.form-controlMandatory[disabled], .form-controlMandatory[readonly], input[type="radio"][disabled], input[type="checkbox"][disabled] {
    background-color: #dcdcdc !important;
}
label.form-control {
    border: 0;
    padding-left: 1px;
    color: #188dc3;
    height: auto;
    background: none;
    box-shadow: none;
}
label.form-controlMandatory {
    border: 0;
    padding-left: 1px;
    color: #188dc3;
    height: auto;
    background: none;
    box-shadow: none;
}
.form-controlMandatory {
   display: block;
    width: 100%;
    /*height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;*/
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    /*-webkit-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;
}

.current-page {
    color: #bcfe9d !important;
}

.totop {
    background: #18a9f2;
}

    .totop i {
        line-height: 30px;
    }



.summary-info {
    padding: 5px;
}

/* styles for validation panel */
.validation-panel {
    margin: 10px;
    border: 0;
}

    .validation-panel .widget-head {
        background: #e5cbcf;
        padding: 5px 10px;
        font-weight: normal;
        font-size: 14px;
        color: #4a4a4a;
        border-radius: 0;
    }

        .validation-panel .widget-head i {
            color: #4a4a4a;
        }

    .validation-panel .alert {
        border-radius: 0;
    }

.select-list select {
    height: 130px;
    width: 100%;
}

.select-list-img {
    text-align: center;
    margin-top: 27px;
}

    .select-list-img button {
        width: 26px;
        border-radius: 5px;
        border: 0;
        line-height: 25px;
        margin-bottom: 5px;
    }

.navbar-collapse {
    overflow-x: hidden;
}
/*date-picker*/
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td > a span {
    line-height: 15px;
    height: 15px;
    width: 15px;
}
@media(min-width:1200px) {
    #wrapper .container {
        max-width: 1350px
    }
}

    @media (max-width: 768px) {
        .top-bar .navbar-nav li ul.dropdown-menu {
            left: auto;
            right: 0;
        }

        .wizard-titles {
            padding: 10px 10px 10px 4%;
        }

        .top-bar .navbar-nav {
            float: none;
        }

            .top-bar .navbar-nav > li {
                display: inline-block;
            }

                .top-bar .navbar-nav > li a span {
                    display: none;
                }
    }

    @media (min-width: 768px) {
        .modal-dialog {
            width: 750px;
        }

        .navbar li.last-menu ul.dropdown-menu {
            right: 0 !important;
            left: auto;
        }

        .input[type="radio"], input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            height: 17px;
            width: 17px;
        }

        .radio-inline, .checkbox-inline {
            display: inline-block;
            margin-bottom: 3px;
            font-weight: normal;
            vertical-align: middle;
            cursor: pointer;
            width: 100%;
        }

            .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
                margin-top: 0;
                margin-left: 0;
            }
    }

    @media (max-width: 767px) {
        .nopadding-right {
            padding-right: 15px !important;
        }

        .minpadding-left {
            padding-left: 15px !important;
        }

        .navbar .navbar-collapse {
            float: none !important;
        }

        .logo {
            float: left;
        }

        .top-bar .navbar-nav {
            float: none;
        }

            .top-bar .navbar-nav > li {
                display: inline-block;
            }

                .top-bar .navbar-nav > li a span {
                    display: none;
                }

        .navbar .navbar-collapse > ul > li {
            background: none;
            border-top: 1px solid #e6e6e6;
        }

        .navbar li.last-menu ul.dropdown-menu {
            left: 0;
        }

        .input[type="radio"], input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            height: 17px;
            width: 17px;
        }

        .radio-inline, .checkbox-inline {
            display: inline-block;
            font-weight: normal;
            vertical-align: middle;
            cursor: pointer;
            width: 100%;
            margin-left: 0 !important;
            margin-top: 5px !important;
            margin-bottom: 5px;
        }
    }

    @media (max-width: 480px) {
        .logo {
            float: none;
            text-align: center;
        }

        .form-inline .checkbox {
            display: inline-block;
        }
        /*wizard styles*/
        .wizard-titles {
            padding: 10px 10px 10px 16.5%;
        }

            .wizard-titles .circle-step {
                width: 30px;
                height: 30px;
                padding: 5px;
                float: left;
                text-align: center;
                padding-top: 8px;
            }

        .input[type="radio"], input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            height: 14px;
            width: 14px;
        }

        .wizard-titles .circle-step .step-name, .wizard-titles .circle-step br {
            display: none;
        }

        .wizard-titles .step-line {
            display: inline-block;
            width: 10%;
            float: left;
            margin-top: 14px;
        }
        /*others styles*/
        .google-map {
            display: block;
            float: none;
        }

        .top-bar .nav li i {
            font-size: 20px;
        }

        .navbar .navbar-collapse {
            float: none !important;
        }

        .alert-dialog {
            width: auto !important;
        }
    }

    @media (max-width: 360px) {
        .wizard-titles {
            padding: 10px 10px 10px 7%;
        }

        .input[type="radio"], input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
            height: 14px;
            width: 14px;
        }

        .radio-inline, .checkbox-inline {
            display: inline-block;
            font-weight: normal;
            vertical-align: middle;
            cursor: pointer;
            margin-top: 5px !important;
            margin-bottom: 5px;
            margin-left: 0 !important;
        }
    }

    .min-margin-bottom {
        margin-bottom: 8px;
    }

    .notification-textarea {
        height: 122px !important;
    }
    /*webGrid styles*/

    .webGrid {
        margin: 0 !important;
        border: 0 !important;
        width: 100% !important;
    }

        .webGrid tr td, .webGrid tr td a, .webGrid tr td label {
            font-size: 12px !important;
            margin-bottom: 0;
        }

        .webGrid tfoot tr td {
            padding: 10px !important;
        }

            .webGrid tfoot tr td a {
                border: 1px solid #b6b6b6;
                padding: 3px 8px;
            }

                .webGrid tfoot tr td a:hover {
                    background: #ddd;
                }

    .font-upper {
        text-transform: uppercase !important;
    }

    #progress-bar {
        width: 120px;
        height: 95px;
        position: absolute;
        background: #fff url(../../media/Alystra/progress-bar.gif) no-repeat center 40px;
        z-index: 999999;
        border: 1px solid #a6a6a6;
        left: 50%;
        margin: 0 0 0 -54px;
        top: 50%;
    }

        #progress-bar .progress-mesg {
            background: #d4d4d4;
            color: #235771;
            padding: 3px 10px;
            font-size: 15px;
        }

    #mask {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #000;
        top: 0;
        left: 0;
        opacity: 0.6;
        z-index: 10000;
    }

    .input-group-addon button {
        border: 0;
        background: 0;
        padding: 0;
        margin: 0;
    }

        .input-group-addon button i {
            color: #428bca;
        }

    form {
        margin: 0;
    }

    form {
        margin: 0;
    }

    .padtop-div {
        padding-top: 5px;
    }

        .padtop-div .btn {
            border-radius: 0;
        }

        .padtop-div .btnMandatory {
            border-radius: 0;
        }

    /*tooltip styles*/
    .tooltip > .tooltip-inner, .tooltip > .tooltip-arrow {
        opacity: 1;
    }

    .tooltip > .tooltip-inner {
        background-color: #0884c2;
    }

    .tooltip > .tooltip-arrow {
        border-top-color: #0884c2 !important;
    }

    .info-table label, info-table i {
        display: inline-block;
    }

    .info-table i {
        margin-left: 3px;
    }

    .info-table label {
        width: auto;
    }

    .info-table i.icon-info-sign {
        font-size: 15px;
        color: #0884c2;
    }

    .info-table text, info-text i {
        display: table-cell;
    }

    .info-table text {
        width: auto;
    }

    .info-table i.icon-info-sign {
        font-size: 15px;
        color: #0884c2;
    }

    .title-space {
        padding-left: 20px;
    }

    .multiselect-container {
        color: white;
        background-color: grey;
    }

    .multiselectMandatory-container {
        color: white;
        background-color: grey;
    }

    .dropdown-menu {
        font-size: 12px;
    }
    .navbar .navbar-nav .dropdown-menu, .nav .dropdown-menu {
        position:absolute;
        padding-top:0px;
        z-index:1030;
    }
    .navbar a, .nav a {
        text-decoration-line:none;
    }
    .navbar .dropdown-toggle::after, .nav .dropdown-toggle::after {
        content: none;
    }
    .modal.fade.in {
        opacity:1;
    }
    #AboutPopupOpen.modal.fade.in .modal-dialog {
        transform:translate(0,0);
        margin-top:unset;
    }
    #AboutPopupOpen .modal-dialog {
        position:unset;
        width:750px;
        max-width:unset;
        left:50%;
        right:auto;
        padding-top:30px;
    }
    #AboutPopupOpen .modal-content {
        display:block;
        flex:unset;
    }
    #AboutPopupOpen .modal-header {
        padding: 5px 10px;
        align-items:unset;
        display:block;
    }
    #AboutPopupOpen h3.modal-title {
        line-height:1.428571429;
        font-size:16px;
        font-weight:600;
    }
    .modal-backdrop.fade.in {
        opacity:0.5;
    }
    .multiselect-container > li > a > label {
        padding: 0px 0px 0px 26px;
    }

    .multiselectMandatory-container > li > a > label {
        padding: 0px 0px 0px 26px;
    }
    /*.input[type="radio"], input[type="checkbox"]
{
    height:16px;  
}*/
    .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
        vertical-align: middle;
        padding: 5px;
    }

    /* -------------------- 23/8/2016 ---------------------- */
    h5.cusView_title {
        color: #000;
        /*text-decoration: underline;*/
    }

    .custm_form table {
        width: 100%;
    }

    td.form_label label {
        margin: 0 !important;
    }

    .form-control {
        border-radius: 4px !important;
    }

    .form-controlMandatory {
        border-radius: 4px !important;
        border-color: red;
    }

    .custm_form tr td {
        padding: 3px 0px 3px 0px;
        position: relative;
    }

    td.form_label {
        font-size: 13px;
    }

    hr.margin_zero {
        margin-bottom: 3px;
        margin-top: 3px;
        border-bottom: 1px solid #e6e6e6;
    }

    td.form_label button {
        margin: 4px 0px 4px 0px;
    }

    td.form_popup button {
        margin: 0px 4px 0px 4px;
    }

    button.details_tooltip, button.details_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.details_tooltip:hover:before {
            position: absolute;
            content: "Details";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.details_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.stops_tooltip, button.stops_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 17px;
        border: 0;
    }

        button.stops_tooltip:hover:before {
            position: absolute;
            content: "Stops";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.stops_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.det_tooltip, button.det_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.det_tooltip:hover:before {
            position: absolute;
            content: "Details";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.det_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.goods_tooltip, button.goods_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.goods_tooltip:hover:before {
            position: absolute;
            content: "Goods";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.goods_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.pack_tooltip, button.pack_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.pack_tooltip:hover:before {
            position: absolute;
            content: "Packages";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.pack_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.danger_tooltip, button.danger_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.danger_tooltip:hover:before {
            position: absolute;
            content: "DGS";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.danger_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.track_tooltip, button.track_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.track_tooltip:hover:before {
            position: absolute;
            content: "Tracking";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.track_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.not_tooltip, button.not_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.not_tooltip:hover:before {
            position: absolute;
            content: "Notif.";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.not_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    button.doc_tooltip, button.doc_tooltip:hover {
        background: #0884c2;
        padding: 2px 10px 2px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        border: 0;
    }

        button.doc_tooltip:hover:before {
            position: absolute;
            content: "Docs";
            background: #cccaca;
            padding: 0px 5px 0px 5px;
            border-radius: 4px;
            color: #3c3c3c;
            font-size: 11px;
            left: 46px;
        }

        button.doc_tooltip:hover:after {
            position: absolute;
            content: "";
            border-top: 11px solid transparent;
            border-bottom: 0px solid transparent;
            border-right: 10px solid #cccaca;
            left: 36px;
            top: 17px;
        }

    .notification_drop_text {
        height: 24px;
        width: 100%;
        margin-bottom: 6px;
        border: 1px solid #ccc;
        border-radius: 4px !important;
    }

    .notify_panel {
        margin-bottom: 0px;
    }

    .top_padding_checkboxes {
        padding-top: 10px;
    }

    button.location_btn {
        margin: 5px;
    }

    button.btn-icon-with-text {
        padding-left: 10px;
    }

    button.btn-icon-only {
        padding-left: 10px;
        padding-right: 10px;
    }

    button.location_btnMandatory {
        margin: 5px;
    }

    .icon-time-disabled {
        background-color: #808080 !important;
    }

    .noppading {
        padding: 0px;
    }

    textarea.form-control.textualInfo_dispatch {
        overflow-y: scroll;
        height: 50px;
    }

    textarea.form-controlMandatory.textualInfo_dispatch {
        overflow-y: scroll;
        height: 50px;
    }

    .custm_form.third_colom {
        max-height: 140px;
        max-width: 500px;
        overflow: auto;
    }

    td.form_label.label_name {
        width: 41%;
        vertical-align: top;
    }

    td.form_label.label_info {
        width: 25%;
        vertical-align: top;
    }

    td.form_label.driver_info {
        white-space: pre-wrap;
        word-wrap: break-word;
    }


    td.form_label.podpopup_label_info {
        width: 32%;
        vertical-align: top;
    }

    td.form_label.priceapprovplopup_label_info {
        width: 50%;
        vertical-align: top;
        padding-top: .5em;
        padding-bottom: .5em;
    }



    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #fff;
        background-color: #0993d3;
    }

    .nav-tabs > li > a:hover {
        color: #0993d3;
    }

    .nav-tabs > li > a {
        line-height: 0.75;
    }
    /*Customer "IOD+POD" grid css*/
    .gridPODsColumnSize {
        width: 120px;
    }

    .gridPODsImageSize {
        width: 330px;
        height: 120px;
    }


    /*Dynamic column width*/
    .column_width_180 {
    }

    .column_width_130 {
    }

    table.price_approval_table tbody tr td {
        padding: 4px;
    }

    .font_Size_13 {
        font-size: 13px;
    }


    .gridStyle table thead tr th {
        font-size: 13px;
    }

    .gridStyle table tbody tr td {
        font-size: 13px;
        border-collapse: collapse;
        border-bottom: 1px solid #d5d5d5;
    }

    .k-state-selected {
        color: #333;
        background-color: grey !important;
    }

    .summary-margin {
        margin-right: 15px;
    }

    .alert-gdpr {
        padding: 5px;
        margin-bottom: 0px;
        border: 1px solid transparent;
        border-radius: 4px;
        position: relative;
        padding-left: 25px;
        margin-right: 5px;
        margin-top: 5px;
    }

        .alert-gdpr i {
            top: 8px;
            position: absolute;
            left: 10px;
            font-size: 15px;
        }

    .iconcheck {
        font-size: 16px;
        color: #25b525;
    }

    .iconuncheck {
        font-size: 16px;
    }

    .remove_button {
        text-decoration: underline;
        background: transparent;
        border: 0px;
        color: #428bca;
        padding: 0px !important;
    }

    .summary-margin {
        margin-right: 15px;
    }

    .red-color {
        background: #ff0000 !important;
    }

    .green-color {
        background: #07ca07 !important;
    }

    .info-icon {
        position: relative;
        right: 3px;
    }

    .caret-icon-button {
        height: 15px;
    }

    .caret-icon {
        position: relative;
        bottom: 7px;
    }

    .custTOPopup {
        float: right;
        margin: 15px 15px 0px 0px;
    }

        .custTOPopup label {
            font-weight: bold;
        }

    .nav-icon {
        width: 25px;
        display: inline-block;
        margin: 0 5px 0 10px;
        vertical-align: middle;
    }

        .nav-icon:after,
        .nav-icon:before,
        .nav-icon div {
            background-color: #0884c2;
            border-radius: 3px;
            content: '';
            display: block;
            height: 3px;
            margin: 5px 0;
            transition: all .2s ease-in-out;
        }

    .profileTable {
        border-collapse: collapse;
    }

    .profileTabletd {
        border: 1px solid black;
    }
    /*fix for kendo grid command column header*/
    .k-grid-header th.k-header[data-role="droptarget"] {
        padding-bottom: 13px;
    }

    /*fix for telerik autocomplete*/
    .k-autocomplete .k-input.form-control {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .bigger-control {
        height: 30px;
    }

    .icon-big, .k-icon.icon-big {
        font-size: 25px;
    }

    .icon-medium, .k-icon.icon-medium {
        font-size: 20px;
    }

    .fa-ellipsis-vertical:hover .icon-ellipsis-vertical {
        font-size: 30px;
    }

    .vcenter {
        align-items: center;
        display: flex;
    }

    .row-flex {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-flex {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-mid {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-gutter {
        margin-right: 0;
        margin-left: 0;
    }

        .no-gutter > [class*="col-"] {
            padding-right: 0;
            padding-left: 0;
        }

    .bottom-0 {
        bottom: 0px;
        margin-bottom: 0px;
    }

    .position-absolute {
        position: absolute;
    }

    .w-100 {
        width: 100%
    }

    .h-100 {
        height: 100%;
    }
