@charset "utf-8";
@import "jquery-ui.min.css";
@import "font-awesome.min.css";
@import "icheck/flat/aero.css";

@font-face {
    font-family: 'IranSans';
    src: url('/fonts/admin/IRANSansWeb_UltraLight.eot');
    src: url('/fonts/admin/IRANSansWeb_UltraLight.eot?#iefix') format('eot'),
    url('/fonts/admin/IRANSansWeb_UltraLight.woff2') format('woff2'),
    url('/fonts/admin/IRANSansWeb_UltraLight.woff') format('woff'),
    url('/fonts/admin/IRANSansWeb_UltraLight.ttf') format('ttf');
    font-weight: normal;
}

html, body {
    height: 100%;
    margin: 0;

}

body {
    background-color: #e6e6e6;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-size: 12px;
    font-family: "IranSans";
    overflow-x: hidden;
}

.btn, .form-control, .tooltip {
    font-family: "IranSans";
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #d8d8d8;
}

.filter-content, .action-buttons-container {
    border: 1px solid #daddde;
    background-color: #e6e6e6;
    padding: 5px;
}

.refine-table-area {
    border: 0px solid #c6c9cb;
    padding: 10px;
    border-radius: 3px;
}

.margin-right-left-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.padding-right-left-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

th {
    text-align: center;
}

.col-center {
    margin: 0 auto;
}

.text-left {
    direction: ltr;
    text-align: left;
    font-family: "Segoe UI";
    font-size: 9pt;
}

.text-right {
    direction: rtl;
    text-align: right;
}

.pagination {
    float: left;
    font-family: "IranSans";
    font-size: 11px;
}

.pagination > a:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > a:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > a.disabled, .pagination > a.disabled:focus, .pagination > a.disabled:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #a79597 !important;
    cursor: not-allowed;
}

.pagination > a.active, .pagination > a.active:focus, .pagination > a.active:hover, .paging-nav a:hover, .paging-nav a.pagination-btn-cur {
    background-color: #ec0f94;
    border-color: #ec0f94;
    color: #fff !important;
    cursor: default;
    z-index: 3;
}

.pagination > a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #ec0f94;
    float: right;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    font-weight: bold;
}

.paging-nav .selected-page {
    background: #293040;
    font-weight: bold !important;
}

.paging-nav, #tableData {
    margin: 0 auto;
}

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/*.dropdown-submenu>a:after {*/
/*display: block;*/
/*content: " ";*/
/*float: left;*/
/*width: 0;*/
/*height: 0;*/
/*border-color: transparent;*/
/*border-style: solid;*/
/*border-width: 5px 0 5px 5px;*/
/*border-left-color: #ccc;*/
/*margin-top: 5px;*/
/*margin-right: -10px;*/
/*}*/

/*.dropdown-submenu:hover>a:after {*/
/*border-left-color: #fff;*/
/*}*/

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.min-width-16-rem {
    min-width: 16rem !important;
}

.jumbotron {
    margin-top: 1rem;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin-bottom: 14px;
}

legend {
    color: #ca3394;
}

select {
    min-width: 60px;
    font-size: 11px !important;
}

.container-refine .chosen-container-multi .chosen-choices li {
    float: right !important;
    font-size: 9pt;

}

.bold {
    font-weight: bold !important;
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}

.counter {
    padding: 20px 0;
    border-radius: 5px;
    color: #fff;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: number
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

/* Column Grids End */
.navbar-nav {
    font-size: 12pt;
}

.nav-item {
    min-width: 130px;
    border-left: 1px solid #464343;
    padding: 0 13px;
}

.jumbotron {
    border: 1px solid #ced0d2;
}

.chart {
    width: 100%;
    height: 450px;
    font-size: 11px;
}

.input-group-addon .fa {
    width: 20px;
}

.navbar-default {
    background-color: #e6e6e6;
    border-color: #e0dbdb;
}

.navbar-default .navbar-brand {
    color: #39b3d7;
}

a {
    color: #525252;
    text-decoration: none;
}

.sidebar .arrow {
    float: left;
    color: #22b5e0;
}

.page-header {
    padding-bottom: 9px;
    margin: 13px 0 20px;
    border-bottom: 1px solid #ececec;
    color: #39b3d7;
}

#page-wrapper {
    border-right: 1px solid #d6cfcf;
}

.container-refine .input-group[class*="col-"] {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}

.line-height-30 {
    line-height: 30px;
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.meh-action, .catalog-insert {
    color: #0996a5;
}

/* Loading */

#loader {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 200000;
}

.spinner {
    margin: 100px auto;
    width: 60px;
    height: 100px;
    text-align: center;
    font-size: 10px;
    z-index: 100000;
}

.spinner > div {
    background-color: #ec0f94;
    height: 100%;
    width: 9px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* Loading End */

.modal-header {
    border-bottom: 1px solid #1395b3;
    background-color: #1eb8bf;
    color: #fff;
}

.modal-content {
    border-radius: 0px !important;
}

.modal-header .close {
    color: #080505;
}

.modal {
    overflow-y: hidden;
}

.text-danger {
    color: #f3631c;
}

.text-cyan-semi-dark {
    color: #1a8ea0;
}

.form-control:focus, select:focus, .chosen-container-active:focus, .chosen-container-multi:focus {
    border-color: #1a8ea0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(9, 200, 139, 0.5) !important;
}

.right-border-radius-0 {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.avatar-round-big {
    margin-bottom: 10px;
    position: relative;
    max-width: 220px;
    max-height: 220px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0, 0, 0, .2);
}

.avatar_container_center, .mask, .mask p, .help-text, #keywords-upload-form {
    text-align: center !important;
}

.display-none {
    display: none !important;
}

.nav {
    font-size: 10pt;
}

blockquote {
    margin: 0 0;
    border-right: 5px solid #eee;
    border-left: 0px solid #eee;
}

.list-of-files-uploader-element {
    direction: ltr;
    text-align: left;
    float: left;
    font-size: 10px;
}

.file_uploader_meh {
    width: 100%;
}

.left-float {
    float: left !important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.max-width70 {
    max-width: 70px !important;
}

.max-width40 {
    max-width: 40px !important;
}

.padding-5 {
    padding: 5px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.bg-highlight {
    background-color: #ec0f94 !important;
    color: #fff !important;
}

.highlight {
    color: #ec0f94;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #74bdd4;
    border: 1px solid #49a0bb;
    border-bottom-color: transparent;
}

#side-menu.nav, #side-menu.nav li, #side-menu.nav li a, #side-menu.nav li ul li a {
    font-size: 9pt !important;
}

#side-menu.nav i {
    font-size: 11pt !important;
    margin-left: 5px
}
.highlight1 {
    color: #ffffff;
    background-color: #5bc0de;
    padding: 5px;
    margin-bottom: 2px;
    border-radius: 3px;
}
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}
