body {
    font-family: Vazirmatn, tahoma;
    margin: 0px;
    padding: 0px;
    direction: rtl;
    font-size: 13px;
    /*background: #e8e9ea;*/
    overflow: hidden;
    /*    -webkit-font-smoothing: subpixel-antialiased;*/
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'Vazirmatnx', tahoma;
    }
}

.needTax {
    background-color: #f9bdc0 !important;
    padding: 5px !important;
    border-radius: 5px;
}

.FillTax {
    background-color: #4bff00 !important;
    padding: 5px !important;
    border-radius:5px;
}

.pageStyle {
    background: url(../Style/images/bg.jpg);
}


.PrintCart {
    font-family: Vazirmatn,bnazanin,Nazanin, Tahoma;
    font-size: 14px;
    border: 1px solid silver;
}

.PrintCartBold {
    font-weight: bold;
}




.form-horizontal .form-group {
    /*margin-right: -4px;
    margin-left: -4px;*/
}

.entextclass {
    direction: ltr;
}

.form-horizontal .form-group input[type=text],
.form-horizontal .form-group input[type=password],
.form-horizontal .form-group input[type=email] {
    margin-right: 4px;
    margin-left: 4px;
    width: 80%
}

input, button, textarea, select {
    font-family: Vazirmatn,Vazirmatnx, tahoma;
    font-size: 13px;
}

    input[type=text], input[type=password], input[type=email] {
        border-top: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        padding: 3px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #808080;
        }

        input[type=text]:focus, input[type=password]:focus {
            border: 1px solid #0094ff;
            background: url(inputbg.png) repeat-x;
        }

.input {
    border: 1px solid black !important;
    background-color: white;
}



    .input:hover {
        border: 1px solid #FFBA00 !important;
    }

    .input:focus {
        border: 1px solid #0094ff !important;
    }

    .input * {
        background-color: transparent !important;
        border: 1px solid transparent !important;
    }

    .input input {
        background: transparent !important;
    }

legend {
    color: #c40000;
    font-weight: bold;
}

.TitleSite {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.faradid {
    text-align: center;
    padding-top: 10px;
}

.form-group {
    margin-bottom: 5px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.module {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 370px;
    height: 100%;
    overflow: hidden;
    z-index: 9999999;
    background-color: #ffffff;
}

.module-body {
    position: absolute;
    padding: 15px 15px 0 10px;
    top: 0;
    bottom: 0;
    right: 370px;
    left: 0;
    overflow: auto;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
}

@media screen and (max-width: 800px) {
    .demo-block {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .module {
        width: 300px;
    }

    .module-body {
        right: 300px;
    }
}

.GridTextLarg {
    word-break: break-word;
}

@media screen and (min-width: 1366px) {
    .GridTextLarg {
        font-size: 13px
    }
}

@media screen and (min-width: 1440px) {
    .GridTextLarg {
        font-size: 13px
    }
}

@media screen and (min-width: 1600px) {
    .GridTextLarg {
        font-size: 14px
    }
}

@media screen and (min-width: 1920px) {
    .GridTextLarg {
        font-size: 14px
    }
}

@media screen and (max-width: 800px) {
    btn search
    .module {
        position: relative;
        width: 100%;
        height: auto;
        max-width: none;
        background-size: auto auto;
    }

    .module-body {
        position: relative;
        right: 0;
        padding: 0 10px;
        overflow: hidden;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }


    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px #000000;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px #000000;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-search {
    color: #fff;
    background-color: #256194;
    border-color: blue;
    margin-top: 25px;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

    .btn-warning:active:hover,
    .btn-warning.active:hover,
    .open > .dropdown-toggle.btn-warning:hover,
    .btn-warning:active:focus,
    .btn-warning.active:focus,
    .open > .dropdown-toggle.btn-warning:focus,
    .btn-warning:active.focus,
    .btn-warning.active.focus,
    .open > .dropdown-toggle.btn-warning.focus {
        color: #fff;
        background-color: #d58512;
        border-color: #985f0d;
    }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.RedText {
    color: red;
}

.RedTextBold {
    color: red;
    font-weight: bold;
}

.DataRow .RowText {
    border: 1px solid #808080;
    padding: 1px;
}

.DataRow {
    padding: 2px;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

    .modal #divChart {
        height: 90%;
        width: 90%;
        max-width: none;
    }

#iframeChart, #divChart {
    min-height: 550px;
}

.butPanelBoxNumber {
    position: absolute;
    margin-top: 27px;
    margin-right: 36px;
    background-color: #00437b;
    height: 19px;
    color: #fff;
    border-radius: 10px;
    padding: 2px;
}

.butPanelBox {
    background-color: #d61a6c;
    border-radius: 25px;
    height: 50px;
    width: 50px;
}

.panelHeadGreen {
    color: #fff;
    background-color: #2f8474;
    border-color: #49a94d;
    padding: 5px 7px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panelHead {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 5px 7px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #337ab7;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin: 3px;
}

.panelBody {
    /*padding: 5px;*/
    /*display: inline-block;*/
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.ltr .divTitle {
    direction: ltr;
}

.divTitle u, .Print u {
    text-decoration: none;
    border-bottom: 1px solid #000000;
}



.divTitle {
    background-color: #F8F7F7;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 16px;
    max-height: 350px;
    overflow: auto;
    word-break: break-word;
}

.ltr .divAnswer {
    direction: ltr;
    margin-right: 0px;
    margin-left: 15px;
}

.ltr .PrintQuestionMain {
    display: inline-block;
    direction: ltr;
    float: left;
    width: 100%;
}

.divAnswer {
    font-size: 16px;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
    margin-right: 15px;
    margin-bottom: 10px;
}

.divAnswerOption {
    font-size: 16px;
    padding: 0px;
    font-weight: normal;
    margin-right: 15px;
    margin-bottom: 0px;
}

    .divAnswerOption i {
        font-size: 18px;
        cursor: pointer;
        margin: 4px;
    }

.divBox {
    background-color: #F8F7F7;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 16px;
}

.answer {
    font-size: 14px;
    font-weight: normal;
}

.ltr .answer {
    direction: ltr;
}

.worklistItem {
    cursor: pointer;
}

    .worklistItem:hover {
        background-color: aliceblue;
    }

    .worklistItem:focus {
        background-color: #0094ff;
    }

.WorkListRefresh {
    float: left;
    cursor: pointer;
}

.englishFont {
    /*font-family: 'Cambria Math';*/
    font-family: Vazirmatn;
    font-size: 18px;
}

.SymbolSpan {
    font-family: 'Symbol';
    font-size: 22px;
}

.englishFontRtl {
    /*font-family: 'Cambria Math';*/
    font-family: Vazirmatn;
    font-size: 18px;
    direction: rtl;
}

.englishFontLtr {
    /*font-family: 'Cambria Math';*/
    font-family: Vazirmatn;
    font-size: 18px;
    direction: ltr;
}
/* Have ideas for improving this CSS for the general community? Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader */
.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button {
    display: block;
    /*or inline-block*/
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #DDD;
    color: #FFF;
    cursor: pointer
}

.qq-upload-button-hover {
    background: #CC0000;
    cursor: pointer
}

.qq-upload-button-focus {
    outline: 1px dotted #000000;
    cursor: pointer
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 30px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px;
    }

.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}

.qq-upload-drop-area-active {
    background: #FF7171;
}

.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .qq-upload-list li {
        margin: 0;
        padding: 9px;
        line-height: 15px;
        font-size: 16px;
        background-color: #FFF0BD;
    }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 12px;
}

.qq-upload-file {
}

.qq-upload-spinner {
    display: inline-block;
    background: url("loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 12px;
    font-weight: normal;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-list li.qq-upload-success {
    background-color: #5DA30C;
    color: #FFFFFF;
}

.qq-upload-list li.qq-upload-fail {
    background-color: #D60000;
    color: #FFFFFF;
}

.answer p {
    /*display: inline;*/
    padding-top: 2px !important;
    margin: 0 0 5px !important;
}

.divAnswer p {
    padding-top: 0px !important;
    margin: 0 0 0px !important;
}

.BalanceQuestion {
    background-color: #98fb98;
}

/*تنظیمات چاپ*/
@page {
    size: A4;
    max-width: 250mm;
    counter-increment: page;
    counter-reset: page 0;

    @bottom-center {
        content: counter(page);
    }
}

body {
    counter-reset: page;
}

#print-foot {
    display: none;
}

@media print {



    html, body {
        max-width: 250mm;
    }

    .Pagefoot {
        position: fixed;
        bottom: 0;
    }

    #pagenumber {
        font-family: "B Zar";
        font-weight: bold;
        font-size: 12pt;
    }

        #pagenumber:after {
            content: counter(page);
            counter-increment: page;
        }

    #totalpage {
        content: counter(pages);
    }

        #totalpage:after {
            content: counter(pages);
        }

    .Print .ltr table {
        direction: ltr;
    }

    .PrintPDF .ltr table {
        direction: ltr;
    }
}


