﻿.border-box, .border-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Payterm {
    float: left;
    clear: left;
}
/* #region message modal region */

#messageModalPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-image: url(https://images.cloudcommercepro.com/manager/trans_60.png);*/
    background-color: rgba(0,0,0,0.6);
    visibility: hidden;
    z-index: 100001;
}

#messageModalMessagePanel {
    position: absolute;
    border-radius: 5px;
    background-color: #ebeff0;
    max-width: 1280px;
}

#messageModalText {
    /*position:relative;
    float:left;
    line-height:16px;*/
    font-size: 18px;
    color: #7e8b8c;
    max-height: 400px;
    overflow: auto;
}

    #messageModalText .modal--message,
    #MessageModalText .modal--message {
        padding: 10px;
        display: block;
        text-align: center;
    }

#messageModalButtons {
    position: relative;
    float: left;
    height: 47px;
    margin-top: 5px;
    width: 100%;
}

#editMessageModalButtons {
    position: relative;
    float: right;
    height: 47px;
    margin-top: 5px;
    margin-right: 10px;
}

/* #endregion */



/* #region modal region */
#modalPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    visibility: hidden;
    z-index: 30000;
    /* added the transform below to fix a scrollwheel bug in chrome -  https://bugs.chromium.org/p/chromium/issues/detail?id=797708 */
    transform: translate3d(0, 0, 0);
}

#defaultEditPanelWrapper {
    position: relative;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

#defaultEditPanel {
    position: relative;
    float: left;
}

#defaultEditPanelMid {
    position: relative;
    float: left;
    background-color: #ebeff0;
    color: Gray;
    overflow: hidden;
    border-radius: 5px;
    padding: 30px;
}

#NotesEditPanelMid {
    position: relative;
    float: left;
    height: 0px;
    width: 450px;
    background-image: url('/resources/Images/ModalTrans.png');
}

#DCmodalPanel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 600px;
    /*background-image: url(https://images.cloudcommercepro.com/manager/trans_60.png);*/
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    display: none;
    z-index: 30000;
}

#DCEditPanelWrapper {
    position: relative;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

#DCEditPanel {
    position: relative;
    float: left;
}

#DCEditPanelMid {
    position: relative;
    float: left;
    width: 290px;
    background-color: White;
    /*background-image:url('/resources/Images/ModalTrans.png');*/
}

#modCNTlabel {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 10px 0px 0px 10px;
    width: 140px;
}

.ModalLabel {
    position: relative;
    float: left;
    margin: 10px 0px 0px 10px;
    width: 140px;
    /**/
}

.ModalMaint, .ModalMaint120 {
    position: relative;
    float: left;
    margin: 5px 0px 5px 5px;
    font-size: 16px;
    width: 180px;
    height: 20px;
}

.ModalMaint120 {
    margin: 0px 0px 0px 5px;
    width: 120px;
}

.ModalSTD {
    position: relative;
    float: left;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    width: 70px;
}

.ModalTelNo {
    position: relative;
    float: left;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    width: 180px;
}

#ModTitle {
    position: relative;
    float: left;
    height: auto;
    width: auto;
    margin-bottom: 10px;
}

.DCLinkCol1 {
    position: relative;
    float: left;
    margin: 0px;
    width: 270px;
}

.DCLinkCol2 {
    position: relative;
    float: left;
    margin: 0px;
    width: 300px;
}

#ModOrderItem, .ModOrderItem, .ModOrderHdr {
    position: relative;
    float: left;
    margin: 0px;
    font-size: 14px;
    width: 580px;
}

.ModOrderItem, .ModOrderHdr {
    border: 1px solid Black;
}

.ModOrderHdr {
    background-color: Black;
}

#editMessagePanel {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    z-index: 10;
}

#editMessagePanelText {
    position: relative;
    float: left;
    line-height: 16px;
    font-size: 14px;
    color: #999999;
    margin: 5px;
}
/* #endregion */

/* #region modal2 region */
#modalPanel2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-image: url(https://images.cloudcommercepro.com/manager/trans_80.png);*/
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    visibility: hidden;
    z-index: 30000;
    border-radius: 5px;
}

