/* 
    Author     : Hossein
*/
.red-color{
    color:red;
}
.have-error{
    box-shadow: 0px 0px 1px 1px #f00;
}
.ticket-form__msg{
    text-align: center;
    font-size: 14px;
    color:red;
    margin: 20px 0;
}
.ticket-form__row:before,
.ticket-form__row:after,
.ticket-act:before,
.ticket-act:after{
    content: " ";
    display: table;
}
.ticket-form__row:after,
.ticket-act:after{
    clear: both;
}
.ticket-form__col-left{
    float: left;
    width: 40%;
}
.ticket-form__col-right{
    float: left;
    width: 60%;
}
.ticket-act__item{
    width: 33%;
    float:left;
}

.ticket-form{
    max-width: 550px;
    border-radius: 10px;
    border:1px solid #eee;
}
.ticket-act {
    padding: 20px;
    background:#00aef0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ticket-act label{
        color: #fff;
}
form.ekol-ticket ,
form.ekol-ticket-view {
    padding: 30px 20px 20px 20px;
    position: relative;
    background: #fff;
}
.ticket-form__control {
    width: 100%;
}
.ticket-form__row{
    margin-bottom: 10px;
}
.ticket-form__row--attach{
    padding: 15px 0;
}
.ticket-form__btn,
.ticket-form__btn{
    background: #fff;
    border: 1px solid #424242;
    color:#424242;
    padding: 15px 0;
    transition: all 0.3s ease;
    max-width: 100%;
    width: 200px;
}
.single-form .ticket-form__btn{
    background:transparent;
}
.ticket-form__btn:hover,
.ticket-form__btn:hover{
    background: #424242;
    color:#fff;
}

.ekol-ticket-success-msg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(5, 214, 128);
    padding: 60px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display:  none;
}



/*
Single ticket
*/
.single-ticket__title{
    text-transform: none;
    text-align: center;
    margin-top:80px;
}
.user-view{
    clear: both;
    margin: 100px auto;
}
.et-circle-wrap{
    display: block;
    float: left;
    width: 130px;
    height: auto;
    margin-right: 38px;
    text-align: center;
}
.et-circle{
    width: 130px;
    height: 130px;
    display: block;
    background: #dcdcdc;
    border-radius: 50%;
    padding-top: 20px;
    text-align: center;
    position: relative;
    margin-right: 38px;
    margin-bottom: 20px;
    transition:all 0.3s ease-in-out;
    box-shadow: 0px 0px 20px 4px rgba(185, 255, 27, 0.15);

}
.et-circle--passed{
    background-color: greenyellow;
}
.et-circle:hover{
    background-color: orange;
    color:#fff;
    box-shadow: 0px 0px 20px 4px rgba(145, 150, 133, 0.48);

}
.et-circle::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -35px;
    width: 32px;
    height: 32px;
    background: url(images/n.png);
    margin-top: -16px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.et-circle--last::after{
    content: "";
    display: none;
}
.et-circle__num{
    margin-bottom: 0px;
}
.et-circle__act {
    padding: 0 15px;
    height: 46px;
    line-height: 15px;
    font-weight: 600;
}

/*

ET Table

*/
.et-table{
    margin: 20px;
    font-size: 16px;
    color: #333;
    box-shadow: 0px 0px 40px 3px #bfbfbf;
    background: #fff;
    border: 1px solid #d6d6d6;
}
.et-table__row{

}
.et-table__row:nth-child(odd){
    background-color: #eee;
}
.et-table__lable{
    display: inline-block;
    min-width: 200px;
    padding: 10px 20px 10px;
}
.et-table__value{
    text-shadow:0px 0px 1px rgba(186, 255, 122, 0.59);
}


/*

Single forms

*/
.admin-action{
    text-align: center;
    margin: 150px 0px;
}
.admin-action h3{
    margin-bottom: 35px;
}
.single-form{
    padding: 20px;
    border:1px solid #ddd;
    font-size: 15px;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 40px 3px #eee;

}
.single-form__row {
    padding: 10px;
    text-align: left;
    padding-left: 50px;
}





/*

Manage Tickets

*/
.ticket-list__main-header {
    text-align: center;
    padding: 20px 0;
}
.ticket-list{
    border:1px solid #eee;
    box-shadow: 0px 0px 40px 3px #eee;
}
.ticket-list__row{
    padding: 15px;
}
.ticket-list__row:nth-child(odd){
    background-color: rgba(206, 255, 112, 0.13);
}
.ticket-list__row--complient a{
    color:#f11f18;
}
.ticket-list__row--thanks a{
    color:#51ad00;
}
.ticket-list__row--suggestion a{
    color:#00acad;
}
.ticket-list__pagination{
    text-align: center;
    font-size: 16px;
    background: rgba(95, 135, 255, 0.24);
    padding: 10px 0;
    border-bottom: 3px solid rgba(99, 99, 99, 0.47);
}
.ticket-list__pagination .page-numbers{
    padding: 5px 13px;
}





/*

Home Page

*/
.et-home{
    margin: 0 0 100px 0;
    padding: 100px 0;
}
.et-home__wrapper:after,
.et-home__wrapper:before{
    content: " ";
    display: table;
}
.et-home__wrapper:after{
    clear: both;
}
.et-home__title h1{
    text-align: center;
    margin-bottom: 120px;
}
.et-home__item{
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}
.et-home__item:last-child{
    border-right: 0px;
}
.et-home__img-wrap{
    width: 100%;
    min-height: 220px;
    padding: 0 50px;
}
.et-home__img{
    max-width: 100%;
    height: auto;

}



@media (max-width:1140px){
    .et-circle-wrap{
        float: none;
        margin: 40px auto 100px;
    }
    .et-circle{
        margin-bottom: 5px;
    }
    .et-circle::after {
        bottom: -81px;
        top:auto;
        transform: rotate(90deg);
        right: auto;
        left: 50%;
        margin-left: -16px;
        margin-top: 0;
    }
    .et-table__lable,
    .et-table__value{
        display: block;
        width:100%;
    }
    .et-table__value{
        padding: 1px 20px 15px;
        font-weight: bold;
    }

    .et-home__item{
        display: block;
        width: 100%;
        float: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 40px;
        padding-bottom: 20px;
        border-right: 0px;
    }
    .ticket-act{
        padding: 20px 5px;
    }
    .ticket-form__col-left{
        display: block;
        float: none;
        width: 100%;
    }
    .ticket-form__col-right{
        display: block;
        float: none;
        width: 100%;
    }
    .ticket-act__item {
        width: 33%;
        float: left;
        text-align: center;
    }
    .ticket-list__pagination .page-numbers {
        padding: 5px 5px;
    }
}

.custom-number-field{
    padding: 10px;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
}






/*loader*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: absolute;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
      bottom: 30%;
    left: 50%;
    margin-left: -55px;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #05d680;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #05d680;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}