.PrintNumber {
    float: right;
    margin-left: 5px;
}

.ltr .PrintNumber {
    float: left;
    margin-right: 5px;
}

.PrintQuestion {
}

.PrintQuestionMain {
    display: inline-block;
}

.PrintOptionCheckbox {
    float: right;
    width: 10px;
}


.PrintOptionNumbering {
    float: right;
    margin-right: 5px;
    width: 30px;
}



.ltr .PrintOptionCheckbox {
    float: left;
    width: 10px;
}


.ltr .PrintOptionNumbering {
    float: left;
    margin-left: 5px;
    width: 30px;
}


.PrintOptionText {
}

.Print {
    max-width: 210mm;
}

.PrintPDF {
    max-width: 1210mm;
}

.PageBreak {
    page-break-after: always;
}

.PageBreak2 {
    page-break-before: always;
}


.PageAll {
    page-break-inside: auto;
}

.PageRow {
    page-break-inside: avoid;
    page-break-after: auto;
}

.Pagehead {
    display: table-header-group;
}

.Pagefoot {
    display: table-footer-group;
}

.Print .divTitle {
    font-family: Vazirmatn;
    background-color: #fff;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 13pt;
    overflow: auto;
    max-height: 11350px;
    word-break: break-word;
}

.PrintPDF .divTitle {
    font-family: Vazirmatn;
    background-color: #fff;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 11pt;
    overflow: auto;
    max-height: 11350px;
    word-break: break-word;
}

.Print .divAnswer {
    font-family: Vazirmatn;
    font-size: 13pt;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
}



.PrintPDF .divAnswer {
    font-family: Vazirmatn;
    font-size: 11pt;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
}

.Print .divAnswer p {
    padding-top: 0px !important;
    margin: 0 0 0px !important;
}

.PrintPDF .divAnswer p {
    padding-top: 0px !important;
    margin: 0 0 0px !important;
}

.Print .Number {
    font-family: Vazirmatn;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: top;
    text-align: center;
}

.PrintPDF .Number {
    font-family: Vazirmatn;
    font-weight: bold;
    font-size: 13pt;
    vertical-align: top;
    text-align: center;
}

.Print .TextCenter {
    font-family: Vazirmatn;
    font-weight: normal;
    font-size: 11pt;
    vertical-align: central;
    text-align: center;
    width: 150px;
}

.PrintPDF .TextCenter {
    font-family: Vazirmatn;
    font-weight: normal;
    font-size: 13pt;
    vertical-align: central;
    text-align: center;
    width: 150px;
}


.Print .ltr .Question {
    font-family: Vazirmatn;
    direction: ltr;
}

.PrintPDF .ltr .Question {
    font-family: Vazirmatn;
    direction: ltr;
}

.Print .Question {
    font-family: Vazirmatn;
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
    border-top: black;
    border-top-style: solid;
    border-top-width: 1px;
}

.PrintPDF .Question {
    font-family: Vazirmatn;
    font-weight: bold;
    font-size: 13pt;
    width: 100%;
    border-top: black;
    border-top-style: solid;
    border-top-width: 1px;
}

.Print .heading {
    width: 100%;
    border: black;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    padding: 5px;
}

.PrintPDF .heading {
    width: 100%;
    border: black;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    padding: 5px;
}

.Print .divTitle p {
    padding-top: 0px !important;
    margin: 0 0 0px !important;
    /*text-align: justify;*/
}

#divPreview .divTitle p {
    padding-top: 0px !important;
    margin: 0 0 0px !important;
    /*text-align: justify;*/
}

#divPreview .ltr table {
    direction: ltr;
}


.PrintPDF .divTitle p {
    padding-top: 0px !important;
    margin: 0 0 0px !important;
    /*text-align: justify;*/
}

.Print .footer {
    max-width: 210mm;
    /*border: black;
    border-style: solid;
    border-width: 1px;*/
    font-size: 10px;
    text-align: center;
    padding: 5px;
}

.PrintPDF .footer {
    max-width: 1210mm;
    /*border: black;
    border-style: solid;
    border-width: 1px;*/
    font-size: 12px;
    text-align: center;
    padding: 5px;
}

.Print .PageAll {
    width: 100%;
}

    .Print .PageAll img {
        max-width: 100%;
    }


.PrintPDF .PageAll {
    width: 100%;
}


.Print .englishFont {
    font-family: Vazirmatn;
    font-size: 11pt;
}

.PrintPDF .englishFont {
    font-family: Vazirmatn;
    font-size: 13pt;
}


.Print .SymbolSpan {
    font-family: 'Symbol';
    font-size: 11pt;
}


.PrintPDF .SymbolSpan {
    font-family: 'Symbol';
    font-size: 13pt;
}

.Print .englishFontRtl {
    font-family: 'Vazirmatn';
    direction: rtl;
    font-size: 11pt;
}

.PrintPDF .englishFontRtl {
    font-family: 'Vazirmatn';
    direction: rtl;
    font-size: 13pt;
}

.Print .englishFontLtr {
    font-family: Vazirmatn;
    direction: ltr;
    font-size: 11pt;
}

.PrintPDF .englishFontLtr {
    font-family: Vazirmatn;
    direction: ltr;
    font-size: 13pt;
}

.Print .ltr table {
    direction: ltr;
}

.PrintPDF .ltr table {
    direction: ltr;
}

@supports (-ms-accelerator:true) {
    .IEStyle {
        display: inline-flex;
    }
}

@supports (-ms-ime-align:auto) {
    .IEStyle {
        display: inline-flex;
    }
}

