.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover {
    color: #0062B2;
    background-color: initial;
}

.modal, .modal-dialog {
    z-index: 7777778;
}
.modal .close {
    z-index: 7777779;
}

.modal button.close {   
    padding: 0.5em;
}


html body {
    font-family: 'Segoe UI', sans-serif;
    background: #ececec url(../img/gradient_bg.png) repeat-x top left;
    color: #78828D;
}

/* Umbra sub header */
.shadowline {
    background-image: url(../img/shadowline.png);
    background-repeat: repeat-x;
    height: 20px;
}

dropdown-menu.open {
    z-index: 200;
}

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 100;
}



#navigation {
    padding-top: 180px;
    
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #0062B2;
/*    background-color: initial !important;*/
       
}



.footer_logo {
    text-align: center;
    margin: 5px 0 0 0;
    padding: 50px 0 50px 0;
}  


.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.input-padding{
    padding-left: 2px;
    padding-right:2px;
}

/* Directiva de data - ngDateDropdown */
.date-dropdown select{
    width:100% !important;    
}

.date-dropdown .form-group{
    margin-left:0 !important;
    margin-right:0 !important;
}

/* Re-captcha */
.rc-anchor{
    background-color: transparent !important;
    border: none !important;
}

.corner{
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0px;
    margin-bottom: -1px;
}


