#global-modal.has-modal{
    display: block;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
}
.error-msg{
    font-size: 12px;
    margin-top: 8px;
    /*margin-left: -10px;*/
}
.has-error .select2.select2-container.select2-container--default {
    border: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 6px;
}
.has-error .select2-container--default .select2-selection--multiple{
    border: 1px solid #aaa;
}
.has-error small.help-block{
    display: none;
}
.form-group .help-block {
    color: #737373 !important;
}
.form-check {
    display: flex;
    align-items: center;
}

/* Hide the default checkbox */
.form-check-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    margin-left: -1.5em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.25em;
    cursor: pointer;

}
input[type=checkbox].form-check-input{
    margin: 0 6px 0 0;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio]{
    outline: none;
}

/* start v2 checkbox */
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}
.form-check-label {
    cursor: pointer;
    font-size: .9rem;
    margin-bottom: 0;
}
.form-check-input:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:not(:disabled):not(:checked):hover {
    border-color: rgba(0, 0, 0, 0.4);
}
/* end v2 checkbox */

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
    margin-left: -3px;
}


form.inline-v2 .form-control:focus,
form.inline-v2 .select2-container--focus .select2-selection,
form.inline-v2 .select2-container--open .select2-selection {
    outline: 1px solid #ffffff;
    box-shadow: 0px 0px 0 4px #618cab12;
    border: 2px solid #7fbae3a1;
}
form.inline-v2 .row .form-group:first-child{
    padding-left: 15px;
}
form.inline-v2 .row .form-group{
    padding-left: 0;
}
form.inline-v2 label.title{
    text-transform: uppercase;
    color: #c0c0c0;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 16px;
    margin-top: 15px;
    width: 100%;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}
form.inline-v2 label.title:first-child{
    border-top: none;
    padding-top: 0;
}
form.inline-v2 .form-group {
    display: flex;
    margin-bottom: 10px;
    vertical-align: middle;
}
form.inline-v2 .form-group label{
    margin-bottom: 0;
    vertical-align: middle;
    color: #8a8a8a;
    text-transform: capitalize;
    font-size: 14px;
    padding-right: 12px;
    min-width: 94px;
    white-space: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
}
form.inline-v2 .form-group .input-group{
    width: 100%;
}
form.inline-v2 .block-v2 .form-group{
    display: block;
}
form.inline-v2 .block-v2 .form-group label{
    margin-bottom: 8px;
}
form.inline-v2 .form-group .error-msg{
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 9;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #ffd7d7;
    padding: 3px 6px;
    letter-spacing: .3px;
    font-size: 11px;
    font-weight: 400;
}
.select2-container .select2-selection--single{
    height: 34px;
    padding-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 46% !important;
    transform: translateY(-50%);
}