.floatright {
    float: right;
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.checklistResult p {
    margin: 0px;
    padding: 0px;
}

.border {
    border: 1px solid black;
    border-collapse: collapse;
}

.rowBakColor {
    background-color: #f8f8f8;
}


.checklistResult input[type="checkbox"] {
    display: none;
}

    .checklistResult input[type="checkbox"] + label {
        color: #000;
        cursor: pointer;
        display: flex;
    }

        .checklistResult input[type="checkbox"] + label span {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin: -1px 0px 0 4px;
            vertical-align: middle;
            background: url(/Style/images/check_radio_sheet.png) left top no-repeat;
            cursor: pointer;
        }

    .checklistResult input[type="checkbox"]:checked + label span {
        background: url(/Style/images/check_radio_sheet.png) -19px top no-repeat;
    }


.status-badge-cyan {
    background-color: #8dd5d9;
}

.health-status-block {
    margin: 5px;
    border-radius: 4px;
    color: #fff;
}

.status-badge-cyan .icon {
    background-color: #68b1b5;
}

.health-status-block .icon {
    border-radius: 0 4px 4px 0;
}

.health-status-block .detail {
    border-radius: 4px 0 0 4px;
}

.health-status-block .detail {
    float: right;
    display: inline-block;
    width: 70%;
    border-radius: 4px 0 0 4px;
}

.status-badge-green {
    background-color: #5dc59f;
    /*#5dc560*/
}

    .status-badge-green .icon {
        background-color: #43a29e;
        /*#49a94d;*/
    }

.status-badge-pinky1 {
    background-color: #e67bb0;
}

    .status-badge-pinky1 .icon {
        background-color: #bd789c;
    }

.status-badge-pinky {
    background-color: #e68cb8;
}

    .status-badge-pinky .icon {
        background-color: #c382a5;
    }

.status-badge-pinky2 {
    background-color: #e46394;
    /*#5dc560*/
}

    .status-badge-pinky2 .icon {
        background-color: #b75977;
        /*#49a94d;*/
    }

.status-badge-pinky3 {
    background-color: #dc5ca2;
    /*#5dc560*/
}

    .status-badge-pinky3 .icon {
        background-color: #b35d99;
        /*#49a94d;*/
    }

.status-badge-puprle1 {
    background-color: #a38aca;
}

    .status-badge-puprle1 .icon {
        background-color: #8f81a7;
    }

.status-badge-puprle2 {
    background-color: #9d71a9;
    /*#5dc560*/
}

    .status-badge-puprle2 .icon {
        background-color: #836592;
        /*#49a94d;*/
    }

.status-badge-puprle3 {
    background-color: #885e96;
    /*#5dc560*/
}

    .status-badge-puprle3 .icon {
        background-color: #6e4e71;
        /*#49a94d;*/
    }


.status-badge-orange1 {
    background-color: #e6c564;
}

    .status-badge-orange1 .icon {
        background-color: #caaf62;
    }

.status-badge-orange2 {
    background-color: #d4b457;
    /*#5dc560*/
}

    .status-badge-orange2 .icon {
        background-color: #af9549;
        /*#49a94d;*/
    }

.status-badge-orange3 {
    background-color: #c3a038;
    /*#5dc560*/
}

    .status-badge-orange3 .icon {
        background-color: #907b3e;
        /*#49a94d;*/
    }

.status-badge-orange4 {
    background-color: #ab8c31;
    /*#5dc560*/
}

    .status-badge-orange4 .icon {
        background-color: #826e36;
        /*#49a94d;*/
    }


.health-status-block .icon {
    float: right;
    display: inline-block;
    width: 30%;
    height: 70px;
    font-size: 3em;
    line-height: 70px;
    text-align: center;
    border-radius: 0 4px 4px 0;
}

.status-badge-pink {
    background-color: #2ec198;
    /*#ea5395;*/
}

    .status-badge-pink .icon {
        background-color: #408e75;
        /*#d61a6c;*/
    }

.status-badge-orange {
    background-color: #479078;
    /*#eaae53;*/
}

    .status-badge-orange .icon {
        background-color: #346b5e;
        /*#d28818;*/
    }

.status-badge-cyan .icon {
    background-color: #68b1b5;
}

.health-status-block .detail span.count {
    font-size: 2em;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
}

.health-status-block .detail span {
    display: block;
}

    .health-status-block .detail span.desc {
        margin-top: -5px;
        font-size: .8em;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 10px;
    }


.DesignerQuestionFirstAnswer {
    background: #97bfe8;
}


    .DesignerQuestionFirstAnswer #txtAnswer1 {
        height: 60px !important;
    }

.moduleLoginColor {
    background-color: #337ab7;
    height: 100%
}

.changePwdRibon {
    width: 100px;
    margin-left: 25px;
}

.License {
    max-width: 500px;
    margin: auto;
}

.examHeader {
    background-color: #009b85;
    margin: 3px auto 15px auto;
    border: solid 1px #337ab7;
    color: #fff;
    border-radius: 5px;
    height: 35px;
    padding-right: 5px;
}

.custom-style {
    margin-bottom: 15px;
    margin-left: -4px; /*-56px;*/
    margin-right: 16px;
    border: solid 1px #009b85;
    border-radius: 5px;
    padding: 8px;
    /*box-shadow: 0px 0px 1px 2px #337ab7;*/
}

#result .mainItem {
    margin-bottom: 4px;
}

.mainItem .item {
    font-weight: bold;
}

    .mainItem .item > a {
        color: #fd0c04;
        cursor: pointer;
    }

.custom-style:hover {
    box-shadow: 0px 0px 1px 1px #337ab7;
}