/* Dialog service */
.modal{
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-content{
    font-family: 'Open Sans', sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content .modal-header{
    padding: 10px 0 0 10px;
    border-bottom:1px solid #e5e5e5;
}

.modal-content .modal-header .container{
    display:inline-block;
}

.modal-content .modal-header h4{
    font-weight: 500;
    color: #0062B2;
    margin-top:4px;
    margin-bottom:14px;
    display:inline-block;
}

.modal-content .modal-header span{
    display:inline-block;
    cursor:pointer; 
    position: absolute;
    right: 10px;
    top:2px;
    font-size:30px;
    color:#0062B2;
    font-weight:500;
}

.modal-content .modal-header span:hover{
    color:white;
}

.modal-content .modal-body{
    text-align:center;
}

.modal-content .modal-body .container{
    width: inherit;
}

.modal-content .modal-body .inner-circle{
    border: 5px solid #F1F1F1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 80px;
    width: 80px;
    display:block;
    padding-top: 14px;
    margin:auto auto 10px auto;
}

.modal-content .modal-body .inner{
    font-size:14px;
    color:rgb(85, 85, 85); 
}

.modal-content .modal-body .fa{
    cursor:pointer;
}

.modal-content .modal-body .fa:hover{
    color:rgb(51, 153, 243);
}

.modal-content .modal-footer{
    padding: 6px 10px 6px 0;
    text-align: right;
    background: #FBFBFB;
    border-top: 1px solid #e5e5e5;
}

.modal-content .modal-body{
    background-color:white;
}

.modal-content .modal-footer .btn{
    border-radius:3px;
    text-shadow: none;
}

.modal-content .modal-footer .btn:hover{
    -moz-box-shadow: 0.5px 0.5px 0.5px  #888;
    -webkit-box-shadow: 0.5px 0.5px 0.5px  #888;
    box-shadow: 0.5px 0.5px 0.5px  #888;
}

.modal-content .modal-footer .btn-confirm{
    border-color:transparent;
    color:white;
}

.modal-content .modal-footer .btn-cancel{
    background-color: #5E5E5E;
    border-color:transparent;
    color: white;
}

.modal-content .modal-footer .btn-cancel:hover{
    background-color: rgb(85, 85, 85);
}

.modal-content .modal-body i {
    width: 50%;
}

/* text color */
.text-color{
    color:#1D345E;
}

.modal-lg {
    width: 1140px;
}

/* footer */

.footer {
    /*      position: fixed;*/
    bottom: 0;
    left: 0;
    height: 70px;
    background-color: white;
    width: 100%;
    text-align:center;
}

/* culori badge*/

*.nivele-background {color: #FFFFFF}

.badge{
/*    width:100px;*/
    text-align:center;
    vertical-align:middle;
      border-radius: 4px;
}

.icon0 {
    color: #ACACAC ;
}

.icon1 {
    color: #1B99D6 ;
}

.icon2{
    color: #E6417A;
}

.icon3{
    color: #1D345E;
}

.text-span{
    text-align:center;
    color:black;
    font-size:12px;
    padding:10px;
}

/* text clickuibil */

.switch{
    -webkit-touch-callout: none; 
    -webkit-user-select: none;   
    -moz-user-select: none;      
    -ms-user-select: none;      
    user-select: none;
    cursor: pointer;    
}

/* imagini bonus */

.bonus{
    width:75px;
    height:75px;
    margin-right:10px;
    margin-bottom:10px;
}

.cursor-modal{
    cursor:pointer;
}

/* map */
.map:-moz-full-screen {
    height: 100%;
    width: 100%;
}
.map:-webkit-full-screen {
    height: 100%;
    width: 100%;
}
.map:-ms-fullscreen {
    height: 100%;
    width: 100%;
}
.map:fullscreen {
    height: 100%;
    width:100%;
}
.ol-rotate {
    top: 3em;
}

.ol-zoom .ol-zoom-out {
    margin-top: 204px;
}
.ol-zoomslider {
    background-color: transparent;
    top: 2.3em;

}

.ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}
.ol-touch .ol-zoomslider {
    top: 2.75em;
}

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}

/* start proiecte */
.cp{
    cursor: pointer;
}
.js-project
{
    cursor: pointer;
}
.p1em {
    padding: 1em!important;    
}
.p2em {
    padding: 2em!important;    
}

.default-color
{
    color: #0062B2!important;
}
.panel-heading.product-title{
    
background: rgba(221,221,221,1);
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 31%, rgba(238,238,238,1) 70%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(31%, rgba(221,221,221,1)), color-stop(70%, rgba(238,238,238,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 31%, rgba(238,238,238,1) 70%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 31%, rgba(238,238,238,1) 70%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 31%, rgba(238,238,238,1) 70%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(221,221,221,1) 31%, rgba(238,238,238,1) 70%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0 );
    
    
/*    background-color:#EEEEEE;*/
    color:#0062B2;
   
}

b, strong {
     font-weight: 600;
}

div.panel-heading.product-title {
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    height: 62px;
}

.pannel{
    margin-bottom: 1em!important;
    
}
.panel-body.product-body{
    background-color:#FFF!important;
    box-shadow:0 -5px 13px #f2f2f2 inset!important;
    color:#fff!important;
}

.panel-body.product-body .boximg{
    background-color:#FFF!important;    
}
.panel-body .badge{
    background-color:#0062B2;
}

.panel-body .pull-left{
    color:#000;
    max-height: 50px;
}

.outerpadding.panel{
    padding: 1em;
    padding-top: 2em;
}

.outerpadding .pagination{
    padding-right: 1em;
}

.outerpadding .glyphicon{
    font-size:18px;
}

.panel-heading{
    padding-top: 0.4em;
}


#categorie {
    color:#0062B2;
    width:25em;
    padding-left: 0.5em;
    font-size: 13px;
    font-weight: 500;
 
}

@media screen and (max-width: 435px) {
    #categorie {
        width: 10em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    
    #categorie {
        width: 12em;
        font-size: 11px;    
    }
}

@media screen and (min-width: 1200px) {
    #categorie {
        width: 13em;
    }
}

/*.boximg.js-description {
          
   display: flex;    
   justify-content: center;
   align-items: center;
   
}*/

#categ_in_pr{
    padding-bottom: 10px;
    padding-top: 10px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img, img.img-responsive.img-center {
   
/* max-height:100%;*/
  
    
}
.vot {
    cursor: pointer;
}
.vot.cp {
    width: 100%;
}

.badge a:hover{
    text-decoration: none!important;
}
/* end proiecte */

/* start informatii */
.mh80, .mh801{
/*    min-height: 30em!important;*/
    text-align: justify;
}
/* end informatii */

