﻿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(/assembly/Cards/Styles/images/check_radio_sheet.png) left top no-repeat;
            cursor: pointer;
        }

    .checklistResult input[type="checkbox"]:checked + label span {
        background: url(/assembly/Cards/Styles/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: #a498c1;
}

    .status-badge-green .icon {
        background-color: #9475a2;
    }

.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: #8caad6;
}

    .status-badge-orange .icon {
        background-color: #9091b7;
    }

.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: 5px;
}

.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: 15px;
    direction: rtl;
    height: 200px;
}

.imageLst {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: 150px
}

.overlay {
    position: absolute;
    /* top: 0; */
    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: 30%;
    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(/assembly/Cards/Styles/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: -8px;
    left: -13px;
    padding: 0 10px;
    width: 30px;
    color: white;
    size: 31px;
}

    .ribbonn .txtt {
        position: absolute;
        top: 6px;
        left: 16px;
    }

.td-field {
    width: 20%;
    text-align: left;
    margin: 3px;
}

.td-field-w30 {
    width: 30%;
    text-align: left;
    margin: 3px;
}

.td-data {
    width: 90%;
    margin: 3px;
}

.td-shortdata {
    width: 60%;
    margin: 3px;
}

.td-data-w50 {
    width: 50%;
    margin: 3px;
}

/*.status-badge-orange-1 {
    background-color: #d88858;
}

    .status-badge-orange-1 .icon {
        background-color: #c3664a;
    }

.status-badge-red {
    background-color: #d6575d;
}

    .status-badge-red .icon {
        background-color: #bf223f;
    }
.status-badge-green-1{
    background-color: #2fa589;
}

    .status-badge-green-1 .icon {
        background-color: #289073;
    }*/


.status-badge-orange-1 {
    background-color: #ffc107;
}

    .status-badge-orange-1 .icon {
        background-color: #dea338;
    }

.status-badge-red {
    background-color: #dc3545;
}

    .status-badge-red .icon {
        background-color: #bf223f;
    }

.status-badge-green-1 {
    background-color: #28a745;
}

    .status-badge-green-1 .icon {
        background-color: #1f9272;
    }

.btn-check {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 15px;
    border-radius: 4px;
}

.modal-open {
    overflow: hidden;
}

    body.modal-open,
    .modal-open .navbar-fixed-top,
    .modal-open .navbar-fixed-bottom {
        margin-right: 15px;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}



.farbtastic {
    position: relative;
}

    .farbtastic * {
        position: absolute;
        cursor: crosshair;
    }

    .farbtastic,
    .farbtastic .wheel {
        width: 195px;
        height: 195px;
    }

        .farbtastic .color,
        .farbtastic .overlay {
            top: 47px;
            left: 47px;
            width: 101px;
            height: 101px;
        }

        .farbtastic .wheel {
            background: url(/assembly/Cards/Styles/images/wheel.png) no-repeat;
            width: 195px;
            height: 195px;
        }

        .farbtastic .overlay {
            background: url(/assembly/Cards/Styles/images/mask.png) no-repeat;
        }

        .farbtastic .marker {
            width: 17px;
            height: 17px;
            margin: -8px 0 0 -8px;
            overflow: hidden;
            background: url(/assembly/Cards/Styles/images/marker.png) no-repeat;
        }


/* MagicEdge v1.2.0 */

.BR-rootHolder div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.BR-rootHolder {
    font-family: Helvetica, Arial;
    position: relative;
    left: 0px;
    right: 0px;
    min-width: 790px;
}

.BR-settingsHolder {
    display: none;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.BR-messagesHolder {
    display: none;
    border: 1px solid #999;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.BR-imagesHolder {
    position: relative;
    left: 0px;
    right: 0px;
}

.BR-leftImageHolder, .BR-rightImageHolder {
    position: absolute;
    top: 0px;
    background: white;
    border: 1px solid #999;
}

.BR-leftImageHolder {
    left: 0px;
}

.BR-rightImageHolder {
    right: 0px;
}

.BR-leftCanvasImage, .BR-leftCanvasDraw, .BR-leftCanvasCursor {
    position: absolute;
    top: 0px;
    left: 0px;
}

.BR-rightCanvasImage, .BR-rightCanvasDraw, .BR-rightCanvasCursor {
    position: absolute;
    top: 0px;
    left: 0px;
}

.BR-modalDiv {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.5);
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 220px;
    font-size: 25px;
}

.BR-commandHolder1, .BR-commandHolder2 {
    position: relative;
    height: 40px;
    text-align: left;
    white-space: nowrap;
}

.BR-commandHolder2Left {
    position: absolute;
    left: 0%;
}

.BR-commandHolder2Right {
    position: absolute;
    left: 50%;
}

.BR-commandBtn {
    background-position: 0px 0px;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: rgba(220,220,220,0.95);
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
}

.BR-commandInfoBtn {
    background-position: 0px 0px;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: rgba(220,220,220,0.8);
    display: inline-block;
    margin-left: 4px;
}

.BR-commandInfoLabel {
    padding: 0px;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.BR-commandSubBtn {
    display: block;
}

.BR-commandBtnArrow {
    background-position: center center;
    background-size: 15px 15px;
    width: 15px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.5);
    border-left: none;
    background-color: rgba(220,220,220,0.8);
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    background-image: url(/assembly/Cards/Styles/images/cbarrow.png);
    background-repeat: no-repeat;
}

    .BR-commandBtn:hover, .BR-commandBtnArrow:hover {
        box-shadow: 2px 2px 4px #888888;
    }

.BR-commandBtn:active {
    background-position: 1px 1px;
    box-shadow: 2px 2px 4px #888888;
}

.BR-commandBtnArrow:active {
    box-shadow: 2px 2px 4px #888888;
}

.BR-eraserOptionsHolder, .BR-magicEdgeOptionsHolder, .BR-saveOptionsHolder, .BR-downloadOptionsHolder {
    position: absolute;
    z-index: 9999;
}

.BR-saveOptionsHolder {
    padding: 5px;
    background: rgba(220,220,220,0.95);
    border: 1px solid rgba(0,0,0,0.5);
}

.BR-jpgQualityInput {
    width: 60px;
}

.BR-jpgBgInput {
    width: 90px;
}

.BR-commandText {
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    vertical-align: top;
    color: inherit;
    text-decoration: none;
}

    .BR-commandText, .BR-commandText:link, .BR-commandText:visited, .BR-commandText:hover, .BR-commandText:active {
        color: inherit !important;
        text-decoration: none !important;
    }

.BR-commandDownloadImage {
    display: none;
}

.BR-commandSaveImage {
    display: none;
}

.BR-commandSubInner {
    position: absolute;
    line-height: 14px;
    padding: 1px;
    font-size: 13px;
}

.BR-commandCrop {
    margin-left: 15px;
    background-image: url(/assembly/Cards/Styles/images/crop.png);
    border-right: none;
}

.BR-commandAutoCrop, .BR-commandManualCrop {
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0,0.5);
    border-left: none;
    background-color: rgba(220,220,220,0.8);
    display: inline-block;
    margin-left: 0px;
}