.custom-panel-protest {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

span.highcharts-title {
    right: 64px !important;
    left: 0px !important;
    margin-left: 45% !important;
}

.UserSelectBoxInput {
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    padding: 3px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 160px;
}

.UserSelectBoxButtons {
    padding-right: 5px;
}


fieldset {
    border-radius: 5px;
    border: 1px solid #1e4668;
}

.wordbreak {
    word-break: break-all;
}

.pink {
    background-color: plum;
}

.red {
    background-color: #e6b9b9;
}

.TestAmarGrid {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.TestAmarGreen {
    background-color: mediumspringgreen;
    border: 1px solid black;
}

.TestAmarRed {
    background-color: #ff9e9e;
    border: 1px solid black;
}

.td-name {
    width: 50%;
    margin: 15px;
    text-align: left;
}

.td-field {
    width: 85%;
    text-align: right;
    margin: 3px;
}

.td-minifield {
    width: 40%;
    text-align: left;
    margin: 3px;
}

.td-check {
    width: 10%;
    text-align: center;
    margin: 3px;
    align-self: center;
    margin-right: 100px;
}

.div-btn {
    float: left;
    margin-right: 50px
}


.btn-defaultsalon {
    color: #fff;
    background-color: #1e72a2;
    border-color: #0b6cd0;
}

    .btn-defaultsalon:focus,
    .btn-defaultsalon.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-defaultsalon:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-defaultsalon:active,
    .btn-defaultsalon.active,
    .open > .dropdown-toggle.btn-defaultsalon {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-defaultsalon:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus, .status-badge-green .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.form-horizontals {
    margin-right: 30px;
}

    .form-horizontals .form-groups {
        margin-top: 70px;
    }

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

no-margin > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

.blue-bg {
    color: #fff;
    /*background: #57889c;
    background-color: #57889c;*/
    background: radial-gradient(circle,rgb(104, 149, 189) 0%, rgba(214, 195, 152, 0.82) 100%);
}

.info-box {
    border-radius: 5px;
    min-height: 80px;
    margin-right: 10px;
    margin-left: 40px;
    padding: 0px;
    background-color: white;
    box-shadow: 0 4px 1px 0 rgba(0,0,0,0.1), 0 3px 22px 0 rgba(0,0,0,.15);
    /*-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);*/
}

    .info-box:hover {
        border-radius: 3px;
        min-height: 80px;
        margin-right: 10px;
        margin-left: 40px;
        padding: 0px;
        background-color: #d4eafd;
        box-shadow: 0 4px 1px 0 rgba(0,0,0,0.1), 0 3px 22px 0 rgba(0,0,0,.15);
        /*-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);*/
    }

    .info-box i {
        display: block;
        height: 50px;
        font-size: 40px;
        line-height: 90px;
        width: 70px;
        float: left;
        text-align: center;
        margin-right: 20px;
        padding-right: 20px;
        /*color: rgba(255, 255, 255, 0.75);*/
    }

    .info-box .count {
        margin-right: 10px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #337ab7;
    }
    /*.info-box .count:hover {
            margin-right: 10px;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 700;
            color: #337ab7;
        }*/

    .info-box .title {
        color: #622e6f;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 10px;
    }

.wrapper {
    display: inline-block;
    padding: 0px;
    width: 100%;
}

.btn-reserve {
    width: 80px;
    height: 36px;
    background-color: #337ab7;
    text-align: center;
    margin-left: 20px;
    margin-right: -16px;
    margin-top: 15px;
    border-radius: 3px;
    font-size: 14px;
    color: aliceblue;
}

    .btn-reserve:hover {
        background-color: #2a5e8a;
        color: #fff;
    }

.pic {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 19px;
    margin-left: 17px;
}

.dailyreserved {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    border-spacing: 1px;
}

/*.table-bordered {
    border: 1px solid #ddd;
    border-radius:20px;
}

.table {
    width: 100%;
    max-width: 90%;
    margin-bottom: 20px; 
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}*/
.tbl-program {
    border: 1px solid white;
    width: 70%;
    max-width: 90%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 1px;
    border-color: white;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}


.btn-primaryy:hover {
    color: #fff;
    background-color: #8b9fe6;
    border-color: #204d74;
}

.background {
    width: 100px;
    height: 50px;
    padding: 0;
    margin: 0;
}

.line {
    /*width: 112px;
    height: 47px;
    border-bottom: 1px solid red;
    transform: translateY(-20px) translateX(5px) rotate(27deg);
    position: absolute;
    z-index: -1;*/
    width: 107px;
    height: 1px;
    background-color: black;
    transform: rotate(-26deg);
}

.background > div {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bottom {
    position: absolute;
    bottom: 10px;
    left: 15px;
    transform: rotate(27deg);
}

.top {
    position: absolute;
    top: 10px;
    right: 15px;
    transform: rotate(27deg);
}

.td-reserve {
    background-color: #dff0d8;
    height: 35px;
}

    .td-reserve > span {
        background-color: #dff0d8;
    }

.td-reserve-success {
    border: 1px solid white;
    background-color: #f2dede;
    font-size: 15px;
    position: relative;
}

.td-reserve-warning {
    border: 1px solid gray;
    background-color: #fcf8e3;
    font-size: 14px;
    position: relative;
}

.td-reserve-holiday {
    border: 1px solid gray;
    background-color: #e7eaea;
    width: 30%;
    height: 35px;
}

.th-reserve {
    border: 1px solid white;
    width: 50px;
    background-color: #2e6da4;
    color: #fff;
}

.accept {
    background-color: red;
}

.reject {
    background-color: blue;
}

.State1 {
    background-color: lightgreen;
}

.State2 {
    background-color: #fdce79;
}

.State3 {
    background-color: #ffb6c1;
}

.glyphicon-remove:before {
    content: "\e014";
}

.td-reserve-success span {
    float: right;
}
/*.td-reserve-success span:hover {
    background-color: yellow;
}*/
.design-questionteacher-pic {
    /* width: 50px; */
    height: 36px;
    align-content: center;
    margin-right: 16px;
    margin-top: 8px;
    margin:auto;
}

.info-box2 {
    border-radius: 5px;
    min-height: 80px;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 10px;
    padding: 0px;
    background-color: white;
    box-shadow: 0 4px 1px 0 rgba(0,0,0,0.1), 0 3px 22px 0 rgba(0,0,0,.15);
    /*-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);*/
}

    .info-box2:hover {
        border-radius: 3px;
        min-height: 80px;
        margin-right: 10px;
        margin-left: 5px;
        margin-top: 10px;
        padding: 0px;
        background-color: #d4eafd;
        box-shadow: 0 4px 1px 0 rgba(0,0,0,0.1), 0 3px 22px 0 rgba(0,0,0,.15);
        /*-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);*/
    }

    .info-box2 i {
        display: block;
        height: 50px;
        font-size: 40px;
        line-height: 90px;
        width: 70px;
        float: left;
        text-align: center;
        margin-right: 20px;
        padding-right: 20px;
        /*color: rgba(255, 255, 255, 0.75);*/
    }

    .info-box2 .count {
        margin-right: 10px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #337ab7;
    }
    /*.info-box .count:hover {
            margin-right: 10px;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 700;
            color: #337ab7;
        }*/

    .info-box2 .title {
        color: #2f8474;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 10px;
    }

.lbl {
    background-color: #fded3a;
    color: #2f8474;
    width: 20px;
    height: 10px;
    border-radius: 5px;
    font-size: 15px;
}

#divBody a {
    overflow-wrap: break-word;
}

.redescription {
    overflow-wrap: break-word;
}

.QuestionsExpositoryPage .ExpositoryPages {
    display: flex;
}

.QuestionsExpositoryPage .PageItem {
    border: 1px #56a5ff solid;
    margin: 3px;
    padding: 3px;
    border-radius: 3px;
    background-color: #d8e8fa;
    cursor: pointer;
    width: 100%;
}

    .QuestionsExpositoryPage .PageItem:hover {
        background-color: #f9fcff;
    }

    .QuestionsExpositoryPage .PageItem.active {
        background-color: #7fd2ff;
    }

.QuestionsExpositoryPage .ExpositoryPagesDelete {
    width: 20px;
    margin: auto;
    font-size: 18px;
    color: red;
    cursor: pointer;
    padding-right: 4px;
}


.QuestionList .ExpositoryQuestionsItem {
    border: 1px #56a5ff solid;
    margin: 3px;
    padding: 3px;
    border-radius: 3px;
}

.ExpositoryQuestionsItem .ExpositoryQuestionsDelete {
    font-size: 18px;
    color: red;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
}

.ExpositoryQuestionsItem .ExpositoryQuestionsEdit {
    font-size: 18px;
    color: green;
    padding: 3px;
    margin: 3px;
    cursor: pointer;
}

.ExpositoryQuestionsItem .QuestionType {
    float: left;
    background-color: #bb0000;
    color: #fff;
    border-radius: 25px;
    padding: 2px;
}


.ok {
    background-color: #ffffff !important;
    padding: 5px !important;
    border-radius: 5px;
}

.high {
    background-color: #ecfc6c !important;
    padding: 5px !important;
    border-radius: 5px;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-heading {
    color: inherit;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.pmpDetail {
    padding: 5px;
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin: auto 10px;
    margin-bottom: 2%;
}

.pmpDetail-header {
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    font-size: 15px;
}

.offset-md-1 {
    margin-left: 10%;
}

.col-form-label {
    padding-top: calc(0.175rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.pmpdes {
    margin-bottom: 2%;
    padding: 5px;
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin: auto 10px;
    margin-bottom: 2%;
}

.redcolor {
    color: red;
}

.greenColor {
    color: green;
}

.ExpositoryQuestionDesign i {
    font-size: 18px;
    cursor: pointer;
    margin: 4px;
}

.buttonIcon {
    cursor: pointer;
    font-size: 20px;
}

    .buttonIcon i {
        padding: 5px;
    }


.ExpositoryQuestionsPrintType2 {
    display: block;
    border: 1px solid #9c9999;
    height: 30px;
    border-radius: 3px;
    background-color: #fbfbfb;
}


.ExpositoryQuestionsPrintType6 {
    display: block;
    border: 1px solid #9c9999;
    height: 70px;
    border-radius: 3px;
    background-color: #fbfbfb;
}

.ExpositoryQuestionsInputPrint {
    border: 1px solid #000000;
    padding: 10px;
    margin: 10px;
    display: flex;
    width: 200px;
    flex-direction: column;
    background-color: #ff00001a;
    border-radius: 3px;
}

.divaddPmpqst {
    width: 125px;
    height: 100px;
    margin: auto 10px;
    float: right;
}

.divPmpQ {
    width: 125px;
    height: 100px;
    float: right;
    display: inline-block;
    background-color: #337ab7;
    margin: 8px 8px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #667186;
    border-radius: 5px;
    color: white;
}
    .divPmpQ:hover {
        opacity: 0.9;
        font-weight: bolder;
        cursor: pointer
    }


.mydivouter {
    position: relative;

}

.mydivoverlap {
    position: relative;
    z-index: 1;
}

.mybuttonoverlap {
    position: absolute;
    z-index: 2;
    top: 45px;
    display: none;
    left: 15px;
}

.mydivouter:hover .pmpEdit {
    display: inline-block !important;
}

.pmpEdit {
    margin-top: 17px;
    display: none !important;
    line-height: 24px;
    /* border-radius: 5px; */
    float: right;
    margin-right: 20px;
    margin-left: 3px;
    font-size: 22px;
    color: #f9eaea;
    padding: 3px;
    /* margin: 3px; */
    cursor: pointer;
}
.pmpoverview {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 5px;
    font-size: 20px;
}

#btnAddWeb {
    margin-bottom:5px !important;
}

.Print .PMPTable {
    background-color: antiquewhite;
    height: 40px;
    font-size: 13px;
    border: 1px solid #949393;
}

.Print .PMPTableCell1 {
    font-size: 12px;
    border: 1px solid #949393;
    padding: 2px;
    width: 40%;
}

.Print .PMPTableCell2 {
    font-size: 12px;
    border: 1px solid #949393;
    padding: 2px;
    width: 40%;
}
.Print .PMPTableCell3 {
    font-size: 12px;
    border: 1px solid #949393;
}
.Print .PMPTableCell4 {
    font-size: 12px;
    border: 1px solid #949393;
}

.Print .PMPTableCell5 {
    font-size: 12px;
    border: 1px solid #949393;
}

.ShortPass {
    width: 85%;
    background-color: #dc3545;
    margin-top: 5px;
    height: 3px;
    color: #dc3545;
    font-weight: 500;
    font-size: 12px;
}

.WeakPass {
    width: 85%;
    background-color: #ffc107;
    margin-top: 5px;
    height: 3px;
    color: #ffc107;
    font-weight: 500;
    font-size: 12px;
}

.GoodPass {
    width: 85%;
    background-color: #28a745;
    margin-top: 5px;
    height: 3px;
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
}

.StrongPass {
    width: 85%;
    background-color: #d39e00;
    margin-top: 5px;
    height: 3px;
    color: #d39e00;
    font-weight: 500;
    font-size: 12px;
}

.checklistUserData {
    float: right;
    display: inline-block;
    margin-left: 25px;
    margin-top: 3%;
    width: 20%;
}

.checklistUserpic {
    float: left;
    display: inline-block;
    width: 14%;
}
.chklistbox {
    border: 1px solid #d2e5f5;
    height: 160px;
    padding-top: 20px;
    margin-bottom: 25px;
    padding-right: 10px;
    box-shadow: 1px 1px 8px 1px;
}

.checklistTotalScore {
    text-align: left;
    margin-top: 15px;
    border: 2px solid #d2e5f5;
    box-shadow: 1px 1px 8px 1px;
}

/*//بورس*/
.rvts9 {
    direction: rtl;
    text-align: right;
}

.rvps4 table {
    direction: ltr;
    text-align: right;
}

.rvps3 {
    direction: rtl;
}

    .rvps3 table {
        direction: ltr;
        text-align: right;
    }

.rvps2 {
    text-align: center;
}

    .rvps2 table {
        direction: ltr;
        text-align: right;
    }

.rvps1 {
    text-align: center;
}

.rvps1 {
    text-align: center;
}
/*--------------------*/

.detail
{
text-align:center;
}
.icon
{
text-align:center;
}

.toolbarButton i{
    font-size:18px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
            z-index: 5
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 5
        }

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--geeks-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid var(--geeks-input-border);
    border-radius: .375rem
}

.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
    padding: .75rem 1.25rem;
    font-size: 1.09375rem;
    border-radius: .5rem
}

.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .75rem;
    font-size: .765625rem;
    border-radius: .25rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-left: 4rem
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}


#password-strength-status {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 4px;
    margin-top: 5px;
}

.medium-password {
    background-color: #E4DB11;
    border: #BBB418 1px solid;
    color: #000000;
}

.weak-password {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    color: #FFFFFF;
}

.strong-password {
    background-color: #12CC1A;
    border: #0FA015 1px solid;
    color: #000000;
}




/*
   List Personel Login
*/
:root {
    --bg-Login-Color: #015763 !important;
    --bg-Login-Color-hovor: #015763 !important;
}

.container-PageLogin {
    position: relative;
    width: 100%;
    background-color: #fff;
    min-height: 100vh;
    overflow: hidden;
}

.forms-container-PageLogin {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.signin-signup {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 330px;
    width: 50%;
    transition: 1s 0.7s ease-in-out;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
}

.form-PageLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0rem 5rem;
    transition: all 0.2s 0.7s;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

    .form-PageLogin.sign-up-form-PageLogin {
        opacity: 0;
        z-index: 1;
    }

    .form-PageLogin.sign-in-form-PageLogin {
        z-index: 2;
    }

h2.title-PageLogin.DesktopShow {
    font-size: 1.5rem;
    color: #444;
    margin-bottom: 40px;
    text-align: center;
}

.input-field-PageLogin {
    max-width: 380px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 55px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
}

    .input-field-PageLogin i {
        text-align: center;
        line-height: 55px;
        color: #acacac;
        transition: 0.5s;
        font-size: 1.1rem;
    }

    .input-field-PageLogin input {
        background: none;
        outline: none;
        border: none;
        line-height: 1;
        font-weight: 600;
        font-size: 1.1rem;
        color: #333;
    }

        .input-field-PageLogin input::placeholder {
            color: #aaa;
            font-weight: 500;
        }

.btn-PageLogin {
    width: 150px;
    background-color: var(--bg-Login-Color);
    border: none;
    outline: none;
    height: 49px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

    .btn-PageLogin:hover {
        background-color: var(--bg-Login-Color-hovor);
    }

.panels-container-PageLogin {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.container-PageLogin:before {
    content: "";
    position: absolute;
    height: 2000px;
    width: 2000px;
    top: -10%;
    left: 48%;
    transform: translateY(-50%);
    background: var(--bg-Login-Color);
    transition: 1.8s ease-in-out;
    border-radius: 50%;
    z-index: 6;
}

.image-PageLogin {
    width: 100%;
    transition: transform 1.1s ease-in-out;
    transition-delay: 0.4s;
}

.panel-PageLogin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 6;
}

.left-panel-PageLogin {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}

.right-panel-PageLogin {
    pointer-events: none;
    padding: 3rem 12% 2rem 17%;
}

.panel-PageLogin .content {
    color: #fff;
    transition: transform 0.9s ease-in-out;
    transition-delay: 0.6s;
}

.panel-PageLogin h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 1.5rem;
}

.panel-PageLogin p {
    font-size: 0.95rem;
    padding: 0.7rem 0;
}

.btn-PageLogin.transparent {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: 130px;
    height: 41px;
    font-weight: 600;
    font-size: 0.8rem;
}

.right-panel-PageLogin .image-PageLogin,
.right-panel-PageLogin .content {
    transform: translateX(800px);
}

/* ANIMATION */

.container-PageLogin.sign-up-mode:before {
    transform: translate(100%, -50%);
    right: 52%;
}

.container-PageLogin.sign-up-mode .left-panel-PageLogin .image-PageLogin,
.container-PageLogin.sign-up-mode .left-panel-PageLogin .content {
    transform: translateX(-800px);
}

.container-PageLogin.sign-up-mode .signin-signup {
    left: 25%;
}

.container-PageLogin.sign-up-mode form-PageLogin.sign-up-form-PageLogin {
    opacity: 1;
    z-index: 2;
}

.container-PageLogin.sign-up-mode form-PageLogin.sign-in-form-PageLogin {
    opacity: 0;
    z-index: 1;
}

.container-PageLogin.sign-up-mode .right-panel-PageLogin .image-PageLogin,
.container-PageLogin.sign-up-mode .right-panel-PageLogin .content {
    transform: translateX(0%);
}

.container-PageLogin.sign-up-mode .left-panel-PageLogin {
    pointer-events: none;
}

.container-PageLogin.sign-up-mode .right-panel-PageLogin {
    pointer-events: all;
}

.error-Login {
    color: #9e1b1b !important;
    background-color: #981f212b;
    padding: 0.5em 2em;
    border-radius: 3px;
    width: 50%;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 870px) {
    .container-PageLogin {
        min-height: 800px;
        height: 100vh;
    }

    .signin-signup {
        width: 100%;
        top: 80%;
        transform: translate(-50%, -100%);
        transition: 1s 0.8s ease-in-out;
    }

    .signin-signup,
    .container-PageLogin.sign-up-mode .signin-signup {
        left: 50%;
    }

    .panels-container-PageLogin {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr 1fr;
    }

    .panel-PageLogin {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2.5rem 8%;
        grid-column: 1 / 2;
    }

    .right-panel-PageLogin {
        grid-row: 3 / 4;
    }

    .left-panel-PageLogin {
        grid-row: 1 / 2;
    }

    .image-PageLogin {
        width: 200px;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.6s;
    }

    .panel-PageLogin .content {
        padding-right: 15%;
        transition: transform 0.9s ease-in-out;
        transition-delay: 0.8s;
    }

    .panel-PageLogin h3 {
        font-size: 1.2rem;
    }

    .panel-PageLogin p {
        font-size: 0.7rem;
        padding: 0.5rem 0;
    }

    .btn-PageLogin.transparent {
        width: 110px;
        height: 35px;
        font-size: 0.7rem;
    }

    .container-PageLogin:before {
        width: 1500px;
        height: 1500px;
        transform: translateX(-50%);
        left: 30%;
        bottom: 68%;
        right: initial;
        top: initial;
        transition: 2s ease-in-out;
    }

    .container-PageLogin.sign-up-mode:before {
        transform: translate(-50%, 100%);
        bottom: 32%;
        right: initial;
    }

    .container-PageLogin.sign-up-mode .left-panel-PageLogin .image-PageLogin,
    .container-PageLogin.sign-up-mode .left-panel-PageLogin .content {
        transform: translateY(-300px);
    }

    .container-PageLogin.sign-up-mode .right-panel-PageLogin .image-PageLogin,
    .container-PageLogin.sign-up-mode .right-panel-PageLogin .content {
        transform: translateY(0px);
    }

    .right-panel-PageLogin .image-PageLogin,
    .right-panel-PageLogin .content {
        transform: translateY(300px);
    }

    .container-PageLogin.sign-up-mode .signin-signup {
        top: 5%;
        transform: translate(-50%, 0);
    }

    .DesktopShow {
        display: none;
    }

    .MobileShow {
        display: block;
    }
}

@media (max-width: 570px) {
    .form-PageLogin {
        padding: 0 1.5rem;
    }

    .image-PageLogin {
        display: none;
    }

    .panel-PageLogin .content {
        padding: 0.5rem 1rem;
    }

    .container-PageLogin {
        padding: 1.5rem;
    }

        .container-PageLogin:before {
            bottom: 72%;
            left: 50%;
        }

        .container-PageLogin.sign-up-mode:before {
            bottom: 28%;
            left: 50%;
        }

    .btn-PageLogin-login {
        display: flex !important;
        justify-content: space-evenly;
        align-items: center !important;
        width: 100% !important;
    }

    .DesktopShow {
        display: none;
    }

    .MobileShow {
        display: block;
    }

    h2.title-PageLogin.MobileShow {
        color: #fff !important;
    }
}

@media(min-width:900px) {
    .MobileShow {
        display: none;
    }

    .DesktopShow {
        display: block;
    }
}

.btn-PageLogin-login {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.captcha-login #_container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

/*
    Login End
*/




.MathJax_Hover_Frame {border-radius: .25em; -webkit-border-radius: .25em; -moz-border-radius: .25em; -khtml-border-radius: .25em; box-shadow: 0px 0px 15px #83A; -webkit-box-shadow: 0px 0px 15px #83A; -moz-box-shadow: 0px 0px 15px #83A; -khtml-box-shadow: 0px 0px 15px #83A; border: 1px solid #A6D ! important; display: inline-block; position: absolute}
.MathJax_Menu_Button .MathJax_Hover_Arrow {position: absolute; cursor: pointer; display: inline-block; border: 2px solid #AAA; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; font-family: 'Courier New',Courier; font-size: 9px; color: #F0F0F0}
.MathJax_Menu_Button .MathJax_Hover_Arrow span {display: block; background-color: #AAA; border: 1px solid; border-radius: 3px; line-height: 0; padding: 4px}
.MathJax_Hover_Arrow:hover {color: white!important; border: 2px solid #CCC!important}
.MathJax_Hover_Arrow:hover span {background-color: #CCC!important}
#MathJax_About {position: fixed; left: 50%; width: auto; text-align: center; border: 3px outset; padding: 1em 2em; background-color: #DDDDDD; color: black; cursor: default; font-family: message-box; font-size: 120%; font-style: normal; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; z-index: 201; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -khtml-border-radius: 15px; box-shadow: 0px 10px 20px #808080; -webkit-box-shadow: 0px 10px 20px #808080; -moz-box-shadow: 0px 10px 20px #808080; -khtml-box-shadow: 0px 10px 20px #808080; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')}
#MathJax_About.MathJax_MousePost {outline: none}
.MathJax_Menu {position: absolute; background-color: white; color: black; width: auto; padding: 2px; border: 1px solid #CCCCCC; margin: 0; cursor: default; font: menu; text-align: left; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; z-index: 201; box-shadow: 0px 10px 20px #808080; -webkit-box-shadow: 0px 10px 20px #808080; -moz-box-shadow: 0px 10px 20px #808080; -khtml-box-shadow: 0px 10px 20px #808080; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')}
.MathJax_MenuItem {padding: 2px 2em; background: transparent}
.MathJax_MenuArrow {position: absolute; right: .5em; padding-top: .25em; color: #666666; font-size: .75em}
.MathJax_MenuActive .MathJax_MenuArrow {color: white}
.MathJax_MenuArrow.RTL {left: .5em; right: auto}
.MathJax_MenuCheck {position: absolute; left: .7em}
.MathJax_MenuCheck.RTL {right: .7em; left: auto}
.MathJax_MenuRadioCheck {position: absolute; left: 1em}
.MathJax_MenuRadioCheck.RTL {right: 1em; left: auto}
.MathJax_MenuLabel {padding: 2px 2em 4px 1.33em; font-style: italic}
.MathJax_MenuRule {border-top: 1px solid #CCCCCC; margin: 4px 1px 0px}
.MathJax_MenuDisabled {color: GrayText}
.MathJax_MenuActive {background-color: Highlight; color: HighlightText}
.MathJax_MenuDisabled:focus, .MathJax_MenuLabel:focus {background-color: #E8E8E8}
.MathJax_ContextMenu:focus {outline: none}
.MathJax_ContextMenu .MathJax_MenuItem:focus {outline: none}
#MathJax_AboutClose {top: .2em; right: .2em}
.MathJax_Menu .MathJax_MenuClose {top: -10px; left: -10px}
.MathJax_MenuClose {position: absolute; cursor: pointer; display: inline-block; border: 2px solid #AAA; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -khtml-border-radius: 18px; font-family: 'Courier New',Courier; font-size: 24px; color: #F0F0F0}
.MathJax_MenuClose span {display: block; background-color: #AAA; border: 1.5px solid; border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -khtml-border-radius: 18px; line-height: 0; padding: 8px 0 6px}
.MathJax_MenuClose:hover {color: white!important; border: 2px solid #CCC!important}
.MathJax_MenuClose:hover span {background-color: #CCC!important}
.MathJax_MenuClose:hover:focus {outline: none}
.MathJax_Preview .MJXf-math {color: inherit!important}
.MJX_Assistive_MathML {position: absolute!important; top: 0; left: 0; clip: rect(1px, 1px, 1px, 1px); padding: 1px 0 0 0!important; border: 0!important; height: 1px!important; width: 1px!important; overflow: hidden!important; display: block!important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none}
.MJX_Assistive_MathML.MJX_Assistive_MathML_Block {width: 100%!important}
#MathJax_Zoom {position: absolute; background-color: #F0F0F0; overflow: auto; display: block; z-index: 301; padding: .5em; border: 1px solid black; margin: 0; font-weight: normal; font-style: normal; text-align: left; text-indent: 0; text-transform: none; line-height: normal; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; box-shadow: 5px 5px 15px #AAAAAA; -webkit-box-shadow: 5px 5px 15px #AAAAAA; -moz-box-shadow: 5px 5px 15px #AAAAAA; -khtml-box-shadow: 5px 5px 15px #AAAAAA; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')}
#MathJax_ZoomOverlay {position: absolute; left: 0; top: 0; z-index: 300; display: inline-block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; background-color: white; opacity: 0; filter: alpha(opacity=0)}
#MathJax_ZoomFrame {position: relative; display: inline-block; height: 0; width: 0}
#MathJax_ZoomEventTrap {position: absolute; left: 0; top: 0; z-index: 302; display: inline-block; border: 0; padding: 0; margin: 0; background-color: white; opacity: 0; filter: alpha(opacity=0)}
.MathJax_Preview {color: #888}
#MathJax_Message {position: fixed; left: 1px; bottom: 2px; background-color: #E6E6E6; border: 1px solid #959595; margin: 0px; padding: 2px 8px; z-index: 102; color: black; font-size: 80%; width: auto; white-space: nowrap}
#MathJax_MSIE_Frame {position: absolute; top: 0; left: 0; width: 0px; z-index: 101; border: 0px; margin: 0px; padding: 0px}
.MathJax_Error {color: #CC0000; font-style: italic}

.ADMdtpDays>span:nth-child(1)>span {-moz-transition: all .5s, transform 0.2s 0.01s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.01s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.01s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.01s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(2)>span {-moz-transition: all .5s, transform 0.2s 0.02s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.02s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.02s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.02s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(3)>span {-moz-transition: all .5s, transform 0.2s 0.03s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.03s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.03s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.03s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(4)>span {-moz-transition: all .5s, transform 0.2s 0.04s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.04s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.04s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.04s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(5)>span {-moz-transition: all .5s, transform 0.2s 0.05s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.05s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.05s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.05s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(6)>span {-moz-transition: all .5s, transform 0.2s 0.06s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.06s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.06s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.06s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(7)>span {-moz-transition: all .5s, transform 0.2s 0.07s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.07s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.07s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.07s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(8)>span {-moz-transition: all .5s, transform 0.2s 0.08s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.08s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.08s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.08s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(9)>span {-moz-transition: all .5s, transform 0.2s 0.09s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.09s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.09s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.09s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(10)>span {-moz-transition: all .5s, transform 0.2s 0.1s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.1s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.1s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.1s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(11)>span {-moz-transition: all .5s, transform 0.2s 0.11s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.11s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.11s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.11s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(12)>span {-moz-transition: all .5s, transform 0.2s 0.12s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.12s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.12s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.12s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(13)>span {-moz-transition: all .5s, transform 0.2s 0.13s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.13s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.13s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.13s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(14)>span {-moz-transition: all .5s, transform 0.2s 0.14s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.14s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.14s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.14s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(15)>span {-moz-transition: all .5s, transform 0.2s 0.15s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.15s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.15s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.15s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(16)>span {-moz-transition: all .5s, transform 0.2s 0.16s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.16s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.16s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.16s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(17)>span {-moz-transition: all .5s, transform 0.2s 0.17s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.17s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.17s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.17s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(18)>span {-moz-transition: all .5s, transform 0.2s 0.18s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.18s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.18s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.18s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(19)>span {-moz-transition: all .5s, transform 0.2s 0.19s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.19s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.19s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.19s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(20)>span {-moz-transition: all .5s, transform 0.2s 0.2s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.2s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.2s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.2s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(21)>span {-moz-transition: all .5s, transform 0.2s 0.21s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.21s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.21s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.21s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(22)>span {-moz-transition: all .5s, transform 0.2s 0.22s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.22s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.22s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.22s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(23)>span {-moz-transition: all .5s, transform 0.2s 0.23s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.23s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.23s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.23s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(24)>span {-moz-transition: all .5s, transform 0.2s 0.24s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.24s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.24s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.24s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(25)>span {-moz-transition: all .5s, transform 0.2s 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550); -webkit-transition: all .5s, transform 0.2s 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all .5s, transform 0.2s 0.25s cubic-bezier(0.680, -0.550, 0.265, 1.550); }.ADMdtpDays>span:nth-child(26)>span {-moz-transition: all .5s, transform 0.2s 0.26s cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all .5s, transform 0.2s 0…

/* Chart.js */
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}


.jqstooltip { position: absolute;left: 0px;top: 0px;visibility: hidden;background: rgb(0, 0, 0) transparent;background-color: rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";color: white;font: 10px arial, san serif;text-align: left;white-space: nowrap;padding: 5px;border: 1px solid white;box-sizing: content-box;z-index: 10000;}.jqsfield { color: white;font: 10px arial, san serif;text-align: left;}

.MJXp-script {font-size: .8em}
.MJXp-right {-webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right}
.MJXp-bold {font-weight: bold}
.MJXp-italic {font-style: italic}
.MJXp-scr {font-family: MathJax_Script,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-frak {font-family: MathJax_Fraktur,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-sf {font-family: MathJax_SansSerif,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-cal {font-family: MathJax_Caligraphic,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-mono {font-family: MathJax_Typewriter,'Times New Roman',Times,STIXGeneral,serif}
.MJXp-largeop {font-size: 150%}
.MJXp-largeop.MJXp-int {vertical-align: -.2em}
.MJXp-math {display: inline-block; line-height: 1.2; text-indent: 0; font-family: 'Times New Roman',Times,STIXGeneral,serif; white-space: nowrap; border-collapse: collapse}
.MJXp-display {display: block; text-align: center; margin: 1em 0}
.MJXp-math span {display: inline-block}
.MJXp-box {display: block!important; text-align: center}
.MJXp-box:after {content: " "}
.MJXp-rule {display: block!important; margin-top: .1em}
.MJXp-char {display: block!important}
.MJXp-mo {margin: 0 .15em}
.MJXp-mfrac {margin: 0 .125em; vertical-align: .25em}
.MJXp-denom {display: inline-table!important; width: 100%}
.MJXp-denom > * {display: table-row!important}
.MJXp-surd {vertical-align: top}
.MJXp-surd > * {display: block!important}
.MJXp-script-box > *  {display: table!important; height: 50%}
.MJXp-script-box > * > * {display: table-cell!important; vertical-align: top}
.MJXp-script-box > *:last-child > * {vertical-align: bottom}
.MJXp-script-box > * > * > * {display: block!important}
.MJXp-mphantom {visibility: hidden}
.MJXp-munderover, .MJXp-munder {display: inline-table!important}
.MJXp-over {display: inline-block!important; text-align: center}
.MJXp-over > * {display: block!important}
.MJXp-munderover > *, .MJXp-munder > * {display: table-row!important}
.MJXp-mtable {vertical-align: .25em; margin: 0 .125em}
.MJXp-mtable > * {display: inline-table!important; vertical-align: middle}
.MJXp-mtr {display: table-row!important}
.MJXp-mtd {display: table-cell!important; text-align: center; padding: .5em 0 0 .5em}
.MJXp-mtr > .MJXp-mtd:first-child {padding-left: 0}
.MJXp-mtr:first-child > .MJXp-mtd {padding-top: 0}
.MJXp-mlabeledtr {display: table-row!important}
.MJXp-mlabeledtr > .MJXp-mtd:first-child {padding-left: 0}
.MJXp-mlabeledtr:first-child > .MJXp-mtd {padding-top: 0}
.MJXp-merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 1px 3px; font-style: normal; font-size: 90%}
.MJXp-scale0 {-webkit-transform: scaleX(.0); -moz-transform: scaleX(.0); -ms-transform: scaleX(.0); -o-transform: scaleX(.0); transform: scaleX(.0)}
.MJXp-scale1 {-webkit-transform: scaleX(.1); -moz-transform: scaleX(.1); -ms-transform: scaleX(.1); -o-transform: scaleX(.1); transform: scaleX(.1)}
.MJXp-scale2 {-webkit-transform: scaleX(.2); -moz-transform: scaleX(.2); -ms-transform: scaleX(.2); -o-transform: scaleX(.2); transform: scaleX(.2)}
.MJXp-scale3 {-webkit-transform: scaleX(.3); -moz-transform: scaleX(.3); -ms-transform: scaleX(.3); -o-transform: scaleX(.3); transform: scaleX(.3)}
.MJXp-scale4 {-webkit-transform: scaleX(.4); -moz-transform: scaleX(.4); -ms-transform: scaleX(.4); -o-transform: scaleX(.4); transform: scaleX(.4)}
.MJXp-scale5 {-webkit-transform: scaleX(.5); -moz-transform: scaleX(.5); -ms-transform: scaleX(.5); -o-transform: scaleX(.5); transform: scaleX(.5)}
.MJXp-scale6 {-webkit-transform: scaleX(.6); -moz-transform: scaleX(.6); -ms-transform: scaleX(.6); -o-transform: scaleX(.6); transform: scaleX(.6)}
.MJXp-scale7 {-webkit-transform: scaleX(.7); -moz-transform: scaleX(.7); -ms-transform: scaleX(.7); -o-transform: scaleX(.7); transform: scaleX(.7)}
.MJXp-scale8 {-webkit-transform: scaleX(.8); -moz-transform: scaleX(.8); -ms-transform: scaleX(.8); -o-transform: scaleX(.8); transform: scaleX(.8)}
.MJXp-scale9 {-webkit-transform: scaleX(.9); -moz-transform: scaleX(.9); -ms-transform: scaleX(.9); -o-transform: scaleX(.9); transform: scaleX(.9)}
.MathJax_PHTML .noError {vertical-align: ; font-size: 90%; text-align: left; color: black; padding: 1px 3px; border: 1px solid}

.MathJax_Display {text-align: center; margin: 1em 0em; position: relative; display: block!important; text-indent: 0; max-width: none; max-height: none; min-width: 0; min-height: 0; width: 100%}
.MathJax .merror {background-color: #FFFF88; color: #CC0000; border: 1px solid #CC0000; padding: 1px 3px; font-style: normal; font-size: 90%}
.MathJax .MJX-monospace {font-family: monospace}
.MathJax .MJX-sans-serif {font-family: sans-serif}
#MathJax_Tooltip {background-color: InfoBackground; color: InfoText; border: 1px solid black; box-shadow: 2px 2px 5px #AAAAAA; -webkit-box-shadow: 2px 2px 5px #AAAAAA; -moz-box-shadow: 2px 2px 5px #AAAAAA; -khtml-box-shadow: 2px 2px 5px #AAAAAA; filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true'); padding: 3px 4px; z-index: 401; position: absolute; left: 0; top: 0; width: auto; height: auto; display: none}
.MathJax {display: inline; font-style: normal; font-weight: normal; line-height: normal; font-size: 100%; font-size-adjust: none; text-indent: 0; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0; min-height: 0; border: 0; padding: 0; margin: 0}
.MathJax:focus, body :focus .MathJax {display: inline-table}
.MathJax.MathJax_FullWidth {text-align: center; display: table-cell!important; width: 10000em!important}
.MathJax img, .MathJax nobr, .MathJax a {border: 0; padding: 0; margin: 0; max-width: 5000em; max-height: 5000em; min-width: 0; min-height: 0; vertical-align: 0; line-height: normal; text-decoration: none}
img.MathJax_strut {border: 0!important; padding: 0!important; margin: 0!important; vertical-align: 0!important}
.MathJax span {display: inline; position: static; border: 0; padding: 0; margin: 0; vertical-align: 0; line-height: normal; text-decoration: none; box-sizing: content-box}
.MathJax nobr {white-space: nowrap!important}
.MathJax img {display: inline!important; float: none!important}
.MathJax * {transition: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none}
.MathJax_Processing {visibility: hidden; position: fixed; width: 0; height: 0; overflow: hidden}
.MathJax_Processed {display: none!important}
.MathJax_test {font-style: normal; font-weight: normal; font-size: 100%; font-size-adjust: none; text-indent: 0; text-transform: none; letter-spacing: normal; word-spacing: normal; overflow: hidden; height: 1px}
.MathJax_test.mjx-test-display {display: table!important}
.MathJax_test.mjx-test-inline {display: inline!important; margin-right: -1px}
.MathJax_test.mjx-test-default {display: block!important; clear: both}
.MathJax_ex_box {display: inline-block!important; position: absolute; overflow: hidden; min-height: 0; max-height: none; padding: 0; border: 0; margin: 0; width: 1px; height: 60ex}
.MathJax_em_box {display: inline-block!important; position: absolute; overflow: hidden; min-height: 0; max-height: none; padding: 0; border: 0; margin: 0; width: 1px; height: 60em}
.mjx-test-inline .MathJax_left_box {display: inline-block; width: 0; float: left}
.mjx-test-inline .MathJax_right_box {display: inline-block; width: 0; float: right}
.mjx-test-display .MathJax_right_box {display: table-cell!important; width: 10000em!important; min-width: 0; max-width: none; padding: 0; border: 0; margin: 0}
.MathJax .MathJax_HitBox {cursor: text; background: white; opacity: 0; filter: alpha(opacity=0)}
.MathJax .MathJax_HitBox * {filter: none; opacity: 1; background: transparent}
#MathJax_Tooltip * {filter: none; opacity: 1; background: transparent}
@font-face {font-family: MathJax_Main; src: url('/Style/math/MathJax_Main-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Main-Regular.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Main-bold; src: url('/Style/math/MathJax_Main-Bold.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Main-Bold.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Main-italic; src: url('/Style/math/MathJax_Main-Italic.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Main-Italic.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Math-italic; src: url('/Style/math/MathJax_Math-Italic.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Math-Italic.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Caligraphic; src: url('/Style/math/MathJax_Caligraphic-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Caligraphic-Regular.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Size1; src: url('/Style/math/MathJax_Size1-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Size1-Regular.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Size2; src: url('/Style/math/MathJax_Size2-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Size2-Regular.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Size3; src: url('/Style/math/MathJax_Size3-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Size3-Regular.otf?V=2.7.7') format('opentype')}
@font-face {font-family: MathJax_Size4; src: url('/Style/math/MathJax_Size4-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_Size4-Regular.otf?V=2.7.7') format('opentype')}
.MathJax .noError {vertical-align: ; font-size: 90%; text-align: left; color: black; padding: 1px 3px; border: 1px solid}


@font-face {font-family: MathJax_AMS; src: url('/Style/math/MathJax_AMS-Regular.woff?V=2.7.7') format('woff'), url('/Style/math/MathJax_AMS-Regular.otf?V=2.7.7') format('opentype')}