.grecaptcha-badge{
    display: none;
}
article header {
    background: #1f62af !important;
}
.section {
    display: table;
    width: 100%;
}
.section_inner {
    display: table;
    width: 95%;
    max-width: 900px;
    margin: auto;
    padding: 10px 0 50px 0;
}
.section_full_width .section_inner {
    max-width: 1300px;
}
.row,
.row_full {
    display: table;
    width: 100%;
    margin: 0;
}
.row_half {
    display: table;
    width: 48%;
    margin: auto;
    float: left;
}
.row_half:nth-child(1) {
    margin-right: 2%;
}
.row_half:nth-child(2) {
    margin-left: 2%;
}
.section input,
.section select,
.section textarea {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 15px;
	padding: 10px 0;
	text-indent: 10px;
	border-radius: 5px;
	margin: 5px 0 10px 0;
	text-align: left;
}
textarea.update_field {
    text-indent: 0px;
    padding: 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    resize: vertical;
}
input[type=text],
input[type=tel] {
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.section select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZSc+PHBhdGggZD0nTTcgN2wzLTMgMyAzbTAgNmwtMyAzLTMtMycgc3Ryb2tlPScjMzMzJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+);
    background-repeat: no-repeat;
	background-position: center right 2px;
    background-size: 25px;
	/* text-align-last: center; */
	text-align-last: left;
    padding: 11px 0;
}
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	border-radius: 100%;
}
input[type=radio]:active,
input[type=radio]:focus {
	box-shadow: none;
	border-color: initial;
}
input[type=radio]:hover {
	cursor: pointer;
}

