﻿.field-validation-error {
    color: #ed5565;
    font-size: 11px;
}

.validation-summary-errors {
    color: #ed5565;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #ed5565;
}

.has-error .form-control {
    border-color: #ed5565;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .control-label {
    color: #ed5565;
}

.has-success .control-label {
    color: #1ab394;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control, .has-success .form-control:focus {
    border-color: #1ab394;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.ibox-heading {
    background-color: #f3f6fb;
    border-bottom: none;
    padding:10px;
}

.bx-icon-large {
    font-size: 20px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.nav-link.active {
    color: #545a6d;
}

.nav-link.selected {
    color: #556ee6;
}

.clickable {
    cursor: pointer !important;
}

.full-width {
    width: 100%;
}

.k-dropdown .k-default {
    border: 1px solid #ced4da !important;
    background-color: #ffffff !important;
    border-radius: .25rem !important;
    height: 34px !important;
}

.k-autocomplete.k-default, .k-dropdown-wrap.k-default, .k-numeric-wrap.k-default, .k-picker-wrap.k-default {
    background-color: white !important;
}

.k-datepicker .k-input, .k-timepicker .k-input {
    background-color: white !important;
}

.pull-right {
    float:right;
}

.swal2-container {
    z-index: 19060 !important;
}

.tab-content {
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

.clientSubTab {
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
}

.error > a {
    background-color: #f46a6a !important;
    color: #ffffff !important;
}

.gridValid {
    border: 1px solid #47CF73;
}

.gridInvalid {
    border: 1px solid #f46a6a;
}

.page-title-box h4 {
    text-transform: none !important;
    font-weight: 600;
    font-size: 13px !important;
}

.grid-no-records {
    width: 100%;
    padding: 10px;
    text-align: left;
}

.pull-left{
    float:left;
}
.pull-right {
    float: right;
}

#divReportHtml {
    border: 1px solid #ced4da;
    overflow: auto;
}

#divOMIReportHtml {
    border: 1px solid #ced4da;
    overflow: scroll;
}

#modalExtraLarge100 {
    overflow-y: hidden;
    padding-bottom: 50px;
}

#modalExtraLarge100 > .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
}

    #modalExtraLarge100 > .modal-dialog > .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

#modalFullScreen {
    overflow-y: hidden;
    padding-bottom: 50px;
}

    #modalFullScreen > .modal-dialog {
        width: 100%;
        height: 100%;
        padding: 0;
        max-width: 95% !important;
    }

        #modalFullScreen > .modal-dialog > .modal-content {
            height: auto;
            min-height: 100%;
            border-radius: 0;
        }


#divReportHtml > .alert {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /*height: 200px;
    border: 3px solid green;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fafafa !important;
    opacity: 1;
}

.container-fluid, .navbar-header {
    max-width: 96% !important;
}
#TaskNotesDiv {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.k-multiselect-wrap {
    border-color: #ced4da !important;
}

.k-multiselect {
    height: auto;
    min-height: 30px;
}

.k-button {
    text-transform: none !important;
}

.k-grid-content {
    /*overflow-x: auto;*/
    overflow-y: auto !important;
}

.text-underline {
    text-decoration: underline;
}

.ahrefGrid {
    text-decoration: underline !important;
    color: black;
}

.urgent * {
    color: white !important;
}

.expired * {
    color: white !important;
}

.protocol-delete {
    position: absolute;
    right: 11px;
    top: 0px;
    font-size: 18px;
}

.showRightBar {
    right: 0;
    width: 360px;
}
@media (min-width: 1200px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}
@media (min-width: 992px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}
@media (min-width: 992px) {
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
}

#adresAlert {
    color: #924040;
}

.form-control-sm {
    font-weight: 400 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.content-match-screen {
    /*70px (header) 53px (topnav) 60px (footer) 43px (title)*/
    height: max(calc(100vh - 70px - 53px - 60px - 43px), 600px);
}

@media (max-width: 992px) {
    .content-match-screen {
        /*70px (header) 60px (footer) 43px (title)*/
        height: max(calc(100vh - 70px - 60px - 43px), 653px);
    }
}

.min-content-match-screen {
    /*70px (header) 53px (topnav) 60px (footer) 43px (title)*/
    min-height: max(calc(100vh - 70px - 53px - 60px - 43px), 600px);
}

@media (max-width: 992px) {
    .min-content-match-screen {
        /*70px (header) 60px (footer) 43px (title)*/
        min-height: max(calc(100vh - 70px - 60px - 43px), 653px);
    }
}

.grid-match-container {
    height: 100%;
    min-height: 0px;
    display: flex;
}