@CHARSET "UTF-8";

html, body, #viewMapDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* PARTEA DE Login/Logout */
#btnLogin_toggle, #btnProfil {
    width: auto;
    height: auto;
    position: absolute;
    top: 3%;
    right: 0%;
    z-index: 90;
    border: none;
    outline: none;
    width: auto;
    height: auto;
    max-width:6%;
    min-width: 0.6%;
    max-height: 16%;
    min-height: 0.6%;
    box-shadow: none;
    background-color: transparent;
}

#btnProfil{
    max-width:2.5%;
}
/* PARTEA DE help */
#btnHelp_toggle, #btnHelp {
    width: auto;
    height: auto;
    position: absolute;
    top: 8%;
    right: 0%;
    z-index: 90;
    border: none;
    outline: none;
    width: auto;
    height: auto;
    max-width:6%;
    min-width: 0.6%;
    max-height: 16%;
    min-height: 0.6%;
    box-shadow: none;
    background-color: transparent;
}

@media screen and (max-width:1024px)  {
    #btnHelp {
        max-width:5%;
    }
}
@media screen and (min-width:1025px)  {
    #btnHelp{
        max-width:2.5%;
    }
}

.links{
    color: #000011;
    font-family: serif;
    font-size: medium;
}
/* .links:HOVER{
    color: #a94442;
    cursor: pointer;
} */

#divLogin_toggle,#divLogout_toggle{
    position: absolute;
    top: 3%;
    background: #FFF; /* #464646; */
    border-radius: 15px;
    border-top-right-radius: 0px;
    z-index: 200;
    height: auto;
    min-width: 120px;
    min-height: 92px;
    display:none;
    padding: 20px;
}
#divHelp_toggle{
    position: absolute;
    top: 8%;
    background: #FFF; /* #464646; */
    border-radius: 15px;
    border-top-right-radius: 0px;
    z-index: 200;
    height: auto;
    min-width: 120px;
    min-height: 92px;
    display:none;
    padding: 20px;
}
#divLogin_toggle label{
    margin: 0;
}

#amUitatPass:HOVER, #politicaConfiden:HOVER{
    text-decoration: underline;
    color: #0079c1; /* #ffa464; */
    cursor: pointer;
}

/* .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
} */
.alertaLogin {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.closeLogin {
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.cursor{
    cursor: pointer;
}

.imagini{
    padding: 10px;
}
.imagini:HOVER{
    background-color: rgba(255,255,255,0.65);
}
/*END PARTEA DE Login/Logout */

#divHelp{
    position: absolute;
    top: 1%;
    background: white;
    opacity:0.9;
    border-radius: 5px;
    border-top-right-radius: 0px; 
    z-index: 10;    
    padding: 10px;
    min-width: 120px;
    /* min-height: 92px; */
    display:none;   
}
/*END PARTEA DE Suport Utilizator */

/* MASCA APLICATIE */
.c-mask {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #464646;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.3s;
}
/*END MASCA APLICATIE */

/* INPUT-URI APLICATIE */
.mytext{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}

/* .mytext:focus{
    border: 1px solid #a94442;
} */
/*END INPUT-URI APLICATIE */

/* Modificare CSS pentru butoane!!!
Css-ul ptr butoane a fost generat cu theme roller, insa de acolo nu am putut diferentia design-ul
pentru butoane si tab-uri. Asadar, pentru taburi a ramas cum e acolo (jquery-ui.css) si pentru
butoane l-am suprascris de aici. */
.button{
    background: #efefef;/* #464646; */
    color: #140f06;/* #ffffff;   */
    outline: none;
}
.button:ACTIVE{
    background: #0079c1;/* #ffa464; */
    color: #140f06;
    outline: none;
}
.button:HOVER:enabled {
    background: #0079c1;/* #ffa464; */
    color: white;
    outline: none;
}
/*END Modificare CSS pentru butoane!!! */

/* MENIUL VERTICAL CU BUTOANELE ROTUNDE */
.menu {
    position: fixed;
    top: 15%;
    left: 0.1%;
    height: 60%;
    list-style-type: none;
    padding: 0;
    background: none;
    z-index: 100;
    float: left;
}

.menu li a{
    display: contents;
    height: auto;
    width: 5em;
    line-height: 0em;
    text-align: center;
    outline: none;
    background: none;
    position: absolute;
    transition: background 0.3s ease-in-out;
    z-index: 100;
}
    /* DIVURILE DE LA BUTOANELE ROTUNDE */
.divsMenuVertical {
    position: absolute;
    z-index: 90;
    border-radius: 5px;
    border: 2px solid #999999;
    padding: 10px;
    height: auto;
    max-height: 50%;
    min-height: 20%;
    min-width: 220px;
    max-width: 450px;
    width:auto;
    background: #efefef; /* #464646; */
    color: white;
    float: left;    
    display:none;
    overflow-y: auto;
    overflow-x: hidden;
    /* font-size: calc(14px + 0.3vw); */
}
    /* END DIVURILE DE LA BUTOANELE ROTUNDE */

#menuVertical {
    /* background-color: rgba(255,255,255,0.65); */ /* background alb transparent */
}
/*END MENIUL VERTICAL CU BUTOANELE ROTUNDE */

