
.h-260 {
    max-height: 260px !important;
    min-height: 260px !important;
}


.h-280 {
    max-height: 280px !important;
    min-height: 280px !important;
}

.h-300 {
    max-height: 300px !important;
    min-height: 300px !important;
}



@font-face {
    font-family: 'wYekan';
    src: url('/fonts/Persian/wYekan.eot?#') format('eot'), /* IE6ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“8 */
    url('/fonts/Persian/wYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/Persian/wYekan.ttf') format('truetype'); /* Saf3ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â5, Chrome4+, FF3.5, Opera 10+ */
}


@font-face {
    font-family: 'Vazir FD';
    src: url('/fonts/vazir-fd/VAZIR-FD.TTF') format('truetype');
}

@font-face {
    font-family: vazir;
    src: url('/fonts/vazir-fd/VAZIR-FD.TTF') format('truetype');
}

@font-face {
    font-family: 'IranianSerif';
    src: url('/fonts/Persian/IranianSerif.eot?#') format('eot'), /* IE6ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“8 */
    url('/fonts/Persian/IranianSerif.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/fonts/Persian/irseri.ttf') format('truetype'); /* Saf3ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â5, Chrome4+, FF3.5, Opera 10+ */
}
body {
    font-family: wYekan !important;
}


fn-yekan {
    font-family: wYekan !important;
    color:#fff !important;
}

fn-vazir {
    font-family: vazir !important; 
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.form-control:focus, .form-control2:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}

.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    color: #b94a48;
    border-color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: 0 0 6px #d59392;
        -moz-box-shadow: 0 0 6px #d59392;
        box-shadow: 0 0 6px #d59392;
    }

.validation-summary-errors {
    /*font-weight: bold;*/
    background-color: #f95959;
    color: #fff;
    font-size: 18px;
    padding: 13px 15px 5px;
}

.validation-summary-valid {
    display: none;
}

.login-form {
    width: 360px;
    margin: 0 auto;
}

.orgchart {
    cursor: pointer !important;
    cursor: hand !important;
}

    .orgchart .second-menu-icon {
        transition: opacity .5s;
        opacity: 0;
        right: 5px;
        top: 5px;
        z-index: 2;
        font-size: 18px;
        position: absolute;
    }

        .orgchart .second-menu-icon:hover {
            color: white;
            font-size: 13px;
        }

    .orgchart .second-menu-icon {
        color: white;
        font-size: 12px;
    }

    .orgchart .node:hover .second-menu-icon {
        opacity: 1;
    }

    .orgchart .node .second-menu {
        display: none;
        position: absolute;
        top: 0;
        right: -36px;
        border-radius: 35px;
        z-index: 1;
    }

.second-menu li {
    list-style: none;
}

.orgchart .fab-menu-inner > li {
    position: inherit !important;
}

.orgchart .node .second-menu .avatar {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    float: left;
    margin: 5px;
}

.orgchart [class^="icon-"] /*[class*=" icon-"]*/ {
    font-size: 14px;
}

.orgchart .fab-menu-inner > li .btn-float > i {
    margin: 10px !important;
    margin-left: 10px !important;
}

.orgchart .edge {
    display: none !important;
}


.nav-tabs .icons-list {
    margin-top: -30px !important;
    margin-left: 10px;
}

@media (min-width: 769px) {
    .nav-tabs-vertical > .tab-content > .has-padding {
        padding: 0;
    }

    .nav-tabs-left > .tab-content, .nav-tabs-right > .nav-tabs-bottom, .nav-tabs-right > .nav-tabs-top {
        padding-right: 0;
    }

    .nav-tabs-left > .nav-tabs-highlight > li.active > a, .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus, .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover {
        border-right-color: #009688;
    }
}

.tab-content table {
    border: 1px solid #ddd;
    border-right: 0;
}

.panel-body {
    padding: 20px !important;
}

/*Ã™â€ Ã™â€¦Ã˜Â§Ã›Å’Ã˜Â´ Ã˜Â¹Ã™â€¦Ã™â€žÃ›Å’Ã˜Â§Ã˜Âª Ã™â€šÃ˜Â§Ã˜Â¨Ã™â€ž Ã˜Â§Ã™â€ Ã˜Â¬Ã˜Â§Ã™â€¦*/
tr.showItem .icons-list, li.showItem .icons-list {
    visibility: hidden;
}

tr.showItem:hover .icons-list, li.showItem:hover .icons-list {
    visibility: visible;
}

