* {-webkit-user-select:none;-ms-user-select:none;user-select:none;}
*, *:before, *:after {
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Trebuchet MS";
    }
a, a:visited, a:hover   {
    text-decoration:none;
    color:#000000;
    }
body {
    padding:0;
    margin:0;
    background:#f9f9f9;
    cursor:default;
    font-size:14px;
    }
#top {
    background:#ffffff;
    position:fixed;
    clear:both;
    padding:0;
    height:70px;
    left:0;
    right:0;
    top:0;
    z-index:1;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    }
#container {
    margin:120px 20px;
    clear:both;
/*    max-width:1350px;*/
    padding:25px;
    background:#ffffff;
    border:1px solid #f0f0f0;
    }
#left-panel {
    height:calc(100vh-70px);
    vertical-align:top;
    width:250px;
    position:fixed;
    left:0;
    bottom:0;
    top:70px;
    display:block;
    background:#ffffff;
    overflow:auto;
    border-right:1px solid #f0f0f0;
    }
#right-panel {
    margin-left:250px;
    margin-top:70px;
    }
.meniu_sus {
    width:100%;
    height:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    margin-left:auto;
    margin-right:auto;    
    }
.meniu_sus tr td {
    vertical-align:middle;
    padding:0 15px;
    }
.meniu_sus tr td:last-child {
    border-right:0;
    }
.meniu_sus tr td a,.meniu_sus tr td a:visited,.meniu_sus tr td a:hover {
    text-decoration:none;
    color:#000000;
    }
.meniu_sus tr td .user-icon {
    cursor:pointer;
    position:relative;
    padding:5px;
    width:50px;
    height:50px;
    line-height:50px;
    color:#ff0000;
    text-align:center;
    border-radius:50%;
    }
.meniu_sus tr td .user-nume {
    cursor:pointer;
    position:relative;
    font-size:15px;
    font-weight:bold;
    overflow:hidden;
    text-overflow:ellipsis;
    width:150px;
    color:#000000;
    }
.meniu_sus tr td .user-cod {
    cursor:pointer;
    position:relative;
    font-size:12px;
    color:#555555;
    }
.meniu_sus tr td .utilizator-deconectare, .meniu_sus tr td .utilizator-deconectare:visited {
    font-size:14px;
    text-decoration:none;
    color:#999999;
    background:#f0f0f0;
    padding:7px 10px;
    }
.meniu_sus tr td .utilizator-deconectare:hover {
    color:#ffffff;
    background:#ff0000;
    text-decoration:none;
    }
.meniu_stanga {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    margin-left:auto;
    margin-right:auto;
    }
.meniu_stanga tr th {
    vertical-align:middle;
    padding:15px 15px;
    text-align:left;
    font-size:17px;
    text-transform:uppercase;
    color:#25476a;
    }
.meniu_stanga tr td {
    vertical-align:middle;
    padding:3px 15px;
    }
.meniu_stanga tr.principal td a,.meniu_stanga tr.principal td a:visited {
    font-size:14px;
    display:block;
    line-height:32px;
    padding:5px 10px;
    color:#333333;
    font-weight:bold;
    border-radius:5px;
    }
.meniu_stanga tr.principal td a:hover {
    transition: all 0.4s ease;
    color:#25476a;
    background:#e4e9f7;
    }
.meniu_stanga tr.secundar td a,.meniu_stanga tr.secundar td a:visited {
    font-size:13px;
    display:block;
    line-height:20px;
    padding:5px 10px;
    color:#333333;
    border-radius:5px;
    }
.meniu_stanga tr.secundar td a:hover {
    transition: all 0.4s ease;
    color:#25476a;
    background:#e4e9f7;
    }
.card_login {
    width:100%;
    max-width:420px;
    padding:25px;
    border:1px solid #f0f0f0;
    background:#ffffff;
    margin:120px auto;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    }