.BR-commandManualCrop {
    /*border-right: none;*/
}

.BR-commandEraser {
    margin-left: 15px;
    background-image: url(/assembly/Cards/Styles/images/eraser.png);
}

.BR-commandEraser1, .BR-commandEraser2, .BR-commandEraser3, .BR-commandEraser4, .BR-commandEraser5, .BR-commandEraser10 {
    background-position: center center;
    background-image: url(images/eraser.png);
    background-repeat: no-repeat;
}

    .BR-commandEraser1:active, .BR-commandEraser2:active, .BR-commandEraser3:active, .BR-commandEraser4:active, .BR-commandEraser5:active, .BR-commandEraser10:active {
        background-position: center center !important;
    }

.BR-commandEraser1 {
    background-size: 10px 10px;
}

.BR-commandEraser2 {
    background-size: 15px 15px;
}

.BR-commandEraser3 {
    background-size: 20px 20px;
}

.BR-commandEraser4 {
    background-size: 25px 25px;
}

.BR-commandEraser5 {
    background-size: 30px 30px;
}

.BR-commandEraser10 {
    background-size: 35px 35px;
}

.BR-eraserSizeLabel, .BR-magicEdgeSizeLabel {
    position: absolute;
    font-size: 10px;
    line-height: 10px;
}

.BR-autoCropCB {
    margin: 1px;
}

.BR-commandOutputSettings {
    background-image: url(/assembly/Cards/Styles/images/outputSettings.png);
}

.BR-commandUndo {
    margin-left: 15px;
    background-image: url(/assembly/Cards/Styles/images/undo.png);
}

.BR-commandRedo {
    background-image: url(/assembly/Cards/Styles/images/redo.png);
}

.BR-disabledBtn {
    opacity: 0.3;
}