/* BUTONUL MENIU */
#btnMeniuDrawer {
    position: absolute; 
    top: 25%;
    right: 0%;  
    z-index: 99;    
    border: none;
    outline: none;
    width: auto;
    height: auto;   
    max-height: 25%;
    min-height: 3%;
}
#meniuDrawer{
    z-index: 800;
}
/* END BUTONUL MENIU */

#scaleMap, #dateSpatiale{
    background-color: #fff;
    padding: 5px;
}

#dateSpatiale{
    
}

#logoFida{
    position: absolute;
    bottom: 10px;
    left: 3px;
    width: 3rem;
    height: auto;
    max-width: 5%;
}

/*MENIURI SUPRASCRISE */
.esri-icon-fidaOrange:before, .icon-ui-fidaOrange:before {
    color: #0079c1;
}

#codHTMLStraturi{
    background-color: transparent;
    border-radius: 15px;
}

#codHTMLStraturi .accordion-section1:hover{
    background-color: #f8f8f8;
}

#codHTMLStraturi .side-nav-link{
    background-color: transparent;
    text-decoration: none;
    color: #4c4c4c
}

#codHTMLStraturi label{
    margin: 0;
}

.sliderContainer{
    background-color: initial;
    height: 10px;
}

#expandDiv, #selectieDiv, #tiparireDiv{
    background-color: #efefef;/* #464646; */
    /* color:white; */
    border-radius: 5px;
    border: 2px solid #999999;
    padding: 10px;
    overflow-y: auto;
    height: auto;
    max-height: 50%;
}
#expandDiv .esri-direct-line-measurement-3d__measurement, #expandDiv .esri-area-measurement-3d__measurement{
    background-color: #efefef;/* #464646; */
}
.esri-print__export-title, .esri-print__exported-file-link-title, .esri-icon-download {
    color: white;
}
.esri-print__exported-file-link-title:HOVER, .esri-icon-download:HOVER {
    color: #0079c1;/* #ffa464; */
}
.listaButoaneUnelte_maxW{
    max-width: 150px;
    color: black;
}
.listaButoaneUnelte_border{
    border: none;
}

.listaButoaneUnelte_border img {
    width: 40px;
    height: auto;
    align-self: center;
}
.font-size--my4 {
    font-size: 0.9rem;/* 0.7625rem; */
    line-height: 1.5;
}

.listaRapoarte_maxW{
    min-width: 200px;
    max-width: 400px;
    color: black;
}

.testActiva{
    font-weight: bold;
    color: #0079c1;/* #ffa464; */
}

.esri-zoom .esri-widget--button:last-child{
    border-top: none;
    border-left: solid 1px rgba(50,50,50,0.25);
}
.esri-zoom{
    flex-flow: initial;
}
.esri-ui-top-left{
    left: 47%;
}

/* SUPRASRIERE BUTOANE ESRI, .esri-button */
.plusButton{
    border-radius: 5px;
}


/*MENIUL INFO - DE LA CLICK PE HARTA */
#divInfoClick{
    position: absolute;
    z-index: 10;
    overflow: auto;
    max-height: 90%;
    max-width:20%;
    min-width: 350px;
    float: left;
    height: auto !important;
    left: 4%;
    top: 1%;
    background-color: #efefef;/* #464646; */
    border-radius: 5px;
    padding: 10px;
    display: none;
}

#divInfoParcari{
    position: absolute;
    z-index: 10;
    overflow: auto;
    max-height: 14.5%;
    max-width:30%;
    min-width: 10%;
    float: left;
    height: auto !important;
    left: 0.2%;
    top: 0.2%;
    background-color: white;/*#efefef #464646; */
    font-family: Calibri;
    opacity: 0.9;
    border-radius: 5px;
    padding: 15px;
    display: none;
}

#btnInfoClick{
    position: absolute;
    z-index: 100;
    top:1%;
    left: 0.1%;
    border: none;
    outline: none;
    background: none; 
    max-width: 10%;
    min-width: 0.5%;
    max-height: 100%;
    min-height: 2%;
}
.iconitaInfoClick{
    width:40px;
    padding-left:20px;
}
#divEditare{
    z-index: 105;
}
#divEditare label{
    margin:0;
}

