/*Font*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/*General*/
body {
    background: #F7F7FA;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

p{
    font-size: 14px;
    padding: 0;
}

a{
    text-decoration: none;
}

/*START homepage*/
.big{
    width: 90%;
    margin: 3em auto;
    /*padding:3em 2em;*/ 
    background: #fff;
}

/*START Left side*/
.left_side{
    width: 75%;
    float: left; 
    padding: 3em;
}


.titlu{
    color: #B15533;
    font-weight: bolder;
}

.subtitlu{
    font-size: 30px;
    color: #000000;
    margin-top: 1em;
    font-weight: bolder;
}

/*START 3 box*/


.box_home span{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #C2C2C2;
    background-color:#fff;
    position:absolute;
    color: #C2C2C2;
    top:10px;
    display:block;
    width:30px;
    height:30px;
    line-height:28px;
    font-weight:700;
    font-size:16px; 
}


.box_home h3{
    font-size:16px;
    margin-top:30px;
    margin-bottom:3px;
    font-weight:700;
    color: #4C4D7F;
}

.box_home{
    background:#fff;-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #F0F0F4;
    margin-bottom:25px;
    padding:50px 20px 25px ;
    text-align:center;
    position:relative;
    font-size:14px;color:#666;
    min-height:310px;
}

/*END 3 box*/

/*START Blue side*/

.container_blue{
    padding: 3em 2em;
    height:100%;    
    background: #B15533;
    float: right;
    text-align: center;
    color: #fff;
} 

.tw_titlu{
    color: #fff;
    font-size: 26px;
}

.money{
    font-size: 26px;
    font-weight: bold;
}

.tar_titlu{
    font-size: 20px;
    color: #FFFFFF;
}

.money_redem{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
}



.av_to_re{
    background-color: #333333;
    padding: 10px 20px;
    border-radius: 10px;    
}



.descriere{
    text-align: left;
    font-size: 1.2em;

}

.descriere2{
    text-align: left;
    line-height: 24px;

}

.table_b{
    width: 100%;
    text-align: left;
}

.table_b td{
    padding: 0px 4px 4px 2px;
    vertical-align: top;
}

.data{
    line-height: 18px;
    font-size: 10px;
}

.dataTH{
    line-height: 18px;
    font-size: 14px;
}


.main_text{
    font-size: 3em;
    color: #B15533;
    font-weight: bolder;
    line-height: 1.7em;
}

.icon_blue{
    width: 25%;
}


/*END  homepage*/


/*START PAG2*/
.box{
    border: 1px solid #F0F0F4;
    border-radius: 10px;
    padding: 10px;
}


.progressbar {
    margin-top: 30px;;
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

.text_step{
    font-size: 14px;
    font-weight: bold;
    color: #02044A;
    margin: 0;
}

.step{
    border-right: 1px solid #F0F0F4;
}

.main_text{
    font-size: 2.5em;
    color: #B15533;
    font-weight: bolder;
    line-height: 1.7em;
}
.contact{
    background: #333333;
    margin:40px -29px 0px 0px;
    padding:25px 0px;
}

.necesita{
    font-size: 14px;
    text-align: left;
    padding: 0 0  0 10px;
}



/*Butoane*/
.btn1{
    background-color: #fff;
    border: 1px solid #B15533;
    color: #B15533;
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    padding:20px 30px;
    border-radius: 0%;
    width: 250px;
}


.btn1:hover{
    background-color: #333333;
    color: white;
}

.btn2{
    background-color: #B15533;
    border: 1px solid #B15533;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    padding:20px 30px;
    border-radius: 0%;
    margin: 0 50px;
    width: 250px;
}

.btn2:hover{
    background-color: #fff;
    color: #B15533;
}

.btn1-modal{
    background-color: #fff;
    border: 1px solid #B15533;
    color: #B15533;
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    padding:10px 20px;
    border-radius: 0%;
    width: 170px;
}


.btn1-modal:hover{
    background-color: #333333;
    color: white;
}

.btn2-modal{
    background-color: #B15533;
    border: 1px solid #B15533;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    cursor: pointer;
    padding:10px 20px;
    border-radius: 0%;
    margin: 0px 10px 0px 0px;
    width: 170px;
}

.btn2-modal:hover{
    background-color: #fff;
    color: #B15533;
}

.btn_invoice{
    background-color: #fff;
    border: 1px solid #B15533;
    color: #B15533;  
    font-size: 14px;
    cursor: pointer;
    padding:20px 40px;
    border-radius: 0%;
    width: 150px;
}

.btn_invoice2{
    background-color: #B15533;
    border: 1px solid #B15533;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding:20px 40px;
    border-radius: 0%;
    margin: 0 30px;
    width: 150px;
}


.btn_invoice:hover{
    background-color: #333333;
    color: white;
}


.form-control{
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #EBEBEB !important;
}
.form-control{
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #EBEBEB !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {   
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(126, 239, 104, 0.6);
    outline: 0 none;
    border-bottom: 1px solid #FFB0A7 !important;
}

.modify{
    background-color: white;
    border: 0px solid #B15533;
    color: #BFBFBF;

    font-size:20px;
    cursor: pointer;
    padding:0px;
    border-radius: 0%;


}


/*START UPLOAD IMAGE*/
.file-upload {
    background-color: #ffffff;
    width: 660px;

    padding:0px;
} 


.file-upload-content {
    display: none;
    text-align: center;

}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;

}

.image-upload-wrap {
    margin-top: 10px;
    border: 2px dashed #707070;
    position: relative;
    padding: 20px;
    color: #B15533;
}


.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}


