.input-error {
    color: red;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.login-left .header-blue-card{
    flex-direction: column;
}
span.todo{
    color:red;
}

.header-uesr-block__avatar img{
    height: 36px;
}

.select2-container .select2-selection--multiple{
    min-height: 40px;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #E8E8E8;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #272727;
}
/*
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 12px;
}
*/
.select2-container--default .select2-selection--multiple .select2-selection__arrow{
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b{
    border: none;
    height: 20px;
    width: 20px;
    background-image: url(/../../img//icons/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    left: auto;
    margin-left: 0;
    margin-top: 0;
}
.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b{
    transform: translateY(-50%) rotate(180deg);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    display: flex;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display .img-flag{
    margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button{
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice button span{
    display: block;
    height: 100%;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
/*
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
*/
/*Select2 ReadOnly End*/

.modal .single-date-picker-2{
    min-height: 36px;
}


.alert {
    position: relative;
    top: 10;
    left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 10px;
    line-height: 1.8;
    border-radius: 5px;
    cursor: hand;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 400;
}

.alertCheckbox {
    display: none;
}

:checked + .alert {
    display: none;
}

.alertText {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.alertClose {
    float: right;
    padding-top: 5px;
    font-size: 10px;
}

.clear {
    clear: both;
}

.info {
    background-color: #EEE;
    border: 1px solid #DDD;
    color: #999;
}

.success {
    background-color: #EFE;
    border: 1px solid #DED;
    color: #9A9;
}

.notice {
    background-color: #EFF;
    border: 1px solid #DEE;
    color: #9AA;
}

.warning {
    background-color: #FDF7DF;
    border: 1px solid #FEEC6F;
    color: #C9971C;
}

.error {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
}