#defaultEditPanel2Wrapper {
    position: relative;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

#defaultEditPanel2 {
    position: relative;
    float: left;
}

#defaultEditPanel2Mid {
    position: relative;
    float: left;
    background-color: #ebeff0;
    color: Gray;
    overflow: hidden;
    border-radius: 5px;
}

/* #endregion */

/* #region modal3 region */
#modalPanel3 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-image: url(https://images.cloudcommercepro.com/manager/trans_80.png);*/
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    visibility: hidden;
    z-index: 40000;
    border-radius: 5px;
}

#defaultEditPanel3Wrapper {
    position: relative;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

#defaultEditPanel3 {
    position: relative;
    float: left;
}

#defaultEditPanel3Mid {
    position: relative;
    float: left;
    background-color: #ebeff0;
    color: Gray;
    overflow: hidden;
    border-radius: 5px;
}

/* #endregion */

/* #region additional modals region */
.additional--modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background-image: url(https://images.cloudcommercepro.com/manager/trans_80.png);*/
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    visibility: hidden;
    z-index: 40000;
    border-radius: 5px;
}

    .additional--modal .wrapper {
        position: relative;
        width: 0px;
        height: 0px;
        overflow: hidden;
    }

    .additional--modal .editpanel {
        position: relative;
        float: left;
        width: 100%;
    }

    .additional--modal .mid {
        position: relative;
        float: left;
        background-color: #ebeff0;
        color: Gray;
        overflow: hidden;
    }

/* #endregion */


#addTowatchlistReasonInput {
    position: relative;
    float: left;
    width: 600px;
    padding: 5px;
    margin: 5px;
    overflow: auto;
    resize: vertical;
}


.ModalDropDownPanel {
    padding: 5px;
}


.roundButton60,
.roundbutton60,
.RoundButton60 {
    position: relative;
    float: right;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    border: 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0px 0px 10px;
}

.roundButton140 {
    position: relative;
    float: right;
    width: 140px;
    height: 35px;
    background-color: #5cacdf;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    border: 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0px 0px 10px;
}

    .roundButton140:hover {
        background-color: #33485d;
    }

.roundButtonlarge {
    margin-left: 10px;
    width: 135px;
    height: 40px;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    position: relative;
    cursor: pointer;
    border: 0;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
}

    .roundButtonlarge:hover {
        background-color: #33485d;
    }




/* #region Black Modal */

.blackBorderPanel {
    position: relative;
    float: left;
    border: 0;
    border-radius: 5px;
    background-color: #ebeff0;
}

.blackInnerPanel {
    position: relative;
    float: left;
    margin: 10px 20px 10px 20px;
    overflow: auto;
}

.blackItemsWrapperPanel {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
}

.blackItemsInnerPanel {
    position: relative;
    float: left;
    width: 100%;
}

.blackItemsPanelSmall {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    min-height: 20px;
}

