
html, body {
    height: auto;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: black;      
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover {
    color: black;
   }

#creeare_cont > div:nth-child(2) > div:nth-child(1) > div.input-group > div > div {
      z-index: 999999999999;
}

.modal, .modal-dialog {
    z-index: 7777778;
}

.modal .close {
    z-index: 7777779;
}

.modal button.close {   
    padding: 0.5em;
}

html body {
    
    font-family: 'Open Sans', sans-serif;  
    color: dimgrey;    
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(246,246,246,1) 72%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(38%, rgba(255,255,255,1)), color-stop(72%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(246,246,246,1) 72%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(246,246,246,1) 72%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 38%, rgba(246,246,246,1) 72%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 38%, rgba(246,246,246,1) 72%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

/* Umbra sub header */

.shadowline {
    background: linear-gradient(#3996DC 30% , #1C85C8 10%, #3996DC 20%, #1C85C8 60%); 
    height: 40px;
}

#proiect {
    background-color: #76b5de;      
}

dropdown-menu.open {
    z-index: 200;
}

#header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: white;
    z-index: 100;
}

img.footer_logo {
    width: 80px;
    position: absolute;
    bottom: -90px;
    padding: 50px 0 50px 0;      
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 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;
    -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: 400;
    color: #1C85C8;
    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:#1C85C8;
    font-weight:400;
}

.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;
}

/* culori badge*/

*.nivele-background {color: #FFFFFF}

.badge{
    width:90px;
    text-align:center;
    vertical-align:middle;
    border-radius: 0px;
    font-size: 10px;
}

.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: #1C85C8!important;
}



.panel-heading.product-title{

    color:#1C85C8;
}

b, strong {
    font-weight: 600;
}

div.panel-heading.product-title {
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    height: 62px;
/*    overflow: hidden;*/
}

.pannel{
    margin-bottom: 1em!important;

}
.panel-body.product-body{
    background-color:#FFF!important;
    box-shadow:0 -10px 30px #f2f2f2 inset!important;
    color:#fff!important;
}
.js-project.pannel {
    box-shadow: 0 -10px 30px #f2f2f2 inset!important;
}

.panel-body.product-body .boximg{
    background-color:#FFF!important;    
}

.panel-body .badge{
    background-color:#1C85C8;
/*    margin-right: 15px;*/
}

.h1pr {
    padding-top: 35px;
}

.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:#1C85C8;
    width:25em;
    padding-left: 0.5em;
    font-size: 13px;
    font-weight: 400;

}

@media screen and (max-width: 435px) {
    #categorie {
        width: 10em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    #categorie {
        width: 10em;
    }
}

@media screen and (min-width: 1200px) {
    #categorie {
        width: 13em;
    }
}

#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 {

 }
 
.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 */

/* footer */

.footer {
    /*    background: #EDEFF1;*/
    /*    background: #F1F1F1;*/
    background-color: white;
    background-image: url(../img/shadowline.png);
    background-repeat: repeat-x;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    margin: 0 auto;
   }

.footer p {
    margin: 0;
    font-size: 14px;
    padding: 0 0 7px 0;
    display: block;
}

.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: #1C85C8;
    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
}

div.footer-bottom {
    background-color: #2a2a2a;
    color: white;
    padding: 15px;
    padding-top: 50px;
}

.supportLi h4 {
    font-size: 20px;
    font-weight: 400;
    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 p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;	
}

/*Header images*/

#mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#www {    
    text-align: center;
}

#desktop {
    display: none;    
    margin: 0 auto;
}

#footer > div > div:nth-child(1) > h3 {

    margin-bottom: 0px;
}


@media screen and (min-width: 992px) {

    #mobile {
        display: none;

    }
    #desktop {
        display: block;
        width: 950px;       
    }   
}

@media screen and (min-width: 1200px) {
    
    #desktop {
        display: block;
        width: 1180px;
    }   
}

.navbar-nav {
    /*    float:none;
        margin:0 auto;
        display: block;*/
    position: absolute;
    bottom: 45px;    
    z-index: 9999;

}

.navbar-inverse .navbar-nav>li>a {
    color: white;
    font-size: 11.7px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (min-width: 340px) and (max-width: 991px) {
    /* 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 */
    #navbar-collapse-1 > ul > li:nth-child(7) {
        display: none;
    }

    #newlogo {
        padding-top: 50px;
    }
    
    #navigation > div > div.row.authenticated_mobile.txt-center.hidden-md.hidden-lg {
        padding-bottom: 30px;
        color: red;
     
    }
   
}

.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;
}

#telefon, #adresa_email  {
    z-index: 1;
}

.dateheader {
    color: #000;
 }

.address {
    float: right;
    margin-top: -10px;
    padding-top: 10px;
 }


.navbar-nav > li {
    display: block;
    float:none;
}

.navbar-toggle {
    background-color: #1C85C8;
}

