html, body {
    height: 100%;
}

#form1 {
    height: 100% !important;
}

body { /* background-image:url(../images/main-bg.jpg); */
    background-color: #adadad;
    background-size: 100%;
    background-attachment: fixed;
}

.login {
    background-image: url(../images/login-bg.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
}

.form-signin {
    background-color: #fff;
    border-radius: 3px;
    margin: 80px auto;
    max-width: 330px;
    padding: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-5 {
    margin-left: 5px;
}

.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}

.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}

#wrap {
    height: auto;
    margin: 0 auto -40px;
    min-height: 100%;
    padding: 0 0 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.footer {
    background-color: #f5f5f5;
    height: 40px;
    padding-top: 10px;
    position: relative;
    border-top: #ccc 1px solid;
    z-index: 1040;
    color: #124266;
}

    .footer p {
        color: #124266;
        margin: 0px;
    }


.module-list {
    padding-top: 00px;
}

    .module-list li {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        vertical-align: top;
    }

        .module-list li a {
            background-color: #ffffff;
            display: inline-block;
            height: 150px;
            margin: 15px 10px;
            padding-top: 35px;
            text-decoration: none;
            width: 240px;
        }

            .module-list li a:hover {
                background-color: #428bca;
                color: #ffffff;
            }

        .module-list li i {
            color: #dadada;
            font-size: 50px;
            margin-bottom: 20px;
        }

.navbar-top-link {
    padding-right: 15px;
    height: 56px;
}

    .navbar-top-link > li {
        display: inline-block;
        vertical-align: middle;
    }

        .navbar-top-link > li:nth-child(4) {
            border-left: thin solid #ddd;
            border-right: thin solid #ddd;
            padding: 2px 10px;
        }

        .navbar-top-link > li > a {
            color: #000;
            font-size: 11px;
            font-weight: 500;
            padding: 14px 10px 13px;
        }

    .navbar-top-link li a.alert-btn {
        font-size: 18px;
        margin-bottom: 0;
        min-width: 41px;
        padding: 16px 10px 14px;
        position: relative;
        text-align: center;
        height: 56px;
        vertical-align: top;
    }

        .navbar-top-link li a.alert-btn .label {
            font-size: 8px;
            font-weight: 600;
            position: absolute;
            right: 5px;
            top: 10px;
        }

    .navbar-top-link > li:last-child a {
        font-size: 20px;
    }

.logo {
    max-width: 100%;
}

.sidebar {
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    bottom: 0;
    display: block;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0;
    position: fixed;
    top: 51px;
    z-index: 1000;
}

.country-detail {
    margin-top: 70px;
}

.panel .list-group {
    margin-bottom: 0;
}

.dashboard-update-box {
    background-color: #ffffff;
    display: table;
    width: 100%;
    text-decoration: none;
}

    .dashboard-update-box .icon-box {
        background-color: #cccccc;
        display: table-cell;
        width: 40%;
        padding: 20px;
        vertical-align: middle;
        border-radius: 5px 0 0 5px;
    }

        .dashboard-update-box .icon-box i {
            color: #fff;
            font-size: 50px;
        }

    .dashboard-update-box .value-box {
        text-decoration: none;
        border: #cccccc 2px solid;
        width: 60%;
        display: table-cell;
        vertical-align: middle;
        background-color: #f5f5f5;
        border-radius: 0 5px 5px 0;
    }

        .dashboard-update-box .value-box h3 {
            text-decoration: none;
            font-size: 30px;
            font-weight: 700;
            margin: 10px 0 5px;
        }

    .dashboard-update-box .date span {
        display: block;
    }

.toggle {
    background-color: #eeeeee;
    float: left;
    margin: 0;
    padding-bottom: 14px;
    padding-top: 13px;
    width: auto;
}

    .toggle a {
        cursor: pointer;
        margin: 0;
        font-size: 20px;
        padding: 15px 15px 0;
    }

.full-wrapper {
    left: 0 !important;
    z-index: 1045;
}

