﻿/*
wui
*/

.awe-lookup-field, .awe-multilookup-field, .awe-datepicker-field,
.awe-ajaxradiolist-field, .awe-ajaxcheckboxlist-field, .awe-ajaxdropdown-field,
.awe-ajaxradiolist-field > ul, .awe-ajaxcheckboxlist-field > ul,
.awe-multilookup-field .awe-display,
.awe-lookup-field .awe-display, .awe-datepicker-field .awe-display,
.awe-btn, .awe-il, .awe-ce-ico, .awe-loading, .awe-loading span,
.awe-grid .awe-pager, .awe-grid .awe-relbox,
.awe-groupbar .awe-col,
.awe-sord, .awe-rem, .awe-reload-ico, .awe-field {
    display: inline-block;
    zoom: 1;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
}

.awe-timepicker-field select {
    width: auto;
}

.awe-ajaxdropdown-field select.awe-display {
    padding: .3rem .75rem;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.awe-multilookup-field, .awe-lookup-field, .awe-datepicker-field {
    padding-right: 2em;
    position: relative;
    min-width: 13em;
    line-height: normal;
}

.awe-inl {
    padding-right: 0;
}

.awe-display {
    width: 100%;
}

    .awe-display .awe-label {
        font-weight: normal;
    }

.awe-chk-field .awe-display {
    width: auto;
    margin: 0;
}

.awe-display input[type="radio"], .awe-display input[type="checkbox"] {
    margin: 0;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 3px;
}

.awe-caption {
    padding: 0.2em 0.7em;
}

.awe-multilookup-field .awe-display, .awe-lookup-field .awe-display, .awe-datepicker-field .awe-display {
    vertical-align: middle;
    background: white;
    min-height: 1.9em;
    border-radius: 3px 0 0 3px;
}

.awe-lookup-field .awe-display, .awe-datepicker-field .awe-display {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    font-size: inherit;
}

.awe-datepicker-field input[type="text"].awe-display {
    padding: 0.2em 0.7em;
    border-radius: 3px 0 0 3px;
}

.awe-datepicker-field input::-ms-clear {
    display: none;
}

.awe-lookup-field .awe-display {
    border: 1px solid gainsboro;
    display: flex;
    align-items: center;
}

.awe-multilookup-field .awe-display {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    border: solid 1px gainsboro;
}

    .awe-multilookup-field .awe-display li {
        padding: 0.2em 0.7em;
        line-height: 1.2em;
    }

.awe-ajaxradiolist-field input, .awe-ajaxradiolist-field label, .awe-ajaxcheckboxlist-field label, .awe-ajaxcheckboxlist-field input {
    cursor: pointer;
}

.awe-ajaxradiolist-field ul, .awe-ajaxcheckboxlist-field ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ajaxlist */

table.awe-ajaxlist {
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
}

    table.awe-ajaxlist th:first-child {
        border-radius: 2px 0 0 0;
    }

    table.awe-ajaxlist th:last-child {
        border-radius: 0 2px 0 0;
    }

    table.awe-ajaxlist tr:last-child td:last-child {
        border-radius: 0 0 2px 0;
    }

    table.awe-ajaxlist tr:last-child td:first-child {
        border-radius: 0 0 0 2px;
    }

.awe-ajaxlist {
    border: 1px solid #ccc;
    padding: 0;
    width: 100%;
    *width: 99%;
    border-radius: 2px;
}

    .awe-ajaxlist.awe-lookup-list {
        border: none;
    }

    .awe-ajaxlist li.awe-li {
        padding: 5px;
        overflow: hidden;
    }

li.awe-li.awe-morecont, tr.awe-li.awe-morecont {
    padding: 1px;
    background: #FFF;
    border-radius: 2px;
}

.awe-ajaxlist th, .awe-ajaxlist td, .awe-list td, .awe-list th {
    padding: 7px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.awe-morecont td {
    padding: 2px;
}

.awe-ajaxlist th, .awe-ajaxlist td {
    border-bottom: 1px solid #eee;
}

.awe-ajaxlist thead, .awe-list thead {
    color: #555;
    background-color: #fafafa;
}

.awe-list table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.awe-list ul, .awe-ajaxlist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.awe-srlcont, .awe-selcont {
    margin-top: .5em;
}

tr.awe-li {
    border-top: 1px solid #E5E5E5;
}

.awe-li:not(.awe-morecont) {
    border-bottom: 1px solid #E5E5E5;
    line-height: 2em;
    background-color: white;
    margin: 1px;
    vertical-align: middle !important;
}

/* lookup multilookup */

.awe-multilookup-popup .awe-list, .awe-lookup-popup .awe-list {
    border-radius: 3px;
    border: gainsboro solid 1px;
    overflow-y: scroll !important;
}

.awe-lookup-popup .awe-li, .awe-multilookup-popup .awe-li {
    padding: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.awe-multilookup-popup .awe-ajaxlist li.awe-li, .awe-drag.awe-li {
    padding: 3px 5px;
}

tr.awe-drag td {
    padding-right: 10px;
}

.awe-selectable li.awe-li:not(.awe-morecont):hover {
    outline: 1px solid gold;
}

.awe-selectable tr.awe-li:not(.awe-morecont):hover {
    outline: 1px solid gold;
    outline-offset: -1px;
}

/* buttons */

.awe-btn, .awe-morebtn, .awe-spincont {
    cursor: pointer;
    border: 1px solid #D3D3D3;
    background-image: none;
    background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
    background-color: #F8F8F8;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #333;
    padding: .45em .9em;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin: 0;
    font: inherit;
}

    .awe-btn::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    .awe-btn:hover, .awe-morebtn:hover {
        background-color: #eee;
        background-image: linear-gradient(to bottom, #f8f8f8 0, #eee 100%);
        border-color: #C5C5C5;
        color: #333;
    }

    .awe-btn:active, .awe-morebtn:active, .awe-btn.awe-selected {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #C5C5C5;
        background-color: #E9E9E9;
        background-image: none;
    }

        .awe-btn.awe-selected.awe-spinbtn {
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25), 0 1px 0 white;
        }

    .awe-btn.awe-disabled, .awe-btn[disabled] {
        color: gray;
        border: 1px solid #D3D3D3;
        background-image: none;
        background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
        background-color: #F8F8F8;
        box-shadow: none;
    }

.awe-openbtn, .awe-dpbtn, .awe-clearbtn {
    border-radius: 0 2px 2px 0;
    padding: 0;
    height: 1.9em;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    border-left-style: none;
}

.awe-clearbtn {
    display: none;
    border: none;
    background: none;
    right: 2em;
    opacity: 0.5;
    width: 1.8em;
}

.awe-hasval .awe-clearbtn {
    display: inherit;
}

.awe-inl .awe-clearbtn {
    right: 0;
}

.awe-clearbtn:hover {
    background: none;
}

.awe-clearbtn:active {
    box-shadow: none;
}

.awe-clearbtn:focus {
    outline: thin dotted;
    outline-offset: -3px;
}

.awe-morebtn {
    text-align: center;
    padding: 7px 9px;
    margin: 3px;
    border-radius: 2px;
}

.awe-movebtn {
    padding: 0;
    margin: 1px 5px;
    vertical-align: middle;
    height: 30px;
    width: 36px;
    position: relative;
}

/* icons */

.awe-icon {
    display: block;
    height: 18px;
    width: 19px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(awe_icons.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9.5px;
    margin-top: -9px;
}

.awe-icon-datepicker {
    background-position: -8px -50px;
}

.awe-icon-x {
    background-position: -35px -28px;
}

.awe-icon-win {
    background-position: -9px -28px;
}

.awe-movebtn .awe-icon {
    background-position: -8px -5px;
}

.awe-sel .awe-movebtn .awe-icon {
    background-position: -35px -5px;
}

/* pager */

.awe-pager .awe-btn {
    height: inherit;
    padding: 7px 12px;
    text-decoration: none;
    margin-right: 0.2em;
}

/* grid */

.awe-grid {
    border: 1px solid gainsboro;
    border-radius: 2px;
    background: #fafafa;
    transform: translate(0, 0);
}

.awe-mcontent {
    position: relative;
}

.awe-tablc {
    background: #fafafa;
}

.awe-gfc {
    display: none;
}

    .awe-gfc .awe-tablc {
        overflow-x: scroll;
    }

.awe-tablw {
    position: relative;
}

.awe-hcon {
    overflow: hidden;
}

.awe-tablc {
    overflow-x: auto;
}

.awe-grid table {
    table-layout: fixed;
    width: 99.99%;
    border-collapse: collapse;
}

.awe-resh {
    position: absolute;
    background-color: transparent;
    width: 10px;
    height: 10px;
    cursor: col-resize;
    z-index: 11001;
}

.awe-reh {
    position: absolute;
    width: 10px;
    z-index: 11001;
}

    .awe-reh .awe-spindown-ico {
        top: -5px;
    }

    .awe-reh .awe-spinup-ico {
        top: auto;
        bottom: -5px;
    }

.awe-drag {
    position: absolute;
    border-radius: 3px;
    z-index: 11002;
    list-style: none;
    opacity: 0.95;
    cursor: default;
}

    .awe-drag.awe-li, .awe-drag.awe-dcol {
        border: 1px solid gainsboro;
    }

.awe-grid .awe-groupbar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid gainsboro;
    color: #777;
    line-height: 30px;
    padding: 5px 5px;
}

.awe-nest {
    background: #f5f5f5;
}

.awe-nestcell {
    padding: 0;
    background: #fff;
}

    .awe-nestcell > .awe-ldgcnt .awe-loading {
        position: static;
        padding: .5em;
    }

.awe-row, .awe-ghead, .awe-gfoot, .awe-hrow {
    line-height: 1.7em;
}

.awe-row, .awe-ghead, .awe-gfoot {
    background: #fff;
}

    .awe-row td, .awe-ghead td, .awe-gfoot td, /*.awe-hrow td,*/ .awe-nest td {
        border-bottom: 1px #eaeaea solid;
    }

.awe-hrow td {
    padding: 0;
}

.awe-hgc {
    border-bottom: 1px solid #ccc;
}

.awe-ghead td, .awe-row td, .awe-gfoot td {
    padding: 0.4em 0.7em;
}

.awe-hrow td, .awe-row td, .awe-gfoot td {
    overflow: hidden;
    text-overflow: ellipsis;
}

.awe-row.awe-alt, .awe-li:nth-child(even):not(.awe-morecont) {
    background: #FAFAFA;
}

.awe-grid .awe-footer {
    border-top: 1px solid #ccc;
    padding: 0 0.3em;
    line-height: 2.2em;
    overflow: auto;
}

.awe-relbox {
    width: 5em;
}

    .awe-relbox .awe-ldgcnt {
        margin: 0 7px;
    }

.awe-grid .awe-pager, .awe-grid .awe-relbox {
    vertical-align: middle;
}

.awe-reload {
    margin-right: 0.1em;
}

.awe-grid .awe-footer .awe-btn {
    line-height: 2.2em;
    text-decoration: none;
    padding: 0 .7em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 2.5em;
    margin-bottom: .2em;
    margin-top: .2em;
    height: 2.3em;
    position: relative;
}

.awe-idn {
    width: 16px;
}

.awe-header
{
    border-bottom: 1px solid #ccc;
}

.awe-header td, .awe-header, .awe-hrow .awe-idn, .awe-drag.awe-dcol {
    background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #F8F8F8;
    color: #333;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.awe-col {
    padding: 0.3em;
    color: #333;
    line-height: 26px;
    font-weight: 600;
}

.awe-groupbar .awe-col {
    margin-right: 2px;
    border-radius: 2px;
    padding: 1px 3px 3px 5px;
    border: 1px solid #cecece;
    user-select: none;
}

.awe-remb {
    padding: 0 5px 0 7px;
    cursor: pointer;
}

.awe-sortable, .awe-groupable {
    cursor: pointer;
}

.awe-sord, .awe-rem, .awe-reload-ico {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.awe-desc .awe-sord, .awe-asc .awe-sord, .awe-rem, .awe-reload-ico {
    background-image: url('awe_icons.png');
    cursor: pointer;
}

.awe-ce-ico {
    background-image: url(pm.png);
    background-position: -21px 19px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

td.awe-lf {
    padding-left: .97em;
}

.awe-ceb {
    cursor: pointer;
}

.awe-collapsed .awe-ce-ico {
    background-position: -1px 19px;
}

.awe-reload-ico {
    width: 11px;
    background-position: -12px 23px;
}

.awe-rem {
    background-position: -37px -30px;
}

.awe-asc .awe-sord {
    background-position: -37px -76px;
}

.awe-desc .awe-sord {
    background-position: -37px -52px;
}

.awe-selectable.awe-row:hover {
    outline: 1px solid gold;
    outline-offset: -1px;
}

/* misc */

.awe-searchtxt {
    margin-right: 2px !important;
}

.awe-lookup-popup .awe-li.awe-selected, .awe-row.awe-selected {
    background-color: #fff0bf;
}

.awe-highlight {
    background-color: #f7faf9 !important;
    color: gray !important;
}

.awe-ts {
    transition: all .5s ease-in-out;
}

.awe-hl {
    background: #f8da4e !important;
    color: #915608;
}

.awe-changing, .awe-changing.awe-display {
    animation: awe-hanim 1s cubic-bezier(.55,0,.46,1);
}

@keyframes awe-hanim {
    0%, 1% {
        background: #f8da4e;
        color: #915608;
    }
}

.awe-ldgcnt {
    position: relative;
}

.awe-loading {
    position: absolute;
    z-index: 1;
}

    .awe-loading span {
        background-image: url('loading.gif');
        width: 16px;
        height: 11px;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
    }

.awe-field .awe-loading, .awe-list .awe-loading {
    margin: 3px 0 0 10px;
}

.awe-loadcont {
    list-style: none;
}

.awe-load {
    color: #ccc;
}

.awe-morecont .awe-loading {
    position: static;
    height: 3em;
}

/* textbox */

.awe-txt-field.awe-field {
    min-width: 13em;
}

input.awe-display.awe-txt {
    width: 100%;
}

input[type="text"].awe-txt, .awe-searchtxt {
    font: inherit;
    border-radius: 3px;
    margin: 0;
    padding: 4px 8px 4px;
    color: #333;
    border: 1px solid #D5D5D5;
    border-top-color: #B5B5B5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    height: inherit;
    box-sizing: border-box;
}

input.awe-txt.awe-hasSpinners {
    padding-right: 2em;
}

.awe-spincont {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.05em;
    border-radius: 0 3px 3px 0;
    border: 1px solid gainsboro;
    border-top-color: #B5B5B5;
    padding: 0;
    box-sizing: border-box;
}

.awe-btn.awe-spinbtn {
    width: 100%;
    height: 50%;
    border-radius: 0 2px 0 0;
    display: block;
    border: none;
    outline: none;
    background: none;
}

.awe-spindown.awe-spinbtn {
    border-radius: 0 0 2px 0;
}

.awe-spinup-ico {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid gray;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid gray;
    border-left: 4px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
}

.awe-spindown-ico {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid #000;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #000;
    border-left: 4px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
}

/* tabs */

.awe-tab-btn {
    background: #f7f7f7;
    padding: .35rem .75rem;
    border: 1px solid #DCDCDC;
    border-bottom: none;
    border-radius: .5rem .5rem 0 0;
    cursor: pointer;
}

    .awe-tab-btn.awe-active {
        background: #fff;
        border: 1px solid #DCDCDC;
        margin-bottom: -2px;
        border-bottom: 1px solid #FFF;
        outline: none;
    }

    .awe-tab-btn:focus {
        outline: thin dotted;
        outline-offset: -3px;
    }

.awe-tabscontent {
    overflow: auto;
    border: 1px solid gainsboro;
}

/* end tabs */

/* rtl */

.awe-rtl .awe-collapsed .awe-ce-ico {
    transform: scaleX(-1);
}

.awe-rtl .awe-collapsed .awe-ce-ico {
    transform: scaleX(-1);
}

.awe-rtl.awe-multilookup-field, .awe-rtl.awe-lookup-field, .awe-rtl.awe-datepicker-field {
    padding-left: 2em;
    padding-right: inherit;
}

    .awe-rtl.awe-multilookup-field .awe-display, .awe-rtl.awe-lookup-field .awe-display, .awe-rtl.awe-datepicker-field .awe-display {
        border-radius: 0 3px 3px 0;
    }

.awe-rtl .awe-openbtn, .awe-rtl .awe-dpbtn, .awe-rtl .awe-clearbtn {
    left: 0;
    right: auto;
}

.awe-rtl .awe-openbtn, .awe-rtl .awe-dpbtn {
    border-radius: 2px 0 0 2px;
    border-left-style: solid;
    border-right-style: none;
}

.awe-rtl.awe-datepicker-field input[type="text"].awe-display {
    border-radius: 0 3px 3px 0;
}

.awe-rtl .awe-spincont {
    left: 0;
    right: auto;
    border-radius: 3px 0 0 3px;
}

.awe-rtl .awe-clearbtn {
    right: auto;
    left: 2em;
}

.awe-rtl .awe-spinbtn {
    border-radius: 2px 0 0 0;
}

.awe-rtl .awe-spindown.awe-spinbtn {
    border-radius: 0 0 0 2px;
}

.awe-rtl input.awe-txt.awe-hasSpinners {
    padding-right: 8px;
    padding-left: 2em;
}

/* grid rtl ltr*/

.awe-rtl .awe-relbox .awe-loading {
    right: 0;
}

.awe-rtl .awe-relbox .awe-ldgcnt {
    margin: 0 9px;
}

.awe-ltr .awe-hrow td, .awe-ltr .awe-row td, .awe-ltr .awe-gfoot td, .awe-ltr .awe-ghead td {
    border-right: 1px solid #dedede;
}

.awe-rtl .awe-hrow td, .awe-rtl .awe-row td, .awe-rtl .awe-gfoot td, .awe-rtl .awe-ghead td {
    border-left: 1px solid gainsboro;
}

.awe-ltr.awe-nh .awe-hrow td:last-child, .awe-ltr.awe-nh .awe-row td:last-child, .awe-ltr.awe-nh .awe-gfoot td:last-child, .awe-ltr.awe-nh .awe-ghead td:last-child {
    border-right: none;
}

.awe-rtl.awe-nh .awe-hrow td:last-child, .awe-rtl.awe-nh .awe-row td:last-child, .awe-rtl.awe-nh .awe-gfoot td:last-child, .awe-rtl.awe-nh .awe-ghead td:last-child {
    border-left: none;
}

.awe-ltr .awe-hrow td {
    text-align: left;
}

.awe-rtl .awe-hrow td {
    text-align: right;
}

.awe-ltr .awe-idn {
    border-right: none !important;
}

.awe-rtl .awe-idn {
    border-left: none !important;
}

.awe-rtl .awe-col {
    padding-right: 0.7em;
}

.awe-ltr .awe-col {
    padding-left: 0.7em;
}

.awe-rtl td.awe-lf {
    padding-right: .97em;
}

.o-pad {
    padding: .1em .5em;
}

/*button group*/

.o-btng {
    display: inline;
    display: inline-block;
}

    .o-btng .awe-btn {
        border-radius: 0;
        padding: 7px;
        font-size: 0.9em;
    }

        .o-btng .awe-btn:first-of-type, .awe-rtl .o-btng .awe-btn:last-of-type {
            border-radius: 2px 0 0 2px;
        }

        .o-btng .awe-btn:last-of-type, .awe-rtl .o-btng .awe-btn:first-of-type {
            border-radius: 0 2px 2px 0;
        }

/*odropdown*/

.o-field .awe-loading {
    position: absolute;
    z-index: 1;
    margin: 4px 0 0 10px;
}

.awe-rtl .o-field .awe-ldgcnt {
    position: absolute;
    right: 10px;
}

.o-menu [type=radio], .o-dd [type=checkbox] {
    display: none;
}

.o-dd {
    cursor: pointer;
    position: relative;
    min-width: 12em;
    line-height: normal;
}

.o-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid #000000;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #000000;
    border-left: 4px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
}

.o-o {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    border: 3px solid #7b7b7b;
    margin: -2px 1px 0 1px;
}

.o-cls {
    position: absolute;
    top: 5px;
    right: 3px;
    cursor: pointer;
    color: gray;
    padding: 0 10px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

    .o-cls:hover {
        color: black;
    }

.o-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 1px solid rgba(100, 100, 100, 0.4);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    padding: 6px 0;
    list-style: none;
    box-sizing: border-box;
    outline: none;
    top: 0;
}

    .o-menu .o-itsc {
        overflow-x: hidden;
    }

    .o-menu .o-mnits {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        outline: none;
    }

    .o-menu.open {
        display: block;
    }

.o-itm {
    line-height: 2.7em;
    padding: 0 27px;
    cursor: pointer;
}

.o-mobl .o-itm {
    padding: 4.5px 27px;
}

.o-itm.focus {
    background-color: #eee;
}

.o-itm.selected {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAKCAYAAACwoK7bAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLHAoAB0rBjw8AAAEZSURBVCjPrZK9SsRQEEbPTVLI5gl2U9sIgmQSEEUIWGmfwkbBRrRXfAEVLOxsLCxsBcHHMCSsEIjN1hutJCIYg+TaRFllwQiZcr5vDvOn6DA8z9vUWp8qpfY7g4rIoYho13WvAIwOmEpEjoETICvLcg/A6gB6DuwCb3Vdh1mWvbYGi8g8QJIk6UTaEJFLYAtAKbUzHA6zL9H8CxoEwUxVVTdaa7ff73/kef4QhqHZ6/WugY0GehHH8dGPUdp07Pv+Ql3XUdPIGTAHrDfyfVEUi6PR6H2yxmwDHo/Hj4PB4AVYA5aA2UYqLMtaSdP0+XeN2fZKeZ7fOY5jA8vfSzaM1SiKsmn+f71bHMcHwC3wpLXetm07AvQ07yddElvdEn1epgAAAABJRU5ErkJggg==) no-repeat left center rgba(0, 0, 0, 0);
}

    .o-itm.selected.focus {
        background-color: #eee;
    }

.o-ddbtn {
    cursor: pointer;
    padding: 0 !important;
    text-align: left;
    width: 100%;
    font: inherit;
    line-height: inherit !important;
    vertical-align: middle;
}

    .o-ddbtn .o-cptn {
        padding: 0.4em 0.7em;
        padding-right: 2.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        white-space: nowrap;
    }

@media (-webkit-min-device-pixel-ratio: 0) {
    .o-ddbtn.awe-focus {
        outline: auto;
        outline-color: -webkit-focus-ring-color;
    }
}

.awe-rtl .o-cptn {
    padding-right: 1em;
    padding-left: 2.5em;
    text-align: right;
}

.o-slbtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2.5em;
    text-align: center;
}

.awe-rtl .o-slbtn {
    right: auto;
    left: 0;
}

.o-srcc {
    position: relative;
    padding: 5px;
}

    .o-srcc .awe-loading {
        top: 8px;
        right: 20px;
        display: none;
    }

.o-disp .awe-loading {
    right: 30px;
    display: none;
}

.o-mltsl .o-disp .awe-loading {
    right: 10px;
    top: 3px;
}

.o-ldng .awe-loading {
    display: block;
}

input[type="text"].o-src {
    width: 100%;
    cursor: auto !important;
    box-sizing: border-box;
}

.o-empt {
    text-align: center;
    color: #ccc;
}

.o-info {
    text-align: center;
    color: #aaa;
    font-size: 0.8em;
    padding: 0.5em 1em;
}

/*multiselect*/

.o-mlti {
    border-radius: 3px;
    margin-right: 2px;
    padding: 2px 27px 2px 7px;
    line-height: 1.5em;
}

.awe-rtl .o-mlti {
    margin-right: 0;
    margin-left: 2px;
}

.o-mltic input.o-src {
    border: none;
    width: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.o-mltic {
    background: white;
    cursor: text;
    border: 1px solid gainsboro;
    padding: 0.1em 0.3em;
    border-radius: 2px;
    line-height: 2.1em;
}

.o-mltrem {
    cursor: pointer;
    padding: 2px 8px;
    position: absolute;
    top: 0;
    right: 0;
}

.o-mltic .o-cptn {
    color: gainsboro;
    padding: 0 5px;
}

/*color dropdown*/

.o-clitm {
    width: 100%;
    display: block;
    border-radius: 3px;
}

.o-cldd .o-cptn {
    display: block;
}

.o-cldd .o-color {
    border-radius: 2px;
}

.o-clmenu .o-itm {
    padding: 2px 27px;
    line-height: 2.2em;
}

/*img dropdown*/

.o-igdd .o-cptn img {
    width: 23px;
    margin-right: .5em;
    vertical-align: middle;
}

.o-igmenu .o-itm {
    min-width: 180px;
}

    .o-igmenu .o-itm.focus, .o-clmenu .o-itm.focus {
        background-color: #eceef1;
        color: inherit;
    }

    .o-igmenu .o-itm.selected.focus, .o-clmenu .o-itm.selected.focus {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAKCAYAAACwoK7bAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLHAoAB0rBjw8AAAEZSURBVCjPrZK9SsRQEEbPTVLI5gl2U9sIgmQSEEUIWGmfwkbBRrRXfAEVLOxsLCxsBcHHMCSsEIjN1hutJCIYg+TaRFllwQiZcr5vDvOn6DA8z9vUWp8qpfY7g4rIoYho13WvAIwOmEpEjoETICvLcg/A6gB6DuwCb3Vdh1mWvbYGi8g8QJIk6UTaEJFLYAtAKbUzHA6zL9H8CxoEwUxVVTdaa7ff73/kef4QhqHZ6/WugY0GehHH8dGPUdp07Pv+Ql3XUdPIGTAHrDfyfVEUi6PR6H2yxmwDHo/Hj4PB4AVYA5aA2UYqLMtaSdP0+XeN2fZKeZ7fOY5jA8vfSzaM1SiKsmn+f71bHMcHwC3wpLXetm07AvQ07yddElvdEn1epgAAAABJRU5ErkJggg==) no-repeat left center rgba(0, 0, 0, 0);
        background-color: #eceef1;
    }

.o-igit img {
    vertical-align: middle;
    margin-right: .5em;
}

/* combobox */

.o-cbxbtn.awe-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5em;
    height: 100%;
    border-radius: 0 3px 3px 0;
    text-align: center;
    border: none;
    background: none;
    outline: none;
}

.awe-rtl .o-cbxbtn {
    right: auto;
    left: 0;
    border-radius: 3px 0 0 3px;
}

.o-cbxbtn .o-slbtn {
    position: inherit;
}

.o-cbxbtn:hover .o-slbtn {
    color: #000;
}

input.o-cbxt[type="text"] {
    margin: 0;
    border-radius: 3px;
    padding: 0.4em 0.7em;
    font-size: inherit;
    padding-right: 2.5em;
}

    input.o-cbxt[type="text"]::-ms-clear {
        display: none;
    }

.awe-rtl input.o-cbxt[type="text"] {
    padding-right: 5px;
    padding-left: 35px;
}

/* dropdown popup */

.o-pmodal {
    position: fixed;
    background: gainsboro;
    top: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

.o-pwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.o-phdr {
    position: relative;
    padding: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.o-ptitl {
    line-height: 1.43;
}

.o-phdr .o-cls {
    font-size: 21px;
    opacity: 0.5;
}

.o-pc {
    padding: .7em;
    position: relative;
    padding-bottom: .5em;
    overflow: auto;
    min-height: 35px;
    min-width: 250px;
    box-sizing: border-box;
}

.o-pmc {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(100, 100, 100, 0.4);
    background: rgba(255, 255, 255, 0.98);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    min-height: 50px;
    outline: none;
    box-sizing: border-box;
}

    .o-pmc .awe-li {
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none;
    }

    .o-pmc .awe-multilookup-popup .awe-searchtxt, .o-pmc .awe-lookup-popup .awe-searchtxt {
        width: 100%;
        box-sizing: border-box;
    }

    .o-pmc .awe-searchbtn {
        display: none;
    }

.o-pbtns {
    text-align: right;
    padding: 0.5em .7em .7em;
    border-top: 1px solid gainsboro;
}

/* grid mods */

.o-gpginf {
    float: right;
    padding-right: 25px;
    min-width: 150px;
    margin-top: .3em;
}

.awe-rtl .o-gpginf {
    float: left;
    padding-right: initial;
    padding-left: 25px;
}

.o-gpgs {
    margin: 0 10px;
}

.o-gcolsl {
    float: right;
}

    .o-gcolsl.awe-rtl {
        float: left;
    }

    .o-gcolsl .o-cptn, .awe-rtl .o-gcolsl .o-cptn {
        padding-right: 0.7em;
        padding-left: 0.7em;
    }

    .o-gcolsl .o-slbtn {
        display: none;
    }

.awe-footer .o-dd {
    min-width: inherit !important;
}

.awe-grid .awe-footer .o-dd {
    line-height: inherit;
}

.awe-grid .awe-footer .o-ddbtn .o-cptn {
    padding-top: 0;
    padding-bottom: 0;
}

.awe-footer .awe-btn:not(.awe-selected) {
    border: none;
    background: transparent;
}

@media (max-width: 550px) {
    .o-gpginf {
        display: none;
    }
}

@media (max-width: 730px) {
    .o-gpgs {
        display: none;
    }
}

/* inline popup, dropdownPopup */

.o-pbtn {
    min-width: 70px;
    margin-right: 3px;
}

.o-inltxt {
    vertical-align: middle;
    margin: 0 1em;
}

.o-inlp {
    margin: .5em;
    padding: 5px;
    position: relative;
}

    .o-inlp .awe-popup {
        padding: .5em 0 1.5em;
        position: relative;
    }

.o-nstcreate .awe-tablw {
    border-top: 1px solid gainsboro;
}

/* ingline editing grid */

.awe-row .awe-txt {
    width: 100%;
    padding: 1px 5px 1px;
}

.awe-row .awe-datepicker-field {
    width: 100%;
    min-width: initial;
}

.awe-row .awe-field {
    width: 100%;
    min-width: initial;
}

.awe-row .o-dd {
    min-width: initial;
}

.o-glrow {
    vertical-align: top;
}

.o-gl {
    display: none;
}

.o-glrow .o-glh {
    display: none;
}

.o-glrow .o-gl {
    display: inherit;
}

/* custom loading */

.o-gempt {
    width: 100%;
    font-size: 7em;
    color: gainsboro;
    text-align: center;
}

@media (max-width: 1280px) {
    .o-gempt {
        font-size: 3em;
    }
}

.spinCont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(242, 240, 240, 0.64);
    overflow: hidden;
}

.spinner {
    margin: 50px auto;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: purple;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* end custom loading */

/* scheduler */

.scheduler {
    margin-top: 5px;
}

    .scheduler .agendaRow.awe-row td {
        padding: 5px;
    }

.nextbtn, .prevbtn {
    width: 30px;
}

.scheduler .awe-grid {
    border: none;
}

.schedBar .o-btng .awe-btn {
    height: 2.6em;
}

.schedBar .awe-datepicker-field {
    min-width: inherit;
    vertical-align: middle;
    height: 2em;
}

    .schedBar .awe-datepicker-field .awe-btn {
        border-radius: 2px;
        width: 2.2em;
        border-style: solid;
    }

    .schedBar .awe-datepicker-field input[type="text"].awe-display {
        width: 0;
        height: 0;
        padding: 0;
    }

.schedBar {
    background: #F7F7F7;
    border-bottom: 1px solid gainsboro;
    padding: 0 .3em .3em;
    overflow: auto;
}

.sbitem {
    margin-top: .3em;
    display: inline-block;
    vertical-align: middle;
}

.sbvtype {
    float: right;
}

@media (max-width: 670px) {
    .sbvtype {
        float: none;
    }
}

.schedBotBar {
    background: #F7F7F7;
    border-top: 1px solid gainsboro;
    padding: 5px;
}

.day {
    padding: .5em;
}

    .day:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.schedEvent {
    background: blueviolet;
    border-radius: 3px;
    padding: 2px 5px;
    color: white;
    margin-bottom: 1px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3em;
}

    .schedEvent:not(:last-child) {
        margin-bottom: 3px;
    }

.time {
    font-size: 10px;
    font-family: arial;
    float: left;
}

.delEvent {
    float: right;
    background: transparent;
    margin: 0 5px;
}

.timeLabel {
    padding: .5em;
}

.scheduler .awe-row td {
    padding: 0;
    vertical-align: top;
}

.eventTitle {
    clear: both;
}

    .eventTitle:hover {
        text-decoration: underline;
        cursor: pointer;
    }

/* end scheduler */

.modal-body {
    min-height: 100px;
}

/* keynav */

.awe-li.focus:not(.awe-selected), .awe-row.focus:not(.awe-selected) {
    background: #f5f5f5 !important;
    outline: 1px solid #afafaf;
    outline-offset: -1px;
}

.awe-li.focus.awe-selected, .awe-row.focus.awe-selected {
    filter: brightness(97%);
    outline: 1px solid #afafaf;
    outline-offset: -1px;
}

/* dtp */
.o-dtp
{
    text-align: center;
}

.o-dtpp .o-pc {
    padding: 0;
}

.o-inl.o-dtp {
    border: 1px solid gainsboro;
}

.o-dtp .o-outm, .o-day.o-dsb {
    color: gainsboro;
    cursor: default;
}

.o-mnth {
    display: inline-block;
    position: relative;
    padding: 1em;
    background: white;
}

.o-mtop {
    padding: 0 3em;
    margin-bottom: 1em;
    height: 2em;
    line-height: 2em;
}

.o-cmbtn {
    position: absolute;
    padding: .3em .7em;
    top: 0;
    background: none;
    border: none;
    font: inherit;
    height: 2.6em;
    width: 2.2em;
}

.o-mprv {
    left: .7em;
    top: .7em;
}

.o-mnxt {
    right: .7em;
    top: .7em;
}

.o-ym {
    text-align: center;
}

    .o-ym .o-dd {
        padding: 0 .15em;
    }

.o-mhd, .o-yhd {
    display: inline-block;
}

.o-txt {
    padding: 0 .3em;
}

.o-day {
    cursor: pointer;
    padding: 0;
}

    .o-day div {
        padding: .9em;
        text-align: right;
        min-width: 3.3em;
        box-sizing: border-box;
        border: 1px solid white;
        border-radius: 3px;
    }

.o-dtp:not(.o-nhov) .o-day.o-enb div:hover, .o-enb.o-hov div {
    background-color: #f0f0f0;
}

.o-day.o-tday div {
    border-color: gainsboro;
}

.o-enb.o-selday div {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #e3e3e3;
}

.o-cm .o-dd {
    min-width: 10em;
    width: 10em;
}

.o-cy .o-dd {
    min-width: 6.55em;
    width: 6.55em;
}

.o-tb {
    margin: auto;
}

.o-wdays {
    text-align: center;
}

.o-arw {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.25em;
}

    .o-arw.right, .awe-rtl .o-arw.left {
        transform: rotate(-45deg);
        margin-left: -.4em;
    }

    .o-arw.left, .awe-rtl .o-arw.right {
        transform: rotate(135deg);
        margin-left: -.2em;
    }

    .o-arw.double.right, .awe-rtl .o-arw.double.left {
        margin-left: -.1em;
    }

    .o-arw.double.left, .awe-rtl .o-arw.double.right {
        margin-left: -.4em;
    }

    .o-arw.double::after {
        content: '';
        position: absolute;
        left: -5px;
        top: -5px;
        border: solid #333;
        border-width: 0 2px 2px 0;
        padding: 3px;
    }

.o-cmbtn .o-arw {
    border-width: 0 3px 3px 0;
}

[disabled] .o-arw, [disabled] .o-arw.double::after {
    border-color: gainsboro;
}

@media (max-width: 700px) {
    .o-mnth {
        padding: .7em .5em;
    }

    .o-day div {
        padding: .7em;
        min-width: 2.7em;
    }

    .o-mtop {
        padding: 0 2.3em;
        font-size: .9em;
    }

    .o-mprv, .o-mnxt {
        top: .6em;
    }
}

.o-mnth .awe-btn {
    border: none;
    background: transparent;
}

/* notif */
.o-ntpc {
    position: fixed;
    top: 10px;
    right: 10px;
    max-width: 450px;
    z-index: 2000;
}

@media (min-width: 1280px) {
    .o-ntpc {
        min-width: 300px;
    }
}

.o-ntp {
    margin-bottom: 4px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    opacity: 0;
    position: relative;
    transition: transform .2s ease-in-out, opacity .3s ease-in-out, margin-top 1s;
}

    .o-ntp.o-clsg {
        transition: opacity 1s, margin-top 1.3s;
    }

.o-ntc {
    padding: 0.7em 2em 0.7em 1.2em;
    overflow: auto;
}

.o-ntp .o-cls {
    font-size: 17px;
}

.o-ntlb {
    position: absolute;
    left: 0;
    height: 100%;
    width: 10px;
    top: 0;
}

.o-err.o-ntp {
    color: white;
    background: #CE5252;
}

.o-err .o-cls {
    color: #fff;
}

/* ochk */

.o-ochk li, .o-rdl li {
    margin-bottom: .5em;
}

.o-chk {
    font-size: 14px;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    position: relative;
    margin-left: 0;
    min-width: 1.4em;
    min-height: 18px;
    margin-right: .5em;
    vertical-align: middle;
}

    .o-chk:active {
        outline: none;
    }

.o-chkc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    height: 1.4em;
}

    .o-chkc .o-chkico {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        border-color: rgba(0, 0, 0, 0.54);
        width: 1.4em;
        height: 1.4em;
        border: 1px solid #bbb;
        border-radius: 2px;
        background: #fff;
    }

.o-chk.o-chked .o-chkico {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAQAAAADHm0dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfiAxEGARbRH6KhAAAAwklEQVQoz9WSoQrCUBhGzycTkXXBIOwZRLAIYrOJRcQoWM36CIpJVuwLPoUPodViMGgQYdFwDZtjzm2YBL8LP/zcEy7nuzJ8m8LX5G9RhVMIVVXKQU04DTSZ04rWzxOljccooKzc5/XpsmcbLNlokTF1DsYV+ajNFIcjmwwDctWTJVRhhsMZl0fsNl6sOgw5sWOAzZUlPhgUGnlHYUIDgDsLboGhF5r06nEBfNYBmJCdsFljhZNaRor4cnpv+v//mpYnPh9EUZIm3cYAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDMtMTdUMDY6MDE6MjItMDc6MDDLILVDAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTAzLTE3VDA2OjAxOjIyLTA3OjAwun0N/wAAAABJRU5ErkJggg==) no-repeat -3px center white;
}

.o-rdl .o-chk {
    transition: .28s ease;
    font-size: 13px;
    display: inline-block;
}

.o-ochk .o-chk {
    display: inline-block;
}

.o-rdl .o-chk:before,
.o-rdl .o-chk:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .28s ease;
    border: 1px solid #bbb;
    border-radius: 50%;
    background: white;
}

.o-rdl .o-chk:after {
    transform: scale(0);
}

.o-rdl .o-chked.o-chk:after {
    background-color: #727979;
}

.o-rdl .o-chked.o-chk:after {
    transform: scale(0.45);
}

.o-con {
    vertical-align: middle;
}

.awe-disabled .o-chkico {
    background-color: #dcdcdc !important;
}

.awe-rtl .o-chk
{
    margin-left: .5em;
    margin-right: 0;
}

    .awe-rtl .o-chkc .o-chkico
    {
        right: 0;
        left: auto;
    }

/* otoggl */

.o-tg:active {
    outline: none;
}

.o-tg {
    min-width: 4em;
    min-height: 2.2em;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid gainsboro;
    vertical-align: middle;
    line-height: 1.42857143;
}

.o-tgg {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    transition: left .35s;
    left: -100%;
}

.o-tgoff, .o-tgon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.o-tgoff {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    background: #e5e5e5;
}

.o-tg:hover .o-tgoff {
    background: #d3d3d3;
}

.o-tgon {
    left: 0;
    right: 50%;
    color: white;
    background: #337ab7;
}

.o-tg:hover .o-tgon {
    background: #286090;
}

.o-tgh {
    height: 100%;
    border-radius: 4px;
}

.o-chked .o-tgg {
    left: 0;
}

.o-chked.o-tg {
    border-color: #337ab7;
    background: #337ab7;
}

.awe-disabled .o-tg {
    opacity: .64;
}

.o-ccon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@-moz-document url-prefix() { 
  .o-ccon {
     transform: translate(-50%, -50%) scale(1.01) translateZ(0); /* fix for ff */
     padding-bottom: 1px;
  }
}

.o-tgon .o-ccon
{
    margin-left: -.3em;
}

.o-tgoff .o-ccon
{
    margin-left: .3em;
}