.blackItemsPanel {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.blackItemsPanel--checkbox-row {
    display: flex;
}

    .blackItemsPanel--checkbox-row label {
        flex-grow: 1;
        margin-right: 10px;
    }

    .blackItemsPanel--checkbox-row input[type="checkbox"] {
        width: 25px !important;
        height: 25px;
        margin: 0;
        flex-shrink: 0;
    }

.blackItemsPanel2 {
    position: relative;
    float: left;
    width: 100%;
}

.blackItemsPanel3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.blackItemsPanelAuto {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    overflow: auto;
}

.blackItemsPanelB {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.blackItemsPanelBB {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.blackTitleText {
    position: relative;
    color: #7e8b8c;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    width: 300px;
    float: left;
}

.blackTitleTextB {
    position: relative;
    color: #3bbab0;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto Slab', serif;
}

.blackGreyLabelFull {
    position: relative;
    color: #999999;
    font-size: 13px;
    line-height: 26px;
}

.blackRemoveLink {
    position: relative;
    float: right;
    color: #999999;
    font-size: 12px;
    line-height: 26px;
    margin-right: 20px;
    cursor: pointer;
    visibility: hidden;
}

    .blackRemoveLink:hover {
        color: #3bbab0;
    }

.blackGreyLabel {
    position: relative;
    float: left;
    width: 200px;
    color: #7e8b8c;
    font-size: 18px;
    line-height: 26px;
}

#passwordCriteria
{
    margin-left: 50px;
    width: 250px;
}

.blackGreyAuto {
    position: relative;
    float: left;
    color: #7e8b8c;
    font-size: 18px;
    line-height: 30px;
}

.blackGreyLabel14 {
    position: relative;
    float: left;
    width: 100px;
    color: #999999;
    font-size: 14px;
    line-height: 26px;
}

.blackGreyLabel16 {
    position: relative;
    float: left;
    width: 100px;
    color: #999999;
    font-size: 16px;
    line-height: 26px;
}

.blackModalCloseButton {
    position: relative;
    float: right;
    margin: 10px 0px 10px 10px;
    width: 50px;
    height: 25px;
    color: White;
    border: 0;
    background: url('/resources/Images/ButtonOff.png');
    background-repeat: no-repeat;
    color: #999999;
}

    .blackModalCloseButton:hover {
        background-color: #d8dcde;
    }

.blackInputDDOption:hover {
    background-color: red;
}

.blackInputDD {
    position: relative;
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 5px;
    border: 0;
    border-radius: 5px;
    width: 245px;
}

    .blackInputDD.small {
        font-size: 0.88em;
        width: 100%;
        margin: 0.5em 0;
        height: auto;
        padding: 0.33em;
    }

.mgn-1 {
    margin: 1em;
}

.mgn-v-1 {
    margin: 1em 0;
}

.mgn-h-1 {
    margin: 0 1em;
}

option.hover, option:hover {
}

.blackInputDD > option:hover {
    color: black;
}

.blackInputSmall {
    position: relative;
    float: left;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
    padding: 18px 0px 18px 5px;
    border: 0;
    border-radius: 5px;
    width: 225px;
}

.blackInput {
    position: relative;
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 26px;
    text-indent: 5px;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0;
    width: 245px;
    margin-left: 5px;
}

input[type="checkbox"].blackInput {
    width: auto;
}

.blackInput50.chk {
    width: 30px;
    margin: 0;
}

.blackInput30Centre {
    position: relative;
    float: left;
    height: 30px;
    font-size: 18px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: 0;
    width: 245px;
    margin-left: 5px;
}

.blackInput50 {
    position: relative;
    float: left;
    height: 28px;
    font-size: 18px;
    line-height: 26px;
    text-indent: 5px;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 50px;
}

.blackInput50Centre {
    position: relative;
    float: left;
    height: 28px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 50px;
}

.blackInput100Centre {
    height: 28px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 100%;
    max-width: 100px;
    margin: 5px 0;
}

#metrics-panel .ui-icon-triangle-1-n,
#metrics-panel .ui-icon-triangle-1-s {
    font-size: 10px;
    border: grey 1px solid;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px 0 5px;
}

.whiteItemsPanel {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
}

.whiteItemsPanel {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
}

.whiteItemsPanel {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 5px 0px 0px 0px;
}

.blackInput25 {
    position: relative;
    float: left;
    height: 25px;
    font-size: 18px;
    line-height: 26px;
    text-indent: 5px;
    border: 0;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 25px;
}

.blackTextArea {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.blackTextAreaB {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

.blackDropDownPanel {
    position: relative;
    float: left;
    height: 20px;
    width: 150px;
    margin-left: 10px;
}

.blackCheckBoxOff {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: url('https://image.cloudcommercepro.com/manager/add_link_off.png');
    cursor: pointer;
}

.blackCheckBoxOn {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: url('https://image.cloudcommercepro.com/manager/add_link_on.png');
    cursor: pointer;
}

/* #endregion */

/* #region main region */
body {
    background-color: #000000;
    margin: 0;
    border: 0;
    padding: 0;
}

hr {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#Container {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

    #Container.responsive-980 {
        width: 100%;
        max-width: 1020px; /* 980px width and 20px padding either side makes 1020 */
        padding: 0 20px;
        background: none;
        box-sizing: border-box;
    }

        #Container.responsive-980 #HeaderLogoBrandSelect {
            left: 0;
        }

#footer {
    position: relative;
    width: 980px;
    clear: both;
}

/* #endregion */
.indent {
    text-indent: 10px;
}

.strong {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.blue {
    color: #26A9FF;
}

.white {
    color: #FFFFFF;
}

.DarkGrey {
    color: #7e8b8c;
}

.Red {
    color: #bf382a;
}

.grey {
    color: #929497;
}

.black {
    color: #000000;
}


.Green {
    color: #008000;
}

.Turquois {
    color: rgb(110, 250, 240);
}

.nodecor {
    text-decoration: none;
}

.underline {
    border-bottom: 1px solid #929497;
}

.font8 {
    font-size: 8px;
}

.font14 {
    font-size: 14px;
}

.font24 {
    font-size: 24px;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.txtright {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.button {
    position: relative;
    float: left;
    margin: 20px 0px 0px 5px;
    width: 74px;
    height: 30px;
}

#EmpMessage {
    position: relative;
    float: left;
    margin: 5px;
    color: Red;
    width: 770px;
    height: 10px;
}

.Emplabel {
    position: relative;
    float: left;
    margin: 10px 0px 0px 10px;
    width: 140px;
}

.EmpMaint {
    position: relative;
    float: left;
    margin: 10px 0px 0px 10px;
    font-size: 16px;
    width: 200px;
}

#selectPanel {
    position: absolute;
    top: 170px;
    left: 280px;
    width: 424px;
    height: 0px;
    background: url('/resources/Images/Login/select_panel.png');
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.imageButton {
    position: relative;
    float: left;
    filter: alpha(opacity=75);
    opacity: 0.7;
}

    .imageButton:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
    }

.selectButton {
    position: relative;
    float: left;
    width: 182px;
    height: 80px;
    margin: 40px 15px 0px 15px;
    cursor: pointer;
}

.selectText {
    position: relative;
    float: left;
    width: 182px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.Print {
    width: 600px;
    height: 100%;
    display: table;
}




/* #region image modal region */

#cnImageViewerPanel {
    position: relative;
    height: 0px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #bcc2c6;
    background-color: #ebeff0;
    border-radius: 5px;
}

#cnImageViewerImage {
    position: relative;
    float: left;
}

#cnImageViewerTitle {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    color: black;
    margin: 10px 0 10px 0;
}

#cnImageViewerDesc {
    position: relative;
    float: left;
    color: #4F4F4F;
    font-size: 14px;
}

