﻿label.error {
    color: red;
    font-size: 0.8rem;
    display: block;
    margin-top: 5px;    
}



label span {
    font-size: 1rem;
}

input.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

textarea.error {
    border: 1px solid red;
    font-weight: 300;
    color: red;
}

select.error {
    border: 1px solid red;
    font-weight: 300;
}
/** tagit error highlight **/

.tagit.error {
    border-color: red !important;
    color: red !important;
}
.input-validation-error {
    border: 1px solid red!important;
    font-weight: 300;
    color: red!important;
}
.field-validation-error {
    color: red;
    text-align: left;
}


/* not required css */

.row {
    padding: 10px;
}

.btn-margin{
    margin:5px;
}

div.card {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled], select2[disabled] {
    background-color: #F6F6F6 !important;
}
.disabled-p {
    background-color: #F6F6F6 !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    font-size: 1.5rem !important; 
}


