
.form-field .ace-icon, .field .ace-icon {
    left: auto;
    right: 10px;
    position: absolute;
    color: #909090;
    font-size: 16px;
    top: 20px;
}

    .form-field .ace-icon.fa-lock, .field .ace-icon.fa-envelope {
        top: 10px;
    }

.divhide {
    display: none;
}

.field {
    position: relative;
}

.stacked {
    position: inherit;
}

.login-layout {
    padding-top: 15px;
}

.login-fields input {
    width: 97%;
}

.login-footer {
    color: #999;
    margin-top: 10px;
}

.login-title {
    font-size: 16px;
}

.login-layout .aces {
    margin-right: 5px;
    float: left;
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: 400;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    min-width: 16px;
    position: relative;
    top: -1px;
}

.lbl-remember {
    float: left;
    margin: 0;
}

.login-layout form {
    margin: 0 !important;
}

.login-box .toolbar {
    padding: 10px 0;
}

.header.yellow {
    border-bottom-color: #ffb752;
}

.yellow {
    color: #ffb752;
}

.red {
    color: #A80000;
}

.green{
    color:#009900;
}

.inline {
    margin-top: 6px;
}

.navbar .nav > li > a {
    text-shadow: none;
}

.page-header {
    margin: 0 20px 12px 24px;
}

.dropdown-menu {
    min-width: 150px;
    left: 0;
    margin: 0;
}

    .dropdown-menu.dropdown-caret:after {
        border-bottom: 6px solid #FFF;
        -moz-border-bottom-colors: #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        right: 6px;
        left: auto;
        position: absolute;
        top: -6px;
    }

    .dropdown-menu.dropdown-caret:before {
        border-bottom: 7px solid rgba(0,0,0,.2);
        -moz-border-bottom-colors: rgba(0,0,0,.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        right: 5px;
        left: auto;
        position: absolute;
        top: -7px;
    }

.user-menu > li > a > .ace-icon {
    margin-right: 6px;
    font-size: 120%;
}

.widget-box {
    min-height: 76px;
}

.navbar-buttons {
    margin-right: 10px;
}

.label.arrowed {
    margin-right: 10px;
}

.login-container h1 {
    color: #428bca;
    margin: 0;
}

.login-header {
    background-color: #5090C1;
    padding: 10px 0;
}

.login-footer .login-container { /*background-color:#eee; border:4px solid #597597;*/
    padding: 5px 0;
    background-color: #394557;
}

.dropdown-toggle small {
    float: left;
}

.dropdown-toggle .fa {
    position: static;
    top: 30%;
    font-size: 25px;
}

.ace-nav > li {
    line-height: 100%;
}

.ace-nav #userNamespan {
    float: left;
    margin-top: 5px;
    line-height: 120%;
}

.ace-nav .dropdown {
    min-width: 150px;
}

.dropdown-toggle .fa.fa-user {
    position: relative;
    top: 9px;
    margin-right: 10px;
}

/*------------------------------------------------------------------

[Grid Override]

####################################################################
####################################################################
####################################################################
-------------------------------------------------------------------*/

.freeze-color {
    background-color: #EFF4F7 !important;
}

.frozen-bdiv {
    background-color: #EFF4F7 !important;
}



/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
    margin: 1em 0 0;
}

    .news-items li {
        display: table;
        padding: 0 2em 0 1.5em;
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: 1px dotted #CCC;
    }

        .news-items li:last-child {
            padding-bottom: 0;
            border: none;
        }

.news-item-date {
    display: table-cell;
    width: 75px;
    vertical-align: middle;
    text-align: right;
    padding-left: 10px;
}

.news-item-detail {
    display: table-cell;
    width: 100%;
}

.news-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #0088cc;
}

.news-item-day {
    display: block;
    margin-bottom: .25em;
    font-size: 24px;
    color: #888;
}

.news-item-preview {
    margin-bottom: 0;
    color: #777;
    display: table-cell;
    word-break: break-all;
}

.news-item-month {
    display: block;
    padding-right: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}

