﻿html {
    font-size: 13.5px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    min-height: 900px;
    min-width: 1600px;
}

.basictarifftab {
    height: 500px !important;
}
/*@media screen and (max-width:1600px) {
    html {
        overflow: auto !important;
    }
}

@media screen and (max-height:900) {
    html {
        overflow: auto !important;
    }
}*/


body {
    width: 90% !important;
    margin: auto !important;
}

.mainroutediv {
    width: 100%;
}

.headerText {
    font-size: 2em;
    font-weight: 600;
}


#divSearchPorts {
    width: 60%;
    margin: 0 auto !important;
}

.gridHeader {
    font-weight: 600;
}

.k-grid-header th.k-header {
    text-align: center;
}

.inlinetable, .inlinetable tr, .inlinetable tr td {
    padding: 0px !important;
    border: none !important;
    line-height: 1.2em;
}

.k-grid tr td {
    text-align: left;
    vertical-align: top;
    font-size: 1em;
}

.popuprow {
    height: 20px !important;
}
.boldtable{
    font-weight:600 !important;
}


.leftalign {
    text-align: left;
}

#divSSCountryWnd {
    width: 500px;
    height: 500px;
}


.tdlabel {
    font-weight: 600;
}

span.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg {
    max-width: 238px !important;
}

.navigator:disabled {
    background: white !important;
    color: black !important;
}

a.k-button.k-button-icontext {
    border: none !important;
    min-width: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    color: black !important;
}


span.step {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.uberstep {
    background: #fff !important;
    border: 2px solid #666 !important;
    color: #666 !important;
    text-align: center !important;
    margin: 0 auto !important;
    font-size: 20px !important;
}

.selected {
    background-color: #00cc15 !important;
    color: #fff !important;
}

.tdselected {
    font-weight: 600 !important;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 0.5em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 2px auto;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .accordion:hover {
        background-color: #ccc;
    }

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 0.5em;
    background-color: white;
    display: none;
    overflow: hidden;
    margin: 2px auto;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordionact {
    background-color: #eee;
    color: #444;
    cursor: default;
    padding: 0.5em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 2px auto;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .activeact, .accordionact:hover {
        background-color: #ccc;
        cursor: default;
    }

/* Style the accordion panel. Note: hidden by default */
.panelact {
    background-color: white;
    overflow: hidden;
    margin: 2px auto;
}
/* file upload button */
.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


/* CSS for the Booking Details Accordian  CUSTOM DETAILS */
#voyagePanelBar span.k-link.k-header.k-state-selected, #cargoPanelBar span.k-link.k-header.k-state-selected {
    background-color: white !important;
    color: black !important;
    line-height: 1.5em !important;
    border: none !important;
}

#voyagePanelBar span.k-link.k-header, #cargoPanelBar span.k-link.k-header {
    background-color: white !important;
    color: black !important;
    line-height: 2em !important;
    border: none !important;
}

.k-panelbar-collapse.k-icon, .k-panelbar-expand.k-icon {
    left: 4px !important;
}

#voyagePanelBar li.k-item.k-state-default.k-last, #cargoPanelBar li.k-item.k-state-default.k-last {
    background-color: rgb(235,235,235);
}


@media print {
    #divOrderDetail, #divContactDetail, #divBookingSummary, #divOrderSummary {
        width: 100%;
        display: block;
    }
}

.k-header.k-grid-toolbar {
    padding: 0 !important;
}