.card_login .titlu {
    margin:5px 0;
    padding:5px 0;
    font-size:30px;
    text-align:center !important;
    font-weight:bold;
    color:#000000;
    } 
.card_login .descriere {
    margin:5px 0;
    padding:5px 0;
    font-size:15px;
    text-align:center !important;
    }
.card_login .table_login {
    font-size:inherit;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    } 
.card_login .table_login tr td {
    width:100%;
    padding:5px 0;
    }
.card_login .table_login tr td input[type="text"],.card_login .table_login tr td input[type="password"] {
    resize:none;
    padding:10px 15px;
    outline:0;
    font-size:15px;
    font-family:inherit;
    background:#ffffff;
    width:100%;
    flex:auto;
    min-width:1px;
    height:auto;
    border:1px solid #e0e0e0;
    }
.card_login .table_login tr td input[type="text"]:focus,.card_login .table_login tr td input[type="password"]:focus {
    border:1px solid #c0c0c0;
    }
.card_login .table_login tr td .camp_eroare {
    border:1px solid #ff0000 !important;
    }
.card_login .table_login tr td button {
    padding:10px 25px;
    margin:0;
    outline:0;
    font-size:15px;
    font-weight:600;
    font-family:inherit;
    cursor:pointer;
    border:1px solid #ff0000;
    background:#ff0000;
    width:100%;
    color:#ffffff;
    text-transform:uppercase;
    }
.card_login .table_login tr td button:hover {
    border:1px solid #be0000;
    background:#be0000;
    color:#ffffff;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    }
.card_login .mesaj {
    padding:15px;
    margin:15px 0;
    font-size:14px;
    color:#ff0000;
    font-weight:600;
    text-align:center;
    border-top:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
    }
.card_login .table_login tr td .user-icon {
    position:relative;
    width:64px;
    height:64px;
    font-size:16px;
    line-height:64px;
    color:#ffffff;
    background:#ff0000;
    text-align:center;
    border-radius:50%;
    } 
.card_login .table_login tr td .user-icon .tooltip {
    line-height:15px;
    position: absolute;
    top:-20px;
    left:calc(100% + 15px);
    z-index:1;
    background:#000000;
    color:#ffffff;
    box-shadow:0 5px 10px rgba(0, 0, 0, 0.3);
    padding:6px 12px;
    border-radius:4px;
    font-size:11px;
    font-weight:400;
    opacity:0;
    white-space:nowrap;
    pointer-events:none;
    transition:0s;
    }
.card_login .table_login tr td .user-icon:hover .tooltip {
    opacity:1;
    pointer-events:auto;
    transition:all 0.4s ease;
    top:50%;
    transform:translateY(-50%);
    }
.loading {
    position:fixed;
    z-index:9;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:transparent;
    }
.modal {
    position:fixed;
    z-index:8;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background:rgba(200, 200, 200, 0.9);
    }
.utilizator {
    width:98%;
    max-width:600px;
}
.configurare {
    width:98%;
    max-width:600px;
}
.popup {
    padding:20px;
    position:relative;
    margin:90px auto 90px auto;
    border:1px solid #f0f0f0;
    background-color:#ffffff;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.04),0 8px 10px 1px rgba(0,0,0,.04),0 3px 14px 2px rgba(0,0,0,.05);
    border-radius:5px;
    }
.popup .titlu {
    font-size:30px;
    font-weight:600;
    text-align:left;
    padding:0;
    margin:0;
    color:#000000;
    letter-spacing:-1px;
    border-bottom:1px solid #f0f0f0;
    }
.popup .descriere {
    margin:0;
    padding:10px 0;
    text-align:left;
    font-size:inherit;
}
.popup .mesaj {
    display:none;
    padding:15px;
    color:#ff0000;
    font-weight:600;
    text-align:center;
    border-top:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
    margin:15px 0;
}
.popup .box {
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    font-family:inherit;
} 
.popup .box tr td{
    padding:5px 5px;
} 
.popup .box tr td span, .popup .box tr td b {
    font-weight:600;
}
.popup .box tr td input[type="text"], .popup .box tr td select, .popup .box tr td textarea {
    font-family:inherit;
    font-size:inherit;
    resize:none;
    padding:10px 10px;
    outline:0;
    width:100%;
    background:#ffffff;
    border:1px solid #D0D0D0;
    flex:auto;
    min-width:1px;
    height:auto;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.popup .box input[type="text"]:focus,.popup .box select:focus,.popup .box textarea:focus{
    border:1px solid #000000;
}
.popup .optiuni {
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    margin-top:25px;
}
.popup .optiuni tr td{
    border-top:1px solid #e0e0e0;
    padding:0;
} 
.popup .optiuni #salveaza, .popup .optiuni #renunta {
    font-family:inherit;
    font-size:inherit;
    display:inline;
    padding:10px 25px;
    margin:20px 0 0 10px;
    outline:0;
    cursor:pointer;
    border:0;
    border-radius:5px;
    background:#f0f0f0;
    color:#000000;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.popup .optiuni #salveaza {
    background:#ff0000;
    color:#ffffff;
    font-weight:600;
    text-transform:uppercase;
}
.popup .optiuni #salveaza:hover {
    background:#be0000;
}
.popup .optiuni #renunta:hover {
    background:#e0e0e0;
}






























