body{
    background-color: #212125
}

label{
    margin-bottom: 0px !important;
}

button{
    padding: 5px 10px;
    border-radius: 5px;
}

.form-control{
    width: 75%;
    height: 100%;
    border-radius: 5px;
}


.header{
    background-color: #2C2F38;
}

.container{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.tabContainer {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-color: #212125;
}

/*
.tabContainer .buttonContainer {
    height: 15%;
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.tabContainer .buttonContainer button {
    width: 311px;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    background-color: #273236;
    border-radius: 5px;
    border: 1px solid black;
    color: white;
} 

.tabContainer .buttonContainer button:hover {
    background-color: #273550;
}*/

.tabContainer .tabPanel {
    height: 100%;
    color: white;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    display: none;
    position: relative;
}

.noSpace{
    padding-top:0px !important;
}

/*Second sku tables*/
.skuContainer {
    width: 100%;
    position: relative;
}

.skuContainer .skuButtonContainer {
    width: 55%;
    height: 15%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.skuContainer .skuButtonContainer button {
    width: 35%;
    height: 100%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background-color: #eee;
} 

.skuContainer .skuButtonContainer button:hover {
    background-color: #d7d4d4;
}

.skuContainer .skuPanel {
    height: 80vh;
    max-height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    display: none;
    position: relative;
    background-color: #2C2F38;
}

#repTab{
    border-radius: 10px;
    padding: 10px;
    min-height: 80vh;
    margin-top: 30px;
    margin-bottom: 30px;
}

#repTab table{
    border-spacing: 0 2rem;
}

#repTab select{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid black;
    text-align: center;
    width: 70%;
    text-align-last: center;
}

#repTab table input{
    background-color: transparent;
    border-bottom: 2px solid #3D3D3D;
    text-align: center;
    width: 70%;
    text-align-last: center;
}

#repTab .sort-block input{
    background-color: transparent;
    text-align: center;
    width: 70%;
    text-align-last: center;
}

.sort-block{
    background-color: #2C2F38;
    width: 80%;
    margin: 0 auto;
}

.cart-header{
    background-color: #273236 ;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cart-body{
    background-color: #2C2F38;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cart-img, .cart-input{
    height: 60px;
}

.cart-input{
    width: 100%;
}

.cart-textarea{
    height: 100%;
    background-color: transparent;
}

.cart-container{
    width: 80%;
    margin: 0 auto;
}

#dashboard{
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: calc(100vh - 68px);
    max-height: calc(100vh - 68px);
    min-height: calc(100vh - 68px);
    overflow-y: hidden;
}

.custom-input {
    width: 100%;
    height: max-content;
    vertical-align: middle;
    display: flex;
    padding: 5px 10px;
    max-width: 796px;
    flex-flow: row wrap;
    overflow-x: auto;
    flex-direction: row;
    min-height: 61px;
  }
  
  .custom-input_word {
    padding: 2px 15px;
    padding-right: 25px;
    border-radius: 5px;
    margin-right: 5px;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  
  .custom-input_input {
    background-color: transparent;
    margin-left: 5px;
    border: 0;
    outline: 0;
    flex: 1;
  }
  
  .x-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 0;
    width: 18px;
    border: 0;
    border-radius: 5px;
    background-color: #999999;
    color: white;
    font-size: 12px;
  }
  
  .tags{
      border-right: 2px solid #3D3D3D;
  }

/*Tab buttons*/
  ul.tabs{
    margin: 0;
    list-style-type : none;
    line-height : 35px;
    max-height: 35px;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    padding-right: 20px;
  }

  ul.tabs > li.active{
    z-index: 2;
    background: #212125;
  }

  ul.tabs > li.active > button{
    color: white;
  }
  
  ul.tabs > li.active:before{
    border-color : transparent #efefef transparent transparent;
  }
  
  
  ul.tabs > li.active:after{
    border-color : transparent transparent transparent #efefef;
  }
  
  ul.tabs > li{
    float : right;
    margin : 5px -10px 0;
    border-top-right-radius: 25px 170px;
    border-top-left-radius: 20px 90px;
    padding : 0 30px 0 25px;
    height: 170px;
    position : relative;
    box-shadow: 0 10px 20px rgba(0,0,0,.5);
    /*max-width : 200px;*/
    background: #2C2F38;
    flex-basis: auto;
    width:25%; 
    text-align: center;
  }
  
  ul.tabs > li > button{
    display: inline-block;
    min-width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: gray;
  }
  
 
  











  