/*Custom Styles*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic');
@import url("https://unpkg.com/element-ui@1.4.13/lib/theme-default/index.css");

body {
    font-family: 'Open Sans', sans-serif !important;
    background: url(../img/admin-bg.png);
    background-size: cover;
}

.custom-control {
    float: left;
}

.bg-background {
    background: url(../img/login-bg.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn-primary {
    background-color: #c1272d;
    border-color: #c1272d;
}

.btn-primary:hover {
    color: #c1272d;
    background-color: #ffffff;
    border-color: #c1272d;
}

select.usga-dropdown {
    background: transparent;
    color: white;
    min-height: 42px;
}

.multiselect__tags {
    background: transparent;
    color: white;
}

.multiselect__input {
    background: transparent;
    color: white;
}

.multiselect__tag {
    background: #e74a3b;
    color: white;
}

.multiselect__content-wrapper {
    background: black;
    /*background: rgba(255,240,240,.95);*/
}

.multiselect__option--selected {
    background: #e74a3b;
    color: white;
}

.multiselect__tags-wrap {
    display: inline-block;
    max-height: 80px;
    overflow: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.multiselect__tags-wrap::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.multiselect__option--group {
    background: black;
    color: white;
    font-weight: 700;
}

.multiselect--active {
    z-index: 100;
    background: #333333;
    color: white;
}

.tableCellRight {
    text-align: right
}

.card {
    color: #ffffff;
}

form.user .form-control-user {
    border-radius: 0rem;
}

form.user .btn-user {
    font-size: 18px;
    border-radius: 0rem;
    padding: .75rem 1rem;
    width: 50%;
    margin: 0px auto;
    text-transform: uppercase;
}

.hed-tag1 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #c1272d;
    font-size: 26px;
    text-transform: uppercase;
}

.hed-tag2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #c1272d;
    font-size: 22px;
    text-transform: uppercase;
}

.loading {
    font-weight: 500;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
}

.hed-tag4 {
    font-weight: 300;
    margin-bottom: 15px;
    color: whitesmoke;
    font-size: 14px;
}

label.btn.btn-usga-button {
    color: #c1272c;
    text-transform: uppercase;
}

label.btn.btn-usga-button.active {
    background: #C92F34;
    color: #ffffff;
}

.logo-img img {
    width: 200px;
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(0, 0, 0, 1);
}

.sidebar-dark .sidebar-heading {
    color: rgba(0, 0, 0, 1);
}

.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after, .sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    color: #c1272c;
    top: -24px;
    position: relative;
    left: -40px;
}

.inner-link {
    padding: 0px !important;
}

.inner-link a {
    padding: 3px 15px !important;
}

.sidebar-dark .nav-item.active .nav-link {
    color: #000000;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #000000;
}

.sidebar-content {
    display: flex !important;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.custom-nav a h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
}

.custom-nav a h6 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}

.nav-custom-sidebar {
    position: fixed;
    top: 0px;
    background: #ffffff;
    z-index: 5;
}

.custom-content {
    margin-left: 220px;
    height: 100%;
    width: calc(100% - 220px)
}

.nav-custom-sidebar .link-href {
    height: auto;
    padding: 0px !important;
    line-height: normal;
}

.custom-line {
    background: url(../img/sidebar-line.png) no-repeat;
    background-position: bottom left;
    background-size: 92%;
    height: 4px;
    width: 100%;
    border: 0px;
    margin: 0px;
}

.logo-nav a {
    padding: 0px !important;
}

.collapse-custom-link {
    top: 0px !important;
    margin: 0px !important;
}

.collapse-custom-link a {
    padding: 0px !important;
    margin: 0px !important;
}

/* li.nav-item.custom-nav.active::after{
    content: '';
    position: absolute;
    right: -9%;
    top: 35%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    clear: both;
} */

li.nav-item.custom-nav.active::after {
    content: '';
    position: absolute;
    top: -180px;
    right: -9%;
    width: 20px;
    height: 100vh;
    background: url(../img/side-active2.png) no-repeat;
    background-position: left top;
    background-size: 100%;
}

.bottom-nav {
    position: absolute !important;
    bottom: 0px;
    background: url(../img/sidebar-line.png) no-repeat;
}

.bottom-nav h4, .bottom-nav h6 {
    color: #c1272d !important;
}

.bottom-nav a {
    background-position: top left;
}

.card.custom-transparent {
    background: transparent;
    border: none;
}

.custom-input, .form-control:focus {
    border: transparent;
    background: url(../img/line-bottom.png) no-repeat;
    background-position: bottom left;
    background-size: 100%;
    box-shadow: none
}