#container .mesaj {
    padding:15px;
    margin:15px 0;
    font-size:14px;
    color:#ff0000;
    font-weight:600;
    text-align:center;
    border-top:1px solid #ff0000;
    border-bottom:1px solid #ff0000;
    }
.proces_verbal_sectie {
    font-size:17px;
    font-family:inherit;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    max-width:1024px;
    margin:15px auto;
    }
.proces_verbal_sectie tr td {
    padding:4px 25px;
    overflow:hidden;
    text-align:center;
    } 
.proces_verbal_sectie tr td b{
    color:#ff0000;
    } 
.proces_verbal {
    font-family:inherit;
    font-size:15px;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    max-width:1024px;
    margin:25px auto;
    background:#ffffff;
    border:1px solid #f0f0f0;
    }
.proces_verbal tr th {
    padding:15px 15px;
    position:sticky;
    top:70px;
    color:#000000;
    font-weight:bold;
    font-size:inherit;
    background:#f0f0f0;
    }
.proces_verbal tr td {
    padding:8px 15px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    font-size:inherit;
    } 
.proces_verbal_rand_gresit {
    background:#ff0000;
    color:#ffffff;
    }
.proces_verbal_erori {
    background:#ffffff;
    color:#ff0000;
	width:100%;
    max-width:1024px;
    margin:15px auto;
    padding:15px;
    font-size:17px;
    border:1px solid #ff0000;
    }
.proces_verbal tr td input[type="text"] {
    font-family:inherit;
    font-size:inherit;
    resize:none;
    padding:7px 10px;
    outline:0;
    width:100%;
    background:#ffffff;
    border:1px solid #c0c0c0;
    flex:auto;
    min-width:1px;
    height:auto;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    }
.proces_verbal tr td input[type="text"]:focus {
    border:1px solid #000000;
    }
.proces_verbal tr td .camp_eroare {
    border:2px solid #ff0000 !important;
    }
.proces_verbal_total {
    font-family:inherit;
    font-size:18px;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    max-width:1024px;
    margin:15px auto;
    background:#ffffff;
    border:1px solid #f0f0f0;
    }
.proces_verbal_total tr td {
    padding:10px 15px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    font-size:inherit;
    overflow:hidden;
    } 
.proces_verbal_total tr td #sum {color:#ff0000;font-weight:bold;}    
.box_optiuni {
    border-top:1px solid #f0f0f0;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    max-width:1024px;
    margin:15px auto;
    }