/*.full {
    width: 100%;    
}
.gap {
        height: 30px;
        width: 100%;
        clear: both;
        display: block;
}*/
.footer {
/*    background: #EDEFF1;*/
/*    background: #F1F1F1;*/
    background-color: white;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
/*    border-bottom: 1px solid #CCCCCC;*/
/*    border-top: 1px solid #CCCCCC;*/
}
.footer p {
    margin: 0;
    font-size: 14px;
    padding: 0 0 7px 0;
    display: block;
}
/*.footer img {
    max-width: 100%;
}*/
.footer h3 {
    border-bottom: 1px solid #BAC1C8;
/*    color: #54697E;*/
    color: grey;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer h4 {
/*    color: #54697E;*/
    color: #0062B2;
    border-bottom: 1px solid #BAC1C8;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 60px 0 10px;
    text-transform: uppercase;  
    margin-left:40px;
    margin-right:40px;
}

.footer ul {
    font-size: 14px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #78828D
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 0 0 0 5px;
    color: #EDEFF1 !important;
}
.footer-bottom {
/*    border-top: 1px solid #DDDDDD;   */
    padding:15px;
    padding-top: 20px;
  
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;	
}

/*Header images*/

#mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

#www {    
    text-align: center;
}

#desktop {
    display: none;
    width: 390px;
}

#footer > div > div:nth-child(1) > h3 {

    margin-bottom: 0px;
}



@media screen and (min-width: 340px) and (max-width: 992px) {
    /* start proiecte */
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {    
/*        max-height: 100%!important;*/
    width: 100%;
    }
    /* end proiecte */
}

@media screen and (min-width: 992px) {

    #www {    
        padding-top: 25px;
    }
    #mobile {
        display: none;

    }
    #desktop {
        display: block;
    }
    
    #navigation {
    padding-top: 100px;
    }
    
    .boximg img{

	 height: 180px; 
		}	
                
      

}


.well-custom-1 {
    border-color: transparent;
    background-color: #fff;
    
}
.depunere-proiect-title {
    font-size: 18px;
    margin-top: 50px;
}

#acceptare_proiect_btn {
    margin-top: 30px;
}

/* Meniu BEGIN */

.navbar-inverse {
    background-color: inherit;
    border-color: white;
    
}

.navbar-inverse .navbar-nav>li>a {
    color: black;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    
}

.navbar-inverse .navbar-nav>li>a:active {
    color: #d93232;
   
}

#telefon, #adresa_email  {
    z-index: 1;
}

.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}

.navbar-nav > li {
    display: block;
    float:none;
}

.navbar-toggle {
    background-color: #0062B2;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
    
}

#navbar-collapse-1 {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}


/* Meniu END */

h1,h2, h3.product-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #0062B2;
    font-weight: 500;
}

.h4, h4 {
    font-size: 15px;
}

#Termeni {
    text-align: center;
    padding-bottom: 40px;
    color: #0062B2; 
    text-transform: uppercase;
}

/*.panel {*/
/*    text-align: center;*/
/*}*/

#p-baiamareactiv{
    
    font-weight: 400;
}
p {
    font-size: 15.5px;
   /*    padding: 0 0 7px 0;*/
    display: block;
    font-weight: normal;
    line-height: 1.6;
    
}

span {
/*    color: #d93232;*/
    color: #0062B2;
/*    color: #d93232;*/
    font-weight: 400;
    font-size: 15px;
    
}

span.icon-bar {
    background-color: white;
}

#BaiaMareActivHeader {
    color: #0062B2;
    font-weight: 500;
}
#proiect {
    background-color: #d93232;
    color: white;
    border-radius: 10px;
    
}

#proiect:hover {
    background-color: transparent;
     color: #0062B2;
}

@media screen and (min-width: 768px) {
    
   .navbar-nav > li {
    display: inline-block;
    }
     
}

#evaluare_proiecte {
    padding-top: 70px;    
}

.depunere-proiect-title {
    padding-bottom: 40px;
    color: #0062B2; 
    text-transform: uppercase;
}

.glyphicon {
    color: #0062B2;
}

label {
    font-weight: 400;
    padding-top: 5px;
}




div.panel.panel-info {
    border-color: white;
    margin-bottom: 40px;
}

button.btn.btn-info:hover, button.btn.btn-info.btn-ok:hover, .btn-info:hover {
    background-color: #d93232;
   border-color: #d93232;
   outline: none; 
   
}

button.btn.btn-info:focus, .btn-info.focus:focus, .btn-info:focus {
     background-color: #d93232;
   border-color: #d93232;
   outline: none; 
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
     background-color: #d93232;
    border-color: #d93232;
    outline: none; 
}