.menu-shutter {
    background-color: #999;
    border-radius: 2px 0 0 2px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 35px;
    line-height: 1.6;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
    width: 15px;
    z-index: 1040;
}

.full-wrapper .menu-shutter {
    background-color: #ddd;
    border-radius: 0 2px 2px 0;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 35px;
    left: 0;
    line-height: 1.6;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 11px;
    z-index: 10;
}

.top-search {
    width: 100%;
}

    .top-search .form-control {
        height: 40px;
        background-color: #f5f5f5;
    }

    .top-search .btn {
        height: 40px;
    }

    .top-search .input-group-btn {
        width: 50px !important;
    }

        .top-search .input-group-btn .btn {
            font-size: 15px;
            padding: 5px;
            min-width: 36px;
        }

.main-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0px;
    width: 100%;
    display: none;
    bottom: 0;
}

    .main-menu ul {
        width: 225px;
        background-color: #ffffff;
        height: 100%;
        margin-top: 50px;
        overflow: auto;
    }

        .main-menu ul li a {
            font-size: 14px;
        }

            .main-menu ul li a i {
                width: 25px;
            }

.open-menu {
    min-height: 100%;
    width: 100%;
    vertical-align: baseline;
}

    .open-menu .main-menu {
        display: block;
    }

    .open-menu .menu-toggle {
        background-color: #ffffff;
    }

.header-nav {
    margin: 0;
}

    .header-nav > li {
        vertical-align: top;
    }

        .header-nav > li ul {
            margin: 0;
        }

.select-num {
    margin-top: 5px;
}

.sub-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    color: #000;
    border-top: #e5e5e5 thin solid;
    margin-top: 4px;
    padding: 6px;
    height: auto;
}

    .sub-header .table-responsive {
        margin-bottom: 0;
        margin-right: 5px;
    }

.page-header h1 {
    padding-left: 10px;
    text-align: left;
}

td.select-item-count {
    background-color: #99CCFF !important;
}

.list .panel {
    background-color: #eee;
    border: 2px solid #ddd;
}

/*
.table-responsive td:first-child{ text-align:center;  }
.table-responsive th:first-child{ text-align:center;  }
*/
.table-responsive a {
    color: #069;
}

    .table-responsive a.btn {
        color: #FFF;
    }


    .table-responsive a.setting {
        font-size: 20px;
    }

.row-fluid {
    white-space: nowrap;
}

ul.main-tabs {
    background-color: #eeeeee;
}

    ul.main-tabs li a {
        border-radius: 0;
    }

        ul.main-tabs li a i {
            font-size: 22px;
            color: #999;
        }

        ul.main-tabs li a div.center-block {
            text-align: center;
        }

    ul.main-tabs li.active a:first-child, ul.main-tabs li.active a:last-child {
        border-left: none;
    }

    ul.main-tabs li.active a {
        border-radius: 0;
        border-top: #069 2px solid;
        border-left: 1px solid #dddddd !important;
    }

.trip ul.main-tabs li.active a {
    background-color: #cccccc;
}

ul.main-tabs li.active a:hover {
    border-radius: 0;
    border-top: #069 2px solid;
}

ul.main-tabs li.active a:focus {
    border-radius: 0;
    border-top: #069 2px solid;
}

.time-line-wrapper {
    display: block;
    position: relative;
}

.time-line {
    width: 100%;
    display: inline-block;
}

    .time-line .panel .panel-heading {
        background-color: #ffffff;
    }

    .time-line .panel .panel-footer {
        border: none;
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15) inset;
    }

    .time-line > .col-lg-1 .fa {
        border: 1px solid #ddd;
        border-radius: 27px;
        line-height: 0.85;
        margin-top: 25px;
        background-color: #fff;
        padding: 10px;
        margin-left: 15px;
    }

.circle-line {
    background-color: #ddd;
    bottom: 0;
    left: 28px;
    position: absolute;
    top: 0;
    width: 5px;
}

