﻿#lockedConfig {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 250px;
    height: 40px;
    background-color: #666;
    z-index: 20000;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.25) 0px 2px 8px;
    font-size: 14px;
    color: #ddd;
    font-weight: bold;
    padding: 14px 4px 4px 60px;
    display: none;
}

#lockedConfig .link {
    font-size: 10px;
    cursor: pointer;
}

    #lockedConfig .link:hover {
        text-decoration: underline;
    }

#lockedConfig .bg {
    position: absolute;
    background-image: url(../img/lock.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 6px;
    opacity: 0.7;
}

#homeBtn {
    width: 40px;
    margin-left: 8px;
    cursor: pointer;
    border: 0;
    background-repeat: no-repeat;
    background-position-x: 12px;
    z-index: 1000;
}



.loginMsg {
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
}

#strErrorMsg {
    max-height: 250px;
    overflow-y: scroll;
}


#screenNote {
    position: absolute;
    bottom: 0;
    width: 250px;
    margin: 20px;
    color: #aaa;
    font-style: italic;
}


.esolve {
    display: inline;
    margin-left: 8px;
}

.esolve:hover {
    text-decoration: underline;
    cursor: pointer;
}


.noBorder {
    border: 0;
}

.imgAbsMiddle {
    align: absmiddle;
}


.imgInLine {
    vertical-align: middle;
    display: inline-block;
}

.movexDPMail {
    margin-left: 200px;
    margin-top: 250px;
    line-height: normal;
}

    .movexDPMail #txtDPMail {
        /*width: 660px;*/
        width: 450px;
        height: 50px;
    }




.tblErpResult {
    line-height: 16px;
    margin-bottom: 10px;
}

    .tblErpResult td {
        padding-right: 10px;
    }

        .tblErpResult td:nth-child(2) {
            font-weight: bold;
            color: #006fbf;
        }

        .tblErpResult td:nth-child(3) {
            padding-left: 30px;
        }

        .tblErpResult td:nth-child(4) {
            font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
            text-align: right;
            font-weight: bold;
            color: #006fbf;
        }



.tblMovex tbody tr:hover {
    background: #ffffa0 !important;
}


.tblMovex td:nth-child(1), .tblMovex th:nth-child(1) {
    min-width: 300px;
    max-width: 300px;
    /*  text-overflow: ellipsis;
    white-space: nowrap;*/
    overflow: hidden;
    text-align: left;
}

.tblMovex td:nth-child(2), .tblMovex th:nth-child(2) {
    min-width: 180px;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
}

