/*font definition and use*/
@font-face {
  font-family: 'BrixSans';
  src: url('/font/BrixSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: BrixSans, Fallback, sans-serif;
}


/* general classes */
.hide{display: none !important;}
.show{display: block !important;}
.show-inline{display: inline-block !important;}
.noMP{
    margin: 0; 
    padding: 0;
}

.alertMsg{
    color: #de015f !important;
    margin: 0;
    font-size: 12px;
}

.container {
    max-width: 1600px !important;
}

.card-body {
    padding: 1.25rem 2rem !important;
}

@media (min-width: 1200px){
    .container {
        max-width: 1600px !important;
    }

    .card-body {
        padding: 1.25rem 2rem !important;
    }
}

.hr-top-no-m {
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.hr-bottom-no-m {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.noMargin{
    margin: 0px;
    font-weight: bold;
}

.info-text-design{
    color: #4CA76A;
    font-style: italic;
    font-size: 10px;
}

/*step style*/
.stepText{
    color: #7F7F7F;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0px 5px 10px;
}
.stepNo{
    padding: 0px 15px 0px 0px;
}
.stepActive{
    background-color: #37a58c;
    color: #ffffff !important;
    width: 100%;
}
.stepChecked{
    background-color: #000000;
    color: #ffffff !important;
    width: 100%;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 15px solid #37a58c;
}
.arrow-right-checked {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 15px solid #000;
    background-color: #37a58c;
}
.stepNoMP{
    display: inherit; 
    margin: 0; 
    padding: 0;
}

/* step 1 style */
.areaOrLength{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.mainTitle{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.mainStepTitle{
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}
.systemTitle{
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
}
.subSystemTitle{
    text-align: center;
    text-transform: none;
    font-weight: bold;
    font-size: 12px;
    height: 60px;
}
.ulPackStyle{
    text-transform: none;
    font-weight: bold;
    font-size: 11px;
}


.systemPack{
    border: 1px solid #BFBFBF;
    padding: 10px;
    margin: 10px;
    min-height: 250px;
    position: relative;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    -webkit-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.74);
    -moz-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.74);
    box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.74);
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.3);
    /*background: linear-gradient(to bottom, transparent 20%, black 110%);*/
}
.systemPack:hover .overlay {
    opacity: 1;
}
.text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    text-align: left;
    width: 100%;
    height: 100%;
    display: none;
}
ul.listStyle {
    list-style-type: none;
    margin: 20px;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0px;
}
ul.listStyle > li {
    text-indent: -5px;
}
ul.listStyle > li:before {
    content: "- ";
}
ul.listStylePack {
    list-style-type: none;
}
ul.listStylePack > li {
    text-indent: -39px;
}
ul.listStylePack > li:before {
    content: "- ";
}

.systemSubPack{
    padding: 10px;
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    /*    -webkit-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.74);
        -moz-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.74);
        box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.74);*/
}
.systemSubPack:hover{
    color: #37A58C;
}

.subSystem {
    padding: 50px 10px 50px 10px;
    margin: -10px 15px 25px 15px;
    background-color: #F6F6F6;
    border: 1px solid #E6E6E6;
}
.subSystemImg{
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
}

.selectSubSystem{
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 5px 8px;
    background-color: #dd0362;
}
.selectSubSystemDiv{
    text-align: center;
    float: right;
    margin: 10px 18px -20px 0px;
}
.selectSubSystemNewBackground{
    background-color: #37A58C;
}

.system1{background-image: url('/images/system/instalatii-termice-inc-rac.png');}
.system2{background-image: url('/images/system/instalatii-termice.png');}
.system3{background-image: url('/images/system/instalatii-termice-apl-spec.png');}
.system4{background-image: url('/images/system/instalatii-sanitare.png');}
.system5{background-image: url('/images/system/instalatii-sanitare-ext.png');}
.system6{background-image: url('/images/system/instalatii-apl-industriale.png');}
.system7{background-image: url('/images/system/termoficare.png');}
.system8{background-image: url('/images/system/instalatii-surse-regen.png');}
.system9{background-image: url('/images/system/alte-produse.png');}
.checkedPackage{
    color: #FFFFFF;
    background-color: #37A58C;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 4px 0px 0px 4px;
}