.BR-commandZoomIn {
    background-image: url(/assembly/Cards/Styles/images/zoom-in.png);
}

.BR-commandZoomOut {
    background-image: url(/assembly/Cards/Styles/images/zoom-out.png);
}

.BR-commandMove {
    margin-left: 15px;
    background-image: url(/assembly/Cards/Styles/images/hand.png);
}

.BR-commandMagicEdge {
    background-image: url(/assembly/Cards/Styles/images/magicEdge.png);
}

.BR-commandMagicEdge1, .BR-commandMagicEdge2, .BR-commandMagicEdge3 {
    background-position: center center;
    background-image: url(/assembly/Cards/Styles/images/magicEdge.png);
    background-repeat: no-repeat;
}

    .BR-commandMagicEdge1:active, .BR-commandMagicEdge2:active, .BR-commandMagicEdge3:active {
        background-position: center center !important;
    }

.BR-commandMagicEdge1 {
    background-size: 20px 20px;
}

.BR-commandMagicEdge2 {
    background-size: 25px 25px;
}

.BR-commandMagicEdge3 {
    background-size: 30px 30px;
}

.BR-commandSelectForeground {
    background-image: url(/assembly/Cards/Styles/images/foreground.png);
}

.BR-commandSelectBackground {
    background-image: url(/assembly/Cards/Styles/images/background.png);
}

.BR-commandSelectForegroundLine {
    background-image: url(/assembly/Cards/Styles/images/foregroundLine.png);
}

.BR-commandSelectBackgroundLine {
    background-image: url(/assembly/Cards/Styles/images/backgroundLine.png);
}

.BR-commandRemoveDrawing {
    margin-left: 15px;
    background-image: url(/assembly/Cards/Styles/images/removeDrawing.png);
}

.BR-commandMove {
    margin-left: 15px;
    background-image: url(/assembly/Cards/Styles/images/hand.png);
}

.BR-commandMagicWand {
    background-image: url(/assembly/Cards/Styles/images/magicWand.png);
}

.BR-commandExtraMagicWand {
    background-image: url(/assembly/Cards/Styles/images/extraMagicWand.png);
}

.BR-commandMagicWandPropsHolder {
    width: 57px;
    height: 30px;
    border: 1px solid rgba(220,220,220,0.8);
    background-color: rgba(220,220,220,0.8);
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    position: relative;
}

.BR-commandMagicWandPropLabel1, .BR-commandMagicWandPropLabel2 {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    height: 18px;
    cursor: default;
}

.BR-commandMagicWandPropLabel1 {
    top: 0px;
    left: 0px;
}

.BR-commandMagicWandPropLabel2 {
    top: 16px;
    left: 0px;
}

.BR-commandMagicWandPropTolerance, .BR-commandMagicWandPropBorderWidth {
    position: absolute;
    font-size: 11px;
    line-height: 11px;
    height: 14px;
    width: 32px;
    padding: 0px;
    margin: 0px !important;
    border: 0px solid white !important;
    text-align: left;
    padding: 0px !important;
    padding-left: 2px !important;
}

.BR-commandMagicWandPropTolerance {
    top: 0px;
    left: 22px;
}

.BR-commandMagicWandPropBorderWidth {
    top: 16px;
    left: 22px;
}

.BR-commandManualCropPropsHolder {
    width: 120px;
    height: 30px;
    border: 1px solid rgba(220,220,220,0.8);
    background-color: rgba(220,220,220,0.8);
    display: inline-block;
    margin-left: 0px;
    cursor: pointer;
    position: relative;
}

.BR-commandManualCropPropLabel1, .BR-commandManualCropPropLabel2, .BR-commandManualCropPropLabel3, .BR-commandManualCropPropLabel4 {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    height: 18px;
    cursor: default;
}

.BR-commandManualCropPropLabel1 {
    top: 0px;
    left: 0px;
}

.BR-commandManualCropPropLabel2 {
    top: 16px;
    left: 0px;
}

.BR-commandManualCropPropLabel3 {
    top: 0px;
    left: 58px;
}

.BR-commandManualCropPropLabel4 {
    top: 16px;
    left: 58px;
}

.BR-commandManualCropPropX, .BR-commandManualCropPropY, .BR-commandManualCropPropW, .BR-commandManualCropPropH {
    position: absolute;
    font-size: 11px;
    line-height: 11px;
    height: 14px;
    width: 45px;
    padding: 0px;
    margin: 0px !important;
    border: 0px solid white !important;
    text-align: left;
    padding: 0px !important;
    padding-left: 2px !important;
}

