/* Minification failed. Returning unminified contents.
(435,65): run-time error CSS1054: JavaScript error in expression property: Variable 'cellSpacing' has not been declared: cellSpacing
 */
.clsPrivacy .ui-widget-header {
    background-image: none !important;
    background-color: #001285 !important;
    color: white !important;
    font-family: 'Segoe UI'!important;
    font-size: 15pt !important;
    font-weight: normal !important;
}

@media screen and (-ms-high-contrast: active) {
    
    .btnLCAPrev {       
         background-image: url('/Images/Prev.png');
    }

    .btnLCANext {
        background-image: url('/Images/Next.png');
    }       
}


a.skip-main {
            position: absolute;
            left: -1000px;      
            width: 1px;
            height: 1px;
            text-align: left;
            overflow: hidden;
        }
   a.skip-main:focus, a.skip-main:active
        {
        position: absolute;
        left: 0;            
        width: auto;
        height: auto;
        overflow: visible;
        background-color: #FF3;
        border: 1px dotted #000;
        margin-left:250px;           
       }


.clsPrivacy .ui-dialog-content {
    font-family: 'Segoe UI'!important;
}

.clsPrivacy .ui-dialog-titlebar-close {
    top: 33%;
    width: 35px;
    height: 0px;
    text-decoration: none;
}

.clsPrivacy .ui-icon-closethick {
    background-position: 0px 0px;
}

.clsPrivacy .ui-icon {
    background-size: 30px;
    background-image: url('/Images/Close.png');
    width: 40px;
    height: 40px;
}

.clsPrivacy .ui-dialog-titlebar-close:hover {
    background-color: #001285 !important;
    color: #001285 !important;
    text-decoration-color: #001285 !important;
}

table.reviewDestination {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: none;
}

    table.reviewDestination td {
        border-bottom: solid 1px;
        border-bottom-color: #cccccc;
        padding-bottom: 3px;
        padding-top: 3px;
    }

        table.reviewDestination td.firstRow {
            width: 40%;
            padding-left: 20px;
        }

.reviewNonHeaderDiv {
    padding-left: 20px;
    padding-top: 5px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/Content/loadingSpin.gif') 50% 50% no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }


.field-validation-error {
    color: red;
    font-weight: bold;
}

/*Highlight input backgroud in yellow with border*/
.highlight-label {
    border: 1px solid #FFCC66;
    padding: 3px;
    background-color: #FFFF99;
    font-weight: bold;
    font-size: medium;
}

.btnLCANext {
    color: #001285 !important;
    float: right;
    margin-right: -2px !important;
    padding: 6px 25px 5px 0px !important;
    background-image: url('/Images/Next.PNG') !important;
    background: no-repeat;
    background-position: right;
    width: 80px !important;
    height: 33px;
    font-family: "Segoe UI" !important;
    font-size: 11pt !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

.btnLCAPrev {
    width: 100px !important;
    height: 33px;
    color: #001285 !important;
    padding-left: 35px !important;
    background-image: url('/Images/Prev.PNG') !important;
    background: no-repeat;
    background-position: Left;
    float: left;
    font-family: "Segoe UI" !important;
    font-size: 11pt !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}


/* Gradient blue Table Design*/
.gradient-style {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    .gradient-style th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe repeat-x;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    .gradient-style td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid #fff;
        background: #e8edff repeat-x;
    }

    .gradient-style tfoot tr td {
        background: #e8edff;
        font-size: 12px;
        color: #99c;
    }

    .gradient-style tbody tr:hover td {
        color: #339;
    }
/* END gradient blue Table Design*/


/*Main body content*/
.content-wrapper {
    margin: 0 auto;
    max-width: 876px;
}

footer {
    clear: both;
    font-size: .8em;
    padding-bottom: 30em;
    padding-top: 5em;
}

body {
    background-color: #fff;
    /*border-top: solid 10px #000;*/
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI"; /*, Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    /*padding-top: 15px;*/
}

/*Show link AS blue and underline*/
.lnkStyle {
    text-decoration: none;
    color: #0061A8 !important;
}


a:link, a:visited,
a:active, a:hover {
    color: #333;
}

fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}

/*Floats Element to left*/
.float-left {
    float: left;
}

/*Floats Element to right*/
.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* CUSTOM INPUTS*/
.WizardIntakeDropDown {
    border: 1px solid #ABADB3;
    font-family: "Segoe UI";
    font-size: 11pt;
    height: 31px;
    width: 252px;
}

.destDiv .WizardIntakeDropDown {
    /*border: 1px solid #ABADB3;
    font-family: "Segoe UI";
    font-size: 11pt;
    height: 31px;*/
    width: 247px;
}
/*Remove round corners*/
.newDest h3, .newDest .destDiv {
    border-radius: 0px 0px !important;
}

input[type="submit"], input[type="button"], button {
    background-color: #616161;
    /*border: 1px solid #787878;*/
    border: none;
    cursor: pointer;
    font-family: "Segoe UI";
    font-size: 11pt;
    font-weight: normal;
    margin-right: 8px;
    padding: 5px 20px;
    width: auto;
    color: white;
}

    button:hover {
        background: #797879;
    }

    input[type="button"] input[type="submit"][disabled="disabled"],
    input[type="button"][disabled="disabled"],
    button[disabled="disabled"], button:disabled {
        background-color: #eaeaea;
        border: none;
        color: #212121;
        cursor: not-allowed;
    }

        button:disabled:hover {
            background-color: none;
        }

.qq-upload-button {
    /*background: none repeat scroll 0 0 #D3DCE0 !important;*/
    background-color: #616161 !important;
    border: none !important;
    color: white!important;
    padding: 5px 20px !important;
    font-family: "Segoe UI" !important;
    font-size: 11pt !important;
    /*font-weight: 600 !important;*/
}

    .qq-upload-button:hover {
        background: #797879 !important;
    }

/*JQUERY FILE UPLOAD VERSION - BEGIN CHANGES*/
/*.fileinput-button input {
    background-color: #616161 !important;
    border: none !important;
    color: #ffffff !important;
    padding: 5px 20px !important;
    font-family: "Segoe UI" !important;
    font-size: 11pt !important;
    transform: none !important;
}

.FileUploadText {
    background-color: #616161 !important;
    margin-top:15px;
    padding: 5px 20px;
    color: white;
    width:70px;
}*/
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #616161;
    background-repeat: repeat-x;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 11pt;
    font-family: "Segoe UI";
    line-height: 20px;
    margin-bottom: 5px;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
}

    .btn:hover, .btn:focus {
        background-color: #797879;
        background-position: 0 -15px;
        color: white;
        text-decoration: none;
    }

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }
/*JQUERY FILE UPLOAD VERSION - END CHANGES*/


