/*
 * Ghiseul Default Theme v3.0.0 - Bootstrap 5.3.3 (https://www.ghiseul.ro)
 * 2016-2017, GovITHub (http://ithub.gov.ro)
 */

/* Typography */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext');

/* General */
body{
	font-family: 'Open Sans', sans-serif;
	padding-top: 80px;
	font-size: 15px;
	background: #f4f4f4;

	--bs-link-color: #0000ff;
	--bs-emphasis-color: #333;
	--bs-info-text-emphasis: #31708f;
	--bs-info-bg-subtle: #d9edf7;
	--bs-info-border-subtle: #bce8f1;
	--bs-info-text-emphasis: #31708f;
	--bs-primary-rgb: 0,0,255;
	--bs-danger-text-emphasis: #a94442;
	--bs-danger-bg-subtle: #f2dede;
	--bs-danger-border-subtle: #ebccd1;
	--bs-danger-text-emphasis: #a94442;
}
a{
	color: #0000dc;
}
a:hover,a:focus{
	color: #00009e;
}
main{

}
#home-main{
	background: #f7f7f7 url(../../../../img/bg.jpg) no-repeat top center;
	background-size: contain;
}


/* Navigation */
.navbar{
	--bs-navbar-padding-y: 0.6rem !important;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.175);
}
.navbar-brand{
	height: auto;
}
.navbar-toggle{
	margin-top: 23px;
}
.navbar-nav>li>a{
	font-weight: 600;
	padding: 10px 16px !important;
}
.navbar-nav>li>.dropdown-menu{
	border:none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #000;
	background: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: #fff;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.nav>li>a:focus, .nav>li>a:hover{
	color: #fff;
	background: #0000dc;
}
.nav>li>a{
	text-shadow: none;
}

.hero{
	padding: 45px 0 20px;
}
.hero h1{
	font-weight: 800;
}
.hero h3{
	margin: 10px auto 15px;
	color: #999;
}
.page-title{
	font-size: 30px;
	font-weight: 800;
}
main .page-title{
	margin-top: 30px;
	margin-bottom: 15px;
}
.login-form{
	margin-bottom: 60px;
}
.doc-item{
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	margin: 15px 0;
	min-height: 160px;
}
.doc-item h2{
	margin-top: 0;
	font-size: 20px;
	font-weight: 800;
}

/*.panel{
	padding: 30px;
}*/
/*.panel-default{
	border: none;
}*/
/*.panel-default>.panel-heading,*/
.panel-heading{
	background: #fff !important;
	font-weight: 800;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 0 !important;
}
.panel-title>a{
	display: block;
}
.panel-title>a:hover,.panel-title>a:focus{
	text-decoration: none;
	color: #0000dc;
}
.media{
	line-height: normal;
}
.media-object{
	border-radius: 50%;
	filter: grayscale(100%);
}
.media-heading{
	margin-top: 5px;
}
.media-body p{
	margin: 0;
}
.home-item h3{
	border: none;
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 0;
}
.btn-primary{
	background: #0000dc;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-primary:active:hover,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background: #00009e;
}
.btn{
	text-transform: uppercase;
	font-weight: 700;
}
.btn:active{
	box-shadow: none;
}
.btn-default{
	padding: 6px 12px;
}
.btn-lg{
	font-size: 15px;
	padding: 12px 20px;
}
.form-control{
	box-shadow: none;
	border-radius: 3px;
}
.secondary-action{
	margin-left: 10px;
}
.home-options{
	background: #fff;
	padding: 30px 0;
}
.home-item{
	margin-bottom: 30px;
}
.home-item h1{
}
.home-item h3{
	margin-top: 0;
	margin-bottom: 15px;
}
.home-item p{
	color: #999;
}
.home-item .btn{
	margin-top: 10px;
}
.counter{
	padding: 0 15px;
	color: #999;
}
.counter .icons{
	float: left;
	font-size: 60px;
	margin-top: 15px;
	margin-right: 10px;
}
.counter .number{
	font-weight: 800;
	font-size: 46px;
}
.counter .number-meaning{
	text-transform: uppercase;
	font-weight: 800;
	margin-left: 80px;
	margin-top: -20px;
}
#divFormular{
	margin-bottom: 60px;
}
.wizard{
	padding: 6px 40px 6px 6px;
}
.wizard a:before{
	border-left: 20px solid #f4f4f4 !important;
}
.wizard a:after{
	border-left: 20px solid #fff !important;
}
.wizard a{
	background: #fff !important;
	color: #333;
}
.wizard a:hover{
	text-decoration: none;
	color: #333;
}
.wizard .badge{
	background: #0000dc;
}
.wizard .current, .wizard .current:hover{
	color: #fff;
	background: #0000dc !important;
}
.wizard .current .badge{
	background: #fff;
	color: #0000dc;
}
.wizard .current:after{
	border-left-color: #0000dc !important;
}
.list-docs li{
	padding: 5px 0;
}
#detaliiInstitutie table{
	margin: 0;
}
#detaliiInstitutie th{
	text-align: right;
	font-weight: 600;
}
#detaliiInstitutie th,
#detaliiInstitutie td{
	border:none !important;
}
#imgMap, #lista{
	margin: 30px 0;
}