.tblMovex td:nth-child(3), .tblMovex th:nth-child(3) {
    min-width: 50px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(4), .tblMovex th:nth-child(4) {
    min-width: 120px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(5), .tblMovex th:nth-child(5) {
    min-width: 120px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(6), .tblMovex th:nth-child(6) {
    min-width: 70px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(7), .tblMovex th:nth-child(7) {
    min-width: 70px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(8), .tblMovex th:nth-child(8) {
    min-width: 70px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(9), .tblMovex th:nth-child(9) {
    min-width: 55px;
    overflow: hidden;
    text-align: right;
}

.tblMovex td:nth-child(10), .tblMovex th:nth-child(10) {
    min-width: 70px;
    overflow: hidden;
    text-align: right;
}


.tblMovex thead {
    display: block;
    table-layout: fixed;
    background-color: #eee;
    font-weight: bold;
}

.tblMovex tbody {
    max-height: 310px;
    overflow-y: auto;
    display: block;
    table-layout: fixed;
}


.tblMovex {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgba( 0,0,0,0.25 );
    padding: 0px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    line-height: 20px;
    cursor: pointer;
}






.fixedFontGrid {
    font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace;
    font-size: 12px;
}




.bigErrorMsg {
    font-family: "Open Sans Light";
    font-size: 18px;
    color: #ff0000;
    text-align: center;
    width: 100%;
}

.adjright {
    text-align: right;
}

.pbProgressWindow {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    left: 40%;
    line-height: 20px;
    padding: 4px;
    position: fixed;
    text-align: center;
    top: 30%;
    width: 20%;
    z-index: 10000;
}

    .pbProgressWindow #pbInfo {
        font-weight: normal;
        font-style: italic;
    }


.pbProgress {
    position: absolute;
    height: 16px;
    padding: 1px;
    border: 1px solid #ddd;
    overflow: hidden;
    left: 6px;
    right: 6px;
    bottom: 6px;
}

.pbStep {
    height: 16px;
    width: 0px;
    background-color: #aaa;
}


#strDlgFRContent {
    /*	height: 400px;
	overflow-y: scroll;*/
}

.fileresult {
    width: 100%;
    overflow-y: scroll;
    cursor: default;
    border-spacing: 0px;
    display: block;
    height: 350px;
    overflow-y: scroll;
}

    .fileresult tbody {
        padding-top: 20px;
    }

    .fileresult thead {
        position: fixed;
        width: 100%;
    }

    .fileresult td:nth-child(3) {
        background-color: #ffe;
    }

    .fileresult tr:hover td {
        background-color: #ddf;
        padding: 4px 0px 4px 0px;
    }



    .fileresult th {
        width: 250px;
        background-color: #eee;
    }


    .fileresult td {
        width: 250px;
        vertical-align: top;
        border-top: 1px solid #eee;
        padding: 0;
        padding: 4px 0px 4px 0px;
        line-height: 20px;
    }

    .fileresult .subTitle td {
        width: 250px;
        vertical-align: top;
        border-bottom: 2px solid #000;
        padding: 0;
        padding: 10px 0px 4px 0px;
        line-height: 20px;
        font-weight: bold;
    }

    .fileresult img {
        vertical-align: middle;
    }

    .fileresult .info {
        font-size: 0.8em;
        color: #888;
        line-height: 12px;
    }

.erpNote {
    font-size: 0.8em;
    font-style: italic;
    color: #888;
}

.sapResult tr {
    line-height: 24px;
}

.sapResult th {
    line-height: 24px;
    background-color: #eee;
    font-weight: bold;
    color: #888;
}

.sapResult td:nth-child(1) {
    width: 200px;
    border-bottom: 1px solid #eee;
}

.sapResult td:nth-child(2) {
    font-weight: bold;
    border-bottom: 1px solid #eee;
}


#deliveryDate {
    width: 150px;
}


.overlay {
    /*position:absolute;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    opacity: 0.3;
    background-color: #000000;
}





.overlayInit {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 4000;
    opacity: 0.3;
    background-color: #000000;
    filter: alpha(opacity=30);
    /*	backdrop-filter: blur(5px);
	-webkit-filter: blur(5px);  */
}




#dropfile {
    background-color: #000;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    border-radius: 16px;
    color: #fff;
    height: 300px;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    font-size: 30px;
    font-weight: bold;
    background-image: url('../img/dropzone.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 4000;
    opacity: 0.35;
    filter: alpha(opacity=30);
    display: none;
    pointer-events: none;
}

    #dropfile._hover {
        display: table-cell;
    }




.win {
    z-index: 9000;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    top: 5%;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 0.75em;
    box-shadow: 0px 6px 16px RGBA(0,0,0,0.5);
    width: 850px;
    margin: 0 auto;
    display: none;
}

.win .close {
    position: relative;
    cursor: pointer;
    text-align: right;
}

.win .bottom {
    min-height: 36px;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 12px;
    text-align: right;
    width: auto;
}

.win .bottom2 {
    min-height: 36px;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 12px;
    text-align: right;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.win .content {
    padding: 10px;
}

win .content2 {
    padding: 0px;
}

.win p {
    margin: 0;
    padding: 0;
}

.win .errorHeader {
    height: 50px;
    text-align: center;
    width: 100%;
    color: #f00;
    margin-bottom: 12px;
    font-weight: 200;
    font-size: 28px;
    line-height: 50px;
    vertical-align: middle;
    background: #000;
}



.dlgSpeech {
    z-index: 9000;
    background: #fff;
    border: 1px solid #444;
    position: fixed;
    top: 8%;
    left: 20%;
    right: 20%;
    overflow-x: hidden;
    /*   overflow-y: scroll;*/
    font-size: 0.75em;
    padding: 0px 8px 8px 8px;
}

    .dlgSpeech .close {
        position: relative;
        cursor: pointer;
        text-align: right;
    }

.block {
    margin: 2px 40px 5px;
    padding: 0;
    overflow: hidden;
    clear: both;
}

.trigger {
    cursor: pointer;
}

    .trigger:hover {
        background-color: #f8f8f8;
    }

.lighth1 {
    /*  font-family: "Open Sans Light";*/
    font-family: "Roboto Light";
    font-size: 28px;
    color: #006fbf;
}

.lighth2 {
    /*  font-family: "Open Sans Light";*/
    font-family: "Roboto Light";
    font-size: 18px;
    color: #006fbf;
}

.lighth3 {
    /*  font-family: "Open Sans Light";*/
    font-family: "Roboto Light";
    font-size: 14px;
    color: #006fbf;
}


#projTypeBtn2MsgDE {
    line-height: 12px;
    margin-bottom: 8px;
    color:#e00;
}


.projContainer label {
    display: inline-block;
}

.projContainer {
    padding: 20px 8px 8px 8px;
    line-height: 28px;
}


#erpBusy {
    position: absolute;
    width: 98%;
    top: 100px;
}


.projEdit1 {
    position: absolute;
    left: 148px;
    width: 200px;
    display: inline-block !important;
    height: 20px;
}

.projReadOnly {
    background: #f8f8f8;
    color: #666;
}

.projEdit2 {
    position: absolute;
    left: 148px;
    width: 60px;
    display: inline-block !important;
    height: 20px;
    line-height: 24px;
}

.projEdit3 {
    position: absolute;
    left: 216px;
    width: 132px;
    display: inline-block !important;
    height: 20px;
    line-height: 24px;
}

.projEdit4 {
    position: absolute;
    left: 188px;
    width: 340px;
    display: inline-block !important;
    height: 20px;
    line-height: 24px;
}

.projEdit5 {
    position: absolute;
    left: 188px;
    width: 340px;
    display: inline-block !important;
    height: 155px;
}

.projEdit41 {
    position: absolute;
    left: 188px;
    width: 80px;
    display: inline-block !important;
    height: 20px;
    line-height: 24px;
}

.projEdit42 {
    position: absolute;
    left: 276px;
    width: 252px;
    display: inline-block !important;
    height: 20px;
    line-height: 24px;
}

.projEditW {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 252px;
    display: inline-block !important;
    height: 20px;
    line-height: 24px;
}

.projLabelW {
    width: 150px;
    height: 20px;
    line-height: 24px;
}

#ticketButton {
    background: #ffd;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
    cursor: pointer;
    right: 0;
    width: 28px;
    height: 96px;
    top: 250px;
    position: fixed;
    background-image: url(../img/mytickets.png);
    transition: all 0.24s ease-in-out;
}

    #ticketButton:hover {
        background-color: #ffa;
    }

