@font-face {
    font-family: "Helvetica-LT-Bold";
    src: url("../fonts/Helvetica-Neue-LT-75-Bold.woff") format("woff");
}

@font-face {
    font-family: "Helvetica-LT-45";
    src: url("../fonts/Helvetica-Neue-LT-45-Light.woff") format("woff");
}
@font-face {
    font-family: "HelveticaNeueLTPro55Roman";
    src: url("../fonts/HelveticaNeueLTPro55Roman.woff") format("woff"),
}
@font-face {
    font-family: "HelveticaNeueLTPro65Medium";
    src: url("../fonts/Helvetica-Neue-LT-Pro-65-Medium.otf") format("woff"),
}
/*
@font-face {
    font-family: "Helvetica-LT-45";
    src: url("../fonts/Helvetica-Light.woff") format("woff");
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.woff") format("woff");
}

@font-face {
    font-family: "Helvetica-bold";
    src: url("../fonts/Helvetica-Bold.woff") format("woff");
}
*/

/* Common css  */
body, .bg-white {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #666;
}
.bg-white .text-muted {
    color: #9B9B9B !important;
}
a, .bg-white a {
    color: #57B5B1;
    text-decoration: none;
}
.b-r {
    border-right-color: #E5E4E4;
}
.d-flex{
    display: flex;
}
.form-control {
    color: #666;
    border: 1px solid #E5E4E4;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #55B3B0;
    border:none;
    outline: none !important;
}
.generate-btn {
    margin-top: 30px;
}
.nav-primary ul.nav > li > a,
.nav-xs .nav-primary > ul > li > a i {
    transition: none;
}
.modal-hero-title {
    font-family: "Helvetica-LT-Bold";
    font-size: 20px;
    color: #0b333f;
    font-weight: 700;
    padding-bottom: 20px;
}
.days, .hour, .minute{
    border: 1px solid;
    border-radius: 14px;
    padding: 18px;
}
.modal-time-remaining > .heading , .modal-due-date > .heading{
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #133241;
    font-weight: 600;
}
.modal-time-remaining > .p-footer {
    margin-left: 12px;
    color: #133241;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.modal-time-remaining > .p-footer > .span1 {
    margin-left: 34px;
}
.modal-time-remaining > .p-footer > .span2 {
    margin-left: 26px;
}
.modal-due-date{
    padding-left: 30px;
}


/* Task status page css  */

.task-status-wrapper,
.dashboard-wrapper {
    padding: 0 30px;
    padding-bottom: 60px;
}

.logo-container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.logo-container img {
    margin-top: -5px;
}

/* .header {
    height: 70px;
    background: #284654;
} */

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.hero-title {
    font-family: "Helvetica-LT-Bold";
    font-size: 40px;
    color: #0b333f;
    /* font-weight: 700; */
    margin-bottom: 5px;
}

.local-time {
    font-family: "Helvetica-LT-45";
    color: #093340;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-left: 28px;
    display: block;
}
.icon-clock {
    position: absolute;
    left: 0;
    top: -5px;
    width: 24px;
    height: 24px;
    background: url(../images/icon_clock.svg) no-repeat center;
}
.btn-all-teams {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #fff;
    background: #55b3b0;
    padding: 10px 15px;
    min-width: 150px;
    height: 46px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    border-radius: 5px;
}

.btn-all-teams > span {
    display: inline-block;
    padding: 6px 5px 3px;
}
a.btn-all-teams {
    color: #fff;
    outline: 0;
}
a.btn-all-teams:hover,
a.btn-all-teams:focus {
    color: #fff;
    outline: 0;
}

.card-container {
    display: flex;
    max-width: 1290px;
    justify-content: space-between;
    margin-bottom: 25px;
}

.active-queue-card {
    position: relative;
    width: 714px;
    height: 200px;
    border: 1px solid #E5E4E4;
    border-radius: 8px;
    padding: 20px;
    padding-left: 26px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.queue-count {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-width: 174px;
    position: relative;
}
.my-status {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-width: 174px;
    position: relative;
}

.queue-count::after {
    position: absolute;
    content: "";
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background: #E5E4E4;
    width: 1px;
    height: 90%;
}

.shift-breakout {
    max-width: 500px;
}

#shiftbreak-chart {
    height: 180px;
    width: 100%;
}

.task-due-card,
.delivered-card {
    position: relative;
    padding: 20px;
    width: 260px;
    height: 200px;
    border: 1px solid #E5E4E4;
    border-radius: 8px;
    padding-left: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.task-due-card h4,
.delivered-card h4,
.queue-count h4,
.my-status {
    font-family: "Helvetica-LT-Bold";
    color: #246e98;
    font-size: 18px;
    margin-bottom: 6px;
}

#due-task-dropdown span,
#delivered-task-dropdown span {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #083341;
    font-size: 14px;
}