.BR-commandManualCropPropX {
    top: 0px;
    left: 10px;
}

.BR-commandManualCropPropY {
    top: 16px;
    left: 10px;
}

.BR-commandManualCropPropW {
    top: 0px;
    left: 72px;
}

.BR-commandManualCropPropH {
    top: 16px;
    left: 72px;
}

.BR-commandPreviewTransparent {
    background-image: url(/assembly/Cards/Styles/images/previewTransparent.png);
    float: right;
}

.BR-commandPreviewEdgeMask {
    background-image: url(/assembly/Cards/Styles/images/previewEdgeMask.png);
    float: right;
}

.BR-commandPreviewEdge {
    background-image: url(/assembly/Cards/Styles/images/previewEdge.png);
    float: right;
}

.BR-commandBorderMover {
    background-image: url(/assembly/Cards/Styles/images/borderMover.png);
}

.BR-commandResizeHorizontalLeft, .BR-commandResizeHorizontalRight {
    float: right;
    background-image: url(/assembly/Cards/Styles/images/resizeHorizontal.png);
    display: none;
}

.BR-commandResizeHorizontalOpositeLeft, .BR-commandResizeHorizontalOpositeRight {
    float: right;
    background-image: url(/assembly/Cards/Styles/images/resizeHorizontalOposite.png);
}

.BR-cursorPAN {
    cursor: url(/assembly/Cards/Styles/images/handIcon.png) 15 15, auto;
}

.BR-cursorFGPOLY, .BR-cursorFGLINE {
    cursor: url(/assembly/Cards/Styles/images/greenDot10.png) 4 4, auto;
}

.BR-cursorBGPOLY, .BR-cursorBGLINE {
    cursor: url(/assembly/Cards/Styles/Magic/images/redDot10.png) 5 5, auto;
}

.BR-cursorMAGICWAND {
    cursor: url(/assembly/Cards/Styles/images/magicWandCursor.png) 17 17, auto;
}

.BR-cursorEXTRAMAGICWAND {
    cursor: url(/assembly/Cards/Styles/images/extraMagicWandCursor.png) 17 17, auto;
}

.BR-cursorMAGICEDGE {
    cursor: none;
}

.BR-cursorEDGEMOVER {
    cursor: none;
}

.BR-cursorERASER {
    cursor: none;
}

.BR-commandSelectImage {
    /*margin-left: 15px;*/
}

.BR-commandConvert {
    margin-left: 15px;
}

.BR-commandEdgeHolder {
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.BR-commandEdgeSelect {
}

.BR-edgeLabel {
    position: absolute;
    right: 4px;
    top: -10px;
    z-index: 10;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.BR-commandPreviewCustom {
    margin-left: 4px;
    background-image: url(/assembly/Cards/Styles/images/color.png);
    background-color: white;
    float: right;
}

.BR-colorPickerHolder {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 35px;
    margin-left: 0px;
}

.BR-colorPicker {
    position: absolute;
    margin-left: -78px;
    z-index: 9999;
    width: 200px;
    height: 200px;
}


.BR-colorPickerHolderSaveAs {
    display: inline-block;
    position: relative;
    float: right;
    /*margin-top:35px;*/
    margin-left: 0px;
}

.BR-colorPickerSaveAs {
    position: absolute;
    margin-left: -148px;
    margin-top: 28px;
    z-index: 9999;
    width: 200px;
    height: 200px;
}

.BR-settingsInput {
    width: 500px;
}

.BR-dropInfo {
    display: none;
    pointer-events: none;
    cursor: default;
    text-align: center;
    padding: 30px;
    line-height: 60px;
    font-size: 25px;
    top: 0px;
    left: 0px;
    position: absolute;
    border: 5px lightgray dashed;
    color: gray;
}

.BR-dropInfoEnter {
    border: 5px #00EE00 dashed;
    color: #00EE00;
    background: rgba(0,240,0,0.1);
}

.display-none {
    display: none !important;
}

/*
   List Personel 
*/

.PersonelShowContainer {
    height: 465px;
    width: 300px;
    box-shadow: 0 10px 20px #d3e1f1;
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    border: 2px solid #d8e8fa;
}

    .PersonelShowContainer p {
        margin: 0.5em !important;
    }

    .PersonelShowContainer img {
        max-height: 200px;
        margin-top: 1.2em;
        border-radius: 1em;
    }

/*
    List Personel
*/

/*
   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
*/