/* Base Input and table Layouts */
.base-input {
    display: block;
    padding: 5px;
    border: 1px solid #808080;
    color: #333;
    transition: all 0.3s ease-out;
    min-width: 250px;
}

    .base-input:hover {
        border: 1px solid #37a3cc;
    }

    .base-input:focus {
        outline: none;
        border-color: #696868;
    }

table.baseTable td {
    padding-right: 5px;
}

table.baseTable th {
    text-align: left;
}

table.baseTable {
    border-collapse: separate;
    border-spacing: 5px;
    *border-collapse: expression('separate', cellSpacing = '5px');
}

/* menu */
nav {
    margin-bottom: 5px;
}

ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul#menu {
    /*font-size: 1.3em;*/
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}


    ul#menu li {
        display: inline;
        list-style: none;
        padding-right: 15px;
    }

        ul#menu li a {
            background: none;
            color: #fff;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: rgb(206, 206, 206);
                text-decoration: none;
            }

/*Blue Big Button*/
.blueButton {
    background-color: #00188F !important;
    color: white !important;
    font-family: 'Segoe UI light';
    font-size: 18pt;
    height: 63px;
    margin-bottom: 42px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    width: 260px;
}
/*Login buttons*/
.loginBlueButton {
    background-color: #00188F !important;
    color: white !important;
    font-family: 'Segoe UI light';
    font-size: 13pt;
    font-weight: normal;
    height: 50px;
    margin-bottom: 30px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    margin-right: 35px;
}

/*Green Button*/
.greenButton {
    background-color: #026F2D !important;
    color: white !important;
    font-family: 'Segoe UI';
    font-size: 13pt;
    height: 45px;
    margin-bottom: 42px;
    padding: 11px 50px 11px 10px;
    text-align: center;
    text-decoration: none;
    width: 260px;
    background-image: url('/images/Submit Button Right Arrow.png');
    background-repeat: no-repeat;
    /*background-position-x: 95%;
    background-position-y: center;*/
    background-position: 95% center;
    background-size: 31px;
    background-color: rgb(255, 255, 255);   

}

/*27001	Text exists within header tags should be on each page -  Begin*/

.requestPrcsingHeader {
    color: #026F2D;
    font-size: 16pt;
    font-family: 'Segoe UI Light';
}
/*27001	Text exists within header tags should be on each page -  End*/


.tdAlternateColor {
    background-color: #e1e1e1;
}
/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* logout
----------------------------------------------------------*/
#logoutForm {
    display: inline;
}