.arrow-right {
    margin-left: 6px;
}

.ticket-count {
    font-family: "Helvetica-LT-Bold";
    font-size: 65px;
    color: #343d3f;
    margin: 0;
    line-height: 0.7;
}

.card-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.card-icon img {
    width: 36px;
}

.card-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.units-count-box {
    background: #dbe7ec;
    height: 46px;
    min-width: 88px;
    padding: 5px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.units-count-box .title {
    display: block;
    font-family: "Helvetica-LT-Bold";
    text-transform: uppercase;
    font-size: 9px;
    color: #343d3f;
}

.units-count-box .total-units {
    font-family: "Helvetica-LT-Bold";
    color: #343d3f;
    font-size: 18px;
}

/* table  */
.table-container {
    margin-bottom: 15px;
}

.table-container .table {
    margin: 0;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}
.table-responsive {
    width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-container .table > thead > tr > th,
.table-container .table > tbody > tr > td {
    white-space: nowrap;
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #E5E4E4;
}

.table-container .table > thead > tr > th {
    font-weight: normal;
    font-size: 12px;
    font-family: "Helvetica-LT-Bold";
    color: #808080;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.table-container .table > tbody > tr > td {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-container .table > thead > tr > th:nth-child(2),
.table-container .table > tbody > tr > td:nth-child(2),
.table-container .table > thead > tr > th:nth-child(5),
.table-container .table > tbody > tr > td:nth-child(5),
.table-container .table > thead > tr > th:nth-child(6),
.table-container .table > tbody > tr > td:nth-child(6),
.table-container .table > thead > tr > th:nth-child(7),
.table-container .table > tbody > tr > td:nth-child(7),
.table-container .table > thead > tr > th:nth-child(8),
.table-container .table > tbody > tr > td:nth-child(8) {
    text-align: left;
}

.table-container .table > tbody > tr > td > a {
    /* text-decoration: underline; */
    color: #55b3b0 !important;
}

.custom-pagination .pagination {
    margin: 0;
}

.pagination-count span,
.custom-pagination .pagination > li > a,
.custom-pagination .pagination > li > span {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #666666;
    font-size: 12px;
}

.custom-pagination {
    display: flex;
    justify-content: flex-end;
}

.custom-pagination .pagination > li > a {
    border-color: #aeaeae;
    padding: 4px 12px;
}

.custom-pagination .pagination > .active > a,
.custom-pagination .pagination > .active > a:focus {
    background-color: #284654;
    color: #fff;
}

.app,
.app body {
    background: #fff;
}

.dataTables_wrapper th:after {
    float: none;
    margin-left: 5px;
}

.red-text {
    font-family: "Helvetica-LT-Bold";
    color: #e51b1b;
}

.footer-text {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #083341;
    font-size: 13px;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .app,
    .app body {
        overflow-y: auto;
    }
}

/* End Task status page */

/* Login Page CSS  */
.auth-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 80px);
}

.auth-card {
    width: 100%;
    max-width: 1030px;
    height: 450px;
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    position: relative;
}

.auth-card-mid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 290px;
}

.auth-content h1 {
    font-family: "Helvetica-LT-45";
    color: #083341;
    font-size: 60px;
    margin: 0;
}

.auth-content p {
    font-family: "Helvetica-LT-45";
    color: #55b3b0;
    letter-spacing: 0.2em;
    font-size: 14px;
    margin-bottom: 0;
}

.form-group-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form-group-container label {
    display: block;
    color: #083341;
    font-family: "Helvetica-LT-45";
    font-size: 12px;
    letter-spacing: 0.2em;
}