form.user .btn-user {
    margin-top: 3rem;
}

form.user .btn-user:hover {
    background: transparent;
}

.forgot-pass, .forgot-pass:hover {
    color: #ffffff;
}

.login-logo {
    width: 250px;
    margin-bottom: 2rem;
}

/* date picker */
.dash-date {
    /* margin-top: 2rem; */
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.dash-date h1 {
    color: #fff;
    font-weight: 600;
}

.consolidatedMetric {
    width: 200px;
}

.consolidatedTotal {
    width: 150px;
}

.consolidatedMonth {
    width: 100px;
}

.leadTimeNameColumn {
    width: 18%;
}

.leadTimeTotalColumn {
    width: 10%;
}

.leadTimeDataColumn {
    width: 8%;
}

.demographicsNameColumn {
    width: 28%;
}

.demographicsTypeColumn {
    width: 18%;
    text-align: right;
}

tr.consolidatedExpense {
    color: indianred;
}

tr.consolidatedNetIncome {
    color: greenyellow;
}

tr.consolidatedQuantity {
    color: dodgerblue;
}

/*progress circle*/
.custom-events {
    justify-content: space-around;
}

.dashboard-events {
    width: 230px;
    height: 230px;
    background: #fff;
    border-radius: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative;
    top: -3px;
    -webkit-box-shadow: 0px 4px 20px 5px rgba(193, 39, 45, 0.55);
    box-shadow: 0px 4px 20px 5px rgba(193, 39, 45, 0.55);
}

.error-event::after {
    content: "";
    width: 100%;
    height: 40%;
    background: url(../img/error-msg.png) no-repeat;
    background-size: 80%;
    background-position: center bottom;
    bottom: -50px;
    /* left: 25px; */
    position: absolute;
}

.events-time {
    display: flex;
    background: url(../img/event-bar.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 5px;
    width: 100%;
    justify-content: center;
    position: relative;
}

.time-bottom {
    background-position: top;
    padding-top: 5px;
    padding-bottom: 0px;
}

.events-time h4, .events-time h6 {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0px;
    display: flex;
    align-items: center;

}

.event-property h2 {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0px;
    text-align: center;
}

.event-title h2 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0px;
    text-align: center;
}

.events-time img {
    width: 3px;
    margin: 0px 15px;
    position: relative;
    bottom: -2px;

}

.time-bottom img {
    transform: rotate(180deg);
    top: -2px;
}

/* .events-time h4::after{
    content: "";
    width: 10px;
    height: 30px;
    background: url(../img/event-straight-line.png) no-repeat;
    bottom: -2px;
    right: 5px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-left: 12px;
}
.time-bottom h4::after{
    transform: rotate(180deg);
    top: -5px;
} */
.circle {
    margin-bottom: 20px;
    margin-right: 15px;
}

table.el-date-table tr {
    height: 30px;
    display: block;
    background: url(../img/time-sheet-table.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.el-picker-panel [slot=sidebar] + .el-picker-panel__body, .el-picker-panel__sidebar + .el-picker-panel__body {
    margin-left: 0;
}

.el-picker-panel__sidebar {
    float: right;
    position: relative;

}

.el-date-range-picker__content {
    width: 41%;
}

.el-icon-arrow-left, .el-icon-d-arrow-left, .el-icon-arrow-right, .el-icon-d-arrow-right, .el-input__icon {
    color: #c1272d;
}

.el-picker-panel__shortcut {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.el-picker-panel {
    color: #000;
}

.el-date-range-picker__header div {
    font-size: 20px;
    font-weight: bold;
}

.el-picker-panel__body-wrapper button {
    background: url(../img/time-sheet-table.png) no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.el-picker-panel__body-wrapper button:last-child, .el-icon-d-arrow-left, .el-icon-arrow-left, .el-icon-arrow-right, .el-icon-d-arrow-right {
    background: none !important;
}


.el-date-editor--daterange.el-input {
    width: 300px;
}

.el-date-editor.daily-date-editor.el-input.el-date-editor--daterange {
    width: 400px;
}

.data-nav {
    width: 162px;
    cursor: pointer;
}

.el-input__inner {
    background-color: transparent;
    background-image: none;
    border-radius: 5px;
    /* border: 1px solid #bfcbd9; */
    box-sizing: border-box;
    color: #ffffff;
    font-size: 29px;
    height: 36px;
    line-height: 1;
    padding: 3px 10px !important;
    font-weight: 700;
    border: none;
    text-align: center !important
}

.el-input__icon.el-icon-date {
    display: none;
}

timetable-date {
    margin-top: 2rem;
    text-align: center;
}

.timetable-date h1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.timetable-date h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.date-picker {
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-picker a:first-child img {
    width: 20px;
    margin-right: 10px;
}

.date-picker a:last-child img {
    width: 20px;
    margin-left: 10px;
    transform: rotate(180deg);
}

.inner-content {
    padding: 0px 3rem;
}

.user-table {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: -webkit-center;
}

.user-table .table {
    color: #ffffff;
}

.passport-table .table {
    color: #ffffff;
}

.user-table .table td, .user-table .table th {
    border: none;
    height: 50px !important;
    vertical-align: middle !important;

}

.user-table .table tr {
    /* background: url(../img/time-sheet-table.png) no-repeat bottom;
    background-size: 100%; */
    border-bottom:1px #d14242ed solid
}

.user-table .table tr td {
    /* background: url(../img/time-sheet-right.png) no-repeat;
    background-size: contain;
    background-position: 100% 100%; */
    font-size: 14px;
    font-weight: 600;
    border-right:2px #c11a1aed solid
}

.user-table .table tr td:last-child {
    /* background: none; */
    border-right:0px
}

.user-table a {
    color: #fff;
    border-right:0
}

.user-table h6 {
    font-size: 26px;
    color: #fff;
    font-weight: 300;

}

.user-table .btn {
    font-size: 14px;
    white-space: nowrap;
}


.timesheet-table {
    margin-top: 2rem;
}

.timesheet-table .table {
    color: #ffffff;
}

.timesheet-table .table td, .timesheet-table .table th {
    border: none;
    height: 50px !important;
    vertical-align: middle !important;

}

.analytics-table .table td, .analytics-table .table th {
    height: 40px !important;
}

.analytics-table small {
    font-size: 12px;
}

.timesheet-table .table tr {
    background: url(../img/time-sheet-table.png) no-repeat bottom;
    background-size: 100%;
}

.timesheet-table .table tr td {
    background: url(../img/time-sheet-right.png) no-repeat;
    background-size: contain;
    background-position: 100% 100%;
    font-size: 14px;
    font-weight: 600;
}

.timesheet-table .table tr td:last-child {
    background: none;
}

.timesheet-table a {
    color: #fff;
}

.timetable-date h6 {
    font-size: 26px;
    color: #fff;
    font-weight: 300;

}

.total-details {
    display: flex;
    color: #fff;
    margin-top: 4rem;
}

.total-details div {
    margin-right: 3rem;
}

.total-details h5, .total-details p {
    font-size: 18px;
    font-weight: 600;
}

.total-details h5 {
    background: url(../img/event-bar.png) no-repeat;
    background-position: bottom left;
    padding-bottom: 10px;
    background-size: 100%;
}

.addons-chart {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.addons-chart h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.addons-chart h6 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}

.addons-chart img {
    width: 250px;
}

.pie-chart1 {
    margin-top: -80px;
}

.denver-table {
    margin-bottom: 2rem;
}

.denver-table h4 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.denver-data h4 {
    font-size: 14px;
    font-weight: 300;
}

.individual-city h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.individual-city ul li {
    min-height: 40px;
    background: url(../img/individual-chart.png) no-repeat;
    background-size: 80%;
    background-position: left top;
    display: flex;
    align-items: center;
}

.individual-city ul li a {
    color: #ffffff;
    text-decoration: none;
}

.individual-city ul li.active a {
    color: #c1272c;
}

.individual-chart {
    text-align: center;
    color: #fff;
}

.individual-chart h4 {
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
}

.individual-chart h6 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
}

.individual-content {
    margin-top: 3rem;
}

.error-msg {
    position: absolute;
    bottom: 10px;
    border: 1px solid #c1272c;
    padding: 1rem 3rem;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.error-msg h4 {
    color: #c0272c;
    margin-bottom: 0px;
}

/* ::-webkit-scrollbar {
    width: 10px;
    height: 100px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
    height: 100px;
} */


/*
 *  STYLE 2
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    height: 20px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}


/* .el-date-editor.el-input.el-date-editor--daterange::after{
   content: "";
   width: 30px;
   height: 30px;
   background: url(../img/arrow.png) no-repeat;
   background-size: 75%;
   transform: rotate(180deg);
   top: 4px;
   right: -15px;
   position: absolute;
   } */
/* .el-date-editor.el-input.el-date-editor--daterange::before{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 75%;
    top: 10px;
    left: -15px;
    position: absolute;
    } */
.dash-date a img {
    width: 25px;
}

.arrow-right img {
    transform: rotate(180deg);
}

.data-nav::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 75%;
    transform: rotate(180deg);
    top: -5px;
    right: 0px;
    position: absolute;
}

.data-nav::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arrow.png) no-repeat;
    background-size: 75%;
    top: 2px;
    left: 0px;
    position: absolute;
}

.dashboard-custom {
    width: 97%;
    margin: 0px auto;
    text-align: center;
}

.circle {
    margin-bottom: 3rem;
    margin-left: 20px;
    margin-right: 20px;
}

.dash-date .el-date-editor {
    cursor: pointer;
}

.content {
    overflow-y: auto;
    position: relative;
    margin: 10px;
    width: 100%;
    max-width: 100%;
    height: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*.line-chart::after{*/
/*    content: "";*/
/*    width: 20px;*/
/*    height: 95%;*/
/*    background: url(../img/line-chart-line.png) no-repeat;*/
/*    background-size: contain;*/
/*    top: -14px;*/
/*    left: 48px;*/
/*    position: absolute;*/
/*}*/

/*.line-chart::before{*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 5px;*/
/*    background: url(../img/line-chart-bottom.png) no-repeat;*/
/*    background-size: contain;*/
/*    bottom: 34px;*/
/*    left: 49px;*/
/*    position: absolute;*/
/*}*/
.cumlative-btn {
    background: transparent !important;
    border-radius: 0px;
    padding: 5px 15px;
    font-weight: 700;
    border: 1px solid #c1272c !important;
}

.cumlative-btn.active {
    background: #fff !important;
    color: #c1272c !important;

}

.menu-pad {
    padding: 35px 20px !important;
}

.timetable-date h1, .timetable-date h6 {
    text-align: center;
}

.DetailDataLoad {
    position: absolute;
    bottom: -200px;
    right: -49px;

}

.custom-detail {
    position: relative;
}

/* .DetailDataLoad img{
    width: 100px;
    width: 100px;
} */
.list-scroll {
    height: 350px;

}

.list-btn {
    margin-left: 20px;
}

.content1 {
    /* overflow-y: scroll; */
    overflow-x: hidden;
    position: relative;
    margin: 10px;
    width: 100%;
    max-width: 100%;
    height: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* .content1 .mCSB_draggerContainer {
    display: none;
} */
.content1 .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    display: none !important;
}

.dashboard-events.slider .event-title h2 {
    font-size: 14px;
}

.dashboard-events.slider .events-time {
    background-size: 225px;
}

#dials.VueCarousel-pagination {
    position: absolute;
    bottom: -19px;
}

.refresh-btn {
    position: fixed;
    right: 0px;
    font-size: 25px;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 4px 20px;
    border-bottom-left-radius: 8px;
    top: 10px;
    border-top-left-radius: 8px;
}

.refresh-btn:hover {
    color: #c1272c !important;
}

.warning-section {
    display: flex;
    margin: 0 40px;
    border: 3px solid #c1272d;
    padding: 20px 35px;
    position: relative;
}

.warning-content {
    font-size: 22px;
    color: #c1272d;
    font-weight: bold;
    padding-bottom: 10px;
    width: 100%;
}

.warning-content .VueCarousel-pagination {
    bottom: -28px;
}

.VueCarousel-navigation-button:focus {
    outline: 0px !important;
}

button.VueCarousel-navigation-button.VueCarousel-navigation-next {
    color: #c1272d;
}

button.VueCarousel-navigation-button.VueCarousel-navigation-prev {
    color: #c1272d;
}

.fa-exclamation-triangle {
    position: absolute;
    left: -23px;
    top: -3px;
    background: #c1272d;
    border: 2px solid #c1272d;
    color: black;
}

.fa-window-close {
    position: absolute;
    right: -21px;
    bottom: -3px;
    background: #c1272d;
    border: 2px solid #c1272d;
    color: black;
}
.fixed-header{
    top: 0;
    z-index: 1;
    position: sticky;
    background: #080808;
}


.usga-overlay {
    background: #ffffff;
    color: #666666;
    position: absolute;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    z-index: 5000;
    top: 0;
    left: 0;
    /*float: left;*/
    text-align: center;
    margin: 5px;
    padding-top: 100px;
    opacity: .50;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.usga-table {
    width: 95%;
}

.usga-options-selections {
    place-content: center;
}

.usga-report-options {
    flex-wrap: wrap;
}

#btn-radios-2 {
    flex-wrap: wrap;
}