.box_optiuni tr td {
    padding:0;
} 
.box_optiuni tr td #salveaza, .box_optiuni tr td #renunta {
    font-family:inherit;
    font-size:18px;
    display:inline-block;
    padding:12px 30px;
    margin:15px 0 0 10px;
    outline:0;
    cursor:pointer;
    border:0;
    background:#dce2e5;
    color:#333333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:5px;
}
.box_optiuni tr td #salveaza  {
    background:#25476a;
    color:#ffffff;
    font-weight:400;
    text-transform:uppercase;
    font-weight:bold;
}
.box_optiuni tr td #salveaza:hover {
    background:#25476a;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}
.box_optiuni tr td #renunta:hover {
    background:#ebeef0;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}   
#container .titlu {
    font-size:45px;
    font-weight:300;
    text-align:center;
    padding:10px 0;
    margin:25px 0;
    color:#25476a;
    letter-spacing:-3px;
    border-bottom:1px solid #f0f0f0;
    }
#container .titlu span {color:#ff0000;display:inline-block;font-weight:600;}
#container .subtitlu {font-size:20px;color:#25476a;display:block;margin:20px 0 20px 0;font-weight:600;}
#container .descriere {
    margin:20px 0;
    padding:5px 0;
    font-size:15px;
    text-align:center !important;
    }
#container .cautare {
    font-family:inherit;
    font-size:inherit;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    margin:5px 0;
    background:#ffffff;
}
#container .cautare tr td {
    padding:10px 5px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    overflow:hidden;
    font-size:inherit;
    } 
#container .cautare tr td input[type="text"] {
    resize: none;
    padding: 8px 8px;
    outline: 0;
    font-size:inherit;
    background: transparent;
    color:#000000;
    width: 100%;
    flex: auto;
    min-width: 1px;
    height: auto;
    border:1px solid #c0c0c0;;
    }
#container .cautare tr td input[type="text"]:focus {
    border:1px solid #000000;
    }
#container .cautare input[type="submit"]  {
    font-family:inherit;
    font-size:inherit;
    display:inline;
    padding: 9px 8px;
    outline:0;
    background:#25476a;
    cursor:pointer;
    border:0;
    color:#ffffff;
    width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    }
#container .cautare input[type="submit"]:hover {
    background:#ff0000;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    }
#container .cautare tr td a, #container .cautare tr td a:visited {
    background:#f0f0f0;
    color:#000000;
    text-decoration:none;
    padding:5px 15px;
    display:inline-block;
    line-height:30px;
    }
#container .cautare tr td a:hover {
    background:#e0e0e0;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    }
#container .tabel {
    font-family:inherit;
    font-size:inherit;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    margin:25px 0;
    background:#ffffff;
    }
#container .tabel tr th {
    padding:25px 15px;
    position:sticky;
    top:70px;
    color:#25476a;
    font-weight:600;
    font-size:inherit;
    background:#ffffff;
    }
#container .tabel tr td {
    padding:10px 10px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    font-size:inherit;
    } 
#container .tabel tr:hover td {
    background:#fff2cf;
    } 
#container .tabel tr.sectie_status1 {background:#4dffcb}
#container .tabel tr.sectie_status_1 {background:#ffadce}

#container .tabel tr td .sectie_judet_denumire {display:block;color:#666666;font-size:inherit;}
#container .tabel tr td .sectie_localitate_denumire {display:block;color:#000000;font-size:inherit;font-weight:bold;}
#container .tabel tr td .sectie_denumire {font-size:inherit;font-weight:bold;}
#container .tabel tr td .sectie_numar {font-size:inherit;font-weight:bold;background:#25476a;color:#ffffff;display:inline-block;padding:5px;border-radius:5px;width:100%;}
#container .tabel tr td .sectie_alegatori {font-size:inherit;font-weight:bold;color:#000000;}
#container .tabel tr td .sectie_responsabil_nume {font-size:inherit;color:#000000;text-transform:uppercase;}
#container .tabel tr td .sectie_responsabil_telefon {font-size:inherit;color:#000000;}
#container .tabel tr td .sectie_responsabil_email {font-size:inherit;color:#000000;}
#container .tabel tr td .buton {display:inline-block;margin:0 5px;outline:0;cursor:pointer;color:#ffffff;line-height:30px;padding:0px 15px;background:#ff0000;font-weight:bold;}
#container .tabel tr td .buton:hover {text-decoration:none;background:#ff0000;color:#ffffff;box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);}
#container .tabel tr td .utilizator_utilizator {font-size:inherit;font-weight:bold;background:#25476a;color:#ffffff;display:inline-block;padding:5px;border-radius:5px;}

