﻿@font-face {
    font-family: 'BitaEOrganFonts';
    src: url('../../../Style/Fonts/BitaEOrgan-DesignIconicFont.woff') format('woff');
}

.hide {
    display: none;
}

.hide2 {
    visibility: hidden;
    opacity: 0;
}

.hides {
    display: none !important;
}

.v {
    color: red;
}

.tleft, .tleft2 {
    font-family: Tahoma;
    text-align: left;
    background-color: #f8f8f9;
    min-height: 38px;
}

.tright {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 38px;
}
.tright2 {
}

.tright input[type="text"],
.tright textarea,
.tright select {
    font-family: Tahoma;
}

@media only screen and (max-width: 575px) {
    .row {
        margin-bottom: 7px;
    }

    .tleft {
        text-align: right;
        border-width: 0;
        background-color: #fff;
        font-family: 'IRANSans'';
        padding-top: 0.5rem;
        padding-bottom: 0.2rem;
        padding-bottom: 0;
        color: #596875;
        min-height: inherit;
    }

    .tright {
        border-width: 0;
        padding-bottom: 0;
        padding-top: 0;
        min-height: inherit;
    }

    .w50 {
        width: 75% !important;
    }

    .w75 {
        width: inherit !important;
    }

    .w75_sm_w100 {
        width: 100% !important;
    }

    .w90 {
        width: inherit !important;
    }

    .v {
        position: absolute;
    }

    .search-normal {
        display: none;
    }

    .search-small {
        display: block !important;
    }

    .second-line-search {
        padding-top: 0;
    }
}

.bita_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #000;
    border-radius: 3px;
    outline: none 0 !important;
    background-color: #f1f1f1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
    background-image: url('../Images/down_arrow_drop_down.png');
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: 5px 52%;
    height: auto !important;
    padding: 0.19rem 0.552rem 0.19rem 20px !important;
}

/* ************************************************************************************ */
/* *********************************BITA MATERIAL ************************************* */
.div_bita_checklistbox_item {
}
    .div_bita_checklistbox_item label {
        cursor: pointer;
        padding: 0.2rem 0.3rem;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently */
    }
.div_bita_radiobuttonlistbox_item {
}
    .div_bita_radiobuttonlistbox_item label {
        cursor: pointer;
        padding: 0.2rem 0.3rem;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently */
    }

.tbl_bita_radio_button {
    display: inline-block;
    padding-top: 0.4rem;
}

.tbl_bita_radio_button label {
    margin: 0px !important;
}