.subSystem1{background-image: url('/images/subsystem/pardoseala.png');}
.subSystem2{background-image: url('/images/subsystem/plafon.png');}
.subSystem3{background-image: url('/images/subsystem/perete.png');}
.subSystem123{background-image: url('/images/subsystem/automatizare.png'); background-size: 35px !important;}
.subSystem4{background-image: url('/images/subsystem/pard-ind.png'); background-size: 30px !important;}
.subSystem26{background-image: url('/images/subsystem/pard-ind.png'); background-size: 30px !important;}
.subSystem5{background-image: url('/images/subsystem/bkt-tabs.png');}
.subSystem6{background-image: url('/images/subsystem/degivrare.png');}
.subSystem7{background-image: url('/images/subsystem/dep-frig.png');}
.subSystem8{background-image: url('/images/subsystem/stadion.png');}
.subSystem9{background-image: url('/images/subsystem/sali-sport.png');}
.subSystem10{background-image: url('/images/subsystem/apa-potabila.png');}
.subSystem11{background-image: url('/images/subsystem/baterii-bucatarie.png');}
.subSystem12{background-image: url('/images/subsystem/detect-scurgeri-apa.png');}
.subSystem27{background-image: url('/images/subsystem/filtru_apa.png');}
.subSystem13{background-image: url('/images/subsystem/aer-comp.png');}
.subSystem14{background-image: url('/images/subsystem/apa-racita.png');}
.subSystem15{background-image: url('/images/subsystem/termice.png'); background-size: 30px;}
.subSystem16{background-image: url('/images/subsystem/termice.png'); background-size: 30px;}
.subSystem17{background-image: url('/images/subsystem/apa-calda-menaj.png'); background-size: 30px;}
.subSystem18{background-image: url('/images/subsystem/sonde-piloni.png');}
.subSystem19{background-image: url('/images/subsystem/sonde-piloni.png');}
.subSystem20{background-image: url('/images/subsystem/biogaz.png');}
.subSystem21{background-image: url('/images/subsystem/truse-unelte.png');}
.subSystem22{background-image: url('/images/subsystem/piese-schimb.png');}
.subSystem23{background-image: url('/images/subsystem/software-proj.png'); background-size: 50px;}
.subSystem241{background-image: url('/images/subsystem/radiatoare.png');}
.subSystem242{background-image: url('/images/subsystem/coloane-termice.png');}
.checkedSubPackage{
    color: #FFFFFF;
    background-color: #37A58C;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    padding: 2px 0px 0px 2px;
}

