﻿.contentHeader {
    position: relative;
    background: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-variant: small-caps;
    /*border: 1px solid #00588A;*/
    font-size: 90%;
    color: white;
    width: 100%;
    height: 35px;
    text-indent: 10px;
    line-height: 20px;
    font-weight: 100;
    text-indent: 10px;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
}

.verticalCenterContentHeader {
    transform: translateY(30%);
}


.contentMenu {
    /*border: 1px solid silver;*/
    position: relative;
    width: 100%;
    height: 25px;
    /*margin-right: auto;
    margin-left: auto;*/
    background: silver;
}

.contentBody {
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    /*border: 1px solid silver;*/
    width: 100%;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background: white;
    /*min-height: 100%;
    height: 100%;
    height: auto !important;       
    top: 10px;
    padding: 0;    
    outline: 0;
    overflow: hidden;*/
}

.XXXdatasheet_container {
    clear: both;
    margin-top: 0px;
    /*margin-bottom: 10px;*/
    background-color: white;
    padding: 10px;
}


.textsearchbox {
    background: #FFF url(/images/search.png) no-repeat 3px 1px;
    border-radius: 5px;
    /*height: 14px;*/
    width: 200px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    padding-left: 25px;
    /*margin-top: 7px;*/
    resize: vertical;
}

/*****************************************************************************************************
Form CSS Starts here.
******************************************************************************************************/
form label.required {
    font-weight: bold;
    vertical-align: middle;
}

form div.disabled_input input {
    background: #d3e5ef;
}

form div.error {
    /*display: none;*/
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    font-weight: bold;
    margin-left: 10.3em;
    color: #b30000;
    margin-bottom: 5px;
}

form div#accordion {
    list-style: none;
}

form div#accordion {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
}

form div#confirmation {
    display: none;
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 120%;
    color: #006600;
    text-align: center;
}

form div#confirmation_error {
    display: block;
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 120%;
    color: #b30000;
    text-align: center;
}


form span.required {
    font-weight: bold;
    font-size: 1.5em;
    color: #b30000;
    vertical-align: top;
    transform: translateY(-1px); /*controls the height of the asterick */
}

/*form label {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    float: left;
    width: 9em;
    text-align: right;
    color: #3c3c3c;
    transform: translateY(5px); //controls the height of the asterick
}*/


/*Used to handle the height of the Country Combobox*/
form div#Country {
    height: auto;
}

div#loading {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    z-index: 30;
}

div#form_loading {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    z-index: 30;
}

.textbox2 {
    background: #FFF url(/images/search.png) no-repeat 4px 4px;
    border: 1px solid #999;
    outline: 0;
    padding-left: 25px;
    height: 25px;
    width: 275px;
}


#login {
    width: 300px;
    position: absolute;
    right: 0px;
    top: 20px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    overflow: hidden;
    z-index: 100;
}

#open {
    margin: 0;
    cursor: pointer;
    color: #00588A;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    padding: 2px 20px;
    margin: 0px 2px;
}

#login .close {
    background-color: rgb(110,138,195);
}

#open:hover {
    text-decoration: underline;
    color: silver;
}

#login form {
    padding: 10px 10px 10px 10px;
    display: none;
    background-color: silver;
}

#login label {
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    display: inline-block;
    width: 100px;
    text-align: right;
    margin: 0 15px 0 0;
    color: white;
    font-weight: 700;
}

#login input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
}

#login #button {
    margin-left: 50px;
}



.form_box_header {
    position: relative;
    background-color: #00588A;
    font-family: Arial, Verdana, sans-serif;
    font-variant: small-caps;
    border: 1px solid #00588A;
    font-size: 90%;
    color: white;
    width: 100%;
    top: 10px;
    text-indent: 10px;
    line-height: 20px;
    font-weight: 100;
    text-indent: 10px;
    vertical-align: middle;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    outline: 0;
}

.form_box_body {
    font-family: Arial, Verdana, sans-serif;
    position: relative;
    border: 1px solid silver;
    width: 100%;
    top: 10px;
    padding: 0;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    outline: 0;
    height: 100%;
    overflow: hidden;
}

    .form_box_body p {
        font-size: 90%;
        color: #3c3c3c;
    }

.form_box_body_left {
    position: relative;
    float: left;
    width: 48%;
    margin-top: 25px;
    margin-left: 1%;
}

.form_box_body_right {
    position: relative;
    float: right;
    width: 48%;
    margin-top: 25px;
    margin-right: 1%;
}

.form_toolbar {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 7px;
    /*border: 1px solid silver;*/
    background-color: silver;
    min-height: 25px;
}

.form_toolbar_button_left {
    position: absolute;
    left: -13px;
    margin: 3px;
    height: 17px;
}

.form_toolbar_button_right {
    position: absolute;
    right: 0px;
    margin: 3px;
}

