﻿
body {
    color: #000;
    font-family: 'Segoe UI';
    line-height: 22px;
    margin: 0;
    font-size: 13px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Segoe UI';
}

input[type="text"], input[type="password"], select, textarea {
    width: 85%;
    padding: 3px 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
        outline: 0px;
        border-color: #999;
    }

label {
    margin-bottom: 5px;
}

.offset-0 {
    padding: 0;
}

.offset-1 {
    padding: 0 5px;
}

.offset-2 {
    padding: 0 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.btn {
    min-width: 100px !important;
}

.btn-primary {
    color: #fff;
    background-color: #1cabb0 !important;
    padding: 5px 30px;
    margin-bottom: 10px;
}

.btn-warning {
    color: #fff;
    background-color: #fbb450 !important;
    padding: 5px 30px;
    margin-bottom: 10px;
}
/*.btn-primary:hover{background:#0a3081 !important;}*/
.btn-primary:focus {
    outline: 0px;
}

.container {
    width: 100%;
    padding: 0;
}

.left-col {
    width: 250px;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: #eee;
    padding: 0;
}

.top-col {
    margin-left: 250px;
    height: 61px;
    background: #000;
    padding: 0;
    color: #f0f2f6;
}

.right-col {
    margin-left: 250px;
    padding: 10px 15px;
    background: #fff;
}


#Progress {
    position: absolute;
    z-index: 10000;
    color: #FFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#Background {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9999;
}

/*.gridDiv {width: 100%!important; overflow-x: scroll; overflow-y: hidden; padding-bottom: 10px;}
.gridDiv a { font-weight: normal; padding: 0px;}*/
.grdtable {
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
}

.gridHeader, .jsgrid-header-row {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
}

    .gridHeader th, .gridHeader td, .jsgrid .jsgrid-header-row th, .jsgrid .jsgrid-header-row td {
        font-size: 11.5px;
        color: #444;
        -webkit-box-shadow: inset 0 1px 0 #ffffff;
        box-shadow: inset 0 1px 0 #ffffff;
        border: 1px solid #ddd;
        padding: 8px;
        white-space: nowrap;
        word-wrap: break-word;
        background: inherit;
        text-align: center;
    }

.gridRow, .jsgrid-row {
    background: #f9f9f9;
}

.gridRowAlt, .jsgrid-alt-row {
    background: #fff;
}