/*------------------------------------------------------------------

[Form Field Validation]

####################################################################
####################################################################
####################################################################
-------------------------------------------------------------------*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    width: 249px !important;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.required-field {
    background-color: #DFFFDF !important;
}

.submitrequired-field {
    background-color: #C4E1FF;
}

.required-select {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #DFFFDF), color-stop(0.5, #DFFFDF)) !important;
    background-image: -webkit-linear-gradient(center bottom, #DFFFDF 0%, white 50%) !important;
    background-image: -moz-linear-gradient(center bottom, #DFFFDF 0%, white 50%) !important;
    background-image: -o-linear-gradient(bottom, #DFFFDF 0%, #DFFFDF 50%) !important;
    background-image: -ms-linear-gradient(top, #DFFFDF 0%, #DFFFDF 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#DFFFDF', endColorstr = '#DFFFDF', GradientType = 0) !important;
    background-image: linear-gradient(top, #DFFFDF 0%, #DFFFDF 50%) !important;
}

.submitrequired-select {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C4E1FF), color-stop(0.5, #C4E1FF)) !important;
    background-image: -webkit-linear-gradient(center bottom, #C4E1FF 0%, white 50%) !important;
    background-image: -moz-linear-gradient(center bottom, #C4E1FF 0%, white 50%) !important;
    background-image: -o-linear-gradient(bottom, #C4E1FF 0%, #C4E1FF 50%) !important;
    background-image: -ms-linear-gradient(top, #C4E1FF 0%, #C4E1FF 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#C4E1FF', endColorstr = '#C4E1FF', GradientType = 0) !important;
    background-image: linear-gradient(top, #C4E1FF 0%, #C4E1FF 50%) !important;
}

/*-------------------Form Elemenst-----------------------------------------------*/


.form-inline .col-md-1 {
    width: 95px;
}

.form-inline .col-md-2 {
    width: 191px;
}

.form-inline .col-md-3 {
    width: 276px;
}

.form-inline .col-md-4 {
    width: 381px;
}

.form-inline .col-md-5 {
    width: 477px;
}

.form-inline .col-md-6 {
    width: 572px;
}

.form-inline .col-md-7 {
    width: 668px;
}

.form-inline .col-md-8 {
    width: 763px;
}

.form-inline .col-md-9 {
    width: 858px;
}

.form-inline .col-md-10 {
    width: 953px;
}

.form-inline .col-md-11 {
    width: 1049px;
}

.form-inline .col-md-12 {
    width: 1144px;
}
.form-inline .block-form {
    width: 100%;
}

#divManifestForm .col-md-3, #divManifestForm .col-lg-3{
    width:25%;
}

#divManifestForm .col-md-6.col-lg-6{
    width:50%;
}

.input-control{
    width:100%;
}

.input-control .controls input, .input-control .controls .special-dropdown, .input-control .controls .select2-choice, .input-control .controls textarea {
    width:100% !important;
}

.modal {
    width: auto;
    border-radius: 0px;
}

.header-format {
    background-clip: padding-box;
    color: #fff;
    background-color: #307ecc;
    border-color: #222;
    padding: 10px 15px;
    font-size: medium;
}

.controls input,
.controls textarea,
.controls .uneditable-input {
    width: 247px;
}

.form-group {
    margin-bottom: 5px !important;
}


/*-------------------Form Elemenst-----------------------------------------------*/

.control-space {
    margin-bottom: 15px;
    margin-top: 15px;
}

.clear20 {
    height: 20px;
    clear: both;
}

.clear10 {
    height: 10px;
    clear: both;
}

/*------------------------------------------------------------------

[File Upload Control]

####################################################################
####################################################################
####################################################################
-------------------------------------------------------------------*/

.input-group #UploadedFile {
    width: 214px !important;
}

.controls img {
    width: 212px !important;
}


.add-on {
    padding: 6px 5px 7px 8px !important;
}

.fileuploadbtns {
    margin-top: 5px;
    overflow: hidden;
}

    .fileuploadbtns > .btn {
        border-radius: 0px;
    }

    .fileuploadbtns #btnUpload {
        float: left;
    }

    .fileuploadbtns #btnRemove {
        float: right;
    }

/*------------------------------------------------------------------*/ }

.blockUI.blockMsg {
    background: none !important;
    border: none !important;
}

.NotesHeight {
    height: 140px !important;
}

.blockUI {
    background: none !important;
    border: none !important;
}


.ui-search-input select {
    height: 26px;
}

.form-group .controls select {
    height: 32px;
    width: 246px;
}



textarea.cust_txtarea2 {
    height: 95px;
    resize: none;
}

textarea.cust_txtarea {
    height: 80px;
    resize: none;
}

/*=============Grid PageNo Box Issue=================*/
.ui-jqgrid .ui-pg-input {
    width: 34px;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 13px !important;
    text-align: center;
}

/*=============Column Chooser Issue==================*/
.columnChooser {
    z-index: 6000 !important;
}

/*======================IE Grid Coulmn Header Vertical bar remove=====================*/
.ui-jqgrid .ui-jqgrid-htable {
    -ms-overflow-y: hidden;
}

.ui-jqdialog {
    z-index: 2050 !important;
}

.multismall {
    width: 212px !important;
}

.crpdnceWidth {
    height: 93px !important;
}

/*.onoffswitch {
    position: relative;
    width: 145px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Current";
        padding-left: 9px;
        background-color: #87b87f !important;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Resigned";
        padding-right: 6px;
        background-color: #d15b47 !important;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 60px;
    margin: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 75px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: linear-gradient(rgba(0,0,0,.2), transparent);
    box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset, 0 0 .5em rgba(0,0,0,.3);
    color: white;
    text-shadow: 0 -1px 1px rgba(0,0,0,.3);
    text-indent: -2.5em;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-icon {
    position:absolute !important;
    right:0px;
    top:2px;
}*/