.row p {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.section h1 {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
.section h2 {
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.section h3 {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.section h4 {
    font-size: 19px;
    line-height: 23px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.section h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}
.general_text {
    font-size: 15px;
    line-height: 23px;
}
/* .section span {
    display: inline-block;
    vertical-align: middle;
} */
h3 span {
    max-width: calc(100% - 50px);
}
.p_info,
.row .p_info {
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    color: #888;
}
table .p_info {
    text-align: center;
}
.button {
	display: table;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
    text-transform: none;
	padding: 15px 0;
	margin: auto;
	background: #0D85F5;
	color: #fff;
	border-radius: 5px;
	border-bottom: 3px solid #0d5ff5;
    border-right: 3px solid #0d5ff5;
	position: relative;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
input[type=submit]:hover,
.button:hover {
	cursor: pointer;
	background: #0d5ff5;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.button_red {
    background: #FF004E;
	border-radius: 5px;
	border-bottom: 3px solid #FF004E;
    border-right: 3px solid #FF004E;
    padding: 5px 0;
    max-width: 70px;
    font-size: 13px;
}
.button_red:hover {
    cursor: pointer;
	background: #FF004E;
	box-shadow: 0 0 0 0.2rem rgb(255 0 78 / 25%);
}
.button_small {
    width: 100%;
    max-width: 300px;
    margin: 0;
    text-transform: none;
}
.button_smaller {
    width: 200px;
    margin: 0;
    text-transform: none;
    padding: 10px;
    margin: 0 0 10px 0;
}
.form_square {
    max-width: 900px;
    padding: 10px 20px 20px 20px;
    margin: 10px 0 30px 0;
    border: 3px solid #ccc;
    box-sizing: inherit;
    background: #f3f2f1;
    border-radius: 5px;
}
.form_line {
    padding:5px 10px;
    margin: 10px 0;
    border-left: 3px solid #ddd;
    /* border: 3px solid #ddd; */
    box-sizing: border-box;
}

.form_line h3 {
    margin: 5px 0;
}
.spacer_10 {
	display: table;
	width: 100%;
	height: 10px;
}
.spacer_25 {
	display: table;
	width: 100%;
	height: 25px;
}
.section hr {
    margin: 20px 0;
}
.expand_icon {
    display: table;
    width: 20px;
    float: right;
    margin-top: 5px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.expand_icon:hover,
.delete_icon:hover,
.delete_icon_section:hover {
    cursor: pointer;
    opacity: 0.9;
}
.expand_icon_closed {
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
.div_delete {
    display: table;
    width: 100%;
}
.div_delete input {
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.delete_icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
.delete_icon_section {
    display: table;
    float: right;
    margin: 0 10px;
    width: 20px;
}
.button_delete_section {
    display: table;
    float: right;
    margin: 0
}
.notificationError {
	border: 1px solid #FF004E;
	margin: 10px auto 10px auto;
	padding: 20px 10px;
	font-size: 15px;
	color: #FF004E;
	width: 100%;
	background: rgba(255, 0, 78, 0.07);
	text-align: center;
	/*display: none;*/
    box-sizing: border-box;
    border-radius: 5px;
}
.notificationError hr {
    border-color: #FF004E
}
.notificationSuccess {
	margin: 10px auto 10px auto;
	border: 1px solid #00e777;
	background: rgba(0, 231, 119, 0.07);
	color: #001e39;
	padding: 20px 10px;
	display: table;
	width: 100%;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
.notificationSuccess hr {
    border-color: #00e777
}
.notificationGeneral {
	margin: 10px auto 10px auto;
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #2c91ff;
	padding: 20px 10px;
	display: table;
	width: 100%;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
.notificationGeneral a {
    text-decoration: underline;
}
.notificationGeneral hr {
    border-color: #2c91ff
}
.inputError {
    border-color: #FF004E!important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 0 78 / 25%)!important;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;    
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: calc(100% - 50px);
}
table {
    /* display: block; */
    /* overflow: auto; */
    margin: 20px 0 10px 0;
}
/* table tbody {
    display: table;
    width: 100%;
} */
table tr td {
    font-size: 13px;
    background: #fafafa;   
}
.align_top,
.align_top td {
    vertical-align: top;
}
table .table_header td,
table .table_footer td {
    font-size: 15px;
    font-weight: bold;
    padding: 20px 10px;
    background: #f5f5f5;
}
table td {
    word-break: keep-all;
}
table td input {
    display: block;
}
.prepop_text {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0 20px;
}
.input_upload_text {
    font-size: 13px;
    line-height: 17px;
    margin: 10px;
}

.button_disabled,
.trimite_formular_disabled,
.email_login_button_disabled,
.pdf_generat_download_disabled,
.descarca_cererea_disabled,
.incarca_cererea_disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
}

input:read-only,
textarea:read-only,
select:disabled {
    opacity: 0.7;
    background: #eee;
}

input:read-only:hover,
input:disabled:hover,
textarea:read-only:hover,
select:disabled:hover {
    /* cursor: not-allowed; */
}

.salvare_partiala,
.deblocare_formular {
    margin-top: 35px;
}

.row_table {
    display: block;
    position: relative;
    overflow: auto;
    width: 100%;
}


.select2-container,
.select2-results__option {
    font-size: 15px;
}

.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container li {
    margin: 0;
}
.select2-dropdown {
    top: 5px;
}
.select2-search--dropdown .select2-search__field {
    padding: 10px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.table_admin_div {
    width: 100%;
    max-width: 95vw;
    margin: auto;
    /* max-width: 1300px; */
    /* display: block; */
    /* overflow: auto; */    
}
#table_admin {
    width: 100%;
    max-width: 1200px;
    /* overflow: auto;
    display: block;
    white-space: nowrap; */
    /* table-layout: fixed; */
    margin: 0;
}
th, td {
    font-size: 15px;
    word-break: keep-all;
}
th {
    background: #eee;
}
thead th input {
    padding: 5px 0;
}
#table_admin select,
table select {
    padding: 5px 0;
}
.filters th:first-child,
#table_admin tr td:first-child {
    min-width: 150px;
}

.filters th,
#table_admin tr td {
    min-width: 200px; 
}

.filters th:nth-child(2),
#table_admin tr td:nth-child(2),
.filters th:nth-child(3),
#table_admin tr td:nth-child(3) {
    min-width: 300px;
}


.delete_company {
    padding: 5px 10px;
    width: auto;
}
.delete_company_disabled,
.delete_company_disabled:hover {
    opacity: 0.5;
    cursor: not-allowed;
}
.deleted_company td {
    background: rgb(255 0 78 / 30%);
}


/* ----------------- LOADER PURE CSS ------------------ */
#loaderBIGOuter {
	position: fixed;
	z-index: 100000;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0;
    left: 0;
	opacity: 0.977;
	background: #024476;
}
#loaderBIGInner {
	position: relative;
	margin: 0px auto;
	display: block;
	top: 40%;
}
#loaderBIGInner img {
    display: block;
    margin: 10px auto 20px auto;
    width: 200px;
    height: auto;
}

.loaderText {
	margin-top: 15px;
	color: #fff;
	display: table;
	width: 95%;
	margin: 15px auto;
	font-size: 15px;
	line-height: 20px;
}

.loaderCSS {
	margin: 0px auto;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.7em solid rgba(255, 255, 255, 0.1);
	border-right: 0.7em solid rgba(255, 255, 255, 0.1);
	border-bottom: 0.7em solid rgba(255, 255, 255, 0.1);
	border-left: 0.7em solid #F8F8FF;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.30s infinite linear;
	animation: load8 0.30s infinite linear;
}
.loaderCSS,
.loaderCSS:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*============================== END LOADER PURE CSS =============================*/




.button_spinner {
	display: none;
    position: absolute;
	top: 10px;
	right: 10px;
    width: 30px;
    height: 30px;
    -webkit-animation: button_spinner infinite .75s linear;
       -moz-animation: button_spinner infinite .75s linear;
         -o-animation: button_spinner infinite .75s linear;
            animation: button_spinner infinite .75s linear;
    border: 4px solid white;
    border-top-color: rgba(255, 255, 255, .3);
    border-right-color: rgba(255, 255, 255, .3);
    border-bottom-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
}

@keyframes button_spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#nimble-header {
    display: none;
}


#formular_adauga_companie {
    display: table;
    width: 100%;
    max-width: 900px;
    margin: auto;
}


/*----------- MEDIA QUERIES -------------*/
@media only screen and (max-width: 600px) {
    .form_square {
        padding: 10px 10px 30px 10px;
    }
	.row_half {
        width: 100%;
        margin: 0 !important;
    }
    .button_small {
        max-width: 100%;
    }
    .row_table {
        display: block;
        position: relative;
        overflow: auto;
        width: calc(100vw - 50px);
    }
}