﻿body {
    margin: 0px;
    padding: 0px;
    direction: rtl;
    font-family: IRANSansWeb,IRANSansWebFace,Tahoma;
    font-size: 13px;
    /*background: #e8e9ea;*/
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.appendDiv {
    border: 1px solid #337ab7;
    margin: 9px 4px;
    padding: 10px;
}

.pageStyle {
    background: url(../Style/images/bg.jpg);
}


.PrintCart {
    font-family: IRANSansWeb,IRANSansWebFace,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: IRANSansWeb,IRANSansWebFace;
    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;
    }
}

@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) {
    .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: 14px;
    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-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;
}

.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: 18px;
    max-height: 350px;
    overflow: auto;
}

.ltr .divAnswer {
    direction: ltr;
    margin-right: 0px;
    margin-left: 15px;
}

.divAnswer {
    font-size: 16px;
    padding: 5px 0px 5px 0px;
    font-weight: normal;
    margin-right: 15px;
    margin-bottom: 10px;
}

.divBox {
    background-color: #F8F7F7;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    font-size: 18px;
}

.answer {
    font-size: 16px;
    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: IRANSansWeb,IRANSansWebFace;
    font-size: 18px;
}

.SymbolSpan {
    font-family: 'Symbol';
    font-size: 22px;
}

.englishFontRtl {
    /*font-family: 'Cambria Math';*/
    font-family: IRANSansWeb,IRANSansWebFace;
    font-size: 18px;
    direction: rtl;
}

.englishFontLtr {
    /*font-family: 'Cambria Math';*/
    font-family: IRANSansWeb,IRANSansWebFace;
    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;
    }
}

.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: IRANSansWeb,IRANSansWebFace;
    background-color: #fff;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 11pt;
    overflow: auto;
    max-height: 11350px;
}

.PrintPDF .divTitle {
    font-family: IRANSansWeb,IRANSansWebFace;
    background-color: #fff;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 13pt;
    overflow: auto;
    max-height: 11350px;
}

.Print .divAnswer {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-size: 11pt;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 5px;
}



.PrintPDF .divAnswer {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-size: 13pt;
    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: IRANSansWeb,IRANSansWebFace;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: top;
    text-align: center;
}

.PrintPDF .Number {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-weight: bold;
    font-size: 13pt;
    vertical-align: top;
    text-align: center;
}

.Print .TextCenter {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-weight: normal;
    font-size: 11pt;
    vertical-align: central;
    text-align: center;
    width: 150px;
}

.PrintPDF .TextCenter {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-weight: normal;
    font-size: 13pt;
    vertical-align: central;
    text-align: center;
    width: 150px;
}


.Print .ltr .Question {
    font-family: IRANSansWeb,IRANSansWebFace;
    direction: ltr;
}

.PrintPDF .ltr .Question {
    font-family: IRANSansWeb,IRANSansWebFace;
    direction: ltr;
}

.Print .Question {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
    border-top: black;
    border-top-style: solid;
    border-top-width: 1px;
}

.PrintPDF .Question {
    font-family: IRANSansWeb,IRANSansWebFace;
    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: IRANSansWeb,IRANSansWebFace;
    font-size: 11pt;
}

.PrintPDF .englishFont {
    font-family: IRANSansWeb,IRANSansWebFace;
    font-size: 13pt;
}


.Print .SymbolSpan {
    font-family: 'Symbol';
    font-size: 11pt;
}


.PrintPDF .SymbolSpan {
    font-family: 'Symbol';
    font-size: 13pt;
}

.Print .englishFontRtl {
    font-family: 'IRANSansWeb,IRANSansWebFace';
    direction: rtl;
    font-size: 11pt;
}

.PrintPDF .englishFontRtl {
    font-family: 'IRANSansWeb,IRANSansWebFace';
    direction: rtl;
    font-size: 13pt;
}

.Print .englishFontLtr {
    font-family: IRANSansWeb,IRANSansWebFace;
    direction: ltr;
    font-size: 11pt;
}

.PrintPDF .englishFontLtr {
    font-family: IRANSansWeb,IRANSansWebFace;
    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;
}


<style > .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: #5dc560;
}

    .status-badge-green .icon {
        background-color: #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: #ea5395;
}

    .status-badge-pink .icon {
        background-color: #d61a6c;
    }

.status-badge-orange {
    background-color: #eaae53;
}

    .status-badge-orange .icon {
        background-color: #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;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.dot {
    width: 25px;
    background-color: #64d4d4;
    border-radius: 71%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
}