#container .navigare {
    font-family:inherit;
    font-size:inherit;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    margin:5px 0;
    background:#ffffff;
    }
#container .navigare tr td {
    padding:10px 5px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    overflow:hidden;
    font-size:inherit;
    overflow:hidden;
    } 
#container .navigare tr td a, #container .navigare tr td a:visited {
    background:#f0f0f0;
    color:#000000;
    text-decoration:none;
    padding:5px 15px;
    display:inline-block;
    line-height:30px;
    }
#container .navigare tr td a:hover {
    background:#e0e0e0;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    }
    
.rezultat {
    font-family:inherit;
    font-size:inherit;
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:100%;
    margin:15px 0;
    background:#ffffff;
    border:1px solid #f0f0f0;
    }
.rezultat tr th {
    padding:25px 10px;
    position:sticky;
    top:70px;
    color:#000000;
    font-weight:600;
    font-size:inherit;
    background:#f0f0f0;
    }
.rezultat tr th input[type="text"] {
    font-family:inherit;
    font-size:inherit;
    resize:none;
    padding:5px;
    outline:0;
    width:100%;
    border:1px solid #c0c0c0;
    flex:auto;
    min-width:1px;
    height:auto;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.rezultat tr td {
    padding:10px 5px;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    font-size:inherit;
    } 
.rezultat tr td a {
    color:#000000;
    border-bottom:1px dotted #000000;
    } 
.rezultat tr:hover td {
    background:#fff2cf;
    } 
.rezultat tr td b {
    font-weight:600;
    }
.rezultat tr.complet td {
    background:#e0e0e0;
    }
.flex-grid {
    display:flex;
    flex-direction:row;
}
.flex-grid div {
    flex:1;
    margin:15px 20px 15px 0px;
    text-align:center;
    border:1px solid #f0f0f0;
    padding:20px;
}
.flex-grid div:last-child {
    margin-right:0;
}
.flex-grid div .numar {
    font-size:40px;
    font-weight:600;
    color:#000000;
}
.nrcrt thead tr::before {
    content:" ";
	display:table-cell;
	vertical-align:middle;
    font-size:10px;
    font-weight:bold;
	padding:5px;
	text-align:center;
    position:sticky;
    top:70px;
    background:#f0f0f0;
}
.nrcrt tbody {
    counter-reset:sortabletablescope;
}
.nrcrt tbody tr::before {
	width:4%;
	content:counter(sortabletablescope);
	counter-increment:sortabletablescope;
    color:#999999;
    border-right:1px solid #f0f0f0;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
	text-align:right;
	vertical-align:middle;
	padding:5px;
	display:table-cell;
}
.nrcrt tbody tr:hover::before {
    background:#fff2cf;
}

.meniu-grid {
    display:flex;
    flex-direction:row;
}
.meniu-grid div {
    flex:1;
    margin:25px 25px 25px 0px;
    text-align:center;
    border:1px solid #25476a;
}
.meniu-grid div:last-child {
    margin-right:0;
}
.meniu-grid div a {
    display:block;
    padding:50px 10px;
    font-size:20px;
    font-weight:600;
    color:#000000;
}
.meniu-grid div:hover {
    transition: all 0.4s ease;
    color:#25476a;
    background:#e4e9f7;
    color:#000000;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
}