#divRaportExtins{
    z-index: 0;
    display: none;
    background-color: #efefef;
    border-radius: 5px;
    border: 2px solid #999999;
    padding: 8px;
    /* pentru pozitionare centrata */
    position: absolute;
    top: 62.5%;
    height: 35%;
    width: 97%;
    left:1%;
}

#divCautare, #divGraph,#divRaport{
    z-index: 0;
    display: none;
    background-color: #efefef;
    border-radius: 5px;
    border: 2px solid #999999;
    padding: 8px;
    /* pentru pozitionare centrata */
    position: absolute;
    top: 62.5%;
    height: 35%;
    width: 97%;
    left:1%;
}

#butonTabel{
    position: absolute;
    display: none;
    z-index: 100;
    background: rgba(255,255,255,0.65); /* transparent; */
    left:47%;
    bottom: 1.7%;
} 

#butonChart{
    position: absolute;
    display: none;
    z-index: 100;
    background: rgba(255,255,255,0.65); /* transparent; */
    left:47%;
    bottom: 1.7%;
} 
#tabsCautare{
    overflow-y: auto;
}

/* SUPRASCRIERE CALCITE WEB+ */
.tab-title.is-active{
    font-weight:bold;
}

.ui-datepicker select {
    display: inline-block;
}

/* popup modul de gestiune */

.popupModul{
    background-color: #efefef; /* #464646; */
    min-width: 50%;
    max-width: 80%;
    border-radius: 5px;
    border: 2px solid #999999;
    padding: 8px;
    background: #464646;
    opacity: 0.95;
    min-height: 50%;
    max-height: 90%;
    position: relative;
    top: 50%;
    left: 47%;
    margin-right: -50%;
    transform: translate(-55%, -50%);
}

.closeMenuDiv{  
    width: auto;
    border-bottom: solid;
    border-bottom-color: white;
}

#popupModulGestiune {
    /* overflow-y: auto;  
    overflow-x: auto; */
    overflow: auto;
}

#divFooter .ui-widget-content,
#popupModulGestiune,#popupModulGestiune .ui-widget-content,
#divFooterDashGeneral, #divFooterDashGeneral .ui-widget-content,
#tabelListaCertificate, #tabelListaCertificate .ui-widget-content,
#tabelListaIncepereEx , #tabelListaIncepereEx .ui-widget-content,
#tabelDeseuri, #tabelDeseuri .ui-widget-content,
#listaAnunturiInceperiExecutie, #listaAnunturiInceperiExecutie .ui-widget-content {
    /* border: 1px solid #d9d6c4; */
    background: white !important;
    color: black;
    border: 0px;
    font-size: 0.9vw;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

.culoareRosie{
    color: #ffa464;
    /* font-weight: bold; */
}
.borderRosie{
    border: 1px red solid;
}

.ui-autocomplete{
max-height: 300px; overflow-y:auto; overflow-x: hidden; background: white;
padding-right: 20px;
border: 1px solid #4c4c4c;
z-index: 999;
}

/* Butoanele Excel,Column visibility, copy de la datatables */
.btnDT_mici, .btnDT_mici:active{
    padding: 2px !important;
    font-size: 12px !important;
   /*  border-top-left-radius: 0px !important; */
}
.btnDT_mici span.ui-button-text{
    /* border-top-left-radius: 0px; */
}

.btnDT_mici:hover{
    border-radius: 5px !important;
}
.btnDT_mici:active{
    border-radius: 5px !important;
}
.btnDT_mici{
    border-radius: 5px !important;
}
 
.disabledTab{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3
}
/* DATE PICKER ---CHARTS */
.datePickerChart{
    width:200px;
}


/*BUTOANE APLCIATIE*/
.butoaneForm{
    position: relative;
    cursor: pointer;
    display: block;
    padding: 10px 39px 10px 39px;
    color: #FFF;    
    background: #0079c1;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    /* width: 100%; */
    border: 1px solid white;
    border-radius: 5px;    
}

#divTermeniConditii{
    z-index: 100;
    display: block;
    background-color: #efefef;
    border-radius: 0;
    border: 1px solid #999999;
    padding: 8px;
    position: fixed;
    bottom: 0%;
    height: auto;
    width: 100%;
    left: 0%;
    opacity: 92%;
    overflow-x: auto;
}
.swal-size-cris {
    overflow-y:auto;
    height: 90%;
    width: 60%;
    
}

.ptrWidth{
    width: 100% !important;
}
.popupModulEmitereCertificat{
    overflow:none;
    position: absolute;
    z-index: 0;
    display: none;
    min-width:90%;
    max-width: 90%;
    border-radius: 15px;
    border: 2px solid #999999;
    padding: 8px;
    background: #f8f6f4;
    min-height: 90%;
    max-height: 90%;
    top: 5%;
    left: 5%; 
}