/* #endregion */


#btnDownload {
    position: relative;
    float: right;
    width: 110px;
    height: 35px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    border: 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 10px 0px 0px 10px;
}



.radioOff, .WebShopOff {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    background: url('/Images/Default/radio_off.png');
}


.radioOn, .WebShopOn {
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    background: url('/Images/Default/radio_on.png');
}


#FormMessage {
    position: absolute;
    width: 100px;
    top: 0px;
    left: 0px;
    height: 20px;
    color: #c0c0c0;
}

/* #region Pop Up Notify region */

.ui-notify {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
}

.ui-notify-message {
    padding: 5px;
    margin-bottom: 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .ui-notify-message h1 {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .ui-notify-message p {
        margin: 3px 0;
        padding: 0;
        line-height: 18px;
        text-align: center;
    }

    .ui-notify-message:last-child {
        margin-bottom: 0;
    }

.ui-notify-message-style {
    background: #66C266;
    background: rgba(102,194,102,0.8);
    -moz-box-shadow: 0 0 6px #66C266;
    -webkit-box-shadow: 0 0 6px #66C266;
    box-shadow: 0 0 6px #66C266;
}

    .ui-notify-message-style h1 {
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .ui-notify-message-style p {
        color: #fff;
    }

.ui-notify-close {
    display: none;
    color: #fff;
    text-decoration: underline;
}

.ui-notify-click {
    cursor: pointer;
}

.ui-notify-cross {
    margin-top: -4px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    padding: 2px;
    background-image: url(https://images.cloudcommercepro.com/CSS.png);
    width: 125px;
    height: 38px;
    background-size: 125px;
    position: absolute;
}

.ui-notify-message-style.ui-error-style {
    background: #d63535;
    background: rgba(214,53,53,0.8);
    -moz-box-shadow: 0 0 6px #d63535;
    -webkit-box-shadow: 0 0 6px #d63535;
    box-shadow: 0 0 6px #d63535;
}

.ui-notify-message-style.ui-warning-style {
    background: #ceb42f;
    background: rgba(206,180,47,0.8);
    -moz-box-shadow: 0 0 6px #ceb42f;
    -webkit-box-shadow: 0 0 6px #ceb42f;
    box-shadow: 0 0 6px #ceb42f;
}

.ui-notify-cross:hover {
    color: #ffffab;
}

.ui-notify-cross:active {
    position: relative;
    top: 1px;
}

/* #endregion */


/* #region Loading Spinner */

.floatingBarsG {
    position: relative;
    width: 26px;
    height: 32px;
}

.blockG {
    position: absolute;
    background-color: #FFFFFF;
    width: 4px;
    height: 10px;
    -moz-border-radius: 4px 4px 0 0;
    -moz-transform: scale(0.4);
    -moz-animation-name: fadeG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -webkit-border-radius: 4px 4px 0 0;
    -webkit-transform: scale(0.4);
    -webkit-animation-name: fadeG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -ms-border-radius: 4px 4px 0 0;
    -ms-transform: scale(0.4);
    -ms-animation-name: fadeG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -o-border-radius: 4px 4px 0 0;
    -o-transform: scale(0.4);
    -o-animation-name: fadeG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    border-radius: 4px 4px 0 0;
    transform: scale(0.4);
    animation-name: fadeG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

.rotateG_01 {
    left: 0;
    top: 12px;
    -moz-animation-delay: 0.39s;
    -moz-transform: rotate(-90deg);
    -webkit-animation-delay: 0.39s;
    -webkit-transform: rotate(-90deg);
    -ms-animation-delay: 0.39s;
    -ms-transform: rotate(-90deg);
    -o-animation-delay: 0.39s;
    -o-transform: rotate(-90deg);
    animation-delay: 0.39s;
    transform: rotate(-90deg);
}

.rotateG_02 {
    left: 3px;
    top: 4px;
    -moz-animation-delay: 0.52s;
    -moz-transform: rotate(-45deg);
    -webkit-animation-delay: 0.52s;
    -webkit-transform: rotate(-45deg);
    -ms-animation-delay: 0.52s;
    -ms-transform: rotate(-45deg);
    -o-animation-delay: 0.52s;
    -o-transform: rotate(-45deg);
    animation-delay: 0.52s;
    transform: rotate(-45deg);
}

.rotateG_03 {
    left: 11px;
    top: 1px;
    -moz-animation-delay: 0.65s;
    -moz-transform: rotate(0deg);
    -webkit-animation-delay: 0.65s;
    -webkit-transform: rotate(0deg);
    -ms-animation-delay: 0.65s;
    -ms-transform: rotate(0deg);
    -o-animation-delay: 0.65s;
    -o-transform: rotate(0deg);
    animation-delay: 0.65s;
    transform: rotate(0deg);
}

.rotateG_04 {
    right: 3px;
    top: 4px;
    -moz-animation-delay: 0.78s;
    -moz-transform: rotate(45deg);
    -webkit-animation-delay: 0.78s;
    -webkit-transform: rotate(45deg);
    -ms-animation-delay: 0.78s;
    -ms-transform: rotate(45deg);
    -o-animation-delay: 0.78s;
    -o-transform: rotate(45deg);
    animation-delay: 0.78s;
    transform: rotate(45deg);
}

.rotateG_05 {
    right: 0;
    top: 12px;
    -moz-animation-delay: 0.9099999999999999s;
    -moz-transform: rotate(90deg);
    -webkit-animation-delay: 0.9099999999999999s;
    -webkit-transform: rotate(90deg);
    -ms-animation-delay: 0.9099999999999999s;
    -ms-transform: rotate(90deg);
    -o-animation-delay: 0.9099999999999999s;
    -o-transform: rotate(90deg);
    animation-delay: 0.9099999999999999s;
    transform: rotate(90deg);
}

.rotateG_06 {
    right: 3px;
    bottom: 3px;
    -moz-animation-delay: 1.04s;
    -moz-transform: rotate(135deg);
    -webkit-animation-delay: 1.04s;
    -webkit-transform: rotate(135deg);
    -ms-animation-delay: 1.04s;
    -ms-transform: rotate(135deg);
    -o-animation-delay: 1.04s;
    -o-transform: rotate(135deg);
    animation-delay: 1.04s;
    transform: rotate(135deg);
}

.rotateG_07 {
    bottom: 0;
    left: 11px;
    -moz-animation-delay: 1.1700000000000001s;
    -moz-transform: rotate(180deg);
    -webkit-animation-delay: 1.1700000000000001s;
    -webkit-transform: rotate(180deg);
    -ms-animation-delay: 1.1700000000000001s;
    -ms-transform: rotate(180deg);
    -o-animation-delay: 1.1700000000000001s;
    -o-transform: rotate(180deg);
    animation-delay: 1.1700000000000001s;
    transform: rotate(180deg);
}

.rotateG_08 {
    left: 3px;
    bottom: 3px;
    -moz-animation-delay: 1.3s;
    -moz-transform: rotate(-135deg);
    -webkit-animation-delay: 1.3s;
    -webkit-transform: rotate(-135deg);
    -ms-animation-delay: 1.3s;
    -ms-transform: rotate(-135deg);
    -o-animation-delay: 1.3s;
    -o-transform: rotate(-135deg);
    animation-delay: 1.3s;
    transform: rotate(-135deg);
}

@-moz-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

@keyframes fadeG {
    0% {
        background-color: #000000;
    }

    100% {
        background-color: #FFFFFF;
    }
}

.ui-helper-hidden-accessible {
    display: none;
    position: absolute !important;
}

.xsmall {
    font-size: smaller;
}

.orderdispatch #defaultEditPanelMid {
    padding: 10px 20px;
}

.orderdispatch .action--modal .products {
    max-height: none;
}

#defaultEditPanelWrapper .modal--close.inabit {
    top: 0;
    right: 0;
    font-size: 1.5em;
}

.fullHeightModal #defaultEditPanelMid, .hangingModal #defaultEditPanelMid {
    box-sizing: border-box;
}

#has_recent_order #existingInTransfers {
    margin-top: 10px;
}

    #has_recent_order #existingInTransfers * {
        text-align: left;
        font-size: 14px;
        font-weight: normal;
    }

    #has_recent_order #existingInTransfers th, #has_recent_order #existingInTransfers td {
        padding: 0 15px 0 0
    }

.select-wrangler select {
    width: 100%;
    border-radius: 5px;
    color: #000;
}

#IncludeProductInShipment {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 37px;
}

    #IncludeProductInShipment input[type="checkbox"] {
        margin: 0 5px 0 0;
        height: 20px;
        width: 20px;
        flex-shrink: 0;
    }

    #IncludeProductInShipment label {
        flex-shrink: 0;
    }

#viewProductsOrderShipment {
    width: 88%;
    text-align: left;
}

.productitem {
    display: none;
}

.wrap-viewProducts {
    margin-left: 25px;
    margin-top: 13px;
}

#MultipleImportSteps {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 37px;
}

    #MultipleImportSteps input[type="checkbox"] {
        margin: 0 5px 0 0;
        height: 20px;
        width: 20px;
        flex-shrink: 0;
    }

    #MultipleImportSteps label {
        flex-shrink: 0;
    }

.ui-tooltip {
    z-index: 1000000;
}