.app-header{
	border-bottom: 1px solid #ddd;
}
.app-header .nav{
	margin-bottom: -1px;
}
.app-body{
	background: #fff;
}
.app-form{
	padding: 30px 0;
}
.profile-details{
	padding: 30px 0;
}
#nav-select{
	margin-bottom: 15px;
}

/* Forms */
form{
	font-size: 14px;
}
label{
	font-weight: 600;
}
input[type=file]{
	font-size: 12px;
}
.form-number{
	text-align: right;
}
.alert{
	padding:12px 16px;
}
.help-inline{
	margin: 0;
  padding-top: 7px;
  color: #999;
}
.control-field{
	padding-top: 7px;
}
.form-group .alert{
	margin: 0;
}
#err_taxe .alert{
	margin-bottom: 15px;
}
#steps{
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
.form-horizontal .form-control,
.form-horizontal .input-group,
.chosen-container{
	max-width: 350px;
}
.input-lg{
	height: 46px;
}
.select2-container .select2-selection--single{
	height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 32px;
}
.lista-taxe{
	margin-top: 15px;
}
.lista-taxe ul{
	padding: 0 0 0 30px;
}

/* Tables */
.table-hover>tbody>tr:hover{
	background-color: #fff;
}
.table-payments{
	margin: 0;
	background: #fff;
}
.table-payments tr td{
	color: #777 !important;
	border-color: #ddd !important;
}
.table-payments th{
	color: #000;
	font-weight: 600 !important;
	border-top: 1px solid #ddd !important;
	background: #eee;
	border-color: #ddd !important;
}
.table-payments .input-group{
	width: 180px;
}
.table{
	color: #777;
	border: none !important;
}
.table td.alert{
	border-radius: 0 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	line-height: 1.15;
}
.table>tbody>tr>td.value-number{
	padding: 16px 8px;
	text-align: right;
}
.table>tbody>tr>td.value-number-lg{
	padding: 23px 8px;
	text-align: right;
}
.details-cells, .subtotal-cells{
	background: #eee;
}
.details-cells td,.subtotal-cells td{
	border:none !important;
}
.details-div{
	padding:8px;
}
.details-cells>td{
	padding: 0 !important;
}
.table-details{
	background: #eee !important;
	margin: 0;
}
.table-details th{
	border:none !important;
}
.table-details td{
	border:none !important;
}
.right{
	text-align: right;
}
.cell-action{
	position: relative;
	text-align: right;
	padding: 14px 8px !important;;
}
.cell-action .btn{
	padding: 0 12px;
}
.td-cell-action-mobile{
	position: relative;
}
.div-cell-action-mobile{
	text-align: right;
}
.btn-cell-action{
	padding: 12px;
}
.caret-down{
	display: none;
	color: #eee;
	width: 0;
	height: 0;
	margin-left: 2px;
	position: absolute;
	vertical-align: middle;
	border-bottom: 10px dashed;
	border-top: 4px solid\9;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: 0;
	right: 38px;
}
.open .caret-down{
	display: inline-block;
}
.audio_controls{
	background: #fff;
}
.captcha-input, #captcha-input{
	clear:both;
}
#audio_controls{
	background: #fff;
    max-width: 350px;
    margin-bottom: 5px;
    border-radius: 2px;
}
#login #audio_controls{
	max-width: 100%;
}
.ptb-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}