.company-logo {
    width: 30px;
    height: 30px;
    display: table-cell;
    vertical-align: top;
}

    .company-logo img {
        max-width: 30px;
        max-height: 30px;
        height: auto;
        width: auto;
    }

.company-data {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top;
}

    .company-data p {
        margin-bottom: 0;
    }

.time {
    font-size: 11px;
    padding: 0 0 0 5px;
    display: block;
    text-align: right;
}

.panel-heading p {
    margin-bottom: 0;
}

.profile-pic {
    display: table-cell;
    width: 50px;
    vertical-align: top;
    padding-top: 5px;
}

    .profile-pic img {
        height: auto;
        max-width: 40px;
        max-height: 40px;
        width: auto;
    }

.news-data {
    display: table-cell;
    vertical-align: top;
}

    .news-data a {
        color: #069;
        font-weight: 600;
    }

        .news-data a.label {
            color: #FFF;
            letter-spacing: 1px;
            margin-right: 5px;
        }

.open-tab {
    z-index: 100;
    position: relative;
    margin-top: 10px;
    padding-left: 13px;
}

    .open-tab li a {
        border: #ddd 5px solid !important;
        border-bottom: none !important;
        font-size: 14px;
    }

.activity {
    display: table;
    margin-top: 16px;
    width: 100%;
}

    .activity ul li {
        display: inline-block;
        margin-bottom: 11px;
        width: 45%;
    }

        .activity ul li a {
            border-radius: 3px;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
            display: block;
            letter-spacing: 1px;
            padding: 15px;
            text-align: center;
        }

            .activity ul li a div {
                font-size: 22px;
                font-weight: 300;
            }

    .activity h5 {
        background-color: #ffffff;
        display: inline-block;
        font-weight: 700;
        margin-left: 15px;
        margin-top: -4px;
        padding: 1px 10px 10px;
        width: auto;
    }

ul.airport {
    display: block;
}

    ul.airport li {
        border-right: #ddd thin solid;
    }

        ul.airport li:last-child {
            border: none;
        }

        ul.airport li a {
            padding: 15px;
            text-align: center;
            display: block;
        }

            ul.airport li a div {
                display: block;
                font-size: 22px;
            }

.dropdown-menu-lg {
    width: 300px;
}

    .dropdown-menu-lg a {
        color: #069;
    }

        .dropdown-menu-lg a.label {
            color: #ffffff;
            letter-spacing: 1px;
            margin-right: 5px;
        }

    .dropdown-menu-lg .list-group-item {
        border: 0;
        border-bottom: #ddd 1px solid !important;
    }

.lg-header {
    text-align: center;
    display: block;
    padding: 10px;
    font-weight: 700;
    border-bottom: #ddd thin solid;
}

.lg-footer {
    padding: 15px;
    border-top: #ddd 1px solid;
}

.dropdown-menu-lg .list-group {
    margin-bottom: 0;
}

.top-drop a {
    font-size: 12px;
    padding: 10px !important;
    border-bottom: #ddd thin solid;
}

    .top-drop a i {
        margin: 0 8px;
    }

.top-drop li:last-child a {
    border-bottom: none;
}

.page-header td {
    text-align: center;
    width: 20px;
}

@media (max-width:500px) {
    .activity ul li {
        width: 92%;
    }

    .list {
        width: 100%;
    }
}