.whiteSpace{
    margin-top: 120px;
}

.NoteHeight {
    height: 267px !important;
}

.NoteHeightlog {
    resize: vertical !important;
    width: 535px !important;
    min-height: 213px !important;
}

.NoteHeightlogAirline {
    resize: vertical !important;
    width: 535px !important;
    min-height: 197px !important;
}

.NoteHeightlogAirline1 {
    resize: vertical !important;
    width: 535px !important;
    height: 144px !important;
}

.NoteHeightlogManifest {
    resize: vertical !important;
    width: 535px !important;
    height: 155px !important;
}

.NoteHeightlogProduct {
    resize: vertical !important;
    width: 247px !important;
    min-height: 94px !important;
}

.NoteHeightlogProductContainer {
    resize: vertical !important;
    width: 247px !important;
    min-height: 89px !important;
}

.NoteHeightlog123 {
    resize: vertical !important;
    width: 248px !important;
    min-height: 213px !important;
}

.NoteHeight12 {
    height: 120px !important;
}

.formnotes-textarea-resizeable {
    max-width: 245px !important;
    min-height: 212px;
    resize: none;
}

.formnotes-textarea-resizeArea {
    max-width: 245px !important;
    min-height:214px;
    resize: vertical !important;
    overflow-y:hidden !important;
}

.formnotes-textarea-resizeArea-all {
    max-width: 245px !important;
    min-height:209px;
    resize: vertical !important;
    overflow-y:hidden !important;
}

@-moz-document url-prefix() { 
  .formnotes-textarea-resizeArea-all {
    max-width: 245px !important;
    min-height:216px;
    resize: vertical !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .formnotes-textarea-resizeArea-all {
        max-width: 245px !important;
        min-height: 214px;
        resize: vertical !important;
    }
}




.balance-space {
    margin-top: 13px;
}

.formnotes-textarea-resizeable22 {
    max-width: 245px !important;
    min-height: 150px !important;
}

.formnotes-textarea-resizeText {
    max-width: 247px !important;
    min-height: 160px !important;
    resize: vertical !important;
}

.NoteHeightlog1234 {
    resize: vertical !important;
    width: 248px !important;
    min-height: 214px !important;
}

.email-icon {
    float: right;
    position: absolute;
    right: 31px;
    top: 208px;
    font-size: 18px;
}

.textAreaFullWidth {
    width: 800px !important;
    max-width: 800px;
    min-height: 100px;
}

.textAreaCol3 {
    max-width: 247px;
}

.textAreaCol31 {
    max-width: 247px;
    
}
.textAreaAlignCol31 {
    max-width: 247px;
    height:94px;
    
}

.textAreaComments {
    height: 100px;
    
}

.textAreaAlignCol32a {
    max-width: 247px;
    height:170px !important;
    
}
.empty-space {
    margin-top:54px;
}
.textAreaCommentsInvoice {
    height: 34px;
    width: 800px !important;
    max-width: 800px;
}
.NoteShipemnt1234 {
    resize: vertical !important;
    width: 248px !important;
    min-height: 156px !important;
}

.field-setting {
    margin-top: 62px;
}

.widthField {
    width: 524px !important;
}

    .widthField .input-validation-error {
        width: 524px !important;
    }

.rightmargin9 {
    margin-left: 15px;
}

.rightmargin3 {
    margin-left: -30px;
}

.button-space {
    padding-right:20px;
    margin-top:-40px;
}
.NoteHeightlogManifestNotes {
    resize:vertical;
    height:92px;
}

.textAreaMargin{
    margin-left: 30px;
}
@media (min-width:1800px) {
    .grid-panel {
        margin-right: 16px;
    }
}
.delete-button {
    margin-right:3px;
}
@media (max-width:1600px) {
    .btn-primarySmall {
       padding: 4px 4px !important;
       font-size: 12px !important;
    }
    .btn-dangerSmall {
    padding: 4px 6px;
    font-size: 12px;
    }
    .btn-infoSmall {
    padding: 4px 6px;
    font-size: 12px;
    }
}
.field-set {
 margin-bottom : 59px !important;
}

.totalArea {
    width: 450px;
}

.processButton {
    float: left;
}

.processInput {
    float: left;
    margin-left:5px;
}

.textBoxLength {
    width: 200px;
}

.validationProcess {
    color: red;
    margin-bottom: 10px;
    float: right;
    margin-right: 12px;
}
.multiscroll ul.select2-choices {
  overflow-y:scroll;
}
.fp__overlay {
    z-index: 1100 !important;
}