.nav-tabs-highlight .active a {
    background-color: #fcfcfc !important;
}



@media (max-width: 1024px) {
    .form-group div[class*=col-md-]:not(.control-label) + div[class*=col-md-] {
        margin-top: 0px;
    }
}

.caret, label {
    /* font-weight: 800; */
}

.navbar-brand > img {
    margin-top: -5px;
    height: 32px;
}



.sp-container {
    z-index: 10000;
}


.label {
    font-size: 12px;
}

.not-active {
    pointer-events: none;
    cursor: not-allowed;
}



.icons-list > li {
    /* position: unset; */
}

.tahoma {
    font-family: tahoma;
}

.tahomaLTR {
    font-family: tahoma !important;
    direction: ltr !important;
    float: left !important;
}

.tahomaLT {
    font-family: tahoma;
    direction: ltr !important;
    text-align: right;
}


.tahomaRTL {
    font-family: tahoma;
    direction: rtl !important;
    float: right;
}




body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.7;
    z-index: 100;
    right: 0px !important;
}

ol.example li.placeholder {
    position: fixed;
    /** More li styles **/
}

    ol.example li.placeholder:before {
        position: absolute;
        /** Define arrowhead **/
    }

.tableSortable tr .icon-move {
    cursor: pointer;
}

.tableSortable tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

    .tableSortable tr.placeholder:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-right-color: red;
        margin-top: 15px;
        right: 2px;
        border-left: none;
    }



.stiMvcViewerReportPanel table {
    direction: ltr !important;
}


.select2-container {
    width: 100% !important;
}


.media-left img:not(.media-preview), .media-right img:not(.media-preview), .thumbnail .media img:not(.media-preview) {
    width: 50px;
    height: auto;
    max-width: none;
}

.modal-header:hover {
    cursor: move;
}

.labelMerge {
    top: 0;
    right: 0;
    z-index: 1;
    font-family: tahoma
}


.select2-container {
}



.tabbable .badge, .label {
    font-size: 12px;
    letter-spacing: .1px;
}

.fancytree-title {
    font-family: tahoma !important;
}

.vertical-text {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.list-inline-condensed > li {
    padding-left: 22px;
}


@media (min-width: 1025px) {
    .modal-lg {
        width: 1300px;
    }
}

form .file-preview-upload {
    max-width: 150px;
    max-height: 150px;
}


.modal-dialog .file-preview-upload {
    height: auto;
}

.border-lightgrey {
    border-color: #aaa;
}

.border-black {
    border-color: #000;
}

.label-black {
    background-color: black;
    border: 1px solid black;
}

.margin-2px {
    margin: 1px;
}

.fancytree-title {
    text-align: left;
    font-size: 0.9em;
}

.fancytree-container {
    padding: 3px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .row-eq-height .panel {
    }

#Points .btn-group, .btn-group-vertical {
    margin-bottom: 2px;
}

.agendacontent .nav-tabs > li.active > a,
.agendacontent .nav-tabs > li.active > a:focus,
.agendacontent .nav-tabs > li.active > a:hover {
    border-bottom-color: #ddd;
    border-left-color: #fff;
    margin-left: -1px;
    border-right-width: 3px;
}

.agendacontent .tab-content {
    border: 1px solid #ddd;
}

#checklist .tab-content {
    border: 1px solid #ddd;
}

.btn-labeled.btn-default > b {
    background-color: #adadad;
    color: black;
}

/*svg * {
    fill-opacity: 1;
    transition: fill-opacity 1s;
}

svg.finished * {
    fill-opacity: 1;
}*/

#mainoverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    background: #f5f5f5;
    z-index: 10000;
    opacity: 0;
}

a[data-action] {
    vertical-align: middle;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

[data-action=collapser] {
    cursor: pointer;
}

.text-muted{
    color:#000 !important
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f1f3fd;
}

.table-striped > thead > tr {
    font-size: 1.1em;
    border-bottom: 2px solid #009688;
}

.table-hover > tbody > tr:hover {
    background-color: #eaeaea;
}
/*.bg-teal-select option:focus, .bg-teal-select option:hover, .bg-teal-select option:checked {
    background-color: #00695C;
    color: white;
}*/
.percent::after {
    content: 'Ùª';
}

.icon-size-lg {
    font-size: 1.5em;
}

.rowNo {
    font-weight: bold;
}

.radio-basket input[name=BasketIconId] {
    display: none;
}

.radio-basket label {
    display: inline-block;
}

.radio-basket input[name=BasketIconId]:checked + label {
    border: 3px #00695C solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.text-size-xl {
    font-size: 14px;
}

.text-size-xxl {
    font-size: 16px;
}

.f-left {
    float: left
}

.f-rigth {
    float: right
}

.border-solid2 {
    border-bottom: 2px solid #009688 !important;
}

.PlanList td {
    position: relative;
}

.PlanList a.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 1px;
}