.lblcheckbox {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.inputcheckbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

/*Custom Grid Effect*/

.grideffect tr th {
    border-color: #ccc;
    background-color: #f5f5f5;
    border-style: solid;
    border-width: 1px;
    padding: .5em .6em .4em .6em;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.grideffect tr td {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: .5em .6em .4em .6em;
}

.k-grid {
    border: none;
}



.k-footer-template td {
    border: none !important;
}

.bold {
    font-weight: 600;
}

.k-list .k-item {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
/* Stick Header*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 2000;
    z-index: 200;
    background: rgb(235,235,235);
}
/*End */

/*Switch Width */
.km-switch-container {
    background-color: #428bca;
    border-color: #428bca;
}

.km-switch {
    width: 12em !important;
    border: none !important;
    height: 2.35em;
}

.km-switch-background {
    background-position: 0em 3em !important;
    width: 12em;
}

.km-switch-label-on {
    left: -500%;
}

.km-switch-label-on,
.km-switch-label-off {
    white-space: nowrap;
    text-transform: initial;
    vertical-align: middle;
    line-height: 2.35em;
}

.km-switch-label-off {
    left: 2.5625em;
}

.km-switch-label-on {
    right: 1.8em;
}
/* End*/

#ratesGridInput tr:hover {
    background-color: rgb(66,139,202) !important;
    color: white !important;
    cursor: pointer;
}
/* End*/
#ratesGridInput, #cargoDetailGrid, #ratesGrid {
    border: solid !important;
    border-width: 1px !important;
    border-color: #ccc !important;
}
    /*Cargo Detail Grid Footer Template*/
    #cargoDetailGrid .k-footer-template td:nth-child(1) {
        overflow: visible;
        white-space: nowrap;
    }

    #cargoDetailGrid .k-footer-template td:nth-child(1),
    #cargoDetailGrid .k-footer-template td:nth-child(2),
    #cargoDetailGrid .k-footer-template td:nth-child(3) {
        border-width: 0;
    }

    #cargoDetailGrid td:last-child, #cargoDetailGrid th:last-child {
        min-width: 100px;
        width: 100%;
    }
    /*End*/

    /*Grid Button Color and Font*/

    #cargoDetailGrid span.k-icon.k-i-check, #cargoDetailGrid span.k-icon.k-i-edit {
        font-size: 1.5em !important;
        color: green !important;
    }

    #cargoDetailGrid span.k-icon.k-i-cancel, #cargoDetailGrid span.k-icon.k-i-close {
        font-size: 1.5em !important;
        color: red !important;
    }


/*End*/
/* Login */
#loginWnd {
    width: 400px !important;
    height: 670px !important;
}
/*End*/
.navheaderbutton {
    color: #224089;
    text-decoration: none;
    font-size: 1.1em;
    cursor: pointer;
    text-align: left;
    border-bottom: solid;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}

    .navheaderbutton :hover {
        cursor: pointer;
    }

.jconfirm .jconfirm-holder {
    width: 400px;
    margin: auto;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.cameraupload {
    float: left;
    padding: 1px 1px 1px 1px;
    position: relative;
    margin: 0;
}

    .cameraupload img {
        width: 178px !important;
        height: 150px !important;
    }

#menu {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: -webkit-linear-gradient(top,rgb(66,139,202),rgb(66,120,202));
    text-align: left;
    letter-spacing: .5px;
    transition: .2s ease-out;
    font-size: 1em;
}

    #menu :hover {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        background: -webkit-linear-gradient(top,rgb(66,139,202),rgb(66,120,202));
        text-align: left;
        letter-spacing: .5px;
        transition: .2s ease-out;
        font-size: 1em;
    }

.sitefooter {
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top,rgb(66,139,202),rgb(66,120,202));
    padding: 10px 15px;
    font-size: 12px;
    font-family: "FranklinGothicMediumCondRegular", Helvetica, Arial, sans-serif;
    clear: both;
    text-align: center;
    font-weight: 600;
}


div.k-grid-header {
    padding-right: 17px !important;
}

.orderhistorylink {
    padding: 5px;
    height: 1em;
}

.orderhistoryapproved {
    text-decoration: underline;
    font-weight: 600;
    color: #224089;
}

#orderhistorycargoGrid div.k-grid-footer {
    display: none !important;
}

button.k-rpanel-toggle {
    margin: 1em;
    background-color: transparent;
    border: none;
}

    button.k-rpanel-toggle i {
        font: 1.8em/1 WebComponentsIcons;
    }


