

.xrequired {
    color:#ff230f;
    font-size:13px;
}

.item-section {
    padding: 20px 0;
}

.item-section .item h5 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.item-section .item img {
    margin-bottom: 5px;
}

.item-section .item p {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 5px;
    min-height: 80px; 
   font-family: 'Roboto';
}

.item-section .item .w3-btn {
    background-color: #2d5db4;
    /*border: 1px solid #000;*/
    color: white;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Roboto';
    height: 45px;
}

.item .w3-btn {
    background-color: #e5a3ad;
    /*border: 1px solid #000;*/
    color: white;
    width: 70%;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Roboto';
    height: 45px;
}

.title-header {
    font-family: 'Poppins', sans-serif;
    color: #212121;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
}


.title-headerproduct {
    font-family: 'Poppins', sans-serif;
    color: #212121;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 40px 10px 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 18pt;
}

    .tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
.tcenter {
    text-align: center;
}


.setup-modal {
   font-family:'Myriad Pro', Tahoma;
}
.setup-modal h2 {
   color:black !important;
}

.setup-modal table {
    border-right: 0px !important;
    border-left: 0px !important;
    padding:0 !important; 
    font-size:12px;
}

.setup-modal table tr>:nth-child(1) {
    width: 50px !important;
    padding-left:10px !important;
}

.setup-modal table td, .setup-modal table th {
    border:0px !important;
    vertical-align:middle !important;
    /*padding: 0px 10px !important;*/
    text-align:left !important;
}

.setup-modal table th {
    background:#ededed !important;
}

.setup-modal table tr {
    border-bottom:.5px solid #e0e0e0;
    height: 35px !important;
    
}

.setup-modal table tr:hover {
    background-color:transparent !important;
}

.setup-modal  .delsetupbtn {
    background-color:transparent !important;
    border:none !important;
    color:#2b2b2b;
    font-family:'Myriad Pro', Tahoma;
    font-size: 11px;
}

.setup-modal .delsetupbtn:hover {
    border-bottom: 0.1px solid #2b2b2b !important;
}


.setup-modal  .editsetupbtn {
    background-color:transparent !important;
    border:none !important;
    color:#2b2b2b;
    font-family:'Myriad Pro', Tahoma;
    font-size: 11px;
    font-weight:bold;
}

.setup-modal .editsetupbtn:hover {
    
    border-bottom: 0.1px solid #2b2b2b !important;
}

.setup-modal .modal-footer {
    padding-top:10px !important;
    padding-bottom:5px !important;
    background:#eee!important;
   border-bottom-left-radius:10px !important;
   border-bottom-right-radius:10px !important;
   border-top-left-radius:0 !important;
   border-top-right-radius:0 !important;
  
}

.setup-modal .modal-footer .btn-default {
    background-color:#f8f8f8 !important;
    color:#646464;
    /*border:none !important;
    border-radius:0 !important;*/
}

.setup-modal .modal-footer .btn-default:hover {
    background-color:#bebebe !important;
    color:rgba(0, 0, 0, 0.49);
}

.setup-modal .btn-default {
    background-color:#f8f8f8 !important;
    color:#646464;
    /*border:none !important;
    border-radius:0 !important;*/
}

.setup-modal .btn-default:hover {
    background-color:#bebebe !important;
    color:rgba(0, 0, 0, 0.49);
}

.setup-modal .control-label {
    font-size:11px;
   color:black !important;
    font-weight:normal !important;
    vertical-align:middle !important;
}