.modal{z-index: 1140 !important;}
.ns-box{z-index: 10000 !important;}
.f-n{float:none !important;}
.rtl{direction: rtl !important;}
.ltr{direction: ltr !important;}
.flex{display: flex !important;}
.inline-flex{display:inline-flex !important;}
.inline-block{display: inline-block !important;}
.text-start{text-align:start !important;}
.text-end{text-align:end !important;}
:lang(ug) .align-left{ right:0;left:auto;float: right;}
:lang(cn) .align-left{ left:0;right:auto;float: left;}
:lang(ug) .align-right{ left:0;right:auto;float: left;}
:lang(cn) .align-right{ right:0;left:auto;float: right;}
.text-justify{text-align: justify;text-justify: kashida !important;}
.p-xs{padding:5px;}
.p-sm{padding:10px;}
.p{padding:15px;}
.p-md{padding:20px;}
.p-lg{padding:30px;}
.p-n{padding:0 !important;}
.p-h-xs{padding-left:5px;padding-right:5px;}
.p-h-sm{padding-left:10px;padding-right:10px;}
.p-h{padding-left:15px;padding-right:15px;}
.p-h-md{padding-left:20px;padding-right:20px;}
.p-h-lg{padding-left:30px;padding-right:30px;}
.p-h-n{padding-left:0 !important;padding-right:0 !important;}
.m-h-xs{margin-left:5px;margin-right:5px;}
.m-h-sm{margin-left:10px;margin-right:10px;}
.m-h{margin-left:15px;margin-right:15px;}
.m-h-md{margin-left:20px;margin-right:20px;}
.m-h-lg{margin-left:30px;margin-right:30px;}
.m-h-n{margin-left:0 !important;margin-right:0 !important;}
.m-v-xs{margin-top:5px;margin-bottom:5px;}
.m-v-sm{margin-top:10px;margin-bottom:10px;}
.m-v{margin-top:15px;margin-bottom:15px;}
.m-v-md{margin-top:20px;margin-bottom:20px;}
.m-v-lg{margin-top:30px;margin-bottom:30px;}
.m-v-n{margin-left:0 !important;margin-bottom:0 !important;}
.w128{width: 128px;}
.w150{width: 150px;}
.w250{width: 250px;}
.w300{width: 300px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.back-gray{background:#f5f5f5;}
.form-control a {border: none !important;height: 100% !important;line-height: inherit !important;outline: none;}
.select2-result-sub{padding-inline-start: 20px !important;}
.select2-chosen{margin-right: 4px !important;}
.pages{
    display:inline-flex;
    flex-direction: row;
    justify-content:center;
    height: 30px;
    line-height: 30px;
    border:#dddddd solid 1px;
    border-radius: 4px;
}
.pages a,.page{
    width: 30px;
    display: block;
/*    float: right;*/
    text-align: center;
    color:#2e3e4e;
    cursor: pointer;
    background-color:#ffffff;
}
.pages a:focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
.pages a:hover, .pages a:focus {
    color:#333333;
    text-decoration:none;
}
.pages a:active, .pages a.active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pages a.disabled, .pages a[disabled], fieldset[disabled] .pages a {
    pointer-events:none;
    cursor:not-allowed;
    opacity:0.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
}
.page{
    width: auto;
    border: none;
    background-color:#ffffff;
    padding-left: 1px;
    padding-right: 1px;
    cursor: auto;
}
.pre,.next{
    border-left: #dddddd solid 1px;
    border-right: #dddddd solid 1px;
}
:lang(ug) .first{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
:lang(cn) .first{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
:lang(ug) .last{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
:lang(cn) .last{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.konupka:focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
.konupka:hover, .konupka:focus {
    color:#333333;
    text-decoration:none;
    cursor: pointer;
}
.konupka:active, .konupka.active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#mask{
    border:none;
    width:100%;
    height:100%;
    background:#333;
    opacity:0.6;
    filter:alpha(opacity=60);
    position:fixed;
    top:0;
    left:0;
    display: block;
}
#msgbox{
    max-width: 350px;
    min-width: 150px;
    max-height: 550px;
    min-height: 100px;
    background:#FFF;
    border:1px solid rgba(0, 0, 0, 0.2);
    z-index: 5000;
    border-radius: 6px;
    position:fixed;
    top:50%;
    left:50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.msgbox-title{
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    color:#bdb8b8;
}
.msgbox-close{
    float: left;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    border: 0px;
}
.msgbox-content{
    padding: 10px 8px;
}
.msgbox-buttons{
    height:40px;
    line-height: 40px;
    text-align: center;
    border: none;
    border-top: #979797 solid 1px;
}
.msgbox-buttons input{
    height:28px;
    width:70px;
    line-height: 28px;
    background: #DADADA;
    color:#666666;
    border: #00cccc solid 1px;
    border-radius: 2px;
    margin: 2px;
}
#img_code{
    padding: 0px;
    border-radius:0px;
    border:#d9d9d9 1px solid;
}
:lang(cn) #img_code{
    margin-left:-2px;
    border-left:none;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
:lang(ug) #img_code{
    margin-right:-2px;
    border-right:none;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}
:lang(cn) #txt_code{
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
}
:lang(ug) #txt_code{
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
.padder{
    margin-top: 20px;
    margin-bottom: 20px;
}
:lang(ug) .padder-side{margin-right: 40px;}
:lang(cn) .padder-side{margin-left: 40px;}
:lang(ug) .padder-one-side{margin-left: 10px;}
:lang(cn) .padder-one-side{margin-right: 10px;}
.spanpad{
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 1200px) {
    .col-percent-80 {width:83.33333333333334%;}
}
.padbottom{margin-bottom: 15px;}
.padbottom10{margin-bottom: 10px;}
.img-style{
    clear: both;
    display: block;
    max-width: 100%;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
}
/*input[type="radio"] {display: none;}
input[type="radio"] + label span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 17px;
}
input[type="radio"] + label span {
    color: #717171;
    background-color: #fff;
    border: #717171 1px solid;
    margin-left: 5px;
    margin-right: 5px;
}
input[type="radio"]:checked + label span {
    color: #fff;
    background-color: #717171;
}
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}*/
.theright{color: #04ba51;}
.thewrong{color:#9b060f;}
.theright span{background-color:#04ba51 !important;color:#fff !important;}
.thewrong span{background-color:#9b060f !important;color:#fff !important;}
.control-group {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}
:lang(cn) .control{padding-left: 30px;}
:lang(ug) .control{padding-right: 30px;}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}
:lang(cn) .control__indicator{left: 0;}
:lang(ug) .control__indicator{right: 0;}
.control--radio .control__indicator {border-radius: 50%;}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {background: #ccc;}
/* Checked state */
.control input:checked ~ .control__indicator {background: #2aa1c0;}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {display: block;}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {border-color: #7b7b7b;}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {background: #7b7b7b;}
.select select::-ms-expand{display: none;}
.boxs{
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    min-width: 160px;
    max-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.heading{
    background-color: #f5f5f5;
    margin-top: -5px;
    color: #333333;
    border-radius: 2px 2px 0 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.listbox {
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: -6px;
    overflow: auto;
}
.listbox>option{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    height: 28px;
}
.listbox>option:checked{border:#2aa1c0 2px solid;}
.listbox>option:hover{background-color: #f5f5f5;}
.center{
    width: auto;
    margin: 0px auto;
}
.scrollbody{
    position: fixed;
    overflow: auto;
    height: 100%;
}
.worked{background-color:#b1e8e8 !important;}
.redback{background-color:#f00 !important;}
.greenback{background-color:#0f0 !important;}
.worked{background-color:#b1e8e8 !important;}
.hide{display:none !important;}
.icon-style{
    font-size:40px;
    margin-top:-8px;
}
:lang(ug) .icon-style{
    margin-right:-14px !important;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}
:lang(cn) .icon-style{margin-left:-14px !important;}
/*.p5>a{margin-bottom: 4px;}*/

.rotate {
    font-family: Qagan;
    -webkit-transform: rotate(90deg) scaleY(-1);
    -moz-transform: rotate(90deg) scaleY(-1);
    -ms-transform: rotate(90deg) scaleY(-1);
    -o-transform: rotate(90deg) scaleY(-1);
    transform: rotate(90deg) scaleY(-1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    word-break: keep-all;
    position: absolute;
    margin: auto;
}
.login-action-code-img{width:232px;height:232px;border:1px solid #e1e1e1;background-color:#f5f5f5;text-align:center;position:relative;}
.login-action-code-img img{max-width:232px;max-height:232px;_height:232px;width: 100% !important;}
.login-action-code-img p{position:absolute;left:0;top:100px;width:100%;line-height:32px;box-sizing:border-box;color:#000;}
.login-action-code-img a{color:#FF8C00 !important;margin:0 4px 0}
.login-action-code-img span{display:inherit;text-align:center;height:232px;background-repeat:no-repeat;background-image:url(../img/loader.gif);background-position:center}