@media (max-width:400px) {
    .header-nav {
        text-align: center;
    }

    .page-header .heading {
        min-width: 100%;
        text-align: center;
    }

    .page-header > div:nth-child(2) {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .wrapper {
        margin-top: 50px;
    }

    .navbar-form {
        margin: -1px -15px;
    }

    h1, .h1 {
        margin-bottom: 8px;
    }

    .toggle, .menu-shutter {
        display: none;
    }

    .wrapper {
        margin-top: 105px;
    }

    .nav > li {
        position: static;
    }

    .dropdown-menu-lg {
        float: none;
        margin: -5px 2%;
        width: 96%;
    }

    .country-detail {
        margin-top: 105px;
    }

    dd {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .airport-detail-right {
        padding-left: 0;
    }

    .navbar-header {
        min-width: 162px;
    }

    .side-nav {
        background-color: #eeeeee;
        border-radius: 0;
        border-right: thin solid #c5c5c5;
        bottom: 0;
        box-shadow: 1px -10px 10px 0 rgba(0, 0, 0, 0.2) inset;
        left: 225px;
        margin-left: -225px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 10px;
        position: fixed;
        top: 56px;
        width: 225px;
    }

        .side-nav > li {
            padding: 2px;
            display: block;
            float: none;
        }

            .side-nav > li > a {
                border-radius: 5px;
                color: #333 !important;
                font-size: 13px;
                font-weight: 400;
                letter-spacing: 1px;
                text-transform: uppercase;
                width: 100%;
            }

                .side-nav > li > a i {
                    width: 25px;
                    font-size: 16px;
                }

            .side-nav > li.active > a {
                background-color: #dddddd !important;
                box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25) inset;
            }

            .side-nav > li:hover > a {
                background-color: #dddddd !important;
            }

    .wrapper {
        bottom: 40px;
        display: block;
        left: 225px;
        position: absolute;
        overflow: auto;
        right: 0;
        top: 55px;
    }

    .data {
        bottom: 0;
        left: 0;
        min-height: 0.01%;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 93px;
    }

        .data.touch-with-heading {
            top: 50px;
        }

    .details dl dt {
        width: 90px;
        margin-bottom: 5px;
    }

    .details dl dd {
        margin-left: 100px;
        margin-bottom: 5px;
    }

    .details h4 {
        border-bottom: thin solid #eee;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 15px;
        margin-top: 0;
        padding-bottom: 10px;
    }

    .details h3 {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .side-nav:hover .menu-shutter {
        display: block;
    }

    .nav-hide {
        display: none;
    }
}

ul.dropdown-menu {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.airport-search .col-lg-3:last-child .btn {
    float: right;
    margin-top: 35px;
    width: 100px;
    font-weight: 700;
    letter-spacing: 2px;
}

.airport-search > div {
    margin-top: 8px;
    margin-bottom: 8px;
}

.airport-search .btn-group {
    width: 90% !important;
    position: relative;
}

.airport-search .dropdown-menu {
    width: 90%;
}

.airport-search .caret {
    position: absolute;
    right: 12px;
    top: 12px;
}

.airport-search input[type="checkbox"] {
    vertical-align: bottom;
}

.parameter {
    border-bottom: thin solid #ddd;
    border-top: thin solid #ddd;
    margin-top: 15px !important;
    padding-bottom: 20px;
    padding-top: 7px;
}

.airport-search-form {
    margin: 15px;
}

    .airport-search-form > .tab-content > div > div {
        margin-bottom: 5px;
    }

    .airport-search-form .tab-content {
        background-color: #ffffff;
        padding: 15px;
        display: inline-block;
        width: 100%;
    }

    .airport-search-form ul.nav li {
        border-right: #c5c5c5 thin solid;
    }

        .airport-search-form ul.nav li a {
            border: medium none;
            border-radius: 0;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 20px;
        }

    .airport-search-form ul.nav {
        background-color: rgba(255,255,255,0.5);
        border-radius: 0;
    }

        .airport-search-form ul.nav li a:hover, .airport-search-form ul.nav li a:focus {
            border: none;
        }

.tab-content .input-group {
    width: 100%;
}

.tab-content:last-child .input-group button {
    height: 40px;
    padding: 10px;
}

.search-field {
    height: 40px;
    padding: 10px;
}

.search-btn {
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    padding: 10px 15px;
}

.advanced-btn {
    font-weight: 700;
    height: 40px;
    letter-spacing: 1px;
    padding: 10px 15px;
}

.advanced {
    background-color: #eee;
    border-top: 2px solid #ddd;
    display: none;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
}

    .advanced .btn-group {
        width: 95% !important;
    }

    .advanced > div:nth-child(7) {
        text-align: right;
    }

        .advanced > div:nth-child(7) a.btn {
            margin-top: 20px;
        }

.news {
    display: block;
}

.news-grid {
    border-bottom: #ddd thin solid;
    min-height: 80px;
}

    .news-grid h5 {
        font-size: 13px;
        line-height: 1.4;
    }

    .news-grid a {
        color: #069;
    }

    .news-grid .pull-left {
        height: 80px;
        min-width: 50px;
        text-align: center;
        padding-right: 12px;
        font-size: 30px;
    }

        .news-grid .pull-left img {
            max-height: 80px;
            max-width: 80px;
            height: auto;
            width: auto;
        }

.latest-on-airport {
    font-size: 17px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.scrtabs-tab-scroll-arrow {
    background-color: #EEEEEE;
}

.list h4 {
    font-size: 16px;
}

.airpot-navigation {
    padding-bottom: 15px;
}

    .airpot-navigation p {
        margin: 0;
    }

.airport-handler td:first-child {
    text-align: left;
}

.airport-handler th:first-child {
    text-align: left;
}

.diogram-box h4 {
    margin-top: 0;
    border-bottom: #ddd thin solid;
    padding-bottom: 10px;
}

.main-detail ul {
    display: block;
}

    .main-detail ul li {
        display: table;
        width: 100%;
    }

        .main-detail ul li span {
            font-size: 12px;
            letter-spacing: 1px;
            padding: 8px 0;
            border-bottom: #ddd thin solid;
            display: table-cell;
        }

            .main-detail ul li span.head {
                width: 48%;
                text-align: right;
                padding-right: 2%;
                color: #666;
            }

            .main-detail ul li span.data2 {
                width: 50%;
                font-weight: 700;
            }

.add-country {
    margin-top: 15px;
}

.border-right {
    border-right: #ddd thin solid;
}

.scrtabs-tab-container {
    display: inline-block;
    width: 100%;
}

.tab-content {
    display: block;
    padding: 10px;
}


.inline-block {
    display: inline-block;
}

.form-control {
    display: inline-block;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}

.form-horizontal .controls {
    margin-left: 180px;
}

    .form-horizontal .controls .bootstrap-select {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

document .icon-image {
    display: block;
    text-align: center;
}

.document {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background-color: #dddddd;
    position: relative;
}

    .document:hover {
        box-shadow: none;
    }

    .document .icon-image img {
        max-height: 50px;
        max-width: 50px;
    }

    .document .name {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    .document .uploaded-on {
        font-size: 12px;
        margin-top: 3px;
        text-align: center;
        color: #757575;
    }

        .document .uploaded-on span {
            display: block;
        }

    .document .delete {
        bottom: 5px;
        color: #666;
        font-size: 15px;
        position: absolute;
        right: 5px;
    }


.editor .btn {
    padding: 1px 4px;
}

.editor .Editor-editor {
    height: 150px;
}

.editor .Editor-container {
    margin-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.margin-clear {
    margin: 0;
}

.default-bg {
    background-color: #337ab7;
}

.trip-data {
    display: inline-block;
    width: 100%;
}

.text-white {
    color: #FFFFFF !important;
}

.bordered {
    border: #ddd thin solid;
}

.p-10 {
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.p-5 {
    padding: 5px;
}

.white-bg {
    background-color: #ffffff !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.total {
    padding: 20px;
    margin-top: 20px;
    background-color: #FFC;
    border: #FC0 1px dashed;
    font-size: 15px;
    line-height: 1.6;
    color: #C60;
    width: 40% !important;
}

.pendingamt {
    padding: 20px;
    margin-top: -20px;
    background-color: #FFC;
    border: #FC0 1px dashed;
    font-size: 15px;
    line-height: 1.6;
    color: #C60;
    text-align: center;
}

.file-upload-input {
    z-index: 8;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.billing-data-wrap {
    font-size: 14px;
    background-color: #fff;
}

.table-responsive .list-link {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}


.billing {
    padding: 10px;
    background-color: #ffffff;
    border-bottom: #ccc thin solid;
    border-top: #ddd thin solid;
    display: inline-block;
    width: 100%;
}

    .billing ul li div {
        padding: 0;
        vertical-align: top;
    }

        .billing ul li div:first-child {
            width: 20px;
        }

    .billing h4 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 17px;
    }

    .billing p {
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 1.3;
        color: #666;
    }

.page-header.white-bg {
    background-color: #ffffff;
}

.data-list-box .data-list {
    width: 100%;
    float: left;
}

.data-list-box .detail {
    display: none;
}

.data-list-box .billing-div {
    display: none;
}

.data-list-box.with-detail .data-list {
    width: 40%;
    float: left;
    position: absolute;
    bottom: 0;
    top: 0;
    border-right: #ddd thin solid;
}

.data-list-box.with-detail .billing-div {
    display: block;
}

.data-list-box.with-detail .billing-table {
    display: none;
}

.data-list-box.with-detail .data-list .tab-content {
    padding: 0;
}

.data-list-box.with-detail .data-list h1 {
    font-size: 20px;
    margin-top: 5px;
}

.data-list-box.with-detail .detail {
    width: 60%;
    float: left;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 13px;
    overflow: auto;
    background-color: #ffffff;
}

    .data-list-box.with-detail .detail .record-div {
        display: none;
    }

    .data-list-box.with-detail .detail .det-div {
        display: block;
    }

    .data-list-box.with-detail .detail.record .record-div {
        display: block;
    }

    .data-list-box.with-detail .detail.record .det-div {
        display: none;
    }

.data-list-box.with-detail .page-header .pagination {
    display: none;
}

.detail-sheet {
    padding: 25px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    margin: 20px;
    display: inline-block;
    width: auto;
}

.det-logo {
    width: 100%;
}

.comment-icon {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
}

.pcs-template-header {
    padding: 0 0.400000in 0 0.550000in;
    height: 0.700000in;
}


.pcs-entity-title {
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

    .pcs-entity-title:before {
        content: "";
        display: block;
        border-top: 1px solid #ece7e7;
        width: 100%;
        height: 1pt;
        position: absolute;
        top: 50%;
        font-size: 1pt;
    }

    .pcs-entity-title span {
        background: #ffffff;
        padding: 0 20px;
        position: relative;
    }

.pcs-itemtable {
    border: 1px solid #ece7e7;
}

.pcs-itemtable-header {
    border-right: 1px solid #ece7e7;
    border-bottom: 1px solid #ece7e7;
}

.pcs-item-row {
    border-right: 1px solid #ece7e7;
    border-bottom: none;
}

.pcs-bdr-top {
    border-top: 1px solid #ece7e7;
}

.pcs-bdr-bottom {
    border-bottom: 1px solid #ece7e7;
}

.pcs-table, .pcs-table th, .pcs-table td {
    border: 1px solid #ece7e7;
}

.legwrap {
    background-color: #fff;
    border: thin solid #337ab7;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    line-height: 2;
}

    .legwrap .direction {
        background-image: url("../images/direction.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        color: #fff;
        font-size: 16px;
    }

    .legwrap .legwrap-data {
        border-bottom: thin solid #337ab7;
        display: inline-block;
        margin-top: 1px;
        width: 100%;
    }

        .legwrap .legwrap-data:last-child {
            border-bottom: none;
        }

        .legwrap .legwrap-data p {
            font-size: 15px;
            margin: 10px 0;
        }

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.legwrap span.num-spc {
    padding: 0 10px;
}

.light-gray-bg {
    background-color: #e5e5e5;
}

.gray-bg {
    background-color: #cccccc;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.det-form {
    display: inline-block;
    width: 100%;
}

    .det-form > div {
        min-height: 25px;
        padding: 5px;
    }

    .det-form .row {
        margin: 0 -5px;
    }

.bold {
    font-weight: 600;
}

.det-form .bold {
    text-align: right;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.modalBackground {
    opacity: .5;
    background-color: Gray;
}

.location_completionListElement {
    background-color: #fff;
    border: 1px solid buttonshadow;
    border-radius: 0 !important;
    color: windowtext;
    height: 200px !important;
    list-style-type: none;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0 !important;
    text-align: left;
    width: 90% !important;
    max-width: 250px !important;
}

    .location_completionListElement li {
        border-bottom: thin solid #ddd;
        display: block !important
    }

.review-area .location_completionListElement {
    height: 400px !important;
    width: 300px !important
}

.autocomplete ul {
    width: 200px !important
}

.location_highlightedListItem,
.location_listItem {
    padding: 2px !important;
    text-align: left !important;
    width: 100% !important
}

.location_highlightedListItem {
    background-color: #337ab7;
    border-radius: 0 !important;
    color: #fff
}

.location_listItem {
    background-color: window;
    color: windowtext
}

.activepage {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
    color: #fff !important;
}

.ajax__fileupload {
    background-color: #ffffff;
}

.modal-content h4 {
    font-size: 14px;
}


.modal-content .form-control {
    padding: 0 5px;
    height: 25px;
}

.modal-content .btn-sm {
    padding: 3px 10px;
}

.modal-content .input-group .input-group-addon {
    padding: 0;
}

.height-full {
    height: 100%;
}

.radius-clear {
    border-radius: 0;
}

.p-0 {
    padding: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.table-ul {
    display: inline-table;
    padding: 0;
    margin: 0;
}

    .table-ul > li {
        display: table-row;
    }

    .table-ul > a {
        display: table-row;
    }

    .table-ul li div {
        display: table-cell;
        padding: 8px;
    }

    .table-ul > a div {
        display: table-cell;
        padding: 8px;
    }

.border-bottom-only {
    border-bottom: #ddd thin solid;
    border-top: none;
    border-right: none;
    border-left: none;
}

.pv-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

ul.table-ul-bordered li.heading {
    font-weight: 600;
}

ul.table-ul-bordered > a.heading {
    font-weight: 600;
}

    ul.table-ul-bordered > a.heading div {
        border-bottom: #ddd 3px solid;
        font-weight: 700;
    }

ul.table-ul-bordered li.heading div {
    border-bottom: #ddd 3px solid;
    font-weight: 700;
}

ul.table-ul-bordered li div {
    border-bottom: #ddd 1px solid;
}

.bold-600 {
    font-weight: 600;
}

.full-width {
    width: 100%;
}

.shadow {
    box-shadow: rgba(0,0,0,0.2) 1px 1px 2px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-2 {
    border-radius: 2px;
}

.p-5-10 {
    padding: 5px 10px;
}

.vertical-top {
    vertical-align: top;
}

.border-top {
    border-top: #ddd thin solid;
}

.service-list {
    font-size: 15px;
    font-weight: 300;
}

.form-label {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}


@media(min-width:1024px) {
    .modal-lg {
        width: 1000px;
    }
}

.model-select {
    z-index: 11000 !important;
}

.billing-tabs li a {
    font-size: 14px;
}

.disresult {
    padding: 20px;
    background-color: #d4ffc1;
    border: #7eff44 1px dashed;
    font-size: 15px;
    line-height: 1.6;
    color: #C60;
}

.discalc {
    padding: 20px;
    background-color: #FFC;
    border: #FC0 1px dashed;
    font-size: 15px;
    line-height: 1.6;
    color: #C60;
}

.quotation-step {
    margin: -12px 0px;
    float: right;
    margin-right: 0;
    background-color: rgb(51, 122, 183);
}

    .quotation-step li {
        padding: 0;
        float: left;
    }

        .quotation-step li a {
            padding: 22px 15px 21px 25px;
            display: inline-block;
            min-width: 90px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            position: relative;
            border-right: rgba(0,0,0,0.5) 1px solid;
        }

        .quotation-step li:last-child a {
            border: none;
        }

        .quotation-step li.active a {
            background-color: #FFF;
            color: #333;
            box-shadow: rgba(0,0,0,0.2) 0 -1px 2px;
        }

        .quotation-step li a span.arrow {
            width: 20px;
            height: 20px;
            display: inline-block;
            position: relative;
            background-color: rgb(51, 122, 183);
            position: absolute;
            top: 23px;
            right: -10px;
            transform: rotate(45deg);
            border-right: rgba(0,0,0,0.5) 1px solid;
            border-top: rgba(0,0,0,0.5) 1px solid;
            z-index: 1;
            pointer-events: none;
        }

        .quotation-step li.active a span.arrow {
            background-color: #FFF;
            border: none;
        }

.panel.trip-collapse {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    box-shadow: rgba(0,0,0,0.2) 0 0 2px;
    margin-top: 15px;
    border: #9cc6ea 1px solid;
}

    .panel.trip-collapse .panel-heading {
        background: #c1e0fa;
        padding: 5px 10px;
        border-bottom: none;
    }

    .panel.trip-collapse h3 {
        margin: 0;
        margin-top: 5px;
        font-size: 16px;
    }

    .panel.trip-collapse .icon .glyphicon.glyphicon-minus {
        display: block;
    }

    .panel.trip-collapse .icon .glyphicon.glyphicon-plus {
        display: none;
    }

    .panel.trip-collapse a.collapsed .icon .glyphicon.glyphicon-minus {
        display: none;
    }

    .panel.trip-collapse a.collapsed .icon .glyphicon.glyphicon-plus {
        display: block;
    }


.trip-collapse .icon {
    width: 30px;
    height: 30px;
    float: right;
    border: #666 thin solid;
    border-radius: 50px;
    text-align: center;
    font-size: 27px;
    color: #000;
}

.trip-collapse .panel-body {
    background-color: #e6f2fd;
}

.table-ul.service-list li div {
    font-size: 13px;
    vertical-align: middle;
    font-weight: normal;
    color: #000;
}

.trip-collapse .drop-ad {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: #ccc thin solid;
    vertical-align: top;
    text-align: center;
    padding: 1px;
    border-radius: 50px;
    background: #fff;
    font-size: 27px;
}


.quotation-step {
    margin: -12px 0px;
    display: inline-block;
    float: right;
    margin-right: 0;
    background-color: rgb(51, 122, 183);
}

    .quotation-step li {
        padding: 0;
        float: left;
    }

        .quotation-step li a {
            padding: 22px 15px 21px 25px;
            display: inline-block;
            min-width: 90px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            position: relative;
            border-right: rgba(0,0,0,0.5) 1px solid;
        }

        .quotation-step li:last-child a {
            border: none;
        }

        .quotation-step li.active a {
            background-color: #FFF;
            color: #333;
            box-shadow: rgba(0,0,0,0.2) 0 -1px 2px;
        }

        .quotation-step li a span.arrow {
            width: 20px;
            height: 20px;
            display: inline-block;
            position: relative;
            background-color: rgb(51, 122, 183);
            position: absolute;
            top: 23px;
            right: -10px;
            transform: rotate(45deg);
            border-right: rgba(0,0,0,0.5) 1px solid;
            border-top: rgba(0,0,0,0.5) 1px solid;
            z-index: 1;
            pointer-events: none;
        }

        .quotation-step li.active a span.arrow {
            background-color: #FFF;
            border: none;
        }


.location_completionListElement {
    background-color: #fff;
    border: 1px solid buttonshadow;
    border-radius: 0 !important;
    color: windowtext;
    height: 200px !important;
    list-style-type: none;
    margin: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0 !important;
    text-align: left;
    width: 90% !important;
}

    .location_completionListElement li {
        border-bottom: thin solid #ddd;
        display: block !important;
    }

.autocomplete ul {
    width: 200px !important;
}

.location_highlightedListItem {
    background-color: #e21d55;
    border-radius: 0 !important;
    color: white;
    padding: 2px !important;
    text-align: left !important;
    width: 100% !important;
}

.location_listItem {
    background-color: window;
    color: windowtext;
    padding: 2px !important;
    text-align: left !important;
    width: 100% !important;
}