/* Top Message DIV ----------------------------------------------------------*/
#commonMessage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    color: #000;
    background: #c8c8c8;
    border-bottom: 1px solid #ddd;
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
    display: none; /* LEAVE THIS IN*/
}
/* END Top Message DIV ----------------------------------------------------------*/

/*REVIEW SECTION*/
.reviewdiv {
    margin-top: -19px;
    padding-left: 39%;
    padding-bottom: 5px;
}

.reviewHeaderBold {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13.6px;
}

.reviewHeader {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size : 13.6px;
    background-color: rgb(246, 246, 246);
}
.reviewItemManageAccount {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 500px;
}
.reviewdivManageAccount {
    margin-top: -19px;
    padding-left: 34%;
    padding-bottom: 5px;
}
.reviewItem {
    padding-top: 5px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-width: 1px;
}
/*CORNER REVIEW SECTION*/
/*new by larry*/
.reviewdiv_passport {
    margin-top: -19px;
    padding-left: 5%;
    padding-bottom: 5px;
}
.reviewItem_passport {
    padding-top: 5px;
    padding-left: 20px;
   
}
.reviewdiv2_passport {
    margin-top: -19px;
    padding-left: 79%;
    padding-bottom: 5px;
}
/*CORNER AJAX SPINNER*/
#updateProgress {
    background-color: #CF4342;
    color: #FFFFFF;
    display: none;
    padding-right: 2px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}

    #updateProgress img {
        margin: 2px;
        vertical-align: middle;
    }
/* END CORNER AJAX SPINNER*/



.imgBtn1 {
    /*width: 170px;*/
    height: 47px;
    /*margin-top: -54px;*/
    /*z-index: 10;*/
    padding-left: 14px;
    padding-top: 3px;
}

.imgBtn2 {
    z-index: 10;
    width: 170px;
    height: 47px;
    margin-top: -49px;
    margin-left: 200px;
    padding-top: 3px;
    padding-left: 10px;
}

.imgBtn3 {
    z-index: 10;
    width: 170px;
    height: 45px;
    margin-top: -47px;
    z-index: 10;
    margin-left: 400px;
    padding-left: 10px;
    padding-top: 2px;
}

.imgBtn4 {
    z-index: 10;
    width: 193px;
    height: 44px;
    margin-top: -47px;
    z-index: 10;
    margin-left: 600px;
    padding-left: 10px;
    padding-top: 2px;
}

.btnColor {
    background-color: #616161;
    color: white;
}

.tblDataTable th {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background-color: #00188f;
    border-top: 2px solid #d3ddff;
    border-bottom: 1px solid #fff;
    color: white;
    text-align: left;
}

.tblDataTable th, table.tblDataTable td {
    padding: 0px 10px 3px 10px; /* 'cellpadding' equivalent */
    height: 25px;
}

.tblDataTable {
    width: 100%;
    text-align: left;
    border-collapse: separate;
}
/**Collapse expand image style*****/
.defaultIcon {
    background-image: url(/images/expand_icon.png) !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -10px !important;
}

.selectedIcon {
    background-image: url(/images/collapse_icon.png) !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: -10px !important;
}
/*Over ride font for accordian*/
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Segoe UI' !important;
}

.ui-state-active {
    background: none !important;
    background-color: #e1e1e1 !important;
}

.cluetip .ui-state-default {
    background-color: none;
}

.dropdown {
    color: #555;
    /*margin: 3px -22px 0 0;*/
    width: 143px;
    position: relative;
    height: 17px;
    text-align: left;
}

.submenu {
    background: #fff;
    position: absolute;
    top: -12px;
    /*left: -20px;*/
    z-index: 100;
    width: 100%;
    display: none;
    margin-left: 10px;
    padding: 51px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.dropdown li a {
    color: #555555;
    display: block;
    font-family: arial;
    font-weight: bold;
    padding: 6px 15px;
    cursor: pointer;
    text-decoration: none;
}

.dropdown li a:hover {
    background: #155FB0;
    color: #FFFFFF;
    text-decoration: none;
}

a.accountLink {
    /*font-size: 11px;*/
    line-height: 16px;
    /*color: #555;*/
    position: absolute;
    z-index: 110;
    /*display: block;*/
    padding: 11px 0 0 20px;
    /*height: 28px;
    width: 121px;
    margin: -11px 0 0 -10px;*/
    text-decoration: none;
    /*background: url(icons/arrow.png) 116px 17px no-repeat;*/
    cursor: pointer;
}

.root {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    padding: 11px 0 0 0px;
    border-top: 1px solid #dedede;
}
