
/* ***********STC CSS START***************** */
.stc_card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 6px #00000029;
    border: 1px solid #BEBEBE;
    border-radius: 17px;
    margin: 0 3% 3%;
    padding: 2% 2% 0;
}

.stc_prod_del_btn{
    padding: 1%;
    text-align: left;
    background: none;
    border: none;
}

.addProductCard{
    font-size: 14px;
    background: #D9F7FF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    margin: 2%;
}

.addprodcardpadding{
    padding: 0;
}

.searchSTCButton{
    float: right;
    margin: 2%;
}

.apsubcard{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D1D1D1;
    border-radius: 30px;
    margin: 8% 2% 0;
    text-align: -webkit-center;
}

.apsubcard .react-bootstrap-table {
    width: 730px !important;
}

.stc-form-margin{
    margin: 8% 4% 0;
}

.specConc{
    margin-left: 3%;
}

.specConc-imput{
    width: 45% !important;
}

.specCon-Label{
    font-weight: bold;
    margin-top: auto;
    text-align: left;
}

.stc-btn-custom{
    height: fit-content;
    width: 150px;
    background-color: #007bff !important;
}

.form-width{
    width: 50% !important;
    font-weight: normal;
    font-size: 14px;
}

.btnAlign{
    padding-right: 4%;
    float: right;
    margin: 0;
}

.stc-product-table-error{
    color: #d52b1e;
    font-Size: 16px;
    padding: 2%;
    display: inline;
}

.button-align{
    place-content: flex-end;
}


.form-hidden li {
    margin-bottom: 2%;
}


.warningHeader {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .apsubcard {
        margin: 11% 2% 0;
    }

    .form-check-label{
        font-size: 13px !important;
    }

    #listmodal .modal-content {
        width: 690px !important;
    }

    .react-bootstrap-table .table {
        font: bold 9px 'roboto' !important;
    }
    .apsubcard .react-bootstrap-table {
        width: 450px !important;
    }

    .stc-btn-custom {
        height: fit-content;
        width: 100px !important;
        font-size: 14px;
    }


    .form-control {
        font: normal 12px 'roboto'!important;
    }

    .form-group > label {
        font: bold 9px 'roboto'!important;
    }

    .form-check-label {
        font: bold 9px 'roboto'!important;
        padding-right: 0 !important;
    }

    body, .intro_sub_text {
        font-size: 11px !important;
    }
    
      }
  
  @media only screen and (min-device-width: 480px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */

    .form-control {
        font: normal 13px 'roboto'!important;
    }

    .form-group > label {
        font: bold 13px 'roboto'!important;
    }

    body{
        font-size: 14px !important;
    }

    .form-check-label{
        font-size: 13px !important;
    }

    .apsubcard .react-bootstrap-table {
        width: 663px !important;
    }
    
  }

  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation:portrait) {
    /* For IPAD 12.9 Inches potrait layouts only */
    .form-control {
        width: 50% !important;
        font: normal 13px 'roboto'!important;
    }

    .form-group > label, .form-check-label {
        font: bold 13px 'roboto'!important;
    }

    body{
        font-size: 14px !important;
    }

    .apsubcard .react-bootstrap-table {
        width: 665px !important;
    }
    
  }

  @media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation:landscape) {
    /* For 10.5 inches landscape layouts only */

    .form-control, .form-check-label {
        font: normal 13px 'roboto'!important;
    }

    .form-group > label {
        font: bold 13px 'roboto'!important;
    }

    body{
        font-size: 14px !important;
    }

    .text-trunc {
        width: 22ch !important;
    }

    .menubar span {
        font-size: 14px !important;
    }

    .nav_bar > li {
        font-size: 14px !important;
    }
  }


/* ***********END***************** */

.STCListErrorText{
    text-align: center;
    margin-top: 10%;
    margin-bottom: 2%;
}

.stc-list-table{
    margin: 12% 0;
}

.stc-list-table  .table {
    box-shadow: 0px 4px 6px #00000029;
    font: 13px 'roboto';
    word-break: break-word;
    table-layout: fixed;
    margin: 20px auto;
    width: auto;
}

.stc-list-table .table thead th {
    width: 110px !important;
}


.boldLabel{
    font-weight: 700;  
}

.update_STC_margin .stc-form-margin {
    margin: 4% 4% 0;
}



.LIST_STC_PAGE .spinner-border{
    float: right;
    margin-top: 2.2%;
}
