@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Heebo', sans-serif;
}

/*tabs*/
div.new_ext2,
div.exist_ex2,
div.ext_massage2,
div.ext_take_order2,
div.cust_opinion2, 
div.cust_future_orders2,
div.order_to_approve2,
div.orders_without_price2,
div.customers_list2,
div.manager-general4,
div.manager-general5,
div.manager-general6{
    display: none;
}


.login-form {
    width: 60vw;
    margin: auto;
    text-align:right;
}
.login-form h6 {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.login-form input#wp-submit {
    text-align: center;
    width: 100%;
    background: #008c00;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
h3.user-logout {
    color: #ffffff;
    margin: 15px auto;
    text-align: center;
    font-size: 1rem;
}

h3.user-logout a {
    font-size: 0.9rem;
    text-decoration: underline;
}

h3.user-logout a {
    color: #ffffff;
    display: block;
}
div.tab-active{
    display: flex;
    justify-content: flex-start;    
    flex-wrap: wrap;
}
/* EXT container STYLE*/
.container {
    padding: 0;
    max-width: 100vw;
    margin: 0 !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}
.main-content {
    width: 100%;
    background: #fff;
}
.side-menu {
    background: #3e0001;
    width: 15vw;
}

/* PANEL MANAGER ENTER */
div.manager-bg-img{
    width: 100%;
    height: 250px;
    background: url('../images/site_images/manager-pz/ext-header-bg.jpg') no-repeat center center;
    background-size: cover;
}

div.manager-pz-header{
    background: url('../images/site_images/manager-pz/header_bg.jpg') no-repeat center center;
    background-size: cover;
    height: 40px;
    margin: 0;
}

div.manager-pz-header h1{
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-top: 5px;
}

@media only screen and (max-width: 1200px){
    
    div.manager-bg-img{
        height: 150px;
    }
    
    div.manager-pz-header{
        max-width: 100%;
        height: auto;
    }

    div.manager-pz-header h1{
        font-size: 14px;
        padding: 5px 10px;
    }
}

/*EXT MANAGER STYLE*/
div.manager-ext-part h2{
    color: #19171a;
    text-align: right;
    font-size: 22px;
    border-bottom: 1px solid #19171a;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}

div.ext-manager{
    padding: 0;
    margin: 0;
    margin-top: 50px;
    height: auto;
    margin-bottom: 40px;
}

/*ext manager tabs*/
div.ext-manager ul.list-tabs{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0px;
}

div.ext-manager ul.list-tabs a.active{
    background-color: #3e0001;
    color: #fff;
}

div.ext-manager li.list-item{
    background-color: #efefef;
    width: 250px;
    color: black;
    text-align: center;
    border-left: 2px solid #dcdcdc;
}

div.ext-manager li.list-item:last-child{
    border-left: none;
}

div.ext-manager a.list-link{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

div.ext-manager div.list-content{
    padding: 0;
    margin: 0;
    padding: 20px;
    text-align: right;
    border: 2px solid #dcdcdc;
    height: 800px !important;
    overflow-y: scroll;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1200px){
    div.ext-manager li.list-item{
        display: block;
        width: 100%;
    }
}

  
.nb-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #008c00;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
  }
  
-webkit-@keyframes spin {
    -webkit-from {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    -webkit-to {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
#fe-loader {
    position: fixed;
    text-align: left;
    top: calc( 40vh + 14px);
    left: calc( 48vw - 90px);
    z-index: 999;
    display: none;
}



thead {
    font-weight: 600;
}

table.table {
    text-align: right;
}
table{
    border-collapse: collapse;
    border-radius: 1em 1em 0 0;
    overflow: hidden;
}
table td{
    text-align: center;
 } 
tbody:nth-child(even) {
    background: #ffffff;
}
tbody tr:nth-child(even) {
    background: #fcf8f8;
}
.more-content:nth-child(even) {
    background: #ffffff;
}
.orders-table tbody tr:nth-child(4n+1), .orders-table tbody tr:nth-child(4n+2) {
    background: #fcf8f8;
}
tbody thead {
    color: #ffffff;
    background: #008c00;
}
tbody tr td{
    border-top: none !important;
}
tr:hover {
    cursor: pointer;
    background: #008c0036!important;
}
thead {
    color: #ffffff;
    background: #008c00;
    border: 6px solid #008c00;

}
tbody {
    border-top: 6px solid #fff;
}
td {
    border-left: 1px solid;
}
td:nth-last-child(1){
    border:none 
}
.search-form form {
    display: flex;
    margin: 50px;
    justify-content: space-evenly;
}
.orders-list {
    text-align: right;
}
.more-content{
    display: none;
}
.more-content-show{
    display: table-row;
}
.more-data {text-align: right;}

.more-data h6 {
    font-weight: 900;
}
.more-content-expand .more-content{
    display: table-row;
}
.reports-header h6 {
    padding: 16px;
    display: flex;
    list-style: none;
    justify-content: space-around;
    font-size: 18px;
}

.side-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.side-menu-header h1 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.side-menu-header {
    margin: 0 0 50px;
}

.menu-side-image img {
    width: 151px;
    object-fit: contain;
}

.menu-side-image a {
    padding: 13px;
}

.menu-side-image {
    text-align: center;
}
.side-menu ul {
    text-align: center;
}
.side-menu li {
    padding: 14px;   
    border-bottom: 1px solid;
    cursor: pointer; 
}
.side-menu li,.side-menu li a {  
    color: #ffffff;   
    font-size: 20px;
}
ul.menu-list li:hover ,ul.menu-list li a:hover  {
    font-weight: 900;
}
.side-menu li.active ,.side-menu li.active a{
    color: #060b15;
    background: #ffffff;
}

.content-header {
    display: flex;
    background: #d6d6d6;
    height: 130px;
    box-shadow: 0 1px 10px -1px;
    justify-content: center;
    align-items: center;
}
.reports-header {
    background: #fff;
}

.reports-header ul {
    padding: 16px;
    display: flex;
    list-style: none;
    justify-content: space-around;
    font-size: 18px;
}
li.reports-li-active {
    font-weight: 900;
    border-bottom: 2px solid;
}
ul.reports-menu li {
    cursor: pointer;
    width: 16%;
    text-align: center;
}
.tab-view-type {
    background: #008c00;
    width: 116px;
    border-radius: 15px;
    margin: 2px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.orders-report-content {
    margin: 63px 90px;
}

.report-tabs {
    margin: 11px;
    display: flex;
    justify-content: center;
}
form#mazikim-report-search ,form#orders-report-search{
    display: flex;
    column-gap: 45px;
    width: 61vw;
    justify-content: center;
    margin: auto;
    padding: 20px;
   align-items: flex-end;
}
input#mazikim-report-search-submit,input#orders-report-search-submit {
    background: #008c00;
    width: 116px;
    text-align: center;
    color: #f5f5f5;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    padding: 0.5rem 1rem
}
.search-form select, .search-form input {
    color: #3e0001;
    border: none;
}
form#mazikim-report-search fieldset,form#orders-report-search fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

input#end_date,input#start_date {
    font-size: 18px;
}
.tab-view-type.active-tab-view-type {
    font-weight: 700;
    border: 2px solid #0b2c0b;
}
.tab-content{
    display: none;
}
.tab-content.tab-content-active{
    display: block;
}
.exterminators-head {
    display: flex;
}

.exterminators-data {
    width: 300px;
    border-radius: 5px;
    text-align: center;
    margin: 40px auto;
    padding: 13px;
    background: #c9e1c9;
}
.exterminators-data h6 {
    font-size: 20px;
    font-weight: 900;
}

.exterminators-data div {
    display: flex;
    justify-content: space-evenly;
}

.exterminators-data div p {
    margin: 0;
}
.back p {
    cursor: pointer;
    background: #c9e1c9;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    border-radius: 5px;
}