.UserTypeSelectBox {
}

.UserTypeSelectBoxInput {
    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;
}

.UserTypeSelectBoxButtons {
    padding-right: 5px;
}

.Thumbs img {
    cursor: pointer;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    margin: 5px;
}

.viewrLink {
    cursor: pointer;
    margin-top: 5px;
    font-size: 24px;
    padding: 3px 6px;
}

.imageOrginalView img {
    border: 1px #b5b5b5;
    border-style: dashed;
}

.imagPageing {
    margin: 5px;
    text-decoration: inherit;
    padding: 3px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.containerLst {
    margin-top: 35px;
    direction: rtl;
    height: 200px;
}

.imageLst {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: 150px
}

.overlay {
    position: absolute;
     top: 110px; 
    /*bottom: 43px;*/
    left: 0;
    right: 0;
    height: 48px;
    width: 150px;
    -ms-opacity: 0;
    opacity: 0;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: #ffffff;
    margin: auto;
}

.overlayLink {
    cursor: pointer;
    width: 20%;
    font-size: 24px;
    text-align: center;
    color: #011c7e;
    display: inline-block;
}

.containerLst:hover .overlay {
    -ms-opacity: 0.8;
    opacity: 0.8;
}

.imageDescription {
    width: 170px;
    word-break: break-all;
    word-wrap: break-word;
    display: inherit;
    margin: auto;
}


.imageBox {
    height: 150px;
    width: 150px;
    display: block;
    border: 1px #e0e0e0;
    border-style: dashed;
    margin: auto;
}

.mainDivFileViewer {
    padding: 6px;
    background: #337ab7;
    color: #ffffff;
    margin-bottom: 5px;
}

    .mainDivFileViewer > div {
        text-align: right;
    }

.mainDivFileViewerDate {
    margin-right: 30px;
}

.actionBtn {
    margin-right: 5px;
}

    .actionBtn > span {
        display: inline-block;
    }

.imageViewerBody {
    background-image: url(/style/images/bg.png);
    background-repeat: repeat;
}

.imageUpload {
    width: 150px;
    height: 150px;
    border-style: dotted;
    border-color: #e0dfdf;
}

.ArchivePlaceUserTypesGrid {
    border-bottom: 1px solid #000000;
    /* margin: 5px; */
    padding-bottom: 5px;
    padding-top: 5px;
    /* margin-right: 10px; */
}

.RowDataGraduateCourses {
    border-bottom: 1px solid #000000;
    padding: 10px;
}



.ribbonn {
    transform: rotate(-45deg);
    border: 27px solid transparent;
    border-bottom: 27px solid #337ab7c9;
    position: absolute;
    top: -3px;
    left: -15px;
    padding: 0 10px;
    width: 30px;
    color: white;
    size: 31px;
}

    .ribbonn .txtt {
        position: absolute;
        top: 6px;
        left: 16px;
    }


    .SerachBoxField {
        padding: 10px;
    }

.SerachBoxType {
    padding: 10px;
}
.SerachBoxField label {
    cursor: pointer;
}
.SerachBoxType label {
    cursor: pointer;
}
.fileNumber {
    font-size: 32px;
    font-weight: bold;
    color: yellow;
    padding: 10px;
}

.documentSelect {
    position: absolute;
    top: 2px;
    right: 30px;
  
    font-size: 18px;
    
}

.documentSelectCheckbox {
    background-color: #ffffff;
}
.toolbar {
    float: left;
}
.toolbar i {
    font-size: 18px;
    cursor: pointer;
}

.imageOrginalView .aspNetDisabled {
    color: grey;
}

.divParent {
    display: block;
}
.BorderNoShowEveryOne {
    border: 2px solid #337ab7c9;
    margin: 2px;
    padding: 2px;
    border-radius: 10px;
}

.BorderShowEveryOne {
    border: 2px solid #398439;
    margin: 2px;
    padding: 2px;
    border-radius: 10px;
}

.BorderRed {
    border: 2px solid #c9302c;
    margin: 2px;
    padding: 2px;
    border-radius: 10px;
}


.ribbonnBorderNoShowEveryOne {
    border-bottom: 27px solid #337ab7c9;
}

.ribbonnShowEveryOne {
    border-bottom: 27px solid #398439;
}



/*
   List Personel Login
*/
:root {
    --bg-Login-Color: #012863 !important;
    --bg-Login-Color-hovor: #012863db !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;
    width: 70%;
}

.captcha-login #_container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

/*
    Login End
*/




.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;
}