/*Start public CSS*/
.required-message{
  color:red;
  font-size:12px;
}
.mbd-field-checkbox.checkbox.theme-default {
  float: right;
}
.main-btn-wrraper {
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
}
.image-form {
  flex-direction: column-reverse !important;
}
.submit-alert-icon{
vertical-align: middle !important;
}
/*End public CSS*/
/*Start Main button CSS*/
.main-btn {
  background-color: #122b58;
  color: white !important;
  font-family: 'IRANSans';
  line-height: 35px;
  width: 100%;
}
/*End Main button CSS*/
/*Start Main Image CSS*/
.image-item {
  max-width: 100%;
}
/*End Main Image CSS*/
/*Start  header Form box Css*/
.header-form-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h3.header-description {
  color: white !important;
  font-size: small;
  margin: 13px 0px 3px !important;
}
.header-form {
  background-color: #118dc5;
  margin-bottom: 30px;
  color: white;
  font-size: 13px;
  font-family: 'IRANSans';
}
.header-form  .header-item {
  color: white !important;
  font-size: 24px;
  margin: 13px 0px 3px !important;
}
/*End  header Form box Css*/
/*Start Form box Css*/
.form-box-wrraper {
  width: 100%;
  margin: 0;
  box-shadow:0px 0px 23px 2px rgb(221 221 221);
  border-radius: 5px;
}
/*End Form box Css*/


/*Start Wizard CSS*/
.wizard-steps.artin {
  font-family: 'IRANSans' !important;
}
.wizard-steps.artin > .wz-steps .wz-step > span {
  background-color: #0278ae;
  height: 55px !important;
  width: 55px !important;
  border: 2px solid #0278ae;
}
.wizard-steps.artin > .wz-steps .wz-step.active ~ .wz-step > span {
  background-color: #ddd;
  border-color: #ddd;
}
.wizard-steps.artin > .wz-steps .wz-step.active > span {
  background-color: #0278ae !important;
}
.wizard-steps.artin > .wz-steps .wz-step  {
  color: #0278ae !important;
  font-size: 15px !important;
  padding: 62px 30px 3px 0 !important;
} 
.wizard-steps.artin > .wz-steps .wz-step.active ~ .wz-step, .wizard-steps.artin > .wz-steps .wz-step.active ~ .wz-step:before, .wizard-steps.artin > .wz-steps .wz-step.active ~ .wz-step:after {
  color: #ccc !important;
  border-color: #ddd !important;
}
.wz-step.ng-binding.ng-scope.active {
  color: #0278ae !important;
}
.wizard-steps.artin > .wz-steps .wz-step::before, .wizard-steps.artin > .wz-steps .wz-step::after {
  border-color: #0278ae;
  top: 28px !important;
}
.wizard-steps.artin > .wz-steps .wz-step > span::before {
  right: 16px !important;
  top: 14px !important;
  font-size: 22px !important;
}
.wizard-steps.artin > .wz-steps .wz-step::before {
  left: calc(46% + 21px) !important; 

}
.wizard-steps.artin > .wz-steps .wz-step.active > span::before {
  content: none !important;
}
i.wizard-icon {
  color: white;
  position: absolute;
  font-size: 20px;
  top: 16px;
  right: 15px;
  left: 15px;
}
.wizard-steps.artin > .wz-steps .wz-step > span::before {
  content: none !important;
}
/*End Wizard CSS*/

/*Start Field CSS*/
.input-icon .input-icon {
  right: 9px !important;
  top: 10px !important;
  font-size: 21px !important;
}
.meeting-field-wrraper {
  min-height: 105px !important;
}
.meeting-filed{
  background-color: #f8f8f8 !important;
}
.meeting-filed:focus{
  background-color: white !important;
}
.icon-style{
  vertical-align: text-top;
}

/*End Field CSS*/

/*Start btn CSS*/
.next-btn{
  background-color: #407bff !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 3px;
  outline: none;
  border:none;
  margin-bottom: 10px;

}

/*End btn CSS*/
/*Start Office CSS*/
.office-wrraper {
  text-align: center;
  background-color: #3260ca;
  color: white;
  padding: 7px;
  font-size: 16px;
  font-weight: bold;
}
.office-value:hover {
  background-color: #dbe8f1;
}

.office-value {
  background-color: #ecf2ff;
  border: 1px solid #b0c7fc;
  cursor: pointer;
}

.active-Office {
  background-color: #d4dff7 !important;
}
.office-value {
  background-color: #ecf2ff;
  border: 1px solid #b0c7fc;
  cursor: pointer;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
}
.office-icon-style {
  color: #c1bfbf;
}
.active-Office .office-icon-style {
  color: #3260ca !important;
}
/*End Office CSS*/