.auth-form-control {
    width: 430px;
    height: 40px;
    background: #d9d9d9;
    border: 0;
    padding: 0 10px;
    outline: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.auth-form-control:focus {
    background-color: #f2f2f2;
    box-shadow: 0 0 8px rgba(224, 224, 224, 0.5);
    border: 1px solid #e0e0e0;
    outline: none;
}

.auth-form-control:active {
    background-color: #f2f2f2;
    box-shadow: 0 0 8px rgba(224, 224, 224, 0.5);
    border: 1px solid #e0e0e0;
}

.auth-card-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.auth-request-access {
    font-family: "Helvetica-LT-45";
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #083341;
    text-decoration: none;
    margin-right: 20px;
}

.btn-auth-login {
    font-family: "Helvetica-LT-45";
    background-color: #6eb1af;
    color: #fff;
    min-width: 130px;
    height: 40px;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-button:hover {
    background-color: #57938c;
}

.copyright-text-container {
    max-width: 1000px;
    margin: auto;
    position: absolute;
    bottom: -50px;
}

.copyright-text-container p {
    font-family: "Helvetica-LT-45";
    color: #083341;
    font-size: 14px;
}

/* End Login Page CSS  */
/* Dropdown CSS  */
.queue-select-option {
    margin-top: 15px;
    margin-bottom: 25px;
}

.queue-select-option .toggle-active {
    font-family: "Helvetica-LT-Bold";
    font-size: 18px;
    color: #246e98;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-trigger {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #343d3f;
    min-width: 180px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0;
    z-index: 1000;
    top: 58px;
    left: -18px;
    transform: translateX(-50%);
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.queue-select-option .dropdown-content {
    top: 38px;
    left: 0;
}

.dropdown-content::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #324141 transparent;
    z-index: 1001;
}

.dropdown-content a {
    font-family: "HelveticaNeueLTPro55Roman";
    color: #9b9b9b;
    padding: 6px 20px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

.dropdown-content a:hover {
    color: #fff;
}

.show-dropdown {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/*End Dropdown CSS  */

/*================================= BEGIN ALIUL HERE ===================================*/

a:focus, a:active, a:visited { outline: none;}
/*** Begin Header ***/
@media (min-width: 768px) {
    .vbox > header ~ section {
      top: 70px;
    }
  }
.bg-dark.custom-header {
    background-color: #0B333F;
    min-height: 70px;
    padding-top:9px;
}
.custom-header .navbar-brand {
    padding: 0 30px;
}
.custom-header .navbar-brand img {
    max-height: none;
}
.user-name {
    margin-right: 30px !important;
    font-family: "Helvetica-LT-45";
}
.user-name .avatar{
    margin-right:10px;
    position: relative;
}
.bg-dark .nav > li > a.name {
    color:#fff;
    font-size: 14px;
    padding-right: 20px;
    line-height: 15px;
    min-width: 235px;
}
.bg-dark .nav .open > a.name {
    background: none;
}
.bg-dark .nav > li > a.name:hover, .bg-dark .nav > li > a.name:focus {
    background: none;
}
.user-name .designation {
    font-size:9px;
    color:#55B3B0;
}
.user-name .fa-angle-down {
    font-size: 24px;
    line-height: 4px;
    position: absolute;
    right: 0;
    top: 19px;
}
.user-name .online {
    background-color: #76A01E;
    width: 12px;
    height: 12px;
    line-height: 8px;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    bottom: -3px;
    z-index: 9;
}
.user-name .dropdown-menu {
    background-color: #353E40;
    border: 0;
    border-radius: 0;
    min-width: 245px;
    box-shadow: none;
    font-family: "HelveticaNeueLTPro55Roman";
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* .user-name .dropdown-menu .arrow.top {
    border-bottom-color:#353E40;
    border-bottom-color: rgba(53,62,64,1);
} */
.user-name .dropdown-menu .arrow.top::after {
    border-bottom-color: #353E40;
}
@media (min-width: 768px) {
    .user-name .dropdown-menu {
      right: -30px;
    }
  }
.user-name .dropdown-menu > li {
    padding: 6px 15px 6px 20px;
}
.user-name .dropdown-menu > li > a {
    color: #9B9B9B;
}
.user-name .dropdown-menu > li > a:hover, .user-name .dropdown-menu > li > a:focus, .user-name .dropdown-menu > .active > a, .user-name .dropdown-menu > .active > a:hover, .user-name .dropdown-menu > .active > a:focus {
    color: #fff;
    background: none !important;
}

/*** Begin Side Nav ***/
/* .side-wrap {
    position: relative;
    z-index: 999;
} */
.side-inner {
    height: 100%;
}
.bg-light .side-nav {
    border-bottom:0;
    padding-top: 70px;
    padding-bottom: 420px;
}
.side-nav ul.nav-title {
    position: fixed;
    left: 0;
    top: 70px;
    background: #fff;
    z-index: 999;
    width: 249px;
}
.side-nav ul.nav-title > li {
    padding: 20px 30px;
    position: relative;
    color: #0B333F !important;
    border: 0;
    border-bottom:1px solid #E5E4E4;
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica-LT-Bold";
}
.side-nav ul.nav-title > li > .icon {
    margin: -12px -10px;
    line-height: 44px;
    min-height: 44px;
    width: 40px;
    float: left;
    margin-right: 0;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background: url(../images/client_logo_ft.svg) no-repeat center;
}
.side-nav ul.nav-title > li .fa-angle-down {
    font-size: 18px;
    line-height: 4px;
    position: absolute;
    right: 30px;
    top: 28px;
}
.side-nav ul.nav > li > a {
    color: #9B9B9B !important;
    border: 0;
    padding: 12px 30px 11px;
    font-size: 14px;
    font-weight: normal;
    font-family: "HelveticaNeueLTPro65Medium";
}
.side-nav ul.nav ul > li > a {
    padding: 5px 30px;
}
.bg-light .side-nav ul.nav > li > a {
    color: #9B9B9B !important;
}
.nav-primary li > a > .icon::before{
    content: none;
}
.bg-light .side-nav .lt {
    background: none;
}
.bg-light .side-nav ul.nav > li > a > i {
    border:0;
    font-size: 6px;
    color: #9B9B9B;
    text-align: right;
    margin-right: 0;
    margin-top:-13px;
}
.side-nav ul.nav > li > a > span > i {
    font-size: 18px;
    transition: 0.3s;
}
.bg-light .side-nav ul.nav > li li > a > i {
    width: 48px;
    margin-right: 10px;
}
.side-nav ul.nav > li li a {
    font-size: 14px;
}

.side-nav ul.nav li > a > .dash {
    background: url(../images/icon_dashboard.svg) no-repeat center;
}
.side-nav ul.nav li > a > .queue {
    background: url(../images/icon_queue.svg) no-repeat center;
}
.side-nav ul.nav li > a > .time {
    background: url(../images/icon_time.svg) no-repeat center;
}
.side-nav ul.nav li > a > .team {
    background: url(../images/icon_team.svg) no-repeat center;
}
.side-nav ul.nav li > a > .knowledge {
    background: url(../images/icon_knowledge.svg) no-repeat center;
}
.side-nav ul.nav li > a > .report {
    background: url(../images/Reports_grey.svg) no-repeat center;
}
.side-nav ul.nav li.active > a > .report {
    background: url(../images/Reports_green.svg) no-repeat center;
}
.side-nav ul.nav li > a > .links {
    background: url(../images/icon_links.svg) no-repeat center;
}
.side-nav ul.nav li > a > .daily_status {
    background: url(../images/Daily_Status_grey.svg) no-repeat center;
}
.side-nav ul.nav li > a > .shift_schedule {
    background: url(../images/Shift_Schedule_grey.svg) no-repeat center;
}
.side-nav ul.nav li > a > .app_settings {
    background: url(../images/icon_app_settings.svg) no-repeat center;
}
.side-nav ul.nav li > a > .icon {
    min-height: 44px;
    background-size: 16px auto !important;
}
.side-nav ul.nav > li > a:hover .dash, .side-nav ul.nav > li > a:focus .dash, .side-nav ul.nav > li > a:active .dash, .side-nav ul.nav > li.active > a.dash {
    background: url(../images/icon_dashboard_hover.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .queue, .side-nav ul.nav > li > a:focus .queue, .side-nav ul.nav > li > a:active .queue, .side-nav ul.nav > li.active > a.queue {
    background: url(../images/icon_queue_hover.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .time, .side-nav ul.nav > li > a:focus .time, .side-nav ul.nav > li > a:active .time, .side-nav ul.nav > li.active > a.time {
    background: url(../images/icon_time_hover.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .team, .side-nav ul.nav > li > a:focus .team, .side-nav ul.nav > li > a:active .team, .side-nav ul.nav > li.active > a.team {
    background: url(../images/icon_team_hover.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .knowledge, .side-nav ul.nav > li > a:focus .knowledge, .side-nav ul.nav > li > a:active .knowledge, .side-nav ul.nav > li.active > a.knowledge {
    background: url(../images/icon_knowledge_hover.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .report, .side-nav ul.nav > li > a:focus .report, .side-nav ul.nav > li > a:active .report, .side-nav ul.nav > li.active > a.report {
    background: url(../images/Reports_green.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .links, .side-nav ul.nav > li > a:focus .links, .side-nav ul.nav > li > a:active .links, .side-nav ul.nav > li.active > a.links {
    background: url(../images/icon_links_hover.svg) no-repeat center;
    background-size: 16px auto;
}
.side-nav ul.nav > li > a:hover .daily_status, .side-nav ul.nav > li > a:focus .daily_status, .side-nav ul.nav > li > a:active .daily_status, .side-nav ul.nav > li.active > a > .daily_status {
    background: url(../images/Daily_Status_green.svg) no-repeat center;
    /* background-size: 16px auto; */
}
.side-nav ul.nav > li > a:hover .shift_schedule, .side-nav ul.nav > li > a:focus .shift_schedule, .side-nav ul.nav > li > a:active .shift_schedule, .side-nav ul.nav > li.active > a > .shift_schedule {
    background: url(../images/Shift_Schedule_green.svg) no-repeat center;
    /* background-size: 16px auto; */
}
.side-nav ul.nav > li > a:hover .app_settings, .side-nav ul.nav > li > a:focus .app_settings, .side-nav ul.nav > li > a:active .app_settings, .side-nav ul.nav > li.active > a > .app_settings {
    background: url(../images/icon_app_settings_hover.svg) no-repeat center;
}
.bg-light .nav-primary ul.nav > li > a > .icon {
    border: 0;
}
.side-nav ul.nav > li.active > a {
    background: none !important;
    color: #57B5B1 !important;
}
.side-nav ul.nav > li > a:hover, .side-nav ul.nav > li > a:focus, .side-nav ul.nav > li > a:active {
    background: none !important;
    color: #57B5B1 !important;
}
.side-nav ul.nav > li > a:hover .fa-circle, .side-nav ul.nav > li > a:focus .fa-circle, .side-nav ul.nav > li > a:active .fa-circle {
    color: #57B5B1 !important;
}
.panel.side-panel {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    position: absolute;
    background: none;
    width: 100%;
    top:auto;
    bottom: 0;
}

.side-panel > .panel-heading {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 35px;
    color: #343D3F;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    background-color: #E5E4E4;
    font-family: "Helvetica-LT-Bold";
    font-weight: normal;
}
.side-panel .panel-body {
    font-size: 16px;
    color: #9B9B9B;
    font-family: "Helvetica-LT-45";
}
.side-panel .panel-body .font-bold,
.side-panel .panel-body b {
    font-weight: normal;
    font-family: "Helvetica-LT-Bold";
}
.side-panel .table-bordered {
    border: 0;
}
.side-panel .table td, .side-panel .table th {
    padding-left: 35px;
    border: 1px solid #E5E4E4;
    border-right:0;
    border-left: 0;
}
.nav-xs .weeks-log-btn{
    padding: 10px 10px 25px;
    border-radius: 0;
}
.nav-xs .weeks-log-btn:hover .fa-angle-arrow {
    color: #57B5B1;
}
.nav-xs .weeks-log-btn .fa-angle-arrow {
    top:auto;
    bottom:6px;
    font-size: 18px;
    right: 50%;
    margin-right: -4px;
}
.nav-xs .weeks-log-btn .fa-angle-arrow:before {
    content: "\f104";
}
.nav-xs .weeks-log-btn.collapsed .fa-angle-arrow::before {
    content: "\f105";
}

/*** Begin Modal ***/
.dashboard-modal {
    padding-left:10%;
    padding-right:10%;
}
.dashboard-modal .modal-lg{
    width:100%;
    max-width: 100%;
    margin: 90px auto 30px;
}
/* @media (min-width: 768px) {
    .dashboard-modal .modal-dialog {
        margin: 30px auto;
    }
} */
.dashboard-modal .modal-body {
    padding: 0;
}
.dash-modal-left {
    padding:25px 55px;
}
.dash-modal-left .breadcrumb {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: "HelveticaNeueLTPro55Roman";
}
.dash-modal-left .breadcrumb li a {
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.dash-modal-left .breadcrumb li a:hover {
    color:#55B3B0;
}
.dash-modal-left .breadcrumb>li+li:before {
    color:#083341;
    content:">";
}
.flx-container {
    display: flex;
    flex-direction: row;
  }
.dash-modal-right {
    background: #E9E9E9;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
button.circle-close {
    float:none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
    display: block;
    width: 28px;
    height: 28px;
    border:1px solid #808080;
    border-radius:50%;
    background:none;
    text-shadow: none;
    opacity: .4;
}
button.circle-close:hover, button.circle-close:focus {
    opacity: .7;
}
.flx-container .modal-title {
    font-size: 32px;
    font-family: "Helvetica-LT-Bold";
    color: #093340;
    line-height: 1.2;
}
.time-board {
    padding-top: 40px;
}
.dash-modal-left h5 {
    position: relative;
    padding-bottom: 5px;
    font-family: "Helvetica-LT-Bold";
    color:#133241;
    font-weight: normal;
    font-size:10px;
    text-transform: uppercase;
}
.timesheet-row {
    font-family: "Helvetica-LT-45";
    font-size:14px;
    color:#808080;
    padding-bottom: 20px;
}
.timesheet-row span {
    color:#55B3B0;
}
.assignee-row {
    padding-top: 40px;
    padding-bottom: 30px;
}
.assignee-row b {
    right: 0;
    top: -10px;
    position: absolute;
    font-size: 24px;
}
.assignee-row span {
    font-family: "Helvetica-LT-Bold";
    color: #4D4D4D;
    position: relative;
    font-size: 35px;
}
.assignee-row span b {
    right: -20px;
    top: auto;
    bottom: 0;
}
.divider-line {
    border-top: 1px solid #E9E9E9;
    height: 30px;
}
.progress-btn {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    max-width: 140px;
    height: 40px;
    background: #799F00;
    color: #fff !important;
    font-family: "HelveticaNeueLTPro55Roman";
    border-radius: 5px;
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.progress-btn:hover {
    background: #70900c;
}
.modal-thumb .avatar {
    vertical-align: middle;
}
.modal-thumb strong {
    padding-left: 6px;
    padding-top: 2px;
    vertical-align: middle;
    display: inline-block;
    color: #083341;
    font-weight: normal;
    font-family: "Helvetica-LT-Bold";
    font-size: 12px;
}
.project-details {
    color: #808080;
    font-size: 14px;
    font-family: "Helvetica-LT-45";
}
.project-details a {
    color: #55B3B0;
    text-decoration: underline;
}
.project-details a:hover {
    text-decoration: none;
    color: #55B3B0;
}
.project-info span {
    display: block;
    padding: 8px 0;
}
.project-info .select-state {
    max-width: 210px;
    display: block;
    background: #E9E9E9;
    padding: 8px 0 7px 10px;
    border-radius: 5px;
    position: relative;
    left: -10px;
}
.project-info .select-state:after {
    position: absolute;
    content: "";
    right: 10px;
    top: 8px;
    background: url(../images/icon_edit.svg) no-repeat center;
    width: 18px;
    height: 18px;
}
.priority-status {
    margin-bottom: 32px;
}
.priority-status span {
    display: block;
    padding: 8px 0;
  }


/*** The container must be positioned relative: ***/
.custom-select, .custom-select2 {
    max-width: 140px;
    position: relative;
    font-family: "Helvetica-LT-Bold";
    color: #4D4D4D;
    font-size: 35px;
    left: -10px;
}
  .custom-select3 {
    font-size: 14px;
    width: 100%;
    max-width: 140px;
    padding: 10px 5px 9px 15px;
    background: #799F00;
    color: #fff !important;
    font-family: "HelveticaNeueLTPro55Roman";
    border-radius: 5px;
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor:default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    position: relative;
}
/* .custom-select3:hover {
    background: #70900c;
} */
.custom-select3 select {
    border: 0;
}
.custom-select select, .custom-select2 select, .custom-select3 select {
    display: none; /*hide original SELECT element: */
}

.select-selected, .select-selected2 {
    padding-left: 10px;
    border: 1px solid #fff;
    border-bottom: 0;
}
.select-arrow-active, .select-arrow-active2 {
    background-color: #fff;
    border-color: #E9E9E9;
    border-bottom:0;
}
 /* .select-arrow-active3 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
 } */

/* Style the arrow inside the select element: */
.select-selected:after, .select-selected2:after, .select-selected3:after {
    position: absolute;
    content: ">";
    top: 20px;
    right: 5px;
    width: 0;
    height: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    font-size: 18px;
}
.select-selected3:after {
    top: 13px;
}
/* Style items (options): */
.select-items, .select-items2, .select-items3 {
    position: absolute;
    background-color: #fff;
    border: 1px solid #E9E9E9;
    border-top: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding-left: 10px;
    -webkit-box-shadow: 0px 2px 2px 0px #E9E9E9;
    -moz-box-shadow:    0px 2px 2px 0px #E9E9E9;
    box-shadow:         0px 2px 2px 0px #E9E9E9;
}
.select-items, .select-items2 {
    font-size: 18px;
    background:#f3f3f3;
    padding-top:7px;
}
.select-items3 {
    border: 0;
    padding-left: 15px;
    padding-bottom: 12px;
    background-color: #9B9B9B;
    border-radius: 0 0 5px 5px;
}
.select-items3 div {
    display: block;
    margin-top: 15px;
}
/* Hide the items when the select box is closed: */
.select-hide, .select-hide2, .select-hide3 {
    display: none;
}

.select-items div:hover, .same-as-selected, .select-items2 div:hover, .same-as-selected2 {
    color:#808080;
}
.select-items3 div:hover, .same-as-selected3 {
    text-decoration: underline;
}
.select-items div:hover, .select-items2 div:hover {
    cursor: default;
}
/*......................................*/

.icon-add {
    display: block;
    position:absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/icon_add.svg) no-repeat center;
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.icon-add:hover {
    cursor: pointer;
    background: url(../images/icon_add_hover.svg) no-repeat center;
}
.involver-name {
    border:1px solid #E9E9E9;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 15px 4px 32px;
    color: #808080!important;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}
.involver-name:hover {
    cursor: default;
}
.icon-close {
    display: block;
    position:absolute;
    left: 10px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url(../images/icon_close.svg) no-repeat center;
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.icon-close:hover {
    cursor: pointer;
    background: url(../images/icon_close_hover.svg) no-repeat center;
}

.btn-track-save {
    text-align: right;
    padding-top: 30px;
}
.btn-track {
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.btn-track:hover {
    color: #55B3B0!important;
}
.btn-save {
    margin-left: 60px;
    width: 80px;
    height: 40px;
    padding-bottom: 4px;
    color: #fff;
    background: #55B3B0;
    transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;
}
.btn-save:hover {
    color: #fff;
    background: #4EA5A2;
}
.weeks-log-btn {
    display: block;
    margin:auto;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    background: #F1F1F1;
    position: relative;
    position: relative;
    padding: 13px 30px 11px 15px;
    font-family: "Helvetica-LT-Bold";
    color: #133241;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
}
/* .weeks-log-btn.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
} */
.fa-angle-arrow:before {
    content: "\f107";
}
.weeks-log-btn .fa-angle-arrow {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 16px;
}
.weeks-log-btn.collapsed .fa-angle-arrow::before {
    content: "\f106"
}
.weeks-log-info {
    overflow: hidden;
    clear: both;
    padding: 0 30px;
    background: #F1F1F1;
}
.hour-log {
    width: 100%;
    padding: 30px 0 15px 0;
    text-align: center;
}
.hour-log img {
    display: inline-block;
}
.hour-log-bar {
    width: 100%;
    padding: 15px 0;
}
.hour-log-bar .rowIn {
    float: left;
    width: 100%;
    font-size: 11px;
    padding-bottom: 12px;
    vertical-align: top;
}
.hour-log-bar strong {
    float: left;
    display:block;
    width: 24%;
    font-weight: normal;
    font-family: "Helvetica-LT-Bold";
}
.hour-log-bar .progress {
    float: left;
    width: 43%;
    display:block;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 9px;
    line-height:1;
    min-height: 6px;
    background: #fff;
    border-radius: 5px;
    margin: 0;
}
.hour-log-bar .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 9px;
    line-height:1;
    min-height: 6px;
    border-radius: 5px;
}
.hour-log-bar .progress-bar-success {
    background: #8DC200;
}
.hour-log-bar .progress-bar-warning {
    background: #F4C200;
}
.hour-log-bar .progress-bar-danger {
    background: #D47F00;
}
.hour-log-bar span {
    float: left;
    text-align: right;
    width: 29%;
    text-transform: uppercase;
    display: block;
}
.hour-log-btn {
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px 0 30px;
}
.hour-log-btn .btn {
    text-align: left;
    width: 144px;
    height: 40px;
    padding: 11px 12px;
    background: #55B3B0;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.hour-log-btn .fa-angle-right {
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: auto;
}
.nav-trigger {
    position: fixed;
    left: 236px;
    top: 50%;
    margin-top:-22px;
    z-index: 1007;
    width: 27px;
    padding: 0 4px;
    line-height: 0.9;
    font-size: 32px;
    background: #E5E4E4;
}
.nav-trigger:hover,
.nav-trigger.active,
.nav-trigger:focus {
    color: #57B5B1;
    box-shadow: none;
    outline: none !important;
}
.copyright-footer {
    color: #9B9B9B;
    min-height: auto;
    bottom: 0;
    padding: 0 0 0 250px;
    left: 0;
    position: fixed!important;
    width: 100%;
    z-index: 1000;
}
.copyright-footer .wrap {
    width: 100%;
    padding: 15px 250px 15px 15px;
    margin: auto;
    background-color: #fff;
}

.copyright-footer a {
    color: #9B9B9B;
}
.highcharts-container {
    top: -2px !important;
}
.highcharts-title {
    font-family: "Helvetica-LT-Bold"!important;
}
.highcharts-axis-labels text,
.highcharts-label text{
    font-family: "HelveticaNeueLTPro55Roman" !important;
}
.custom-radio-button {
    padding: 6px 25px 4px !important;
}
.btn-groups .head-text {
    padding-right: 25px;
}
.dataTables_wrapper .paginate_button, .dataTables_wrapper .paginate_active {
    color: #666;
    border-color: #E5E4E4;
    padding: 5px 8px 2px;
}
.side-nav li .lt .fa-caret-left {
    display: none;
}
.nav-xs .side-nav .lt .fa-caret-left {
    position: absolute;
    left: -5px;
    top: 15px;
    color: #353E40;
    font-size: 18px;
    display: block;
}
.nav-xs .side-nav > ul > li > a {
    padding: 0;
    height: auto;
}
.nav-xs .side-nav ul.nav-title > li {
    position: relative;
    height: 62px;
}
.nav-xs .side-nav ul.nav-title > li .fa-angle-down {
  display: none;
}
.nav-xs .side-nav ul.nav-title > li span {
    position: absolute;
    left: 0;
    top: 0;
    display: none;

}
.nav-xs .side-nav ul.nav-title > li > .icon {
    margin-left: -20px;
}

.nav-xs .side-nav .lt {
    background-color: #353E40;
    box-shadow:none;
    border: 0;
    padding: 10px 0;
}

.nav-xs .side-nav ul.nav > li li > a > i {
    width: auto;
}
.nav-xs .side-nav ul.nav > li > a > i {
    margin-top: 0;
}
.nav-xs .side-nav ul.nav ul > li > a > i {
    margin-top: -13px;
}
.nav-xs .side-nav > ul > li > a span {
    display: none;
}
.nav-xs .weeks-log-info {
    position:absolute;
    left: 60px;
    bottom: 0;
    z-index: 1005;
}
.nav-xs .side-nav ul.nav-title {
    width: 59px;
}
.nav-xs .nav-trigger {
    left: 46px;
}
.nav-xs .weeks-log-info {
    display: none;
}
/* .nav-xs .collapse.in {
    display: block;
} */

/***************** Global Responsive ***************/
@media (max-width: 575.98px) {
    .task-status-wrapper {
        padding: 0 10px;
    }
    .hero-content {
        margin-top: 0px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .hero-content-left {
        margin-bottom: 20px;
    }
    .hero-title {
        font-size: 30px;
    }
    .card-container {
        flex-direction: column;
    }

    .active-queue-card {
        height: auto;
        flex-direction: column;
        width: 100%;
        padding: 20px;
        margin-bottom: 15px;
    }

    .queue-count {
        flex-direction: column;
        width: 100%;
    }

    .shift-breakout {
        max-width: 350px;
    }

    .task-due-card h4,
    .delivered-card h4,
    .queue-count h4 {
        font-size: 20px;
    }

    .queue-count::after {
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 1px;
        margin-top: 0px;
        transform: inherit;
        top: inherit;
    }
    .task-due-card,
    .delivered-card {
        width: 100%;
        margin-bottom: 15px;
    }
    .units-count-box {
        height: 50px;
        min-width: 100px;
        line-height: 1.2;
    }
    .task-status-wrapper,
    .dashboard-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-groups {
        text-align: left;
    }
    .btn-groups .head-text {
        display: block;
    }
    .custom-radio-button {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .side-nav ul.nav-title > li {
        padding: 15px;
    }
    .side-nav ul.nav > li > a {
        padding: 10px 15px;
    }
    .nav-off-screen .nav-trigger {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar + section .nav-off-screen {
        top: 70px;
    }
    .nav-toggle-icon {
        display: none;
    }
    .hero-content {
        margin-top: 15px;
        align-items:baseline;
    }
    .hero-title {
        font-size: 24px;
    }
    #main_table {
        border: 0;
    }
    .table-header {
        font-size: 16px;
    }
    .card-container {
        margin-bottom: 10px;
    }
    .ticket-count {
        line-height: 1.1;
    }
    .generate-btn {
        margin-top: 20px;
    }
    /* .nav-off-screen {
        width: 70%;
    } */

}

@media (min-width: 576px) and (max-width: 767.98px) {
    #nav-toggle {
        display: none;
    }
    /* .active-queue-card, .task-due-card, .delivered-card {
        flex-direction: column;
    } */
}


@media (min-width: 768px) and (max-width: 991.98px) {
    #nav-toggle {
        display: block;
    }
    .nav-toggle-icon {
        display: block;
    }

    .task-status-wrapper {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 24px;
    }

    .card-container {
        flex-wrap: wrap;
    }

    .active-queue-card {
        margin-bottom: 20px;
        width: 100%;
    }

    .shift-breakout {
        width: 100%;
    }

    .task-due-card,
    .delivered-card {
        width: 48%;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .hero-content {
        margin-bottom: 30px;
    }
    .btn-groups {
        text-align: left;
    }
    .btn-groups .head-text {
        padding-right: 5px;
    }
}
@media (min-width: 768px) {

    .vbox > section.w-f {
        bottom: auto;
    }
}
