﻿@font-face {
    font-family: IranYekan;
    src: url('../../WebsiteThemeAsets/Themefonts/iranyekanwebregularfanum.ttf') format('truetype');
    font-weight: 500;
}


@font-face {
    font-family: IranYekan;
    src: url('../../WebsiteThemeAsets/Themefonts/iranyekanwebblackfanum.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: IranYekan;
    src: url('../../WebsiteThemeAsets/Themefonts/iranyekanweblightfanum.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: IRANSans;
    src: url('../../WebsiteThemeAsets/Themefonts/IRANSans.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: IRANSans;
    src: url('../../WebsiteThemeAsets/Themefonts/IRANSans_Bold.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: IRANSans;
    src: url('../../WebsiteThemeAsets/Themefonts/IRANSans_Light.ttf') format('truetype');
    font-weight: 300;
}

.hundred {
    min-width: 100px;
}

td {
    vertical-align: middle !important;
}

.operator {
    white-space:nowrap;
    width: 220px;
}

.half-operator {
    width: 114px;
}

.head-title {
    padding: 6px 12px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

input[type="file"] {
    display: none !important;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.list-image {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transform: rotate(0deg);
    transition-duration: 1s;
}

    .list-image:hover {
        transform: rotate(10deg) scale(1.1);
        transition-duration: 1s;
    }

.star {
    background-image: url(/Content/img/all-star-clipart-star-md.png);
    display: block;
    width: 36px;
    height: 34px;
    text-align: -webkit-center;
    padding: 9px;
    color: #fff;
}

.detail-image {
    width: 200px;
    border-left: 2px solid #0094ff;
    padding: 10px;
    border-radius: 20px;
    border-right: 2px solid #0094ff;
}

.fakebtn {
    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;
    -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;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    text-shadow: 0 1px 0 #b6b6b6;
    color: #fff;
}


th, td {
    /*white-space: nowrap;*/
}

.singleline {
    white-space: nowrap;
}

.badword {
    /*font-size: 17px;*/
    padding: 0px 9px;
    color: #fff;
    border-radius: 8px;
}

.pagerfooter {
    margin: 0px;
}

.splitnumber {
    direction: ltr !important;
    /*font-family: 'PT Sans', sans-serif;*/
    font-weight: bold;
    font-size: 15px;
}

.hide {
    display: none;
}

.list-number {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.autocomplatebox {
    display: none;
    overflow-x: auto;
    max-height: 136px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
    direction: ltr;
    text-align: right;
    position: relative;
    z-index: 10000;
    background-color: #f5f5f5;
    margin-top: 3px;
}

.autoclick {
    padding: 6px 10px;
    cursor: pointer;
}

    .autoclick:hover {
        background-color: #ededed;
    }

















.nav-side-menu {
    overflow: auto;
    /*font-family: verdana;*/
    font-size: 13px;
    font-weight: 200;
    background-color: #2e353d;
    position: fixed;
    top: 0px;
    width: 25%;
    height: 100%;
    color: #e1ffff;
}

    .nav-side-menu .brand {
        background-color: #23282e;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
    */
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-right: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            padding: 4px;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #020203;
            }

            .nav-side-menu ul .sub-menu li:after,
            .nav-side-menu li .sub-menu li:after {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
                transform: rotate(180deg);
                float: left;
            }

    .nav-side-menu li {
        padding-left: 0px;
        border-left: 3px solid #2e353d;
        border-bottom: 1px solid #23282e;
    }

        .nav-side-menu li a {
            text-decoration: none;
            color: #e1ffff;
            display: inline-table;
            width: 80%;
            margin-right: 10px;
        }

            .nav-side-menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 20px;
            }

        .nav-side-menu li:hover {
            border-right: 3px solid #d19b3d;
            background-color: #4f5b69;
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
            -ms-transition: all 0s ease;
            transition: all 0s ease;
        }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #ffffff;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

.a {
    color: #222;
}


.login-box {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    max-width: 700px;
    width: 100%;
    min-width: 500px;
    min-height: 550px;
    margin: auto;
    /*margin-top: 30px;*/
    box-shadow: 5px 5px 25px #888888;
    padding: 25px;
    display: table;
}

    .login-box > div {
        display: table-cell;
        vertical-align: middle;
    }

        .login-box > div > div {
            text-align: center;
            padding: 50px 20px 50px 20px;
        }

.login-btn {
    float: left;
    padding: 15px;
    border: 1px solid rgba(100,100,100,.2);
    border-radius: 5px;
    background-color: #91D966;
    color: #55A159;
    font-weight: 700;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .login-btn:hover {
        color: #ffffff;
        background-color: #85cb5b;
    }

    .login-btn:active, .login-btn::selection {
        color: #ffffff;
        border: 1px solid rgba(100,100,100,.3);
        background-color: #6de029;
        transition: all 0.1s ease;
    }

.master {
    display: inline-block;
    padding: 10px 10px;
    min-width: 140px;
    text-align: center;
}

    .master:hover {
        cursor: pointer;
        background-color: #218b14;
        color: #ffffff;
    }

.master-active {
    cursor: pointer;
    background-color: #40ad32;
    color: #ffffff;
}

.acconting-head {
    text-align: center;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

    .acconting-head > li {
        display: inline;
    }

    .parens{
        float:right;padding:11px
    }
    .parens:hover
    {
        cursor:pointer;
        color:#79c42e;



    }

.close-image {
    padding-top: 4px;
    position: absolute;
    left: 15px;
    top: 1px;
    cursor: pointer;
    border-radius: 0px 0px 6px 1px;
    width: 25px;
    height: 25px;
    background: red;
    color: white;
    text-align: center;
}

.close-file {
    padding-top: 4px;
    position: absolute;
    left: 15px;
    top: 1px;
    cursor: pointer;
    border-radius: 0px 0px 6px 1px;
    width: 25px;
    height: 25px;
    background: red;
    color: white;
    text-align: center;
}


.group1 {
    display: none;
}


.Questions_box{
    display:none
}

.video_box {
        display:none


}



tspan {

    direction:ltr !important;
    letter-spacing: initial;

}



.add_ghest {

    display:none

}


.text-key{
    cursor:pointer;
    transition: all 0.5s ease;
}
.text-key:hover{
    color:#0094ff;
}

.actionIcon{
    width:41px;
}

.select-all {
    cursor:pointer;
    color:white;
    float:left;

}
.select-all:hover{
    color:red;
}

.no-select-all {
    cursor:pointer;
    color:white;
    float:left;

}
.no-select-all:hover{
    color:red;
}


.parent_image {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.multi-image {
        position: absolute;
    width:100%;
    height: 100%;
        top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */


/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.profile-list-image{

    width: 70px;
    height: 70px;
    object-position: center;
    object-fit: cover;
    border-radius: 50%;
}
.one-oprator {
    width: 55px;
}

.two-oprator {
    width: 118px;
}
.three-oprator {
    width: 166px;
}
.four-oprator {
    width: 213px;
}
.resize-none {
    resize: none;
}

.box-title {

    padding-top: 5px;
}
table{
    width:100%;
}

.in-box-checkbox-span {
    font-weight: normal;
}











.modal2 {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all cubic-bezier(0.0, 0.0, 0.2, 1) 0.3s;
    background: rgba(0, 0, 0, 0.7);
}

.modal-background2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-state2 {
    display: none;
}

    .modal-state2:checked + .modal2 {
        opacity: 1;
        visibility: visible;
        transition: opacity cubic-bezier(0.0, 0.0, 0.2, 1) 0.3s;
    }

        .modal-state2:checked + .modal2 .modal-content2 {
            top: 50%;
            transition: top cubic-bezier(0.0, 0.0, 0.2, 1) 0.3s;
            opacity: 1;
        }

.modal-content2 {
    transition: top cubic-bezier(0.0, 0.0, 0.2, 1) 0.3s;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    /*width: 75%;
    height: 75%;*/
    min-width: 25%;
    min-height: 25%;
    padding: 30PX;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 2px;
}

.modal-close2 {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}



@media screen and (max-width: 768px) {

    .modal-content2 {
        width: 90%;
        height: 90%;
        box-sizing: border-box;
    }
}











