@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans.woff');
}

body {
    font-family: 'IRANSans' !important;
}


/* library overwrites */
/* => force bootsrap focus style on select2.js */

.select2-v-align-bottom .select2.select2-container {
    vertical-align: bottom;
}

.select2-container{
    width: 100% !important;
}

.select2-min-width .select2.select2-container {
    min-width: 100px;
}

table .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

table input.form-control {
    border-radius: 0px;
}

.select2-min-width .select2.select2-container {
    min-width: 100px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

/* persian datepicker */
.persian-datepicker.persian-date {
    display: none;
    height: 0 !important;
    padding: 0 !important;
    border: none !important;
    opacity: 0 !important;
}

.reset-persian-datepicker {
    display: none;
    float: left;
    position: relative;
    top: -31px;
    left: 5px;
    background: #ff0000cc;
    color: white;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 2px 1px 1px 1px;
    border-radius: 5px;
}

.datepicker-plot-area {
    
}

.persian-datepicker-container {
    display: inline-block;
}

.pwt-datepicker-input-element[readonly]:not([disabled]) {
    background: white;
}

/* input-library */


.hidden-input {
    height: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    border: none !important;
    position: absolute !important;
    display: none;
}

.delete-id-input {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    font-weight: 0;
    overflow: hidden;
    z-index: 0;
}

/* general styles */

.html-template {
	display: none;
}

.vertical-middle {
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
}

.font-16x {
    font-size: 16px;
}

.v-padding-10x {
    padding-top: 10px;
    padding-bottom: 10px;
}

.v-margin-10x {
    margin-top: 10px;
    margin-bottom: 10px;
}

.b-margin--10x {
    margin-bottom: -10px;
}

.width-auto {
    width: auto;
}

.width-5p {
    width: 5%;
}

.width-15p {
    width: 15%;
}
.width-23p {
    width: 22.5%;
}

.width-25p {
    width: 25%;
}

.width-30p {
    width: 30%;
}

.width-60p{
     width: 60%;
}

.width-49p {
    width: 49%;
}

.width-50p {
    width: 50%;
}

.width-51p {
    width: 51%;
}
.width-70p {
    width: 70%;
}
.width-75p {
    width: 75%;
}

.width-100p {
    width: 100%;
}

.width-100pi {
    width: 100% !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0 !important;
    background-color: #ffffff
}

.no-b-padding {
    padding-bottom: 0 !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

.small-xs {
    font-size: 75%;
}

.color-gray {
    color: gray;
}

.hidden {
    display: none!important;
}

.caption {
    display: inline;
    font-weight: bold;
}

button.add-btn {
    border-radius: 0px 5px 5px 0px;
}

button.edit-btn {
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 0px;
}

button.delete-btn {
    border-radius: 5px 0px 0px 5px;
}

.list-actions > button {
    font-size: 11px;
}

.list-actions > form.delete-action-form {
    display: inline-block;
}

.list-actions > form.delete-action-form > .delete-btn {
    font-size: 11px;
}

.action-btn-sm.btn-plus {
    padding: 4px 8px 0px 7px;
}

.action-btn-sm.btn-danger{
    padding: 3px 7px 0px 7px;
}

.action-btn-sm .glyphicon {
    vertical-align: middle;
}

.card-header {
    background-color: #c7d1da;
    border-bottom: 1px solid rgb(39 136 241);
}

.card-header.list-pagination {
    text-align: center;
    display: inline-block;
}

.card-header ul.pagination {
    margin-bottom: 0;
}

.tbl-row-num {
    width: 40px;
    text-align: center;
}

.tbl-select {
	width: 20px;
	text-align: center;
}

.tbl-select-all {
    width: 45px;
    text-align: center;
}

.tbl-col-30px {
    width: 30px;
}

.tbl-col-40px {
    width: 40px;
}

.tbl-col-50px {
    width: 50px;
}

.tbl-col-75px {
    width: 75px;
}

.tbl-col-100px {
    width: 100px;
}

.tbl-col-150px {
    width: 150px;
}

.tbl-col-200px {
    width: 200px;
}

.tbl-col-250px {
    width: 250px;
}

.tbl-col-input-check {
    width: 20px !important;
    height: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 7px !important;
}

.card-body .table thead tr th {
    background-color: #6588aa;
    color: #fff;
}

.print-file .table thead tr th {
    background-color: #6588aa;
    color: #fff;
    border: 1px solid black !important;
}

.list-fix-01 .delete-btn {
    /* margin-right: -5px; */
}

.add-btn + .delete-btn {
    margin-right: -5px;
}

.marg-t-10 {
    margin-top: 10px ;
}

.marg-t-20 {
    margin-top: 20px ;
}

.marg-b-10 {
    margin-bottom: 10px ;
}

form .form-label {
	vertical-align: middle;
	padding-top: 5px;
	text-align: right;
    font-weight: 700;
    line-height: 25px;
}

.form-label {
    vertical-align: middle;
    padding-top: 5px;
    text-align: left;
    font-weight: 700;

}

form .form-value-view div > option:not(:last-child):after {
    content: '، ';
}

form .form-value-view div > option {
    display: inline-block;
}

form .form-value-view div {
    padding-top: 10px;
}

.checkbox-form {
    width: 25px;
    height: 25px;
}

.center {
    text-align: center;
}

.v-center {
    vertical-align: middle !important;
}

.thumb-padding {
    padding: 2px 4px 2px 2px !important;
}

.user-image {
    width: 35px;
}
.d-rtl {
    direction: rtl;
}

.d-ltr {
    direction: ltr;
}

/* Attachment Table */
.attachment-deleted-ids {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    font-weight: 0;
    overflow: hidden;
    z-index: -1;
}

.file-size {
    direction: ltr;
    font-size: 12px;
}

.default-text-area {
    width: 100%;
    height: 100%;
    resize: vertical;
    overflow-x: hidden;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.in-table-text-area {
    width: 100%;
    height: 100%;
    resize: vertical;
    overflow-x: hidden;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.in-table-text-area-view {
    border: 1px solid #ccc;
    padding: 2px 10px 5px 10px;
    font-size: 12px;
    text-align: right;
}
.h-85pi {
    height: 85px !important;
}


.attachment-single table {
    border: none !important;
}

.attachment-single thead {
    display: none !important;
}

.attachment-single tbody {
    overflow: inherit !important;
}

.attachment-single td:first-child {
    display: none;
}

.attachment-single td:last-child {
    vertical-align: top !important;
    text-align: left;
}

.attachment-single tr {
    background: none !important;
}

.attachment-single td {
    border: none !important;
}

.attachment-single .attachment-note textarea {
    border: 1px solid #ccc !important;
}

.attachment-single .attachment-note {
    margin-left: -50px;
    background: #fff;
}

.attachment-css-fix-01 {
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
    margin: 0px;
}

.attachment-single .attachment-css-fix-02 input {
    padding-right: 0;
}

.th-two-head {
    font-size: 10px;
}

.thead-hr {
    width: 80%;
    margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #a0998f;
}

.hide-div {
    display: none;
}

.show-div {
    display: block;
}

.content {
    display: inline;
}

.photo_holder {
    width:150px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0px 0px 5px 0px rgba(112,112,112,0.75);
}

.photo_holder_square {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0px 0px 5px 0px rgba(112,112,112,0.75);   
}

@media (max-width: 768px) { 
    .employee-image-holder {
        text-align: center !important;
    }

    form .form-label {
        text-align: right;
    }

    .vx-mg-t-5px {
        margin-top: 5px;    
    }
}

/* .input-group {
    position: relative;
    display: -ms-flexbox;
    display: table;
    border-collapse: separate;
    align-items: stretch;
    width: 100%;
} */

.input-group .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.input-group .select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right;
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
}

.select2-default {
    direction: rtl;
}

.select2-container .select2-search--inline {
    float: right;
}

.select2-search__field {
    direction: rtl;
    padding: 1px 4px;
}

.input-group .pwt-datepicker-input-element {
    border-radius: 0px;
}

.input-group-addon {
    display: table-cell;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
}

.form-mine .input-group {
    width: 100%;
    display: table;
    border-collapse: separate;
}

.form-mine110 .input-group .selection input {
    width: 100% !important;
}

.form-mine .input-group .input-group-addon {
    line-height: 1;
    text-align: center;
    border: 1px solid #ccc;
    white-space: nowrap;
    background: #fe9003;
    color: #fff;
    font-weight: bold;
    width: 140px;
}

.form-mine .input-group-addon:first-child {
    border-top: solid 1px lightgray;
    border-right: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    padding: 7px;
}

.ul-header {
    margin-top: 10px;
    background-color: #c7d1da;
    border-bottom: 1px solid rgb(39 136 241);
}

.d-block {
    display: block;
}

tbody tr.selected-row td {
    background-color: #a4f9b9;
}

#today-date-container {
    background-color: rgb(255, 255, 255, 0.9);
    filter: drop-shadow(0px 5px 10px rgb(0, 0, 0, 0.3));
}

#today-date-container .today-date-lbl {
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;

}

#today-date-container .date-container {
    text-align: center;
    padding: 2px;
    direction: ltr;
}