.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #B15533;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #B15533;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: grey;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}


/*TAX TYPE*/
.tax{
    background:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #F0F0F4;
    margin: 0px 10px;
    padding:20px 50px;
    position:relative;
    font-size:14px;color:#666;
    min-height:132px;
    color: #4C4D7F;

}

.tax:hover{
    background:#DEEDF7;
    border:1px solid #B15533;
}

.taxActive{
    background:#DEEDF7;
    border:1px solid #B15533;
}



/*tabel */
.cap_tabel
{
    border-right: 1px solid #BDBDBD;
}

.tabel{
    font-size: 14px;
}

.error{
    color: #E64A45;
}
.is-invalid{
    color: #E64A45;
}

.noDec{
    text-decoration: none;
    color: #000000;
}
.noDec:hover{
    text-decoration: none;
    color: #000000;
}

.tdContent{
    background: #333333;
    color: #fff;
}

.hidden{
    display: none!important;
}

.bold{
    font-weight: bold!important;
}
.qSign{
    font-size: 30px; 
    color: #B15533; 
    border: 1px solid #B15533; 
    border-radius: 50%; 
    padding: 0px 18px;
}

/*history*/
.tab{
    background:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #F0F0F4;
    margin: 0px 10px;
    padding:10px 30px;
    position:relative;
    font-size:14px;
    color:#C8C8C8;
    min-height:20px;

}

.tabSelected{
    background:#B15533;
    border: 1px solid #B15533;
    color: #ffffff;
}

/*dashboard*/
.dashTitle{
    color: #B15533;
    font-weight: bolder;
}

.borderDash{
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 15px;
    margin: 15px;
}

.noMargin{
    margin: 0px!important;
}

td.details-control {
    cursor: pointer;
}
tr.shown td.details-control {
}

.subTableHead td{
    border: 0px;
    background-color: #fff;
}
.subTableBody td{
    border: 0px;
    background-color: #F8F8F8;
}

/*custom sogrape*/
.btn-sogrape{
    color: #ffffff;
    background-color: #B15533;
    border-radius: 4px!important;
}
.btn-sogrape:hover{
    color: #ffffff;
    background-color: #B15533;
    border-radius: 4px!important;
}
.btn-sogrape:focus{
    color: #ffffff;
    background-color: #B15533;
    border-radius: 4px!important;
}

.navbar-nav{
    display: contents!important;
}

.disablingDiv
{
    /* Do not display it on entry */
    display: block; 

    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
    
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 

    /* make it white but fully transparent */
    background-color: #cccccc; 
    opacity: 0.4; 
    filter: alpha(opacity=00); 
}

.transBtn{
    background-color: #B15533;
    color: #FFFFFF;
    border: 1px solid #FFFFFF!important;
    border-radius: 5px;
}

.transBtnInactive{
    background-color: #C2C2C2;
    color: #333333;
    border-radius: 5px;
    cursor: auto!important;
}

label{
    margin-bottom: 0!important;
}

.menuActive{
    color: #B15533;
}

.cookie-banner {
  background-color: #B15533;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

.italic{
    font-style: italic;
}

.productList{
    list-style: none;
    padding-left: 0;
}