.labelCustomize{
    color: #212121 !important;
    margin: 0;
    font-size: 12px;
}
.labelCustomize::first-letter {
    text-transform: capitalize;
}
.tooltipInfoText{
    color: #37A58C !important;
    margin: 0;
    font-size: 12px;
}
.infoRedText{
    color: #DE015F !important;
    margin: 0;
    font-weight: lighter;
    font-size: 12px;
}
.infoRedText2{
    color: #DE015F !important;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}
.form-control{
    border: 0.5px solid #212529;
    border-radius: 0;
    height: calc(2.19rem - 2px);
    font-weight: bold;
    font-size: 0.8rem;
}

.form-control-sm {
    height: calc(1.68125rem + 2px);
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 0;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text{
    border-radius: 0;
}

.table td{
    padding: .25em;
}

/*close & delete info button*/
.close-form{
    background-color: #000000;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    width: 150px;
    box-shadow: inset 150px 0px 0px 0px #7F7F7F;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.close-form:hover{
    box-shadow: inset 40px 0 0 0 #7F7F7F;
    background-color: #000000;
}
.close-form:active{
    box-shadow: inset 0px 0 0 0 #7F7F7F;
    background-color: #000000;
}
.close-formCont{
    width: 100%;
    display: -webkit-inline-box;
}
.close-formText{
    width: 70%;
}
.close-formArrow{
    width: 30%;
}

/*save info button*/
.save-form{
    background-color: #37a58c;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    width: 150px;
    box-shadow: inset 0px 0px 0px 0px #37a58c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.save-form:hover{
    box-shadow: inset 110px 0 0 0 #000000;
    background-color: #37a58c;
}
.save-form:active{
    box-shadow: inset 150px 0 0 0 #000000;
    background-color: #37a58c;
}
.save-formCont{
    width: 100%;
    display: -webkit-inline-box;
}
.save-formText{
    width: 70%;
}
.save-formArrow{
    width: 30%;
}

/*previos step button*/
.previousView{
    background-color: #7F7F7F;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    width: 160px;
    box-shadow: inset 160px 0px 0px 0px #7F7F7F;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.previousView:hover{
    box-shadow: inset 40px 0 0 0 #7F7F7F;
    background-color: #000000;
}
.previousView:active{
    box-shadow: inset 0px 0 0 0 #7F7F7F;
    background-color: #000000;
}
.previousViewCont{
    width: 100%;
    display: -webkit-inline-box;
}
.previousViewText{
    width: 75%;
}
.previousViewArrow{
    width: 25%;
}

/*next step button*/
.nextView{
    background-color: #37a58c;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    width: 160px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.nextView:hover{
    box-shadow: inset 120px 0 0 0 #000000;
    background-color: #37a58c;
}
.nextView:active{
    box-shadow: inset 160px 0 0 0 #000000;
    background-color: #37a58c;
}
.nextViewCont{
    width: 100%;
    display: -webkit-inline-box;
}
.nextViewText{
    width: 75%;
}
.nextViewArrow{
    width: 25%;
}

.sendOfferFinal{
    background-color: #37a58c;
    color: #ffffff;
    border-radius: 0px;
    width: 230px;
}
.sendOfferFinal:hover{
    box-shadow: inset 190px 0 0 0 #000000;
    background-color: #37a58c;
}
.sendOfferFinal:active{
    box-shadow: inset 230px 0 0 0 #000000;
    background-color: #37a58c;
}

/*step2 style*/
.offerPack{
    border: 1px solid #BFBFBF;
    padding: 10px;
    margin: 10px;
    min-height: 250px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 55%;
    position: relative;
}
.checkedOffer{
    color: #FFFFFF;
    background-color: #37A58C;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 4px 0px 0px 4px;
}
.offer1{background-image: url('/images/offer-type/oferta-preliminara.png');}
.offer2{background-image: url('/images/offer-type/oferta-estimativa.png');}
.offer3{background-image: url('/images/offer-type/oferta-detaliata-desen.png');}

.offerTypePurposePack{
    padding: 10px;
    background-color: #ffffff;
}
.offerTypePurposePack:hover{
    color: #37A58C;
}

.offerTypePurpose {
    padding: 50px 10px;
    margin: 25px 15px;
    background-color: #F6F6F6;
    border: 1px solid #E6E6E6;
}

.selectOfferTypePurpose{
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 5px 8px;
}
.selectOfferTypePurposeDiv{
    text-align: center;
    padding-top: 30%;
    float: right;
}
.selectOfferTypePurposeNewBackground{
    background-color: #de015f;
}
.offerTypeTitle{
    text-align: center;
    text-transform: none;
    position: absolute;
    bottom: 0px;
    height: 100px;
    margin-right: 10px;
}
.offerTypeTit{
    font-weight: bold;
    font-size: 14px;
}
.offerTypeSubTit{
    font-weight: normal;
    font-size: 12px;
}

/*select arrow style*/
select {
    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.classic {
    background-image: 
        linear-gradient(to bottom left, transparent calc(50% - 1px), white 50%, transparent calc(50% + 1px)), 
        linear-gradient(to bottom right, transparent calc(50% - 1px), white 50%, transparent calc(50% + 1px)), 
        linear-gradient(to right, black, black);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0px;
    background-size: 5px 5px, 5px 5px, 3em 2.5em;
    background-repeat: no-repeat;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* footer style */
footer{
    text-align: center;
    color: white;
    padding-top: 20px;
}
.footer-green{
    min-height: 120px;
    background-color: #37a58c;
}
.footer-list{
    list-style: none;
    padding-left: 0;
    text-align: left;
}
.footer-list li a{
    color:white;
    text-decoration: none;
}
.footer-list li a:hover{
    color:white;
    text-decoration: none;
}
.footer-text{
    color:white;
    padding-top:15px;
    padding-bottom:10px;
    text-align: left;
}
.arrow-container{
    /*background-color:white;*/
    min-height: 45px;
}
.img-arrow{
    /*padding-top:30px;*/
    cursor: pointer;
}
.img-arrow-span{
    background-color: #fff;
    padding: 8px 10px 10px 10px;
    border-radius: 5px;
    /*border: solid 2px #21262A;*/
    cursor: pointer;
}
.smartline{
    text-align: left;
    padding-top:25px;
}
.black-smart{
    color: #000;
    text-align: left;
}
.white-smart{
    color: white;
    text-align: left;
}
.black-background{
    background-color:black;
    color:white;
}
.green-background{
    background-color:#37A58C;
}
#social-media{
    /*  padding-left: 48px;
      padding-top: 120px;*/
    float: right;

}
#social-media img{
    margin-right: 5px;
}
.footer-green{
    min-height: 120px;
    background-color: #37A58C;
}

/*bootstrap slider*/
.slider.slider-horizontal {
    width: 100%;
    height: 0px;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
}
.slider-selection {
    background: #f77500;
}
.slider-handle {
    position: absolute;
    top: 0;
    width: 2px;
    height: 10px;
    background-color: #DE015F;
    background-image: -webkit-linear-gradient(top,#DE015F 0,#DE015F 100%);
    background-image: -o-linear-gradient(top,#DE015F 0,#DE015F 100%);
    background-image: linear-gradient(to bottom,#DE015F 0,#DE015F 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0 solid transparent;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -1px;
    margin-top: -15px;
}
.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}
.slider-selection {
    background: #DE015F;
}
.slider-tick {
    position: absolute;
    cursor: pointer;
    width: 2px;
    height: 10px !important;
    background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent;
}
.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top,#d0d0d1 0,#d0d0d1 100%);
    background-image: -o-linear-gradient(top,#d0d0d1 0,#d0d0d1 100%);
    background-image: linear-gradient(to bottom,#d0d0d1 0,#d0d0d1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d1',endColorstr='#d0d0d1',GradientType=0);
    opacity: 1;
    height: 10px !important;
}
.slider-tick {
    position: absolute;
    cursor: pointer;
    width: 2px;
    height: 15px;
    background-image: -webkit-linear-gradient(top,#d0d0d1 0,#d0d0d1 100%);
    background-image: -o-linear-gradient(top,#d0d0d1 0,#d0d0d1 100%);
    background-image: linear-gradient(to bottom,#d0d0d1 0,#d0d0d1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d1',endColorstr='#d0d0d1',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: .8;
    border: 0 solid transparent;
}
.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top,#DE015F 0,#DE015F 100%);
    background-image: -o-linear-gradient(top,#DE015F 0,#DE015F 100%);
    background-image: linear-gradient(to bottom,#DE015F 0,#DE015F 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
    background-image: linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 0px;
}
.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 5px;
    color: #878787;
    font-size: 10px;
    margin-left: -40px !important;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
    /*    margin-left: 10px;
        margin-right: -30px;*/
    width: 15.5% !important;
}
#demo{
    font-weight: bolder;
    font-size: 25px;
}
.slider .tooltip-inner{
    cursor: pointer;
}

/* loader */
#pageloader{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

/* redesign select 2 option */
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important; 
    border: 0px solid #aaa !important; 
    border-radius: 0px !important;
    margin: -4px 0px 0px 0px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px !important; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
    top: 0px;
    right: 0px;
    width: 38px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: linear-gradient(to bottom left, transparent calc(50% - 1px), white 50%, transparent calc(50% + 1px)), linear-gradient(to bottom right, transparent calc(50% - 1px), white 50%, transparent calc(50% + 1px)), linear-gradient(to right, black, black) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0px !important;
    background-size: 5px 5px, 5px 5px, 3em 2.5em !important;
    background-repeat: no-repeat !important;
}

/* checkbox style*/
/* The container */
.checkboxCont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxCont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #000
}

/* On mouse-over, add a grey background color */
.checkboxCont:hover input ~ .checkmark {
    background-color: #000;
}

/* When the checkbox is checked, add a blue background */
.checkboxCont input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxCont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxCont .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*dropzone files*/
.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 100px;
    border: 0.5px solid #212529;
    background: white;
    padding: 1px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
/*    display: none;*/
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    z-index: 0;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    transform: scale(1.05, 1.05);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 50px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.message{
    color: rgb(255, 255, 255);
    background-color: rgb(55, 165, 140);
    width: 43px;
    height: 43px;
    margin: 19px;
    padding: 12px;
}

.label-invalid{
    color: #de015f !important;
}


/*login design*/
.noMarginL{
    margin: 0px;
}
.titleL{
    text-decoration: underline;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}
.subTitleL{
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

/*submit button*/
.submitContact{
    background-color: #37a58c;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    width: 160px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.submitContact:hover{
    box-shadow: inset 120px 0 0 0 #000000;
    background-color: #37a58c;
}
.submitContact:active{
    box-shadow: inset 160px 0 0 0 #000000;
    background-color: #37a58c;
}
.submitContactCont{
    width: 100%;
    display: -webkit-inline-box;
}
.submitContactText{
    width: 75%;
}
.submitContactArrow{
    width: 25%;
}

.error{
    color: #dd0362;
    font-size: 12px;
}

/*backend style*/

/* Scrollbar Styling */
.multipleCounties::-webkit-scrollbar {
    width: 10px;
}
 
.multipleCounties::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.multipleCounties::-webkit-scrollbar-thumb {
    background: #6d6d6d; 
}

/*dashboard backend cards*/
.wrimagecard{	
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
    position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
    padding: 20px;
    background-color: rgba(67, 170, 147, 0.5);
}
.icon{
    color: rgb(221, 2, 97);
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

/*nav bar*/
.navbar{
    padding: 0 !important;
    margin: 0 !important;
}

.navbar > .container-fluid{
    /*padding: 0 !important;*/
    margin: 1.1rem 0rem 1.7rem 0.9rem !important;
}

.btn-login{
    position: relative;
    background-color: #37A58C;
    border: none;
    border-radius: 0;
    color: #ffffff;
    padding: 0.4rem 1rem;
}
.btn-login:hover{
    background-color: #000;
    color: #ffffff;
}

.noDecoration{
    text-decoration: none!important;
}
.noDecoration:hover{
    color: #3FB497!important;
}

.card{
    margin-bottom: 15px!important;
}
.card-background{
    background-color: #f6f6f6!important;
}

.mentions-box{
    border: solid 1px rgba(0,0,0,.1);
    border-radius: 10px;
    background-color: #fff;
    padding: 25px;
}

#lang-ro{
    cursor: pointer;
}
#lang-gb{
    cursor: pointer;
}
#lang-bg{
    cursor: pointer;
}
#lang-md{
    cursor: pointer;
}

.pr-6{
    padding-right: 4rem!important
}

.editableDiv{
    border: solid 1px #000;
    min-height: 30px;
    padding: 3px 0px 1px 8px;
}

.bg-light{
    background-color: #e9ecef !important;
}

.input-group > input{
    text-align: right !important;
}

.is-invalid{
    border-color: #e3342f;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}