.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: #1C85C8;
    font-weight: 600;
}
.h4, h4 {
    font-size: 15px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}

#Termeni {
    text-align: center;
    padding-bottom: 40px;
    color: #1C85C8; 
    text-transform: uppercase;
}

p {
    font-size: 14px;
    padding: 0 0 7px 0;
    display: block;
    font-weight: 300;
    line-height: 1.4;

}

body {
    line-height: 1.4;
}


span {    
    color: #1C85C8;    
    font-weight: 400;
    font-size: 14px;

}

span.icon-bar {
    background-color: white;
}

#BaiaMareActivHeader {
    color: #1C85C8;
    font-weight: 400;
}

#evaluare_proiecte {
    padding-top: 50px;    
}

.depunere-proiect-title {
    padding-bottom: 40px;
    color: #1C85C8; 
    text-transform: uppercase;
}

.glyphicon {
    color: #1C85C8;
}

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: #1C85C8;
    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 {

}

.hover_red:hover {
    color: #d93232;
}

a {
    padding-top: 5px;
}

.footer span, .footer-bottom span {
    font-style: normal;
    font-weight: 400;
    color: #1C85C8;
    font-size: 14px;
}

.asterisk-required {
    font-size: 14px; 
    /*    font-weight: bold;*/
    color: red;

}

.input-group {
    padding-bottom: 0px;
}


/* Recaptcha START */

div.g-recaptcha {

    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}



#evaluare_proiecte > div:nth-child(3) {
    margin-left: 5%;
}


.boximg {
	position:relative;
	overflow:hidden;
        min-height: 180px;
    
}


.badge.pull-right.nr_vot {
    margin-bottom: 10px;
} 


@media screen and (min-width: 768px) {

    .navbar-nav > li {
        display: inline-block;
    }  
    
    #navigation {
        height: 50px;
        padding-bottom: 100px;
    }
    
   }

@media screen and (min-width: 992px){

    .navbar-toggle {
        display: none;
    }
}


@media 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 screen and (min-width: 767px) and (max-width: 992px) {
    
div.col-sm-6.form-group   
    {
        width: 100%;
    }
    
    #evaluare_proiecte > div:nth-child(3) {
    margin-left: 2%;
    }
         
    
}
    
    
@media screen and (min-width: 992px) {
    
    div.g-recaptcha {
        transform:scale(0.92);
        -webkit-transform:scale(0.92);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;   
    }
    
     #evaluare_proiecte > div:nth-child(3) {
    margin-left: 8.33333333%;
    }
    
    .boximg {
	
    min-height: 180px;
    height: 180px;
}
    }

@media 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;
    }
    
    #evaluare_proiecte > div:nth-child(3) {
    margin-left: 10%;
    }
    
    .navbar-inverse .navbar-nav>li>a {    
    font-size: 14px;   
}

}

/* 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 {
    color: black;
    border:none;
    box-shadow:none;
}

.panel-group{
    margin:0;
}

.panel-default>.panel-heading {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border:none;
    box-shadow:none;
    border-radius: 6px;
    /*    text-align: center;*/
}

.panel-group>.panel-default {
    border: 0px;
}

#accordion a {
    font-size: 14px;
}

.panel-default>.panel-heading {
    background-color: #1C85C8;
}

.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: 14px;
    font-weight: normal;
    font-family: 'Open Sans', 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;
    font-weight: 600;
}

.form-control {
    color: #1C85C8;
    font-size: 14px;
}

.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: #1C85C8;
}

.paddingBottom {
    padding-bottom: 70px;
}

.paddingTop {
    padding-top: 60px;
}


label.error {
    font-size: 12px;
}

#depunere_proiect > div:nth-child(4) > div > div {
    z-index:99999;
}

    .dateheader  {
    padding-left: 10px;
}

div#content {
   
   min-height: 54vh;
}

#an, #luna, #zi {
    width: 32.5%;
} 

h1 {
      font-size: 22px;
      font-weight: 600;
      text-align: center;
}

p.txt-center strong {
    color: black;
}

.error {
    font-size: 12px;
}

#content > div.container > div > div.col-sm-12.creeare_cont > div > div.panel-body {
    font-size: 90%;
}

.bar {
    color: red;
}

.badge.stare {
     background-color: rgba(255, 0, 0, 0.5);
     width: 100%;
     font-weight: 300;
/*     margin-top: 5%;*/
    padding: 1%;
    margin-bottom: 1%;
         
}

@media screen and (max-width: 767.5px){
    .navbar-inverse .navbar-nav>li>a {
        color: white;
        font-weight: 600;
        font-size: 22px;
        background-color: #1B99D6; 
        margin-bottom: 5px;
    }
    .navbar-nav {
        position: relative;
        margin-top: 50px;
    }    

}

.btn-stergere-implementare {
    float: right;
}

.format-div-1 {
    color: black;
}