﻿@font-face {
    font-family: 'IranSans';
    src: url('/Content/Fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IranSansNumber';
    src: url('/Content/Fonts/IRANSansNumbers-Regular.ttf');
    src: url('/Content/Fonts/IRANSansNumbers-Regular.ttf') format('truetype');
}

body {
    font-size: 13px !important;
    font-family: IranSans,IranSansNumber,Tahoma !important;
    background-color: #3d3d3d;
}


.selectAll:hover {
    cursor: pointer;
}

.actionsBtn-wrapper {
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

    .actionsBtn-wrapper > div > button {
        width: 150px !important;
    }

.select2-choice {
    border-color: #C5C5C5 !important;
    border-radius: 0px !important;
}

.select2-arrow {
    border: none !important;
}


/*.k-grid-header th.k-header {
    border: none;
}

.k-pager-info, .k-pager-sizes {
    margin-top: 0.3%;
    padding-top: 0px !important;
}*/

/*.k-grid-header th.k-header, .k-pager-wrap {
    background: linear-gradient(to bottom,rgba(93, 130, 158, 0.06) 0,rgba(57, 77, 115, 0.26) 100%) !important;
    _color: #fff !important;
    height: 30px;
    vertical-align: middle !important;
}*/

.caption > i {
    margin-top: 2px !important;
    font-size: 17px !important;
}

/*.k-grid tbody tr:hover,
.k-grid tbody tr:nth-child(2n+1):hover {
    /*background-color: #cbdaea;*/
/*color: #000;
}*/

/*.k-grid tbody td {
    border: none;
}*/

.blue-hoki > .portlet-title {
    background-color: #354a65 !important;
}

/*.k-grid tbody tr:nth-child(2n+1) {
    background-color: #efefef;
}*/

.search-wrapper {
    width: 60% !important;
    float: left;
    margin-left: 2.5%;
}

.k-i-arrow-e:before, .k-i-arrow-e {
    color: red !important;
}


.k-input {
    line-height: 2.5em !important;
}

.k-dropdown-wrap {
    background-color: white !important;
}

.btn-srch {
    border: none;
    background: none;
}

.page-sidebar .page-sidebar-menu .sub-menu > li > a > i {
    /* color: #fd4b37; */
    font-size: 17px;
}



.page-sidebar .page-sidebar-menu > li.active > a > .selected,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a > .selected {
    display: block;
    background-image: none;
    /* will be set in a theme css file*/
    float: left;
    position: absolute;
    left: 0px;
    top: 8px;
    background: none;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #dddbda;
}


/*.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li.active > a :hover {
    background: #ec8129 !important;
}

.page-sidebar .page-sidebar-menu .sub-menu > li > a > i {
    color: #ec8129;
}

.tabbable-custom > .nav-tabs > li.active {
    border-top-color: #ec8129;
}*/

.btn-custom {
    background-color: rgba(71, 86, 105, 0.66);
    border-color: rgba(71, 86, 105, 0.66);
    color: #fff;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background-color: rgba(71, 86, 105, 0.51) !important;
        border-color: rgba(71, 86, 105, 0.51) !important;
        color: #fff !important;
    }

.label-inline {
    width: 35% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}

/*.input-inline {
    width: 60% !important;
}*/


/*.dropdown-inline {
    width: 60% !important;
}

.validation-inline {
    margin-right: 40% !important;
}*/

.background {
    background-image: -webkit-linear-gradient(top, #edecec, #cecbc9);
    background-image: linear-gradient(top, #edecec, #cecbc9);
}


.button {
    background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
    background-image: linear-gradient(top, #f4f1ee, #fff);
    border-radius: 50%;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
    float: left;
    height: 150px;
    margin: 0 30px 30px 0;
    position: relative;
    width: 150px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    text-align: center;
    text-decoration: none;
}

    .button a:active {
        top: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
        background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
        background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6);
        background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6);
        background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
        background-image: linear-gradient(top, #eaeaea, #f6f6f6);
    }

    .button:focus {
        text-decoration: none;
    }

    .button span {
        color: #2f2f2f;
        font-size: 20px;
        position: relative;
        top: 60px;
    }

    .button:hover span {
        visibility: hidden;
    }

    .button:hover:after {
        content: "";
        display: block;
        font-size: 60px;
        text-decoration: none;
        text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
        font-family: FontAwesome;
        color: #2f2f2f;
        transition: all .3s linear;
    }

.web:hover:after {
    content: "\f0ac";
}

.items:hover:after {
    content: "\f07a";
}

.info:hover:after {
    content: "\f022";
}

.shop:hover:after {
    content: "\f07a";
}

.supplier:hover:after {
    content: "\f21d";
}

.users:hover:after {
    content: "\f0c0";
}

.member:hover:after {
    content: "\f2bb";
}

.button:hover {
    background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
    background-image: linear-gradient(top, #fff, #f4f1ee);
    color: #0088cc;
}

.button:active {
    background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
    background-image: linear-gradient(top, #efedec, #f7f4f4);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
}

    .button:active:after {
        /*color: #8d8fa5;*/
        text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
    }

.btn > span {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.portlet-body {
    padding-top: 20px !important;
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse-grow:before {
        content: "\f0c7";
        position: absolute;
        left: 0.8em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
        -webkit-animation-name: hvr-icon-pulse-grow;
        animation-name: hvr-icon-pulse-grow;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

.hvr-icon-cancel:before {
    content: "\f05e";
}

.hvr-icon-search:before {
    content: "\f002";
}

.hvr-icon-add:before {
    content: "\f067";
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    margin-bottom: 0.3em;
    color: #428bca;
}

    .hvr-icon-back:before {
        content: "\f137";
        position: absolute;
        left: 1em;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        color: White;
        font-size: 25px;
        top: -0.7em;
    }

    .hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }

.hvr-icon-signout {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    margin-bottom: 0.3em;
    transform: rotate(180deg);
    color: #fff;
}

    .hvr-icon-signout:before {
        content: "\f08b";
        position: absolute;
        left: 0.5em;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        color: White;
        font-size: 20px;
        top: -0.2em;
    }

    .hvr-icon-signout:hover:before, .hvr-icon-signout:focus:before, .hvr-icon-signout:active:before {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

.btn-actions {
    padding: 10px 10px;
    margin: -10px;
    margin-top: 10px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.btn-txt {
    margin-right: -15px;
    padding-left: 18px;
}

/*.date {
    width: 50% !important;
    display: inline-flex !important;
}*/

.calanderBtn {
    border-radius: 0px !important;
    border: 1px solid silver;
    padding: 6px 14px;
}

a, a:hover {
    text-decoration: none;
}

.persianDateTime {
    direction: ltr;
    display: inline;
}

.dateTimeMasked, .monthMasked {
    direction: ltr;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    clear: both;
}

.center {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.clear {
    clear: both;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}



.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

/*.field-validation-valid {
    display: none;
}*/

input.input-validation-error {
    border: 1px solid #e80c4d !important;
    background-color: #FFEEEE !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Kendo HierArchy Column */
.k-hierarchy-cell {
    width: 20px;
}

.down-button-group {
    float: left;
    margin: 10px;
    margin-top: 30px;
    display: inline-block;
}

.up-button-group {
    float: left;
    margin: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/*Min height*/
div.inner {
    min-height: 500px;
    white-space: normal;
}

.show-overflow .k-grid-content,
.show-overflow tr td {
    overflow: visible;
}


.no-margin-bt {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-padding-right-left {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.popover {
    min-width: 200px;
    text-align: right;
}

/*bootstrap tab*/
.tab-content {
    padding-top: 20px;
}

/*Calendar Z-index*/
.calendar {
    z-index: 9999;
}

.calendarReset {
    position: absolute;
    left: 10px;
    top: 7px;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.datePicker, .datePicker[readonly] {
    background-color: #f3f3f3 !important;
}




/*Footer style*/
#footer p {
    padding: 0px !important;
    margin: 0px !important;
}

.txt-left {
    text-align: left;
}

.no-top-pad {
    padding-top: 0px !important;
}

.no-left-pad {
    padding-left: 0px !important;
}

.top-margin-20 {
    margin-top: 20px !important;
}

.top-margin-5 {
    margin-top: 5px !important;
}

.grid-date-time {
    height: 32px !important;
    line-height: 32px;
    width: 80px !important;
    margin-right: 2px !important;
    padding: 0px 5px !important;
}


.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
}


.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: inline-block;
}

.top-left {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
}

.top-right {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
}

/************************* Custom CSS Rules ****************************/
.circular {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    background: no-repeat;
}

.box header .icons {
    padding: 10px 15px;
    border-left: 1px solid #ddd;
}

.box header .icons, .box header h5 {
    float: right;
}

.modal-footer {
    text-align: left;
    background-color: #f5f5f5;
}

    .modal-footer .btn + .btn {
        margin-right: 5px;
        margin-bottom: 0;
    }

/*bootstrap Fix*/
th {
    text-align: right;
}

.fullWidth {
    width: 100% !important;
    /*margin: 1px !important;*/
}

.fullWidthMargin {
    width: 100% !important;
    margin: 1px !important;
}

.k-upload-status {
    left: 12px;
    right: auto !important;
}

#menu > li ul a {
    padding: 11px;
}

#menu > li ul li {
    width: 250px;
}


.input-group-addon:last-child {
    border: 1px solid #ccc;
    border-right: 0 !important;
}

.normal-font-9 {
    font-size: 9pt;
    font-weight: normal;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0px;
    height: 15px;
    width: 15px;
}

.chkBox {
    margin-top: 7px;
}

/*boot nav fix*/
ul.nav {
    padding-right: 0px;
}

.report-table > thead > tr > th, .report-table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table-name-value > thead > tr > th, .table-name-value > tbody > tr > td {
    padding: 8px;
}


.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
}

.bbb-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: left;
}


#menu .nav-divider {
    height: 35px !important;
}


.input-group .form-control {
    z-index: auto !important;
}

.side-right #menu li > ul {
    border: 0px !important;
}


/* Template CSS fix*/
.form .form-actions {
    padding: 10px 10px !important;
    border-top: 0px !important;
}

.ui-datepicker {
    z-index: 12000 !important;
}

.ui-datepicker-title select {
    color: #606060;
}



.kendo-chart {
    direction: ltr !important;
    font-family: IranSans,"Tahoma" !important;
}

.k-numeric-wrap .k-input {
    margin-right: 0px !important;
    border-color: #e5e5e5 !important;
    /*direction : ltr;
	text-align : right;
	padding-right: 5px !important;*/
}

.k-input, .k-formatted-value {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: 34px !important;
    border-color: #e5e5e5 !important;
}

.k-grid-pager .k-input {
    height: 23px !important;
}

/*Solve the problem with kendo input borders*/
/*.k-numeric-wrap {
	padding-right: 1px !important;
}*/

.personSelect option {
    padding: 4px;
    border-bottom: 1px solid #e9e9e9;
}

.k-edit-form-container {
    width: auto;
}


input.numeric {
    direction: ltr;
}



label {
    font-size: 13px !important;
}

.form-control {
    font-size: 12px !important;
    border-color: #C5C5C5 !important;
}

.select2-container-multi .select2-choices {
    border-color: #C5C5C5 !important;
}

.page-title {
    font-size: 25px !important;
    font-family: IranSans,"Tahoma" !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IranSans,"Tahoma" !important;
}


.btn {
    font-size: 14px !important;
    border-radius: 4px;
}

.k-window .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button {
    min-width: 20px;
}

.select2-drop {
    z-index: 20001 !important;
}

.timeMasked {
    direction: ltr;
}



/*.k-state-selected {
    background-color: #c9ecff !important;
}*/

/*style of header for checkUpOptometrySection*/
.header-checkupOptometrySection {
    text-align: center;
    background-color: gainsboro;
    border: 1px solid !important;
    border-color: black;
}


.cartable-date {
    font: initial;
    margin-right: 25px;
    background-color: lightgrey;
    border-radius: 2px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.cartable-box {
    padding: 10px;
    border: 5px solid #e1e1e8 !important;
}

.cartable-Header {
    background-color: #cccccc;
    border: 5px solid #cccccc;
}

.cartable-Content {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.cartable-title {
    font-size: 14px;
    font-weight: bold;
}

/*.dashboard-box {
	padding: 10px;
	border: 5px solid #e1e1e8 !important;
}*/



.dashboard-Content {
    padding-right: 130px;
}

a.dashboard-Link {
    text-decoration: none !important;
}

    a.dashboard-Link :hover {
        text-decoration: none !important;
    }

    a.dashboard-Link :visited {
        text-decoration: none;
    }

    a.dashboard-Link :active {
        text-decoration: none;
    }

a > div.dashboard-animate :hover {
    -ms-transform: scale(1.08,1.08); /* IE 9 */
    -webkit-transform: scale(1.08,1.08); /* Chrome, Safari, Opera */
    transform: scale(1.08,1.08);
}

a > div.dashboard-animate :visited {
    text-decoration: none;
}

a > div.dashboard-animate :active {
    text-decoration: none;
}


.dashboard-shadow {
    box-shadow: 5px 5px 2px #888888;
}

.dashboard-Icon {
    padding-top: 25px !important;
}

.dashboard-Title {
    padding-top: 5px !important;
}
/*.unSeenMessage {
	color: gold;
	z-index: 1;
	padding-top: 0px;
	font-size: 12px;
}*/

table td {
    vertical-align: middle;
}
/*timeLine*/
.timeline > li .timeline-time span.time {
    font-weight: 300;
    font-size: 20px !important;
    line-height: 38px;
}

.timeline > li .timeline-body h2 {
    margin-top: 0px;
    padding: 0 0 5px 0;
    border-bottom: none !important;
    font-size: 20px !important;
}




.form-wizard .steps {
    padding: 0;
    margin-bottom: 0;
}


.custom-label-size {
    padding: 0;
    font-size: 9px !important;
}

.ui-autocomplete {
    z-index: 10060 !important;
}


.blue-border-button {
    border-color: blue !important;
}

.label-yellow {
    background-color: yellow !important;
    color: black !important;
}

.label-purple {
    background-color: purple !important;
}



.tab_fak td:hover {
    border: 1px solid green;
    background-color: greenyellow;
}

.tab_fak td {
    border: 1px solid black;
    text-align: center;
}

.tab_fak {
    background-color: White;
    float: right;
    margin: 3px;
    border-collapse: collapse;
}

#tab_fak1 {
    width: 20%;
}

#tab_fak2 {
    width: 12%;
}

#tab_fak3 {
    width: 25%;
}

#tab_fak4 {
    float: none;
    width: 12%;
}
/*fateme for col-md*/

@media (min-width: 768px) {
    .col-half {
        width: 20% !important;
    }
}

@media (min-width: 1100px) {
    .col-half {
        width: 15% !important;
    }
}

@media (min-width: 1500px) {
    .col-half {
        width: 12% !important;
    }
}
/*bar notification*/
.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
    font-family: IranSans,Tahoma;
    font-size: 1em;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content-notif {
        margin: 0 -12px 0 0;
    }

        .bar-notification .content-notif a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('/Content/images/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.8;
    }
/*bar notification*/


.waitting {
    background-image: url('Images/loading-image.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
    display: block;
}


.toast-top-left {
    top: 56px !important;
}

td input.k-input {
    width: 90% !important;
}
/*Calendar*/

.cal .cal-day-name {
    background-color: #e6e6e6;
}

.cal {
    /*width: 700px;*/
}

    .cal .cal-day {
        float: right;
        display: inline-block;
        height: 70px;
        border: 1px solid #dcdcdc;
        text-align: center;
        padding: 20px;
        position: relative;
        width: 13%;
        margin: 0.5%;
    }


        .cal .cal-day:hover .cal-day-btn-right,
        .cal .cal-day:hover .cal-day-btn-left {
            display: block;
        }

    .cal .cal-day-btn-left {
        display: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 50%;
    }

    .cal .cal-day-btn-right {
        display: none;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 50%;
    }

    .cal .cal-view-event {
        left: 0px;
        bottom: 0px;
        width: 65px;
    }

    .cal .cal-add-event {
        right: 0px;
        bottom: 0px;
    }

/*.cal-event-badge{
        position: absolute;
        top:5px;
        width:10px;
        height:10px;
        border-radius:5px !important;
    }

        .cal .cal-day .cal-event-badge-1{
        left: 5px;
        background-color : #f6aa8c;
    }
    .cal .cal-day .cal-event-badge-2{
        left: 16px;
        background-color : red;
    }
    .cal .cal-day .cal-event-badge-3{
        left: 27px;
        background-color : #f67f50;
    }
    .cal .cal-day .cal-event-badge-4{
        left: 38px;
        background-color : #6ad4ff;
    }*/






.cal-event-badge {
    position: absolute;
    top: 0px;
    width: 89px;
    height: 68px;
    border-radius: 5px !important;
    right: 0px;
}


.cal-event-badge-1 {
    /*background-color: #f6aa8c;*/
    background-color: rgba(255, 127, 0, 0.57);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 68px;
    border-radius: 5px !important;
    right: 0px;
}

.cal-event-badge-2 {
    background-color: rgba(251, 1, 1, 0.71);
    position: absolute;
    top: 0px;
    width: 89px;
    height: 68px;
    border-radius: 5px !important;
    right: 0px;
}

.cal-event-badge-3 {
    background-color: rgba(181, 0, 0, 0.73);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 68px;
    border-radius: 5px !important;
    right: 0px;
}

.cal-event-badge-4 {
    /*background-color: #6ad4ff;*/
    background-color: rgba(21, 169, 222, 0.56);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 68px;
    border-radius: 5px !important;
    right: 0px;
}






.tafziliReset {
    position: absolute;
    left: 50px;
    top: 7px;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.ul-membership {
    list-style-type: none;
    padding-right: 0px;
    margin-top: 8px;
    float: right;
}

    .ul-membership > li {
        padding: 3px 0px;
        min-width: 204px;
    }

.userGroup-action {
    color: #333;
    padding: 4px;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
}

.ul-membership .parent-access:hover, .ul-membership .parent-access.selected {
    background: #eee !important;
}

.ul-membership > li > span {
    display: inline-block;
    min-width: 100px;
}



#organization-unit-title {
    display: inline-block;
    font-weight: normal;
    border: 1px solid #C5C5C5;
    padding: 7px;
    width: 87.5%;
    min-height: 32px;
}

#OU-info, #OP-info {
    display: none;
}


.toast-top-left {
    top: 70px !important;
    left: 20px !important;
}

#toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 360px !important;
    font-size: 15px;
}

.k-webkit .k-rtl .k-dropdown-wrap .k-input,
.k-webkit .k-rtl .k-numeric-wrap .k-input {
    margin-right: 3px;
    margin-bottom: 4px;
}

.requestState-NotComplete {
    background: lightgray
}

.requestState-Check {
    background: gold
}

.requestState-Confirm {
    background: #4bb07a
}

.requestState-Reject {
    background: #fd4b37
}

.requestState-Revocation {
    background: #a0522d
}


.request-hasHistory {
    background: #60fbdc
}

.request-hasNotHistory {
    background: #E5E5E5;
    color: black !important;
}

.request-hasHistory-checking {
    background: #fff6c6;
    color: black !important;
}

a[disabled] {
    cursor: not-allowed;
    pointer-events: none;
}

span.label {
    font-family: iransans !important;
    border-radius: 15px !important;
    padding: 4px 12px !important;
}

.generic-modal-error {
    margin-right: 11% !important;
    margin-bottom: 20px !important;
    display: inline-block;
}

.negative-number {
    display: inline-block;
    direction: ltr;
}


.page-sidebar .page-sidebar-menu .sub-menu > li.active > .sub-menu > li.active > a {
    background: #bd6631 !important;
}

.page-sidebar .page-sidebar-menu .sub-menu > li > .sub-menu > li.hover > a {
    background: #565454 !important;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: right;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

.group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn .btn {
    height: 34px;
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative;
}

.file-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding-top: 7px;
}

.file-input-title {
    margin-left: 2px;
}

.file-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.salary-order-item td, .salary-order-item th {
    width: 20%;
}

.salary-order-item .order-item-value {
    padding: 2px !important;
}

.dropdown-user > a {
    padding: 0px !important;
    background: transparent !important;
}

.dropdown-user .dropdown-menu {
    margin-top: 0px !important;
}

    .dropdown-user .dropdown-menu li > a {
        font-family: iransans !important;
        background: #1f1f1f;
        color: white !important;
    }

        .dropdown-user .dropdown-menu li > a > i {
            vertical-align: sub;
            margin-left: 4px;
        }

.float-left {
    float: left !important
}


.padding-right-5 {
    padding-right: 5px !important;
}

.green-color {
    color: #3bf30d
}

.red-color {
    color: red
}

.commission-state-0 {
    background: lightgray
}

.commission-state-1 {
    background: gold
}

.commission-state-2 {
    background: #ccff66
}

.commission-state-3 {
    background: #4bb07a
}

.commission-state-4 {
    background: #fd4b37
}

.commission-state-6 {
    background: #ff8000
}

.commission-state-7 {
    background: #8377d6
}

.operant-tree-view .operant-btn-group {
    float: left !important;
    margin-left: 10px;
    margin-bottom: 3px;
}

.commission-table td {
    vertical-align: middle !important
}

.BorderColor {
    background-color: #adacad4f;
    margin-left: 10px !important;
    margin-right: 10px !important;
    border: 2px solid #9999ed;
    padding: 10px;
    border-radius: 50px 20px !important;
    box-shadow: 7px 10px 6px rgba(0,0,0,0.6) !important;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #efefef;
}

.commission-table .price {
    white-space: nowrap;
    display: flex
}

.timeMasked, .customTimeMasked {
    direction: ltr;
}

#notif-listView .notif-item {
    padding-right: 7px;
    background: #e8eeef;
    margin: 5px;
    height: 45px
}

    #notif-listView .notif-item:hover {
        background: white;
        -moz-box-shadow: 0 1px 2px #cccccc;
        -webkit-box-shadow: 0 1px 2px #cccccc;
        box-shadow: 0 1px 2px #cccccc;
    }

    #notif-listView .notif-item .content {
        padding-top: 5px;
        padding-left: 10px;
    }

    #notif-listView .notif-item .notif-date {
        float: left;
        margin-top: 7px;
        margin-left: 13px
    }

.create-inquiry-table .input-group-btn .btn {
    margin-left: 0 !important;
}

.form-control .fileinput-filename {
    display: inline !important
}

.red-border input {
    border-color: red !important;
}


.grid-green {
    color: #1f1f1f;
}

.grid-blue {
    color: #1f1f1f;
}

.grid-green table {
    background-color: #30d9af;
}

.grid-green thead.k-grid-header {
    background-color: #60fbdc !important;
    background-image: none !important;
}



.grid-blue table {
    background-color: #cce0ff;
}

.grid-blue thead.k-grid-header {
    background-color: #cce0ff !important;
    background-image: none !important;
}

/*.grid-red {
    color: #1f1f1f;
}

.grid-green table {
    background-color: #e4444c;
}

.grid-green thead.k-grid-header {
    background-color: #e4444c !important;
    background-image: none !important;
}*/



.dropdown-menu {
    z-index: 10060 !important;
}
