/****************************************************************
********** SUMMARY **********************************************
*****************************************************************

       I. DEFAULTS
      II. HEADER
     III. FOOTER
      IV. HOMEPAGE
       V. SERVICE LIST
      VI. AUTHENTICATION
     VII. REGISTRATION
    VIII. SOLICITARE NOUA
      IX. DOCUMENTE
       X. MY ACCOUNT DATA
      XI. DETALIU SERVICIU
     XII. SOLICITARE NOUA DOCUMENT
    XIII. SOLICITARE NOUA REVIZIE FINALA
     XIV. CONTACT
      XV. SOLICITARE NOUA INCARCARE
     XVI. HCL
    XVII. RESET PASSWORD
   XVIII. BUGETARE PARTICIPATIVA
     XIX. ACCOUNT PROFILE


/****************************************************************
********** DEFAULTS *********************************************
****************************************************************/
body {padding:0px !important;}
.hide_inreg, .hide_logout, .hide_contul_meu, .hide_utilizator {display:none;}

body, #outlet {
  /*height: 100vh;*/
  width: 100%;
  margin: 0;
}
button:focus {outline:none !important;}
body {min-width: 320px;}
.disabled {opacity: 0.5;pointer-events: none;}
.btn_def {border:0px;text-decoration: none;cursor: pointer; color: #fff !important; font-weight: 600; letter-spacing: 0.8px; position: relative; padding: 5px; border-radius: 3px; font-size: 12px !important;}
.box_rand_nou {display: flex; flex-wrap: wrap;max-width: 800px;}
.box_rand_nou > div p {font-size: 14px;color: #333333;font-weight: bold;margin: 0 0 10px;}
.yearpicker-container, div.ui-datepicker {z-index: 99999 !important;}
.box_rand_nou > div {padding: 15px; flex-basis: 33.3%; flex-grow: 0; flex-shrink: 0; background-color: #f9f9f9;border-bottom: 1px solid #ccc; }
.flex_full_width {flex-basis: 100% !important; flex-grow: 0; flex-shrink: 0;}
.flex_width50 {flex-basis: 50% !important; flex-grow: 0; flex-shrink: 0;}
.flex_width25 {flex-basis: 25% !important; flex-grow: 0; flex-shrink: 0;}
.full_width {width:100%;}
.box_rand_nou input, .box_rand_nou textarea {border: 1px solid #c5c5c5; width: 100%; padding: 8px; border-radius: 3px;font-size: 14px}
.box_rand_nou .dropdown_inbox {padding-top: 8px !important; padding-bottom: 9px !important;}
.box_rand_nou .icn_checkbox {float: left;}

.show_liste_dropdown:nth-child(1) ul.links-menu.links-menu-dropdown, .show_liste_dropdown:nth-child(2) ul.links-menu.links-menu-dropdown, .show_liste_dropdown:nth-child(3) ul.links-menu.links-menu-dropdown {
    bottom: inherit !important;
    top: 0 !important;
}

.main-content, body hr {margin:0px !important;}
body hr {position: relative;
  padding: 35px 0 20px;
  border: 0px !important;
  clear: both;
  display: block;
  background-color: white !important;
}
.services_list_container {
  margin-top: 20px !important;
  float:left;width:100%;
}

body hr:before {position: absolute;left: 0;top: 35;right: 0;content: "";background-color: #034B95;height: 2px; }
/* Notificare profil */
.notification {position: relative;}
.notification span {background-color: #FF0000;border-radius: 50%;width: 22px; height: 22px;position: absolute; text-align: center;line-height: 22px; font-size: 14px;font-weight: bold;right: -17px; top: -15px; bottom: 0; margin: auto;}
.text-border {
  border: 1px solid #D6D6D6; }
.text-border-center{
  border: 1px solid #D6D6D6 !important;
  text-align: center !important;
}
.text-border-gray {
  border: 1px solid #D6D6D6;
  background-color:#d6d6d67a}
.text-border-row {
  border: 1px solid #D6D6D6;
  height:35px}
.text-center{
  text-align: center !important;
}
.text-center-blue{
  text-align: center !important;
  background-color: #0479C8;
  color: white;
  overflow: hidden;
  width:50px!important;
}
.text-left {
  text-align: left !important; }
.span_nota{
  color:blue;
  font-size:13px;
}
@media (max-width: 1199px) {
  .notification {float: left;width: 100%;}
  .notification i {display: block !important; float: left;}
  .notification span {position: relative;right: 0;top: -4px;float: left;color: #fff;margin-left: 10px;}
}

/* Galerie foto / video / fisiere */
.main-galerie-foto, .main-galerie-video {display: block; width: 100%;margin-top: 30px;margin-bottom: 60px;}
.foto-item, .video-item {padding: 10px;  }
.foto-item a, .video-item a {display: flex;height: 230px;}
.foto-item a img, .video-item a img { object-fit: cover;}
.video-item a {position: relative;}
.video-item a:before {background-image: url('../../assets/images/icon-play.png');background-size: contain;margin: auto; width: 130px;height: 130px; background-repeat: no-repeat;position: absolute;left: 0;top: 0;bottom: 0;right: 0;content: ""; }
.title_gal {padding-left: 50px;position: relative;padding-top: 2px;}
.title_gal h2 {margin: 0; font-size: 20px; font-weight: 700; text-transform: uppercase; color: #FFF; letter-spacing: 0.5px; line-height: 1.4;}
.icon_photos:before {background-image: url('../../assets/images/svg/icon-photos.svg');background-size: contain;margin: auto; width: 30px;height: 30px; background-repeat: no-repeat;position: absolute;left: 0;top: 0;bottom: 0;content: ""; }
.icon_video:before {background-image: url('../../assets/images/svg/icon-video.svg');background-size: contain;margin: auto; width: 35px;height: 22px; background-repeat: no-repeat;position: absolute;left: 0;top: 0;bottom: 0;content: ""; }
.icon_file:before {background-image: url('../../assets/images/svg/icon-file.svg');background-size: contain;margin: auto; width: 22px;height: 32px; background-repeat: no-repeat;position: absolute;left: 0;top: 0;bottom: 0;content: ""; }
.box_title_gal {display: flex;}
.box_title_gal > div {width: 50%;}
.btn_upload_img {float: right;position: relative;text-align: right;cursor: pointer;}
.btn_upload_img button {color: #034B95;font-family: 'Open Sans', sans-serif;min-width: 220px;text-align: left; padding:5px 35px 5px 15px;cursor: pointer; font-size: 16px;font-weight: bold;background-color: #fff;border:0px;position: relative;}
.btn_upload_img:hover button {background-color: rgba(255,255,255,0.8);}
.btn_upload_img button:after {background-image: url('../../assets/images/svg/arrow-right-blue.svg');background-size: contain;margin: auto; width: 17px;height: 17px; background-repeat: no-repeat;position: absolute;right: 10px;top: 0;bottom: 0;content: ""; }
.btn_upload_img input[type="file"] {cursor: pointer; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; width: 100%; }
.box_files {float: left;width: 100%;margin-top: 30px;margin-bottom: 60px;}
.link_file a {max-width: 600px;display: block;position: relative;padding: 5px 20px 5px 40px;white-space: nowrap; overflow: hidden;font-weight: bold;font-size: 16px; text-overflow: ellipsis;}
.link_file a:after {background-image: url('../../assets/images/svg/attach-file.svg');background-size: contain;margin: auto; width: 28px;height: 28px; background-repeat: no-repeat;position: absolute;left: 10px;top: 0;bottom: 0;content: ""; }

@media (max-width: 767px) {
  .box_title_gal {display: block;}
  .box_title_gal > div {width: 100%;}
  .btn_upload_img {float: left;margin-top: 20px;}
}

.profile_container .sidebar_widget ul.widget_elements li .element_content {padding-left:30px;position: relative;}
.profile_container .sidebar_widget ul.widget_elements li .element_content i {position: absolute;left: 0;top: 0;bottom: 0;margin: auto;height: 30px;}
.detaliu-serviciu th, .detaliu-serviciu td {font-size: 1rem; padding:15px;}
.detaliu-serviciu th:last-child, .detaliu-serviciu td label:last-child {margin-bottom:0px;}
.services_list_container .service-single .service-item-title a.categ_serv {font-size:23px;}
.profile_container .sidebar .my_requests {margin-top:0;}
.categorii_homepage {align-items: center; justify-content: center;}
.profile_inbox .message i.fa-envelope-open {color: #0479C8;}
.g-recaptcha {margin-bottom:25px;}
.g-recaptcha > div {margin: 0 auto;}
.tbl_blue_head_divider .btn-maincolor {white-space: nowrap;}

/* Servicii aditionale */
.box_servicii_aditionale {padding-top: 50px;position: relative;margin-top: 30px;}
.box_servicii_aditionale .sg_category .hc_title {margin-bottom: 5px !important;font-size: 16px !important;line-height: 20px !important; min-height: 45px !important;}
.box_servicii_aditionale::after {content: ""; position: absolute; height: 5px; background-color: #034B95; top: 0; left: 50%; margin-left: -15%; width: 33%; }
.box_servicii_aditionale .sg_category .pictograma { width: 100%;position: relative;margin-top: 0px !important; margin-bottom: 10px !important;}
.box_servicii_aditionale .sg_category .pictograma:after {position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;content: "";background-repeat: no-repeat;background-size: contain;}
.box_servicii_aditionale .sg_category.mobilitate_urbana .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/mobilitate-urbana.svg"); }
.box_servicii_aditionale .sg_category.mobilitate_urbana:hover .pictograma:after {background-image: url("../../assets/images/svg/mobilitate-urbana-hov.svg"); }
.box_servicii_aditionale .sg_category.invatamant .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/invatamant.svg"); }
.box_servicii_aditionale .sg_category.invatamant:hover .pictograma:after {background-image: url("../../assets/images/svg/invatamant-hov.svg"); }
.box_servicii_aditionale .sg_category.asistenta_sociala .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/asistenta-sociala.svg"); }
.box_servicii_aditionale .sg_category.asistenta_sociala:hover .pictograma:after {background-image: url("../../assets/images/svg/asistenta-sociala-hov.svg"); }
.box_servicii_aditionale .sg_category.taxe_si_impozite .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/taxe-impozite.svg"); }
.box_servicii_aditionale .sg_category.taxe_si_impozite:hover .pictograma:after {background-image: url("../../assets/images/svg/taxe-impozite-hov.svg"); }
.box_servicii_aditionale .sg_category.registratura_ditl .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/registratura-ditl.svg"); }
.box_servicii_aditionale .sg_category.registratura_ditl:hover .pictograma:after {background-image: url("../../assets/images/svg/registratura-ditl-hov.svg"); }
.box_servicii_aditionale .sg_category.piete .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/piete.svg"); }
.box_servicii_aditionale .sg_category.piete:hover .pictograma:after {background-image: url("../../assets/images/svg/piete-hov.svg"); }
.box_servicii_aditionale .sg_category.politia_locala .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/politia-locala.svg"); }
.box_servicii_aditionale .sg_category.politia_locala:hover .pictograma:after {background-image: url("../../assets/images/svg/politia-locala-hov.svg"); }
.box_servicii_aditionale .sg_category.autorizari_comerciale .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/autorizari-comerciale.svg"); }
.box_servicii_aditionale .sg_category.autorizari_comerciale:hover .pictograma:after {background-image: url("../../assets/images/svg/autorizari-comerciale-hov.svg"); }
.box_servicii_aditionale .sg_category.amenajare_domeniu_public .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/amenajare-domeniu-public.svg"); }
.box_servicii_aditionale .sg_category.amenajare_domeniu_public:hover .pictograma:after {background-image: url("../../assets/images/svg/amenajare-domeniu-public-hov.svg"); }
.box_servicii_aditionale .sg_category.cultura .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/svg/cultura.svg"); }
.box_servicii_aditionale .sg_category.cultura:hover .pictograma:after {background-image: url("../../assets/images/svg/cultura-hov.svg"); }
.box_servicii_aditionale .sg_category.aplicatie_mobila_ps4 .pictograma:after {width: 150px; height: 45px; background-image: url("../../assets/images/svg/aplicatie-mobila-android.svg"); }
.box_servicii_aditionale .sg_category.aplicatie_mobila_ios .pictograma:after {width: 150px; height: 45px; background-image: url("../../assets/images/svg/aplicatie-mobila-ios.svg"); }
.box_servicii_aditionale .sg_category.bugetare_participativa .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/icons/documentcategory/investitii_black.png"); }
.box_servicii_aditionale .sg_category.bugetare_participativa:hover .pictograma:after {width: 60px; height: 60px; background-image: url("../../assets/images/icons/documentcategory/investitii_green.png"); }

/* Bugetare participativa */
.fixed_map_content {position: fixed !important;bottom: 0;z-index: 10 !important;left: 0; right: 0;}
.fixed_map_content .descr_details .detail {margin-top: 3px !important; }
.box_upload_more {padding-right: 45px;position: relative;}
.box_upload_more .tooltip_chat {position: absolute;right: 0;top: 7px;border:0px;}
.upload_more {border:0px;color: #034B95;background-color: transparent;font-size: 25px;cursor: pointer;}
.upload_more:focus {outline: none;}
.upload_more:hover {background-color: rgba(0,0,0,0.1);}
.box_upload_more input[type="file"] {cursor: pointer; position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; width: 100%; }
.box_upload_more .tooltip_chat .tooltiptext  {display: none; font-size: 12px;width: 130px;background-color: #000;border-radius: 20px;}
.box_upload_more .tooltip_chat:hover .tooltiptext {display: block;}
.box_upload_more .tooltiptext::after {border-color: #000 transparent transparent transparent;}
.toggle_sidebar {z-index: 2; cursor: pointer; width: 25px;height: 25px;border:1px solid #D5D5D5; background-color: #F9F9F9; border-radius: 20px;position: absolute; top: 95px; right: -11px; z-index: 2;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.toggle_sidebar:before {content: "";background-image: url('../images/svg/arrow-left.svg'); width: 7px;height: 11px; background-size: contain;background-repeat: no-repeat;position: absolute;left: 7px;top:6px;margin: auto;}
.toggle_sidebar:hover {width: 40px;background-color: #0479C8;border-color: #0479C8; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.toggle_sidebar:hover:before {background-image: url('../images/svg/arrow-left-white.svg');}
.slide_map_panel .toggle_sidebar:before {  -ms-transform: rotate(-180deg);  transform: rotate(-180deg);left: inherit;right: 7px;top:6px;}
.slide_map_panel .toggle_sidebar {right:-35px;width: 35px;background-color: #0479C8;border-color: #0479C8;border-radius: 0 20px 20px 0;}
.slide_map_panel .toggle_sidebar:hover {width: 45px;right: -45px;}
.slide_map_panel .toggle_sidebar:before {background-image: url('../images/svg/arrow-left-white.svg');}
.slide_map_panel .panel_tab_content form {display: none !important;}
.map_container .left_panel {-webkit-transition: width 0.3s ease; -moz-transition: width 0.3s ease; transition: width 0.3s ease;}
.modal_map {max-width: 360px !important;}
.modal_audienta {max-width: 650px !important;}
.wrap-modal-slider {padding: 0px; opacity: 0; transition: all 0.3s;margin:20px 0;}
.wrap-modal-slider.open {opacity: 1; }
.slider_map  {    text-align: -webkit-center;}
.box_modal_map .slick-slide {border: 1px solid #707070;margin:0 7px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.box_modal_map .slick-slider .slick-arrow::after {color: #000;font-size: 18px;}
.box_modal_map .slick-slider .slick-arrow {margin-top:-10px;}
.box_modal_map .slick-slider .slick-arrow.slick-prev {left: -10px; }
.box_modal_map .slick-slider .slick-arrow.slick-next {right: -10px; }
.box_modal_map .slick-slider .slick-arrow {display: block !important;}
.box_modal_map .modal-content {padding: 20px 13px;border:0px;border-radius: 5px;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);}
.box_modal_map .close {opacity: 1; width: 30px; height: 30px; background-color: #000; border-radius: 50%; position: absolute; right: -15px; top: -15px;}
.box_modal_map .close span {color: #fff; font-weight: normal;}
.box_modal_map .close:hover {background-color: #0479C8;opacity: 1 !important;}
.icon_hotel {padding-left: 30px;position: relative;}
.icon_hotel:before {content: "";background-image: url('../images/svg/hotel.svg'); width: 21px;height: 21px; background-size: contain;background-repeat: no-repeat;position: absolute;left: 0px;top:0px;margin: auto;}
.icon_calendar {padding-left: 30px;position: relative;}
.icon_calendar:before {content: "";background-image: url('../images/svg/date-range.svg'); width: 22px;height: 22px; background-size: contain;background-repeat: no-repeat;position: absolute;left: 0px;top:0px;margin: auto;}
.icon_blue_warning {padding-left: 30px;position: relative;}
.icon_blue_warning:before {content: "";background-image: url('../images/svg/report-problem.svg'); width: 22px;height: 22px; background-size: contain;background-repeat: no-repeat;position: absolute;left: 0px;top:0px;margin: auto;}
.box_modal_map .descr_details > div {margin-bottom: 10px;float: left;width: 100%;}
.box_modal_map .descr_details {margin-bottom: 12px;padding:0 7px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.box_modal_map .text {padding:0 7px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.box_modal_map .text > div {border-top: 1px solid #707070;padding-top: 18px;float: left;width: 100%;}
.box_modal_map .border_bottom > div {border-bottom: 1px solid #707070;padding-bottom: 18px;}
.box_modal_map .text_title {margin-bottom: 5px;font-family: 'Open Sans', sans-serif; font-weight: bold;font-size: 18px;line-height: normal;float: left;width: 100%;}
.box_modal_map .text p {font-size: 14px;float: left;width: 100%;margin-bottom: 0px;}
.icon_paperclip {padding-left: 25px;position: relative;}
.icon_paperclip:before {content: "";background-image: url('../images/svg/attach-file.svg'); width: 18px;height: 20px; background-size: contain;background-repeat: no-repeat;position: absolute;left: 2px;top:0px;margin: auto;}

.map-popup {max-width:360px;position:relative;float: left;padding: 20px 13px !important;   border: 0px;border-radius: 5px;  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);}
.map-popup .close {opacity: 1; width: 30px; height: 30px; background-color: #000; border-radius: 50%; position: absolute; right: -15px; top: -15px;}
.map-popup .close span {color: #fff;font-weight: normal;font-size: 20px;line-height: 30px;margin-top: -4px;float: left;width: 100%;}
.map-popup .close:hover {background-color: #0479C8;opacity: 1 !important;}
.map-popup .descr_details > div {margin-bottom: 10px;float: left;width: 100%;}
.map-popup .descr_details {margin-bottom: 12px;padding:0 7px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.map-popup .text {padding:0 7px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.map-popup .text > div {border-top: 1px solid #707070;padding-top: 18px;float: left;width: 100%;}
.map-popup .border_bottom > div {border-bottom: 1px solid #707070;padding-bottom: 18px;}
.map-popup .text_title {margin-bottom: 5px;font-family: 'Open Sans', sans-serif; font-weight: bold;font-size: 18px;line-height: normal;float: left;width: 100%;}
.map-popup .text p {font-size: 14px;float: left;width: 100%;margin-bottom: 0px;}
.map-popup .detail {font-size: 16px;}
.map-popup .slick-slide {margin:0 7px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.map-popup .slick-slider .slick-arrow::after {color: #000;font-size: 18px;}
.map-popup .slick-slider .slick-arrow {margin-top:-10px;}
.map-popup .slick-slider .slick-arrow.slick-prev {left: -10px; }
.map-popup .slick-slider .slick-arrow.slick-next {right: -10px; }
.map-popup .slick-slider .slick-arrow {display: block !important;}

.panel_tab_content .smart-form-control {padding:8px 0;}
.panel_tab_content .input label, .panel_tab_content .textarea label {top:1px;}

@media (min-width: 576px) {
  .slide_map_panel .panel_container, .slide_map_panel .panel_header {visibility: hidden;}
  .slide_map_panel {width: 0px !important;}
}

@media (max-width: 575px) {
  .toggle_sidebar {display: none;}
}


/* Icons */
.icon_email, .icon_data, .icon_companie, .icon_nume, .icon_adresa, .icon_strada, .icon_telefon, .icon_numeric, .icon_iban, .icon_text {width: 30px;height: 25px;position: relative;display: inline-block;}
.icon_email:before, .icon_data:before, .icon_companie:before, .icon_nume:before, .icon_adresa:before, .icon_strada:before, .icon_telefon:before, .icon_numeric:before, .icon_iban:before, .icon_text:before {position: absolute;left: 0;top: 0;bottom: 0;right: 0;content: "";margin: auto;background-repeat: no-repeat;background-size: contain;}
.icon_email:before {width: 20px; height: 16px;background-image: url('../images/svg/icon_email.svg');}
.icon_data:before {width: 18px; height: 18px;background-image: url('../images/svg/icon_data.svg');}
.icon_companie:before {width: 20px; height: 18px;background-image: url('../images/svg/icon_companie.svg');}
.icon_nume:before {width: 20px; height: 20px;background-image: url('../images/svg/icon_nume.svg');}
.icon_adresa:before {width: 14px; height: 20px;background-image: url('../images/svg/icon_adresa.svg');}
.icon_strada:before {width: 14px; height: 20px;background-image: url('../images/svg/icon_strada.svg');}
.icon_telefon:before {width: 20px; height: 20px;background-image: url('../images/svg/icon_telefon.svg');}
.icon_numeric:before {width: 25px; height: 18px;background-image: url('../images/svg/icon_numeric.svg');}
.icon_iban:before {width: 20px; height: 14px;background-image: url('../images/svg/icon_iban.svg');}
.icon_text:before {width: 20px; height: 16px;background-image: url('../images/svg/icon_text.svg');}

/* Notificari */
.box_notif {float: left;width: 100%;text-align: center;}
.notif_green {display: inline-block; background-color: #CAE9C3;position: relative;padding:10px 20px 10px 75px;margin-bottom: 20px;}
.txt_notif p {font-family: "Open Sans", sans-serif; font-weight: bold;font-size: 14px;margin: 0;}
.txt_notif a {text-decoration: underline;}
.notif_green .notif_bell {background-color: #74C887;}
.notif_bell {text-align: center; width: 55px;position: absolute;left: 0;top: 0;bottom: 0;display: flex; justify-content: center; align-items: center;}
.notif_bell:before {position: absolute;left: 0;top: 0;bottom: 0;right: 0;content: "";margin: auto;background-repeat: no-repeat;background-size: contain;}
.notif_green .notif_bell:before {width: 24px; height: 28px;background-image: url('../images/svg/bell.svg');}
.txt_notif {display: flex;min-height: 35px; align-items: center;text-align: left;}
.notif_red {display: inline-block; background-color: #FFD1D1;position: relative;padding:10px 20px 10px 75px;margin-bottom: 20px;}
.notif_red .notif_bell {background-color: #DC7474;}
.notif_red .notif_bell:before {background-image: url('../images/svg/bell-on.svg'); width: 35px; height: 28px;}

/* Footer */
.links_footer a {color: #BBBBBB; text-align: center; display: inline-block; font-size: 12px; font-weight: 600; line-height: 16px; text-transform: capitalize;}
.links_footer a:hover {color: #BBBBBB;}
.links_footer div {text-align: center;}

@media (max-width: 991px) {
  .logo_footer {text-align: center !important;margin-top: 10px;}
}

@media (min-width: 767px) {
  .links_footer div {text-align: center;display: flex; align-items: center;height: 100%; justify-content: center;}
}
@media (max-width: 767px) {
  footer .copyright {text-align: center;margin-top: 10px;margin-bottom: 10px;}
  footer .copyright a {position: relative !important;top:inherit !important;margin-top: 0 !important;}
  .links_footer div {display: relative !important; height: auto; }
}

@media (max-width: 991px) {
  .smart-form-component .smart-form-control { margin-bottom: 20px;}
  .smart-form-row { margin-top: 0;}
  .smart-form-component .smart-form-control { margin-right: 15px;}
}

/*Robert Stefan - 14.06.2020 - STYLE FORMULAR VAADIN*/
.smart-form-style { padding: 5px; font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;}
.smart-form-style .smart-form-control { border-radius: 5px;}
.smart-form-style > strong {font-size:22px; color: rgb(46,116,181);}
.smart-form-style label { font-weight: normal !important;}
.smart-form-size label {width: 100%;}

/* Tables mobile - page detail */
.table_mob_1col {float: left;width: 100%;padding-top: 10px;margin-bottom: 20px;}
.table_mob_1col > div {width: 100%;float: left;border-bottom: 1px solid #BBBBBB;padding-bottom: 10px;padding-top: 10px;}
.title_1col {font-weight: bold;float: left;width: 100%;}
.txt_1col {float: left;width: 100%;}
.table_mob_4col {float: left;width: 100%;margin-bottom: 20px;}
.table_mob_4col table {width: 100%;float: left;}
.table_mob_4col table th {background-color: #034B95; color:#fff; padding: 8px; font-size: 15px; line-height: 18px; }
.table_mob_4col table th:last-child {min-width: 78px;}
.table_mob_4col table td {vertical-align: top;padding: 8px;font-size: 14px; border-bottom: 1px solid #BBBBBB;}
.nr_crt table th:first-child, .nr_crt table td:first-child {padding:8px 0px;}
.btns_table_mobile {float: left;width: 100%;text-align: center;}
.btn_download_sablon, .btn_upload, .btn_delete, .btn_save, .btn_download, .icon_check, .icon_warning {margin: 0 2px; display: inline-block;width: 25px; height: 25px;position: relative;background-color: #0479C8;}
.btn_download_sablon:after, .btn_upload:after, .btn_delete:after, .btn_save:after, .btn_download:after  {position: absolute;left: 0;width: 16px; height: 16px; right: 0;top: 0;bottom: 0;content: "";margin: auto;background-size: contain;background-repeat: no-repeat; }
.btn_download_sablon:after {background-image: url("../images/icons/icon-down.png");}
.btn_upload:after { background-image: url("../images/icons/icon-up.png");}
.btn_delete:after { background-image: url("../images/icons/icon-delete.png");width: 13px;}
.btn_save:after { background-image: url("../images/icons/icon-save.png");width: 13px;}
.btn_download:after {background-image: url("../images/icons/icon-down.png");}
.btn_download_sablon:hover, .btn_upload:hover, .btn_delete:hover, .btn_save:hover, .btn_download:hover {background-color: #02AB29;}
.icon_check, .icon_warning {background-color: #fff;}
.icon_check i {float: left; width: 100%;line-height: 25px; height: 25px;font-size: 20px; color: #02AB29;}
.icon_warning i {font-size: 20px; float: left;height: 25px; width: 100%;line-height: 25px; color: #E1C300;}
.table_mob_2col, .table_mob_2col_5, .table_mob_2col_6, .table_mob_2col_9 {float: left;width: 100%;margin-bottom: 20px;}
.table_mob_2col table, .table_mob_2col_5 table, .table_mob_2col_6 table, .table_mob_2col_9 table {float: left;width: 100%;}
.table_mob_2col table td, .table_mob_2col_5 table td, .table_mob_2col_6 table td, .table_mob_2col_9 table td {padding: 8px;font-size: 14px;}
.table_mob_2col table td:first-child, .table_mob_2col_5 table td:first-child, .table_mob_2col_6 table td:first-child, .table_mob_2col_9 table td:first-child {padding-left: 0px; font-weight: bold;font-size: 15px;}
.table_mob_2col table tr:nth-child(4n) td { border-bottom: 1px solid #BBBBBB;padding-bottom: 12px;}
.table_mob_2col_5 table tr:nth-child(5n) td { border-bottom: 1px solid #BBBBBB;padding-bottom: 12px;}
.table_mob_2col_6 table tr:nth-child(6n) td { border-bottom: 1px solid #BBBBBB;padding-bottom: 12px;}
.table_mob_2col_9 table tr:nth-child(9n) td { border-bottom: 1px solid #BBBBBB;padding-bottom: 12px;}
.btn_view {position: relative;background-color: #0479C8;float: left;padding: 5px 10px;font-size: 14px;color: #fff;}
.btn_view i {margin-right:8px;}
.btn_view:hover {color: #fff;text-decoration: none; background-color: #02AB29;}

/* Loading */
.text_loading {color: #fff;position: absolute;text-align: center;left: 0;right: 0;top: 38%;}
.loading {top: 0; left: 0; width: 100%; height: 100%; z-index: 9042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: .8;}
.lds-spinner {display: inline-block; position: absolute; top:0;left:0;right:0;bottom:0;margin: auto;; width: 80px; height: 80px; }
.lds-spinner div {transform-origin: 40px 40px; animation: lds-spinner 1.2s linear infinite; }
.lds-spinner div:after {content: " "; display: block; position: absolute; top: 3px; left: 37px; width: 6px; height: 18px; border-radius: 20%; background: #fff; }
.lds-spinner div:nth-child(1) {transform: rotate(0deg); animation-delay: -1.1s; }
.lds-spinner div:nth-child(2) {transform: rotate(30deg); animation-delay: -1s; }
.lds-spinner div:nth-child(3) {transform: rotate(60deg); animation-delay: -0.9s; }
.lds-spinner div:nth-child(4) {transform: rotate(90deg); animation-delay: -0.8s; }
.lds-spinner div:nth-child(5) {transform: rotate(120deg); animation-delay: -0.7s; }
.lds-spinner div:nth-child(6) {transform: rotate(150deg); animation-delay: -0.6s; }
.lds-spinner div:nth-child(7) {transform: rotate(180deg); animation-delay: -0.5s; }
.lds-spinner div:nth-child(8) {transform: rotate(210deg); animation-delay: -0.4s; }
.lds-spinner div:nth-child(9) {transform: rotate(240deg); animation-delay: -0.3s; }
.lds-spinner div:nth-child(10) {transform: rotate(270deg); animation-delay: -0.2s; }
.lds-spinner div:nth-child(11) {transform: rotate(300deg); animation-delay: -0.1s; }
.lds-spinner div:nth-child(12) {transform: rotate(330deg); animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Page 404 */
.container_404 {max-width:1200px !important;}
.container_404 h1 {color: #034B95;font-size: 3.5rem;font-weight: bold;}

@media (max-width: 767px) {
  .container_404 h1 { font-size: 2.5rem;}
}

/* Label */
.input, .textarea {position: relative;}
.input label, .textarea label {font-size: 12px;display: none;font-family: "Open Sans", sans-serif; color: #034B95; text-align: left;position: absolute;left: 14px; top: 3px; }
.show_label label {display: block !important;z-index: 1;}
.show_label input.form-control, .show_label textarea.form-control {padding: 16px 15px 8px;}
.authentication_page .input label {left: 75px;}

/* Containers */
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1650px; } }
/* Selective margins */
@media (max-width: 991px) and (min-width: 768px) {
  .md-margin {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .sm-margin {
    margin-bottom: 25px; } }
/* Html tags and short classes */
h2, h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px; }
h2:first-child, h3:first-child {
  margin-top: 0; }

body {
  font-family: "Open Sans", sans-serif;
  color: #000; }
body .table {
  color: #000; }
body a, body a:hover {
  color: #034B95; }
body img {
  max-width: 100%;
  font-size: 0;
  line-height: 0; }
body hr {
  margin: 35px 0 20px;
  height: 1px;
  background-color: #034B95;
  border: 0;
  border-top: 1px solid #7F98CC;
  border-bottom: 1px solid #7F98CC; }
body .main-content {
  margin: 30px 0; }
body .main-content.no-margins {
  margin: 0; }
body select.ui {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url("../../assets/images/icons/arrow-select.png");
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 18px; }
body .file-control {
  display: none; }
body div.cbnp_upload_file {
  background-color: #D6D6D6;
  cursor: pointer;
  position: relative;
  padding-right: 35px;
  color: #333; }
body div.cbnp_upload_file i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px; }
body .form-group {
  margin-bottom: 25px; }
body .form-control {
  border-radius: 0;
  border-color: #B5b5b5;
  border-radius: 3px;
  padding:14px;
  color: #747474;
  /*padding: 12px 15px;*/
  height: auto;
  line-height: 24px; }
body .form-control:focus {
  box-shadow: none;
  border-color: #949494; }
body select.form-control {
  padding-right: 40px; }
body .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border-color: #949494 !important;
  box-shadow: none !important; }
body .custom-checkbox .custom-control-label::before:focus {
  box-shadow: none;
  border-color: #949494; }
body .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #034B95;
  border-color: #034B95 !important; }
body .gap-50 {
  padding-top: 50px; }
body .gap-40 {
  padding-top: 40px; }
body .gap-30 {
  padding-top: 30px; }
body .gap-20 {
  padding-top: 20px; }
body .mh-50 {
  height: 50px; }
body ul.blue-squares li {
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px; }
body ul.blue-squares li:after {
  content: "";
  position: absolute;
  background-color: #034B95;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  left: 5px; }
body .open-absolute + .chosen-container {
  position: relative;
  z-index: 2; }
body .open-absolute + .chosen-container .chosen-drop {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #FFF;
  z-index: 3; }
body div.bold_label {
  margin-top: 45px; }
body div.bold_label label {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 120%; }
body div.bold_label .btn {
  font-weight: bold; }
body .if_tbl {
  display: table;
  table-layout: fixed;
  width: 100%; }
body .if_tbl.auto {
  width: auto; }
body .if_tbl .if_cell {
  display: table-cell;
  vertical-align: middle; }
body .table-icons i {
  margin-right: 5px; }
body .table-icons .pictograma {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
body .table-blue-line.table-fixed {
  table-layout: fixed; }
body .table-blue-line thead tr:last-child th {
  border-bottom: 2px solid #034B95; }
body .table-blue-line tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6; }
body .table-blue-line th {
  border-top: 0; }
body .table-blue-line th, body .table-blue-line td {
  /*NG - 14.07.2021 - ANRE - comentat pentru realizare wrap text in tabele*/
  /*white-space: nowrap;*/
  padding-top: 18px;
  padding-bottom: 18px; }
body .table-blue-line th:first-child, body .table-blue-line td:first-child {
  padding-left: 5px; }
body .tbl_blue_head_divider {
  margin-top: 20px; }
body .tbl_blue_head_divider thead th {
  border-bottom-color: #034B95;
  border-top: 0; }
body .tbl_blue_head_divider tbody td {
  border-top: 0;
  border-bottom: 1px solid #D6D6D6; }
body .inherit-text-color {
  color: inherit; }
body .inherit-text-color:hover {
  color: #034B95; }
body .text-secondary {
  color: #02AB29 !important; }
body .text-danger {
  color: #FF0000 !important; }
body .table.border-dark td, body .table.border-dark th {
  border-color: #BBBBBB; }
body .table.large-whitespace td, body .table.large-whitespace th {
  padding-top: 35px;
  padding-bottom: 20px; }
body .big_text {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .cmb-lg {
    margin-bottom: 25px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .cmb-md {
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  .cmb-sm {
    margin-bottom: 25px; }

  body .open-absolute + .chosen-container .chosen-drop {
    position: static; } }
/* Buttons */
.btn { cursor:pointer !important;line-height: 1.5;
  text-decoration: none; background-color: #034B95;color: #fff;font-weight: 600;letter-spacing: 0.8px; position: relative;padding: 15px 15px 15px 15px;border-radius: 3px; text-transform: uppercase;font-size: 14px !important;
  /* padding: 12px 15px;
   line-height: 24px;
   font-size: 16px;
   border-radius: 0; */}

.btn-primary {
  background-color: #0479C8; }
.btn-primary i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 15px; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0479C8;
  border-color: #0479C8;
  box-shadow: none !important; }
.btn-primary:hover {
  text-decoration: underline; }

.btn-secondary {
  background-color: #02AB29;
  border-color: #02AB29; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #02AB29;
  border-color: #02AB29;
  box-shadow: none !important; }
.btn-secondary:hover {
  text-decoration: underline; }
.btn-secondary i {
  margin-left: 10px;
  vertical-align: middle; }

.btn-sm {
  padding: 10px 15px;
  line-height: 18px;
  font-size: 14px; }
.btn-sm i {
  font-size: inherit;
  vertical-align: initial; }

.btn-xsm-s {margin-right:8px;
  padding: 5px 5px 5px 5px !important; }
.btn-xsm-s .custom-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative !important;
  left: 0 !important;
  top:0 !important;
  right: 0;
  bottom: 0;
  margin: auto !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-xsm {
  padding: 5px 5px 5px 33px;
  font-size: 12px;
  position: relative;
  text-align: left; }
.btn-xsm .custom-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.btn-xsm .icon-down {
  background-image: url("../images/icons/icon-down.png"); }
.btn-xsm .icon-up {
  background-image: url("../images/icons/icon-up.png"); }
.btn-xsm .icon-delete {
  background-image: url("../images/icons/icon-delete.png"); }
.btn-xsm .icon-save {
  background-image: url("../images/icons/icon-save.png"); }
.btn-xsm.btn-1wl {
  width: 90px;
  line-height: 1; }

.btn-secondary-hover:hover {
  text-decoration: none;
  background-color: #02AB29;
  border-color: #02AB29; }

.btn-maincolor {
  background-color: #034B95;
  color: #FFF;
  box-shadow: none !important;
  text-align: left;
  font-weight: 700; }
.btn-maincolor:hover {
  background-color: #02AB29;
  color: #FFF; }
.btn-maincolor i {
  margin-right: 15px;
  font-size: 26px;
  vertical-align: bottom; }

.btn-common {
  font-weight: 600; }
.btn-common i {
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px; }

/* Custom pagination 2 buttons */
.btn_footer_container {
  margin-top: 100px;
  position: relative; }
.btn_footer_container .btn_info {
  padding-left: 240px;
  padding-right: 240px;
  font-size: 14px; }
.btn_footer_container .background {
  background-color: #D6D6D6;
  padding: 15px 15px;
  line-height: 20px;
  max-width: 700px;
  margin: 0 auto; }
.btn_footer_container .prev_info {
  float: left; }
.btn_footer_container .next_info {
  float: right; }
.btn_footer_container .buttons_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
.btn_footer_container .btn.prev {
  padding-right: 65px; }
.btn_footer_container .btn.next {
  float: right; }
.btn_footer_container .btn.next i {
  margin-left: 60px; }

@media (max-width: 1199px) {
  .btn_footer_container .btn_info {
    padding: 0; }
  .btn_footer_container .background {
    max-width: 100%;
    margin-bottom: 15px; }
  .btn_footer_container .buttons_container {
    position: static; } }
@media (max-width: 767px) {
  .btn_footer_container .prev_info, .btn_footer_container .next_info {
    float: none; }
  .btn_footer_container .btn.prev,
  .btn_footer_container .btn.next {
    padding-left: 10px;
    padding-right: 10px; }
  .btn_footer_container .btn.next i {
    margin-left: 10px; } }
/* Select */
.chosen-container {
  width: 100% !important; }
.chosen-container.chosen-container-single-nosearch .chosen-search {
  display: none; }
.chosen-container .chosen-search {
  margin-top: 5px; }
.chosen-container .chosen-search .chosen-search-input {
  width: 100%;
  border: 1px solid #B5B5B5;border-radius:3px;
  padding: 10px 15px;
  line-height: 1.2; }
.chosen-container .chosen-search .chosen-search-input:focus {
  outline: none; }
.chosen-container .chosen-single {
  display: block;
  border: 1px solid #B5B5B5;
  color: #747474;
  padding: 14px 45px 14px 14px;
  position: relative;
  cursor: pointer; border-radius:3px;min-height: 38px;}
.chosen-container .chosen-single:hover {
  color: #747474; }
.chosen-container .chosen-single div:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #333;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  right: 15px; }
.chosen-container .chosen-drop {
  display: none; }
.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
  border-bottom: 1px solid #949494; }
.chosen-container .chosen-results {
  list-style: none;
  padding: 0;
  border: 1px solid #B5B5B5;border-radius:3px;
  border-bottom: 0;
  margin-top: 5px;
  margin-bottom: 0;
  max-height: 190px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }
.chosen-container .chosen-results .disabled-result {
  display: none; }
.chosen-container .chosen-results .active-result,
.chosen-container .chosen-results .no-results {
  display: block;
  padding: 12px 15px;
  color: #747474;
  cursor: pointer; }
.chosen-container .chosen-results .active-result:hover,
.chosen-container .chosen-results .no-results:hover {
  background-color: #EFEFEF;
  color: #000; }
.chosen-container .chosen-results .active-result span,
.chosen-container .chosen-results .no-results span {
  color: #000; }
.chosen-container .chosen-results .active-result em,
.chosen-container .chosen-results .no-results em {
  color: #034B95; }

/* Slick Slider */
.slick-slider {
  position: relative; }
.slick-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 0; }
.slick-slider .slick-dots li {
  display: inline-block; }
.slick-slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  border: 1px solid #FFF;
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden; }
.slick-slider .slick-dots li button:focus {
  outline: none; }
.slick-slider .slick-dots li.slick-active button {
  background-color: #FFF; }
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  color: transparent;
  background-color: transparent;
  overflow: hidden;
  border: 0;
  font-size: 0px;
  line-height: 0;
  padding: 0;
  z-index: 2; }
.slick-slider .slick-arrow:focus {
  outline: none; }
.slick-slider .slick-arrow.slick-next {
  right: 30px; }
.slick-slider .slick-arrow.slick-prev {
  left: 30px; }
.slick-slider .slick-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  font-size: 60px;
  line-height: 1; }
.slick-slider .slick-arrow.slick-next:after {
  content: "\f054"; }
.slick-slider .slick-arrow.slick-prev:after {
  content: "\f053"; }
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.4; }

/* Breadcrumbs */
.breadcrumbs_container {
  padding: 10px 0;
  background-color: #EBEBEB; }
.breadcrumbs_container .breadcrumb {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent; }
.breadcrumbs_container .breadcrumb-item + .breadcrumb-item::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  vertical-align: middle; }
.breadcrumbs_container .breadcrumb-item {
  font-weight: 600; }
.breadcrumbs_container .breadcrumb-item a {
  color: #000; }
.breadcrumbs_container .breadcrumb-item.active {
  color: #034B95; }

@media (max-width: 575px) {
  .breadcrumbs_container {
    padding: 10px 0; }
  .breadcrumbs_container .breadcrumb {
    font-size: 14px; } }
/* Datepicker */
div.ui-datepicker {
  font-family: "Open Sans", sans-serif; }
div.ui-datepicker table.ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 6px 3px; }
div.ui-datepicker.ui-widget.ui-widget-content {
  border: 0;
  border-top: 5px solid transparent;
  border-radius: 0;
  width: 255px;
  padding: 0; }
div.ui-datepicker .ui-datepicker-header {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border: 1px solid #949494;
  border-bottom: 0; }
div.ui-datepicker .ui-datepicker-calendar {
  border: 1px solid #949494;
  border-top: 0;
  margin-bottom: 0; }
div.ui-datepicker .ui-datepicker-header,
div.ui-datepicker .ui-datepicker-calendar {
  padding: 5px; }
div.ui-datepicker .ui-datepicker-prev,
div.ui-datepicker .ui-datepicker-next {
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  top: 2px; }
div.ui-datepicker .ui-datepicker-prev .ui-icon,
div.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none; }
div.ui-datepicker .ui-datepicker-prev:after,
div.ui-datepicker .ui-datepicker-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 28px; }
div.ui-datepicker .ui-datepicker-prev {
  left: 2px; }
div.ui-datepicker .ui-datepicker-prev:after {
  content: "\f104"; }
div.ui-datepicker .ui-datepicker-next {
  right: 2px; }
div.ui-datepicker .ui-datepicker-next:after {
  content: "\f105"; }
div.ui-datepicker th {
  background-color: #FAFCFE;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90%; }
div.ui-datepicker th.ui-datepicker-week-end {
  color: #8EC5FC; }
div.ui-datepicker .ui-state-default,
div.ui-datepicker .ui-widget-content .ui-state-default,
div.ui-datepicker .ui-widget-header .ui-state-default {
  border: 0;
  background: transparent;
  text-align: center;
  padding: 5px 3px; }
div.ui-datepicker .ui-state-highlight,
div.ui-datepicker .ui-widget-content .ui-state-highlight,
div.ui-datepicker .ui-widget-header .ui-state-highlight,
div.ui-datepicker .ui-state-hover,
div.ui-datepicker .ui-widget-content .ui-state-hover,
div.ui-datepicker .ui-widget-header .ui-state-hover,
div.ui-datepicker .ui-state-focus,
div.ui-datepicker .ui-widget-content .ui-state-focus,
div.ui-datepicker .ui-widget-header .ui-state-focus,
div.ui-datepicker .ui-button:hover,
div.ui-datepicker .ui-button:focus,
div.ui-datepicker .ui-state-active,
div.ui-datepicker .ui-widget-content .ui-state-active,
div.ui-datepicker .ui-widget-header .ui-state-active,
div.ui-datepicker a.ui-button:active,
div.ui-datepicker .ui-button:active,
div.ui-datepicker .ui-button.ui-state-active:hover {
  background-color: transparent;
  color: #454545 !important; }

@media (min-width: 1500px) {
  div.ui-datepicker.ui-widget.ui-widget-content {
    width: 350px !important;
    font-size: 16px; } }
@media (max-width: 1199px) {
  div.ui-datepicker.ui-widget.ui-widget-content {
    width: 450px !important; } }
@media (max-width: 991px) {
  div.ui-datepicker.ui-widget.ui-widget-content {
    width: 330px !important; } }
@media (max-width: 767px) {
  div.ui-datepicker.ui-widget.ui-widget-content {
    /*  width: 510px !important;
      margin-top: -5px;*/ } }
@media (max-width: 575px) {
  div.ui-datepicker.ui-widget.ui-widget-content {
    width: auto !important;
    right: 15px; } }
/* Accordion */
.cbnp_accordion .card {
  border-color: #D6D6D6;
  border-radius: 0;
  margin-bottom: 10px; }
.cbnp_accordion .card:last-child {
  margin-bottom: 0; }
.cbnp_accordion .card-header {
  border-color: #D6D6D6;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding: 15px 60px 13px 20px;
  position: relative; }
.cbnp_accordion .card-header.open {
  background-color: #D6D6D6; }
.cbnp_accordion .card-header .toggle_icon {
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px; }
.cbnp_accordion .card-header .toggle_icon:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px; }
.cbnp_accordion .card-header.open .toggle_icon:after {
  content: "\f068"; }
.cbnp_accordion .card-body {
  border-color: #D6D6D6;
  border-radius: 0;
  padding: 10px; }
.cbnp_accordion .card-body p:last-child {
  margin-bottom: 0; }
.cbnp_accordion button.btn {
  padding: 0;
  border: 0;
  line-height: 1.2;
  display: block;
  color: #000;
  font-weight: 600;
  text-decoration: none !important; }

/* Pagination */
.pagination_container {
  margin-top: 50px; float:left;width:100%;}
.pagination_container .pagination {
  margin-bottom: 0; }
.pagination_container .page-item {
  margin-right: 10px; }
.pagination_container .page-item.prev {
  margin-right: 25px; }
.pagination_container .page-item.prev .page-link {
  border-radius: 0; }
.pagination_container .page-item.next {
  margin-left: 15px;
  margin-right: 0; }
.pagination_container .page-item.next .page-link {
  border-radius: 0; }
.pagination_container .page-link {
  border-radius: 0;
  color: #000;
  font-weight: 600;
  border-color: #D6D6D6;
  padding: 8px 14px;
  box-shadow: none !important; }
.pagination_container .page-item.active .page-link,
.pagination_container .page-link:hover {
  background-color: #02AB29;
  color: #FFF;
  border-color: #02AB29; }

/* Sweet Alert 2 */
.swal2-container .swal2-styled:focus {
  box-shadow: none; }

/* Tabs */
.nav.nav-tabs {
  border-bottom: 3px solid #034B95;
  margin-bottom: 35px; }
.nav.nav-tabs a.nav-link {
  display: block;
  padding: 15px 35px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 0;
  border: 0;
  margin: 0; }
.nav.nav-tabs a.nav-link.active {
  background-color: #034B95;
  color: #FFF; }

@media (max-width: 767px) {
  .nav.nav-tabs {
    border-bottom: 0; }

  .nav.nav-tabs li {
    width: 100%; }
  .nav.nav-tabs li .nav-item {
    border: 1px solid #034B95; } }
/* Background Images */
/*
.picto_parent.urbanism .pictograma {
  background-image: url("../../assets/images/icons/urbanism.png"); }
.picto_parent.domeniul-public .pictograma {
  background-image: url("../../assets/images/icons/domeniul-public.png"); }
.picto_parent.ep .pictograma {
  background-image: url("../../assets/images/icons/ep.png"); }
.picto_parent.tp .pictograma {
  background-image: url("../../assets/images/icons/transport.png"); }
.picto_parent.sc .pictograma {
  background-image: url("../../assets/images/icons/sc.png"); }
.picto_parent.psc .pictograma {
  background-image: url("../../assets/images/icons/psc.png"); }
.picto_parent.tsi .pictograma {
  background-image: url("../../assets/images/icons/tsi.png"); }
.picto_parent.tutela .pictograma {
  background-image: url("../../assets/images/icons/tutela.png"); }
.picto_parent.ss .pictograma {
  background-image: url("../../assets/images/icons/ss.png"); }
.picto_parent.iia .pictograma {
  background-image: url("../../assets/images/icons/iia.png"); }
.picto_parent.ip .pictograma {
  background-image: url("../../assets/images/icons/ip.png"); }
.picto_parent.dp .pictograma {
  background-image: url("../../assets/images/icons/dp.png"); }
*/

/****************************************************************
********** HEADER ***********************************************
****************************************************************/
.main_header_container {
  height:122px;
  padding-top: 15px;
  background-color: #034B95;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2); }

/* Visual Identity */
header {
  border-top: 5px solid #034B95;
  z-index: 99;
  position: relative; }
header .visual_identity {
  padding: 32px 0 32px; }
header .visual_identity img {
  height: 100px; }
header .visual_identity .gov img {
  margin-left: 60px; }

@media (min-width: 1200px) {
  header .visual_identity .container {
    max-width: 1000px; } }
@media (max-width: 991px) {
  header .visual_identity {
    padding: 25px 0 30px; }
  header .visual_identity img {
    height: 70px; } }
@media (max-width: 767px) {
  header .visual_identity .gov img {
    margin-left: 30px; }
  header .visual_identity img {
    height: 55px; }
  header .visual_identity {padding:8px 0;}}
@media (max-width: 575px) {
  header .visual_identity img {
    height: 45px; } }
@media (max-width: 480px) {
  header .visual_identity {
    padding: 8px 0 8px; }
  header .visual_identity .row > div {
    padding-left: 5px;
    padding-right: 5px; }
  header .visual_identity .gov img {
    margin-left: 15px; }
  header .visual_identity img {
    height: 40px; } }
/* Logo */
header .logo img {
  height: 85px;
  margin-top: 5px; }
header .fa-user {
  margin-right: 5px; }

/* Menu Desktop */
@media (min-width: 1500px) {
  .navbar-expand-xl li.nav-item {
    padding: 0 20px; } }
@media (min-width: 1200px) {
  header .navbar-expand-xl {
    padding: 0; }

  .navbar-expand-xl .navbar-nav .nav-link {
    color: #FFF; }

  .navbar-expand-xl .navbar-nav .active > .nav-link,
  .navbar-expand-xl .navbar-nav .nav-link.active,
  .navbar-expand-xl .navbar-nav .nav-link.show,
  .navbar-expand-xl .navbar-nav .show > .nav-link,
  .navbar-expand-xl .navbar-nav .nav-link:focus,
  .navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #FFF; }

  .navbar-expand-xl .navbar-nav > li > .nav-link:hover,
  .navbar-expand-xl .navbar-nav > li.show > .nav-link,
  .navbar-expand-xl .navbar-nav > li.active > .nav-link {
    border-color: #FFF; }

  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 25px 0 22px;
    line-height: 1.2;
    border-bottom: 3px solid transparent; }

  .navbar-expand-xl .nav-item {
    padding: 0 10px; }

  div.main_menu {
    margin: 0 -20px; }

  .dropdown-divider {
    margin: 0; }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    padding: 0;
    overflow: hidden; }

  .dropdown-item {
    padding: 5px 15px; }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #0479C8; }

  .navbar-expand-xl .nav-item.language-select {
    padding: 0; }
  .navbar-expand-xl .nav-item.language-select .nav-link.dropdown-toggle {
    border: 1px solid #FFF;
    padding: 8px 45px 8px 8px;
    margin-top: 15px;
    background-image: url("../../assets/images/icons/select-icon.png");
    background-size: 18px;
    background-position: center right 5px;
    background-repeat: no-repeat; }
  .navbar-expand-xl .nav-item.language-select .nav-link.dropdown-toggle:after {
    display: none; }
  .navbar-expand-xl .nav-item.language-select a {
    line-height: 25px; }
  .navbar-expand-xl .nav-item.language-select a img {
    height: 25px;
    vertical-align: top; } }
/* Mobile Menu */
@media (max-width: 1199px) {
  header .logo img {
    height: auto; }
  header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
  header .navbar-dark .navbar-toggler {
    border: 0;
    padding-right: 0; }
  header .navbar-dark .navbar-toggler:focus {
    outline: none; }
  header .navbar-toggler-icon {
    width: 40px;
    height: 40px; }
  header .navbar-dark .navbar-nav .active > .nav-link,
  header .navbar-dark .navbar-nav .nav-link.active,
  header .navbar-dark .navbar-nav .nav-link.show,
  header .navbar-dark .navbar-nav .show > .nav-link,
  header .navbar-dark .navbar-nav .nav-link,
  header .navbar-dark .navbar-nav .nav-link:focus,
  header .navbar-dark .navbar-nav .nav-link:hover {
    color: #000; }
  header .navbar-dark .navbar-nav i {
    display: none; }
  header #menu-wrap {
    background: #FAFAFA;
    border: 1px solid #949494;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 70px;
    right: 15px;
    width: 350px; }
  header #menu-wrap > div {
    padding: 0; }
  header #menu-wrap .navbar-nav > .nav-item > a {
    padding: 10px 15px;
    color: #747474; }
  header #menu-wrap .navbar-nav > .nav-item > a:hover {
    background-color: #EFEFEF;
    color: #000; }
  header #menu-wrap .dropdown-menu {
    width: 90%;
    margin: 2px auto 5px; }
  header .language-select img {
    height: 20px; }
  header .language-select a.nav-link {
    line-height: 1.2; }
  header .dropdown-divider {
    margin: 0; }
  header .navbar-expand-xl .navbar-nav .dropdown-menu {
    padding: 0;
    overflow: hidden;
    border-radius: 0; }
  header .dropdown-item {
    padding: 5px 15px; }
  header .dropdown-item.active,
  header .dropdown-item:active {
    background-color: #0479C8; } }
@media (max-width: 991px) {
  header .navbar-dark .navbar-toggler-icon {
    margin-top: 5px; }

  header .logo img {
    margin-top: 0; }

  .main_header_container {
    padding: 5px 0; }

  header #menu-wrap {
    top: 80px; } }
@media (max-width: 480px) {
  .main_header_container {
    padding: 0; }

  header .navbar-dark .navbar-toggler-icon {
    margin-top: 0; }

  header .logo img {
    height: 50px;
    margin-top: 7px; }

  header #menu-wrap {
    top: 70px;
    right: 0;
    width: 290px; } }
/****************************************************************
********** FOOTER ***********************************************
****************************************************************/
footer {
  background-color: #2C2C2C;
  color: #BBBBBB;
  padding: 8px 0; }
footer .copyright {
  position: relative; }
footer .copyright p, footer .copyright a {
  position: absolute;color: #BBBBBB;
  margin: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize; }

@media (max-width: 575px) {
  .logo_footer.text-right {
    text-align: center !important;
    margin-bottom: 35px; }

  footer {
    position: relative; }

  footer .copyright {
    position: static; }

  footer .copyright p, footer .copyright a {
    bottom: 8px;
    top: auto;
    margin: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1; } }
/****************************************************************
********** HOMEPAGE *********************************************
****************************************************************/
/* Slider */
.homepage_banner .single_slide {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.homepage_banner .single_slide:focus {
  outline: none; }

.ui-autocomplete.ui-widget-content {
  border: 0;
  border-top: 5px solid transparent;
  background-color: transparent; }
.ui-autocomplete.ui-widget-content .ui-menu-item {
  background-color: #FFF;
  border-left: 1px solid #949494;
  border-right: 1px solid #949494; }
.ui-autocomplete.ui-widget-content .ui-menu-item:first-child, .ui-autocomplete.ui-widget-content .ui-menu-item:first-child .ui-menu-item-wrapper.ui-state-active {
  border-top: 1px solid #949494; }
.ui-autocomplete.ui-widget-content .ui-menu-item:last-child, .ui-autocomplete.ui-widget-content .ui-menu-item:last-child .ui-menu-item-wrapper.ui-state-active {
  border-bottom: 1px solid #949494; }
.ui-autocomplete.ui-widget-content .ui-menu-item .ui-menu-item-wrapper {
  padding: 12px 15px;
  color: #949494; }
.ui-autocomplete.ui-widget-content .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #EFEFEF;
  color: #000;
  border-color: #EFEFEF;
  border-left-color: #949494;
  border-right-color: #949494; }

@media (max-width: 575px) {
  .homepage_banner .single_slide {
    height: 300px; } }
/* Search Form */
@media (min-width: 576px) {
  .home_form_container {
    max-width: 365px; } }
@media (min-width: 767px) {
  .home_form_container {
    max-width: 560px; } }
@media (min-width: 992px) {
  .home_form_container {
    max-width: 700px; } }
@media (min-width: 1200px) {
  .home_form_container {
    max-width: 850px; } }
@media (min-width: 1500px) {
  .home_form_container {
    max-width: 1200px; } }
.home_form_container {
  padding-top: 70px;
  margin: 0 auto; }
.home_form_container input {
  border-radius: 0;
  border: 0; }
.home_form_container input:focus {
  box-shadow: none !important; }
.home_form_container .form-control {
  border: 0;
  /*  padding: 15px 55px 15px 24px;*/
  height: auto;
  line-height: 1.2; }
.home_form_container .search_container {
  position: relative; }
.home_form_container .speak-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 11px 13px 9px;
  cursor: pointer; }
.home_form_container .speak-search i {
  font-size: 27px; }

@media (max-width: 575px) {
  .slick-slider .slick-arrow {
    display: none !important; }

  .slick-slider .slick-dots {
    bottom: 10px; }

  .home_form_container {
    padding: 40px 10% 0; }

  .home_form_container input[type="submit"] {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px; } }
/* Subtitle */
.subtitle_underline {
  max-width: 1000px;
  margin: 0 auto 45px;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  padding-bottom: 17px;
  position: relative; }
.subtitle_underline:after {
  content: "";
  position: absolute;
  height: 5px;
  background-color: #034B95;
  bottom: 0;
  left: 50%;
  margin-left: -15%;
  width: 33%; }

/* Categories */
.categorii_homepage {
  margin-left: -8px;
  margin-right: -8px; }
.categorii_homepage > div {
  padding-left: 8px;
  padding-right: 8px; }

/*
  .categorii_homepage .sg_category.urbanism .pictograma {
    background-image: url("../../assets/images/icons/urbanism.png"); }
  .categorii_homepage .sg_category.urbanism:hover .pictograma {
    background-image: url("../../assets/images/icons/urbanism-hover.png"); }
  .categorii_homepage .sg_category.domeniul-public .pictograma {
    background-image: url("../../assets/images/icons/domeniul-public.png"); }
  .categorii_homepage .sg_category.domeniul-public:hover .pictograma {
    background-image: url("../../assets/images/icons/domeniul-public-hover.png"); }
  .categorii_homepage .sg_category.ep .pictograma {
    background-image: url("../../assets/images/icons/ep.png"); }
  .categorii_homepage .sg_category.ep:hover .pictograma {
    background-image: url("../../assets/images/icons/ep-hover.png"); }
  .categorii_homepage .sg_category.tp .pictograma {
    background-image: url("../../assets/images/icons/transport.png"); }
  .categorii_homepage .sg_category.tp:hover .pictograma {
    background-image: url("../../assets/images/icons/transport-hover.png"); }
  .categorii_homepage .sg_category.sc .pictograma {
    background-image: url("../../assets/images/icons/sc.png"); }
  .categorii_homepage .sg_category.sc:hover .pictograma {
    background-image: url("../../assets/images/icons/sc-hover.png"); }
  .categorii_homepage .sg_category.psc .pictograma {
    background-image: url("../../assets/images/icons/psc.png"); }
  .categorii_homepage .sg_category.psc:hover .pictograma {
    background-image: url("../../assets/images/icons/psc-hover.png"); }
  .categorii_homepage .sg_category.tsi .pictograma {
    background-image: url("../../assets/images/icons/tsi.png"); }
  .categorii_homepage .sg_category.tsi:hover .pictograma {
    background-image: url("../../assets/images/icons/tsi-hover.png"); }
  .categorii_homepage .sg_category.tutela .pictograma {
    background-image: url("../../assets/images/icons/tutela.png"); }
  .categorii_homepage .sg_category.tutela:hover .pictograma {
    background-image: url("../../assets/images/icons/tutela-hover.png"); }
  .categorii_homepage .sg_category.ss .pictograma {
    background-image: url("../../assets/images/icons/ss.png"); }
  .categorii_homepage .sg_category.ss:hover .pictograma {
    background-image: url("../../assets/images/icons/ss-hover.png"); }
  .categorii_homepage .sg_category.iia .pictograma {
    background-image: url("../../assets/images/icons/iia.png"); }
  .categorii_homepage .sg_category.iia:hover .pictograma {
    background-image: url("../../assets/images/icons/iia-hover.png"); }
  .categorii_homepage .sg_category.ip .pictograma {
    background-image: url("../../assets/images/icons/ip.png"); }
  .categorii_homepage .sg_category.ip:hover .pictograma {
    background-image: url("../../assets/images/icons/ip-hover.png"); }
  .categorii_homepage .sg_category.dp .pictograma {
    background-image: url("../../assets/images/icons/dp.png"); }
  .categorii_homepage .sg_category.dp:hover .pictograma {
    background-image: url("../../assets/images/icons/dp-hover.png"); }

    */


.categorii_homepage .sg_category {
  position: relative;
  border: 1px solid #D6D6D6;
  border-bottom: 3px solid #000;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 18px 5px;
  margin-bottom: 25px; }
.categorii_homepage .sg_category .pictograma {
  margin-top: 30px;
  height: 60px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat; }
.categorii_homepage .sg_category .hc_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 30px;
  min-height: 60px;
  letter-spacing: -0.3px; }
.categorii_homepage .sg_category .show_more i {
  font-size: 30px;
  margin-right: 15px; }
.categorii_homepage .sg_category .cat_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.categorii_homepage .sg_category:hover {
  border-color: #02AB29; }
.categorii_homepage .sg_category:hover .hc_title,
.categorii_homepage .sg_category:hover .show_more i {
  color: #02AB29; }

@media (max-width: 575px) {
  .categorii_homepage .sg_category {padding: 10px 5px 5px;}
  .categorii_homepage .sg_category .pictograma {margin-top:10px;margin-bottom: 10px;}
  .categorii_homepage .sg_category .hc_title {min-height: auto;margin-bottom: 5px;}
}

/* Homepage Buttons */
.home_btn_row a.font-weight-bold {
  margin-top: 15px;
  display: inline-block; }
.home_btn_row .btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px; }

@media (max-width: 767px) {
  .home_btn_row {
    text-align: center; }
  .home_btn_row a.font-weight-bold {
    display: block;
    text-align: center;
    margin-top: 25px; } }
/****************************************************************
********** SERVICE LIST *****************************************
****************************************************************/
.services_list_container .services_header, .table_doc .services_header {
  background-color: #034B95;border-radius:3px;
  padding: 12px 20px; }
.services_list_container .service_pictogram {
  float: left;
  margin-right: 15px;
  height: 38px;
  width: 38px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.services_list_container .service_pictogram i {
  font-size: 36px;
  line-height: 1;
  color: #FFF; }
.services_list_container .service_title, .table_doc .service_title {
  padding: 5px 0; }
.services_list_container .service_title h1, .services_list_container .service_title h2, .table_doc .service_title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  /*  text-transform: uppercase;*/
  color: #FFF;
  letter-spacing: 0.5px;
  line-height: 1.4; }
.services_list_container .service_body {
  border: 1px solid #949494;
  border-top: 0;border-radius: 3px;
  padding: 30px; }
.services_list_container .service_body ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
.services_list_container .service-single {
  padding-bottom: 15px;
  border-bottom: 1px solid #949494;
  margin-bottom: 15px; }
.services_list_container .service-single:last-child {
  margin-bottom: 0;
  border-bottom: 0 !important; }
.services_list_container .service-single .service-item-title {
  padding: 0px 0 8px 45px;
  position: relative; }
.services_list_container .service-single .service-item-title a {
  font-size: 20px;
  display: inline-block;
  line-height: 1.2;
  color: #000;
  font-weight: 600; }
.services_list_container .service-single .service-item-title a:hover {
  color: #034B95; }
.services_list_container .service-single .service-item-title .service_item_icon {
  position: absolute;
  top:0;
  left: 0;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.services_list_container .service-single .service-item-content {
  padding-left: 45px;
  margin-top: 5px; }
.services_list_container .service-single .service-item-content *:last-child {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .filter_container .form-control,
  .filter_container .chosen-container {
    font-size: 17px;
    line-height: 24px; } }
@media (max-width: 991px) {
  .filter_container .col-md-6 {
    margin-bottom: 20px; }
  .filter_container .col-md-6 .form-group {margin-bottom:0px;}
  .filter_container .col-md-6.md-nom {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .filter_container .col-md-6.md-nom {
    margin-bottom: 20px; }
  .filter_container .col-md-6.md-nom:last-child {
    margin: 0; } }
@media (max-width: 480px) {
  .services_list_container .service-single .service-item-title a {
    font-size: 18px; } }
/****************************************************************
********** AUTHENTICATION ***************************************
****************************************************************/
/* Desktop */
@media (min-width: 1921px) {
  div.authentication_page .desktop_cover {
    left: 45%; } }
@media (min-width: 1200px) {
  .authentication_page {
    position: relative;
    padding: 200px 0; }
  .authentication_page .cbnp_tbl {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .authentication_page .cbnp_tbl .cbnp_cell {
    display: table-cell;
    vertical-align: middle; }
  .authentication_page .authentication_container, .authentication_page .cbnp_cell {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .authentication_page .login_intro {
    width: 55%; }
  .authentication_page .login_form {
    padding-right: 10%;
    width: 45%; }
  .authentication_page .desktop_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 40%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .authentication_page .desktop_cover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); } }
/* Mobile */
.authentication_page .auth_content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFF; }
.authentication_page .auth_logo {
  margin-bottom: 40px; }
.authentication_page .auth_title {
  font-size: 45px;
  font-weight: 600;
  margin: 0; }
.authentication_page .sep_white {
  width: 145px;
  height: 3px;
  background-color: #FFF;
  margin: 20px auto 10px; }
.authentication_page .auth_intro p {
  margin: 0;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.2; }
.authentication_page .cbnp-icon {
  position: relative; }
.authentication_page .cbnp-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  font-size: 26px;
  color: #FFF;
  top: 50%;
  left: 17px;
  margin-top: -13px;
  z-index: 2; }
.authentication_page .cbnp-icon:before {
  content: "";
  position: absolute;
  background-color: #034B95;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494; }
.authentication_page .cbnp-icon.cbnp-user-icon:after {
  content: "\f007";
  left: 19px; }
.authentication_page .cbnp-icon.cbnp-key-icon:after {
  content: "\f084"; }
.authentication_page .cbnp-icon .form-control {
  padding-left: 75px; }
.authentication_page .form-control {
  color: #000; }
.authentication_page .forgotten-pwd {
  font-weight: 600;
  text-align: right; }
.authentication_page .new-account a {
  color: #000;
  font-weight: 600; }
.authentication_page .new-account a:hover {
  color: #034B95; }

@media (max-width: 1199px) {
  .authentication_page .container {
    max-width: 100%;

    margin: 0; }
  .authentication_page .login_intro {
    position: relative;
    padding: 50px 0; }
  .authentication_page .mobile_cover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .authentication_page .mobile_cover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .authentication_page .login_form {
    max-width: 530px;
    margin: 100px auto;
    padding: 0 15px; } }
@media (max-width: 575px) {
  .authentication_page .auth_logo {
    display: none; }

  .authentication_page .auth_title {
    font-size: 35px; }

  .authentication_page .auth_intro p {
    font-size: 20px;
    padding: 0 15px; }

  .authentication_page .login_form {
    margin: 50px auto; } }
/****************************************************************
********** REGISTRATION *****************************************
****************************************************************/
.how_to_info {
  margin-bottom: 70px; }
.how_to_info > p {
  font-size: 30px;
  line-height: 1.3; }
.how_to_info > div {
  font-size: 20px; }

/****************************************************************
********** SOLICITARE NOUA **************************************
****************************************************************/

/*
@media (min-width: 1500px) {
  .new_request .row-no-5 + .row .form-control {
    width: 1297px; }
  .new_request .row-no-7 > div:first-child .small_width {
    width: 230px; }
  .new_request .row-no-7 > div:last-child .small_width {
    width: 270px; }
  .new_request .form-control.medium_width {
    width: 500px; } }


@media (min-width: 1200px) {
  .new_request .mw-200px,
  .new_request .mw-200px + .chosen-container {
    max-width: 200px; }
  .new_request .pr-12pr {
    padding-right: 12%; }
  .new_request .pl-12pr {
    padding-left: 12%; }
  .new_request .rm-side-paddings {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center; }
  .new_request .last_item_row label {
    text-align: right; }
  .new_request .last_item_row .chosen-container {
    text-align: center; }
  .new_request .row-no-2 .col-xl-1 {
    -ms-flex: 0 0 9.99999%;
    flex: 0 0 9.99999%;
    max-width: 9.99999%; }
    .new_request .row-no-2 .col-xl-1 input {
      max-width: 60px; }
  .new_request .row3-mid-col {
    width: auto;
    text-align: center;
    margin: 0 auto; }
  .new_request .row-no-4 .col41 .if_cell.pr-2 {
    padding-right: 20px !important; }
  .new_request .row-no-4 .col41 .if_cell label {
    padding-left: 30px; }
  .new_request .row-no-4 .col42 .if_tbl {
    margin: 0 auto; }
  .new_request .row-no-4 .col42 .if_cell.pr-2 {
    padding-right: 25px !important; }
  .new_request .row-no-4 .col42 .if_cell label {
    padding-left: 25px; }
  .new_request .row-no-4 .col44 .if_tbl {
    margin-left: auto; }
  .new_request .mws-200,
  .new_request .mws-200 + .chosen-container {
    width: 160px !important; }
  .new_request .row-no-5 .modc_1 {
    max-width: 23.33%;
    -ms-flex: 0 0 23.33%;
    flex: 0 0 23.33%; }
  .new_request .row-no-5 .col-xl-1 {
    max-width: 10.33%;
    -ms-flex: 0 0 10.33%;
    flex: 0 0 10.33%;
    text-align: right; }
    .new_request .row-no-5 .col-xl-1 input {
      max-width: 60px; }
  .new_request .small_width {
    width: 100px; }
  .new_request .medium_width {
    width: 200px; }
  .new_request .cml-auto {
    margin-left: auto; } }
@media (min-width: 1200px) and (max-width: 1499px) {
  .new_request .last_item_row .mws-200,
  .new_request .last_item_row .mws-200 + .chosen-container {
    width: 80px !important; }

  .new_request .row-no-5 + .row .form-control {
    width: 940px; }
  .new_request .row-no-7 .small_width {
    width: 90px; }
  .new_request .row-no-7 .cml-auto {
    margin-left: auto; }
  .new_request .row-no-7 > div:first-child {
    max-width: 46.33%; }
  .new_request .row-no-7 > div:last-child {
    max-width: 36.33%; }
  .new_request .form-control.medium_width {
    width: 400px; } }
.new_request .form-control {
  vaadin change
  max-width: 100%;

  }
.new_request .custom_check_group .custom-control {
  margin-bottom: 5px; }
.new_request .cml-auto-md {
  margin-left: auto; }

@media (max-width: 1199px) {
  br {
    display: none; }

  body .if_tbl {
    width: auto; } }
@media (max-width: 991px) {
  .cwrap-md {
    white-space: normal !important; } }
@media (max-width: 767px) {
  .new_request .if_tbl {
    width: 100%; }
    .new_request .if_tbl.auto {
      width: 100%; }
    .new_request .if_tbl label.if_cell {
      width: 150px; }
    .new_request .if_tbl .if_cell.custom-checkbox label {
      padding-right: 0 !important;
      padding-left: 20px !important; }
    .new_request .if_tbl label {
      padding-right: 10px !important; }
  .new_request .form-group .text-center {
    text-align: left !important; }
  .new_request .form-group .text-nowrap {
    white-space: normal !important; }
  .new_request .form-group select.form-control {
  vaadin change
    width: 100%;
     }
  .new_request .row > div {
    margin-bottom: 25px; }
    .new_request .row > div:last-child {
      margin-bottom: 0; } }
      */
/****************************************************************
********** DOCUMENTE ********************************************
****************************************************************/
.my_documents .tableh_de, .my_documents .tableh_di, .my_documents .tableh_doc_type {
  width: 250px; }
.my_documents .tableh_nume {
  min-width: 360px; }

/****************************************************************
********** MY ACCOUNT DATA **************************************
****************************************************************/


/* Page Profil - Popup */
.btn_modal {cursor:pointer;}
.btn_modal:hover {text-decoration:underline;}
.modal .name { font-weight: 700;  float: left;font-size: 20px;line-height: 1.1;}
.modal_name {float:left;}
.modal .date {float:right;color:#4fa1d9;}
.modal-header {border-bottom:0px;display:block;}
.modal-dialog {max-width:1200px;}
.modal-content {border-radius:0;}
.modal_top {float:left;width:100%;padding:10px 40px 0;}
.modal_name .subject {float: left;width: 100%;font-weight: bold;font-size: 17px;}
.close_modal {float:left;width:100%;}
.modal-header .close { font-size: 28px;font-weight: 600;line-height: 28px;color: #000;}
.modal-header .close {text-align: center;opacity:1;  padding: 0; margin: 0; border: 2px solid #000; border-radius: 50%;   width: 30px;height: 30px;}
.modal-header .close:hover {opacity:0.5;}
.content_modal {padding:0 40px 40px;}



.my-account-data .service_body {
  padding: 30x;
  position: relative;
  border-color: #D6D6D6; }
.my-account-data div.if_cell {
  vertical-align: top; }
.my-account-data div.if_cell.image {
  width: 200px; padding-right:20px; }
.my-account-data div.if_cell.content {padding-bottom: 0;
  padding-left: 20px;
  vertical-align: top; }
.my-account-data .welcome {
  font-weight: bold; }
.my-account-data .table {
  margin-top: 30px;
  margin-bottom: 0; }
.my-account-data .table tr:first-child th,
.my-account-data .table tr:first-child td {
  border-top: 0; }
.my-account-data .table th {
  /*  padding-left: 0;*/
  width: 300px; }
.my-account-data .edit_profile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-top: 1px solid #D6D6D6;
  font-weight: bold;
  background-color: #F9F9F9;
  box-shadow: none !important; }
.my-account-data .edit_profile i {
  margin-left: 15px; }
.my-account-data .edit_profile:hover {
  text-decoration: underline; }
.my-account-data .invisible_control {
  border: 0;
  box-shadow: none;
  outline: 0;
  padding: 1px 5px 0;
  line-height: inherit;
  width: 100%;
  border-bottom: 1px solid transparent; }
.my-account-data .invisible_control:focus {
  border-bottom-color: #034B95; }

@media (min-width: 1200px) {
  .my-account-data {
    font-size: 20px; } }
@media (max-width: 991px) {
  .my-account-data div.if_cell.image {
    width: 100%; }
  .my-account-data div.if_cell.image img {max-width:200px;}
  body .if_tbl {
    display: block;
    table-layout: inherit;}
  .my-account-data div.if_cell {
    display: block; float: left;}
  .my-account-data .table th {
    width: 200px; } }
@media (max-width: 767px) {
  .my-account-data .service_body {
    padding: 25px 20px 25px; }

  .my-account-data div.if_tbl,
  .my-account-data div.if_tbl .if_cell {
    display: block; }
  .my-account-data .table th {
    width: 170px; }
  .my-account-data div.if_cell.image {
    width: 100%; }
  .my-account-data div.if_cell.image img {
    max-height: 200px; }
  .my-account-data div.if_cell.content {
    padding-left: 0;
    padding-top: 20px; } }
@media (max-width: 575px) {
  .my-account-data .table th {
    width: 100px; }
  .my-account-data .table th,
  .my-account-data .table td {
    vertical-align: middle; } }
/****************************************************************
********** DETALIU SERVICIU *************************************
****************************************************************/
.detaliu-serviciu .catalog_su th {
  white-space: nowrap;
  padding-right: 30px; }
.detaliu-serviciu .catalog_su tr:last-child th, .detaliu-serviciu .catalog_su tr:last-child td {
  border-bottom: 1px solid #BBBBBB; }
.detaliu-serviciu > h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 5px; }
.detaliu-serviciu .table.dark-head {
  vertical-align: top;
  margin-top: 20px;
  min-width: 950px; }
.detaliu-serviciu .table.dark-head sup {
  color: #FF0000; }
.detaliu-serviciu .table.dark-head th, .detaliu-serviciu .table.dark-head td {
  border-bottom: 1px solid #BBBBBB; }
.detaliu-serviciu .table.dark-head tr:last-child th, .detaliu-serviciu .table.dark-head tr:last-child td {
  border-bottom: 1px solid #BBBBBB; }
.detaliu-serviciu .table.dark-head .thead-dark th {
  background-color: #034B95;
  border: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 0 !important; }
.detaliu-serviciu .table.dark-head th:first-of-type {
  width: 90px; }
.detaliu-serviciu .table.dark-head td:first-of-type {
  font-weight: bold;
  text-align: center; }
.detaliu-serviciu .table.dark-head.has-buttons th.options {
  width: 440px; }
.detaliu-serviciu .table.dark-head .fa-check {
  font-size: 24px;
  vertical-align: middle;
  color: #02AB29; }
.detaliu-serviciu .table.dark-head .fa-exclamation-circle {
  font-size: 24px;
  vertical-align: middle;
  color: #E1C300; }
.detaliu-serviciu .table.dark-head .btn {
  margin-right: 8px; }
.detaliu-serviciu .table.has-button th.options {
  width: 300px; }
.detaliu-serviciu .btn_footer_container {
  margin-top: 60px; }
.detaliu-serviciu .btn_footer_container.sn .btn.next i {
  margin-left: 15px; }

@media (max-width: 991px) {
  .detaliu-serviciu .table.dark-head {
    width: 930px; }
  /*  .detaliu-serviciu .catalog_su {
      width: 680px; }*/
  .detaliu-serviciu .catalog_su th {
    white-space: normal; } }
/****************************************************************
********** SOLICITARE NOUA DOCUMENT *****************************
****************************************************************/
@media (min-width: 1200px) {
  .btn_footer_container .next_info {
    min-width: 140px; } }
/****************************************************************
********** SOLICITARE NOUA REVIZIE FINALA ***********************
****************************************************************/
.detaliu-serviciu .steps_container {
  border: 1px solid #949494;
  border-bottom: 0;
  position: relative; }
.detaliu-serviciu .steps_container .single_step {
  padding-top: 5px;
  text-align: center;
  position: relative;
  z-index: 1; }
.detaliu-serviciu .steps_container .single_step .step_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2; }
.detaliu-serviciu .steps_container .single_step .step_date {
  font-size: 8px;
  color: #747474; }
.detaliu-serviciu .steps_container .step_complete {
  background-color: #E2FFF0; }
.detaliu-serviciu .steps_container .step_final {
  background-color: #02AB29;
  color: #FFF; }
.detaliu-serviciu .steps_container .step_final .step_date {
  color: #FFF; }
.detaliu-serviciu .steps_container .step_warning {
  background-color: #FCFFAB; }
.detaliu-serviciu .steps_container .step_blank {
  background-color: #FFF; }
.detaliu-serviciu .rc_tbl {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px; }
.detaliu-serviciu .rc_tbl .rc_cell {
  display: table-cell;
  vertical-align: top; }
.detaliu-serviciu .rc_tbl .rc_cell.steps {
  width: 125px; }
.detaliu-serviciu .rc_tbl .rc_cell.rc_content {
  width: 100%;
  padding-left: 40px; }
.detaliu-serviciu .rc_tbl .auto-mw {
  min-width: 0;
  margin: 0; }
.detaliu-serviciu .rc_tbl tr:first-child td,
.detaliu-serviciu .rc_tbl tr:first-child th {
  border-top: 0; }
.detaliu-serviciu .rc_tbl .rc_table.dark-head tr:last-child td,
.detaliu-serviciu .rc_tbl .rc_table.dark-head tr:last-child th {
  border-bottom: 0; }
.detaliu-serviciu .rc_tbl .rc_table.rc_table.dark-head th {
  width: 300px; }
.detaliu-serviciu .rc_tbl .rc_table.rc_table.dark-head td {
  text-align: left;
  font-weight: normal; }
.detaliu-serviciu .rc_tbl .rc_table th,
.detaliu-serviciu .rc_tbl .rc_table td {
  padding-top: 18px;
  padding-bottom: 18px; }
.detaliu-serviciu .table.coins tfoot {
  background-color: #D6D6D6; }
.detaliu-serviciu .table.coins tfoot tr:last-child td,
.detaliu-serviciu .table.coins tfoot tr:last-child th {
  border-bottom: none; }
.detaliu-serviciu .table.coins tfoot td:first-child {
  text-align: right;
  padding-right: 30px; }
.detaliu-serviciu .table.coins thead th:last-of-type {
  width: 350px; }
.detaliu-serviciu .table.coins td i {
  margin-right: 10px; }
.detaliu-serviciu .table.coins tbody td:last-of-type,
.detaliu-serviciu .table.coins tfoot td {
  font-size: 18px; }

@media (min-width: 768px) {
  .steps_container .step_arrow_down:not(:first-child) .single_step {
    margin-top: -10px;
    padding-top: 15px; }
  .steps_container .step_arrow_down:last-child .bottom_arrow {
    position: absolute;
    height: 10px;
    left: 0;
    right: 0;
    bottom: -9px; }
  .steps_container .bottom_arrow {
    height: 10px;
    overflow: hidden;
    position: relative;
    margin-top: -1px;
    z-index: 2; }
  .steps_container .bottom_arrow .show_arrow {
    width: 70px;
    position: absolute;
    border-bottom: 1px solid #949494;
    bottom: 0;
    height: 200px; }
  .steps_container .bottom_arrow .show_arrow.show_left {
    left: 4px;
    bottom: 4px;
    transform: rotate(7deg); }
  .steps_container .bottom_arrow .show_arrow.show_right {
    right: 4px;
    bottom: 4px;
    transform: rotate(-7deg); }
  .steps_container .bottom_arrow.step_complete {
    background-color: transparent; }
  .steps_container .bottom_arrow.step_complete .show_arrow {
    background-color: #E2FFF0; }
  .steps_container .bottom_arrow.step_final {
    background-color: transparent; }
  .steps_container .bottom_arrow.step_final .show_arrow {
    background-color: #02AB29; }
  .steps_container .bottom_arrow.step_warning {
    background-color: transparent; }
  .steps_container .bottom_arrow.step_warning .show_arrow {
    background-color: #FCFFAB; }
  .steps_container .bottom_arrow.step_blank {
    background-color: transparent; }
  .steps_container .bottom_arrow.step_blank .show_arrow {
    background-color: #FFF; } }
@media (max-width: 991px) {
  .detaliu-serviciu .table.dark-head.rc_table {
    width: 100%; }

  .detaliu-serviciu .rc_tbl .rc_table.rc_table.dark-head th {
    width: 200px; } }
@media (max-width: 767px) {
  .detaliu-serviciu .rc_tbl {
    display: block; }
  .detaliu-serviciu .rc_tbl .rc_cell.rc_cell {
    display: block;
    padding: 0;
    width: 100%; }
  .detaliu-serviciu .steps_container {
    margin-bottom: 25px;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    border: 0;
    border-top: 1px solid #949494;
    margin-top: -1px; }
  .detaliu-serviciu .steps_container .single_step {
    padding: 10px 0; }
  .detaliu-serviciu .step_arrow_down {
    width: 20%;
    border-bottom: 1px solid #949494;
    border-left: 1px solid #949494;
    position: relative; }
  .detaliu-serviciu .step_arrow_down:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    position: absolute;
    width: 12px;
    height: 12px;
    color: #000;
    z-index: 3;
    font-size: 8px;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    text-align: center;
    line-height: 12px; }
  .detaliu-serviciu .step_arrow_down:nth-of-type(5n), .detaliu-serviciu .step_arrow_down:last-of-type {
    border-right: 1px solid #949494; }
  .detaliu-serviciu .step_arrow_down.complete {
    background-color: #E2FFF0; }
  .detaliu-serviciu .step_arrow_down.final {
    background-color: #02AB29; }
  .detaliu-serviciu .step_arrow_down.warning {
    background-color: #FCFFAB; } }
@media (max-width: 575px) {
  .detaliu-serviciu .step_arrow_down.step_arrow_down {
    width: 33.33%; }
  .detaliu-serviciu .step_arrow_down.step_arrow_down .step_title {
    font-size: 85%; }
  .detaliu-serviciu .step_arrow_down.step_arrow_down:nth-of-type(5n), .detaliu-serviciu .step_arrow_down.step_arrow_down:last-of-type {
    border-right: 0; }
  .detaliu-serviciu .step_arrow_down.step_arrow_down:nth-of-type(3n), .detaliu-serviciu .step_arrow_down.step_arrow_down:last-of-type {
    border-right: 1px solid #949494; }
  .detaliu-serviciu .rc_content .service_body {
    padding: 10px;
    overflow: auto; } }
/****************************************************************
********** CONTACT **********************************************
****************************************************************/
.contact_page #contact-map {
  height: 400px;
  background-size: cover;
  background-position: center; }

@media (max-width: 480px) {
  .long_text i {
    margin-top: 15px; } }
/****************************************************************
********** SOLICITARE NOUA INCARCARE ****************************
****************************************************************/
@media (max-width: 767px) {
  .upload_document_container .col-xl-3 {
    margin-bottom: 20px; }
  .upload_document_container .gap-50,
  .upload_document_container .gap-30 {
    display: none; } }
/****************************************************************
********** HCL **************************************************
****************************************************************/
.hcl_container .tbl_blue_head_divider {
  min-width: 1100px; }
.hcl_container .hcl_download {
  width: 180px; }
.hcl_container .hcl_date {
  width: 200px; }
.hcl_container .btn-maincolor {
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 2px;
  width: 100%; }
.hcl_container td, .hcl_container th {
  padding-top: 15px;
  padding-bottom: 15px; }

/****************************************************************
********** RESET PASSWORD ***************************************
****************************************************************/
.reset_password form.bold_label {
  margin-top: 0; }
.reset_password .service_body {
  padding: 4% 5%; }

/****************************************************************
********** BUGETARE PARTICIPATIVA *******************************
****************************************************************/
.map_container {
  position: relative; }
.map_container .close_btn {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: -13px;
  right: 15px;
  cursor: pointer; }
.map_container .container {
  padding-right: 50px; }
.map_container #map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }
.map_container .left_panel {
  background-color: #FFF;
  width: 440px;
  display: inline-block;
  position: relative;
  z-index: 10; }
.map_container .left_panel .map_tab {
  width: 100%;
  float: left;
  background-color: #0479C8;
  color: #FFF;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 65px;
  text-align: left;
  overflow: hidden; }
.map_container .left_panel .map_tab:last-child {
  float: right; }
.map_container .left_panel .map_tab.active {
  background-color: #02AB29; }
.map_container .left_panel .map_tab i {
  position: absolute;
  line-height: 1;
  font-size: 36px;
  left: 10px;
  top: 50%;
  margin-top: -18px; }
.map_container .left_panel .panel_container {
  padding: 25px 25px 30px; }
.map_container .left_panel .panel_container .panel_tab_content {
  display: none; }
.map_container .left_panel .panel_container .panel_tab_content.show {
  display: block; }
.map_container .left_panel .panel_container p {
  line-height: 1.2; }
.map_container .left_panel .panel_container .phone {
  position: relative;
  padding-left: 36px; }
.map_container .left_panel .panel_container .phone i {
  position: absolute;
  font-size: 36px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  line-height: 1; }
.map_container .left_panel .panel_container .phone span {
  display: block;
  font-size: 14px;
  line-height: 18px; }
.map_container .left_panel .panel_container h3 {
  font-weight: 700;
  margin-bottom: 20px; }
.map_container .left_panel .panel_container h3.underline {
  padding-bottom: 15px;
  position: relative; }
.map_container .left_panel .panel_container h3.underline:after {
  content: "";
  position: absolute;
  right: -25px;
  left: 0;
  bottom: 0;
  border-top: 1px solid #949494; }
.map_container .left_panel .panel_container .details > div {
  margin-bottom: 15px; }
.map_container .left_panel .panel_container .details strong {
  margin-right: 15px; }
.map_container .left_panel .panel_container .actions {
  margin-top: 35px; }
.map_container .left_panel .panel_container .thumb_action {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  width: 50%;
  text-align: left;
  float: left; }
.map_container .left_panel .panel_container .thumb_action i {
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 13px; }
.map_container .left_panel .panel_container .thumb_action.downvote {
  color: #FF0000; }
.map_container .left_panel .panel_container .thumb_action.upvote {
  color: #02AB29; }
.map_container .left_panel .panel_container .sm-spacing .form-group {
  margin-bottom: 10px; }
.map_container .left_panel .panel_container .form-buttons {
  margin-top: 55px;
  position: relative; }
.map_container .left_panel .panel_container .custom_3_buttons {
  display: table;
  width: 440px;
  position: absolute;
  bottom: -30px;
  left: -25px;
  right: -25px; }
.map_container .left_panel .panel_container .custom_3_buttons a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none !important; }
.map_container .left_panel .panel_container .custom_3_buttons a span {
  word-spacing: 1000px; }
.map_container .left_panel .panel_container .custom_3_buttons a i {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  right: 10px; }
.map_container .left_panel .panel_container .custom_3_buttons a.gray {
  background-color: #BBBBBB; }
.map_container .left_panel .panel_container .custom_3_buttons a.blue {
  background-color: #0479C8;
  color: #FFF;
  width: 40%; }
.map_container .left_panel .panel_container .custom_3_buttons a.green {
  background-color: #02AB29;
  color: #FFF; }
.map_container .left_panel .panel_container .custom_3_buttons a:hover {
  opacity: 0.8; }

.map_container .left_panel .panel_container .custom_3_buttons button {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none !important; }
.map_container .left_panel .panel_container .custom_3_buttons button span {
  word-spacing: 1000px; }
.map_container .left_panel .panel_container .custom_3_buttons button i {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  right: 10px; }
.map_container .left_panel .panel_container .custom_3_buttons button.gray {
  background-color: #BBBBBB; }
.map_container .left_panel .panel_container .custom_3_buttons button.blue {
  background-color: #0479C8;
  color: #FFF;
  width: 40%; }
.map_container .left_panel .panel_container .custom_3_buttons button.green {
  background-color: #02AB29;
  color: #FFF; }
.map_container .left_panel .panel_container .custom_3_buttons button:hover {
  opacity: 0.8; }

.map_container div {
  z-index: 0; }
.map_container .map_content {
  min-height: 100px;
  position: relative;
  z-index: 0;
  background-color: #FFF; }
.map_container .map_content.show {
  z-index: 10; }
.map_container .map_content .description_container {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 15px 0; }
.map_container .map_content .description_container .descr_details,
.map_container .map_content .description_container .descr_content {
  display: table-cell;
  vertical-align: top; }
.map_container .map_content .descr_details {
  width: 260px; }
.map_container .map_content .descr_details .detail {
  margin-top: 10px; }
.map_container .map_content .descr_details .detail:first-child {
  margin-top: 0; }
.map_container .map_content .descr_details .pictograma {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.map_container .map_content .descr_details strong {
  margin-left: 12px; }
.map_container .map_content .descr_content {
  border-left: 1px solid #949494;
  padding-left: 30px; }
.map_container .map_content .descr_content p:last-child {
  margin-bottom: 0; }
.map_container .map_content .text {
  width: 68%;
  float: left;
  padding-right: 30px; }
.map_container .map_content .images {
  width: 32%;
  float: left; }
.map_container .map_content .images .img_container {
  margin: -10px -10px 0; }
.map_container .map_content .images a {
  display: block;
  width: 33.33%;
  padding: 10px;
  float: left; }
.map_container .map_content .images a:nth-of-type(3n+1) {
  clear: left; }
.map_container .map_content .images img {
  display: block; }
.map_container .map_content .images img.border_img {
  border: 1px solid #949494; }

@media (max-width: 1499px) {
  .map_container .container {
    max-width: 100%; } }
@media (max-width: 1199px) {
  .map_container .container {
    padding-right: 15px; }

  .map_container .map_content .description_container {
    display: block; }
  .map_container .map_content .description_container .descr_details,
  .map_container .map_content .description_container .descr_content {
    display: block; }
  .map_container .map_content .description_container .descr_details {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494; }
  .map_container .map_content .description_container .descr_content {
    border: 0;
    padding-left: 0;
    padding-top: 10px; } }
@media (max-width: 767px) {
  .map_container .map_content .text {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px; }
  .map_container .map_content .images {
    width: 100%; } }
@media (max-width: 575px) {
  .map_container #map {
    position: static;
    height: 300px; }
  .map_container .left_panel {
    width: 100%; }
  .map_container .left_panel .panel_container {
    padding: 15px 15px 10px; }
  .map_container .left_panel .panel_container h3.underline:after {
    right: -15px; }
  .map_container .left_panel .map_tab {
    padding-left: 50px;
    font-size: 16px; }
  .map_container .left_panel .map_tab i {
    font-size: 30px;
    margin-top: -15px;
    left: 5px; }
  .map_container .left_panel .map_tab span {
    word-spacing: 500px; }
  .map_container .left_panel .panel_container .thumb_action {
    font-size: 16px; }
  .map_container .left_panel .panel_container .custom_3_buttons {
    width: auto;
    bottom: -10px;
    left: -15px;
    right: -15px; }
  .map_container .left_panel .panel_container .custom_3_buttons a {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 14px; }
  .map_container .left_panel .panel_container .custom_3_buttons a i {
    display: none; }
  .map_container .gap-30 {
    display: none; }
  .map_container .map_content {
    display: none; }
  .map_container .map_content.show {
    display: block; } }
/****************************************************************
********** ACCOUNT PROFILE **************************************
****************************************************************/
.profile_container .profile_inbox,
.profile_container .sidebar_widget {
  margin-top: 45px;
  border: 1px solid #949494; }
.profile_container .box_title {
  padding: 35px 30px 0; }
.profile_container .box_title h2 {
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #949494;
  font-weight: 700; }
.profile_container .profile {
  padding-right: 45px; }
.profile_container .account_data {
  padding:30px;border:1px solid #034B95;
  /* background: #034B95;
   -webkit-background: linear-gradient(90deg, #034B95 60%, #185ce4 100%);
   -moz-background: linear-gradient(90deg, #034B95 60%, #185ce4 100%);
   -o-background: linear-gradient(90deg, #034B95 60%, #185ce4 100%);
   background: linear-gradient(90deg, #034B95 60%, #185ce4 100%); */}
.profile_container .account_data h2 {
  color: #000;
  border-color: #FFF; }
.profile_container .account_data .account_data_content {
  padding: 0;
  position: relative; }
.profile_container .account_data .profile_image {
  position: absolute;
  left: 0px;
  top: 0px;
  height:200px;
  overflow: hidden;
  width: 200px;

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }
.profile_container .account_data .profile_content {
  padding-left: 270px;float:left;width:100%;
  color: #000; margin-top:20px;}
.profile_container .account_data .profile_content .welcome {
  font-size: 130%; }
.profile_container .account_data .profile_content .same_width {
  min-width: 120px;
  display: inline-block; }
.profile_container .account_data .profile_content .pf_details {
  margin-bottom: 10px; }
.profile_container .account_data .profile_content .edit_profile_btn {
  float:right;
  text-align: right;
  padding-top: 0px; }
.profile_container .account_data .profile_content .edit_profile_btn .btn {margin-top:30px;margin-left:10px;}
.profile_container .account_data .profile_content .edit_profile_btn a {
  color: #FFF;
  text-align: left;
  font-weight: 600; }
.profile_container .account_data .profile_content .edit_profile_btn a i {
  margin-left: 10px;
  vertical-align: middle; }
.profile_container .profile_inbox .message {
  border-bottom: 1px solid #949494;
  padding: 20px 30px 15px 70px;
  position: relative; }
/*.profile_container .profile_inbox .message .right_items > a {
  display: none; }*/
.profile_container .profile_inbox .message.reply {
  background-color: #F5F5F5;
  padding-bottom: 30px; }
.profile_container .profile_inbox .message.reply .envelope_content {
  display: none; }
.profile_container .profile_inbox .message.reply .separator {
  border-top: 1px solid #949494;
  margin-bottom: 15px; }
.profile_container .profile_inbox .message.reply form {
  text-align: right; }
.profile_container .profile_inbox .message.reply form .form-group {
  position: relative;
  margin-bottom: 15px;
  text-align: left; }
.profile_container .profile_inbox .message.reply form textarea {
  padding-bottom: 35px; }
.profile_container .profile_inbox .message.reply form .cbnp_upload_file {
  position: absolute;
  bottom: 0;
  border: 0;
  background-color: transparent;
  color: #B5B5B5;
  display: inline-block;
  width: auto;
  right: 20px;
  bottom: 1px;
  background-color: #FFF;
  font-size: 80%;
  line-height: 1;
  font-weight: bold; }
.profile_container .profile_inbox .message.reply form .btn {
  line-height: 1;
  padding: 10px 25px;
  font-weight: 600; }
.profile_container .profile_inbox .message.reply .msg_content {
  border-left: 1px solid #949494;
  padding-left: 20px;
  font-size: 15px; }
.profile_container .profile_inbox .message.reply .msg_content .date {
  margin-bottom: 16px;
  color: #0479C8;
  display: block; }
.profile_container .profile_inbox .message.reply .msg_content > *:last-child {
  margin-bottom: 0; }
.profile_container .profile_inbox .message.reply .right_items > a {
  display: inline-block; }
.profile_container .profile_inbox .message .message_full_content,
.profile_container .profile_inbox .message .all_messages {
  display: none; }
.profile_container .profile_inbox .message.reply .message_full_content, .profile_container .profile_inbox .message.reply .all_messages {
  display: block; }
.profile_container .profile_inbox .message:last-child {
  border-bottom: 0; }
.profile_container .profile_inbox .message .envelope {
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 24px;
  line-height: 1;
  color: #034B95; }
.profile_container .profile_inbox .message .header .name {
  font-weight: 700;
  float: left;
  font-size: 20px;
  line-height: 1.1; }
.profile_container .profile_inbox .message .header .right_items {
  float: right;
  white-space: nowrap; }
.profile_container .profile_inbox .message .header .right_items a {
  color: #000;
  margin-right: 10px; }
.profile_container .profile_inbox .message .header .right_items a:hover {
  color: #034B95; }
.profile_container .profile_inbox .message .header .right_items .date {
  display: inline-block; }
.profile_container .profile_inbox .message .subject {
  margin: 10px 0 15px;
  line-height: 1;
  font-weight: 600; }
.profile_container .profile_inbox .message .envelope_content {
  font-size: 15px;
  line-height: 1.4; }
.profile_container .profile_inbox .message .envelope_content p:last-child {
  margin-bottom: 0; }
.profile_container .search_form {
  position: relative;
  overflow: hidden; }
.profile_container .search_form .form-control {
  padding-right: 40px; }
.profile_container .search_form button {
  position: absolute;
  background-color: transparent;
  border: 0;
  line-height: 1;
  top: 50%;
  margin-top: -28px;
  right: 0;
  padding: 20px 15px 20px 10px; }
.profile_container .sidebar_widget .header {
  padding: 45px 30px 0;
  text-align: center; }
.profile_container .sidebar_widget .header > div:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #949494; }
.profile_container .sidebar_widget .header .image {
  font-size: 70px;
  color: #034B95;
  line-height: 1; }
.profile_container .sidebar_widget .header .title {
  font-size: 20px;
  font-weight: 600;text-transform: uppercase;
  line-height: 1.2;
  margin: 0; }
.profile_container .sidebar_widget .header .no {
  font-size: 36px;
  line-height: 1;
  font-weight: 700; }
.profile_container .sidebar_widget ul.widget_elements {
  padding-left: 0;
  margin: 0;
  list-style: none; }
.profile_container .sidebar_widget ul.widget_elements li {
  padding: 20px 30px;
  border-bottom: 1px solid #949494;
  position: relative; }
.profile_container .sidebar_widget ul.widget_elements li .element_content {
  padding-right: 95px; }
.profile_container .sidebar_widget ul.widget_elements li .element_content i {
  color: #034B95;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px; }
.profile_container .sidebar_widget ul.widget_elements li .element_content strong {
  font-weight: 600; }
.profile_container .sidebar_widget ul.widget_elements li .element_buttons {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px; }
.profile_container .sidebar_widget ul.widget_elements li .element_buttons a {
  display: inline-block;
  background-color: #02AB29;
  color: #FFF;
  padding: 6px 5px;
  width: 40px;
  text-align: center; }
.profile_container .sidebar_widget ul.widget_elements li .element_buttons a i {
  font-size: 20px;
  line-height: 28px; }
.profile_container .sidebar_widget ul.widget_elements li .element_buttons a:hover {
  background-color: #5B5B5B; }

@media (max-width: 1199px) {
  .profile_container .profile {
    padding-right: 0;
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .profile_container .account_data .profile_image {
    position: static;
    width: 200px;
    height: 200px;
    margin:auto;left: 0;right:0; }
  .profile_container .account_data {padding:20px;}

  .profile_container .account_data .profile_content {
    padding-left: 0; }

}
@media (max-width: 480px) {


  .profile_container .account_data .profile_content .same_width {
    min-width: 0;
    display: block; }

  .profile_container .box_title {
    padding-top: 20px; }

  /*
  .profile_container .box_title,
  .profile_container .profile_inbox .message,
  .profile_container .account_data .account_data_content {
    padding-left: 10px;
    padding-right: 10px; }
  */

  .profile_container .profile_inbox .message .envelope {
    left: 10px; }

  .profile_container .profile_inbox .message .header .name {
    float: none;
    padding-left: 0px; }

  .profile_container .profile_inbox .message .header .right_items {
    float: none;
    margin-top: 10px;
    margin-bottom: 20px; }

  .profile_container .profile_inbox .message.reply .msg_content {
    margin-top: 15px; }

  .profile_container .sidebar_widget ul.widget_elements li .element_content {
    padding-right: 70px; }

  .profile_container .sidebar_widget ul.widget_elements li .element_buttons a {
    padding: 3px;
    width: 30px; }
  .profile_container .sidebar_widget ul.widget_elements li .element_buttons a i {
    font-size: 16px;
    line-height: 18px; }

  .profile_container .sidebar_widget ul.widget_elements li .element_buttons {
    margin-top: 0;
    top: 20px; } }

/*# sourceMappingURL=main.css.map */
.form_lista_serv .speak-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 11px 13px 9px;
  cursor: pointer;
}

.categ_serv {
  display: inline-block;
  border-left: 2px solid #034B95;
  padding-left: 15px;
  margin-left: 20px;
  color: #034B95 !important;
}

body .smart-form-control {
  border-radius: 0;
  border-color: #c5c5c5;
  color: #747474;
  border-radius:3px;
  height: auto;
  line-height: 24px;
}

.smart-form-control  {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ==========================================================================
   Chat
   ========================================================================== */

.box_chat {margin-bottom: 15px; margin-top: 20px;float: left;width: 100%;padding: 0 15px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.chat {float: left;width: 100%;border:1px solid #D5D5D5;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);}

/* Tooltip */
.tooltip_chat {position: relative; display: inline-block; }
.tooltip_chat .tooltiptext {visibility: hidden; width: 120px;font-family: 'Open Sans', sans-serif; background-color: #555; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; bottom: 125%; left: 50%; margin-left: -60px; font-size: 13px; position: absolute; z-index: 1; }
.tooltip_chat:hover .tooltiptext {visibility: visible; }
.tooltiptext::after {content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; }

.tooltip_chat_right {position: relative; display: inline-block; }
.tooltip_chat_right .tooltiptext_right {visibility: hidden; width: 120px;font-family: 'Open Sans', sans-serif; background-color: #555; color: #fff; text-align: center; padding: 5px 0; border-radius: 6px; bottom: 125%; right: 0; font-size: 13px; position: absolute; z-index: 1; }
.tooltip_chat_right:hover .tooltiptext_right {visibility: visible; }
.tooltiptext_right::after {content: ""; position: absolute; top: 100%; right: 5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; }


/***** Chat - header *****/
.top_chat {padding: 12px;float: left;width: 100%;border-bottom:1px solid #D5D5D5;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.online_chat {float: left;position: relative;padding: 8px 28px 8px 38px;color: #676767;font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 14px; line-height:normal;}
.online_chat:before {position: absolute; content: ""; background-image: url('../images/svg/users.svg'); width: 28px; background-size: contain; height: 27px; background-repeat: no-repeat; top: 6px; left: 7px;  margin: auto;}
.chat_members {float: left;padding-top: 4px;}
.chat_member {margin: 0 2px;float: left;border-radius: 50%;cursor:pointer; width: 28px;height: 28px;}
.chat_member img {max-width: 100%;max-height: 100%;border-radius:50%;}
.add_chat {margin-left: 8px;background-color: transparent;border:0;cursor: pointer; float: left;padding: 5px 0 5px 20px;position: relative; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 13px; line-height:normal;}
.add_chat:before {position: absolute; content: ""; background-image: url('../images/svg/plus.svg'); width: 9px; background-size: contain; height: 9px; background-repeat: no-repeat; top: 8px; left: 6px; margin: auto;}
.add_chat:hover {text-decoration: underline;}

/***** Chat - Content *****/
.box_content_chat {float: left; width: 100%;position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.div_content_chat {float: left; width: 100%;overflow: auto;position: relative;  padding-top: 10px;padding-bottom: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.content_chat {float: left;width: 100%; padding-top: 15px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.box_user_comment {float: left;width: 100%;position: relative;padding: 20px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.box_user_comment:hover {background-color: #F2F2F2;}
.box_user_comment:hover .comment_tools {display: block !important;}
.box_user_name {position: relative; float: left;width: 100%;padding: 4px 0 4px 42px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.img_user {float: left;border-radius: 50%;overflow: hidden;width: 28px;height: 28px;position: absolute; left: 0; top: 0;}
.img_user img {max-width: 100%;max-height: 100%;}
.user_name {margin-right: 10px;float: left; color: #000;font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 14px; line-height:normal;}
.user_date {float: left;color: #000;padding-top: 1px;font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 13px; line-height:normal;}
.text_comment {padding-left: 42px; float: left;width: 100%;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.user_comment {	float: left; width: 100%;}
.user_comment p {display: block;margin-bottom: 8px; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 14px; line-height:normal; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.answers_comment {float: left;padding: 2px 0 2px 30px;position: relative; width: 100%;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.answer_img_user {float: left;position: absolute;left: 0;top: 0; border-radius: 50%;overflow: hidden;width: 20px;height: 20px;}
.answer_img_user img {max-width: 100%;max-height: 100%;}
.nr_answers {margin-right: 12px;cursor: pointer; color: #006EFF;float: left;font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 11px; line-height:normal;}
.nr_answers:hover {text-decoration: underline;}
.date_last_answer {color: #000;float: left;font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 11px; line-height:normal;}
.comment_tools {display: none; border:1px solid #D5D5D5;padding: 3px; border-radius: 5px;position: absolute;top: -15px;right: 50px;background-color: #fff;}
.comment_tools button, .comment_tools a {position: relative;width: 26px; height: 23px;float: left;border:0;background-color: transparent; cursor: pointer;border-radius: 4px;}
.comment_tools button:hover, .comment_tools a:hover {background-color: #F1F1F1;}
.emoticons_chat:before {position: absolute; content: ""; background-image: url('../images/svg/smile.svg'); width: 16px; background-size: contain; height: 16px; background-repeat: no-repeat; top: 0px; left: 0px;right: 0;bottom: 0;  margin: auto;}
.reply_comment:before {position: absolute; content: ""; background-image: url('../images/svg/message-circle.svg'); width: 16px; background-size: contain; height: 16px; background-repeat: no-repeat; top: 0px; left: 0px;right: 0;bottom: 0;  margin: auto;}
.login_comment:before {position: absolute; content: ""; background-image: url('../images/svg/icn_login.svg'); width: 14px; background-size: contain; height: 12px; background-repeat: no-repeat; top: 0px; left: 0px;right: 0;bottom: 0;  margin: auto;}

/***** Chat - Bottom *****/
.bottom_chat {position: relative;z-index: 1; padding: 12px; float: left;width: 100%;border-top:1px solid #D5D5D5;background-color: #EEEEEE;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.bottom_chat > div {position: relative; float: left;width: 100%;padding-right: 86px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.message_chat { padding: 0 10px 0 35px; border:1px solid #D5D5D5; border-radius: 10px;background-color: #fff;float: left;width: 100%;position: relative;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.message_chat:before {position: absolute; content: ""; background-image: url('../images/svg/message-square.svg'); width: 18px; background-size: contain; height: 18px; background-repeat: no-repeat; top: 0px; left: 12px;bottom: 0;  margin: auto;}
.input_message_chat {float: left;width: 100%;padding-right: 30px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.input_message_chat input {width: 100%; padding: 8px;border:0px;color: #000; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 14px; line-height:normal;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.users_bar_chat {display: none; background-color: #fff; position: absolute;bottom: 90%;left: 45px;border:1px solid #E2E2E2;width: 240px;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);}
.bar_chat_top {padding: 5px 12px;color: #000; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 12px; line-height:normal;border-bottom: 1px solid #E2E2E2;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.bar_chat_bottom {float: left;width: 100%;padding: 10px 0;}
.bar_chat_bottom a {position: relative; padding: 9px 10px 9px 50px;float: left;width: 100%; font-family: 'Open Sans', sans-serif;color: #000; font-weight: normal; font-size: 14px; line-height:normal;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.bar_chat_bottom a:hover {background-color: #F2F2F2;text-decoration: none;}
.bar_chat_bottom a .chat_member {position: absolute;left: 8px; top: 4px;}
.btn_attachements {position: absolute;right: 42px;top: 0;overflow: hidden; }
.btn_attachements button {position: relative; background-color: #fff;width: 38px; height: 38px; border-radius: 50%; border:1px solid #D5D5D5;}
.btn_attachements:hover button {background-color: #F2F2F2;}
.btn_attachements button:before {position: absolute; content: ""; background-image: url('../images/svg/attachment.svg'); width: 18px; background-size: contain; height: 18px; background-repeat: no-repeat; top: 0px; left: 9px;bottom: 0;  margin: auto; -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
.btn_attachements input[type=file] {cursor: pointer; position: absolute; left: 0; top: 0;right: 0;bottom: 0; opacity: 0;width: 100%; }
.btn_attachements_cp {position: relative;right: 42px;top: 0;overflow: hidden; }
.btn_attachements_cp button {position: relative; background-color: #fff;width: 38px; height: 38px; border-radius: 50%; border:1px solid #D5D5D5;}
.btn_attachements_cp:hover button {background-color: #F2F2F2;}
.btn_attachements_cp button:before {position: absolute; content: ""; background-image: url('../images/svg/attachment.svg'); width: 18px; background-size: contain; height: 18px; background-repeat: no-repeat; top: 0px; left: 9px;bottom: 0;  margin: auto; -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
.btn_attachements_cp input[type=file] {cursor: pointer; position: absolute; left: 0; top: 0;right: 0;bottom: 0; opacity: 0;width: 100%; }
.btn_smile_chat {position: absolute;right: 0px;top: 0;overflow: hidden; }
.btn_smile_chat button {position: relative;cursor: pointer; background-color: #fff;width: 38px; height: 38px; border-radius: 50%; border:1px solid #D5D5D5;}
.btn_smile_chat:hover button {background-color: #F2F2F2;}
.btn_smile_chat button:before {position: absolute; content: ""; background-image: url('../images/svg/smile.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; left: 8px;bottom: 0;  margin: auto;}
.send_message {position: absolute; right: 0;cursor: pointer;border-radius: 0 10px 10px 0; top: 0; width: 35px; border: 0px; background-color: transparent; bottom: 0; padding: 0;}
.send_message:before {position: absolute; content: ""; background-image: url('../images/svg/send.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; left: 8px;bottom: 0;  margin: auto;}
.send_message:hover {background-color: #F2F2F2;}

/***** Chat - thread *****/
.show_thread .box_content_chat{padding-right: 42% !important;}
.show_thread .chat_thread {display: block !important;}
.chat_thread {background-color: #fff; display: none; padding: 12px 10px 20px;position: absolute;right: 0;top: 0;bottom: 0; width: 42%;bottom: 0; border-left: 1px solid #D5D5D5; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.top_thread {padding-bottom: 15px;  float: left;width: 100%; position: relative;padding-left:10px; padding-right: 30px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.close_thread {cursor: pointer; position: absolute; width: 30px; height: 30px;right: -5px; top: -5px;}
.close_thread:before {position: absolute; content: ""; background-image: url('../images/svg/close.svg'); width: 11px; background-size: contain; height: 11px; background-repeat: no-repeat; top: 0px; left: 0px;bottom: 0;  margin: auto;right: 0;}
.close_thread:hover {background-color: #F2F2F2;}
.title_thread {font-family: 'Open Sans', sans-serif;color: #000; font-weight: bold; font-size: 13px; line-height:normal;}
.users_thread {font-family: 'Open Sans', sans-serif;color: #000; font-weight: normal; font-size: 13px; line-height:normal;}
.box_content_thread {float: left;width: 100%; overflow: auto;}
.content_thread {float: left;width: 100%; padding: 0 10px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.content_thread > div {float: left;width: 100%;}
.bottom_thread {float: left;width: 100%;padding: 15px 10px 0;height: 105px;position: absolute;left: 0;bottom: 0;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.bottom_thread textarea {height: 60px;border:0px; max-height: 100%;min-width: 100%;min-height: 60px; max-width: 100%; font-family: 'Open Sans', sans-serif;color: #000;padding: 6px 12px; font-weight: normal; font-size: 14px; line-height:normal; border-radius: 4px;width: 100%;float: left;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.bottom_thread > div {border:1px solid #D5D5D5;width: 100%;position: relative; float: left;padding-bottom: 30px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.scrollbar_chat {height: 70vh;float: left;width: 100%;}
.div_chat_thread {height: 100%;padding-top: 50px;padding-bottom: 105px; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.top_thread {position: absolute;left: 0;top: 0;height: 50px;}
.box_content_thread {height: 100%;}
.box_content_thread.scrollbar_chat {height: 100%;}
.bottom_thread .send_message {height: 30px;top: inherit;right: 0px;}
.bottom_thread .send_message:hover {border-radius: 0;}

/***** Chat - scrollbar *****/
.scrollbar_chat  .mCSB_scrollTools .mCSB_draggerContainer {top: 0; }
.scrollbar_chat .mCSB_scrollTools .mCSB_draggerRail {width: 6px; background-color: transparent; }
.scrollbar_chat .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color: #fff; background-color: rgba(0,0,0,.65);}
.scrollbar_chat .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {background-color: #fff; background-color: rgba(0,0,0,.75);}
.scrollbar_chat .mCSB_scrollTools {right: 1px; }
.div_content_chat .scrollbar_chat .mCSB_scrollTools {right: 10px; }


/* ==========================================================================
   MEDIASCREEN
   ========================================================================== */

/***** max-width: 767px *****/
@media screen and (max-width: 767px) {

  /***** Chat  *****/
  .show_thread .box_content_chat {padding-right: 0 !important;}
  .show_thread .chat_thread {width: 100% !important;z-index: 1;border-left: 0px;}
  .show_thread .bottom_chat {display: none;}
  .comment_tools {right: 30px;}

}
.vaadin-invalid-input {
  background-color: var(--lumo-error-color-10pct);
}

.map-popup {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 2px;
}


.btn-calcul {float:left; width:100%;margin-top:20px;margin-bottom:40px;}
.btn-calcul .btn {float:right;max-width:200px;}

.handpointer {
  cursor: pointer;
}

.map_container_addr {
  position: relative; }
.map_container_addr .close_btn {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: -13px;
  right: 15px;
  cursor: pointer; }
.map_container_addr .container {
  padding-right: 50px; }
.map_container_addr #map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }
.map_container_addr .left_panel {
  background-color: #FFF;
  width: 440px;
  display: inline-block;
  position: relative;
  z-index: 10; }
.map_container_addr .left_panel .map_tab {
  width: 100%;
  float: left;
  background-color: #0479C8;
  color: #FFF;
  box-shadow: none !important;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 65px;
  text-align: left;
  overflow: hidden; }
.map_container_addr .left_panel .map_tab:last-child {
  float: right; }
.map_container_addr .left_panel .map_tab.active {
  background-color: #02AB29; }
.map_container_addr .left_panel .map_tab i {
  position: absolute;
  line-height: 1;
  font-size: 36px;
  left: 10px;
  top: 50%;
  margin-top: -18px; }
.map_container_addr .left_panel .panel_container {
  padding: 25px 25px 30px; }
.map_container_addr .left_panel .panel_container .panel_tab_content {
  display: none; }
.map_container_addr .left_panel .panel_container .panel_tab_content.show {
  display: block; }
.map_container_addr .left_panel .panel_container p {
  line-height: 1.2; }
.map_container_addr .left_panel .panel_container .phone {
  position: relative;
  padding-left: 36px; }
.map_container_addr .left_panel .panel_container .phone i {
  position: absolute;
  font-size: 36px;
  left: 0;
  top: 50%;
  margin-top: -18px;
  line-height: 1; }
.map_container_addr .left_panel .panel_container .phone span {
  display: block;
  font-size: 14px;
  line-height: 18px; }
.map_container_addr .left_panel .panel_container h3 {
  font-weight: 700;
  margin-bottom: 20px; }
.map_container_addr .left_panel .panel_container h3.underline {
  padding-bottom: 15px;
  position: relative; }
.map_container_addr .left_panel .panel_container h3.underline:after {
  content: "";
  position: absolute;
  right: -25px;
  left: 0;
  bottom: 0;
  border-top: 1px solid #949494; }
.map_container_addr .left_panel .panel_container .details > div {
  margin-bottom: 15px; }
.map_container_addr .left_panel .panel_container .details strong {
  margin-right: 15px; }
.map_container_addr .left_panel .panel_container .actions {
  margin-top: 35px; }
.map_container_addr .left_panel .panel_container .thumb_action {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  width: 50%;
  text-align: left;
  float: left; }
.map_container_addr .left_panel .panel_container .thumb_action i {
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 13px; }
.map_container_addr .left_panel .panel_container .thumb_action.downvote {
  color: #FF0000; }
.map_container_addr .left_panel .panel_container .thumb_action.upvote {
  color: #02AB29; }
.map_container_addr .left_panel .panel_container .sm-spacing .form-group {
  margin-bottom: 10px; }
.map_container_addr .left_panel .panel_container .form-buttons {
  margin-top: 55px;
  position: relative; }
.map_container_addr .left_panel .panel_container .custom_3_buttons {
  display: table;
  width: 440px;
  position: absolute;
  bottom: -30px;
  left: -25px;
  right: -25px; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none !important; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a span {
  word-spacing: 1000px; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a i {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  right: 10px; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a.gray {
  background-color: #BBBBBB; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a.blue {
  background-color: #0479C8;
  color: #FFF;
  width: 40%; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a.green {
  background-color: #02AB29;
  color: #FFF; }
.map_container_addr .left_panel .panel_container .custom_3_buttons a:hover {
  opacity: 0.8; }

.map_container_addr .left_panel .panel_container .custom_3_buttons button {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-right: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none !important; }
.map_container_addr .left_panel .panel_container .custom_3_buttons button span {
  word-spacing: 1000px; }
.map_container_addr .left_panel .panel_container .custom_3_buttons button i {
  position: absolute;
  font-size: 18px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  right: 10px; }
.map_container_addr .left_panel .panel_container .custom_3_buttons button.gray {
  background-color: #BBBBBB; }
.map_container_addr .left_panel .panel_container .custom_3_buttons button.blue {
  background-color: #0479C8;
  color: #FFF;
  width: 40%; }
.map_container_addr .left_panel .panel_container .custom_3_buttons button.green {
  background-color: #02AB29;
  color: #FFF; }
.map_container_addr .left_panel .panel_container .custom_3_buttons button:hover {
  opacity: 0.8; }

.map_container_addr div {
  z-index: 0; }
.map_container_addr .map_content {
  min-height: 100px;
  position: relative;
  z-index: 0;
  background-color: #FFF; }
.map_container_addr .map_content.show {
  z-index: 10; }
.map_container_addr .map_content .description_container {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 15px 0; }
.map_container_addr .map_content .description_container .descr_details,
.map_container_addr .map_content .description_container .descr_content {
  display: table-cell;
  vertical-align: top; }
.map_container_addr .map_content .descr_details {
  width: 260px; }
.map_container_addr .map_content .descr_details .detail {
  margin-top: 10px; }
.map_container_addr .map_content .descr_details .detail:first-child {
  margin-top: 0; }
.map_container_addr .map_content .descr_details .pictograma {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.map_container_addr .map_content .descr_details strong {
  margin-left: 12px; }
.map_container_addr .map_content .descr_content {
  border-left: 1px solid #949494;
  padding-left: 30px; }
.map_container_addr .map_content .descr_content p:last-child {
  margin-bottom: 0; }
.map_container_addr .map_content .text {
  width: 68%;
  float: left;
  padding-right: 30px; }
.map_container_addr .map_content .images {
  width: 32%;
  float: left; }
.map_container_addr .map_content .images .img_container {
  margin: -10px -10px 0; }
.map_container_addr .map_content .images a {
  display: block;
  width: 33.33%;
  padding: 10px;
  float: left; }
.map_container_addr .map_content .images a:nth-of-type(3n+1) {
  clear: left; }
.map_container_addr .map_content .images img {
  display: block; }
.map_container_addr .map_content .images img.border_img {
  border: 1px solid #949494; }

@media (max-width: 1499px) {
  .map_container_addr .container {
    max-width: 100%; } }
@media (max-width: 1199px) {
  .map_container_addr .container {
    padding-right: 15px; }

  .map_container_addr .map_content .description_container {
    display: block; }
  .map_container_addr .map_content .description_container .descr_details,
  .map_container_addr .map_content .description_container .descr_content {
    display: block; }
  .map_container_addr .map_content .description_container .descr_details {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #949494; }
  .map_container_addr .map_content .description_container .descr_content {
    border: 0;
    padding-left: 0;
    padding-top: 10px; } }
@media (max-width: 767px) {
  .map_container_addr .map_content .text {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px; }
  .map_container_addr .map_content .images {
    width: 100%; } }
@media (max-width: 575px) {
  .map_container_addr #map {
    position: static;
    height: 300px; }
  .map_container_addr .left_panel {
    width: 100%; }
  .map_container_addr .left_panel .panel_container {
    padding: 15px 15px 10px; }
  .map_container_addr .left_panel .panel_container h3.underline:after {
    right: -15px; }
  .map_container_addr .left_panel .map_tab {
    padding-left: 50px;
    font-size: 16px; }
  .map_container_addr .left_panel .map_tab i {
    font-size: 30px;
    margin-top: -15px;
    left: 5px; }
  .map_container_addr .left_panel .map_tab span {
    word-spacing: 500px; }
  .map_container_addr .left_panel .panel_container .thumb_action {
    font-size: 16px; }
  .map_container_addr .left_panel .panel_container .custom_3_buttons {
    width: auto;
    bottom: -10px;
    left: -15px;
    right: -15px; }
  .map_container_addr .left_panel .panel_container .custom_3_buttons a {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    font-size: 14px; }
  .map_container_addr .left_panel .panel_container .custom_3_buttons a i {
    display: none; }
  .map_container_addr .gap-30 {
    display: none; }
  .map_container_addr .map_content {
    display: none; }
  .map_container_addr .map_content.show {
    display: block; } }


.votes_container .actions .thumb_action {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  width: 50%;
  text-align: left;
  float: left;


}

.votes_container .actions .thumb_action i {
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 13px;
}
.votes_container .actions .thumb_action.downvote {
  color: #FF0000; }
.votes_container .actions .thumb_action.upvote {
  color: #02AB29; }

/*********/
.title_section {float:left;width:100%;padding:10px 15px;text-align:center}
.title_section label { padding-bottom:10px;border-bottom:3px solid #000; float:left;width:100%; }

/* Iframe pentru afisare Bun venit, Contul meu, Logout*/
#iframe_logout, #iframe_contul_meu , #iframe_inreg  {
  float:right!important; background:#fff!important; color:black!important; margin-left: 15px!important; /*height: 20px!important;*/
  padding-bottom:0px !important;
}
#iframe_utilizator
{padding:0 15px;letter-spacing:0.6px;
  /*padding-top: 15px!important;*/float:right!important; background:#fff!important; color:black!important;/*height: 20px!important;*/
}
#iframe_background
{
  background:#fff!important;
}
/***** Buttons - bottom page *****/
.btns_proiecte {width: 100%;float: left;text-align: right;padding: 0 15px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.btns_proiecte > div {float: right;}
.btns_proiecte a, .btns_proiecte button {margin-left: 15px;margin-bottom: 10px;}
.btn_gray_radius {float: left; padding: 6px 10px;border:0px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #676767; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_gray_radius:hover {background-color: #4b4a4a; text-decoration: none;}
.btn_blue_radius {       float: right!important; color: white!important;border:0px;cursor: pointer;  padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #006EFF; border-radius: 20px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_blue_radius:hover {background-color: #055fd5; text-decoration: none;}
.btn_blue_radius_mai_jos {border:0px;cursor: pointer; margin-top:20px;float: left; padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #006EFF; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_blue_radius_mai_jos:hover {background-color: #055fd5; text-decoration: none;}
.btn_blue_radius3 {border:0px;cursor: pointer; float: left; padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #006EFF; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_blue_radius3:hover {background-color: #055fd5; text-decoration: none;}
.btn_blue_radius4 {border:0px;cursor: pointer; float: left; padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #FF0000; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_blue_radius4:hover {background-color: #FF0000; text-decoration: none;}
.btn_blue_radius2 {border:0px;cursor: pointer; float: left; padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #006EFF; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_blue_radius2:hover {background-color: #007f5f; text-decoration: none;}
.btn_red_radius {float: left; padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #FF0000; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_red_radius:hover {background-color: #dd0404; text-decoration: none;}
.btn_green_radius {border:0px;cursor: pointer; float: right; padding: 6px 10px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #0dcc71; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_green_radius:hover {background-color: #0dcc71; text-decoration: none;}
.btn_cancel_radius {float: right!important; padding: 6px 10px;border:0px; min-width: 155px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; background-color: #676767; border-radius: 20px; font-family: 'Open Sans', sans-serif; color: #fff!important; font-weight: 600; font-size: 12px; line-height: 17px;}
.btn_cancel_radius:hover {background-color: #4b4a4a; text-decoration: none;}
.btn_blue_big{font-size:16px !important;padding:15px 10px !important;min-width: 300px !important;border-radius:5px !important;}

/***** Content *****/
.content_doc {float: left;width: 100%;}
.table_content_doc {display: table;width: 100%;}
.content_doc_left {display: table-cell;vertical-align: top;}
.content_doc_right {display: none; vertical-align: top;width: 300px;border:1px solid #ABABAB;border-top:0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

/***** Breadcrumbs *****/
.breadcrumbs_doc {padding-top: 8px;float: left;width: 100%;}
.breadcrumbs_doc ul {list-style: none;padding: 0;margin: 0;}
.breadcrumbs_doc ul li {padding: 5px 18px 5px 24px;}
.breadcrumbs_doc ul li:first-child {padding-left: 0;}
.breadcrumbs_doc ul li:last-child {padding-right: 0;}
.breadcrumbs_doc ul li, .breadcrumbs_doc ul li a {position: relative; float: left;font-family: 'Open Sans', sans-serif;color: #000;position: relative; font-weight: normal; font-size: 13px; line-height:normal;}
.breadcrumbs_doc ul li:after {position: absolute;left: 0;content: "/";font-family: 'Open Sans', sans-serif;color: #000;font-weight: normal; font-size: 13px; line-height:normal;}
.breadcrumbs_doc ul li:first-child:after {display: none;}

/***** Table *****/
.table_doc {float: left;width: 100%;padding-top: 12px;padding-right: 15px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.table_doc table {text-align: left;float: left;width: 100%; border-collapse: collapse;}
.table_doc table th {padding: 5px 10px;vertical-align: top; border-bottom: 1px solid #D5D5D5; font-family: 'Open Sans', sans-serif;color: #000;position: relative; font-weight: bold; font-size: 16px; line-height:normal;}
.table_doc table th:first-child {padding-left: 0;}
.table_doc table td:first-child {color: #000;font-weight: 600;padding-left: 0;}
.table_doc table td {padding:5px 10px; border-bottom: 1px solid #D5D5D5; font-family: 'Open Sans', sans-serif;position: relative;color: #676767; font-weight: normal; font-size: 16px; line-height:normal;}
.table_doc table td span {float: left;}
.table_doc .th_sort span {position: relative; padding-right: 30px;float: left;}
.table_doc .th_sort span:before {position: absolute; content: ""; background-image: url('../images/svg/arrow-up.svg'); width: 13px; background-size: contain; height: 13px; background-repeat: no-repeat; top: 4px; right: 10px;margin: auto; }
.up_arrow span:before {background-image: url('../images/svg/arrow-up.svg'); }
.down_arrow span:before { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.doc_folder {position: relative;}
.doc_folder:before { position: absolute; content: ""; background-image: url('../images/svg/folder-open-gray.svg'); width: 35px; background-size: contain; height: 24px; background-repeat: no-repeat; top: 0; left: 0; bottom: 0; margin: auto;}
.table_doc .doc_excel, .table_doc .doc_word,.table_doc .doc_blank_file, .table_doc .doc_pdf,.table_doc .doc_powerpoint, .table_doc .doc_folder {position: relative;padding:9px 0px 9px 45px;}
.table_doc .doc_excel:before, .table_doc .doc_word:before, .table_doc .doc_pdf:before, .table_doc .doc_blank_file:before, .table_doc .doc_powerpoint:before {width: 28px; height: 28px; bottom: 0; margin: auto;}
.link_doc {cursor: pointer;}
.link_doc:hover {background-color: #F9F9F9;}
.link_folder {color: #000;font-weight: 600;font-family: 'Open Sans', sans-serif;position: relative;  font-size: 16px; line-height:normal;}

/* ==========================================================================
   SUBCONTURI
   ========================================================================== */

/***** Content *****/
.box_content {float: left;width: 100%;overflow: hidden;}
.box_content .container {padding-right: 5px;}
.div_container {float: left; width: 100%;position: relative; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.remove_padding_content {padding-left: 60px !important; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
.right_side {position: relative;float: left;width: 100%;}
.padding_content { padding-left: 265px;width: 100%;float: left; position: relative; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.div_content {width: 100%;float: left;position: relative;padding-bottom: 50px; min-height: -moz-calc(100vh - (175px)); min-height: -webkit-calc(100vh - (175px)); min-height: calc(100vh - (175px));box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.content {float: left; width: 100%; padding: 24px 0 20px 0; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.page {float: left; width: 100%; padding-left: 32px;padding-right:15px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.second_page {float: left; width: 100%; padding-left: 17px;padding-right:0px; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

.box_checklist {margin-bottom: 100px;margin-top:10px; float: left;width: 100%; padding: 3px 15px 0;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.right_table table {width: 100%;float: left;}
.fixed_table_column {position: relative; float: left;width: 100%;margin-bottom: 30px;}
.scroll_table { margin-left: 291px; overflow: auto; padding-bottom: 20px; }
.fixed_column_th1, .fixed_column_td1 {position: absolute; width: 75px; left: 0; top:auto; }
.fixed_column_th2, .fixed_column_td2 {position: absolute; width: 220px; left: 74px; top:auto; }
.fixed_column_td1, .fixed_column_td2 {border-left:1px solid #fff !important;border-bottom:1px solid #fff !important;border-top:1px solid #fff !important;}
.fixed_column_th1, .fixed_column_th2 {border-bottom:1px solid #fff !important;}
.fixed_column_th1, .fixed_column_td1 {position: absolute; width: 70px; left: 0; top:auto; }
.fixed_column_th2, .fixed_column_td2 {position: absolute; width: 160px; left: 69px; top:auto; }
.fixed_column_th3, .fixed_column_td3 {position: absolute; width: 400px; left: 229px; top:auto; }
.fixed_column_th4, .fixed_column_td4 {position: absolute; width: 60px; left: 629px; top:auto; }
.fixed_column_th5, .fixed_column_td5 {position: absolute; width: 60px; left: 689px; top:auto; }
.fixed_column_th6, .fixed_column_td6 {position: absolute; width: 60px; left: 469px; top:auto; }
.fixed_column_th7, .fixed_column_td7 {position: absolute; width: 60px; left: 529px; top:auto; }
.fixed_column_th8, .fixed_column_td8 {position: absolute; width: 250px; left: 69px; top:auto; }

.fixed_column_td1, .fixed_column_td2, .fixed_column_td3 {border-left:1px solid #fff !important;border-bottom:1px solid #fff !important;border-top:1px solid #fff !important;}
.fixed_column_th1, .fixed_column_th2 , .fixed_column_th3 {border-bottom:1px solid #fff !important;}
.custom_table .datepicker {max-width: 100px;}
.th_date {max-width: 150px;}
.th_text {max-width: 200px;}
.th_text1 {max-width: 100px;}
.th_textcl {max-width: 190px;}
.th_color {max-width: 130px;}
.th_file {max-width: 100px;}
.th_file_160px {max-width: 160px;}
.align_left{ text-align:left;  }
/***** Button chat / ticket *****/
.buttons_ct {width: 400px !important;padding-right: 5px !important;}
.buttons_ct > div {position: relative;padding-right: 65px !important;float: left;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.box_btns_ct {position: absolute;right: 0px;top: 0;height: 30px;bottom: 0;margin: auto;}
.scroll_buttons_ct {margin-left: 589px !important;}
.scroll_buttons_ct2 {margin-left: 469px !important;}
.scroll_buttons_ct3 {margin-left: 629px !important;}
.scroll_buttons_ct5 {margin-left: 749px !important;}

.btn_chat, .btn_ticket,.btn_edit3,.btn_close3,.btn_settings {float: left;width: 30px; height: 30px;position: relative;padding: 0;cursor: pointer;border:0px;background-color: transparent;}
.btn_chat:hover, .btn_ticket:hover,.btn_edit3:hover ,.btn_close3:hover,.btn_settings:hover{background-color: rgba(0,0,0,0.1);}
.btn_chat:before {position: absolute; content: ""; background-image: url('../images/svg/message-circle.svg'); width: 16px; background-size: contain; height: 16px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.btn_ticket:before {position: absolute; content: ""; background-image: url('../images/svg/delete.svg'); width: 16px; background-size: contain; height: 22px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.btn_edit3:before {position: absolute; content: ""; background-image: url('../images/svg/edit_blue.svg'); width: 15px; background-size: contain; height: 15px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.btn_close3:before {position: absolute; content: ""; background-image: url('../images/svg/close-circle.svg'); width: 15px; background-size: contain; height: 15px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.btn_settings:before {position: absolute; content: ""; background-image: url('../images/svg/users.svg'); width: 15px; background-size: contain; height: 15px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }

/***** Table *****/
.custom_table { width: 100%; color: #000;border-collapse: collapse; text-align: center; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 15px; line-height:normal; }
.custom_table th {background-color: #F2F2F2;padding: 0;height: 40px; white-space: nowrap; padding: 8px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.custom_table th:first-child {border-radius: 5px 0 0 0;}
.custom_table th:last-child {border-radius: 0 5px 0 0;}
.custom_table td {height: 40px;  white-space: nowrap; background-color: #F2F2F2;border:2px solid #fff;padding: 8px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.blue_border_left td:first-child {border-left: 0;}
.blue_border_left td:last-child {border-right: 0;}
.blue_border_left td:first-child {padding: 0px; }
.blue_border_left td:first-child span { padding:8px;position: relative;height: 100%;display: flex;justify-content: center;align-items: center; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.blue_border_left td:first-child span:before {background-color: #006EFF;width: 6px; position: absolute;top: 0;left: 0;bottom: 0;content: "";}
.txt_left_col2 th:nth-child(2) span, .txt_left_col2 td:nth-child(2) span {/*justify-content: left !important;*/ text-align: left;}
.txt_left_col3 th:nth-child(3) span, .txt_left_col3 td:nth-child(3) span {/*justify-content: left !important;*/ text-align: left;}

.td_upload {padding: 0px !important;}


/***** Table - editable text *****/
.title_table {float: left;width: 100%;}
.title_table .editable_text {border:1px dashed #fff;padding: 0 4px;margin-bottom: 5px; float: left;text-align: left; color: #006EFF;font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 16px; line-height:normal;}
.title_table .editable_text:hover {border:1px dashed rgba(0,0,0,0.4);}
.custom_table .editable_text { padding: 0 4px;font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 14px; line-height:normal; width: 100%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;border:1px solid #F2F2F2; float: left; height: 100%;/*vertical-align: middle;align-items: center;display: flex;*/ justify-content: center;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.editable_text:focus {text-overflow: initial; }
.custom_table .editable_text {border: 1px dashed #F2F2F2;}
.custom_table .datepicker {text-align: center; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 14px; line-height:normal; background-color: transparent;border: 1px dashed #F2F2F2; }
.custom_table .datepicker:hover {border:1px dashed rgba(0,0,0,0.4);}
.editable_text:hover {border:1px dashed rgba(0,0,0,0.4);}
.editable_text:focus {background-color: #fff;border:1px dashed rgba(0,0,0,0.4);}





/***** Modal - subcont *****/
.modal_ticket {max-width: 800px;padding: 44px 30px;}
.title_table .btn_blue_radius {float: right;margin-bottom: 10px;}
.box_one_second {display: flex;width: 100%;}
.modal_one {float: left;}
.modal_one, .modal_one_second,.modal-one-second2 {margin-bottom: 20px;padding: 0 15px;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.modal_one {width: 100%;}
.modal_one_second {width: 50%;}
.modal-one-second2{width:33.3%;}
.modal-one-second3{width:10.3%;}
.fancybox-content .ui.selection.dropdown > .dropdown.icon {top: 0;bottom: 0;margin: auto;}
.fancybox-content .ui.selection.active.dropdown .menu {max-height: 160px;}
.modal_one_second select{width:100%;}
.modal_subcont {vertical-align:top!important;    margin-top: 50px!important;max-width: 800px;padding: 44px 30px;}



/* ==========================================================================
   END SUBCONTURI
   ========================================================================== */


/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */


@charset "utf-8";
/* Table of Contents
----------------------------------
1.  Hompage


MEDIASCREEN
----------------------------------*/
* {box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
body {margin: 0px;font-family: 'Arial', sans-serif;}
input:focus, textarea:focus {outline: none;}
.label {margin-bottom: 8px;font-family: 'Arial', sans-serif;color: #000; font-weight: bold;font-size: 16px;float: left;width: 100%;}
.container {max-width:100%; width: 100%;position: relative; display: block;margin: 0 auto;padding: 0 20px;box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.mt30 {margin-top: 30px;}
.width50 {float: left;width: 50%;display: inline-block;padding: 10px;}
.width33 {float: left;width: 33.33%;display: inline-block;padding: 10px;}
.width30 {float: left;width: 30%;display: inline-block;padding: 10px;}
.width40 {float: left;width: 40%;display: inline-block;padding: 10px;}
.width20 {float: left;width: 20%;display: inline-block;padding: 10px;}
.width25 {float: left;width: 25%;display: inline-block;padding: 10px;}
.width100 {float: left;width: 100%;display: inline-block;padding: 10px;}
.width_fb100 {float: left; flex-basis: 100% !important;display: inline-block;padding: 10px;}
.width_fb33 {float: left; flex-basis: 33.3% !important;display: inline-block;padding: 10px;}
.float_right {float: right;}
.float_left {float: left;}
.float_left_width {float: left;width:100%;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px !important;}
.table_scroll {overflow: auto;width: 100%;}
.box_input {float: left;width: 100%;}
.box_input input {width:100%; float: left;min-height: 38px;padding: 14px 35px 14px 14px; font-family: 'Arial', sans-serif; font-size: 15px;border-radius: 3px; border:1px solid #B5B5B5;color: #000;font-weight: normal;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.title_border_bottom_grey {border-bottom: 1px solid #C2C2C2;font-family: 'Arial', sans-serif; font-size: 15px;color:#000;font-weight: 600;padding-bottom: 10px;margin-bottom: 20px;}
.box_send_doc .btn_arrow_right {float: right;}
.box_btn_con {width: 100%;float: left;}
.box_btn_con .btn_arrow_right {width: 100%;float: left;}
.conectare_links {float: left;display: block;width: 100%;}
.conectare_links a {color: #034B95;font-family: 'Arial', sans-serif; font-size: 13px;}
.conectare_links .width50 {padding: 0;}
.conectare_links .width50:last-child a {float: right;}
.title_border_bottom2 {position: relative;font-family: 'Arial', sans-serif; font-size: 22px;font-weight: bold;width: 100%;float: left;padding:0 0px 15px 0px; margin-bottom: 10px;}
.title_border_bottom2:after {background-color: #034B95;width: 130px;height: 4px;position: absolute;left: 0px;bottom: 0;content: "";}
.box_shadow {float: left; margin-bottom: 50px;border-radius: 3px; width: 100%; padding: 50px 20px; position: relative;-webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2); box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2);}
.flex {display: flex;position: relative; width: 100%; }
.flex > div {flex-grow: 1; padding: 0 10px;}
.btn_green {background-color: #1F9503;}
.btn_green:hover {background-color: #26BA03;}
.mr20 {margin-right: 20px; }
.table_full_width .dataTables_wrapper {width: 100%;}
.table_full_width table.dataTable {box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

/***** Breadcrumbs *****/
.breadcrumbs {padding-top: 20px;float: left;display: block;border-bottom: 1px solid #BEBEBE;width: 100%;padding-bottom: 8px;margin-bottom: 30px;}
.breadcrumbs ul {list-style: none;margin:0;padding: 0;}
.breadcrumbs ul li {display: inline-block;float: left;padding-right: 30px;position: relative;}
.breadcrumbs ul li:before {position: absolute; content: ""; background-image: url('../images/svg/breadcrumbs.svg'); width: 11px; background-size: contain; height: 11px; background-repeat: no-repeat; top: 0px; right: 7px; bottom: 0; margin: auto; }
.breadcrumbs ul li:last-child:before {display: none;}
.breadcrumbs ul li a {font-family: 'Arial', sans-serif;color: #034B95;text-decoration: none;}
.breadcrumbs ul li a:hover {text-decoration: underline;}
.breadcrumbs ul li.active a {pointer-events: none; color: #000000;}

/***** Table *****/
.table_doc {float: left;width: 100%;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;margin-bottom: 50px}
.table_doc table {text-align: center;float: left;width: 100%; border-collapse: collapse;}
.table_doc table th {padding: 5px 10px;vertical-align: top; border-bottom: 1px solid #D5D5D5; font-family: 'Arial', sans-serif;color: #000;position: relative; font-weight: bold; font-size: 16px; line-height:normal;}
.table_doc table th:first-child {padding-left: 0;text-align: left;min-width: 300px;}
.table_doc table td:first-child {color: #000;padding-left: 0;text-align: left;}
.table_doc table td {padding:5px 10px; border-bottom: 1px solid #D5D5D5; font-family: 'Arial', sans-serif;position: relative;color: #676767; text-align: center; font-weight: normal; font-size: 14px; line-height:normal;}
.table_doc table td span {float: left;width: 100%;}
.table_doc .th_sort span {position: relative; padding-right: 30px;float: left;}
.table_doc .th_sort span:before {position: absolute; content: ""; background-image: url('../images/svg/arrow-up.svg'); width: 13px; background-size: contain; height: 13px; background-repeat: no-repeat; top: 4px; right: 10px;margin: auto; }
.up_arrow span:before {background-image: url('../images/svg/arrow-up.svg'); }
.down_arrow span:before { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.doc_folder {position: relative;}
.doc_folder:before { position: absolute; content: ""; background-image: url('../images/svg/folder-open-gray.svg'); width: 35px; background-size: contain; height: 24px; background-repeat: no-repeat; top: 0; left: 0; bottom: 0; margin: auto;}
.table_doc .doc_excel, .table_doc .doc_word, .table_doc .doc_powerpoint, .table_doc .doc_folder, .doc_xml, .pencil {position: relative;padding:9px 0px 9px 45px;}
.table_doc .doc_excel:before, .table_doc .doc_word:before, .table_doc .doc_powerpoint:before, .doc_xml:before, .pencil:before {width: 28px; height: 28px; bottom: 0; margin: auto;}
.link_doc {cursor: pointer;}
.link_doc:hover {background-color: #F9F9F9;}
.link_folder {color: #000;font-family: 'Arial', sans-serif;position: relative;  font-size: 14px; line-height:normal;}
.doc_pdf:before {position: absolute;left: 0;top: 0;content: "";background-image: url('../images/svg/file-pdf.svg');width: 22px;background-size: contain;height: 30px;background-repeat: no-repeat;top: 0;left: 0;}
.doc_excel:before {position: absolute;left: 0;top: 0;content: "";background-image: url('../images/svg/excel.svg');width: 28px;background-size: contain;height: 28px;background-repeat: no-repeat;top: 0;left: 0;}
.doc_word:before {position: absolute;left: 0;top: 0;content: "";background-image: url('../images/svg/word.svg');width: 28px;background-size: contain;height: 28px;background-repeat: no-repeat;top: 0;left: 0;}
.doc_powerpoint:before {position: absolute;left: 0;top: 0;content: "";background-image: url('../images/svg/powerpoint.svg');width: 28px;background-size: 100%;height: 28px;background-repeat: no-repeat;top: 0;left: 0;}
.doc_xml:before {position: absolute;left: 0;top: 0;content: "";background-image: url('../images/svg/xml.svg');width: 30px;background-size: contain;height: 30px;background-repeat: no-repeat;top: 0;left: 0;}
.pencil:before {position: absolute;left: 0;top: 0;content: "";background-image: url('../images/svg/pencil.svg');width: 26px;background-size: contain;height: 26px;background-repeat: no-repeat;top: 0;left: 0;}
.icon_check_circle {width: 16px; height: 16px;position: relative;margin: 0 auto;position: relative;display: block;}
.icon_check_circle:before {position: absolute; content: ""; background-image: url('../images/svg/check-circle.svg'); width: 16px; background-size: contain; height: 16px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.icon_warning_circle {width: 16px; height: 16px;position: relative;margin: 0 auto;position: relative;display: block;}
.icon_warning_circle:before {position: absolute; content: ""; background-image: url('../images/svg/warning-circle.svg'); width: 16px; background-size: contain; height: 16px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.red {color: #FF0000;}
.btn_download {width: 100%; height: 24px;position: relative;margin: 0 auto;position: relative;display: block;}
.btn_download:before {position: absolute; content: ""; background-image: url('../images/svg/icon-download.svg'); width: 24px; background-size: contain; height: 24px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.necesar {background-color: #EBBBBB;padding:8px 15px;color: #000;text-align: center;border-radius: 3px;}

/***** Box Conectare *****/
.box_conectare {margin-bottom: 50px;border-radius: 3px; width: 100%;float: left;padding: 50px 20px; position: relative;-webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2); box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2);}
.div_conectare_left {width: calc(100% - 200px);;float: left;}
.div_conectare_left > div {width: 50%;float: left;padding: 0 10px;}
.div_conectare_right {width: 200px;float: left;padding: 0 10px;}
.btn_arrow_right {border:0; text-decoration: none; background-color: #034B95;color: #fff;font-weight: 600;letter-spacing: 0.8px; position: relative;padding: 15px 40px 15px 15px;border-radius: 3px; text-transform: uppercase;font-size: 14px;}
.btn_arrow_right:before {position: absolute; content: ""; background-image: url('../images/svg/arrow-right.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; ;right: 10px; bottom: 0;  margin: auto; }
.btn_arrow_right:hover {background-color: #205CA6;border:0px;}
.btn_arrow_right:focus {outline:none;}
.div_conectare_right .btn_arrow_right {width: 100%;float: left;}
.bottom_documente {float: left;width: 100%;padding: 0 10px;margin-top: 30px;}
.txt_documente {float: left;display: inline-block; font-size: 13px;width: 50%;}
.box_send_doc {float: right;display: inline-block;width: 50%;}

/***** Box Grey *****/
.box_gray {padding: 30px 20px;border:1px solid #C2C2C2;border-radius: 3px;background-color: #FAFAFA;float: left;display: block;width: 100%;}
.title_border_bottom {position: relative;font-family: 'Arial', sans-serif; font-size: 22px;font-weight: bold;width: 100%;float: left;padding:0 10px 15px 10px; margin-bottom: 10px;}
.title_border_bottom:after {background-color: #034B95;width: 130px;height: 4px;position: absolute;left: 10px;bottom: 0;content: "";}
.box_necesar {float: left;display: inline-block;}
.box_upload {float: left;display: inline-block;}
.box_gray table {width: 100%;}

/***** Button upload *****/
.file-control {display: none; }
.btn_upload_doc {min-width: 130px; position: relative;cursor: pointer; width:100%; padding: 8px 45px 8px 14px;background-color: #E5ECFD; float: left;text-align: left;border-radius: 3px; color: #000;font-family: 'Arial', sans-serif;font-weight: normal;font-size: 14px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.btn_upload_doc .icn_upload {position: absolute;bottom: 0;top: 0;width: 15px; height: 15px;right: 21px;margin: auto;}
.btn_upload_doc .icn_upload:before {position: absolute; content: ""; background-image: url('../images/svg/upload.svg'); width: 15px; background-size: 100%; height: 15px; background-repeat: no-repeat; top: 0; right: 0; bottom: 0; margin: auto;}
.btn_upload_doc:hover {background-color: #BFC6C9;}

/***** Icons *****/
.icon_user:before {position: absolute; content: ""; background-image: url('../images/svg/icon-user.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.icon_phone:before {position: absolute; content: ""; background-image: url('../images/svg/icon-phone.svg');  width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.icon_mail:before {position: absolute; content: ""; background-image: url('../images/svg/icon-mail.svg'); width: 22px; background-size: contain; height: 18px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.icon_company:before {position: absolute; content: ""; background-image: url('../images/svg/icon-suitcase.svg'); width: 22px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.icon_cui:before {position: unset; content: ""; background-image: url('../images/svg/icon-cui.svg'); width: 26px; background-size: contain; height: 14px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.icon_calendar:before {position: absolute; content: ""; background-image: url('../images/svg/icon-calendar.svg'); width: 19px; background-size: contain; height: 22px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.icon_calendar {padding: 20px 20px 20px 50px !important;background-color: transparent !important; font-size: 16px !important; color: #000 !important;}

/***** Input - small label *****/
.floating-label {position: absolute; top: 0; left: 0; user-select: none; z-index: 1; }
.floating-label-field {border:1px solid #C2C2C2; color: rgba(44, 62, 80, .75); z-index: 2; }
.floating-label-field:focus {outline: 0; box-shadow: 0; }
.floating-label-field::placeholder {color: rgba(44, 62, 80, .5); }
.floating-label, .floating-label-field {font: inherit; line-height: 1; display: block; width: 100%; }
.floating-label-field, .floating-label-wrap {position: relative; }
.floating-label-field--s3 {padding: 30px 20px 10px 50px; transition: border-color .25s ease-in-out; color: #000; border-radius: 3px; background-color: transparent; }
.floating-label-field--s3 + .floating-label {position: absolute; top: 13px; left: 50px; display: inline-block; width: auto; margin: 0; padding: 10px 0; transition: transform .25s, opacity .25s, padding .25s ease-in-out; transform-origin: 0 0; color: #000; }
.floating-label-field--s3:focus,
.floating-label-field--s3:not(:placeholder-shown) {border-color: #034B95; border-width: 1px; }
.floating-label-field--s3:focus + .floating-label,
.floating-label-field--s3:not(:placeholder-shown) + .floating-label {z-index: 2; transform: translate(0, -10px) scale(.8); color: #034B95; }
.floating-label-field--s3::placeholder {color: transparent; }

/***** Selectmenu *****/
.ui.selection.dropdown {font-weight: normal; position: relative; width: 100% !important; margin: 0; padding: 14px 35px 14px 14px; font-family: 'Arial', sans-serif; font-size: 15px; color: #747474; text-align: left; border-radius: 3px; line-height: normal; border: 1px solid #B5B5B5; background-color: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.ui.dropdown:not(.button) > .default.text {color: #747474 !important; }
.ui.selection.dropdown:focus, .ui.selection.active.dropdown {border: 1px solid #B5B5B5 !important;box-shadow: none !important;}
.ui.selection.dropdown > .dropdown.icon {top: 0; bottom: 0; margin: auto;opacity: 1;width: 16px; height: 16px;right: 10px;}
.ui.selection.dropdown > .dropdown.icon:before {content: ""; background-image: url('../images/svg/arrow-dropdown-circle.svg'); width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; position: absolute; left: 0;bottom: 0;right: 0;margin: auto; top: 0;}
.ui.selection.active.dropdown .menu, .ui.selection.active.dropdown .menu:focus, .ui.selection.active.dropdown .menu:hover {box-shadow: none;border-radius: 0;border: 1px solid #B5B5B5;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.ui.selection.active.dropdown:hover .menu {box-shadow: none !important;border-radius: 0;border: 1px solid #B5B5B5 !important;}
.ui.selection.dropdown .menu > .item {font-family: 'Arial', sans-serif; font-size: 14px; color: #747474; line-height: normal;}
.ui.selection.dropdown .menu {margin: 5px 0 0 -1px;border-top: 1px solid #B5B5B5 !important;}
.ui.dropdown .menu .selected.item {background: #fff;color:#000;}
.ui.dropdown .menu > .item:hover {background: #EFEFEF;}
.ui.dropdown .menu .active.item {font-weight: normal;}
.ui.selection.dropdown .menu > .item {border-top:0;padding: 6px 14px !important;}

/***** Selectmenu - search *****/
.select .ui.search.dropdown > input.search {padding: 14px 35px 14px 14px;}

/***** Selectmenu - multiple *****/
.ui.fluid.dropdown {float: left;}
.ui.multiple.dropdown > .label {float: left;width: auto;}
.ui.multiple.dropdown > .label:hover {text-decoration: none;}
.ui.multiple.dropdown > .label {background: #EFEFEF;position: relative; padding: 4px 22px 3px 8px;margin: 4px 5px 4px 0;font-family: 'Arial', sans-serif; font-size: 14px; color: #747474; line-height: normal;font-weight: normal;}
.ui.multiple.dropdown > .label .delete {position: absolute;top: 6px; right: 3px;width: 16px;height: 16px;opacity: 0.5;}
.ui.multiple.dropdown > .label .delete:before {content: "";background-image: url('../images/svg/delete.svg'); width: 16px;height: 16px;background-size: 100%;background-repeat: no-repeat; position: absolute;left: 0;top: 0;}
.ui.multiple.dropdown > .label .delete:hover {opacity: 1;}
.ui.multiple.dropdown {padding: 1px 35px 1px 14px;}
.ui.multiple.dropdown > .text {margin: 8px 0;}

/***** Table *****/
.box_documente table td {font-size: 14px;padding: 0 10px;vertical-align: top;}
.box_documente table th {padding: 0 10px 10px;vertical-align: top;}
.box_documente table {text-align: left;}
.box_documente table th:nth-child(1), .box_documente table td:nth-child(1) {text-align: center;}
.box_documente table td:nth-child(3) {max-width: 500px;min-width: 300px;}
.box_documente table th:nth-child(4) {min-width:150px;text-align: center;}

/***** Box Operator *****/
.box_operator {margin-bottom: 50px;border-radius: 3px; width: 100%;display: flex; padding: 50px 20px; position: relative;-webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2); box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.2);}
.box_operator .select, .box_operator .btn_arrow_right {float: left;display: inline-block;}
.box_operator .select {width: 100%;}
.box_operator .label_select {float: left;display: inline-block;padding: 14px 20px 0 0;min-width: 90px;}
.box_operator > div {flex-grow: 1; padding: 0 10px;}
.maxwidth200 {max-width: 200px;}
.txt_right_table {width: 100%;text-align: right;margin-top: 10px;display: block;float: left;font-size: 13px;}
.btn_date {float: left;width: 100%;}
.btn_date .btn_arrow_right {float: left;}
.mt20 {margin-top: 20px;}

/***** Checkbox *****/
.checkbox {text-align: left; padding-left: 30px;font-size: 14px;padding-top: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;float: left;display: block; position: relative;float: left;  cursor: pointer; margin: 0;}
.checkbox input {position: absolute; z-index: -1; opacity: 0; }
.icn_checkbox {position: absolute; left: 0; top: 0px;background-color: transparent;width: 18px; height: 18px; border:2px solid #000;border-radius: 3px; margin: 0 auto; box-sizing: border-box;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.checkbox input:checked ~ .icn_checkbox:after {position: absolute; content: ""; background-image: url('../images/svg/check.svg'); width: 11px; background-size: contain; height: 8px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }

/***** Date formular *****/
.date_formular {margin-bottom: 50px; padding: 30px 20px;border:1px solid #C2C2C2;border-radius: 3px;background-color: #FAFAFA;float: left;display: block;width: 100%;}
.date_formular table td {font-size: 14px;padding: 4px 5px;}
.date_formular table td:first-child {font-weight: bold;}
.date_formular table {border-collapse: collapse;}
.table_cantitate tr:hover {background-color: #dadada;}
.date_formular .table_operator {margin-bottom: 10px;}
.table_cantitate {border-top:2px solid #034B95;padding-top: 10px;width: 100%;max-width: 500px;}
.table_cantitate td:last-child {text-align: right;}

/***** Table *****/
table.dataTable {border-collapse: collapse;}
table.dataTable thead th {border:1px solid #ccc;}
.table_title {float: left;position: relative; width: 100%;font-family: 'Arial', sans-serif; font-size: 15px; color: #034B95; font-weight: 600; margin-top: 40px; padding-bottom: 10px; margin-bottom: 5px;}
.table_scroll .dataTables_wrapper {float: left;border-bottom: 1px solid #000; padding-bottom: 3px;}
table.dataTable {margin-top: 10px !important;float: left;}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {font-size: 13px;}
.dataTable th, .dataTable td {font-size: 14px !important;}
.dataTable th {background-color: #FAFAFA;}
.dataTable thead {border-bottom: 2px solid #034B95;}
table.dataTable thead .sorting_disabled {background-image: none !important;pointer-events: none;}
table.dataTable thead td, table.dataTable thead th {padding: 10px 15px;}

/***** Tabs *****/
.ui-tabs {border: 0px !important; margin: 0 !important; float: left; width: 100%; padding: 0; border-radius: 0 !important;}
.ui-tabs .ui-tabs-nav {padding: 0px;background-color: #fff; border-radius: 0; border: 0; border-bottom: 1px solid #D5D5D5; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {border: 1px solid #034B95;}
.ui-tabs .ui-tabs-panel {float: left;padding: 20px;width: 100%;}
.ui-tabs .ui-tabs-nav .ui-tabs-tab { float: left;margin: 0;}
.ui-tabs .ui-tabs-nav .ui-tabs-tab:hover {background-color: transparent;}
.ui-tabs .ui-tabs-nav .ui-tabs-tab:hover a {color: #034B95;}
.ui-tabs .ui-tabs-nav .ui-tabs-tab a {padding: 8px 20px;width: 100%;float: left; font-family: 'Open Sans', sans-serif;color: #000; font-weight: 600; font-size: 14px; line-height:normal;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.ui-tabs .ui-tabs-nav .ui-state-default {background-color: transparent !important;}
.ui-tabs .ui-tabs-nav .ui-tabs-active {background-color: transparent;}
.ui-tabs .ui-tabs-nav .ui-tabs-active a {color: #fff;position: relative; background-color: #034B95;}
.ui-tabs .ui-tabs-nav .ui-tabs-active a:hover {color:#fff;}
.ui-tabs .ui-tabs-nav .ui-tabs-active a:after {background-color: #034B95;position: absolute;bottom: -1px;left: 0;right: 0;height: 1px;content: "";}

/***** Datepicker *****/
.ui-datepicker {z-index: 3 !important;}
.ui-datepicker .ui-datepicker-header {border:0px; background-color: transparent;}
.ui-datepicker .ui-datepicker-title {font-family: 'Open Sans', sans-serif;color: #000; font-weight: bold;font-size: 15px;}
.ui-datepicker th  {padding: .7em 0;font-family: 'Open Sans', sans-serif;color: #000; font-weight: 600;font-size: 12px;}
.ui-datepicker th span {background-color: #f4f9fd;padding: 5px;}
.ui-datepicker .ui-datepicker-week-end {color: #8EC5FC !important;}
.ui-datepicker td a {font-family: 'Open Sans', sans-serif;color: #000; font-weight: normal;font-size: 12px;}
.ui-state-default, .ui-widget-content .ui-state-default {border:0px;/*background-color: transparent;*/text-align: center;}
.ui-datepicker table {font-family: 'Open Sans', sans-serif;font-weight: normal;font-size: 12px;}
.ui-datepicker-today .ui-state-default {background-color: #32cf69;}
.ui-datepicker-today a {color: #fff !important;}
.ui-state-default:hover {background-color: #006EFF;color: #fff;}
.ui-datepicker td a {padding: 8px 5px;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {background-image: none;position: relative;}
.ui-datepicker .ui-datepicker-prev span:before {background-image: url('../images/svg/arrow-left-thin.svg');position: absolute; bottom: 0; content: ""; width: 11px; background-size: 100%; height: 8px; background-repeat: no-repeat; top: 0; left: 0; margin: auto; right: 0;}
.ui-datepicker .ui-datepicker-next span:before {background-image: url('../images/svg/arrow-right-thin.svg');position: absolute; bottom: 0; content: ""; width: 11px; background-size: 100%; height: 8px; background-repeat: no-repeat; top: 0; left: 0; margin: auto; right: 0;}

/***** Inbox *****/
.div_dropdown_search {float: left;width: 100%;margin-bottom: 30px;}
.div_dropdown_search .select {max-width: 300px;width: 100%;}
.table_inbox {padding-bottom: 75px;width: 100%;}
.table_inbox input, .table_inbox textarea {border: 1px solid #c5c5c5; width: 100%;padding: 8px;border-radius: 3px;}
.min130 {min-width: 130px !important;}
.min320 {min-width: 320px !important;  }
.min350 {min-width: 350px !important;  }
.min700 {min-width: 700px !important;  }
.dropdown_inbox {padding-top: 6px !important;min-width: 150px !important; padding-bottom: 6px !important;min-height: auto !important;font-size: 14px !important;color: #000 !important;}
.dropdown_inbox .menu > .item {font-size: 14px !important;color: #000 !important;}
.dropdown_inbox .menu {max-height: 130px !important;}
.notxt {padding: 0px !important;width: 100%;}
.notxt .icn_checkbox {position: relative;}
.btn_blue {cursor: pointer; text-align: center; float: left;color: #fff; text-decoration: none; background-color: #034B95;color: #fff !important;font-weight: 600;letter-spacing: 0.8px; position: relative;padding: 5px;border-radius: 3px; font-size: 12px;}
.btn_blue:hover {background-color: #205CA6}
.table_inbox table.dataTable {box-sizing: border-box;}
.dataTable_nopag .dataTables_info {display: none !important;}
.dataTable_nopag {border-bottom: 0px !important;}
.dataTable_nopag.dataTable {box-sizing: border-box;}
.view_file {width: 100%; height: 30px;position: relative;padding: 0;cursor: pointer;border:0px;background-color: transparent;}
.view_file:hover {background-color: rgba(0,0,0,0.1);}
.view_file:before {position: absolute; content: ""; background-image: url('../images/svg/eye.svg'); width: 20px; background-size: contain; height: 13px; background-repeat: no-repeat; top: 0px; left: 0;right: 0; bottom: 0;  margin: auto; }
.min500 {min-width: 500px;}
.link_pdf {position: relative;padding:5px 0 5px 30px;}
.link_pdf:before {position: absolute; left: 0; top: 0; content: ""; background-image: url('../images/svg/file-pdf.svg'); width: 15px; background-size: contain; height: 20px; background-repeat: no-repeat; bottom: 0; margin: auto;}
.link:hover, .link_pdf:hover {color: #034B95;}

/***** Breadcrumbs *****/
.bredcrumbs_nav {width: 100%;position: relative;float: left;display: flex;    margin-top: 10px!important;}
.bredcrumbs_nav > div {height: auto !important;flex-grow: 1;padding: 0 10px;float: left;position: relative;padding-top: 60px;}
.bredcrumbs_nav > div p {text-align: center; color: #888;font-size: 14px; display: block;float: left;width: 100%;margin:0;position: relative;}
.bredcrumbs_nav > div:before {width: 100%;height: 4px;background-color:#e9e9e9;top: 24px;left: 0;content: "";position: absolute; }
.bredcrumbs_nav > div:first-child:before {width: 50%;right: 0;left: inherit;}
.bredcrumbs_nav > div:last-child:before {width: 50%;}
.bredcrumbs_nav > div span {position: absolute;width: 50px;border-radius: 50%; height: 50px;top: 0;left: 0;right: 0;margin: auto; background-color: #e9e9e9}
.icon_file_w {position: relative;width: 22px;height: 22px;}
.icon_file_w:after {background-image:  url('../images/svg/file-alt-gray.svg');content: "";width: 22px;height:22px;color: #888888;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; background-repeat: no-repeat; }
.icon_file_w_check {position: relative;width: 22px;height: 22px;}
.icon_file_w_check:after {background-image:  url('../images/svg/file-check-gray.svg');content: "";width: 22px;height:22px;color: #888888;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; background-repeat: no-repeat; }
.icon_file_w_edit {position: relative;width: 22px;height: 22px;}
.icon_file_w_edit:after {background-image:  url('../images/svg/file-edit-gray.svg');content: "";width: 22px;height:22px;color: #888888;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; background-repeat: no-repeat; }
.icon_file_w_edit {position: relative;width: 22px;height: 22px;}
.icon_paperclip_w {position: relative;width: 22px;height: 22px;}

.icon_paperclip_w:after {background-image:  url('../images/svg/paperclip-gray.svg');content: "";width: 22px;height:22px;color: #888888;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto; background-repeat: no-repeat; }
.bredcrumbs_nav .active:before, .bredcrumbs_nav > .active span {background-color: #23249c;}
.bredcrumbs_nav .completed:before, .bredcrumbs_nav > .completed span {background-color: #b3d22c;}
.bredcrumbs_nav .error:before, .bredcrumbs_nav > .error span {background-color: #ff0000;}
.bredcrumbs_nav .active .icon_file_w:after, .bredcrumbs_nav .completed .icon_file_w:after, .bredcrumbs_nav .error .icon_file_w:after {background-image:  url('../images/svg/file-alt-white.svg');}
.bredcrumbs_nav .active .icon_file_w_check:after, .bredcrumbs_nav .completed .icon_file_w_check:after, .bredcrumbs_nav .error .icon_file_w_check:after {background-image:  url('../images/svg/file-check-white.svg');}
.bredcrumbs_nav .active .icon_file_w_edit:after, .bredcrumbs_nav .completed .icon_file_w_edit:after {background-image:  url('../images/svg/file-edit-white.svg');}
.bredcrumbs_nav .active .icon_paperclip_w:after, .bredcrumbs_nav .completed .icon_paperclip_w:after, .bredcrumbs_nav .error .icon_paperclip_w:after {background-image:  url('../images/svg/paperclip-white.svg');}

.authentication_page .login_form {width:100% !important;padding:0 !important;}

/***** max-width: 991px *****/
@media screen and (max-width: 991px) {
  .box_operator {flex-flow: row wrap;}
  .box_operator > div {width: 33.3%;}
  .box_operator > div:last-child {flex: 1 100%;max-width: auto !important;padding-top: 20px;}
  .box_operator > div:last-child > a {margin-top: 0 !important;}
  .flex {flex-flow: row wrap;}

}

/***** max-width: 767px *****/
@media screen and (max-width: 767px) {
  .txt_documente, .box_send_doc, .width50, .width30, .width20, .width33, .width25 {width: 100%;}
  .btn_arrow_right {margin-top: 20px;}
  .box_send_doc .btn_arrow_right {float: left;}
  .div_conectare_left, .div_conectare_right, .div_conectare_left > div {width: 100%;}
  .div_conectare_left > div:first-child {margin-bottom: 20px;}
  .conectare_links .width50 {width:50%;}
  .conectare_links .width50:first-child {margin-bottom: 10px;}
  .box_operator > div {width: 100%;padding-bottom: 20px;padding-top: 0 !important;}

}
/***** max-width: 640px *****/
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {text-align: left;}
}

/***** max-width: 500px *****/
@media screen and (max-width: 500px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-tab {width: 100%;}
}

/***** max-width: 450px *****/
@media screen and (max-width: 450px) {
  .conectare_links .width50 {width:100%;}
  .conectare_links .width50:last-child a {float: left;}
}

/* ==========================================================================
   END BREADCRUMBS
   ========================================================================== */


/* ==========================================================================
   DEZVOLTARI NOI PORTAL - 04.08.2021 - meniu, main operator
   ========================================================================== */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');

/* Table of Contents
----------------------------------
1.  Hompage


MEDIASCREEN
----------------------------------*/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: 'Arial', sans-serif;
}

input:focus,
textarea:focus {
  outline: none;
}

.label {
  margin-bottom: 8px;
  font-family: 'Arial', sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  float: left;
  width: 100%;
}

.container {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container_no_space {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mt30 {
  margin-top: 30px;
}

.width50 {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 10px;
}

.width33 {
  float: left;
  width: 33.33%;
  display: inline-block;
  padding: 10px;
}

.width30 {
  float: left;
  width: 30%;
  display: inline-block;
  padding: 10px;
}

.width20 {
  float: left;
  width: 20%;
  display: inline-block;
  padding: 10px;
}

.width25 {
  float: left;
  width: 25%;
  display: inline-block;
  padding: 10px;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.table_scroll {
  overflow: auto;
  width: 100%;
}

.box_input {
  float: left;
  width: 100%;
}

.box_input input {
  width: 100%;
  float: left;
  min-height: 38px;
  padding: 14px 35px 14px 14px;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #B5B5B5;
  color: #000;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.title_border_bottom_grey {
  border-bottom: 1px solid #C2C2C2;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.box_send_doc .btn_arrow_right {
  float: right;
}

.box_btn_con {
  width: 100%;
  float: left;
}

.box_btn_con .btn_arrow_right {
  width: 100%;
  float: left;
}

.conectare_links {
  float: left;
  display: block;
  width: 100%;
}

.conectare_links a {
  color: #034B95;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
}

.conectare_links .width50 {
  padding: 0;
}

.conectare_links .width50:last-child a {
  float: right;
}

.title_border_bottom2 {
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  float: left;
  padding: 0 0px 15px 0px;
  margin-bottom: 10px;
}

.title_border_bottom2:after {
  background-color: #034B95;
  width: 130px;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: 0;
  content: "";
}

.box_shadow {
  float: left;
  margin-bottom: 50px;
  border-radius: 3px;
  width: 100%;
  padding: 25px 15px;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
}

.flex {
  display: flex;
  position: relative;
  width: 100%;
}

.flex>div {
  flex-grow: 1;
  padding: 0 10px;
}

.btn_green {
  background-color: #1F9503;
}

.btn_green:hover {
  background-color: #26BA03;
}

.mr20 {
  margin-right: 20px;
}

.table_full_width .dataTables_wrapper {
  width: 100%;
}

.table_full_width table.dataTable {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


/***** Breadcrumbs *****/

.breadcrumbs {
  padding-top: 20px;
  float: left;
  display: block;
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  display: inline-block;
  float: left;
  padding-right: 30px;
  position: relative;
}

.breadcrumbs ul li:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/breadcrumbs.svg');
  width: 11px;
  background-size: contain;
  height: 11px;
  background-repeat: no-repeat;
  top: 0px;
  right: 7px;
  bottom: 0;
  margin: auto;
}

.breadcrumbs ul li:last-child:before {
  display: none;
}

.breadcrumbs ul li a {
  font-family: 'Arial', sans-serif;
  color: #034B95;
  text-decoration: none;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li.active a {
  pointer-events: none;
  color: #000000;
}


/***** Table *****/

.table_doc {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px
}

.table_doc table {
  text-align: center;
  float: left;
  width: 100%;
  border-collapse: collapse;
}

.table_doc table th {
  padding: 5px 10px;
  vertical-align: top;
  border-bottom: 1px solid #D5D5D5;
  font-family: 'Arial', sans-serif;
  color: #000;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
}

.table_doc table th:first-child {
  padding-left: 0;
  text-align: left;
  min-width: 300px;
}

.table_doc table td:first-child {
  color: #000;
  padding-left: 0;
  text-align: left;
}

.table_doc table td {
  padding: 5px 10px;
  border-bottom: 1px solid #D5D5D5;
  font-family: 'Arial', sans-serif;
  position: relative;
  color: #676767;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}

.table_doc table td span {
  float: left;
  width: 100%;
}

.table_doc .th_sort span {
  position: relative;
  padding-right: 30px;
  float: left;
}

.table_doc .th_sort span:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/arrow-up.svg');
  width: 13px;
  background-size: contain;
  height: 13px;
  background-repeat: no-repeat;
  top: 4px;
  right: 10px;
  margin: auto;
}

.table_doc .th_sort2 span:before {
  position: absolute;
  content: "";
  width: 13px;
  background-size: contain;
  height: 13px;
  background-repeat: no-repeat;
  top: 4px;
  right: 10px;
  margin: auto;
}

.up_arrow span:before {
  background-image: url('../images/svg/arrow-up.svg');
}

.down_arrow span:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.doc_folder {
  position: relative;
}

.doc_folder:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/folder-open-gray.svg');
  width: 35px;
  background-size: contain;
  height: 24px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.table_doc .doc_excel,
.table_doc .doc_word,
.table_doc .doc_powerpoint,
.table_doc .doc_folder,
.doc_xml,
.pencil {
  position: relative;
  padding: 9px 0px 9px 45px;
}

.table_doc .doc_excel:before,
.table_doc .doc_word:before,
.table_doc .doc_powerpoint:before,
.doc_xml:before,
.pencil:before {
  width: 28px;
  height: 28px;
  bottom: 0;
  margin: auto;
}

.link_doc {
  cursor: pointer;
}

.link_doc:hover {
  background-color: #F9F9F9;
}

.link_folder {
  color: #000;
  font-family: 'Arial', sans-serif;
  position: relative;
  font-size: 14px;
  line-height: normal;
}

.doc_pdf:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/file-pdf.svg');
  width: 22px;
  background-size: contain;
  height: 30px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.doc_excel:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/excel.svg');
  width: 28px;
  background-size: contain;
  height: 28px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.doc_word:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/word.svg');
  width: 28px;
  background-size: contain;
  height: 28px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.doc_powerpoint:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/powerpoint.svg');
  width: 28px;
  background-size: 100%;
  height: 28px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.doc_xml:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/xml.svg');
  width: 30px;
  background-size: contain;
  height: 30px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.pencil:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/pencil.svg');
  width: 26px;
  background-size: contain;
  height: 26px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.icon_check_circle {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 auto;
  position: relative;
  display: block;
}

.icon_check_circle:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/check-circle.svg');
  width: 16px;
  background-size: contain;
  height: 16px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.icon_warning_circle {
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 auto;
  position: relative;
  display: block;
}

.icon_warning_circle:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/warning-circle.svg');
  width: 16px;
  background-size: contain;
  height: 16px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.red {
  color: #FF0000;
}

.btn_download {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0 auto;
  position: relative;
  display: block;
}

.btn_download:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/icon-download.svg');
  width: 24px;
  background-size: contain;
  height: 24px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.necesar {
  background-color: #EBBBBB;
  padding: 8px 15px;
  color: #000;
  text-align: center;
  border-radius: 3px;
}


/***** Box Conectare *****/

.box_conectare {
  margin-bottom: 50px;
  border-radius: 3px;
  width: 100%;
  float: left;
  padding: 50px 20px;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
}

.div_conectare_left {
  width: calc(100% - 200px);
;
  float: left;
}

.div_conectare_left>div {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.div_conectare_right {
  width: 200px;
  float: left;
  padding: 0 10px;
}

.btn_arrow_right {
  text-decoration: none;
  background-color: #034B95;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  padding: 15px 40px 15px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
}

.btn_arrow_right:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/arrow-right.svg');
  width: 20px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  top: 0px;
;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.btn_arrow_right:hover {
  background-color: #205CA6
}

.div_conectare_right .btn_arrow_right {
  width: 100%;
  float: left;
}

.bottom_documente {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-top: 30px;
}

.txt_documente {
  float: left;
  display: inline-block;
  font-size: 13px;
  width: 50%;
}

.box_send_doc {
  float: right;
  display: inline-block;
  width: 50%;
}


/***** Box Grey *****/

.box_gray {
  padding: 30px 20px;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  background-color: #FAFAFA;
  float: left;
  display: block;
  width: 100%;
}

.title_border_bottom {
  position: relative;
  font-family: 'Arial', sans-serif;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  float: left;
  padding: 0 10px 15px 10px;
  margin-bottom: 10px;
}

.title_border_bottom:after {
  background-color: #034B95;
  width: 130px;
  height: 4px;
  position: absolute;
  left: 10px;
  bottom: 0;
  content: "";
}

.box_necesar {
  float: left;
  display: inline-block;
}

.box_upload {
  float: left;
  display: inline-block;
}

.box_gray table {
  width: 100%;
}


/***** Button upload *****/

.file-control {
  display: none;
}

.btn_upload_doc {
  min-width: 130px;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 8px 45px 8px 14px;
  background-color: #E5ECFD;
  float: left;
  text-align: left;
  border-radius: 3px;
  color: #000;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.btn_upload_doc .icn_upload {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 15px;
  height: 15px;
  right: 21px;
  margin: auto;
}

.btn_upload_doc .icn_upload:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/upload.svg');
  width: 15px;
  background-size: 100%;
  height: 15px;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn_upload_doc:hover {
  background-color: #BFC6C9;
}


/***** Icons *****/

.icon_user:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/icon-user.svg');
  width: 20px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  top: 0px;
;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.icon_phone:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/icon-phone.svg');
  width: 20px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  top: 0px;
;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.icon_mail:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/icon-mail.svg');
  width: 22px;
  background-size: contain;
  height: 18px;
  background-repeat: no-repeat;
  top: 0px;
;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.icon_company:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/icon-suitcase.svg');
  width: 22px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  top: 0px;
;
  left: 10px;
  bottom: 0;
  margin: auto;
}


.icon_calendar:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/icon-calendar.svg');
  width: 19px;
  background-size: contain;
  height: 22px;
  background-repeat: no-repeat;
  top: 0px;
;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.icon_calendar {
  padding: 20px 20px 20px 50px !important;
  background-color: transparent !important;
  font-size: 16px !important;
  color: #000 !important;
}


/***** Input - small label *****/

.floating-label {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  z-index: 1;
}

.floating-label-field {
  border: 1px solid #C2C2C2;
  color: rgba(44, 62, 80, .75);
  z-index: 2;
}

.floating-label-field:focus {
  outline: 0;
  box-shadow: 0;
}

.floating-label-field::placeholder {
  color: rgba(44, 62, 80, .5);
}

.floating-label,
.floating-label-field {
  font: inherit;
  line-height: 1;
  display: block;
  width: 100%;
}

.floating-label-field,
.floating-label-wrap {
  position: relative;
}

.floating-label-field--s3 {
  padding: 30px 20px 10px 50px;
  transition: border-color .25s ease-in-out;
  color: #000;
  border-radius: 3px;
  background-color: transparent;
}

.floating-label-field--s3+.floating-label {
  position: absolute;
  top: 13px;
  left: 50px;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 10px 0;
  transition: transform .25s, opacity .25s, padding .25s ease-in-out;
  transform-origin: 0 0;
  color: #000;
}

.floating-label-field--s3:focus,
.floating-label-field--s3:not(:placeholder-shown) {
  border-color: #034B95;
  border-width: 1px;
}

.floating-label-field--s3:focus+.floating-label,
.floating-label-field--s3:not(:placeholder-shown)+.floating-label {
  z-index: 2;
  transform: translate(0, -10px) scale(.8);
  color: #034B95;
}

.floating-label-field--s3::placeholder {
  color: transparent;
}


/***** Selectmenu *****/

.ui.selection.dropdown {
  font-weight: normal;
  position: relative;
  width: 100% !important;
  margin: 0;
  padding: 14px 35px 14px 14px;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  color: #747474;
  text-align: left;
  border-radius: 3px;
  line-height: normal;
  border: 1px solid #B5B5B5;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ui.dropdown:not(.button)>.default.text {
  color: #747474 !important;
}

.ui.selection.dropdown:focus,
.ui.selection.active.dropdown {
  border: 1px solid #B5B5B5 !important;
  box-shadow: none !important;
}

.ui.selection.dropdown>.dropdown.icon {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  width: 16px;
  height: 16px;
  right: 10px;
}

.ui.selection.dropdown>.dropdown.icon:before {
  content: "";
  background-image: url('../images/svg/arrow-dropdown-circle.svg');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
}

.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:focus,
.ui.selection.active.dropdown .menu:hover {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #B5B5B5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ui.selection.active.dropdown:hover .menu {
  box-shadow: none !important;
  border-radius: 0;
  border: 1px solid #B5B5B5 !important;
}

.ui.selection.dropdown .menu>.item {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #747474;
  line-height: normal;
}

.ui.selection.dropdown .menu {
  margin: 5px 0 0 -1px;
  border-top: 1px solid #B5B5B5 !important;
}

.ui.dropdown .menu .selected.item {
  background: #fff;
  color: #000;
}

.ui.dropdown .menu>.item:hover {
  background: #EFEFEF;
}

.ui.dropdown .menu .active.item {
  font-weight: normal;
}

.ui.selection.dropdown .menu>.item {
  border-top: 0;
  padding: 6px 14px !important;
}


/***** Selectmenu - search *****/

.select .ui.search.dropdown>input.search {
  padding: 14px 35px 14px 14px;
}


/***** Selectmenu - multiple *****/

.ui.fluid.dropdown {
  float: left;
}

.ui.multiple.dropdown>.label {
  float: left;
  width: auto;
}

.ui.multiple.dropdown>.label:hover {
  text-decoration: none;
}

.ui.multiple.dropdown>.label {
  background: #EFEFEF;
  position: relative;
  padding: 4px 22px 3px 8px;
  margin: 4px 5px 4px 0;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #747474;
  line-height: normal;
  font-weight: normal;
}

.ui.multiple.dropdown>.label .delete {
  position: absolute;
  top: 6px;
  right: 3px;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.ui.multiple.dropdown>.label .delete:before {
  content: "";
  background-image: url('../images/svg/delete.svg');
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.ui.multiple.dropdown>.label .delete:hover {
  opacity: 1;
}

.ui.multiple.dropdown {
  padding: 1px 35px 1px 14px;
}

.ui.multiple.dropdown>.text {
  margin: 8px 0;
}


/***** Table *****/

.box_documente table td {
  font-size: 14px;
  padding: 0 10px;
  vertical-align: top;
}

.box_documente table th {
  padding: 0 10px 10px;
  vertical-align: top;
}

.box_documente table {
  text-align: left;
}

.box_documente table th:nth-child(1),
.box_documente table td:nth-child(1) {
  text-align: center;
}

.box_documente table td:nth-child(3) {
  max-width: 500px;
  min-width: 300px;
}

.box_documente table th:nth-child(4) {
  min-width: 150px;
  text-align: center;
}


/***** Box Operator *****/

.box_operator {
  margin-bottom: 50px;
  border-radius: 3px;
  width: 100%;
  display: flex;
  padding: 30px 20px;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.2);
}

.box_operator .select,
.box_operator .btn_arrow_right {
  float: left;
  display: inline-block;
}

.box_operator .select {
  width: 100%;
}

.box_operator .label_select {
  float: left;
  display: inline-block;
  padding: 14px 20px 0 0;
  min-width: 90px;
}

.box_operator>div {
  flex-grow: 1;
  padding: 0 10px;
}

.maxwidth200 {
  max-width: 200px;
}

.txt_right_table {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  display: block;
  float: left;
  font-size: 13px;
}

.btn_date {
  float: left;
  width: 100%;
}

.btn_date .btn_arrow_right {
  float: left;
}

.mt20 {
  margin-top: 20px;
}


/***** Checkbox *****/

.checkbox {
  text-align: left;
  padding-left: 30px;
  font-size: 14px;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  margin: 0;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.icn_checkbox {
  position: absolute;
  left: 0;
  top: 0px;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 3px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.checkbox input:checked~.icn_checkbox:after {
  position: absolute;
  content: "";
  background-image: url('../images/svg/check.svg');
  width: 11px;
  background-size: contain;
  height: 8px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/***** Date formular *****/

.date_formular {
  margin-bottom: 50px;
  padding: 30px 20px;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  background-color: #FAFAFA;
  float: left;
  display: block;
  width: 100%;
}

.date_formular table td {
  font-size: 14px;
  padding: 4px 5px;
}

.date_formular table td:first-child {
  font-weight: bold;
}

.date_formular table {
  border-collapse: collapse;
}

.table_cantitate tr:hover {
  background-color: #dadada;
}

.date_formular .table_operator {
  margin-bottom: 10px;
}

.table_cantitate {
  border-top: 2px solid #034B95;
  padding-top: 10px;
  width: 100%;
  max-width: 500px;
}

.table_cantitate td:last-child {
  text-align: right;
}


/***** Table *****/

table.dataTable {
  border-collapse: collapse;
}

table.dataTable thead th {
  border: 1px solid #ccc;
}

.table_title {
  float: left;
  position: relative;
  width: 100%;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  color: #034B95;
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.table_scroll .dataTables_wrapper {
  float: left;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  width:99.9%;
}

table.dataTable {
  margin-top: 10px !important;
  float: left;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
}

.dataTable th,
.dataTable td {
  font-size: 11px;
}

.dataTable th {
  background-color: #FAFAFA;
}

.dataTable thead {
  border-bottom: 2px solid #034B95;
}

table.dataTable thead .sorting_disabled {
  background-image: none !important;
  pointer-events: none;
}

table.dataTable thead td,
table.dataTable thead th {
  padding: 10px 15px;
}


/***** Tabs *****/

.ui-tabs {
  border: 0px !important;
  margin: 0 !important;
  float: left;
  width: 100%;
  padding: 0;
  border-radius: 0 !important;
}

.ui-tabs .ui-tabs-nav {
  /* padding: 0px 20px;*/
  background-color: #fff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #D5D5D5;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #034B95;
}

.ui-tabs .ui-tabs-panel {
  float: left;
  padding: 20px;
  width: 100%;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab {
  float: left;
  margin: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab:hover {
  background-color: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab:hover a {
  color: #034B95;
}

.ui-tabs .ui-tabs-nav .ui-tabs-tab a {
  padding: 8px 20px;
  width: 100%;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ui-tabs .ui-tabs-nav .ui-state-default {
  background-color: transparent !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
  background-color: transparent;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a {
  color: #fff;
  position: relative;
  background-color: #034B95;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a:hover {
  color: #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
  background-color: #034B95;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
}


/***** Datepicker *****/

.ui-datepicker {
  z-index: 3 !important;
}

.ui-datepicker .ui-datepicker-header {
  border: 0px;
  background-color: transparent;
}

.ui-datepicker .ui-datepicker-title {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

.ui-datepicker th {
  padding: .7em 0;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.ui-datepicker th span {
  background-color: #f4f9fd;
  padding: 5px;
}

.ui-datepicker .ui-datepicker-week-end {
  color: #8EC5FC !important;
}

.ui-datepicker td a {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0px;
  /*background-color: transparent;*/
  text-align: center;
}

.ui-datepicker table {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
}

.ui-datepicker-today .ui-state-default {
  background-color: #32cf69;
}

.ui-datepicker-today a {
  color: #fff !important;
}

.ui-state-default:hover {
  background-color: #006EFF;
  color: #fff;
}

.ui-datepicker td a {
  padding: 8px 5px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev span:before {
  background-image: url('../images/svg/arrow-left-thin.svg');
  position: absolute;
  bottom: 0;
  content: "";
  width: 11px;
  background-size: 100%;
  height: 8px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
}

.ui-datepicker .ui-datepicker-next span:before {
  background-image: url('../images/svg/arrow-right-thin.svg');
  position: absolute;
  bottom: 0;
  content: "";
  width: 11px;
  background-size: 100%;
  height: 8px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
}


/***** Inbox *****/

.div_dropdown_search {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.div_dropdown_search .select {
  max-width: 300px;
  width: 100%;
}

.table_inbox {
  padding-bottom: 75px;
  width: 100%;
}

.table_inbox input,
.table_inbox textarea {
  border: 1px solid #c5c5c5;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
}

.min130 {
  min-width: 130px !important;
}

.notxt {
  padding: 0px !important;
  width: 100%;
}

.notxt .icn_checkbox {
  position: relative;
}

.btn_blue {
  cursor: pointer;
  text-align: center;
  float: left;
  color: #fff;
  text-decoration: none;
  background-color: #034B95;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
}

.btn_blue:hover {
  background-color: #205CA6
}

.table_inbox table.dataTable {
  box-sizing: border-box;
}

.dataTable_nopag .dataTables_info {
  display: none !important;
}

.dataTable_nopag {
  border-bottom: 0px !important;
}

.dataTable_nopag.dataTable {
  box-sizing: border-box;
}

.view_file {
  width: 100%;
  height: 30px;
  position: relative;
  padding: 0;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
}

.view_file:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.view_file:before {
  position: absolute;
  content: "";
  background-image: url('../images/svg/eye.svg');
  width: 20px;
  background-size: contain;
  height: 13px;
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.min500 {
  min-width: 500px;
}

.link_pdf {
  position: relative;
  padding: 5px 0 5px 30px;
}

.link_pdf:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url('../images/svg/file-pdf.svg');
  width: 15px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
}

.link:hover,
.link_pdf:hover {
  color: #034B95;
}


/***** Breadcrumbs *****/

.bredcrumbs_nav {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
}

.bredcrumbs_nav>div {
  height: 20px;
  flex-grow: 1;
  padding: 0 10px;
  float: left;
  position: relative;
  padding-top: 60px;
}

.bredcrumbs_nav>div p {
  text-align: center;
  color: #888;
  font-size: 14px;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
}

.bredcrumbs_nav>div:before {
  width: 100%;
  height: 4px;
  background-color: #e9e9e9;
  top: 24px;
  left: 0;
  content: "";
  position: absolute;
}

.bredcrumbs_nav>div:first-child:before {
  width: 50%;
  right: 0;
  left: inherit;
}

.bredcrumbs_nav>div:last-child:before {
  width: 50%;
}

.bredcrumbs_nav>div span {
  position: absolute;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e9e9e9
}

.icon_file {
  position: relative;
  width: 22px;
  height: 22px;
}

.icon_file:after {
  background-image: url('../images/svg/file-alt-gray.svg');
  content: "";
  width: 22px;
  height: 22px;
  color: #888888;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.icon_file_check {
  position: relative;
  width: 22px;
  height: 22px;
}

.icon_file_check:after {
  background-image: url('../images/svg/file-check-gray.svg');
  content: "";
  width: 22px;
  height: 22px;
  color: #888888;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.icon_file_edit {
  position: relative;
  width: 22px;
  height: 22px;
}

.icon_file_edit:after {
  background-image: url('../images/svg/file-edit-gray.svg');
  content: "";
  width: 22px;
  height: 22px;
  color: #888888;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.icon_file_edit {
  position: relative;
  width: 22px;
  height: 22px;
}

.icon_paperclip:after {
  background-image: url('../images/svg/paperclip-gray.svg');
  content: "";
  width: 22px;
  height: 22px;
  color: #888888;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.bredcrumbs_nav .active:before,
.bredcrumbs_nav>.active span {
  background-color: #23249c;
}

.bredcrumbs_nav .completed:before,
.bredcrumbs_nav>.completed span {
  background-color: #b3d22c;
}

.bredcrumbs_nav .error:before,
.bredcrumbs_nav>.error span {
  background-color: #ff0000;
}

.bredcrumbs_nav .active .icon_file:after,
.bredcrumbs_nav .completed .icon_file:after,
.bredcrumbs_nav .error .icon_file:after {
  background-image: url('../images/svg/file-alt-white.svg');
}

.bredcrumbs_nav .active .icon_file_check:after,
.bredcrumbs_nav .completed .icon_file_check:after,
.bredcrumbs_nav .error .icon_file_check:after {
  background-image: url('../images/svg/file-check-white.svg');
}

.bredcrumbs_nav .active .icon_file_edit:after,
.bredcrumbs_nav .completed .icon_file_edit:after {
  background-image: url('../images/svg/file-edit-white.svg');
}

.bredcrumbs_nav .active .icon_paperclip:after,
.bredcrumbs_nav .completed .icon_paperclip:after,
.bredcrumbs_nav .error .icon_paperclip:after {
  background-image: url('../images/svg/paperclip-white.svg');
}


/***** dashboard *****/

#page-container {
  display: flex;
  flex-direction: row;
}

#sidebar {
  width: 160px;
  border-right: 2px solid #F5EFFC;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 75px;
  left: 0;
  bottom: 0px;
  background-color: #fff;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li a {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  transition: 0.2s;
}

#sidebar ul li a i {
  font-size: 28px;
}

#sidebar ul li a i {
  color: #D1D1D1;
}

#sidebar ul li a:hover {
  border-right: 5px solid #1175B3;
}

#sidebar ul li a:hover i {
  color: #1175B3;
}

#sidebar ul li.active a {
  border-right-color: rgb(109, 207, 109);
}

#sidebar ul li.active a i {
  color: rgb(109, 207, 109);
}

#content {
  flex: 1;
}

#page-content {
  padding: 30px;
  margin-left: 160px;
  margin-top: 75px;
}

#page-content-stripe {
  padding: 20px;
  margin-left: 20px;
  margin-top: 10px;
  align-content: center;
  width: 70%;
  margin: auto!important;
}

#page-title-stripe {
  font-weight: bold;
  font-size: 26px;
  align-content: center;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#page-title {
  font-weight: bold;
  font-size: 26px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#page-subtitle {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.widget-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 50px;
}

.widget-container-stripe {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.widget {
  border-radius: 10px;
  border: 2px solid #F5EFFC;
  height: 100px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  overflow-y: hidden;
  text-decoration: none;
}

.widget:hover {
  background-color: #F5EFFC;
}

.widget i {
  width: 70px;
  font-size: 42px;
}

.widget p {
  width: 50px;
  font-weight: bold;
  font-size: 14px;
}

.widget h1 {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  color: #252525;
}

.widget .widget-text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.widget .widget-text-container h2 {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.widget .widget-text-container h1 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.widget .widget-text-container p {
  font-size: 12px;
  width: 100%;
  margin: 0;
  font-weight: 300;
  color: #A098AE;
}

#topbar {
  position: fixed;
  background-color: #ffffff;
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#bottombar {
  padding-left: 160px;
  background-color: #eeeeee;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bottombar p {
  font-size: 12px;
  color: #000;
}

#logo-block {
  width: 362px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo-block img {
  margin-top: 5px;
  width: 362px;
  height: 80px;
}

#user-block {
  display: flex;
  align-items: center;
}

#user-block p {
  color: #000000;
}

#user-block #logout-button {
  margin-left: 25px;
  margin-right: 25px;
  outline: none;
  color: #ffffff;
  background-color: #1175B3;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bolder;
}

.bold {
  font-weight: bold!important;
}

.separator {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 166, 0, 0.384);
  border-radius: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.separator-header {
  width: 100%;
  height: 5px;
  background-color: #1175B3;
  border-radius: 5px;
}

.mtheader15 {
  margin-top: -30px;
}


/** Inline Menu */

.bg-grey {
  background-color: rgb(241, 244, 248);
}

.inline-menu-section {
  padding: 20px;
  padding-top: 10px;
  display: flex;
  justify-content: space-evenly;
}

.inline-menu-section .menu-box {
  display: flex;
  flex-direction: row;

  flex: 1 1 0px;
  flex-basis: 0;
  justify-content: center;
}

.inline-menu-section .menu-box .menu-box-icon i {
  font-size: 35px;
  padding: 25px 12px 0 0;

  border-radius: 100px;
  color: #034B95;
}

.inline-menu-section .menu-box .menu-box-icon {
  margin-top: 20px;
}

.inline-menu-section .menu-box .menu-box-content {
  margin-left: 15px;
}

.inline-menu-section .menu-box .menu-box-content h1 {
  font-size: 18px;
  font-weight: 600; margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom:1px solid #dfdfdf;
}

.links-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.links-menu li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.links-menu .links-menu-dropdown {
  padding-left: 15px;
}

.links-menu-dropdown {
  display: none;
}

.expanded>.links-menu-dropdown {
  display: block;
}

.table_form {
  padding: 10px;
}

.table_form tbody tr td {
  border-right: 1px solid rgb(223, 223, 223);
}
.table_form tbody tr td:nth-child(3) {
  text-align: left;
}
.table_form thead tr th:first-child {
  max-width: 60px;
  min-width: auto;
}
.table_form thead tr th:nth-child(2) {
  max-width: 60px;
  min-width: auto;
}
.table_form thead tr th {
  border-right: 1px solid rgb(223, 223, 223);
}
.table_form thead tr th:last-child {
  border-right: 0;
}
.table_form tbody tr td:last-child {
  border-right: 0;
}
.table_form tbody tr {
  border-bottom: 1px solid rgb(230, 230, 230);
}
.table_form tbody tr td {
  border-bottom: 0!important;
}
.table_form tbody tr .checkbox_row {
  text-align: center;
}
.table_form tbody tr .status_row {
  font-size: 16px;
  max-width: 70px;
}
.table_form tbody tr .status_row i {
  font-size: 16px;
}
.table_form tbody tr .buttons_row {
  height: 50px;
  display: flex;
}
.table_form tbody tr .buttons_row .buttons {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_form tbody tr .buttons_row .buttons a {

}

.table_form tbody tr .buttons_row .buttons {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}
.table_form tbody tr .buttons_row .buttons a i {
  font-size: 18px;
}

.buttons_row {
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}

.buttons_row div {
  margin: 5px;
}

.message-box-table-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.message-box {
  padding: 14px;
  background-color: #FEFCE0;
  border: 1px solid #B5B5B5;
  font-weight: bold;
}
.message-box p {margin-top:0px;font-size:15px;}
.message-box p:last-child {margin-bottom:0px;}
.message-box p i {
  margin-left: 10px;
}
.message-box.success {
  color: green;
}
.message-box.error {
  color: red;
}

/***** max-width: 991px *****/

@media screen and (max-width: 991px) {

  /*.buttons_row {*/
  /*flex-direction: column;*/
  /*}*/

  .buttons_row div {
    margin-bottom: 30px;
  }

  .inline-menu-section {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .inline-menu-section .menu-box {
    display: flex;
    flex-direction: column;
  }

  .inline-menu-section .menu-box .menu-box-content {
    margin: 0;
  }

  .box_operator {
    flex-flow: row wrap;
  }
  .box_operator>div {
    width: 33.3%;
  }
  .box_operator>div:last-child {
    flex: 1 100%;
    max-width: auto !important;
    padding-top: 20px;
  }
  .box_operator>div:last-child>a {
    margin-top: 0 !important;
  }
  .flex {
    flex-flow: row wrap;
  }
  #page-container {
    flex-direction: column;
    /* background-color: red; */
  }
  #content {
    margin-left: 0;
    margin-top: 135px;
  }
  #page-content {
    margin-left: 0;
    margin-top: 0;
  }

  #page-content-stripe {
    margin-left: 0;
    margin-top: 0;
  }

  #bottombar {
    padding-left: 0;
  }
  #sidebar {
    width: 100%;
    height: 60px;
    overflow-y: hidden;
    padding: 0;
    border-bottom: 2px solid #F5EFFC;
    border-right: 0;
  }
  #sidebar ul li a:hover {
    border-bottom: 5px solid #4F45B6;
    border-right: 0;
  }
  #sidebar ul {
    list-style-type: none;
    height: 60px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
  #sidebar ul li a {
    border-left: 0;
    border-right: 0;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    transition: 0.2s;
  }
  #sidebar ul li a i {
    font-size: 28px;
  }
  #sidebar ul li a i {
    color: #D1D1D1;
  }
  #sidebar ul li a:hover i {
    color: #4F45B6;
  }
  #sidebar ul li.active a {
    border-bottom-color: rgb(109, 207, 109);
  }
  #sidebar ul li.active a i {
    color: rgb(109, 207, 109);
  }
  .widget-container {
    grid-template-columns: repeat(1, 1fr);
  }
}


/***** max-width: 767px *****/

@media screen and (max-width: 767px) {
  .txt_documente,
  .box_send_doc,
  .width50,
  .width30,
  .width20,
  .width33,
  .width25 {
    width: 100%;
  }
  .btn_arrow_right, .btn_arrow_left {
    margin-top: 20px;
  }
  .box_send_doc .btn_arrow_right {
    float: left;
  }
  .div_conectare_left,
  .div_conectare_right,
  .div_conectare_left>div {
    width: 100%;
  }
  .div_conectare_left>div:first-child {
    margin-bottom: 20px;
  }
  .conectare_links .width50 {
    width: 50%;
  }
  .conectare_links .width50:first-child {
    margin-bottom: 10px;
  }
  .box_operator>div {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 0 !important;
  }
}

.btn_no_arrow:before {
  background-image: none;
}

/***** max-width: 640px *****/

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    text-align: left;
  }
}

/***** max-width: 600px *****/

@media screen and (max-width: 600px) {
  .my-account-data div.if_cell.image {text-align:center;padding:0px;}
  .ui-tabs .ui-tabs-nav .ui-tabs-tab {
    width: 100%;
  }

  .flex_width50, .flex_width33, .flex_width25, .flex_width20 {flex-basis:100% !important;}
  .conectare_links .width50 {
    width: 100%;
  }
  .conectare_links .width50:last-child a {
    float: left;
  }
}

/***** max-width: 450px *****/
@media screen and (max-width: 450px) {

  .btn.float_right, .btn_arrow_left.float_left {float: left;  clear: both;}
}

body .table_inbox thead th {
  font-size: 14px;
}
body .table_inbox tbody tr td {
  font-size: 14px;
}
.form-control:disabled{
  background-color:#e9ecef1a;
  color:black;
}
.button-action{
  color:#034B95;    font-size: 18px;
}

.box_title_anre {width:100%;padding-bottom: 10px; margin-bottom: 25px; border-bottom:1px solid rgb(194, 194, 194); font-size: 20px;  display: inline-block;  line-height: 1.2;  color: #000;  font-weight: 600;}
#login_form .form-group .form-control {padding: 12px 20px 12px 80px;border-radius:5px;border-color: rgb(194, 194, 194);}
#login_form .form-group:before {border-radius: 5px 0 0 5px;background-color:#034B95;}
#login_form .form-group input.form-control:-webkit-autofill {  -webkit-box-shadow: 0 0 0px 1000px white inset;}
.login_form.cbnp_cell.welcome_div {font-weight: bold;margin: 0;}
.login_form.cbnp_cell.welcome_div span { display: block;  border-bottom: 1px solid rgb(194, 194, 194);  padding-bottom: 7px;  margin-bottom: 15px;}
.box_categ_serv_anre {float: left;width:100%;}
.form_lista_serv .speak-search {display:none !important;}
.filter_container .form-control {border-color:rgb(194, 194, 194) !important;border-radius:5px;}
.services_list_container .box_categ_serv_anre .categ_serv {padding: 0;  margin: 0;  border-left: 0px;  font-size: 17px !important;  padding-bottom: 10px;}
.services_list_container .services_header {background-color:#034B95 !important;}
.filter_container .btn-secondary {text-transform: uppercase;  letter-spacing: 1px;  font-weight: 600;border-radius:5px;cursor:pointer;}
.services_list_container .service_body { border: 1px solid rgb(194, 194, 194) !important;float: left;width:100%;}
.services_list_container .service-single { border-bottom: 1px solid rgb(194, 194, 194) !important;}
.services_list_container  .table.large-whitespace th { padding: 15px 0 !important;}
.services_list_container .table.large-whitespace td  {padding: 15px !important;}
.services_list_container .table.large-whitespace td label, .services_list_container  .table.large-whitespace th label {margin-bottom:0px !important;}
.btn_icon_search {  position: absolute;  top: 0;  right: 0;  margin: auto;background-color: transparent;  bottom: 0;width: 60px;  border: 0;}
.btn_icon_search:hover { text-decoration:none !important; background-color:transparent !important;}
.btn_icon_search:hover i {color:#034B95;}
.btn_icon_search i {font-size: 25px;    margin-top: -15px;color: rgb(194, 194, 194);}
.search_container .form-control {padding-right:65px !important;}
.detaliu-serviciu .table.dark-head .thead-dark th {background-color:#034B95 !important;}
.btn_icon_fa i {font-size: 22px;  line-height: 46px;  right: 9px;  position: absolute;  top: 0;  bottom: 0;  margin: auto;}
.btn_icon_fa:hover {cursor:pointer; color:#fff;}
.btn_arrow_left {text-decoration: none; background-color: #034B95;color: #fff;font-weight: 600;letter-spacing: 0.8px; position: relative;padding: 15px 15px 15px 40px;border-radius: 3px; text-transform: uppercase;font-size: 14px;}
.btn_arrow_left:before {position: absolute; content: "";   -ms-transform: rotate(180deg); /* IE 9 */  transform: rotate(180deg); background-image: url('../images/svg/arrow-right.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; ;left: 10px; bottom: 0;  margin: auto; }
.btn_arrow_left:hover {background-color: #205CA6}
.btn_arrow_left:hover, .btn_arrow_right:hover {cursor:pointer;color:#fff;}
.btn_orange {background-color:#FFA500;}
.btn_orange:hover {background-color:#FFA572;}
.btn_green {background-color:#02AB29;}
.btn_green:hover {background-color:#02AB85;}
.btn_file_alt {cursor:pointer;text-decoration: none; background-color: #02AB29;color: #fff;font-weight: 600;letter-spacing: 0.8px; position: relative;padding: 15px 40px 15px 15px;border-radius: 3px; text-transform: uppercase;font-size: 14px;}
.btn_file_alt:before {position: absolute; content: "";  background-image: url('../images/svg/file-alt.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; right: 10px; bottom: 0;  margin: auto; }
.btn_file_alt:hover {background-color: #02AB85;color:#fff;}
.btn_file_plus {cursor:pointer;text-decoration: none; background-color: #02AB29;color: #fff;font-weight: 600;letter-spacing: 0.8px; position: relative;padding: 15px 40px 15px 15px;border-radius: 3px; text-transform: uppercase;font-size: 14px;}
.btn_file_plus:before {position: absolute; content: "";  background-image: url('../images/svg/file-plus.svg'); width: 20px; background-size: contain; height: 20px; background-repeat: no-repeat; top: 0px; right: 10px; bottom: 0;  margin: auto; }
.btn_file_plus:hover {background-color: #02AB85;color:#fff;}
.detaliu-serviciu th {vertical-align:middle !important;}
.detaliu-serviciu th label {margin-bottom:0px; white-space: nowrap;}
.services_header vaadin-button {  top: 0 !important;  bottom: 0;  cursor: pointer;  margin: auto;  color: #fff !important;  border: 2px solid #fff;}
.services_header vaadin-button:hover {background-color:#fff; color:#034B95 !important;}
.btn_tooltip {cursor:pointer;}
.btn_tooltip .tooltiptext {font-weight:normal; font-style:italic;}
.btn_tooltip i {margin:0px;font-size: 18px;}
.width110 {width:110px !important;}
#iframe_logout:focus, #iframe_contul_meu:focus, #iframe_inreg:focus, #iframe_inreg:focus {outline:none !important; box-shadow: none !important;}
.home_form_container .speak-search {display:none !important;}
.btn.btn_green:hover {color:#fff;}
.btn:focus {outline:none !important;box-shadow:none !important;}
.btn_excel {border:0px; cursor:pointer; text-decoration: none;  background-color: #02AB29;  color: #fff; font-weight: 600; letter-spacing: 0.8px; position: relative; padding: 15px 48px 15px 15px; border-radius: 3px; text-transform: uppercase;font-size: 14px;}
.btn_excel:before {position: absolute;  right: 10px;  top: 0;  content: "";  background-image: url('../images/svg/excel_white.svg');  width: 28px; background-size: contain;  height: 28px;  background-repeat: no-repeat;  bottom: 0;margin:auto;}
.btn_excel:hover {background-color:#02AB85;color:#fff;}
.btn_search {cursor:pointer; text-decoration: none;  background-color: #02AB29;  color: #fff; font-weight: 600; letter-spacing: 0.8px; position: relative; padding: 15px 40px 15px 15px; border-radius: 3px; text-transform: uppercase;font-size: 14px;}
.btn_search:before {position: absolute;  right: 10px;  top: 0;  content: "";  background-image: url('../images/svg/search_white.svg');  width: 22px; background-size: contain;  height: 22px;  background-repeat: no-repeat;  bottom: 0;margin:auto;}
.btn_search:hover {background-color:#02AB85;color:#fff;}
.min_width250 {min-width:250px;}
.min_width500 {min-width:500px;}
.btn_cogs {padding-right:48px;}
.btn_cogs i {position:absolute;right:10px;font-size:22px;height: 22px;top:0;bottom:0;margin:auto;}
.btn_cogs label {margin:0px;}
.btn_arrow_left i, .btn_arrow_right i {display: none;}
.chosen-container {position:relative;}
.chosen-drop {position: absolute;  z-index: 999;  background-color: #fff;  width: 100%;}
.bredcrumbs_nav .active:after {width: 30px; height: 30px; border-top: 4px solid #23249c;border-right: 4px solid #23249c; content: ""; position: absolute; top: 11px; z-index: 1; right: 5px;  -ms-transform: rotate(45deg);transform: rotate(45deg);}
.bredcrumbs_nav .active:last-child:after {display:none !important;}
.btn_check{padding-right:40px;  background-color: #02AB29;}
.btn_check i {position:absolute;right:10px;font-size:20px;}
.btn_check:hover {background-color:#02AB85;}
.btn_check:hover, .btn_check:hover i {color:#fff;}
.btn_check label {margin:0px;}
.tooltip_left .tooltiptext  {left: 0 !important;  margin: 0 !important;}
.tooltip_right .tooltiptext  {right: 0 !important;  margin: 0 !important;left:inherit;}
.tooltip_left .tooltiptext:after {left:15px !important;}
.tooltip_right .tooltiptext:after {right:15px !important;left:inherit;}
.tooltip_right_delete .tooltiptext  {right: -5px !important;  margin: 0 !important;left:inherit;}
.tooltip_right_delete .tooltiptext:after {right:7px !important;left:inherit;}
.box_btn_import_export a, .box_btn_import_export vaadin-upload {float:left;display:inline-block;}
.vaadin-ps4-theme table {width:100%;}
.vaadin-ps4-theme table thead th {border: 1px solid #ccc; padding:10px;line-height:18px;font-size:14px; background-color: #FAFAFA;}
.vaadin-ps4-theme table thead {border-bottom: 2px solid #034B95;}
.vaadin-ps4-theme table thead th label:last-child {margin-bottom:0px;}
.vaadin-ps4-theme table thead th label {font-weight: normal !important; color: #000;}
.filter_container .form-control {padding: 7px;}

.table_anre table {width:100%;/*word-break: break-word;*/}
.table_anre table thead th {vertical-align: middle; border:1px solid #ddd !important;box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box; padding:10px !important;font-weight: bold;font-size:14px; background-color: #FAFAFA;}
.table_anre table thead {border-bottom: 2px solid #034B95;}
.table_anre table thead th label:last-child {margin-bottom:0px;}
.table_anre table thead th label {font-weight: bold !important; color: #000;}
.table_anre table tbody tr:nth-child(odd) { background-color: #f9f9f9;}
.table_anre table tbody td {padding:8px 10px !important; font-size:15px !important;color:#000;border:1px solid #ddd !important;box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}
.table_doc .table_anre .table_form tbody tr .status_row {max-width:100%;}
.table_anre .status_row i {/*padding-left:20px;*/position:relative;    display: inline-block;}
.table_anre .status_row i span {white-space:nowrap;}
.table_anre .status_row i:before {position:absolute;left:0;}
.table_anre tbody tr .buttons_row {height:auto;border:0px !important;}
.last_th_100 tr th:last-child {min-width:100px;}
.padd_right0 {padding-right:0px !important;}
.box_table_anre {float:left;width:100%;  padding: 0 20px; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}
.box_buttons_row .buttons_row div {padding:0 10px;margin:0;}
.box_buttons_row .buttons_row div:first-child {padding-left:0px;}
.box_buttons_row .buttons_row div:last-child {padding-right:0px;}
.box_buttons_row .buttons_row div a {display:block;}
#container_categorii i {color:#034B95 !important;}
#container_categorii a:hover {background-color:#034B95 !important;}
#container_categorii a:hover i, #container_categorii a:hover .widget-text-container h1 {color:#fff !important;}
button.btn {border:0;}
.table_start_page {float: left;width:100%;margin-top:30px;}
.table_start_page table {width:100%;}
.table_start_page table thead {border-bottom: 2px solid #034B95;}
.table_start_page table thead th {  padding: 2px 10px;    border: 1px solid #ccc;font-size: 14px;}
.table_start_page table tbody td {  font-size: 14px;  color: #000;  border: 1px  solid #ddd !important;}
.table_start_page table tbody td:nth-child(2) {text-align:center;}
.table_start_page table tbody tr:nth-child(odd) {  background-color: #f9f9f9;}
.table_start_page table tbody td a {display: block;  padding: 2px  10px;line-height: 25px;}
.table_start_page table tbody td a:hover {text-decoration: none;}
.table_start_page table tbody tr:hover a {color:#fff;}
.table_start_page table tbody tr:hover {background-color:#034B95;}
.links_start_page {float:left;display:block;width:100%;margin-top:20px;}
.links_start_page a { border: 1px solid #ddd;border-right:0px;  padding:10px;font-size:35px;width:25%;float: left;text-align:center; box-sizing: border-box; -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;}
.links_start_page a:last-child {border-right:1px solid #ddd;}
.links_start_page a:hover {background-color:#034B95;color:#fff;}
.section_separator {  font-size: 20px;  font-family: 'Arial', sans-serif;  font-weight: bold;  margin-top: -35px;  margin-bottom: 22px;  color: black !important;  border-bottom: solid black 1.0pt !important;  text-decoration-line: none !important;  display: block;}
.section_separator_vaadin {  font-size: 130%;  font-family: 'Arial', sans-serif;  font-weight: bold;  margin-top: 15px;  color: black !important;  border-bottom: solid black 1.0pt !important;  text-decoration-line: none !important;  display: block;}
.container {float:left;}
body, #outlet {height: initial !important;float:left;width:100%;}
header .visual_identity .container { max-width: 1000px; float: none;}
footer {float:left;width:100%;}
.box_utilizator label, .btns_utilizator {float:right;width:100%;}
.box_utilizator label {text-align:right;margin:0;font-weight:600;}
.box_utilizator label span {color:#034B95;}
.main-content .container > div hr {display:none}
.authentication_page .login_form {margin:auto !important;}
.table_date_contact {margin-bottom:20px !important;}
.table_date_contact th, .services_list_container  .table_date_contact table.table th {font-size: 15px; white-space: normal !important;padding:2px 10px;border:1px solid #ddd;vertical-align: middle;max-width: 250px; }
.services_list_container  .table_date_contact table.table th, .services_list_container  .table_date_contact table.table td {padding:10px !important;}
.table_date_contact th[colspan] {padding:0px !important;}
.table_date_contact td {font-size: 15px;padding:2px 10px !important;border:1px solid #ddd;border-left:2px solid #034B95 !important;}
.table_date_contact tr:nth-child(odd){background-color:#f9f9f9;}
.table_date_contact tr:first-child th, .table_date_contact tr:first-child td {border-top:1px solid #ddd !important;}
.table_date_contact .btn {padding-top:12px !important;padding-bottom:12px !important;}
.btn_green label {margin:0;}
.table_date_contact .btn_cogs {margin-top:5px; margin-bottom:5px;}
body .main-content {margin:0px !important;}
.table_date_contact .section_separator_vaadin {margin:0px;padding:10px;background-color: #034B95;color:#fff !important;margin-top:15px;border:0px !important;}
.profile_inbox {padding:0px;border:1px solid #ddd !important;}
.profile_container .search_form {padding:30px;}
.account_data .box_title {padding:0px;}
.profile_inbox vaadin-horizontal-layout {border:1px solid #ddd !important;}
.profile_inbox .box_title {padding:0px 30px 15px;}
.services_list_container .profile_inbox .box_title {padding-top: 30px;}
.profile_container .box_title h2 {padding-bottom: 15px; font-size:20px;font-weight:600; border-bottom: 2px solid #034B95;}
.profile_inbox .separator {  height: 1px; display:none;}
.profile_container .profile_inbox .message.reply .separator {border-top:1px solid #034B95;display:block;margin-top:15px;}
.profile_container .profile_inbox .message {border-bottom:1px solid #ddd !important;padding: 15px 30px 12px 70px;}
.profile_container .profile_inbox .message .header .name {font-size:17px;font-weight: normal;}
.profile_container .profile_inbox .message .subject {font-weight:normal;}
.profile_container .profile_inbox .message .subject {margin:5px 0;}
.profile_container .profile_inbox .message .envelope {top:12px;left:30px;}
.profile_inbox .all_messages {margin-top:30px;margin-left:30px;margin-bottom:30px;}
.profile_container .sidebar_widget {border-color:#ddd;padding:30px;}
.profile_container .sidebar_widget ul.widget_elements li .element_content strong {font-weight:normal !important;}
.profile_container .sidebar_widget ul.widget_elements li { padding: 12px 0px;border-bottom: 1px solid #ddd;}
.profile_container .sidebar_widget ul.widget_elements li .element_content { padding-right: 130px;padding-left:45px;min-height:25px;}
.profile_container .sidebar_widget .btn_green {margin-top:30px;}
.profile_container .sidebar_widget ul.widget_elements li .element_content i {font-size:25px;}
.profile_container .sidebar_widget .header {padding:0px;}
.profile_container .sidebar_widget .header {border-bottom: 2px solid #034B95;  float: left;width:100%;padding-bottom:15px;padding-top:10px;position:relative;padding-right:60px;}
.profile_container .sidebar_widget .header > div:last-child {border-bottom: 0px;}
.profile_container .sidebar_widget .header > div {display:inline-block;float:left;padding:0;margin:0;}
.profile_container .sidebar_widget .header > div.no {font-size: 20px;  padding: 0; position:absolute;right:0;top:0;  background-color: #034B95;  width: 40px;  border-radius: 100%;  line-height: 40px;  color: #fff;  height: 40px;}
.profile_container .sidebar_widget .header .image {display:none;}
.profile_container .sidebar_widget ul.widget_elements {float:left;width:100%;}
.account_data .profile_field {width:100%;float:left;border-bottom: 1px solid #ddd;    margin: 0 !important;  padding: 8px 0;}
.account_data .profile_date, .account_data .welcome {width:50%;float:left;border:0px;}
.account_data .profile_date span { float: right;  padding: 6px;border:0px;}
.pt0 {padding-top:0px !important;}
.unread_msg {margin-left:5px;display: inline-block; background-color: rgb(222,49,48); color: #fff;  width: 25px; height: 25px;line-height: 25px;border-radius: 100%; text-align: center;}
.dataTables_wrapper .dataTables_filter input {margin-left:0px;}
.table-icons i.fas {color: #034B95;}
.width_calendar {position: relative;padding-left: 20px;}
.width_calendar i {position:absolute;left:0;top:2px;}
.table_anre_responsive table td:first-child {padding:2px 10px !important;border:1px solid #ddd; vertical-align: middle;max-width: 250px;  font-size: 15px;}
.table_anre_responsive td label:last-child {margin-bottom:0px;}
.table_anre_responsive td {padding:2px 10px;border:1px solid #ddd;font-size: 15px;}
.table_anre_responsive tr:nth-child(odd){background-color:#f9f9f9;}
.table_mob_2col_9 table tr:nth-child(9n) td {border-top:2px solid #034B95;}
.table_anre_responsive td i {color:#034B95; margin-right:5px;}
.table_anre .btn_attachements_cp, .table_anre_responsive .btn_attachements_cp {right:inherit;text-align:center;}
.table_anre label:last-child {margin:0;}
.custom_chosen.chosen-container-multi .chosen-choices {-webkit-box-shadow:none; box-shadow:none;background: none !important;background-color:#fff !important; padding: 8px !important;border-color: #c5c5c5;border-radius:3px;}
.custom_chosen.chosen-container-multi .chosen-choices li.search-field input.chosen-search-input { font-size: 14px; height: auto; min-height: auto;  line-height: normal; color: #000; font-family: Arial,Helvetica,sans-serif;  }
.custom_chosen.chosen-container-multi .chosen-choices li.search-choice {border: 1px solid #d0d0d1;border-radius:0;background-color: #efefef; background-imagr:none;}
.custom_chosen.chosen-container a.chosen-single {-webkit-box-shadow:none; box-shadow:none;background: none !important;background-color:#fff !important; padding: 8px !important; font-size: 14px; height: auto; min-height: auto;  line-height: normal; color: #000; font-family: Arial,Helvetica,sans-serif;  border-color: #c5c5c5;}
.custom_chosen.chosen-container .chosen-results li.highlighted {background-image: none;background-color: #034B95;color:#fff;}
.custom_chosen.chosen-container .chosen-results li {font-size: 14px;}
.custom_chosen.chosen-container .chosen-search input[type="text"] {border-radius:3px !important;font-size: 14px;padding:5px;}
.custom_chosen.chosen-container .chosen-results {margin:0px;border:0px;}
.custom_chosen.chosen-container .chosen-results  li.highlighted em {color:#fff;}
.custom_chosen.chosen-container .chosen-single div:after {margin-top: -8px; right: 12px;font-size:15px;}
.table_mob_title_blue .title_1col {color: #034B95;}
.first_td_bg td:first-child {border-left:1px solid #ddd !important;}
/*vaadin-text-field {  width: 100% !important;}*/
.solicitare-revizie-finala .service_body {margin-bottom:20px;}
.info_message > div {display:inline-block;color:red;padding-right:5px;}
.info_message {text-align:right;font-size: 14px; color: #034B95;font-weight: 600;}
.nota_info {float:left;width:100%;margin-bottom:0px;font-size:13px;}
.link_gdpr {font-weight: 600; margin-top: 30px;  display: inline-block;  border: 2px solid #034B95;  padding: 14px  20px;}
.link_gdpr:hover {background: #034B95;color:#fff;text-decoration:none;}

.profile_inbox .unread .header .name, .profile_inbox .unread .subject {font-weight:600 !important;}
.profile_inbox .message {background-color: #f1f4f8;float: left; width: 100%;}
.profile_inbox .message.unread {background-color: #fff;}
.profile_inbox .message .subject {font-size:15px;}
.profile_inbox .message .header .name {color: #034B95;}
.profile_inbox .box_title { border-bottom: 1px solid #ddd !important; float: left; width: 100%;}
.profile_inbox .message .header .right_items .date {font-size: 15px;}
.profile_inbox .message .header .right_items a {color: #dc3640 !important;cursor: pointer;}
.profile_inbox .message .header .right_items a:hover {color: #034b95 !important;}
.box_messages {float:left;width:100%;margin-top: 15px;}
.box_messages > div {margin-right:20px;}
.box_messages .icn_checkbox {display: none !important;}

@media (max-width: 1200px) {
  .profile_container .gap-50 {display: none;}
  .widget-container-stripe { grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 991px) {
  vaadin-vertical-layout {padding-left:0 !important;padding-right:0 !important;}
  vaadin-vertical-layout .container {padding:0px !important;}
  .table-responsive.vaadin-ps4-theme { width: 100% !important; }
  .inline-menu-section .menu-box .menu-box-icon {margin:0 0 20px 0;}
  .inline-menu-section .menu-box {padding:0 5px 20px; width: 100%;  border-bottom: 1px solid #dfdfdf;}
  .inline-menu-section .menu-box:last-child {border-bottom:0px;}
  .inline-menu-section .menu-box .menu-box-content h1 {border:0px;}
  ul.links-menu.links-menu-dropdown {width:auto;left:50px;right:inherit;}

}

@media (max-width: 767px) {
  .modal_name, .modal .date {float:left; width:100%;}
  .content_modal {padding:0 20px 20px;}
  .modal_top {padding:10px 20px 0;}
  .dropdown_inbox {min-width:auto !important;}
  .account_data .profile_date, .account_data .welcome {width: 100%;}
  .account_data .profile_date span {float: left; padding: 0;}
  .profile_container .account_data .profile_content .edit_profile_btn .btn {margin-top:20px;}
  .profile_container .search_form {padding:20px 20px 0;}
  .profile_inbox .box_title {padding:30px 20px 15px;}
  .mt30 {margin-top:20px;}
  .profile_inbox .all_messages {margin:20px;}
  .profile_container .sidebar_widget {padding:20px;}
  .profile_container .sidebar_widget .btn_green {margin-top:20px;}
  .profile_container .sidebar_widget .header .title {text-align:left;}
  .services_list_container .service_body .ui-tabs .ui-tabs-panel {padding-left:0px;padding-right:0px;padding-bottom: 0;}
  .flex > div {margin-top:20px;}
  .flex > div:first-child {margin:0px;}
  .btn_arrow_right.next {padding-right:40px !important;}
  .btn_arrow_left.prev {padding-left:40px !important;}
  .services_list_container .service_body {padding:20px;}
  .info_message {text-align:right;}
  .services_list_container .services_header vaadin-button {position:relative !important; right: inherit !important;    margin-top: 20px;    display: inline-block !important;}
  .widget-container-stripe { grid-template-columns: repeat(1, 1fr);}
  #page-content-stripe {width:100%;}
  .message-box-table-container {display:block;float: left;padding:0px;}
  .message-box-table-container > div {float: left;}
  .float_left_mob {float:left !important;}
}

@media (max-width: 600px){
  .profile_container .profile_inbox .message {padding:15px 20px 12px 55px;}
  .profile_container .profile_inbox .message .envelope {left:20px;}
  .profile_container .profile_inbox .message .header > div {width:100%;}
  .profile_container .profile_inbox .message .header .right_items {padding:12px 0 10px;margin:0px;}
  .profile_container .account_data .profile_content .edit_profile_btn {width:100%;}
  .profile_container .account_data .profile_content .edit_profile_btn .btn {margin-left:0;margin-right:0 !important; clear: both;float:left;}
  .profile_container .my_requests ul.widget_elements li .element_content,
  .profile_container .my_documents ul.widget_elements li .element_content {padding-bottom: 60px;}
  .profile_container .sidebar_widget ul.widget_elements li .element_content {padding-right:0px;}
  .profile_container .my_requests ul.widget_elements li .element_buttons,
  .profile_container .my_documents ul.widget_elements li .element_buttons {right: inherit; top: inherit;  bottom: 20px;left: 45px; margin-top: 0;}
  .fancybox-content {padding:20px;}
}

@media (max-width: 480px) {
  .profile_container .sidebar_widget ul.widget_elements li .element_content i {display: none;}
  .profile_container .sidebar_widget ul.widget_elements li .element_content {padding-left:0px;}
  .profile_container .my_requests ul.widget_elements li .element_content,
  .profile_container .my_documents ul.widget_elements li .element_content {padding-bottom: 50px;}
  .profile_container .my_requests ul.widget_elements li .element_buttons,
  .profile_container .my_documents ul.widget_elements li .element_buttons{left:0;}
  .min_width250 {min-width: 200px;}
  .buttons_row {display:block;}
  .box_buttons_row .buttons_row .btn {float:left;}
  .box_buttons_row .buttons_row div {float:left;clear:both;margin-bottom:20px;padding:0;}
  .buttons_container .btn {clear:both;float:left !important;}
  .bredcrumbs_nav {display: block;}
  .bredcrumbs_nav>div {padding-top:0;padding-bottom:55px;width:100%;padding-left: 60px;padding-right: 60px;}
  .bredcrumbs_nav>div span {right:inherit;}
  .bredcrumbs_nav>div:first-child:before {width: 4px; left: 23px;right:inherit; bottom: 0; height: 100%; margin: auto;}
  .bredcrumbs_nav .active:after {top:inherit;bottom:4px;left:9px;right:inherit; margin:auto;-ms-transform: rotate(130deg);transform: rotate(130deg);}
  .bredcrumbs_nav>div p {background-color: #fff;padding:15px 0 0 0;text-align: left; margin:0px;}
  .bredcrumbs_nav>div:before {width:4px; height:100%;margin: auto;left: 23px;right:inherit;}
  .bredcrumbs_nav>div:last-child:before {display: none;}
  .bredcrumbs_nav>div:last-child {padding-bottom:20px;}
}

@media (max-width: 450px) {
  .services_list_container .service-single .service-item-title {padding: 40px 0 8px 0;}
  .services_list_container .service-single .service-item-title .service_item_icon {top:0;margin-top:0px;}
  .services_list_container .service-single .service-item-content {padding-left:0px;}
}

/* ==========================================================================
END DEZVOLTARI NOI PORTAL - 04.08.2021 - meniu, main operator
========================================================================== */