﻿
.bootstrap-tagsinput {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-transform-initial {
    text-transform: initial !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-small {
    font-size: small;
}

.text-large {
    font-size: large;
}

.text-medium {
    font-size: medium;
}

.text-black-30 {
    color: rgba(0,0,0,0.3) !important;
}


.text-black-40 {
    color: rgba(0,0,0,0.4) !important;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}
.font-size-12 {
    font-size: 12px;
}

.font-size-initial {
    font-size: initial !important;
}

.operation-column, .white-space-nowrap {
    white-space: nowrap;
}

.vertical-middle, .v-align-middle {
    vertical-align: middle !important;
}

.v-align-top {
    vertical-align: top !important;
}

.numeric {
    direction: ltr !important;
    text-align: left;
}

.input-validation-error:focus {
    box-shadow: 0px 0px 3px 0px rgb(255, 152, 48);
}

.font-weight-normal {
    font-weight: normal !important;
}

.input-validation-error {
    box-shadow: 0px 0px 3px 0px red;
}

.no-border {
    border: none;
}

.border-left-1 {
    border-left: 1px solid #dee2e6;
}

.border-radius-50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: smaller;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.divider-title {
    position: relative;
    top: -30px;
    font-weight: bold;
    padding: 5px 10px;
    background-color: white;
    letter-spacing: 1px;
}

button[aria-expanded=true] span::before {
    content: "\f078";
}


button[aria-expanded=false] span::before {
    content: "\f054";
}

.user-select-none {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.nofocus:focus {
    outline: none !important;
    box-shadow: none;
}

thead > tr th {
    vertical-align: middle !important;
}

.text-link {
    cursor: pointer !important
}

label{
    font-weight:normal !important;
}

.custom-control-label {
    padding-top: 2px;
}

option:disabled {
    font-style: italic !important;
    color: #e9ecef !important;
}

.multiselect-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 240px;
    overflow-y: auto;
    padding: 5px;
}

    .multiselect-container label {
        display: block;
        margin: 2px 0;
        cursor: pointer;
    }

    .multiselect-container input[type=checkbox] {
        margin-right: 5px;
    }


.bg-light-danger {
    background-color: #f2473440 !important;
}