#today-date-container .date-text-container {
    text-align: center;
    padding: 2px;
}


@media (min-width: 1200px) {
    .awqat-sharye-container  {
      padding-right: 50px;
    }
}
.awqat-sharye-table .awqat-title-lbl {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0) 100%);
    vertical-align: middle;
    font-weight: bold;
    font-size: 24px;
}

.awqat-sharye-table .awqat-city {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0) 100%);
    padding: 15px 0px;
}
.awqat-sharye-table .awqat-city select {
    height: 45px;
}

.awqat-sharye-table .awqat-times {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,1) 90%, rgba(255,255,255,0.24575950985863093) 100%);
    height: 50px;
    width: 50%;
    font-size: 16px;
}

.monasebat-table .monasebat-title-lbl {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0) 100%);
    vertical-align: middle;
    font-weight: bold;
    font-size: 22px;
}

.monasebat-table .monasebat-day {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.monasebat-table .monasebat-day-text {
    color: #3a3a3a;
    font-size: 16px;
}

.monasebat-table .monasebat-day-text:hover {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    color: #fe9003;
    font-size: 14px;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    color: #fe9003;
    font-size: 14px;
}

.datepicker-plot-area * {
    color: #fe9003;
}

.mt-10 {
    margin-top: 10px; 
}

.link-footer-icon {
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
}

.text-black {
    color: black;
}

.convert-date-container {
    background: rgb(255, 255, 255, 0.5);
    margin-top: 50px;
}

.convert-date-container .container-title {
    background: #Fe9003; 
    padding: 10px 5px 5px 5px;
    height: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.convert-date-container .convert-date-reseult {
    min-height: 120px; 
    vertical-align: middle;
    margin: 10px;
    background: rgb(255, 255, 255, 0.75);
    border: 1px solid lightgray;
}

.convert-date-container .convert-date-reseult .result-data {
    display: grid;
    align-items: center;
    min-height: 100px;
}

.app-download-container {
    min-height: 100px;
    margin-top: 50px;
    background: rgb(255, 255, 255, 0.5);
    margin-bottom: 120px;
}

/* Base styles for nav items */
.mine-navbar .navbar-nav .nav-item {
    position: relative;
    overflow: hidden;
}

.mine-navbar .navbar-nav .nav-item a {
    display: block;
    padding: 10px 15px;
    color: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.mine-navbar .navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #FE5203;
    transition: height 0.75s ease;
    z-index: 0;
}

/* Hover effect */
.mine-navbar .navbar-nav .nav-item:hover::before {
    height: 100%;
}

.mine-navbar .navbar-nav .nav-item:hover a {
    color: white;
}

.mine-navbar .nav-item.active {
    border-bottom: 4px solid #FE5203;
    color: #fe9003;
}

.mine-navbar .nav-item.active .nav-link {
    color: #FE5203;
}

.mine-navbar .nav-item.active:hover .nav-link {
    color: #fff;
}


.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.5125rem;
    margin-left: 0.5rem;
    font-size: 16px;
    line-height: inherit;
    white-space: nowrap;
}


footer .nav .nav-item a {
    color: white;
}

footer .nav .nav-item a:hover {
    color: black;
    border-bottom: 1px solid #FE5203;
}

.cal-selected-date {
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    margin-left: 5px;
    padding: 0 5px;
    /* font-weight: bold; */
    color: black;
    vertical-align: middle;
    font-size: 12px;
}

.cal-selected-date .date {
    margin-left: 8px;
}

.monasebat-table td.monasebat-td {
    background-color: none;
    transition: background-color 0.8s ease;
}

.monasebat-table td.monasebat-td:hover {
    background-color: #fe5203a3;
}

.monasebat-table td.monasebat-td:hover a {
    margin-right: 5px;
}

.btn-mine-animation:before,
.btn-mine-animation:after {
  z-index: 0;
}

.btn-mine-animation {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 35px;
    margin: 1rem auto;
    text-transform: uppercase;
}

.btn-mine-animation .content {
    position: relative;
    z-index: 1;
}

.btn-mine-animation .holder {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fe5203a3;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.btn-mine-animation:hover {
    color: #FFF;
}

.btn-mine-animation:hover .holder {
    width: 225%;
    height: 562.5px;
}