#feedbackButton {
    background: #007abf;
    color: #fff;
    cursor: pointer;
    right: 0;
    width: 28px;
    height: 96px;
    top: 150px;
    position: fixed;
    background-image: url(../img/feedback.png);
    transition: all 0.24s ease-in-out;
}

    #feedbackButton:hover {
        background-color: #00598c;
    }


#dlgFeedback select {
    width: 200px;
}


#dlgFeedback {
    padding: 20px;
    width: 410px;
    background: #0274BC;
    z-index: 99999;
    color: #fff;
}


    #dlgFeedback .header2 {
        font-family: "Open Sans Light";
        font-size: 28px;
        color: #fff;
    }

    #dlgFeedback .fbBottom {
        height: 36px;
        margin-top: 12px;
        text-align: right;
        width: auto;
    }

    #dlgFeedback input[type="text"], textarea {
        width: 400px;
        margin-bottom: 8px;
    }


    #dlgFeedback #fbInfo {
        font-size: 12px;
        padding-top: 12px;
        line-height: 14px;
        text-align: justify;
        font-style: italic;
    }





#initializing {
    display: block;
    font-size: 14px;
    background-color: #fff;
    position: fixed;
    line-height: 20px;
    left: 40%;
    top: 30%;
    width: 400px;
    height: 80px;
    text-align: center;
    padding: 4px;
    font-weight: bold;
    z-index: 1000;
    border-radius: 8px 8px 8px 8px;
    z-index: 5000;
    box-shadow: 0px 1px 4px rgba( 0,0,0,0.50 );
}



#loadProjects {
    margin-top: 20px;
}

#saveProject {
    margin-top: 20px;
}





#projectGroups {
    width: 240px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
}

#projectList {
    width: 630px;
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 270px;
}