/* Fancy Grid 1 Moving towards better utliization of UI*/
.fancyGrid1HeaderCol {
    height: 100% !important;
    vertical-align: middle !important;
    border-radius: 0px !important;
    text-align: center;
    font-size: 1.2em !important;
    font-weight: 600 !important;
    border: none !important;
}

.fancyGrid1 > .k-grid .k-widget .k-display-block {
    border: none !important;
}

.fancyGrid1 td {
    border: none !important;
    border-radius: 5px;
}

.fancyGrid1 .k-grid-content {
    overflow-y: auto;
}

div.fancyGrid1 {
    border: none;
}

.fancyGrid1 .k-grid-content {
    min-height: 100px;
    max-height: 400px;
}

.fancyGrid1 .k-header {
    background-color: white;
    border: none !important;
}

.fancyGrid1 tr:hover, .fancyGrid1RowTemplate :hover, .fancyGrid1RowTemplate tr:hover, .fancyGrid1RowTemplate td:hover, .fancyGrid1RowTemplate div:hover {
    background-color: rgb(66,139,202);
    color: white;
    cursor: pointer;
}

.fancyGrid1Header:hover {
    background-color: rgb(235,235,235) !important;
    color: black !important;
    cursor: default !important;
}

.fancyGrid1rowspan {
    font-size: 1em;
    font-weight: 600;
}

.fancyGrid1rowspanbig {
    font-size: 1.3em;
    font-weight: 600;
}

.fancyGrid1rowspansmall {
    font-size: 0.8em;
    font-weight: 600;
}

#divprEquipreviewGrid .k-grid-header {
    padding: 0px !important;
    min-height: 0px !important;
}

div#divprEquipreviewGrid {
    padding: 0px !important;
}

#divohEquipreviewGrid .k-grid-header {
    padding: 0px !important;
    min-height: 0px !important;
}

div#divohEquipreviewGrid {
    padding: 0px !important;
}

/*-------------------------------Cards---------------------------------- */

#divOpRequestDetail {
    margin: 0;
    padding: 20px;
    width: 100%;
    vertical-align: top;
}

/* WIDGETS */
.widget {
    margin: 0 0 20px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    cursor: default;
    display: inline-table;
}

    .widget:hover {
        background-color: #fcfcfc;
        border-color: #cccccc;
    }

    .widget h3 {
        padding: 10px;
        text-transform: uppercase;
        border-bottom: 1px solid #e7e7e7;
    }

        .widget h3 span {
            float: right;
        }

            .widget h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7;
                border-radius: 20px;
            }

.prequipmentarea {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 200px;
    width: 45%;
    display: inline-table;
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: default !important;
}

    .prequipmentarea > .list-item {
        cursor: pointer !important;
        background-color: rgb(66,139,202);
    }

.ohequipmentarea {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 200px;
    width: 45%;
    display: inline-table;
    border: 1px solid #dddddd;
    border-radius: 4px;
    cursor: default !important;
}

    .ohequipmentarea > .list-item {
        cursor: pointer !important;
        background-color: rgb(66,139,202);
    }

.cargoarea {
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.mafiarea {
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-top: 10px;
}



.list-item {
    list-style-type: none;
    width: 98%;
    margin: 5px;
    line-height: 30px;
    text-align: center;
    background-color: orange;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    cursor: move;
}


.list-header {
    text-align: left;
    background-color: rgb(66,120,202) !important;
    cursor: pointer;
}

.cargoarea .list-item {
    background-color: orangered;
    color: #ffffff;
    font-weight: 600;
}

#placeholder.list-item {
    background-color: #ffffff;
    color: #777;
}

.mafi60 .list-item {
    background-color: green;
    color: #ffffff;
    font-weight: 600;
}

.mafi40 .list-item {
    background-color: green;
    color: #ffffff;
    font-weight: 600;
}


.noticetext {
    font-size: 0.75em;
    font-weight: 600;
}

.noticeredtext {
    color: orangered;
}