/* Footer */
footer{
	border-top: 1px solid #dee0e2;
	padding: 15px 0;
	color: #999;
}
footer a, footer a:hover{
	color: #47494c;
}
footer img{
	max-height: 100px;
	max-width: 100%;
}
footer ul {
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
footer ul li{
	display: inline;
	margin-left: 15px;
}
#govithub{
	margin-left: -10px;
	margin-right: -10px;
}
#govithub img{
	margin-top: -5px;
}
#version{
	margin-top: -10px;
	text-align: right;
}
#version span{
	color: #f4f4f4;
}
#credentiale-main h3{
	font-size: 21px;
}

/* Utilities */
.center{
	text-align: center;
}

/* Media Queries */
@media (max-width: 991px){
	footer,footer ul{
		text-align: center;
	}
	/*.table .input-group .form-control, .table .input-group-addon, .table .input-group-btn{
		min-width: 100px;
	}*/
	.input-group .btn-primary{
		margin-top: 8px;
	}
	.input-group .form-control:first-child{
		border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	}
	.table-payments .input-group{
		width: 110px;
	}
	#version{
		text-align: center;
	}
	#version span{
		display: none;
	}
}

@media (max-width: 767px){
	.page-title{
		font-size: 27px;
	}
	footer ul li{
		display: block;
		padding:10px 0;
	}
	.profile-details{
		padding: 15px 0;
	}
	.media-body{
		font-size: 12px;
	}
	.details-div{
		font-size: 12px;
	}
	.media-heading{
		font-size: 21px;
	}
	.media-heading small{
		display: block;
		margin-top: 5px;
	}
	.app-header .container{
		padding: 0 15px;
	}
	footer ul{
		margin: 0px auto;
	}
	#home-main{
		background-image: none;
	}
	.app-form{
		padding: 15px 0;
	}
	.counter{
		margin-top: 30px;
	}
	.home-item{
		margin-bottom: 60px;
	}

	#steps{
		text-align: left;
	}
	.wizard{
		padding: 0;
	    margin-right: -5px;
	    font-size: 11px;
	}
	.wizard a{
		padding: 13px 13px 13px 25px !important;
		margin-right: 0 !important;
	}
	.wizard a.current{
		padding: 13px 13px !important;
	}
	.wizard .badge{
		display: none;
	}
	.wizard a:after{
		right: -20px;
	}

}

@media (max-width: 350px){
	.wizard{
		padding: 0;
	    margin-right: -5px;
	    font-size: 11px;
	}
	.wizard a{
		padding: 13px 5px 13px 25px !important;
		margin-right: 0 !important;
	}
	.wizard a.current{
		padding: 13px 5px !important;
	}
	.wizard .badge{
		display: none;
	}
	.wizard a:after{
		right: -20px;
	}

}

@media (min-width: 768px){
	.navbar-nav>li>a {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.app-header .nav{
		/*margin-top: -42px;*/
	}
	.app-navbar-right {
		/*padding-left: 40px;*/
	}
}
@media (min-width: 768px) and (max-width:991px){
	.navbar-brand{
		max-width: 55px !important;
		overflow: hidden;
		margin-right: 0 !important;
	}
}