#projectGroups .menuItem {
    width: 100%;
    line-height: 1.8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 0px 6px 6px;
    font-weight: normal;
    background-color: rgb(245, 245, 245);
    transition: all 0.1s ease-in-out;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    height: 22px;
}

#projectGroups .menuItem:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}

#projectGroups .menuItem.selected {
    background-color: #d5d5d5;
    font-weight: bold;
}

#projectGroups .menuItem .btn {
    position: absolute;
    right: 8px;
    top: 9px;
    opacity: 0.3;
    width: 15px;
    height: 15px;
}

#projectGroups .menuItem .btn:hover {
    opacity: 1.0;
}

.myAccountList {
    width: 613px;
    border-spacing: 0;
}

.myAccountList tr {
    margin: 0px 4px;
}

.myAccountList td {
    vertical-align: top;
    border-bottom: 1px solid #f2f2f2;
    height: 50px;
}

.myAccountList .btn {
    opacity: 0.25;
    width: 15px;
    height: 15px;
}

    .myAccountList .btn:hover {
        cursor: pointer;
        opacity: 1.0;
    }

.myAccountList td:nth-child(1) {
  /*  width: 300px;*/
}

    .myAccountList td:nth-child(1):hover {
        cursor: pointer;
        background-color: #eeeeff;
    }

.myAccountList td:nth-child(2) {
    width: 100px;
    text-align: right;
}

.myAccountList td:nth-child(3) {
    width: 15px;
    text-align: left;
}

.myAccountList .txt {
    font-weight: bold;
}

.myAccountList .date {
    font-weight: normal;
    color: #888;
}

.myAccountList .desc {
    margin-top: 4px;
    font-style: italic;
    font-weight: normal;
}



/*


#projectList .fileEntry
{
	padding: 4px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	overflow: auto;
}
#projectList .fileEntry:hover
{
	color: #0377c4;
}
#projectList .fileEntry img
{
	vertical-align: middle;
}

#projectList .fileHeader
{
	font-weight: bold;
	overflow: hidden;	
	float:left;
	width: 530px;
}
#projectList .fileDate
{
	font-weight: normal;
	font-style: italic;
	height: 20px;
	overflow: hidden;
	float: right;
	color: #888;
}
#projectList .fileBtn
{
	float: right;
	margin-left: 8px;
}
#projectList .fileDesc
{
	font-weight: normal;
	font-style: italic;
	padding-left: 24px;
	clear:both;
	white-space:normal;
}
#projectList .filePreview
{
	float:right;
	display: inline-block;
}
#projectList .fileDelete
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 565px;
	height: 86%;
	background-color: rgba( 255, 200, 200, 0.75 );
	padding-top: 16px;
	text-align:center;
}
.fileButton
{
	width: 120px;
	color: #000;
	display: inline-block;
	margin: 4px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffaaaa), color-stop(1, #ee8888) );
	background:-moz-linear-gradient( center top, #ffaaaa 5%, #ee8888 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaa', endColorstr='#ee8888');
	background-color:#ededed;      
	border: 1px solid #f88;
    border-radius: 3px;
	padding: 8px 8px 6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	cursor:pointer;
}
.fileButton:hover
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ee8888), color-stop(1, #dd6666) );
	background:-moz-linear-gradient( center top, #ee8888 5%, #dd6666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8888', endColorstr='#dd6666');
	background-color:#d66;
}
#projectList td
{
	vertical-align:top;
}

*/
.statusLine {
    background-color: #dadada;
    height: 24px;
    width: 100%;
    vertical-align: middle;
    line-height: 24px;
    color: #888;
}

.statusItem {
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    cursor: default;
    line-height: 24px;
}

    .statusItem img {
        vertical-align: middle;
        margin-right: 4px;
    }

    .statusItem p {
        display: inline;
        line-height: 24px;
        margin: 0;
        padding: 0;
        width: 24px;
        top: 0px;
    }

    .statusItem[disabled] {
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .statusItem:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .statusItem #prgHold:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .statusItem #stateReadOnly {
        color: #f00;
        font-weight: bold;
        text-decoration: underline;
    }


    .statusItem #prgHold {
        opacity: 0.2;
        filter: alpha(opacity=20);
    }
/*
.statusItem #FileName
{
	float:left;
}
*/


.txtDialog {
    width: 100%;
    white-space: pre;
}









.button {
    float: left;
    margin-right: 8px;
    padding: 4px;
}