.div_switchbutton {
    position: relative;
    width: 32px;
    height: 16px;
}

    .div_switchbutton div.rail {
        border-radius: 40px;
        background-color: #b2b2b2;
        height: 66%;
        position: absolute;
        top: 23%;
        left: 5%;
        right: 5%;
        transition: all 0.2s;
        box-shadow: 0 0 0 0 transparent;
    }

    .div_switchbutton div.thumb {
        width: 50%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 5%;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 2px 4px 0 #717171;
        transition: all 0.2s;
    }

    .div_switchbutton input[type="checkbox"] {
        position: absolute;
        top: -30%;
        left: -30%;
        width: 160%;
        height: 160%;
        margin: 0;
        z-index: 3;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

        .div_switchbutton input[type="checkbox"]:checked ~ div.thumb {
            left: 50%;
            background-color: #287bd5; /*1cb117;*/
            box-shadow: 0 2px 4px 0 #e6e7ea;
        }

        .div_switchbutton input[type="checkbox"]:checked ~ div.rail {
            background-color: #80bdff;
        }

        .div_switchbutton input[type="checkbox"][disabled=""] ~ div.rail {
            background-color: #dedede;
        }

        .div_switchbutton input[type="checkbox"]:focus ~ div.rail {
            box-shadow: 0 0 4px 0 #80bdff;
        }

        .div_switchbutton input[type="checkbox"][disabled=""] ~ div.thumb {
            background-color: #d8d8d8;
            box-shadow: 0 2px 4px 0 #717171;
        }




.div_radio {
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 0;
}

    .div_radio input[type="radio"] {
        position: absolute;
        left: -30%;
        top: -30%;
        width: 160%;
        height: 160%;
        cursor: pointer;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 3;
    }

    .div_radio div.border {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #6e6e6e; /*#fa7c00;*/
        border-radius: 50%;
        z-index: 1;
        transition: all 0.2s;
        box-shadow: 0 0 0 0 transparent;
    }

    .div_radio div.center {
        position: absolute;
        left: 30%;
        top: 30%;
        width: 40%;
        height: 40%;
        background-color: #287bd5;
        border-radius: 50%;
        transform: scale(0);
        transition: all 0.2s;
        z-index: 2;
    }

    .div_radio input[type="radio"]:checked ~ div.border {
        border-color: #287bd5;
    }

    .div_radio input[type="radio"]:checked ~ div.center {
        transform: scale(1);
    }

    .div_radio input[type="radio"][disabled] ~ div.border {
        border-color: #d7d7d7;
    }

    .div_radio input[type="radio"][disabled]:checked ~ div.border {
        border-color: #d7d7d7;
    }

    .div_radio input[type="radio"][disabled]:checked ~ div.center {
        background-color: #d7d7d7 !important;
    }

    .div_radio input[type="radio"]:focus ~ div.border {
        box-shadow: 0 0 4px 0 #80bdff;
    }


.div_checkbox {
    position: relative;
    width: 19px;
    height: 19px;
    z-index: 0;
}

    .div_checkbox input[type="checkbox"] {
        position: absolute;
        left: -30%;
        top: -30%;
        width: 160%;
        height: 160%;
        cursor: pointer;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .div_checkbox div.border {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 2px solid #6e6e6e; /*#287bd5;*/
        border-radius: 2px;
        background-color: transparent;
        z-index: -2;
        transition: all 0.2s;
        box-shadow: 0 0 0 0 transparent;
    }

    .div_checkbox img {
        position: absolute;
        left: 15%;
        top: 15%;
        width: 70%;
        height: 70%;
        transition: all 0.2s;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
    }

    .div_checkbox input[type="checkbox"]:checked ~ div.border {
        border-color: #287bd5;
        background-color: #287bd5;
    }

    .div_checkbox input[type="checkbox"]:checked ~ img {
        /*transform: scale(1);*/
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .div_checkbox input[type="checkbox"][disabled]:checked ~ div.border {
        border-color: #d7d7d7;
        background-color: #d7d7d7;
    }

    .div_checkbox input[type="checkbox"][disabled] ~ div.border {
        border-color: #d7d7d7;
    }

    .div_checkbox input[type="checkbox"]:focus ~ div.border {
        box-shadow: 0 0 4px 0 #80bdff;
    }

.bita_ripple {
    position: relative;
    overflow: hidden;
}

span.bita_ripple_span {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #003366;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.6s;
    opacity: 0.4;
    pointer-events: none;
}

span.bita_ripple_span_animation {
    transform: scale(1);
    opacity: 0;
}
/* *********************************BITA MATERIAL ************************************* */
/* ************************************************************************************ */

.form-control {
    /*font-size: 0.785rem;*/
    font-size: 0.9rem;
    display: inline !important;
    padding: 0.255rem 0.552rem;
}

@media only screen and (max-width: 768px) {
    .form-control {
        padding: 0.375rem 0.75rem;
    }

    select.form-control {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .div_checkbox {
        width: 21px !important;
        height: 21px !important;
    }
    .div_checkbox > img {
        left: 20% !important;
        top: 20% !important;
        width: 60% !important;
        height: 60% !important;
    }

    .div_switchbutton {
        width: 40px !important;
        height: 20px !important;
    }

    .div_radio {
        width: 23px !important;
        height: 23px !important;
    }

    .sm-margin-top {
        margin-top: 1rem;
    }
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@media only screen and (max-width: 575px) {
    .sm-hide {
        display: none;
    }
}

.form-control-required {
    border: 1px solid #dc3545 !important;
    box-shadow: none !important;
}
    .form-control-required:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
    }

.m_tooltip {
    position: absolute;
    z-index: 10000;
    pointer-events: none;
}

.m_tooltip_container {
    background-color: rgba(0, 0, 0, 0.97);
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.75);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.75);
}


.page_title_button_pane_bg2 {
    position: -webkit-fixed;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px !important;
    /*background-color: #f7f7f7;*/
    background-color: #fff;
    box-shadow: 0 0 7px #d3d9df;
    text-align: center;
}
    .page_title_button_pane_bg2 > a.btn {
        font-size: 0.9rem;
        padding: 6px 15px 5px 15px;
    }
.page_title_button_pane_bg2_safari { /*در مرورگر سافاری وقتی که اسکرول صفحه کمتر از حدی است که بتواند استیکی شود*/
    position: absolute;
}
.page_title_button_pane_bg2_sticky {
    position: -webkit-sticky;
    position: sticky;
}

.zmdi1, .bita-icon {
    display: inline-block;
    font: normal normal normal 0.875rem/1 'BitaEOrganFonts';
    /*
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    */
    font-size: 0.875rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table-cell;
    vertical-align: middle;
}

.zmdi2 {
    display: table-cell;
    padding-right: 5px;
    vertical-align: middle;
}

.bita-ok:before {
    content: '\f143';
}

.bita-close:before {
    font-family: 'BitaEOrganFonts';
    content: '\f10d';
}

.bita-edit:before {
    content: '\f1e1';
}

.bita-upload:before {
    content: '\f176';
}

.bita-delete:before {
    content: '\f13d';
}

.bita-reload:before {
    content: '\f146';
}

.bita-cancel:before {
    content: '\f144';
}

.bita-left-arrow-1:before {
    content: '\f10a';
}

.bita_pop_slide {
    position: fixed;
    overflow: hidden;
    z-index: 1900;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.2s;
    box-shadow: 0 0px 17px rgba(0,0,0,.15),0 27px 55px rgba(0,0,0,.3);
}
.bita_pop_slide_op100 {
    opacity: 0;
    filter: alpha(opacity=0);
}
.bita_pop_slide div[rel="title"] {
    background-color: #f7f7f7;
    direction: rtl;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 30px;
    font-size: 0.85rem;
    font-family: Tahoma;
}
.bita_pop_slide div[rel="btn"] {
    position: absolute;
    left: 0;
    top: 0;
}
    .bita_pop_slide div[rel="btn"] > a {
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 2.8rem;
        color: #0053ff;
    }
        .bita_pop_slide div[rel="btn"] > a:hover {
            background-color: #ededed;
        }
        .bita_pop_slide div[rel="btn"] > a:active {
            background-color: #d9d9d9;
            color: #1148ba;
        }
        .bita_pop_slide div[rel="btn"] > a > span {
            font-size: 1.7rem;
            display: inline-block;
            text-shadow: 0 1px 2px #80bdff;
        }
.bita_pop_slide div[rel="frame"] {
    background-color: #fff;
}