
/* Tabs */
.tabs {
    width: 100%;
  
  
  }
  ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    text-align: center;
  }
  ul#tabs-nav li {
    display: inline-block;
    font-weight: normal;
    margin-right: 2px;
   
    background-color: #fff;
    border: 2px solid #22333B;
    color: #22333B;
   border-radius: 90px;
    cursor: pointer;

    font-size: 1.2em;
    font-weight: 900;
   
    margin:0 50px 0 50px;
  }
  #tabs-nav{
    position: relative;
  }
  .tabs-nav-line{
position: absolute;
top:23px;
border-bottom: solid 2px #22333B;
height:2px;
width:140px;
left:40%;
z-index: -1;
  }
  .confignavtit{
   
margin:0 0px 15px 0px;
  }
  .confignavtit span{
    display: inline-block;
margin:0 17px 0 17px;
font-weight: 900;
  }
  ul#tabs-nav li:hover,
  ul#tabs-nav li.active,  ul#tabs-nav li.active a{
    background-color: #801524;
    color: #fff;
    border-radius: 90px;
    border: 2px solid #801524;
    text-decoration: none;
  }
  #tabs-nav li a {
    text-decoration: none;
    color: #999;
    display: block;
    width:25px;
    height: 25px;
    padding: 8px 5px 3px 5px;
  }
  .tab-content {
    padding: 0px;
    margin: 0px;
   
    background-color: #FFF;
    border-radius:13px;
  }
  
.navbottom{

width: 100%;
padding:20px 0 20px 0;
text-align: center;
}

.navbutton{
    background-color: #801524;
    padding:10px 15px 10px 10px;
    display: inline-block;
    margin: 5px 10px 5px 10px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    border-radius: 10px;
    width:30%;
    max-width:250px;
}
.navbutton:hover{
    background-color: #22333B;

}
.tabcont{
    padding: 40px 50px 20px 50px;
    vertical-align: top;
    text-align: left;
}

.tabcol2{
    width:35%;
    display: inline-block;
 
    vertical-align: top;
    margin-left:30px;
}
.tabcol1{
    width:100%;
   display: block;
 
    
}

.tabcont input, .tabcont select{
padding:12px 20px 12px 20px;
border: solid 1px #22333B;
background-color: #f9f9f9;

}
.tabcolin select{
width:100%;
display: block;
}
.tabcont input:hover{
 
    border: solid 1px #ccc;
  
    }

.tabcolin{
    padding:0 0 0 0;
    text-align: center;
}

.confline{
  
    border: solid 1px #f1f1f1;
    margin:5px 0 5px 0;
    vertical-align:top;
}

.confline:hover{
  background-color: #F1F1F1;
    border: solid 1px #0093DD;

}

.confline input[type='checkbox']{
    height:20px;
    width: 20px;
}

.confline img{
    height: 35px;
    width: 35px;
    position: absolute;
   top:2px;
   left: 11px;
}
.confline label{
    width:250px;
    height: 40px;
}

.confcheck{
width:45px;
vertical-align: top;
display: inline-block;
padding: 13px 0 0 15px;
}

.confimg{
    width:60px;
    height: 40px;
    display: inline-block;
    padding:0px 0 0 0;
    background-color: #f1f1f1;
    position: relative;
    margin:5px 0 0 0;
}

.conftext{
   /* width: 200px;
     height: 40px; */
    display: inline-block;
    vertical-align: top;
    padding: 14px 0 0 20px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.confprom{
    border:solid 1px #f1f1f1;
}
.confprom:hover{
    border:solid 1px #0093DD;
}














.config_all{
   border: solid 3px #ddd;
    }
    .config_all:hover{
        border: solid 3px #0093DD;
         }
.configinn{
        text-align: left;
    }
.nextt{
 padding: 15px 15px 15px 15px;
 text-align: right;
 background-color: rgb(221, 244, 255);
}    

.nextt a{
    padding: 8px 10px 8px 10px;
    background-color: #0093DD;
    color:#fff;
}

.nextt a:hover{

    background-color: #004996;

}

.configblock{
padding:0 0 0px 0;
}

.configinner{
    padding: 25px 15px 50px 15px;
    vertical-align: top;
}

.box1{
    width: 70%;
    display: inline-block;
  
    vertical-align: top;
}
.box2{
    width: 25%;
    display: inline-block;
    
    vertical-align: top;
    float: right;
}
.boxx{
    width:110px;
    height: 110px;
    border:solid 1px #ccc;
    margin:0 5px 10px 5px;
    padding:10px 10px 10px 10px;
    text-align: center;
    display: inline-block;
}

.boxx:hover{
    background-color: #f1f1f1;
}

.boxx img{
    height: 80px;
}

.boxx span{
    padding:10px 0 0 0;
    display: block;
}

.configinner h2{
    padding: 0px 0px 20px 0px;
    margin:0;
    color: #0093DD;
}