.footer:not(.navbar-fixed-bottom) {
    z-index: 1;
}

/*table .icons-list {
    position: absolute;
}*/

#style-3:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3:-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3:-webkit-scrollbar-thumb {
    background-color: #000000;
}

/*
 *  STYLE 4
 */



.tabbable .badge, .label {
    font-size: 14px;
}

.sidebar-category .has-feedback {
    margin-top: 10px;
}


.tableSticky {
}

.nav-tabs-vertical > .nav-tabs {
    width: 150px;
}

@media (min-width: 769px) {
    .has-detached-left .content-detached {
        min-height: 800px;
    }
}


.ltr {
    direction: ltr;
}

.label-loading {
    padding-top: 5px;
    padding-bottom: 5px;
}

.has-feedback .select2-selection--single {
    padding-right: 20px !important;
}

.display-inline-block {
    display: inline-block;
}

/*@media (min-width: 769px) {}
    .content-wrapper {
        padding-top: 54px;
}*/

.scrollable-table {
    height: 300px;
    overflow-x: hidden;
}

.mt-35 {
    margin-top: 35px !important;
}

.kv-upload-progress {
    margin-bottom: 10px;
}

.fn-14 {
    font-size: 14px !important;
}

.fn-16 {
    font-size: 16px !important;
}

.fn-18 {
    font-size: 18px !important;
}

.fn-20 {
    font-size: 20px !important;
}

.fn-22 {
    font-size: 22px !important;
}

.fn-24 {
    font-size: 24px !important;
}

.fn-26 {
    font-size: 26px !important;
}

.fn-28 {
    font-size: 28px !important;
}

.border-custom-grey {
    border: 1px solid #dddddd;
}

.formula {
    font-family: sans-serif;
}

.toll-param {
    position: relative;
    border: 1px solid #0d82e5;
}

    .toll-param:hover .remove-btn {
        display: inline-block;
    }


.operator-param {
    border: 1px solid #70bb5b;
    font-family: sans-serif;
    position: relative;
    top: 2px;
}

    .operator-param:hover .remove-btn {
        display: inline-block;
    }

.remove-btn {
    position: absolute;
    display: none;
    background-color: #fff;
    color: #ff5858;
}

.operator-param .remove-btn {
    top: -12px;
    right: -4px;
}

.toll-param .remove-btn {
    font-family: sans-serif;
    top: -12px;
    right: -4px;
}

.heading-elements {
    top: 65%;
    height: initial;
}

.heading-right {
    right: 140px;
    left: initial;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: right;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: right;
}

:-ms-input-placeholder { /* IE 10+ */
    text-align: right;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: right;
}

input:-moz-placeholder {
    text-align: right;
}

.display-text {
    margin-top: 7px;
}

.odd-even-display-form .form-group {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
}

    .odd-even-display-form .form-group:nth-of-type(odd) {
        background-color: #f6f6f6;
    }

/*.odd-even-display-form .form-group:nth-of-type(even) {
    background-color: #fff;
}*/

.heading-elements:not(.visible-elements) .icons-list {
    margin-top: 0px;
}

.row-seamless {
    margin-left: 0;
    margin-right: 0;
}




.reportContainer * {
    direction: ltr !important;
}

.stiText, .stiToolbarMiddle * {
    font-family: "Vazir FD" !important;
    direction: rtl !important;
}

.stiToolbarLeft {
    border: none !important;
    background: none !important;
    background-color: transparent;
    border-bottom: 1px solid #ddd !important;
}

.stiToolbarMiddle {
    border: none !important;
    background: none !important;
    background-color: transparent;
    border-bottom: 1px solid #ddd !important;
}

.stiToolbarRight {
    border: none !important;
    background: none !important;
    background-color: transparent;
    border-bottom: 1px solid #ddd !important;
}
/*.content {
    min-height: calc(100vh - 50px);
}
.content .panel-body {
    min-height:calc(100vh - 360px);
}*/