@font-face {
    font-family: Avenir Next Medium;
    src: url('../fonts/AvenirNext-Medium.ttf');
}

@font-face {
    font-family: Avenir Next;
    src: url('../fonts/AvenirNext-Regular.ttf');
}

html, body {
    height: 100%;
    background-color: #F1FAFF;
    font-family: Avenir Next !important;
}

.main-container {
    padding-top: 30px;
    height: 100%;
}

.menu-left {
    width: 20%;
    padding: 10px;
    border: 1px solid black;
    float: left;
    height: 100%;
}

.menu-active {
    color: #50c0e3;
    background-color: #F1FAFF;
    border-left: 4px solid #00B0FF !important;
}

.menu-fixed {
    z-index: 999;
    /*position: fixed;
    width: 91.5%;*/
    top: 80px;
    background-color: #F1FAFF;
}

.navbar-menu-button {
    float: left;
    background: #00B0FF;
    color: white;
    width: 74px;
    padding-top: 27px;
    padding-left: 31px;
    padding-right: 20px;
    cursor: pointer;
    height: 11vh;
}

.container-fluid {
    padding-left: 0px;
    height: 100%;
}

.navbar {
    border: none;
    height: 11%;
    background: #FFFFFF;
    box-shadow: 1px 1px 10px 0 #D9E4EC;
    z-index: 1000;
}

.avatar-grid {
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset !important;
}


.no-shadow {
    box-shadow: none !important;
}

#main.no-overflow {
    overflow: hidden !important;
    min-height: 600px;
    padding-bottom: 100px !important;
}

.bg-dark {
    background-color: black;
}

.navbar-brand,
.navbar-brand:hover {
    height: 80px;
    width: 176px;
    color: white !important;
    background-color: #4EE0E3 !important;
    margin-left: 0px !important;
    cursor: default;
    padding-top: 27px;
    text-align: center;
}

.navbar .dropdown {
    margin-right: 26px;
    padding-top: 12px;
}

.dropdown {
    padding-right: 15px;
    padding-top: 16px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    cursor: pointer;
}

.navbar .dropdown li {
    padding: 5px 10px;
}

    .navbar .dropdown li img {
        margin-right: 20px;
        height: 18px;
    }

.custom-header-logo {
    position: fixed;
    text-align: center;
    height: 50px;
    left: 45%;
    right: 50%;
    padding-top: 25px;
    display: inline;
}

.layoutPageHeader {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 11%;
}

#header_date {
    position: fixed;
    right: 115pt;
    top:0pt;
    margin-top:45px;
}
#userName {
    position: fixed;
    right: 110pt;
    top: 0pt;
    margin-top: 25px;
    color: #a7a7a7;
    font-size: 14px;
}
@media (max-width: 645px) {
    #header_date {
        position: fixed;
        right: 115pt;
        top: 8pt;
    }
    #userName {
        position: fixed;
        right: 110pt;
        top: 0pt;
        margin-top: 5px;
        color: #a7a7a7;
        font-size: 14px;
    }
}

#header_logout {
    position: fixed;
    right: 8pt;
    top:10pt;
}

#header_changePassword {
    position: fixed;
    right: 60pt;
    top: 10pt;
    padding: 10px;
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
    border-width: 2px;
    justify-content: center;
}

#logout {
    width: 50px;
    height: 50px;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 1.42857;
    border-width: 2px;
    justify-content: center;
    padding-left: 1%;
}

.bullet {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #aaa;
}

.bg-roxo {
    background-color: #9013FE;
}

.bg-orange {
    background-color: orange;
}

.btn-primary {
    color: white !important;
    background-color: #00B0FF !important;
    border-color: #00B0FF !important;
    /*padding-right: 50px;
    padding-left: 50px;*/
}

.modal-confirm-btn {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: 5px;
    text-align: center !important;
    border: 1px solid #ddd !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: transparent !important;
    border-color: #00B0FF !important;
    color: #00B0FF !important;
}


.blank-space {
    width: 100%;
    height: 150px;
    background-color: transparent;
}

.floating-button {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 40px;
    bottom: 25px;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    z-index: 197;
    padding-top: 10px;
    background-color: #00B0FF;
    box-shadow: 0 6px 16px 0 rgba(78,224,227,0.38);
}

    .floating-button img {
        height: 30px;
        margin-top: 5px;
    }

.noUi-horizontal {
    height: 8px;
}

    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        left: -10px;
        top: -8px;
        border-radius: 100%;
        background-color: white;
        border: 2px solid #F5A623;
    }

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-handle {
    box-shadow: none;
    border: orange;
}

.noUi-connect {
    background: #F5A623;
    box-shadow: inset 0 0 3px #F5A623;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-backdrop {
    z-index: 1000;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
}

.margin-neg-left-30 {
    margin-left: -30px;
}

.btn-default {
    color: #818181;
    background-color: #fff;
    border-color: #eee;
    
}



.modal-content {
    box-shadow: 0 10px 26px 0 rgba(0,0,0,0.08);
}

/*.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #68EBBD !important;
}

.bootstrap-datetimepicker-widget table td.day {
    color: #818181;
}*/

.modal-custom-size {
    width: 700px;
}

.menu-link {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.navbar-default .navbar-brand {
    cursor: pointer;
}

#nprogress .bar {
    background: #FF9F00;
    height: 3px;
}

#nprogress .peg {
    box-shadow: none;
}

.nano {
    height: 600px;
}

    .nano .nano-content {
        padding-top: 10px;
    }

    .nano .nano-pane {
        background: transparent;
    }

    .nano .nano-slider {
        background: #e1e1e1;
    }

.logout {
    width: 55px;
    height: 55px;
    border: 3px solid #D7CFCF;
    background-color: #f3f3f3;
    border-radius: 48px;
    margin-top: 15px;
    margin-left: 20px;
    box-shadow: 0 0px 15px 0 rgba(0,0,0,0.08);
}

    .logout:hover {
        background-color: #F1FAFF;
        border: 3px solid #00B0FF;
        box-shadow: 0 0px 15px 0 rgba(0, 18, 236, 0.2);
    }

.avatar-logout {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}

.hour_now {
    margin-top: 33px;
    color: #a7a7a7;
}
/*
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 176, 255, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,176,255,0.4)
}*/

#modalImage .modal-content {
    width: 435px !important;
    border-radius: unset !important;
    border: 1px solid rgba(0, 0, 0, 0);
}

#modalImage .modal-header {
    height: 50px;
    color: white;
    background-color: #00B0FF;
    border-bottom: 1px solid #00B0FF;
}

.imagepreview {
    position: relative;
    padding: 15px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