.gridFooter {
    background: #ccc;
    font-weight: normal;
    text-align: right;
}

    .gridRowAlt td, .gridRow td, .gridFooter td, .gridPager td , .jsgrid .jsgrid-row td, .jsgrid .jsgrid-alt-row td {
        font-size: 11.5px;
        padding: 8px;
        line-height: normal;
        border: 1px solid #ddd;
        word-wrap: break-word;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .gridRowAlt td div, .gridRow td div, .gridFooter td div, .gridPager td div {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

.gridRow:hover, .gridRowAlt:hover {
    background: #d9edf7;
    color: #3a87ad;
}

.gridPager {
    background: #fff;
}

.gridRowAlt .grid-service-width, .gridRow .grid-service-width {
    max-width: 235px;
}

.gridRowAlt .grid-depacno-width, .gridRow .grid-depacno-width {
    max-width: 95px;
}

.gridRow.ub, .gridRowAlt.ub {
    background: #fff5e7;
    font-weight: 600;
}

.gridRow.um, .gridRowAlt.um {
    background: #ffdfae;
    color: #bb7100;
}

.gridHeaderInner th, .gridHeaderInner td {
    color: #444;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    border: 1px solid #ddd;
    padding: 8px;
    white-space: nowrap;
    word-wrap: break-word;
    background: inherit;
    text-align: center;
}

.grdtable > tbody > tr > td > table {
    width: 98%;
    margin: 5px auto 10px;
}

    .grdtable > tbody > tr > td > table.close {
        display: none;
    }

.grdtable input, .grdtable select, .grdtable textarea {
    margin-bottom: 0;
    width: 100%;
}

.grdtable .cal-txt {
    width: 85%;
}

.grdtable input[type="checkbox"] {
    width: auto;
}

.fulltext {
    white-space: normal !important;
}


/*DataList*/
.clientDiv {
    color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    background-color: #337ab7;
}

.supportDiv {
    color: #000;
    border: 1px solid #ddd;
    padding: 8px;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    background-color: #efefef;
}
/*DataList*/

/*login*/
.login-body {
    background: #ecedf0 url(../images/client-bg.png) repeat-x top;
}

.login-box {
    margin: 150px auto auto auto;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
}

.login-head {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.login-box i.fa {
    color: #08296c;
    border: 1px solid #ccc;
    border-right-width: 0px;
    font-size: 16px;
    padding: 6px 0 8px 0;
    margin-bottom: 5px;
    line-height: normal;
    width: 40px;
    text-align: center;
    background: #efefef;
    margin-right: -2px;
}

.login-tips {
    border: 1px solid #ccc;
}

    .login-tips h3 {
        margin: 5px 0 10px 0;
    }

    .login-tips ul {
        padding-left: 10px;
        font-size: 12px;
    }

        .login-tips ul li {
            margin-bottom: 10px;
        }
/*login*/

/*left col*/
.left-col-head-name {
    font-family: lora;
    font-size: 28px;
    color: #f0f2f6;
    line-height: 57px;
    display: block;
    background: #000;
}

    .left-col-head-name span {
        vertical-align: middle;
    }

    .left-col-head-name:hover, .left-col-head-name:focus {
        text-decoration: none;
        color: #f0f2f6;
    }

.left-col .nav > li > a {
    border-bottom: 1px solid #999;
    font-size: 16px;
    color: #555;
}

    .left-col .nav > li > a > i {
        padding-right: 10px;
    }

.left-col .line {
    border-bottom: 1px solid #000;
    height: 1px;
    width: 100%;
}

.left-col .nav > li > a:focus {
    background-color: #ddd;
}

    .left-col .nav > li > a:hover, .left-col .nav > li > a:focus:hover, .left-col .nav > li.active > a {
        background-color: #ddd;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #ddd;
}

.left-col .nav > li > a:focus {
    border-color: #999;
}

.dropdown-menu {
    position: relative;
    top: 0;
    z-index: 1;
    float: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-width: 0;
    background: #f0f0f0;
    box-shadow: 0px 0px 8px rgba(0,0,0,.175);
}

    .dropdown-menu > li > a {
        padding: 5px 40px;
        white-space: normal;
        position: relative;
        line-height: normal;
        border-bottom: 1px solid #999;
    }

        .dropdown-menu > li > a::before {
            content: "\f101";
            font-family: FontAwesome;
            font-size: 12px;
            position: absolute;
            left: 30px;
            top: 35%;
        }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #f0f2f6;
            background-color: #000;
        }
/*left col*/

/*top col*/
.top-col > div { /*box-shadow:0px 2px 3px #333;*/
}

.top-col .pageheading {
    line-height: 60px;
}

    .top-col .pageheading span {
        font-family: lora;
        font-size: 30px;
        vertical-align: middle;
    }

        .top-col .pageheading span i {
            padding-right: 20px;
        }

.top-col .user-info {
    padding-top: 10px;
}

.top-col .user-msg {
    border-bottom: 0px solid #337ab7;
    margin-right: 10px;
    font-size: 17px;
}

    .top-col .user-msg a {
        color: #fff;
    }

.top-col .time {
    padding-left: 20px;
    font-style: italic;
    width: 330px;
    display: inline-block;
}

    .top-col .time label {
        font-weight: 400;
        margin-bottom: 0;
    }
/*top col*/

/* right-col */
.right-col .supheading {
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #efefef;
    padding: 0 0 5px 0;
}

    .right-col .supheading span {
        font-family: lora;
        font-size: 20px;
        border-bottom: 1px solid #08296c;
        padding: 0 20px 4px 0;
    }

        .right-col .supheading span i {
            padding-right: 20px;
        }
/* right-col */

/* footer */
.powered-by {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 250px;
    text-align: center;
    background: #000;
    color: #f0f2f6;
    padding: 15px 0 10px 0;
}

    .powered-by span {
        display: block;
        font-size: 20px;
    }

        .powered-by span:first-child {
            font-size: 30px;
        }

    .powered-by a, .powered-by a:hover {
        color: #f0f2f6;
        text-decoration: none;
    }
/* footer */

/*----update padding of Grid table*/
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 4px 5px;
}

.news-items {
    margin: .25em 0 0;
    padding: 0;
}

    .news-items li {
        padding: 0 1em;
        border-bottom: 1px dotted #CCC;
        list-style: none;
        margin-bottom: .5em;
    }

        .news-items li:last-child {
            border-bottom: 0px;
            margin-bottom: 0px;
        }

.links a {
    min-width: 170px;
    text-align: left;
}

.news-items li div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-tooltip {
    max-width: 300px;
    padding: 5px 10px;
    border: 1px solid #333;
}

.subnavbar-outer {
    height: 16px;
    color: #fff;
    font: 12px Verdana;
    background-repeat: repeat-x;
    border-color: #7E0003;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px #7E0003;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px #7E0003;
    background-image: linear-gradient(to bottom, #B90005 0%, #7E0003 100%);
}

    .subnavbar-outer a:hover {
        text-decoration: none;
        color: #fff;
    }
/*----update padding of Grid table*/

.rdoList { /*width: 80%;*/
}

    .rdoList div, .rdoList label {
        float: left !important;
        margin-right: 10px;
        margin-left: 5px;
        display: inline-block;
        font-weight: normal;
    }

    .rdoList div, .rdoList input {
        float: left;
        margin-top: 2px;
    }

ul.rdoList {
    list-style-type: none;
    width: 100%;
    float: left;
    margin-left: 0px;
    padding: 0;
    margin-bottom: 8px;
}

    ul.rdoList li {
        float: left;
        padding-right: 15px;
    }

    ul.rdoList.thin li {
        width: 100%;
    }

    ul.rdoList.listbox {
        height: 120px;
        overflow: auto;
    }

        ul.rdoList.listbox li {
            width: 100%;
        }

    ul.rdoList.h100 {
        max-height: 100px;
    }

    ul.rdoList.list-border {
        background-color: #fdfdfd;
        border: 1px solid #ccc;
        border-radius: 2px;
        padding: 5px 10px;
    }

    ul.rdoList.grid3, ul.rdoList.grid4 li {
        overflow: auto;
    }

        ul.rdoList.grid3 li {
            width: 33.3333333333%;
        }

    ul.rdoList.grid4 li {
        width: 25%;
    }

/*Dashboard Shortcuts*/
.shortcuts .btn {
    height: 50px;
    display: table;
    float: left;
    margin-right: 15px;
    width: 105px;
}

    .shortcuts .btn i {
        font-size: 24px;
        padding-right: 5px;
        display: table-cell;
        vertical-align: middle;
    }

    .shortcuts .btn span {
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

.shortcuts .shortcut {
    width: 100px;
    padding: 7px 2px;
    margin: 0 2px 0.5em;
}

    .shortcuts .shortcut .shortcut-icon {
        font-size: 25px;
    }
/*Dashboard Shortcuts*/

.btn-primary-icon {
    color: #fff;
    background-color: #08296c;
    border-color: #08296c;
    padding: 1px 7px;
    border-radius: 2px;
}

.btn-warning-icon {
    color: #fff;
    background-color: #fbb450;
    border-color: #faa937;
    padding: 1px 7px;
    border-radius: 2px;
}

.btn-info-icon {
    color: #fff;
    background-color: #5bc0de;
    border-color: #2aabd2;
    padding: 1px 7px;
    border-radius: 2px;
}

.btn-danger-icon {
    color: #fff;
    background-color: #d9534f;
    border-color: #c9302c;
    padding: 1px 7px;
    border-radius: 2px;
}

.btn-xs {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.btn-success {
    background: #87bb33;
}

.modal-backdrop {
    z-index: 0;
}

.modal-body {
    padding: 0;
}

    .modal-body iframe {
        border-width: 0;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.modal-dialog.modal-lg {
    width: 80%;
    padding: 20px 0 0;
    margin: 0 auto;
}

.modal-dialog .modal-header {
    padding: 10px 20px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#27c4ca), to(#1cabb0));
    background-image: -webkit-linear-gradient(top, #27c4ca, 0%, #1cabb0, 100%);
    background-image: -moz-linear-gradient(top, #27c4ca 0%, #1cabb0 100%);
    background-image: linear-gradient(to bottom, #27c4ca 0%, #1cabb0 100%);
    border-color: #1cabb0;
}

    .modal-dialog .modal-header h3 {
        font-variant: small-caps;
        margin: 0;
        color: #fff;
    }

.modal-header .close {
    margin-top: 10px;
    background: transparent;
}

.form-container {
    background: #fff;
    padding: 40px 10px;
}

.table-edit tr td:last-child {
    padding: 0 5px !important;
    vertical-align: middle;
}

.form-container {
    background: #fff;
    padding: 25px 10px;
}

.block-header {
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 5px 5px;
    position: relative;
}

    .block-header span.title {
        font-size: 12px;
        padding: 0 5px;
        position: absolute;
        background: #fff;
        left: 10px;
        top: -10px;
        color: #2aabd2;
    }

.a {
    color: #31708f !important;
}

.xs-sub-title {
    padding-left: 5px;
    font-weight: normal;
    font-size: 10px;
}

.flight-seg .xs-sub-title {
    display: block;
    line-height: 1;
}

.flight-seg input[type="text"], .flight-seg select, .flight-seg textarea {
    width: 95%;
    padding: 3px 5px !important;
    margin-bottom: 5px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 11px !important;
}

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    /* Clearfix Hack */
    /* Widget Table */
    /* Widget Plain */
    /* Widget Box */
}

    .widget .widget-header {
        position: relative;
        /*height: 40px;
  line-height: 40px;*/
        background: #E9E9E9;
        background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* IE10+ */
        background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
        border: 1px solid #D5D5D5;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-background-clip: padding-box;
    }

        .widget .widget-header h3 {
            top: 0;
            position: relative;
            /*left: 10px;*/
            display: inline-block;
            margin: 0.7em;
            font-size: 14px;
            font-weight: 400;
            color: #555;
            line-height: 18px;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        }

        .widget .widget-header [class^="fa-"],
        .widget .widget-header [class*=" fa-"] {
            display: inline-block;
            margin-top: -3px;
            margin-left: 13px;
            margin-right: -2px;
            font-size: 16px;
            color: #555;
            vertical-align: middle;
        }

    .widget .widget-content {
        padding: 25px 15px 15px;
        background: #FFF;
        border: 1px solid #D5D5D5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .widget .widget-header + .widget-content {
        border-top: none;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget.widget-nopad .widget-content {
        padding: 0;
    }

    .widget .widget-content:before,
    .widget .widget-content:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .widget .widget-content:after {
        clear: both;
    }

    .widget .widget-content:before,
    .widget .widget-content:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .widget .widget-content:after {
        clear: both;
    }

    .widget.widget-table .widget-content {
        padding: 0;
    }

    .widget.widget-table .table {
        margin-bottom: 0;
        border: none;
    }

        .widget.widget-table .table tr td:first-child,
        .widget.widget-table .table tr th:first-child {
            border-left: none;
        }

    .widget.widget-plain {
        background: transparent;
        border: none;
    }

        .widget.widget-plain .widget-content {
            padding: 0;
            background: transparent;
            border: none;
        }

    .widget.widget-box .widget-content {
        background: #E3E3E3;
        background: #FFF;
    }


.incomplete{background: #ff6666!important; color: white;}
tr.incomplete td{ background: #ff6666 !important; color: white; }
.incomplete.p { background: #8ce4ff !important; color: black; }
tr.incomplete.p td { background: #8ce4ff !important; color: black; }

td.green-bg { background-color: #00aa52 !important; color: #fff !important }
.jsgrid tr:not(:checked) td { background: none; }
.jsgrid tr { transform: scale(1); position: relative; }
.jsgrid tr :checked::before { /* add a background (webkit only)*/ content: ' '; position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; background: yellow; opacity: .5; z-index: -1; }
.jsgrid.jsgrid-report .jsgrid-row td, .jsgrid.jsgrid-report .jsgrid-alt-row td { max-width: unset; }