/*alert css*/
.hidden{
  display:none;
}
.approve-alert-wrraper .item-header {
  font-size: 16px;
  font-weight: bold;
}
/*End Alert CSS*/
/*Start Card For week CSS*/
.weekdate-item {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.weekday-item {
  font-size: 17px;
  font-weight: bolder !important;
}
.time-title-item {
  font-size: 17px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.box .middle-box { font-size: 13px; }
.header-week-wrraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 14px 9px;
}
.active-date .box {
  border: 1px solid #4dc86a !important;
}
.active-date a.btn.btnn {
  background-color: #4dc86a !important;
  color: white !important;
}
.box{
  max-width: 100%;
  min-height: 230px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;

}
.box:hover {
  box-shadow: 0px 0px 2px 1px green !important;
}


.box .middle-box{
  font-size: 13px;
  padding: 9px 14px;
}
.box .middle-box p{
  margin-bottom: 10px;
}
.box .end-box{
  padding: 11px;
  border-top: 0.5px solid lightgray;
}
.box .end-box .btnn{
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  color: #21ba45;
  border: 0.5px solid #21ba45;
  background-color: white;
  padding: 8px;
  width: 100%;
}
/*End Card For week CSS*/

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 50px;
  margin: 20px auto;
}

.swiper-slide {
  text-align: center;
  font-size: 28px;
  cursor: pointer;
}
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.swiper-button-prev {
  background-color: #337ab7;
  width: 40px;
  border-radius: 10px;
  right: 35px;
  left: 20px;
  display:flex;
  align-items:center;
  justify-content:center;
}
i.fa.fa-arrow-right {
  /* background: white; */
  color: white;
  position: absolute;
  /*top: 7px;
  left: 8px;*/
  font-size: 25px;
}
.swiper-button-next {
  background-color: #337ab7;
  width: 40PX;
  border-radius: 10px;
  display:flex;
  align-items:center;
  justify-content:center;
}
i.fa.fa-arrow-left {
  color: white;
  position: absolute;
  /*top: 6px;
  right: 8px;*/
  font-size: 25px;
}
i.fa.fa-arrow-left::befor{color:white;}
i.fa.fa-arrow-right::befor{color:white;}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image:none !important;
  left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  right:0;
}



.swiper-btn{
  display: flex;
  align-items:center;
  justify-content:center;
}
.swiper-btn .fa::before{color: #6352de !important;}
.swiper-btn .fa{
  font-size: 18px !important;
  position: relative !important;
  margin: 0 5px;
}





.week-active {
  background: #0ecae8;
}
.label {
  font-size: 72%;
  line-height: 21px;
}
.label.label-primary.ng-scope {
  width: 100%;
}
/*end swiper css*/
/*Start ImageForm css*/
.image-form-item {
  width: 100%;
}
/*End ImageForm css*/
/*Start Modal Css*/
.tracking-cod-modal{
  font-family: 'IRANSans' !important;

}
.tracking-code-field {
  width: 75%;
  margin: auto;
  margin-top: 14px !important;
}
.check-btn{
  line-height: 23px;
}
/*End Modal Css*/

.week-list-wrraper .swiper-btn {
 background-color: transparent;
    font-size: 15px;
    color: #6352de !important;
    outline: none !important;
    border: none !important;
}
.week-list-wrraper .swiper-btn:focus {
     border: none !important;
}


.week-list-wrraper {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  justify-content: space-between;
}

.week-list-wrraper .swiper-text {
  color: #007efc;
  font-size: 20px;
  font-weight: bolder;
}


/*Start full capacity Css*/
.weekdate-item {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
}
.weekday-item {
  font-size: 17px;
  font-weight: bolder !important;
}
.time-title-item {
  font-size: 17px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.box .middle-box { font-size: 13px; }
.header-week-wrraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 14px 9px;
}

.box{
  cursor: default;
  max-width: 100%;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  font-family: 'IRANSans';
  z-index: 1;
}

.box:hover {
  box-shadow: none;
}
/*   
.box.full_capacity_box{
z-index: 1;
position: absolute;
} */

.full_capacity{
  /* display: none; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: rgba(200, 55, 55, 0.5);
  border-radius: 5px;
}
.full_capacity .icon-full-capacity{
  font-size: 62px;
  color: darkred;
}
.full_capacity .text-full-capacity{
  font-size: 25px;
  color: darkred;
  text-align: center;
}
.box .middle-box{
  font-size: 13px;
  padding: 9px 14px;
}
.box .middle-box p{
  margin-bottom: 10px;
}
.box .end-box{
  padding: 11px;
  border-top: 0.5px solid lightgray;
}
.box .end-box button.btnn{
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  color: #21ba45;
  border: 0.5px solid #21ba45;
  background-color: white;
  padding: 8px;
  width: 100%;
}
.box .end-box button.btnn:focus{ outline: none; }
.box .end-box button.btnn:hover{ pointer-events: painted; }



/*End full capacity Css*/


@media only screen and (min-width : 481px) {
  .flex-row.row {
	display: flex;
	flex-wrap: wrap;
  }
  .flex-row.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
  }
  .flex-row.row:after, 
  .flex-row.row:before {
	display: flex;
  }
  .flex-row.row > [class*='col-'] > .box {
	display: flex;
	flex: 1;
  }
}


@media(max-width:400px){  .main-btn-wrraper { width: 100%; }}


/* start lodaing css*/
.week-list-wrraper{
  position: relative;}

.weekday-loading {
  position: absolute;
  left:0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  margin:auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
/* End lodaing css*/

.btn-factor{
  background-color: #3c763d;
  color:white !important;
}

@media (max-width: 576px) {
  .save-btn{
  width:100% !important;
  }
}