/*СТилове за бутони input, select, textarea и др елемнти*/


/*select2 ако няма намерен резултат - текст*/
.select2_noResults{
    color:#f70616;
}
textArea {
    resize: vertical;
    min-height: 50px;
}

input {
    padding: 2px 3px !Important;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
    border: 1px solid #999;
    width: 100%;
    padding: 2px;
    color: #000;
}

input:not([type="radio"]):not([type="checkbox"]):not(.css-pointer-events-none2),
textarea {
    background: #edf1f7;
}


select{
    background: #edf1f7;
    border: 1px solid #000;
}

.form-control {
    color: #000;
    padding: 2px 3px !Important;
}

/*fontawesom Бутони */
.fa-trash-o,
.fa-plus,
.fa-trash,
.fa-edit,
.fa-print,
.fa-lock,
.fa-close,
.fa-clone,
.fa-globe,
.fa-save,
.fa-upload,
.fa-file,
.fa-reply-all,
.fa-arrows,
.fa-eye,
.fa-eye-slash,
.fa-list,
.fa-home,
.fa-refresh
{
    cursor: pointer;
    font-size: 1rem;
}
.fawhite:hover{
    color:#fff !important;
}

/*.fa-edit{
    color:#337ab7;
}
.fa-trash-o,.fa-close{
    color:red;
}
.fa-clone{
    color:#28a745;
}*/

.fa-lock{
    color:#000; 
}
.fa-exclamation-triangle{
    animation: leaves 1s ease-in-out infinite alternate;
}
@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.5);
    }
}

/*button:hover i.fa{
    color: #fff;
}*/
button i.fa{
    /*    color: #fff;*/
}
