﻿/*
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. !1!

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- !1!
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- !1!
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height !1!
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here !1!
  height: 60px;
  line-height: 60px; /* Vertically center the text there !1!
}
*/





body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-left: 4px;
        color: #999;
    }

    .sidebar .nav-link.active {
        color: #007bff;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 130px; /* Space for fixed navbar */
    margin-right: 250px !important;
    width: 100%
}

@media (min-width: 768px) {
    [role="main"] {
        padding-top: 48px; /* Space for fixed navbar */
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

/*@media (min-width: 992px) {
    #loginArea {
        margin-right: -17%
    }
}


@media (min-width: 768px) {
    #loginArea {
        margin-right: -25%
    }
}*/

body {
    background-color: #eaeaea;
}

.sidebar {
    background: #f4f4f4;
    border-left: 1px solid #c8c8c8;
    width: 250px;
}

.appBar {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -1px;
}



    .appBar i {
        margin-left: 5px;
    }

    .appBar div {
        display: inline-block
    }

    .appBar button {
        vertical-align: text-top;
        border-radius: 0;
        margin-left: -3px;
    }

        .appBar button:focus {
            outline: none !important;
            box-shadow: none
        }

        .appBar button:hover {
            color: #333;
            background-color: #e6e6e6;
            border-color: #adadad;
        }

    .appBar a {
        color: inherit;
    }

.table-header-text {
    margin-top: 10px;
    margin-bottom: 15px;
}

.table-container {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    overflow-y: auto;
    height: calc(99vh - 250px);
}

.table-data tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.table-data th {
    height: 30px;
    padding: .3rem;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

    .table-data th:hover {
        background-color: #e9ebee;
        color: #000;
        cursor: pointer
    }

.table-data td {
    height: 30px;
    padding: .3rem;
    padding-right: 10px;
    font-size: 14px;
}


.messageArea {
    color: #000;
    margin-top: -1px;
    padding: 5px;
    padding-right: 15px;
    border-bottom: 1px solid #a6a6a6;
}

    .messageArea.warning {
        background-color: #fff3cd;
    }

    .messageArea.success {
        background-color: #d4edda;
    }

    .messageArea div {
        display: inline-block
    }

    .messageArea .closeMessageArea {
        float: left;
        margin-top: -8px;
        margin-left: -5px;
    }

    .messageArea button:focus {
        outline: none !important;
        box-shadow: none;
    }

    .messageArea .messageIconArea {
        margin-left: 5px;
    }

.success .icon:before {
    content: "\f058";
}

.warning .icon:before {
    content: "\f071";
}

.nav-item.active {
    border-right: 4px solid gray;
    background-color: #e6e6e6;
}

.table-filter-container {
    margin-bottom: 15px;
    max-width: 250px;
    display: inline-block
}

.custom-input {
    height: 31px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-radius: 2px;
}

    .custom-input:hover {
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

    .custom-input:focus {
        outline: 0;
        border: 1px solid #17234e !important;
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

.table-navigate-link {
    color: inherit;
}

    .table-navigate-link:hover {
        color: inherit;
    }

.table-header-text-bigger {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-area {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    padding-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-left: 38px;
    margin-bottom: 50px;
}

    .section-area label {
        font-size: 12px;
        margin-bottom: .2rem;
    }

.section-area {
    display: flex;
    flex-wrap: wrap;
}

    .section-area .form-group {
        flex-shrink: 0;
        min-width: 220px;
        max-width: 220px;
        margin-left: 20px;
    }

.custom-btn {
    font-size: 14px;
    margin-top: 10px;
    min-width: 105px;
    min-height: 30px;
    background-color: #bfc3ce;
    border: 1px solid transparent;
    padding: 0 10px;
    color: #333;
    transition: background-color,border-color 50ms,linear ease-out 0s;
    border-radius: 2px;
}

.custom-btn-primary {
    background-color: #474a56;
    color: #fff;
    border-color: #474a56;
}

.custom-btn-secoundary {
    background-color: #bfc3ce;
    color: #333;
    border-color: #bfc3ce;
}

.custom-btn-primary:hover {
    background-color: #767a86;
    border-color: #767a86;
    color: #fff;
}

.custom-btn-primary:focus {
    outline: 1px dotted #fff;
    background-color: #474a56;
    border-color: #474a56;
    outline-offset: -2px;
    box-shadow: none !important
}

.custom-btn-primary:active {
    color: #fff !important;
    background-color: #474a56 !important;
    border-color: #474a56 !important
}

.custom-btn-secoundary:hover {
    background-color: #474a56;
    border-color: #bfc3ce;
    color: #fff;
}

.custom-btn-secoundary:focus {
    outline: 1px dotted #fff;
    background-color: #474a56;
    border-color: #bfc3ce;
    outline-offset: -2px;
    box-shadow: none !important;
    color: #fff
}

.custom-btn-secoundary:active {
    color: #fff !important;
    background-color: #474a56 !important;
    border-color: #474a56 !important
}

.form-group.size-medium input {
    width: 163px;
}

.form-group.size-large input {
    width: 220px;
}

.form-group.size-smarll input {
    width: 105px;
}

.hasDatepicker {
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCA4MCA4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y2FsZW5kYXI8L3RpdGxlPjxwYXRoIGQ9Ik0wIDc2LjExYzAgMy4yNDQgMS4yNzYgNi4wMzcgMy44MjggOC4zNzhDNi4zOCA4Ni44MjggOS40MjQgODggMTIuOTYgODhoNTQuMDhjMy41NzMgMCA2LjYyNi0xLjE3IDkuMTYtMy41MTIgMi41MzMtMi4zNCAzLjgtNS4xMzQgMy44LTguMzhWMTkuMTE2YzAtMy4xMS0xLjE2Ny01Ljc4Ni0zLjUtOC4wMjctMi4zMzMtMi4yNC01LjE3Ni0zLjQ4LTguNTMtMy43MTN2MTAuOTM3YzAgMi4wMDctLjc4NCAzLjczOC0yLjM1IDUuMTkzLTEuNTcgMS40NTUtMy40NDYgMi4xODMtNS42MzQgMi4xODMtMi4xODcgMC00LjA2NC0uNzI4LTUuNjMyLTIuMTgzLTEuNTY3LTEuNDU1LTIuMzUtMy4xODYtMi4zNS01LjE5M1Y3LjMyNUgyNy45OTZ2MTAuOTg3YzAgMi4wMDctLjc4NCAzLjczOC0yLjM1IDUuMTkzLTEuNTcgMS40NTUtMy40NDYgMi4xODMtNS42MzMgMi4xODMtMi4yMjQgMC00LjEyLS43MjgtNS42ODctMi4xODMtMS41NjgtMS40NTUtMi4zNTItMy4xODYtMi4zNTItNS4xOTNWNy4zNzVjLTMuMzUzLjIzNC02LjE4OCAxLjQ3Mi04LjUwMyAzLjcxM0MxLjE1NyAxMy4zMjggMCAxNi4wMDUgMCAxOS4xMTVWNzYuMTF6bTcuOTg0LTQ2Ljc2aDY0LjAzMnY0Ni43NmMwIDEuMjM3LS40ODMgMi4zMDctMS40NSAzLjIxLS45NjUuOTAzLTIuMTQgMS4zNTUtMy41MjYgMS4zNTVIMTIuOTZjLTEuMzUgMC0yLjUxNi0uNDUyLTMuNS0xLjM1NXMtMS40NzYtMS45NzMtMS40NzYtMy4yMVYyOS4zNXptMTguMjYzIDQ0LjQ1MnYtNy4zNzZIMTQuMjcydjcuMzc2aDExLjk3NXptMC0xNC43di03LjMyNUgxNC4yNzJWNTkuMWgxMS45NzV6bTAtMTQuN3YtNy4zMjZIMTQuMjcyVjQ0LjRoMTEuOTc1ek0xNi4wMjIgMTguMzFjMCAxLjAwNC4zOTIgMS44NzMgMS4xNzYgMi42MS43ODMuNzM1IDEuNzIyIDEuMTAzIDIuODE2IDEuMTAzIDEuMDkzIDAgMi4wMzItLjM2OCAyLjgxNi0xLjEwNC43ODQtLjczNSAxLjE3NS0xLjYwNCAxLjE3NS0yLjYwOFYzLjY2MmMwLTEuMDM2LS4zOS0xLjkwNi0xLjE3NS0yLjYwOEMyMi4wNDYuMzUgMjEuMTA3IDAgMjAuMDE0IDBjLTEuMDk0IDAtMi4wMzMuMzUtMi44MTYgMS4wNTQtLjc4NC43MDItMS4xNzYgMS41NzItMS4xNzYgMi42MDh2MTQuNjV6bTMwLjI0IDU1LjQ5di03LjM3NkgzNC4yM3Y3LjM3NmgxMi4wM3ptMC0xNC43di03LjMyNUgzNC4yM1Y1OS4xaDEyLjAzem0wLTE0Ljd2LTcuMzI2SDM0LjIzVjQ0LjRoMTIuMDN6TTY2LjIyIDU5LjF2LTcuMzI1SDU0LjI0NVY1OS4xSDY2LjIyem0wLTE0Ljd2LTcuMzI2SDU0LjI0NVY0NC40SDY2LjIyek01NS45OTUgMTguMzFjMCAxLjAwNC4zOSAxLjg3MyAxLjE3NSAyLjYxLjc4NC43MzUgMS43MjMgMS4xMDMgMi44MTYgMS4xMDMgMS4wOTQgMCAyLjAzMy0uMzY4IDIuODE2LTEuMTA0Ljc4NC0uNzM1IDEuMTc2LTEuNjA0IDEuMTc2LTIuNjA4VjMuNjYyYzAtMS4wMzYtLjM5Mi0xLjkwNi0xLjE3Ni0yLjYwOEM2Mi4wMi4zNSA2MS4wOCAwIDU5Ljk4NiAwYy0xLjA5MyAwLTIuMDMyLjM1LTIuODE2IDEuMDU0LS43ODQuNzAyLTEuMTc1IDEuNTcyLTEuMTc1IDIuNjA4djE0LjY1eiIgZmlsbD0iI0JBQkVDNSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) !important;
    background-size: 20px;
    background-position: left 5px top 3px;
    visibility: visible;
    padding-left: 30px;
}

.form-control {
    font-size: 14px;
}

.appbar-button-text {
    font-size: 14px;
}

.appbar-navigate-button:hover {
    cursor: pointer
}

.custom-input.hasError {
    border: 1px solid #d00e0d;
}

.ui-widget.ui-widget-content {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
}

.ui-widget-header {
    border: 1px solid #fff;
    background: #fff;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #fff;
        background: #fff;
    }

        .ui-state-default.ui-state-active {
            color: #fff;
            background-color: #494e537d;
        }

body {
    overflow-y: hidden;
}

.areaSectionHeader {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    border-bottom: 1px solid #c8c8c8;
}

    .areaSectionHeader:hover {
        cursor: pointer
    }

.areaSectionHeaderText {
    font-weight: 600
}

.scrollRegion::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.scrollRegion::-webkit-scrollbar-thumb {
    border-radius: 7px;
    border: 4px solid transparent;
    background-color: #888;
    background-clip: padding-box;
}

.scrollRegion::-webkit-scrollbar-track {
    border: none;
    background: 100% 0;
}

.section-area-content {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 5px 15px 1px 15px;
}

.appbarBorderRight {
    box-shadow: 6px 0 0 -5px rgba(200,200,200,.5);
}

.nav-tabs .nav-link {
    color: #666;
    display: block;
    padding: .5rem 1rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    margin-left: 20px;
}

    .nav-tabs .nav-link:hover {
        color: #000;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs.nav-tabs .nav-link.active {
    color: #212121;
    border-color: transparent;
    border-bottom: 2px solid transparent;
    border-bottom-color: #17234e;
    font-weight: 600;
    background: transparent;
}

.nav-tabs {
    border-bottom: none
}


.mainDivContainer {
    overflow: auto;
    overflow-x: hidden;
    height: 91vh;
    margin-left: -24px;
    margin-right: -24px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #c8c8c8;
    border-radius: 2px;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2.5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #c8c8c8;
    height: 31px;
    border-radius: 2px;
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        outline: 0;
        border: 1px solid #17234e !important;
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

    .select2-container--default .select2-search--dropdown .select2-search__field:hover {
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

.select2-container .select2-selection--single:focus {
    outline: 0;
    border: 1px solid #17234e !important;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #494e537d;
    color: white;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0.75rem;
}

.nav-tabs {
    margin-bottom: 20px;
}

.table-filter-container input {
    width: 220px !important;
}

.linksContainer {
    margin-right: 20px;
}

    .linksContainer ul {
        list-style: none;
        padding: 0;
    }



    .linksContainer a {
        color: #272829;
    }

        .linksContainer a:hover {
            color: #272829;
        }



    .linksContainer li {
        padding: 10px;
        padding-bottom: 1px;
    }

.mainDivContainerContent {
    margin-right: 24px;
}

.pagination-container a {
    padding: 1px 9px;
    margin-bottom: -15px;
}

.pagination-container {
    display: inline-block;
    text-align: left;
    float: left;
}

    .pagination-container .btn {
        background: #fff;
        border-radius: 2px;
    }

        .pagination-container .btn:focus {
            outline: 1px dotted #fff;
            outline-offset: -2px;
            box-shadow: none
        }


.grabLEftAndRight {
    margin-left: -24px;
    margin-right: -24px;
}

.custom-modal-confirm {
    background: #f3f3f30d;
}

    .custom-modal-confirm .modal-content {
        border-radius: 2px;
        box-shadow: 0 4.8px 14.4px rgba(0,0,0,.18), 0 25.6px 57.6px rgba(0,0,0,.22);
    }

.modal-message {
    font-size: 19px;
    font-weight: 700;
    margin-right: 10px;
    white-space: normal;
    color: #000 !important;
    margin-top: 2px;
    min-width: 370px;
    max-width: 570px;
    margin: 20px;
}

.custom-btn-small {
    min-width: 70px;
    font-size: 13px;
}

.modal-footer {
    border-top: none;
}

.profilePicContainer {
    display: inline-block;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    margin-bottom: 10px;
}

.profileImageText {
    display: inline-block;
    vertical-align: 73px;
    margin-right: 15px;
}

.defaultModal .modal-content {
    height: 100vh;
}

.defaultModal .modal-dialog {
    margin: 0;
    float: left;
}



.defaultModal .modal-content {
    height: 100vh;
    border-radius: 0;
    border: none;
}

.bannerContainer {
    margin-right: -24px;
    margin-left: -24px;
}

    .bannerContainer img {
        width: auto;
        height: auto;
        max-width: 100%;
    }


    .bannerContainer .bannerText {
    }

.defaultModal .modal-header {
    border-bottom: none
}

.defaultModal .modal-dialog {
    min-width: 350px;
}

.defaultModal .modal-footer {
    justify-content: initial;
}

.ProfileimageContainer {
    margin-bottom: 20px;
}

.loginView {
    margin-right: inherit !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 1.6rem !important;
}

    .loginView .form-signin {
        margin-top: -100px !important;
    }

.custom-login-input {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    background: transparent !important;
}

    .custom-login-input:focus {
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        height: 50px !important;
        margin-bottom: 10px !important;
        background: transparent !important;
        box-shadow: none !important
    }

    .custom-login-input:hover {
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        height: 50px !important;
        margin-bottom: 10px !important;
        background: transparent !important;
        box-shadow: none !important
    }

.custom-login-btn {
    height: 50px !important;
    padding-top: 0 !important;
    margin-top: 25px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.loginErrorArea {
    text-align: right;
    margin-bottom: 18px;
    margin-top: 10px;
    border-right: 4px solid red;
    padding-right: 12px;
    height: 35px;
    padding-top: 4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: red;
    font-weight: 500;
    background: #f3eaea;
}
