 /* GLOBALS */
 button::-moz-focus-inner {
    border: 0;
}  

button.btn:focus:active {
  outline: none;
}


label.control-label.required:after {
    content: '*';
    width: 38px;
    height: initial;
}

.control-label:after {
    content: ' ';    
    width: 20px;
    height: 11px;
    display: inline-block;
}

.control-label.en:after {
    background: url('/images/flags/en.png') center center no-repeat;
}

.control-label.ro:after {
    background: url('/images/flags/ro.png') center center no-repeat;
}

.control-label.ru:after {
    background: url('/images/flags/ru.png') center center no-repeat;
}




/* ///////////////////////////////////////

    CHANGING LANGUAGE ICON

////////////////////////////////*/

.fa-flag::before,
.fa-caret-down::before {
    content: "";
}

.language-changing-icon{
    width: 16px;
}


/*  */
.sonata-readmore {
    overflow: hidden;
}

.sonata-ba-list-field-date {
    white-space: nowrap;
}