.form_fieldset_left {
    position: relative;
    float: left;
    width: 48%;
    margin-top: 25px;
    margin-left: 1%;
    margin-bottom: 1%;
}

.form_fieldset_right {
    position: relative;
    float: right;
    width: 48%;
    margin-top: 25px;
    margin-right: 1%;
    margin-bottom: 1%;
}

.form_fieldset_full {
    position: relative;
    float: left;
    width: 98%;
    /*    margin-top: 25px;*/
    margin-top: 1%;
    margin-left: 1%;
}

.form_fieldset_navigation_footer {
    width: 100%;
    font-family: Arial, Verdana, sans-serif;
    color: #3c3c3c;
}

.form_full {
    position: relative;
    float: left;
    width: 98%;
    /*    margin-top: 25px;*/
    margin-top: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    border: 1px solid silver;
}

.form_lookup {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0;
    /*border: 1px solid silver;*/
    background-color: silver;
    height: 25px;
}

label {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    float: left;
    width: 9em;
    text-align: right;
    color: #3c3c3c;
}

input {
    margin-left: 1em;
    margin-bottom: .5em;
    /*height: 17px;*/
}

select {
    margin-left: 1em;
    margin-bottom: .5em;
}

textarea {
    margin-left: 1em;
    margin-bottom: .5em;
}

button {
    margin-left: 1em;
    margin-bottom: .5em;
}

.button {
    font-family: Arial, Verdana, sans-serif;
    background-color: #dbd8d8;
    cursor: pointer;
    height: 25px;
}

    .button:hover {
        background-color: black;
        color: white;
    }

disabled_button {
    margin-left: 1em;
    margin-bottom: .5em;
}

.disabled_button {
    font-family: Arial, Verdana, sans-serif;
    background-color: #dbd8d8;
    cursor: pointer;
    height: 25px;
}

    .disabled_button:hover {
        background-color: #dbd8d8;
        cursor: wait;
        color: gray;
    }

fieldset {
    position: relative;

    border: 1px solid silver;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px 0px;

    background: white;
   
}

legend {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    color: white;
    background-color: #00588A;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;

    position: absolute;
    top: -25px;
        
    left: -1px;
    height: auto;

}

.form_menu_body {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    height: 100%;
    height: auto !important;
}

.form_nav {
    background-color: silver;
    margin: 0;
    padding: 0;
    position: relative;
    /*border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;*/
    width: 100%;
    clear: both;
    float: left;
    /*border-bottom: 1px solid #00588A;*/ /* black line below menu */
    font-family: Arial, Verdana, sans-serif; /* Menu font */
    font-size: 90%; /* Menu text size */
    z-index: 20; /* This makes the dropdown menus appear above the page content below */
}

    .form_nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /*float: right;*/
        position: relative;
        /*right: 50%;*/
    }



        .form_nav ul li, .form_nav ul li a {
            float: left;
            position: relative;
            /*left: 50%;*/
            cursor: pointer;
            display: block;
            width: 100px;
            /*background-color: silver;*/
            color: #3c3c3c;
            font-family: Arial, Verdana, sans-serif;
            font-size: 90%;
            text-decoration: none;
            text-align: center;
            padding-top: 0;
            padding-right: 3px;
            padding-bottom: 0;
            padding-left: 3px;
            margin: 0;
            line-height: 25px;
            /*border-bottom: 1px solid silver;*/
        }

            .form_nav ul li input {
                float: right;
                position: absolute;
                top: 1px;
                height: 15px;
            }


            .form_nav ul li a:before {
                /*content: "\25ba";
                padding-right: 3px;*/
            }

            .form_nav ul li a:hover:before {
                /* May use this later
                content: "\25ba";
                padding-right: 3px;*/
            }

            .form_nav ul li + li {
                border-left: 1px solid #dbd8d8;
                box-shadow: -2px 0 2px -2px rgba(0,0,0,0.4);
            }

            .form_nav ul li img, .form_nav ul li a img {
                width: 20px;
                height: 20px;
                vertical-align: middle;
                padding-right: 3px;
                position: relative;
                top: 5%;
                transform: translateY(-5%);
            }


            /* .form_nav ul li.active, .form_nav ul li.active a {
                color: white;
                background-color: #00588A;
                border-bottom: 1px solid #00588A;
            }*/

            .form_nav ul li.active input {
                color: white;
                background-color: silver;
                border-bottom: 1px solid silver;
            }

            .form_nav ul li:hover, .form_nav ul li a:hover {
                background-color: #00588A;
                color: white;
                /*border-bottom: 1px solid #00588A;*/
            }

                /*.form_nav ul li input:hover {
                background-color: white; 
                color: black;
            }*/

                .form_nav ul li:hover a,
                .form_nav ul li.hover a,
                .form_nav ul li.hover,
                .form_nav ul li.hover { /* This line is required for IE 6 and below */
                    background: #00588A; /* Top menu items background colour */
                    color: white;
                    border-bottom: 1px solid #00588A;
                }

        /* Submenu items */
        .form_nav ul ul {
            display: none; /* Sub menus are hiden by default */
            position: absolute;
            top: auto;
            left: 0;
            /*right: auto; */ /*resets the right:50% on the parent ul */
            width: 10em; /* width of the drop-down menus */
        }

            .form_nav ul ul li {
                /*left: auto;*/ /*resets the left:50% on the parent li */
                margin: 0; /* Reset the 1px margin from the top menu */
                clear: left;
                width: 100%;
                background: silver;
            }

                .form_nav ul ul li a, .form_nav ul ul li,
                .form_nav ul li.active li a,
                .form_nav ul li:hover ul li a,
                .form_nav ul li.hover ul li a { /* This line is required for IE 6 and below */
                    font-family: Arial, Verdana, sans-serif;
                    font-size: 95%;
                    font-weight: normal; /* resets the bold set for the top level menu items */
                    background: silver;
                    color: #000;
                    line-height: 1.8em; /* overwrite line-height value from top menu */
                    border-bottom: 1px solid #ddd; /* sub menu item horizontal lines */
                    width: 15em;
                    text-align: left;
                    padding-left: 25px;
                }

                    .form_nav ul ul li a:hover,
                    .form_nav ul li.active ul li a:hover,
                    .form_nav ul li:hover ul li a:hover,
                    .form_nav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
                        background: #000; /* Sub menu items background colour */
                        color: #fff;
                    }

            /* Flip the last submenu so it stays within the page */
            .form_nav ul ul.last {
                left: auto; /* reset left:0; value */
                right: 0; /* Set right value instead */
            }

        /* Make the sub menus appear on hover */
        .form_nav ul li:hover ul,
        .form_nav ul li.hover ul { /* This line is required for IE 6 and below */
            display: block; /* Show the sub menus */
        }