.ordercodes {
    background-color: #ffe;
    padding: 4px;
    width: 350px;
    line-height: 14px;
    min-height: 65px;
    /*	
    box-shadow: 0px 1px 2px rgba( 0,0,0,0.25 );
    border-radius: 3px;	
    border: 1px solid #666;
    
*/
    visibility: hidden;
    position: absolute;
    left: 20px;
    top: 240px;
}


select {
    vertical-align: middle;
    text-overflow: ellipsis;
    height: 22px;
    white-space: nowrap;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
}

    select:disabled {
        background: #eee;
    }

input[type="text"] input[type="password"] {
    vertical-align: middle;
    text-overflow: ellipsis;
    height: 18px;
    white-space: nowrap;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
}

#sessionID {
    visibility: hidden;
    height: 0px;
}

#Scale {
    visibility: hidden;
    height: 0px;
}



/*******************************************************************************************/

.item {
    float: left;
}


.ocofitem {
    display: none;
}

#manifoldItem {
    position: absolute;
    display: block;
    float: left;
    border: 0;
    min-width: 25px;
}

#item0 {
    margin-left: 20px;
}

#manifold {
    background: #f6f6ff;
    height: 465px;
}


#inlinehelp {
    position: absolute;
    background: #ffa;
    opacity: 0.9;
    left: 0;
    top: 0;
    padding: 0px;
    font-size: 0.9em;
}

    #inlinehelp p {
        display: inline-block;
        line-height: 0.95em;
        text-align: center;
        vertical-align: middle;
        padding: 2px;
        margin: 0px;
    }



.messages {
    position: absolute;
    width: 500px;
    display: table;
    background-color: transparent;
    left: 450px;
    top: 240px;
}

#state {
    color: #0b0;
    font-size: 1.2em;
    font-weight: bold;
    height: 46px;
    vertical-align: middle;
    padding: 4px;
}

#error {
    font-size: 1.1em;
    color: #222120;
    background-color: #fffcdb;
    padding: 4px;
}

#error_title {
    color: #E6002D;
    font-size: 1.4em;
    font-weight: bold;
    /*  height: 46px;
    line-height: 46px;*/
}

#info {
    color: #000;
    font-style: italic;
    display: list-item;
    margin-left: 14px;
}




/*******************************************************************************************/

.li {
    font-size: 0.9em;
}

.layer {
    font-size: 0.9em;
}

.layer2 {
    font-size: 0.9em;
}

#tabs {
    margin: 0px; /*4px*/
}

.hidden {
    display: none;
}




.beta {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../img/beta_banner.png);
    width: 88px;
    height: 87px;
    pointer-events: none;
}


/*** Menu ***/


/*** Top Menu ***/


.topMenu {
    background-color: #fff;
    border-top: 2px solid #0074bf;
    font-weight: normal;
    font-size: 16px;
    height: 50px;
}



#header_right {
    float: right;
    text-align: right;
    width: 350px;
    padding-top: 0px;
    padding-right: 8px;
    font-size: 12px;
}

    #header_right img {
        vertical-align: text-bottom;
        margin-left: 4px;
    }







#language {
    color: #0377c4;
    font-size: 14px;
    cursor: pointer;
}


#overlayDialog {
    z-index: 9001;
}

#inputDialog {
    z-index: 9002;
    background: #fff;
    border-radius: 6px;
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 0.75em;
    box-shadow: 0px 6px 16px RGBA(0,0,0,0.5);
    width: 850px;
    margin: 0 auto;
    display: none;
}

#inputDialog input {
    font-size: 12px;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 1px #d5d5d5;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    width: 200px;
}

#inputDialog .buttons {
    height: 36px;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 10px;
    text-align: right;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}


.movexCWH {
    position: absolute;
    right: 18px;
    top: 74px;
}

.movexCWH#movexCWH {
    display: inline-block;
}



.breadcrumb {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    min-width: 40px;
    height: 30px;
    background: #ddd;
    position: relative;
    width: auto;
    margin-right: 8px;
    text-indent: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
}

.breadcrumb li:not(:first-child):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.breadcrumb li:before {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #ddd;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.breadcrumb li[select] {
    background: #006fbf;
    color:#fff;
}

.breadcrumb li[select]:before {
    border-left: 15px solid #006fbf;
}



#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #BA55D3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #FF00FF;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}