button.btn.btn-info {
  border-color: #0062B2;
  outline: none; 
    }
    
button.btn.btn-info:active {
   border-color: #d93232;
   outline: none; 
}

button.btn.btn-info:focus {
   border-color: #d93232;
   outline: none; 
    
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-offset: 0px;
}


a:focus, a:hover {
    
/*    color: #d93232;*/
}

.hover_red:hover {
     color: #d93232;
}

a {
    padding-top: 5px;
}

.footer span, .footer-bottom span {
    font-style: normal;
    font-weight: 400;
    color: #0062B2;
    font-size: 14px;
}

.asterisk-required {
    font-size: 15px; 
/*    font-weight: bold;*/
    color: red;
    
}

.input-group {
    padding-bottom: 10px;
}


/* Recaptcha START */

div.g-recaptcha {
    
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
     

 @media only screen and (min-width: 767px) {
    
div.g-recaptcha {
    
    transform:scale(0.68);
    -webkit-transform:scale(0.68);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    
}
}

@media only screen and (min-width: 990px) {
div.g-recaptcha {
    
    transform:scale(0.92);
    -webkit-transform:scale(0.92);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;   
}
}

@media only screen and (min-width: 1200px) {
div.g-recaptcha {
    
    transform:scale(1.14);
    -webkit-transform:scale(1.14);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    
}
}

/* Recaptcha END*/


/* Accordion Styling */


 .panel-default, div.panel-heading {
    
      
       border: 0px;
}

.panel {
   
    background-color: white;
    border:none;
    box-shadow:none;
    
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
     border:none;
     box-shadow:none;
}


.panel-group{
    margin:0;
}


.panel-default>.panel-heading {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    border:none;
    box-shadow:none;
    border-radius: 6px;
/*    text-align: center;*/
       
}

.panel-group>.panel-default {
      border: 0px;
}


#accordion a {
    font-size: 18px;
   
}


.panel-default>.panel-heading {
    background-color: #0062B2;
}

.panel-body>span {
    font-style: normal;
}

/* Accordion Styling  END*/


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: lightgray;
}

/*dropzone*/
.dropzone .dz-preview .dz-select .js-default-picture, .selectDefaultFileIcon {
    color:green!important;
    opacity: 0.3!important;
    filter: Alpha(opacity=30)!important;
}

.dropzone .dz-preview .dz-select .js-default-picture.active, .selectDefaultFileIcon.active {
    color:green!important;
    opacity: 1!important;
    filter: Alpha(opacity=100)!important;
}

.dropzone .dz-preview .dz-select .js-default-picture.active:hover {
    color:green!important;
    opacity: 1!important;
    filter: Alpha(opacity=100)!important;
}
.dropzone .dz-preview .dz-select .js-default-picture:hover {
    color:green!important;
    opacity: 1!important;
    filter: Alpha(opacity=100)!important;
}
.dropzone .dz-preview .dz-remove  {
    width: 50%!important;
    display: inline!important;
}
.dropzone .dz-preview .dz-select {
    width: 50%!important;
    display: inline!important;
    
}
/*dropzone*/

#depunere_proiect .filter-option.pull-left {
    color: #000 !important;
}

#autentificare > div.row.txt-center.mt20 > a {
    display: inline-block;
    text-align: left;
}

.padding {
/*    padding: 20px;*/
    padding-bottom: 60px;
}


.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
/*   box-shadow: 1px 1px 1px #999999;*/
}


.thumbnail:hover {
     box-shadow: 3px 3px 3px #999999;
     background-color: white !important;
} 


.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
          
}

.custom-pre-view {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.7;
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    color: #78828D;
    padding: 0px;
    border-radius: 0px;
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;
    text-align: justify;
    overflow-x: hidden;
}

h2 {
    text-align: center;
}

/*.btn {
    border: 0;
}*/

.form-control {
    color: #0062B2;
    font-size: 15px;
    
}


.edit_admin {
        margin: 30px;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
}


.mb50 {
   margin-bottom: 50px;
}

.mb10 {
    margin-bottom: 15px;
}

.aut {
    color:#d93232;
    padding: 30px 0 30px 0;
  
}

.aut:focus, .aut:hover {
    color: #0062B2;
}

.btn-stergere-implementare {
    float: right;
}
