html {
	background: url("../../../template/img/front_page.jpg") no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../template/img/front_page.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../template/img/front_page.jpg', sizingMethod='scale')";
	background-color: #f7f9fc; /* Old browsers */
	background-color: -moz-linear-gradient(top, #f7f9fc 0%, #edeeef 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(top, #f7f9fc 0%,#edeeef 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom, #f7f9fc 0%,#edeeef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fc', endColorstr='#edeeef',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
}
body {
	background-color: transparent;
	background-image: none;
}

.Search1 {
    border: 5px solid rgba(0,0,0,0.15) !important;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.tableOrizFullSearch {
	width: 100%;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}

.tableOrizFullSearch tr {
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
}

.tablePages {
    text-align: center;
}
.tableOrizFullSearch .tablePages{
	background: #fff!important;
	border-bottom: 0px solid #eeeeee;
}

.tableOrizFullSearch .tablePages td{
	padding-left: 0px;
	font-size: 13px!important;
	font-weight: 400;
	color: #656565;
	padding-bottom: 5px!important;
	padding-top: 5px!important;
}

.tablePages td a {
    -webkit-border-radius: 3px 3px 3px 3px!important;
    -moz-border-radius: 3px 3px 3px 3px!important;
    border-radius: 3px 3px 3px 3px!important;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 9px;
    color: #417dc0;
    background-color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #e6e6e6;
}

.tablePages td a:hover {
		-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #ffffff;
	background-color: #417dc0;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #417dc0;
	box-shadow: inset 0px -2px 0px #417dc0;
 	-moz-box-shadow: inset 0px -2px 0px #417dc0;
 	-webkit-box-shadow: inset 0px -2px 0px #417dc0;
}

.tablePages td a:active {
		-webkit-border-radius: 3px 3px 3px 3px!important;
 	-moz-border-radius: 3px 3px 3px 3px!important;
  	border-radius: 3px 3px 3px 3px!important;
	padding-top:3px;
	padding-bottom:5px;
	padding-left: 7px;
	padding-right: 9px;
	color: #ffffff;
	background-color: #417dc0;
	font-weight: 600;
	cursor: pointer;
	border:1px solid #417dc0;
	box-shadow: inset 0px -1px 0px #417dc0;
 	-moz-box-shadow: inset 0px -1px 0px #417dc0;
 	-webkit-box-shadow: inset 0px -1px 0px #417dc0;
 	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

.tablePageNumberSelected {
    -webkit-border-radius: 3px 3px 3px 3px!important;
    -moz-border-radius: 3px 3px 3px 3px!important;
    border-radius: 3px 3px 3px 3px!important;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 9px;
    color: #ffffff;
    background-color: #417dc0;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #417dc0;
}

.tableSearch a{
	text-decoration:none;
}

.tableOrizFullSearch td {
	border: 0px solid #ffffff;
	padding: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #286eb6;
}
.tableOrizFullSearch td {

}
.tableOrizFullSearch select, .tableOrizFullSearch select:hover{
	text-indent:0px;
	padding: 2px;
}

.Search1 {
    border: 5px solid rgba(0,0,0,0.15)!important;
}

.search-result{
	padding: 10px 5px 10px 10px!important;
	vertical-align: middle!important;
	line-height: 13px;

}

.search-result a{

}

.pozaSearch{
	border-radius:50%;
}

.container-search-poza{
    padding: 10px 0px 10px 10px!important;

}

.container-search-nume{
	line-height: 18px;
}

.container-search-nume label.institutie{
    margin-top: 8px;
    color: rgba(88, 88, 88, 0.46);
    font-size: .8rem;
}

.container-search-nume label.nume {
    color: #36434d;
    font-weight: 400;
    font-size: 1.05rem
}

.container-search-button {margin-right: 15px;}

.container-search-button a {
    display: block;
    text-align: center;
    background: transparent;
    background-color: transparent;
    border: 1px solid #417dc0;
    border-radius: 6px;
    padding: 4px;
    width: 140px;
    font-weight: 400;
    text-decoration: none;
    float: right;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.container-search-button a:active, .container-search-button a:focus{
	outline:none;
}

.container-search-button a:hover{
	background: #417dc0;
	color: #ffffff;
}
form#formMain {
	height: auto;
}

.search_header .auth {
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 6px darkblue;
}
form#formMain, .main-nav {
    background: transparent;
}
.search-box {
    height: 37px;
    border-radius: 4px;
    border: 1px solid #fff;
    width: 100%;
    background: -webkit-linear-gradient(270deg, #fbfbfb, #fbfbfb);
    background: linear-gradient(180deg, #fbfbfb, #fbfbfb);
	-webkit-box-shadow: 0px 4px 38px -11px rgb(165, 165, 165);
	-moz-box-shadow: 0px 4px 38px -11px rgb(165, 165, 165);
	-ms-box-shadow: 0px 4px 38px -11px rgb(165, 165, 165);
	-o-box-shadow: 0px 4px 38px -11px rgb(165, 165, 165);
	box-shadow: 0px 4px 38px -11px rgb(165, 165, 165);
}
.profile_menu {
    height: 50px;
    line-height: 50px;
}

.auth {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
}
.submit {
    top: 18px;
}
.search-text {
    font-weight: 500;
    font-size: 2.1rem;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    color: rgb(54, 67, 77);
    line-height: 1;
}
#profile_view {
    margin-top: 50px;
}
.reslutsBar {
    background:#417dc0;
    width: 100%;
}

.reslutsBar input[type="button"]{
	color: #ffffff;
	float: right;
	font-weight: bold;
	background-color: transparent;
	border: 0px;
	font-size: 24px;
}

.reslutsBar input[type="button"]:hover{
	color: #eeeeee;
}

.footerLinks {
    position: relative;
    bottom: 10px;
    text-align: center;
    width: 100%;
    margin-top: 80px;
    display: block;
}
.footerLinks a, .footerLinksRelative a {
    color: #fbfbfb;
    font-size: 1rem;
    font-weight: normal;
}

.blue-link {
    padding: 20px;
}

.flex-container {
    display: table;
    width: 100%;
}
.flex-item:nth-child(1), .flex-item:nth-child(2) {
    float:left;
}
.flex-item:nth-child(2) {
    width: 300px;
}
.m_hide {display: none;}

.search_header .auth_notlogged {
    color: #fff;
    font-weight: normal;
}
.search_header .main-nav img {
    -webkit-filter: drop-shadow(5px 5px 5px #f0f6ff);
    filter: drop-shadow(1px 1px 2px #fff);
}


/* ==========================================================================
   Media Query overwrite
   ========================================================================== */
@media (max-width: 576px) {
    .tableOrizFullSearch td  {
        text-align: left;
    }
    .flex-item:nth-child(2) {
        clear: both;
        display: table;
    }
    .flex-item:nth-child(3) {
        position: absolute;
        right: 1px;
    }
    .search-text {
        font-size: 1.3rem;
    }
    .flex-item-search:nth-child(1), .flex-item-search:nth-child(3) {
        display: none;
    }
    .search-form {
        max-width: 100%;
        position: relative;
        margin: 0px 10px;
    }
}
 .ol-zoom {
     left: 20px;
     right: unset;
     top:90%;
  }
   
  .query-total{
	line-height: 37px;
	font-family: 'Source Sans Pro', Adobe Blank, Arial;
	float: left;
  	display: inline-block;
  	margin-left: 10px;
}

.query-total label{
	color: #2862af;
	font-weight: bold;
}

.results-form-map{
    text-align: center;
    background: #2862af;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -moz-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -ms-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -o-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer;
    width: 150px;
	
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

.results-form-map a {
    display: block;
    color: #fff;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* position: relative; */
    height: 100%;
}
.results-form-map:hover a {
    text-decoration: none;   
    color: #2862af;
}

.results-form-map:hover {
    background: #ffffff;
}

.search-form-map {
    margin-top: 15px;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -moz-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -ms-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -o-box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    box-shadow: 0px 0px 26px -4px rgba(27,53,92,0.32);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: .9rem;
    font-weight: normal;
    cursor: pointer;
    width: 40%;
	min-width: 150px;
	max-width: 200px;
	display: inline-block;
	float: right;
}

.search-form-map2{
	float: right;
}

.search-form-map a {
    display: inline-block;
    color: #2862af;
    padding: 6px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* position: relative; */
}

.search-form-map a:hover {
    text-decoration: none;
    color: #fff;
}

.search-form-map:hover {
    background: #2862af;
}

.advancedOptionTitle{
	text-decoration: underline;
	font-weight: bold;	
	font-size: 15px;
}	


.advancedOptionContent{
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	opacity: 1;
}

.advancedOptionTable td{
	padding: 3px;
	font-size: 14px;
}

.advancedOptionTable input[type="text"]{
	width: 50%;
	font-size: 12px;
	padding: 2px 5px;
}

.container-search-nume label.institutie{
    margin-top: 8px;
    color: rgba(88, 88, 88, 0.46);
    font-size: .8rem;
    text-transform: uppercase;
}

.btnMap2{
	background: #1e4882;
}

.mapTitle{
	text-shadow: 0px 1px rgba(104, 141, 175, 0.3);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-weight: 500;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-weight: 500;
}

.login-container a {
    color: rgb(73,144,237);
}

.homeAuth a.auth:hover {
    color: rgb(73,144,237)!important;
    text-decoration: underline;
}

.homeAuth .auth_notlogged.logIn {
  color: rgb(73,144,237);
  font-weight: 400;
  margin-right: 10px;
}

.homeAuth .auth_notlogged.logIn:hover {
    color: rgb(73,144,237)!important;
    text-decoration: underline;    
}

.homeAuth:hover .auth_notlogged.logIn{
	color: #156add;
}

.login-container{
	margin-top: 0;
}

.search-area{
	width:50%; 
	float: left;
}

.logo-container{
	display: inline-block;
		float: left;
		padding-top: 10px;
		
}

.main-search-area{
	position:absolute;
	top:30px;
	left:0px;
	width:100%;
	z-index:1000;
}

/* ==========================================================================
   Media Query
   ========================================================================== */
@media only screen and (max-width: 960px) {
	.main-search-area{
		top: 50px;
	}
}	
@media only screen and (max-width: 768px) {
	.homeAuth .signUp{
		width: 75px;
	}
	
	.mapTitle{
		display: none;
	}
			
	.logo-container{
		display: inline-block;
		float: left;
		padding-top: 5px;
	}
	
	.login-container{
		float: right;
		margin-right: 15px;
	}
	
	.search-area{
		width:100%; 
		float: none;
	}
	
	.search-form{
		margin: 0px;
	}
	
	.query-total{
		display: block;
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	
	.results-form-map{
		float: none;
		font-size: .8rem;
		width: 130px;
	}
	
	.btnMap2{
		margin-left: 10px;
	}
	
	.advancedOptionTitle{
		display: none;
	}
}	