﻿:root {
    --sideBar-color: #121929;
    --sideBar-linkcolor: #bfc7dc;
    --placeHolder-color: #8A99B5;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

.holy-grail,
.holy-grail-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    color: #777;
    font-family: 'MylatoRegular', -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue", Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f8f9fa !important;
}

.footer {
    height: 50px;
    bottom: 0;
    position: fixed;
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 300px;
    left: 0;
    right: 0px;
}

.footer_menu_toogle {
    height: 50px;
    bottom: 0;
    position: fixed;
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 0px;
    left: 0;
    right: 0px;
}

.Header {
    height: 90px;
    background-color: #007fa3;
}

    .Header p {
        color: #fff;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

.holy-grail-content {
    flex: 1 1 auto;
    overflow: auto;
    margin-bottom: 20px;
}

.holy-grail-sidebar-1 {
    background-color: var(--sideBar-color);
    margin-top: 0;
    overflow-x: hidden;
    flex-grow: 1;
    overflow-y: auto;
    opacity: 1;
    transition: opacity 650ms;
}

.holy-grail-sidebar-1-close {
    opacity: 0;
    width: 0px;
    transition: width 850ms;
}

.Main-Header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 599px) {
    .holy-grail-body {
        flex-direction: row;
    }

    .holy-grail-sidebar-1 {
        flex: 0 0 1;
        overflow-y: auto;
        min-width: 300px;
        max-width: 300px;
    }
}

@media (max-width: 74.99em) {
    .holy-grail, holy-grail-body {
        overflow-x: scroll;
        overflow-y: scroll;
        min-width: 1200px;
    }

    .holy-grail-sidebar-1-close {
        position: fixed;
        z-index: 1000;
    }

    .holy-grail-sidebar-1 {
        position: fixed;
        z-index: 1000;
    }

    .holy-grail-content {
        position: relative;
        width: 100%;
    }
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #0088cc !important;
    outline: 5px auto #0088cc !important;
    outline-offset: -2px;
}

.swal2-title {
    font-family: MylatoLight !important;
    color: #637381 !important;
}

input {
    filter: none !important;
}

.round {
    border-radius: 50% !important;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
}

.bg-neo {
    background-color: #f5f5f5;
}

.neo-shadow {
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.1), -5px -5px 10px #fff;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.1), -5px -5px 10px #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1), -5px -5px 10px #fff;
}

    .neo-shadow:hover {
        -webkit-box-shadow: 15px 15px 20px rgba(0,0,0,0.1), -15px -15px 20px #fff;
        -moz-box-shadow: 15px 15px 20px rgba(0,0,0,0.1), -15px -15px 20px #fff;
        box-shadow: 15px 15px 20px rgba(0,0,0,0.1), -15px -15px 20px #fff;
    }

/*remove firefox border*/
:-moz-ui-invalid {
    box-shadow: none;
}

.progress {
    height: 3.0rem !important;
}

.text-danger {
    color: rgb(221, 0, 49) !important;
}

select {
    font-family: mylatoregular;
}

.modal-backdrop {
    transition: opacity .3s !important;
}

.text-primary {
    color: #0278ae !important;
}

.KnowledgeBase-Link:hover {
    background-color: inherit;
    font-family: MyLatoMedium;
    color: white;
    text-decoration: underline;
}

.swal2-content {
    word-wrap: normal !important;
    width: auto;
}

a.disabled:hover {
    cursor: not-allowed;
}

button:hover:disabled {
    pointer-events: none;
}

.swal2-content {
    word-wrap: break-word !important;
}

.swal2-popup {
    min-width: 30em !important;
    max-width: 35em !important;
    width: auto !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    font-size: 13px;
    font-family: MylatoRegular !important;
    width: 35px;
    height: 35px;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    background: #F6F8FA;
    border: 1px solid #F6F8FA;
    width: 70px;
    padding: 5px;
}

.daterangepicker select.monthselect {
    background: #F6F8FA;
    border: 1px solid #F6F8FA;
    width: 100px;
    padding: 8px;
}

.daterangepicker select.yearselect {
    background: #F6F8FA;
    border: 1px solid #F6F8FA;
    width: 80px;
    padding: 8px;
}

.noUppercase {
    text-transform: none !important;
}