.message_dialog.ui-dialog {
    border: 1.5px solid black;
    font-family: Arial, Verdana, sans-serif;
    padding: 0;
}

.message_dialog .ui-dialog-titlebar {
    border: 1px solid black;
    background: black;
    border-radius: 0px;
}

.message_dialog .ui-dialog-title {
    font-size: 90%;
    color: white;
}

.message_dialog .ui-dialog-content {
    font-size: 80%;
    color: #3c3c3c;
}

.error_dialog.ui-dialog {
    border: 1.5px solid #b30000;
    font-family: Arial, Verdana, sans-serif;
    padding: 0;
}

.error_dialog .ui-dialog-titlebar {
    border: 1px solid #b30000;
    background: #b30000;
    border-radius: 0px;
}

.error_dialog .ui-dialog-title {
    font-size: 90%;
    color: white;
}

.error_dialog .ui-dialog-content {
    font-size: 80%;
    color: #3c3c3c;
}

.warning_dialog.ui-dialog {
    border: 1.5px solid #f2bd03;
    font-family: Arial, Verdana, sans-serif;
    padding: 0;
}

.warning_dialog .ui-dialog-titlebar {
    border: 1px solid #f2bd03;
    background: #f2bd03;
    border-radius: 0px;
}

.warning_dialog .ui-dialog-title {
    font-size: 90%;
    color: #3c3c3c;
}

.warning_dialog .ui-dialog-content {
    font-size: 80%;
    color: #3c3c3c;
}

.form_dialog.ui-dialog {
    border: 1px solid black;
    font-family: Arial, Verdana, sans-serif;
    padding: 0;
    overflow: visible;
}

.form_dialog .ui-dialog-titlebar {
    border: 1px solid black;
    background: black;
    border-radius: 0px;
}

.form_dialog .ui-dialog-title {
    font-size: 90%;
    color: white;
}

.form_dialog .ui-dialog-content {
    font-size: 80%;
    color: #3c3c3c;
    padding: 0;
    overflow: visible;
}


.dialog_fieldset_left {
    position: relative;
    float: left;
    width: 48%;
    margin-top: 25px;
    margin-left: 1%;
    margin-bottom: 1%;
}

.dialog_fieldset_right {
    position: relative;
    float: right;
    width: 48%;
    margin-top: 25px;
    margin-right: 1%;
    margin-bottom: 1%;
}

.dialog_fieldset_full {
    position: relative;
    float: left;
    width: 98%;
    /*    margin-top: 25px;*/
    margin-top: 1%;
    margin-left: 1%;
}


.field_error_on {
    display: block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 80%;
    margin-left: 9.7em;
}

.field_error_off {
    display: none;
}


.custom-combobox {
    position: relative;
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .3em;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 2px 2px;
}

