﻿/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.clickable-link {
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .clickable-link:hover {
        background-color: #b7dfeb;
        text-decoration: none;
        color: #337ab7;
    }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration,
        input[type="search"] {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
}

    body::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    body::-webkit-scrollbar-track {
        border-radius: 0px;
        background-color: #f1f1f1;
        border-bottom-right-radius: 5px;
    }

    /* Handle */
    body::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 5px;
    }

        /* Handle on hover */
        body::-webkit-scrollbar-thumb:hover {
            background: #ababab;
        }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

[role="button"] {
    cursor: pointer;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1, h2, h3 {
    margin: 15px 5px 5px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.text-nowrap {
    white-space: nowrap;
}

.text-muted {
    color: #777;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

.btn-warning {
    color: #fff;
    background-color: #ae9945;
    border-color: #ae9945;
}

    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:hover {
        color: #fff;
        background-color: #918039;
        border-color: #918039;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    display: none;
}

    .fade.in {
        opacity: 1;
        display: block !important;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    opacity: 0;
    transition: opacity 1s ease;
}

@keyframes opacityChange {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown-menu.show {
    opacity: 1;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1000px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-header {
    float: left;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    align-items: unset;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 1000px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: 65px !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1000px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1000px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 1000px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 6px;
        }

@media (min-width: 1000px) {
    .navbar-toggle {
        display: none;
    }
}

#mainheader, #mainheader.navbar-header {
    float: left;
}

.navbar-nav {
    display: block;
    -ms-flex-direction: unset;
    flex-direction: unset;
    list-style: none;
}

    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }

.navbar-nav {
    margin: 7.5px -15px;
    display: block;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .navbar-nav {
        width: 200%;
        margin-left: -50px !important;
    }
}

@media (min-width: 1000px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 25px;
                padding-bottom: 15px;
                font-size: 15px;
            }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 1000px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-inverse {
    background-color: #004126;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.06)
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
        border: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link, .navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus,
    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 6px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 10px;
            color: #ccc;
            content: "|";
        }

        .breadcrumb > li > a {
            color: grey;
        }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ae9945;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}
/*
.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}
    */
.panel {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-body {
    color: #1e1e1e;
    background-color: #e4ece7;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
}

    .panel-title > a {
        color: #333333;
    }

.panel-collapse .collapse .show {
    text-size-adjust: 100%;
}

.panel .panel-default {
    margin: 5px 0px;
}

.list-group-item {
    padding: 10px 15px !important;
    padding-top: 10px !important;
    border: none !important;
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 1px solid lightgray !important;
}

.list-group {
    border-radius: 5px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    /*
    filter: alpha(opacity=20);
        */
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        /*
        filter: alpha(opacity=50);
            */
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

footer p {
    margin: 0px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden, hide {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

/*Colors for grid cells*/

.pq-grid td.pink {
    background: #ffc8c8;
}

.pq-grid td.green {
    background: #c8ffc8;
}

.pq-grid td.yellow {
    background: #ffffc8;
}

.pq-grid td.lightgrey {
    color: #808080;
}

div.pq-toolbar {
    background-color: #c9dbcd !important;
    padding: 10px;
    vertical-align: middle;
    border-radius: 10px;
    border: none !important;
}

button.toolbarBtn {
    padding: 5px 10px;
    display: inline-flex;
    align-items: flex-end;
    color: #505050;
}

i.material-icons {
    font-family: 'Material Icons' !important;
}

i.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}
i.material-symbols-rounded {
    font-family: 'Material Symbols Rounded' !important;
}

i.delete-icon {
    font-size: 16px !important;
    color: #505050 !important;
}

i.toolbar-icons {
    font-size: 22px !important;
    padding-right: 3px;
    line-height: 15px;
    color: #555555 !important;
}

button.table-row-btn {
    padding: 5px;
    display: inline-flex;
    align-items: flex-end;
    height: 30px;
    align-items: center;
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}

    button.table-row-btn:hover {
        background-color: white;
    }

i.table-row-icons {
    font-size: 22px !important;
    padding-right: 3px;
    color: #555555 !important;
    line-height: 15px;
    width: 24px;
}

i.delete_icon {
    font-size: 23px !important;
}

i.type-icons {
    font-size: 20px !important;
    color: #555555 !important;
}

i.flip-icon {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    padding-right: 0px;
    padding-left: 3px;
}

button.merge-right {
    margin-left: 0px !important;
    border-radius: 0px 5px 5px 0px;
}

button.merge-left {
    margin-right: 0px !important;
    border-radius: 5px 0px 0px 5px;
}

button.delete_btn {
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
}

    button.delete_btn:hover {
        background-color: white;
    }

.pq-grid .ui-widget-header {
    border-width: 0px;
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
}

.pq-grid-header-table-div {
    padding-inline: 5px !important;
}


.pq-grid-title {
    border-width: 0px;
    background-color: #c9dbcd !important;
    border-color: #c9dbcd !important;
}

.pq-grid-number-col {
    border-width: 0px;
    background-color: #e8e8e8 !important;
    border-color: #c4c4c4 !important;
}

.pq-search-hd-field {
    border-width: 0px;
    border-color: #e8e8e8 !important;
    height: 20px !important;
    margin-top: 0px !important;
    border-color: white !important;
}

div.pq-grid *:focus {
    outline: 2px solid #c9dbcd !important;
}

.pq-grid-number-cell {
    border-width: 0px;
    border-color: #fafafa !important;
    background-color: #fafafa !important;
    text-align: left;
}

.pq-grid td.pq-grid-cell {
    height: 45px !important;
}

td.pq-grid-col {
    border: none !important;
}

    td.pq-grid-col.pq-align-center.pq-right-col {
        height: 25px !important;
        vertical-align: bottom !important;
    }

        td.pq-grid-col.pq-align-center.pq-right-col .pq-td-div {
            background-color: rgba(245, 245, 245, 1);
            border-radius: 5px;
            margin-right: 3px;
            padding-right: 2px;
        }

div.pq-td-div {
    padding-inline: 5px !important;
    font-size: 13px !important;
    margin-inline: 5px !important;
    text-shadow: none;
    border-radius: 5px;
    transition: 0.3s ease;
    width: fit-content;
}

.pq-grid-col.pq-align-center.pq-right-col > div.pq-td-div {
    width: auto;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

tr.pq-grid-row-hover > td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

tr.pq-grid-row-hover > td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pq-toolbar > button.ui-corner-all {
    line-height: 15px;
    padding: 5px 10px;
    color: #505050;
}

    .pq-toolbar > button.ui-corner-all:hover {
        background-color: white;
    }

.pq-grid-title-row {
    height: 35px !important;
    border-color: #f5f5f5 !important;
}

table.pq-grid-header-table div.pq-td-div {
    display: block;
    padding: 4px;
    margin-top: 2px;
    margin-bottom: 1px;
}

.pq-grid span.pq-separator {
    border-left-color: #fff;
    border-right-color: #fff;
    background-color: #fff;
    margin-inline: 10px;
    height: 20px;
}

.pq-grid input[type='text'] {
    margin-left: 2px;
}

.pq-sb-vert-wt > .pq-sb-slider > .vert-slider-top, .pq-sb-vert-wt > .pq-sb-slider > .vert-slider-bottom, .pq-sb-vert-wt > .pq-sb-slider > .vert-slider-bg, .pq-sb-vert-wt > .pq-sb-slider > .vert-slider-center {
    background: none;
    background-color: #c9dbcd;
}

.pq-sb-vert-wt div.top-btn, .pq-sb-vert-wt div.bottom-btn {
    background: none;
    background-color: #e8e8e8;
}

div.pq-vscroll, div.pq-hscroll {
    background: none;
    background-color: #f3f3f3;
}

div.pq-hvscroll-square {
    width: 17px;
    height: 17px;
}

.pq-sb-horiz-wt .pq-sb-slider-h .horiz-slider-right, .pq-sb-horiz-wt .pq-sb-slider-h .horiz-slider-left, .pq-sb-horiz-wt .pq-sb-slider-h .horiz-slider-bg, .pq-sb-horiz-wt .pq-sb-slider-h .horiz-slider-center {
    background: none;
    background-color: #c9dbcd;
}

.pq-sb-horiz-wt div.left-btn, .pq-sb-horiz-wt div.right-btn {
    background: none;
    background-color: #e8e8e8;
}

.ui-widget .ui-widget {
    border-color: #f5f5f5;
    border: none;
    background: none;
    background-color: #f5f5f5;
    border-width: 0px;
}

.ui-widget.ui-widget-content {
    border-color: #c9dbcd;
    border-width: 0px;
    background-color: #e8e8e8;
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15), 0px 5px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 10px;
}

.pq-pager .pq-page-placeholder {
    vertical-align: middle
}

.pq-grid-header td.pq-col-sort-asc, .pq-grid-header td.pq-col-sort-desc {
    background: none;
    background-color: #d3f2d9;
    background: linear-gradient(0deg, rgba(200,235,205,1) 80%, rgba(235,255,240,1) 80%, rgba(235,255,240,1) 100%);
}


.pq-grid td.pq-grid-cell {
    height: 35px;
    overflow: hidden;
    padding: 4px 5px 4px 10px;
    vertical-align: middle;
    border-width: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

div.pq-grid * {
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

#MainContent_searchButton {
    background-color: rgb(221, 221, 221);
}

.mobileTableContain {
    display: none;
}

.pq-grid-title-row .pq-td-div:hover {
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.1);
}

.pq-grid-footer span.pq-separator {
    display: none !important;
}

.pq-grid-footer span.pq-page-placeholder {
    margin-inline: 10px 5px !important;
    color: #444444
}

.pq-grid-table > tbody > .pq-grid-row {
    background: none !important;
}

.pq-grid-footer.pq-pager {
    padding-block: 4px;
}

.pq-grid-bottom.ui-widget-header.ui-corner-bottom, .pq-grid-footer.pq-pager {
    border-width: 0px;
}

div.pq-grid-footer.pq-pager {
    padding-left: 15px;
}

.pq-grid div.pq-grid-bottom button {
    transition: 0.3s ease;
}

    .pq-grid div.pq-grid-bottom button:hover {
        background-color: white !important;
    }

span.pq-pager-msg {
    position: absolute !important;
    right: 30px !important;
    top: 9px !important;
}

select.ui-corner-all {
    padding: 2px;
    border-width: 0px !important;
}

    select.ui-corner-all:hover {
        cursor: pointer;
    }

.pq-page-placeholder > input[type='text'].ui-corner-all {
    border-width: 0px !important;
    width: 30px;
    padding: 1px 5px;
    height: 16px;
}

.form-control.input-sm {
    border: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #c9dbcd;
}

.showMobile {
    display: none;
}

.panel-header {
    color: white;
    background-color: #004126;
    padding: 10px;
}

.pq-loading-bg {
    opacity: 0.25 !important;
}

div.pq-loading-mask.ui-state-highlight, div.pq-loading-mask.ui-state-highlight div {
    font-size: 16px;
    width: fit-content;
    height: fit-content;
    border-radius: 50px;
    background-image: none;
    position: relative;
    border: none;
    background-color: #ae9945;
    color: white;
    z-index: 10;
}

div.pq-loading-mask.ui-state-highlight {
    outline: 4px solid #d5d5d5;
    border: 3px solid #f5f5f5;
}

    div.pq-loading-mask.ui-state-highlight div {
        padding-left: 36px;
        padding-right: 10px;
    }

        div.pq-loading-mask.ui-state-highlight div::before {
            content: '';
            border: 5px solid #f3f3f3;
            border-top: 5px solid #505550;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            -webkit-animation: spin 2s linear infinite; /* Safari */
            animation: spin 2s linear infinite;
            margin-top: -12px;
            left: 0px;
            top: 50%;
            z-index: 998;
            position: absolute;
        }

.pq-grid div.pq-grid-vert-freezeline {
    border-color: #666666;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 100px) and (max-width: 1000px) {

    .grid, .breadcrumb, .webtitle {
        display: none
    }

    .lastTable {
        text-align: center;
        padding-left: 0px !important;
    }

    .mobileTableContain {
        display: block;
        background-color: white;
        padding: 5px 3% 20px;
        border-radius: 15px;
        width: 100%;
        margin: 25px 0px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    }

    thead {
        height: 40px;
    }

    th {
        padding-left: 20px;
    }

    .scrollTableHorizontal {
        /*overflow: auto;*/
        white-space: nowrap;
        box-shadow: -10px 0px 15px -18px rgba(0, 0, 0, 0.85) inset;
    }

    .hidden-mobile {
        display: none !important;
    }

    .show {
        display: block;
    }

    table#myMobileTable tbody td {
        padding: 20px 10px 20px 15px;
    }

    th, td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    table {
        border-collapse: collapse;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    th {
        background-color: #ae9945;
        color: white;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

    .navbar-collapse {
        height: 1px;
        min-height: 1px;
        max-height: 1px;
        margin-top: 75px;
        overflow: visible;
        border: none;
        box-shadow: none;
        transition: opacity 0.25s ease;
    }

        .navbar-collapse.collapse, .navbar-collapse.collapsing {
            opacity: 0;
        }

            .navbar-collapse.collapse.show {
                opacity: 1;
            }

    .navbar {
        max-height: 105px;
        overflow: visible;
    }

    th, .mobileHeaderSearch {
        background-color: #ae9945;
        color: white;
        border-left: 2px solid white;
        border-right: 2px solid white;
        border-bottom-width: 0px;
        width: 100%;
        width: 187px;
        overflow-x: auto;
        overflow-y: auto;
    }

    input.mobileSearchBy {
        border-radius: 15px;
        padding: 5px;
        border: none;
        background-color: none;
        min-width: 90%;
        max-width: 100%;
        color: black;
    }

    .mobileRowTitle {
        background-color: #ae9945;
    }

    .mobileTableHead {
        height: 40px;
        background-color: #ae9945;
    }

    table#myMobileTable tbody td.dollarRightAlign {
        text-align: right;
    }

    table thead tr {
        display: block;
    }

    table tbody {
        display: block;
        height: calc(75vh - 82px);
        overflow: auto;
        width: fit-content;
    }

    td {
        overflow: scroll;
    }

    .scrollTable {
        overflow: scroll;
        height: 80vh;
        box-shadow: -10px 0px 15px -18px rgba(0, 0, 0, 0.85) inset;
    }

    .navbar-items, .dropdown-menu, .profile-dropdown-items {
        font-size: 16px;
    }

    .profile-header {
        text-align: right;
        position: absolute;
        right: 55px;
        display: block
    }

    .showMobile {
        display: block !important;
    }

    .quick-nav-mobile {
        display: block;
    }

    .quick-nav-buttons-container {
        height: 110px;
    }

    .email-nav-buttons {
        background-color: #f7f7f7;
        width: 100%;
        border-radius: 15px;
        margin-bottom: 10px;
    }

    .quick-nav-buttons {
        border-radius: 10px;
    }

    .profile-dropdown-buttons {
        font-size: 16px;
        color: #ffffff !important;
        padding: 15px !important;
    }
}

.grid {
    background-color: unset;
    border-radius: 10px;
}

.ui-widget.ui-widget-content {
    overflow: visible !important;
    background-color: unset !important;
    width: 100% !important;
}

.pq-grid-inner {
    background-color: white;
    /* overflow: visible !important; */
    height: fit-content !important;
    box-shadow: 0px 1px 8px 4px rgba(0,0,0,0.10);
    border-radius: 10px;
    overflow: hidden !important;
    margin-top: 12px !important;
}

.pq-grid-top.ui-widget-header.ui-corner-top {
    background-color: unset !important;
}

.pq-header-outer.ui-widget-header {
    border: none !important;
    background-color: white !important;
    /* margin-block: 15px 0px; */
    margin-left: 10px !important;
    border-radius: 0px;
    border-top-right-radius: 0px;
}

tr.pq-grid-row td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

tr.pq-grid-row td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

tr.pq-grid-title-row, table.pq-grid-header-table.pq-wrap {
    background-color: white !important;
}

.pq-grid-col {
    background-color: white !important;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    height: 30px;
}

.pq-grid-header-search > .pq-grid-col {
    padding-block: 8px !important;
}

input.pq-search-hd-field.ui-corner-all.pq-search-txt {
    background-color: #eeeeee;
    border-radius: 10px;
    margin: 0px !important;
    border-width: 0px;
}

.pq-cont-right {
    padding: 12px !important;
    padding-top: 4px !important;
    border-radius: 10px;
}

div.pq-cont:focus {
    outline: none !important;
}

.pq-grid-bottom.ui-widget-header.ui-corner-bottom {
    margin-block: 5px;
    border-radius: 10px !important;
    background-color: transparent !important;
    position: relative;
    height: 40px;
    display: none;
}

td.pq-grid-col.pq-right-col.ui-state-active, td.pq-grid-col.pq-last-freeze-col.pq-left-col.ui-state-active.pq-col-sort-asc, .pq-grid-header td.pq-col-sort-asc, .pq-grid-header td.pq-col-sort-desc {
    background-color: #e4ece7 !important;
    background-image: none !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 0px !important;
    border-top: 5px solid #c9dbcd !important;
}

.pq-hscroll.pq-sb-horiz.pq-sb-horiz-wt {
    height: 12px !important;
    overflow: hidden;
    bottom: 0px !important;
    top: unset;
    background-color: white;
    width: 100%
}

.pq-sb-horiz-wt div.left-btn, .pq-sb-horiz-wt div.right-btn {
    height: 100% !important;
    width: 0px !important;
}

.pq-vscroll.pq-sb-vert.pq-sb-vert-wt {
    width: 12px !important;
    overflow: hidden;
    right: 0px !important;
    left: unset;
    background-color: white;
    height: 100%
}

.top-btn.pq-sb-btn, .bottom-btn.pq-sb-btn {
    width: 100% !important;
    height: 0px !important;
}

.pq-sb-slider.ui-draggable.ui-draggable-handle {
    border-radius: 10px;
    width: 100% !important;
    overflow: hidden;
}

.pq-sb-slider.pq-sb-slider-h.ui-draggable.ui-draggable-handle {
    border-radius: 10px;
    height: 100% !important;
    overflow: hidden;
    width: fit-content !important;
}

.pq-hvscroll-square.ui-widget-content {
    visibility: hidden;
}

.pq-grid-footer.pq-pager {
    width: fit-content;
    position: absolute;
    right: 16px;
    top: 12px;
    padding: 0px !important;
}

.pq-td-div {
    color: #363636;
}

tr.pq-grid-oddRow td {
    background: #f8f8f8
}

tr.pq-grid-row-hover > td {
    background-color: #f0f0f0;
    border: 0px;
}

tr.pq-grid-row-hover {
    border: 0px !important;
}

.pq-toolbar button {
    background-color: #e4ece7;
    color: #363636;
}

span.pq-pager-msg {
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    color: #444444;
}

select.ui-corner-all {
    background-color: #f0f0f0;
    padding: 4px;
    outline: 2px solid transparent;
    transition: 0.3s ease;
}

input.pq-search-hd-field.ui-corner-all.pq-search-txt {
    padding: 1px 8px;
    outline: 2px solid transparent;
    transition: 0.3s ease;
}

    input.pq-search-hd-field.ui-corner-all.pq-search-txt:focus, input.pq-search-hd-field.ui-corner-all.pq-search-txt:hover, select.ui-corner-all:hover {
        background-color: white;
        outline: 2px solid #c9dbcd;
    }

div.pq-toolbar button i {
    font-size: 12px;
    padding-right: 0px;
    transition: padding 0.3s ease;
}

div.pq-toolbar button:hover i {
    font-size: 12px;
    padding-right: 3px;
}

div.pq-toolbar button strong {
    font-size: 12px;
    font-weight: normal;
    padding-left: 3px;
}

div.pq-toolbar button {
    font-size: 0px;
    border: none;
}

    div.pq-toolbar button:hover {
        font-size: 12px;
    }

td.pq-grid-col.pq-align-center.pq-right-col .pq-td-div {
    background-color: #f2f2f2;
}

select.ui-corner-all {
    border-radius: 10px;
    padding: 1px 8px;
}

table.pq-grid-table.pq-wrap, .pq-grid div.pq-cont-inner {
    padding: 2px;
}

.pq-grid div.pq-grid-vert-freezeline {
    margin-left: 14px;
}

div.pq-grid-footer.pq-pager > button:hover {
    background-color: #e4ece7 !important;
}

.pq-page-placeholder > input[type='text'].ui-corner-all {
    border-width: 0px !important;
    width: 30px;
    padding: 1px 5px;
    height: 18px;
    background-color: #e4ece7;
    transition: background-color 0.3s ease;
}

div.pq-pager select.ui-corner-all {
    border-radius: 4px;
    padding: 0px;
    width: 46px;
    height: 18px;
    background-color: #e4ece7;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-left: 10px;
    color: #444444;
}

    div.pq-pager select.ui-corner-all:hover, .pq-page-placeholder > input[type='text'].ui-corner-all:hover {
        background-color: white;
    }

td.pq-grid-number-col {
    background-color: unset !important;
    border: 0px;
}

div#ui-datepicker-div {
    width: 270px !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 5px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

    div#ui-datepicker-div a.ui-state-default {
        border-radius: 4px !important;
        background: unset !important;
        border: unset !important;
        background-color: #ffffff !important;
        color: #363636;
        padding: 3px;
        font-size: 14px;
        text-align: center;
        transition: background-color 0.2s ease;
    }

        div#ui-datepicker-div a.ui-state-default:hover {
            background-color: #dddddd !important;
            color: #222222;
        }

        div#ui-datepicker-div a.ui-state-default.ui-state-highlight {
            background-color: #e4ece7 !important;
        }

    div#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
        border-radius: 6px;
        background: unset !important;
        border: unset !important;
        background-color: #dddddd !important;
    }

select.ui-datepicker-year, select.ui-datepicker-month {
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    border-radius: 4px;
    padding: 1px 2px;
    margin: 0px 2px !important;
    border: unset !important;
    text-align: center;
}

a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-prev.ui-corner-all {
    top: unset !important;
    transition: background-color 0.2s ease;
}

    a.ui-datepicker-next.ui-corner-all:hover, a.ui-datepicker-prev.ui-corner-all:hover {
        background: unset !important;
        border: unset !important;
        background-color: #ffffff !important;
    }

    a.ui-datepicker-next.ui-corner-all, a.ui-datepicker-next.ui-corner-all:hover {
        right: 3px !important;
    }

    a.ui-datepicker-prev.ui-corner-all, a.ui-datepicker-prev.ui-corner-all:hover {
        left: 3px !important;
    }

        select.ui-datepicker-year:hover, select.ui-datepicker-month:hover, a.ui-datepicker-next.ui-corner-all:hover, a.ui-datepicker-prev.ui-corner-all:hover {
            cursor: pointer;
            border: 0px !important;
        }


.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ae9945;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s cubic-bezier(0.5, 1.5, 0.75, 1) infinite;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 900;
}

.loader-off {
    display: none;
}
