.xw-body>div {
    height: auto !important
}

.myWinCont a:link, .myWinCont a.noun:link, .myWinCont a:visited, .myWinCont a.noun:visited {
    color: #339933
}

.myWinCont a:hover {
    color: #fff !important
}

.myWinCont input[type="text"], .myWinCont input[type="password"], .myWinCont input[type="number"], .myWinCont .tmplCodeH, .myWinCont textarea, .myWinCont option, .myWinCont select {
    color: #999 !important;
    background: #fff;
    padding: 7px 5px;
    margin: 5px 0;
    text-decoration: none;
    border: 1px solid #999;
    outline: none;
    width: 250px;
}

.myWinCont select {
    -webkit-appearance: menulist-button;
}

.passenger>span:before {
    content: ', '
}

.passenger span {
    position: relative;
    display: inline;
}

.passenger .more {
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 190px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    transition: all ease .3s;
    z-index: 99;
}

.passenger .more.hide {
    visibility: hidden;
    opacity: 0
}

.reWrite input {
    width: 50px
}

.passenger span:first-child:before {
    content: ''
}

.myWinCont b {
    color: #000 !important
}

tr.head td {
    cursor: pointer;
}

tr.head td:hover, tr.head td.active {
    background: rgb(12, 95, 136)
}

input.error {
    border: 1px solid red !important
}

tr.head td {
    cursor: pointer;
}

tr.head td:hover, tr.head td.active {
    background: rgb(12, 95, 136)
}

.outputXls {
    margin-top: 15px;
}

.outputXls thead {
    background: #069 !important;
    color: #fff;
    font-weight: bold
}

.outputXls thead td {
    height: 40px;
}

.section {
    font-weight: bold;
    text-align: left;
    Font-size: 20px;
}

.outputXls table {
    border-collapse: collapse;
    color: #333;
    width: 100%;
}

.outputXls td {
    padding: 5px;
    border-bottom: 1px solid #999;
}

.order td {
    font-weight: bold
}

tr.separate {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 3;
}

tr.separate a {
    display: inline-block;
    margin-left: 25px;
}

tr.head td {
    background: #069;
    font-weight: bold;
    color: #fff;
}

tr.hide {
    display: none
}

tr.hide.show {
    display: table-row
}

#regForm {
    position: fixed;
    overflow: visible;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    max-width: 400px;
    max-height: 550px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    transition: all ease .6s;
}

#regForm input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px !important;
}

#regForm input[type="checkbox"] {
    width: auto
}

#regForm select {
    display: inline-block;
    margin-top: 15px !important;
    margin-right: 10px;
}

#regForm.hide {
    opacity: 0;
    visibility: hidden
}

.checkbox {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.checkbox+label {
    cursor: pointer;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked)+label {
    position: relative;
    padding: 0 0 0 40px;
}

.checkbox+label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #e7e7e7;
}

.checkbox:not(checked)+label:after {
    content: '\f00c';
    position: absolute;
    left: 12px;
    width: 14px;
    height: 14px;
    transition: all .2s;
    font: normal normal normal 18px/1 FontAwesome;
    color: #000;
    opacity: 0;
    top: 0;
}

.checkbox:checked+label:after {
    content: '\f00c';
    position: absolute;
    left: 12px;
    width: 14px;
    height: 14px;
    transition: all .2s;
    font: normal normal normal 18px/1 FontAwesome;
    color: #4d4d4d;
    opacity: 1;
    top: 0;
}

#formClose {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #666
}

span.commit {
    cursor: pointer
}

.egrbatt {
    cursor: pointer
}

.egrbatt.disabled {
    opacity: .4;
    cursor: not-allowed;
}

.egrbatt.disabled:hover {
    box-shadow: none
}

ml, .xw-plain .xw-tl, .xw-plain .xw-bl {
    background-color: #ffffff;
}

.xw-draggable, .xw-draggable .xw-hdr-text {
    cursor: move;
    color: #000;
}

.xw-plain .xw-hdr {
    padding: 15px 10px 10px 15px;
    border-bottom: 1px solid #999;
}

.myWinCont {
    overflow: hidden;
    -moz-user-select: text;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}

.xw-plain .xw-ml, .xw-plain .xw-tl, .xw-plain .xw-bl {
    background-color: #fff;
}

#formReset {
    padding-left: 10px
}

@media only screen and (max-width: 730px) {
    .outputXls {
        font-size: 12px
    }

    tr.separate {
        font-size: 15px
    }
}

@media only screen and (max-width: 480px) {
    #regForm {
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        transform: translate(0, 0);
        max-width: 100vw;
        max-height: 100vh;
        box-sizing: border-box;
        overflow: scroll
    }

    #formClose {
        right: 20px
    }
}

@media only screen and (max-height: 555px) {
    #regForm {
        overflow: scroll
    }
}
