﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    direction: rtl;
    font-size: 16px !important;
    /*background: url('images/top.jpg') center top no-repeat;
    background-size:100%;*/
}

label, input, button, select, textarea {
    font-size: 16px !important;
}

.container-fluid {
    margin-bottom: 70px !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
}

input,
select,
textarea {
    /*max-width: 280px;*/
    width: 100%;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.table-HighLow {
    max-width: 550px;
}

#content {
    padding: 0px 75px;
}

.table th {
    background-color: #428BCA !important;
    color: white;
    text-align: center !important;
}

.table td {
    text-align: center !important;
}

br {
    clear: both;
}

.navbar, .navbar-inverse, .navbar-fixed-top, .navbar-inverse .navbar-brand, .navbar .nav > li > a, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    /*color: white !important;*/
}

.navbar-inverse {
    /*background-color: #428BCA !important;*/
    background-color: #428BCA !important;
    border-color: #428BCA !important;
}

.container-fluid {
    margin: auto;
}

.submit {
    margin: auto;
    text-align: center;
}

.center-block {
    max-width: fit-content !important;
    margin: auto;
}

.navbar-header {
    float: none;
}

.navbar-brand {
    float: right;
    font-size: 24px;
}

.headerImg {
    float: left;
    border-radius: 10px;
    margin-top: 10px;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected, .k-rtl .k-progressbar-horizontal > .k-state-selected {
    right: auto !important;
    left: -1px !important;
    border-radius: 4px 0 0 4px !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #428BCA !important;
    border-color: #428BCA !important;
}

.progressbarContainer {
    text-align: center;
    max-width: 550px;
    margin-bottom: 20px;
    margin: auto;
}

.btn-group {
    margin-top: 20px;
}

.btnItem {
    display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    border-color: #428BCA !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.btnItem:hover, .btnItem:focus {
    border-color: rgba(32, 178, 170, 0.5) !important;
    background-color: rgba(32, 178, 170, 0.3) !important;
    border-width: 1px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff !important;
}

.navbar-nav li :hover {
    background-color: #fff !important;
}

.k-progress-status {
    display: none !important;
}


#header .header-inner {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.navbar {
    margin-bottom: 0px !important;
}

form#logoutForm {
    margin: auto;
}

.underline {
    text-decoration: underline;
}

input.btn.btn-default {
    margin: 20px;
}

textarea.emailText {
    height: 150px;
    width: 400px;
}

.emailText {
    width: 400px;
}

textarea#content {
    max-width: 700px !important;
    width: 700px !important;
}

select#questionareID {
    height: 40px !important;
}

.test-form {
    max-width: 800px;
    margin-top: -50px;
}

.margin0 {
    margin: 0px !important;
}

.qButtons {
    width: 90px !important;
    margin: 0px 2px !important;
}

a.none {
    pointer-events: none;
    cursor: default;
    color: black;
}

div#fastAndFurious {
    width: 100%;
}

select#showResultDropDown {
    font-size: 14px !important;
    min-width: 130px;
}

select#item_showResult {
    font-size: 14px !important;
}

.modal-dialog {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

iframe#modal-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    margin: 0px;
    /*padding-left: 57px;*/
    height: 500px;
}

.Accesskey-box {
    padding: 10px 40px;
    background-color: Highlight;
    border-radius: 10px;
    margin: 5px;
    overflow: hidden;
}

.Accesskey-table {
    table-layout: fixed !important;
    width: 100%;
}

.dt {
    font-weight: bold;
    float: right;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd {
    float: right;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 15px;
    margin-left: 25px;
}


ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
        float: right;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
        }

            ul.pagination li a.active {
                background-color: #4CAF50;
                color: white;
                border: 1px solid #4CAF50;
            }

            ul.pagination li a:hover:not(.active) {
                background-color: #ddd;
            }

div.center {
    text-align: center;
}

.counter {
    background-color: lightcoral;
    height: 100%
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.d-none {
    display: none !important;
}

.alert {
    font-size: 1.8rem !important;
}

.required {
    /*    border: solid 2px #c33;
    border-radius: 5px;
*/ border: solid 2px #c33;
    border-radius: 5px;
    color: #a94442;
    background-color: #f2dede;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important
}

.mt-10 {
    margin-top: 10px !important
}

#chooseModel h3 {
    margin-top: 10px !important
}

.dataTables_length select.custom-select {
    width: 54px !important;
}

.ml-20 {
    margin-left: 20px !important;
}


.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #dbdbdb;
            background-color: rgb(255, 255, 255);
            border-color: rgb(223, 223, 223);
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: rgb(255,255,255);
                content: " ";
                top: 0;
                position: relative;
                left: -17px;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0,0,0,0.4);
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 0;
        }


        /* Switch Default */
        .checkbox.checbox-switch label > input:checked + span,
        .checkbox-inline.checbox-switch > input:checked + span {
            background-color: rgb(180, 182, 183);
            border-color: rgb(180, 182, 183);
            box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch > input:checked:disabled + span {
            background-color: rgb(220, 220, 220);
            border-color: rgb(220, 220, 220);
            box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:disabled + span,
        .checkbox-inline.checbox-switch > input:disabled + span {
            background-color: rgb(232,235,238);
            border-color: rgb(255,255,255);
        }

            .checkbox.checbox-switch label > input:disabled + span:before,
            .checkbox-inline.checbox-switch > input:disabled + span:before {
                background-color: rgb(248,249,250);
                border-color: rgb(243, 243, 243);
                box-shadow: 0 1px 4px rgba(0,0,0,0.1);
            }


        /* Switch Primary */
        .checkbox.checbox-switch.switch-primary label > input:checked + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
            background-color: rgb(0, 105, 217);
            border-color: rgb(0, 105, 217);
            box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
            background-color: rgb(109, 163, 221);
            border-color: rgb(109, 163, 221);
            box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

.sup {
    font-size: 20px !important;
    color: red !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
vertical-align: middle !important;
}

td.folder {
text-align:right !important;
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .zoom:hover,
    .zoom:active,
    .zoom:focus {
        /**adjust scale to desired size, 
add browser prefixes**/
        -ms-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
        position: relative;
        z-index: 100;
    }