.trackTraceText {
    font-family: Arial, Verdana, sans-serif;
    font-size: 65%;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #00588A;
    text-align: left;
    width: 80%;
}

/*******************************************************
* Filter Form Settings
********************************************************/
.filterForm {
    font-family: Arial, Verdana, sans-serif;
    font-size: .8em;
    color: White;
    width: 100%;
    background-color: #000;
}

.filterField {
    display: inline-block;
    margin-left: 10px;
}

#shipmentFilter,
#manifestFilter {
    background-color: #000000;
    color: #ffffff;
    display: none;
    position: relative;
    width: 100%;
    height: 59px;
}


#manifestPackageFilter {
    background-color: #000000;
    color: #ffffff;
    display: none;
    position: relative;
    width: 100%;
    height: 29px;
}

#shipmentFilter div,
#manifestFilter div,
#manifestPackageFilter {
    padding-top: 6px;
}

/*#origin
{
    display: inline-block;
    width: 210px;
    font-size: .8em;
    margin-top: 15px;
    margin-left: 10px;
}

#destin
{
    display: inline-block;
    width: 175px;
    font-size: .8em;
}

#status
{
    display: inline-block;
    width: 160px;
    font-size: .8em;    
}

#dateRange
{
    display: inline-block;
    width: 290px;
    font-size: .8em;    
}*/



/*******************************************************
* Manifest Detail Form
********************************************************/
#manifest_detail_navigation_footer {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#manifestdetail,
#manifest_shipfromto {
    height: 270px;
    overflow-y: auto;
}

#manifest_transportation {
    height: 280px;
    padding-top: 0;
    overflow-y: auto;
}

#manifest_event {    
    height: 240px;
    padding: 0;
    overflow-y: auto;
}

#manifest_package {
    height: 223px;
    padding: 0px;
    overflow-y: auto;
}

#manifest_consol {
    height: 223px;
    padding: 0px;
    overflow-y: auto;
}

/*#manifest_package {
    position: relative;
    float: left;
    width: 65%;
    margin-top: 30px;
    margin-left: 1%;
}*/

/*#manifest_package fieldset {
    background-color: #d3e5ef;
    height: 215px;
    padding: 0px;
    overflow-y: auto;
}*/

/*#manifest_event {
    position: relative;
    float: left;
    width: 32%;
    margin-top: 30px;
    margin-left: 1%;
}*/

/*#manifest_event fieldset {
    background-color: #d3e5ef;
    height: 240px;
    padding: 0px;
    overflow-y: auto;
}*/


/*#manifest_info {
    position: relative;
    width: 32%;
    margin-top: 30px;
    margin-left: 1%;
    background-color: #fff;
}*/

    /*#manifest_info fieldset {
        position: relative;
        height: 270px;
        padding-right: 2%;
        overflow-y: auto;
    }*/


/*#manifest_transportation {
    position: relative;
    float: left;
    width: 32%;
    margin-top: 30px;
    margin-left: 1%;
    background-color: #fff;
}*/

    
    /*#manifest_shipfromto fieldset {
        height: 270px;
        padding-right: 2%;
        overflow-y: auto;
    }*/

    /*#manifest_transportation fieldset {
        height: 280px;
        padding-top: 0;
        overflow-y: auto;
    }*/

#manifestpackagedetail {
    width: 750px;
}

#manifestpackagedetailnavigation {
    margin-left: 2px;
    margin-right: 2px;
}



#shipFromAddress,
#shipToAddress,
#brokerAddress {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    margin-left: 10em;
}

hr.shipFieldSeparator {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 102%;
}

#form_manifest_detail select {
    min-width: 30%;
    max-width: 60%;
}

#manifestPackageSearch {
    font-family: Arial, Verdana, sans-serif;
    font-size: 90%;
    color: #00588A;
    vertical-align: middle;
    position: absolute;
    top: -20px;
    right: 0;
}

.quickSearchText {
    font-family: Arial, Verdana, sans-serif;
    padding-left: 20px;
    padding-right: 10px;
    background: url('/images/search.png') no-repeat left;
    background-size: 15px 15px;
}

    .quickSearchText:hover {
        cursor: pointer;
    }

.import_data_icon {
    /*padding-left: 20px;
    padding-right: 10px;
    background: url('/images/search.png') no-repeat left;
    background-size: 15px 15px;    */
    width: 16px;
    height: 16px;
    background-image: url('/images/ui-icons_00588A_256x240.png');
    background-position: -64px -112px;
}

/*******************************************************
* Dialog Forms
********************************************************/
.dialogFieldSetFull {
    float: left;
    width: 98%;
    margin-top: 33px;
    margin-left: 1%;
    margin-right: 1%;
    /*background-color: #fff;*/
}

.dialogFieldSetFloat {
    float: left;
    width: auto;
    margin-top: 33px;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fff;
}

#dialogNavigationFooter {
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
