body {
    padding-bottom: 100px; /* FIX OVERLAPPING NAV FOOTER */
    font-family: Helvetica, Arial, sans-serif;
}

.flag-ro {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/flags.png) 0 0 no-repeat;
}

.flag-en {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/flags.png) -42px 0 no-repeat;
}

.flag-hu {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/flags.png) -21px 0 no-repeat;
}

.flag-de {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/de.png) 0 0 no-repeat;
}

.flag-fr {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/fr.png) 0 0 no-repeat;
}

.flag-it {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/it.png) 0 0 no-repeat;
}

.flag-es {
    display: inline-block;
    width: 21px;
    height: 12px;
    background: url(../../img/es.png) 0 0 no-repeat;
}


.list-head {
    padding: 5px 10px;
}

.list-indented {
    padding: 0 15px 5px 25px;
}

.list-indented .list-group-item-text {
    line-height: 1.5;
}

.no-border {
    border: none;
}

footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

footer p {
    clear: left;
    margin-bottom: 0;
}

.fill-white {
    background-color: #ffffff;
}

.footer-padding {
    padding: 0 15px;
}

.form-signin {
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}

.form-signup {
    max-width: 700px;
    padding: 15px;
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.logout-text {
    color: firebrick !important;
}

.arrow-active {
    background: url(../../img/arrow-right.png) no-repeat right;
    padding-right: 25px !important;
}

.arrow-inactive {
    background: url(../../img/arrow-right-gray.png) no-repeat right;
    padding-right: 25px !important;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: inline-block;
    width: 13px !important;
    height: 13px !important;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../../img/glyphicons-halflings.png");
    background-position: -193px -121px;
    background-repeat: no-repeat;
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 35px;
    min-width: 35px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    position: absolute;
    right: 15px;
    top: 0;
}

.chosen-container-single .chosen-single {
    border: 1px solid #cccccc !important;
    background: #fff !important;
    height: 35px !important;
    border-radius: 0 !important;
    padding: 7px !important;
    line-height: 1.42857143 !important;
}

.chosen-container-single .chosen-single span {
    font-size: 15px !important;
    color: #6f6f6f !important;
}

.chosen-container-single .chosen-single div b {
    background-position: 2px 7px !important;
}

.captcha_error {
    color: #FF0000 !important;
}

.warning_user {
    margin: 10px auto;
    width: 230px;
    text-align: center;
    color: #FF0000 !important;
}

.succes-user {
    margin: 10px auto;
    width: 230px;
    text-align: center;
    color: #478500 !important;
}

.sms-succes {
    margin: 10px auto;
    text-align: center;
    color: #478500 !important;
}

.text_area_control {
    max-width: 600px;
    max-height: 200px;
}

.modal-select {
    height: 200px !important;
}

.localitate-group .form-control-feedback {
    right: 60px !important;
    z-index: 100 !important;
}

#step3-form .no-display {
    display: none;
}

span.required {
    color: red;
    padding-left: 2px;
}

.navbar-inverse .navbar-nav > li > a {
    cursor: pointer;
    font-size: 12px;
}

input.upper {
    text-transform: uppercase;
}

.message-broadcast {
    font-weight: bold;
    background: #ffc4c4;
}

.message-unread {
    font-weight: bold;
}

.pagination a, .pagination span {
    padding: 0 10px;
}

.navbar-inverse {
    background-color: #31708E;
    border-color: #8FC1E3;
}

.navbar-inverse .dropdown-menu {
    background-color: #31708E;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #8FC1E3;
    border-color: #8FC1E3;
}

.btn-primary {
    color: #ffffff;
    background-color: #16b9c0;
    border-color: #8FC1E3;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: -23px !important;
}

.home-padding {
    padding: 9px 10px;
    font-family: "Helvetica Neue", "Helvetica", sans-serif ;
}

.login-bg {
    height: 100%;
    background: url(../../img/update_main_page/fundal-login.jpg);
    background-size: cover;
}
.login-text{
    line-height:40px;
    margin:30px;
    font-size: 50px;
    color:#FFFFFF;
}

.login-form{
    margin:30px auto;
    width: 90%;
    height:35px;
    border-bottom: 1px solid #FFFFFF;
}

.login-form img{
    float:left;
}

.login-form input{
    border-image:none;
    outline:none;
    background: transparent;
    width: 90%;
    border:none;
    float:left;
    color:#FFFFFF;
}

.after{
    display:none;
}
.login-form input:focus + img{
    display:block;
}

.login-form input::placeholder{
    color:#FFFFFF;
    border:none;
}

.login-submit{
    text-align: center;
    margin: 30px auto;
}

.login-submit button{
    width:90%;
    height:70px;
    outline:none;
    border:none;
    background-color: #f0efed;
    color:#16b9c0;
    font-size: 18px;
    font-weight: bold;
}

.login-reset-create{
    font-size: 12px;
    margin-bottom: 20px;
    color:#FFFFFF;
}
.login-reset-create a{
    text-decoration: none;
    color:#FFFFFF;
}

.guide{
    margin:10px 0px;
    width: 100%;
    height:90px;
    border:none;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #f0efed;
    color:#16b9c0;
    font-size:20px;
}
.guide-umfst{
    width: 100%;
    height:90px;
    border:none;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background-color: #f0efed;
    color:#16b9c0;
    font-size:16px;
    margin-top: 3px;
}
.list-group a:hover{
    background-color: transparent;
}
.article-head{
    padding: 10px;
    color: #FFFFFF; !important;
    background-color: #31708E;
}

.article-text{
    background-color: #f0efed;
    padding: 5px;
}

.no-space{
    padding-bottom: 0;
}

.brosura{
    padding-top: 10px;
}

a.disabled {
    color: gray;
    pointer-events: none;
}

.icn{
    height: 20px;
    /*float:right;*/
}

.dropdown-menu-acc > li{
    display: flex;
    flex-direction: column;
}
.dropdown-menu-acc > li > a{
    display: inline-flex;
    justify-content: space-between;
}

.dark-mode {
    background-color: #000;
    color: #fff;
}
.dark-bg {
    background-color: #333; /* Dark background for .list-group-item */
}
.white-text , a.list-group-item.white-text {
    color: #fff !important; /* White text for links inside .list-group-item */
}

.dark-mode tbody{
    color: #222222;
}

.navbar-inverse .dropdown-menu-acc>li>a, .navbar-inverse .dropdown-menu-acc>li>a:focus{
    min-width: 180px;
}

#access-native-read.active {
    background-color: #333; /* Active background */
    color: white;
    border: 2px solid yellow; /* Example of showing an active state with border */
}

.chosen-container .chosen-results , .datepicker-years{
    color: #222222 !important;
}

#price_total, #eroareContainer, #confirmContainer, #captcha_code{
    color: #222222;
}

