/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Aug, 2016, 10:56:03 AM
    Author     : Mahesh
*/
@font-face {
  font-family: MontserratHairline;
  src: url("../fonts/Montserrat-Hairline.otf");
}
@font-face {
  font-family: MontserratUltraLight;
  src: url("../fonts/Montserrat-UltraLight.otf");
}
@font-face {
  font-family: MontserratLight;
  src: url("../fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: MontserratMedium;
  src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: MontserratSemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: MontserratBold;
  src: url("../fonts/Montserrat-Bold.otf");
}
@font-face {
  font-family: OpenSansRegular;
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: OpenSansSemiBold;
  src: url("../fonts/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: OpenSansBold;
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: RobotoRegular;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: RobotoBold;
  src: url("../fonts/Roboto-Bold.ttf");
}
body {
  background-position: 0px 3px;
  background-image: none;
}

.custom-navbar {
  margin-top: 0px;
  font-family: MontserratLight;
}

.custom-navbar .navbar-brand {
  font-size: 23px;
  color: #fff;
  padding: 0;
}

.custom-navbar.navbar-inverse {
  background-color: #707070;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 6px #00000029;
  position: fixed;
}

.custom-navbar .nav > li {
  margin: 0 0px;
}

.custom-navbar .nav > li {
  /* padding: 0 25px; */
  margin-left: 0;
  display: flex;
  align-items: center;
  transition: .3s;
}

.custom-navbar .nav > li > span{
  margin-left: 5px;
  color: #fff;
  margin-top: 5px;
  transition: .3s;
}

.custom-navbar .nav > li:last-child {
  margin-right: 0;
}

.custom-navbar .nav > li > a {
  text-align: center;
  font-size: 15px;
  padding: 15px 40px;
  line-height: 20px;
  font-family: OpenSansRegular;
  /* margin-right: 95px; */
  width: 100%;
}

.custom-navbar .nav > li > a:before {
  content: "";
  transform: translateX(-50%);
  transition: 0.3s;
  width: 0;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: 3px;
  background-color: #3195EC;
}

.custom-navbar .nav > li > a:hover {
  color: #fff;
}
.custom-navbar .nav > li.with-drop-down:hover {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  transition: .3s;
}
.custom-navbar .nav > li.with-drop-down > a {
  min-width: 200px;
}
/* .custom-navbar .nav > li:hover{
  background-color: #fff;
} */
.custom-navbar .nav > li.with-drop-down:hover > a {
  color: #707070 !important;
  transition: .3s;
}

.custom-navbar .nav > li:hover > .caret{
  color: #707070;
  transform: scaleY(-1);
  transition: .3s;
}

.custom-navbar.navbar-inverse .navbar-nav > .active > a, .custom-navbar.navbar-inverse .navbar-nav li a:hover {
  position: relative;
}

.custom-navbar.navbar-inverse .navbar-nav > .active > a:before, .custom-navbar.navbar-inverse .navbar-nav li a:hover:before {
  transform: translateX(-50%);
  width: calc(100% - 50%);
}

.custom-navbar.navbar-inverse .navbar-nav > .active > a,
.custom-navbar.navbar-inverse .navbar-nav > .active > a:focus,
.custom-navbar.navbar-inverse .navbar-nav > .active > a:hover {
  color: #FFFFFF;
  /* background-color: #fff; */
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

.overview-panel .overview-col-head {
  height: 37px;
  line-height: 35px;
  letter-spacing: 0.3px;
  font-family: MontserratLight;
  font-size: 15px;
  color: #f2f2f2;
  text-align: center;
  background-color: #808080;
}

.overview-panel .overview-col-head.red {
  background-color: #c1272d;
}

.overview-panel .overview-col-head.green {
  background-color: #009245;
}

.overview-panel .overview-col-head .ovr-arrow-rgt {
  width: 10px;
  cursor: pointer;
  margin: 9px 10px 0 0;
  line-height: 37px;
}

.overview-panel .overview-col-head .ovr-arrow-lft {
  width: 10px;
  cursor: pointer;
  margin: 9px 0 0 10px;
  line-height: 37px;
}

.overview-panel .cen-value {
  font-size: 50px;
  text-align: center;
  color: #666;
  padding: 45px 0 30px;
  font-family: OpenSansRegular;
}

.overview-panel .btm-val-con {
  text-align: center;
  padding-bottom: 45px;
}

.overview-panel .btm-val-con .btm-val {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color: #b3b3b3;
  font-family: OpenSansRegular;
  border-top: 1px solid #666;
}

.fc-button:hover {
  background-position: 0 -15px;
  color: #333333;
  text-decoration: none;
  transition: background-position 0.1s linear 0s;
}

.profile-edit-box {
  text-align: center;
}

.profile-edit-box .pro-edit-img {
  width: 100px;
  min-height: 100px;
  float: left;
  margin-bottom: 15px;
}

.profile-edit-box .pl-head-btn {
  margin-top: 30px;
}

.profile-edit-box input[type=file].form-control {
  padding: 0;
}

.loader-wrap {
  position: relative;
}

.loader-wrap .loader {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: url("../images/loader.gif");
  background-position: center;
  background-repeat: no-repeat;
}

.hover-add {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
  transition: .3s;
}
.hover-add .after-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}
.hover-add:hover .after-hover  {
  transition: .3s;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-navbar .nav > li > a {
    font-size: 15px;
    width: auto;
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-navbar .nav > li > a {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    width: auto;
  }
  .custom-navbar .navbar-brand {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .custom-navbar .nav > li a {
    width: 100%;
    border-bottom: 1px solid #878787;
  }
  .custom-navbar .nav > li > ul > li a {
    border-bottom: 1px solid #fff;
  }
  .nav > li > ul > li{
    padding: 10px 0px;
  }
  .custom-navbar .nav > li:last-child a {
    border-bottom: none;
  }
}
.custom-break-time > a {
  position: absolute;
  width: calc(100% - 2px);
  left: -1px;
  margin: 0;
  transform: translateY(7px);
  font-size: 1em;
}

.action-time-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.action-time-footer .img-btn-time {
  background: none;
  border: 0;
  width: 38px;
  padding: 0;
  outline: none;
}

.action-time-footer .img-btn-time img {
  width: 100%;
}

.action-time-footer .img-btn-time:not(:last-child) {
  margin-right: 10px;
}

#newTimeTask {
  display: none;
}

#copyUserTask {
  display: none;
}

.container:before, .container:after {
  display: table;
  content: " ";
  clear: both;
}

.nav-center #navbar {
  margin-left: -15px;
  margin-right: -15px;
}

.nav-right a {
  background-color: #3195EC;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}
.nav-right a .blue-logout{
  display: none;
  width: 13px;
  transition: 0.3s;
}
.nav-right a:hover{
  background-color: #FFFFFF;
  transition: 0.3s;
}
.nav-right a:hover span{
  color: #3195EC;
}
.nav-right a:hover .blue-logout{
  display: block;
  transition: 0.3s;
}
.nav-right a:hover .white-logout{
  display: none;
  transition: 0.3s;
}
.nav-right a img {
  height: 10px;
}

.nav-right a span {
  height: 18px;
  line-height: 20px;
  color: #fff;
  font-family: "MontserratSemibold";
  font-size: 14px;
}

.user-seletor .select-control {
  margin-right: 10px;
}

.user-seletor .select-control .btn-group .dropdown-toggle {
  border: 0;
  border-radius: 8px;
  text-align: left;
  position: relative;
  padding: 5px 10px 5px 10px;
  box-shadow: none !important;
  background-color: #ffffff !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-seletor .select-control .btn-group .dropdown-toggle .arrow {
  margin-left: 20px;
  transform: rotate(0deg);
  display: block;
}

.user-seletor .select-control .btn-group .dropdown-toggle .arrow img {
  width: 20px;
}

.user-seletor .select-control .btn-group .dropdown-toggle .selected_text {
  font-family: OpenSansRegular;
  font-size: 20px;
  line-height: 27px;
  color: #707070;
}

.user-seletor .select-control .btn-group .dropdown-toggle[aria-expanded=true] {
  border: 1px solid #3195EC;
  border-bottom: 0;
  border-radius: 20px 20px 0px 0px;
  min-width: 200px;
}

.user-seletor .select-control .btn-group .dropdown-toggle[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.user-seletor .select-control .btn-group .dropdown-menu {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  border: 1px solid #3195EC;
  border-top: 0;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff !important;
  overflow: hidden;
}
.user-seletor .select-control .btn-group .dropdown-menu ul {
  list-style: none;
  padding: 0;
  max-height: 500px;
  overflow: auto;
  margin-bottom: 0;
}

.user-seletor .select-control .btn-group .dropdown-menu ul li label {
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s;
  padding: 5px 10px 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.user-seletor .select-control .btn-group .dropdown-menu ul li label:hover {
  background-color: #F4F4F4;
}

.user-seletor .select-control .btn-group .dropdown-menu ul li label input[type=checkbox] {
  display: none;
}

.title-year-holder {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

.title-year-holder .title-view {
  position: relative;
  margin-right: 25px;
}

.title-year-holder .title-view h3 {
  font-size: 26px;
  line-height: 32px;
  color: #707070;
  font-family: MontserratSemiBold;
  margin: 0;
}

.title-year-holder .title-view::after {
  content: "";
  position: absolute;
  bottom: -13px;
  display: block;
  width: 60px;
  height: 8px;
  border-radius: 4px;
  background-color: #3195EC;
}

.main-view .user-selection {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.main-view .user-selection .photo-holder {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
  /* border: 1px solid #707070; */
  border: 2px solid #3195EC;
  margin-right: 3px;
}

.main-view .user-selection .photo-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-toggle {
  border: 0;
  border-radius: 8px;
  min-width: 85px;
  text-align: left;
  position: relative;
  padding: 5px 10px 5px 10px;
  box-shadow: none !important;
  background-color: #ffffff !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-toggle .arrow {
  margin-left: 10px;
  transform: rotate(0deg);
  display: block;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-toggle .arrow img {
  width: 16px;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-toggle .selected_text {
  font-size: 26px;
  line-height: 32px;
  color: #707070;
  font-family: MontserratSemiBold;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-toggle[aria-expanded=true] {
  border: 1px solid #3195EC;
  border-bottom: 0;
  border-radius: 20px 20px 0px 0px;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-toggle[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-menu {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  border: 1px solid #3195EC;
  border-top: 0;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff !important;
  overflow: hidden;
  min-width: initial;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-menu ul li label {
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s;
  padding: 5px 10px 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-menu ul li label:hover {
  background-color: #F4F4F4;
}

.main-view .year-selector-holder .select-control .btn-group .dropdown-menu ul li label input[type=checkbox] {
  display: none;
}

.main-view .custom-card-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}

.main-view .custom-card-row .custom-card-col {
  flex: 0 0 33.333%;
  width: 33.333%;
  padding-left: 22px;
  padding-right: 22px;
}

.custom-card {
  background-color: #f4f4f4;
  padding: 16px 25px 16px 33px;
  color: #707070;
  font-family: OpenSansRegular;
  border-radius: 15px;
}

.custom-card .top-control {
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.custom-card .top-control .left-arrow {
  cursor: pointer;
}

.custom-card .top-control .right-arrow {
  cursor: pointer;
}

.custom-card .top-control .changing-text {
  font-size: 16px;
  font-family: OpenSansSemiBold;
  line-height: 22px;
}

.custom-card .custom-card-middle {
  margin-bottom: 20px;
}

.custom-card .custom-card-middle .info-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid #707070;
}

.custom-card .custom-card-middle .info-title .title-col {
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
}

.custom-card .custom-card-middle .info-detail {
  display: flex;
  justify-content: space-between;
  padding: 4px 0px;
}

.custom-card .custom-card-middle .info-detail .info-col {
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -12px;
  top: 8px;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.arbeit:before {
  background-color: #3195EC;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.arbeit-extern:before {
  background-color: #48D6F8;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.montage:before {
  background-color: #2878BE;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.krankenstand:before {
  background-color: #EC3131;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.arztbesuch:before {
  background-color: #A95956;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.behordengang:before {
  background-color: #F27979;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.zeitausgleich:before {
  background-color: #EC6231;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.telefonzeiten:before {
  background-color: #ECC731;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.urlaub:before {
  /* background-color: #A831EC; */
  background-color: #03950E;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.sonderurlaub:before {
  background-color: #D49AF5;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.homeoffice:before {
  background-color: #44e719;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.zeitausgleich-zeitkonto:before {
  /* background-color: #cd2ab2; */
  background-color: #74aa6f;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.dienstfreistellung:before {
  background-color: #7d7d7d;
}

.custom-card .custom-card-middle .info-detail .info-col.with-dot.downtime:before {
  background-color: #35668d;
}

.custom-card .custom-card-middle .info-detail .info-col:last-child {
  font-style: italic;
}

.custom-card .custom-card-middle .info-detail.total {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.custom-card .custom-card-middle .info-detail.total .info-col:first-child {
  font-family: OpenSansSemiBold;
}

.custom-card .custom-card-bottom .info-detail {
  display: flex;
  justify-content: space-between;
  padding: 4px 0px;
}

.custom-card .custom-card-bottom .info-detail .info-col {
  font-size: 16px;
  line-height: 22px;
}

.custom-card .custom-card-bottom .info-detail .info-col:last-child {
  font-style: italic;
}

.new-calendar-theme {
  padding: 0;
  background-color: #F4F4F4;
  box-shadow: rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 45px;
  /* margin-bottom: 70px; */
}

.new-calendar-theme .fc-toolbar {
  display: none;
}

.new-calendar-theme tr td:first-child {
  border-left-color: #f4f4f4 !important;
}

.new-calendar-theme .fc-view-container .fc-month-view .fc-widget-content {
  border-bottom: 0 !important;
}

.new-calendar-theme .fc-view-container .fc-month-view table thead.fc-head tr td {
  border: 1px solid #f4f4f4;
}

.new-calendar-theme .fc-view-container .fc-month-view table thead.fc-head tr th {
  border: 1px solid #f4f4f4;
  height: 44px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  font-family: OpenSansRegular;
  font-style: italic;
  font-weight: normal;
}

.new-calendar-theme .fc-view-container .fc-month-view table tbody.fc-body tr td .fc-week.fc-widget-content {
  border-top: 1px solid #707070;
}

.new-calendar-theme .fc-view-container .fc-month-view table tbody.fc-body tr td .fc-week.fc-widget-content table tbody {
  border-color: #f4f4f4;
}

.new-calendar-theme .fc-view-container .fc-month-view table tbody.fc-body tr td .fc-week.fc-widget-content table tr td.fc-day {
  border-right: 1px solid #707070 !important;
  border-left-color: #707070 !important;
}

.new-calendar-theme .fc-view-container .fc-today {
  background-color: transparent;
}

.new-calendar-theme .fc-view-container .fc-day-number {
  font-size: 36px;
  line-height: 49px;
  color: #707070;
  font-family: OpenSansSemiBold;
  padding-right: 15px;
}

.new-calendar-theme .fc-view-container .fc-event-container .fc-day-grid-event {
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  font-family: OpenSansRegular;
  border-radius: 5px;
  padding: 1px 5px;
  border: 0;
  height: 105px;
  overflow: hidden;
}

.new-calendar-theme .fc-view-container .fc-event-container .fc-day-grid-event .fc-time {
  font-weight: normal;
}

.under-calendar .custom-card {
  max-width: 350px;
  margin-left: auto;
  margin-bottom: 40px;
}

.under-calendar .custom-card .custom-card-middle .info-title .title-col {
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSansSemiBold;
  font-style: normal;
}

.total-calendar-controls {
  display: flex;
  align-items: center;
  /* max-width: 500px; */
  max-width: 100%;
}

.total-calendar-controls .view-controls {
  display: flex;
  align-items: center;
}

.total-calendar-controls .view-controls a {
  cursor: pointer;
  transition: 0.3s;
}

.total-calendar-controls .view-controls a.grid-view .blue {
  display: none;
  transition: 0.3s;
}

.total-calendar-controls .view-controls a.list-view {
  margin-left: 8px;
}

.total-calendar-controls .view-controls a.list-view .blue {
  display: none;
}

.total-calendar-controls .view-controls a.active.grid-view .blue ,.total-calendar-controls .view-controls a:hover.grid-view .blue {
  display: block;
  transition: 0.3s;
}

.total-calendar-controls .view-controls a.active.grid-view .grey, .total-calendar-controls .view-controls a:hover.grid-view .grey {
  display: none;
  transition: 0.3s;
}

.total-calendar-controls .view-controls a.active.list-view .blue, .total-calendar-controls .view-controls a:hover.list-view .blue{
  display: block;
  transition: 0.3s;
}

.total-calendar-controls .view-controls a.active.list-view .grey, .total-calendar-controls .view-controls a:hover.list-view .grey {
  display: none;
  transition: 0.3s;
}

.total-calendar-controls .action-controls {
  /* margin-left: 18px; */
  display: flex;
  align-items: center;
}

.total-calendar-controls .action-controls .year-month-select .select-control .btn-group .dropdown-toggle {
  width: 127px;
}

.total-calendar-controls .action-controls .year-select, .total-calendar-controls .action-controls .status-select {
  margin-left: 15px;
}

.total-calendar-controls .action-controls .status-select .dropdown-toggle{
  width: 110px;
}

.total-calendar-controls .action-controls .year-select .select-control .btn-group .dropdown-toggle {
  width: 127px;
}

.total-calendar-controls .action-controls .month-select {
  margin-left: 15px;
}

.total-calendar-controls .action-controls .month-select .select-control .btn-group .dropdown-toggle {
  width: 127px;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle {
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  text-align: left;
  position: relative;
  padding: 1px 10px 1px 10px;
  box-shadow: none !important;
  background-color: #ffffff !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle:hover{
  border-color:#3195EC ;
  transition: 0.3s;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle .arrow {
  margin-left: 10px;
  transform: rotate(0deg);
  display: block;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle .arrow img {
  width: 18px;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle .selected_text {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  font-family: OpenSansRegular;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle[aria-expanded=true] {
  border: 1px solid #3195EC;
  border-bottom: 0;
  border-radius: 5px 5px 0px 0px;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-toggle[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-menu {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  border: 1px solid #3195EC;
  border-top: 0;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff !important;
  overflow: hidden;
  min-width: initial;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-menu ul li label {
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s;
  padding: 5px 10px 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-menu ul li label:hover {
  background-color: #F4F4F4;
}

.total-calendar-controls .action-controls .select-control .btn-group .dropdown-menu ul li label input[type=checkbox] {
  display: none;
}

@media screen and (max-width: 767px) {
  .main-view .custom-card-row .custom-card-col {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.full-calendar-modal {
  padding-right: 0 !important;
}

.full-calendar-modal .modal-dialog {
  width: 100%;
  max-width: 403px;
}

.full-calendar-modal .modal-dialog .modal-content {
  border-radius: 10px;
  border: 0;
}

.full-calendar-modal .modal-dialog .modal-content .modal-header {
  padding: 8px 20px;
  background-color: #C2C2C2;
  border-radius: 10px 10px 0px 0px;
  border: 0;
}

.full-calendar-modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  margin-top: 2px;
}

.full-calendar-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-family: OpenSansSemiBold;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set {
  padding: 10px 20px;
  border-bottom: 1px solid #C2C2C2;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col input[type=checkbox] {
  display: none;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col input[type=checkbox] + label {
  width: 40px;
  height: 23px;
  background-image: url("../images/switch_off.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-bottom: 0;
  cursor: pointer;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col input[type=checkbox]:checked + label {
  background-image: url("../images/switch_on.svg");
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .time-control {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .time-control .text {
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  width: 100%;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .time-control .arrow {
  margin-left: 20px;
  transform: rotate(0deg);
  display: block;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .time-control .arrow img {
  width: 20px;
}

.single-set.have-picker {
  height: 0;
  padding: 0 !important;
  border: 0 !important;
}
.single-set.have-picker.with-time-picker {
  height: 225px;
  padding: 0 !important;
  border-bottom: 1px solid #C2C2C2 !important;
}
.single-set .timepicker {
  width: 100%;
  height: 0px !important;
  border: 0 !important;
}
.footer-controls{
  display: flex;
}
.footer-controls button{
  border:0;
  padding:0;
  margin:0px 5px;
  width: 50px;
  background-color: transparent;
}
.footer-controls button img{
  width: 100%
}
.ui-timepicker-container {
  z-index: 1050 !important;
  position: absolute;
  padding: 0 !important;
  border: 0 !important;
}
.ui-timepicker-container .ui-timepicker-viewport {
  height: 210px;
}
.ui-timepicker-container .ui-timepicker-viewport li {
  margin-bottom: 10px !important;
}
.ui-timepicker-container .ui-timepicker-viewport li a {
  font-family: OpenSansRegular;
  font-size: 30px;
  line-height: 32px;
  color: #707070;
  padding: 0;
  border: 0 !important;
}
.ui-timepicker-container .ui-timepicker-viewport li a.ui-state-hover {
  background-color: #F3F3F3 !important;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .form-group.ui-widget {
  margin-bottom: 0;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .form-group.ui-widget .custom-combobox .custom-combobox-input {
  border: 0;
  padding: 0;
  box-shadow: none;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  height: 24px;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .form-group.ui-widget .custom-combobox a.ui-button {
  width: 23px;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .form-group.ui-widget .custom-combobox a.ui-button span {
  display: none;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set > input {
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 24px;
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set > input::placeholder {
  color: #707070;
  opacity: 1;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set > input:-ms-input-placeholder {
  color: #707070;
}

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set > input::-ms-input-placeholder {
  color: #707070;
}

.full-calendar-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-calendar-modal .modal-footer:before, .full-calendar-modal .modal-footer:after {
  display: none;
}
.full-calendar-modal .modal-footer .btn {
  border-radius: 16px;
  border: 1px solid #3195EC;
  background-color: #ffffff;
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  font-family: OpenSansRegular;
  margin: 0;
  min-width: 103px;
  transition: 0.3s;
  outline: 0;
}
.full-calendar-modal .modal-footer .btn:hover{
  background-color: #3195EC;
  color: #ffffff;
  transition: 0.3s;
}
.active-btn{
  background-color: #3195EC !important;
  color: #ffffff !important;
}
.default-style .select-control {
  margin-right: 0px;
}

.default-style .select-control .btn-group {
  width: 100%;
}

.default-style .select-control .btn-group .dropdown-toggle {
  border: 0;
  border-radius: 8px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0;
  box-shadow: none !important;
  background-color: #ffffff !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.default-style .select-control .btn-group .dropdown-toggle .arrow {
  margin-left: 12px;
  transform: rotate(0deg);
  display: block;
}

.default-style .select-control .btn-group .dropdown-toggle .arrow img {
  width: 20px;
}

.default-style .select-control .btn-group .dropdown-toggle .selected_text {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}

.default-style .select-control .btn-group .dropdown-toggle[aria-expanded=true] {
  border: 1px solid #3195EC;
  border-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 10px 5px 10px;
}

.default-style .select-control .btn-group .dropdown-toggle[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

.default-style .select-control .btn-group .dropdown-menu {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  border: 1px solid #3195EC;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  min-width: 100%;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff !important;
  margin-bottom: 0;
  /* display: none; */
}

.default-style .select-control .btn-group .dropdown-menu ul {
  list-style: none;
  padding: 0;
  max-height: 380px;
  overflow: auto;
  margin-bottom: 2px;
}
#update-to-calender .default-style .select-control .btn-group .dropdown-menu ul{
  max-height: 200px;
}
.default-style .select-control .btn-group .dropdown-menu ul li label {
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s;
  padding: 5px 10px 5px 10px;
  width: 100%;
  margin-bottom: 0;
}

.default-style .select-control .btn-group .dropdown-menu ul li label:hover {
  background-color: #F4F4F4;
}

.default-style .select-control .btn-group .dropdown-menu ul li label input[type=checkbox] {
  display: none;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  position: absolute;
  z-index: 1050;
  max-width: 290px !important;
  width: 100% !important;
  max-height: 310px;
  overflow: auto;
  overflow-x: hidden;
  border-top: 1px solid #3195EC;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item {
  padding: 5px 15px !important;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  border-color: #DCDCDC;
}

ul.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item:hover {
  background-color: #F4F4F4;
}


/*23/11/2022 -Riyaz */
.custom-multiselect .btn-group{
  display: block;
  width: 100%;
}
.custom-multiselect .btn-group .dropdown-toggle{
  float: none;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-family: OpenSansRegular;
  font-weight: 400;
  font-size: 18px;
  box-shadow: none;
}
.custom-multiselect .btn-group .dropdown-toggle span{
  text-align: left;
  overflow: hidden;
  margin-right: 10px;
}
.custom-multiselect .dropdown-menu{
  width: 100%;
  margin: 0 !important;
}
.custom-multiselect .btn-default{
  background-color: transparent;
  color: #707070;
}
.custom-multiselect .btn-default:hover{
  background-color: transparent;
  color: #707070;
}
.custom-multiselect .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  color: #707070;
  background-color: transparent !important;
  border-color: none;
}
.custom-multiselect .btn-group .dropdown-toggle[aria-expanded=true] {
  border: 1px solid #3195EC;
  border-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 10px 5px 10px;
}
.custom-multiselect .btn-group .dropdown-menu {
  margin-bottom: 20px;
  border: 1px solid #3195EC;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  min-width: 100%;
  width: 100%;
  margin-top: 0;
  background-color: #ffffff !important;
  overflow: auto;
  margin-bottom: 0;
  height: 500px;
}
.custom-multiselect .btn-group .dropdown-menu li{
  padding: 0 15px;
}
.custom-multiselect .btn-group .dropdown-menu li a{
  color:#707070;
}
.custom-multiselect .btn-group .dropdown-menu li a:hover{
  color:#707070;
  background-color: #ffffff;
}
.custom-multiselect .dropdown-menu>.active>a{
  background-color: #ffffff;
  color: #707070;
}
.custom-multiselect .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
  background-color: #ffffff;
  color: #707070;
}
.full-calendar-modal .modal-footer.center-button{
  display: flex;
  justify-content: center;
}
.full-calendar-modal .single-set .divider-row.timer-style{
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070; 
}
.custom-multiselect .caret{
  position: relative;
  border: 0;
  width: 20px;
  height: 20px;
}
.custom-multiselect .caret:after{
  content: "";
  position: absolute;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
}
.custom-multiselect .btn-group .dropdown-toggle[aria-expanded=true] .caret:after {
  transform: rotate(180deg);
}
.custom-multiselect .multiselect-container.dropdown-menu .checkbox{
  margin: 0;
}
.custom-multiselect .multiselect-container.dropdown-menu li a label{
  font-weight: 400;
  font-family: OpenSansRegular;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
  background-color: #ffffff;
}

/* 24/11/2022 */
.navbar-toggle .icon-bar{
  width: 30px;
  height: 3px;
  border-radius: 5px;
}
.navbar-toggle{
  padding: 6px 5px;
}
.logout-desktop{
  display: none !important;
}
.navbar-header .navbar-toggle .icon-bar{
  transition: 0.4s;
}
/*.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2){
  display: none;
}
.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3){
  transform: rotate(45deg) translate(1px, 6px);
  transition: 0.4s;
  margin-top: 4px;
}
.navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4){
  transform: rotate(-45deg) translate(0px, -5px);
  transition: 0.4s;
  margin-top: 4px;
}*/
.mobile-custom-card{
  display: none;
}
.custom-navbar .nav > li:nth-last-child(2) {
  margin-right: 0;
}
.calender-mobile{
  display: none;
}
#maincalendar{
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
#under-calendar-2 {
  display: none;
}
#under-calendar-1 {
  display:block;
}
/* .fc-row .fc-content-skeleton{
  height: 100%;
}
.fc-row .fc-content-skeleton > table{
  height: 100%;
} */
.fc-row .fc-content-skeleton > table tbody tr:first-child td{
  padding-top: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 992px){
  .under-calendar .custom-card{
    margin-left: 0;
  }
  #maincalendar{
    top: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:767px) {
  #maincalendar{
    top: 0px;
    margin-bottom: 0px;
  }
  #under-calendar-1 {
    display:none;
  }
  #under-calendar-2 {
    display: block;
  }
  .custom-navbar.navbar-inverse{
    display: block;
  } 
  .nav-right{
    display: none;
  }
  .total-calendar-controls .view-controls{
    display: none;
  }
  .total-calendar-controls .action-controls{
    margin-left: 0;
  }
  .main-view .user-selection .photo-holder{
    width: 58px;
    height: 58px;
    margin-right: 8px;
  }
  .new-calendar-theme .fc-view-container .fc-day-number{
    font-size: 18px;
    line-height: 1;
    font-family: OpenSansRegular;
  }
  .under-calendar .custom-card{
    width: 100%;
    max-width: 100%;
  }
  .custom-navbar .nav > li{
    margin-right: 0px;
  }
  .wide-box{
    padding-top: 30px;
  }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: transparent;
    border: none;
  }
  .navbar-inverse .navbar-toggle{
    border: none;
  }
  .nav>.logout-desktop>a>img{
    margin-right: 10px;
  }
  .logout-desktop{
    display: block !important;
  }
  .mobile-control .action-controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }
  .mobile-control .action-controls .year-month-select{
    display: none;
  }
  .mobile-control .action-controls .select-control .btn-group .dropdown-toggle{
    border: 0;
  }
  .mobile-control .action-controls .month-select{
    margin-left: 0;
  }
  .mobile-control .action-controls .month-select .select-control .btn-group .dropdown-toggle{
    padding-left: 0;
  }
  .mobile-control .action-controls .year-select .select-control .btn-group .dropdown-toggle{
    padding-right: 0;
    width: 107px;
  }
  .mobile-control .action-controls .select-control .btn-group .dropdown-toggle .selected_text{
    font-size: 30px;
  }
  .mobile-control .action-controls.active{
    margin-bottom: 140px;
  }
  .mobile-control .action-controls .select-control .btn-group .dropdown-menu{
    width: 100vw;
    left: -20px;
    height: 165px;
    border-left: 0;
    border-right: 0;
    margin-top: 15px;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    border-radius: 0;
    box-shadow: none;
  }
  .mobile-control .action-controls .year-select .select-control .btn-group .dropdown-menu{
    left: auto;
    right: -20px;
    height: 165px;
  }
  .mobile-control .action-controls .select-control .btn-group .dropdown-menu ul{
    padding-right: 30px;
    width: calc(100% + 30px);
    overflow: auto;
    height: 100%;
  }
  .mobile-control .action-controls .select-control .btn-group .dropdown-menu ul li label{
    text-align: center;
    font-size: 30px;
    line-height: 41px;
  }
  .new-calendar-theme .fc-view-container .fc-month-view table tbody.fc-body tr td .fc-week.fc-widget-content{
    border: 0;
  }
  #calendar .fc-view.fc-month-view.fc-basic-view td, #calendar .fc-view.fc-month-view.fc-basic-view tr{
    border: 0 !important;
  }
  .mobile-control .action-controls .select-control .btn-group .dropdown-toggle[aria-expanded=true]{
    border: 0;
  }
  .new-calendar-theme .fc-view-container .fc-month-view table thead.fc-head tr th{
    border: none;
  }
  .new-calendar-theme .fc-view-container .fc-month-view table thead.fc-head tr th{
    font-weight: 700; 
    font-size: 18px;
    font-family: OpenSansBold;
    font-style: normal;
  }
  .new-calendar-theme{
    background-color: #ffffff;
  }
  .fc-day-grid-container.fc-scroller{
    height: auto !important;
  }
  .fc-ltr .fc-basic-view .fc-day-number{
    text-align: center !important;
    padding-right: 0 !important;
  }

  .mobile-custom-card{
    background-color: #C2C2C2;
    display: block;
    width: 100vw;
    margin-left: -20px;
  }
  .mobile-custom-card .mobile-info-detail{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-custom-card .table tr td{
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col{
    font-family: OpenSansRegular;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.blue{
    color: #3195EC;
    font-family: OpenSansSemiBold;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot{
    padding-left: 16px;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot:before{
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot.arbeit:before{
    background-color: #3195EC;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot.zeitausgleich:before{
    background-color: #EC6231;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot.urlaub:before{
    background-color: #A831EC;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot.telefonzeiten:before{
    background-color: #ECC731;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot.krankenstand:before{
    background-color: #EC3131;
  }
  .mobile-custom-card .mobile-info-detail .mobile-info-col.with-dot.arbeit-extern:before{
    background-color: #2878BE;
  }
  #under-calendar-2 .custom-card{
    display: none;
  }
  .mobile-custom-card .table{
    margin-bottom: 0px;
  }
  .new-calendar-theme .fc-basic-view .fc-body .fc-row{
    min-height: 3em;
  }
  .new-calendar-theme{
    margin-bottom: 0px;
  }
  .wide-box .container.pl-theme {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-toggle .icon-bar+.icon-bar{
    margin-top: 5px;
  }
  td.fc-event-container{
    position: relative;
  }
  td.fc-event-container a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-draggable{
    position: absolute;
    width: 7px;
    height: 7px;
    display: block;
    padding: 0;
  } 
  .fc-content-skeleton tbody tr:nth-child(1) td.fc-event-container .fc-day-grid-event{
    top: -30px;
    right: 6px;
  }
  .fc-content-skeleton tbody tr:nth-child(2) td.fc-event-container .fc-day-grid-event{
    top: -30px;
    right: 21px;
  }
  .fc-content-skeleton tbody tr:nth-child(3) td.fc-event-container .fc-day-grid-event{
    top: -30px;
    left: 6px;
  }
  .fc-content-skeleton tbody tr:nth-child(4) td.fc-event-container .fc-day-grid-event{
    top: -14px;
    left: 6px;
  }
  .fc-content-skeleton tbody tr:nth-child(5) td.fc-event-container .fc-day-grid-event{
    top: 0px;
    left: 6px;
  }
  .fc-content-skeleton tbody tr:nth-child(6) td.fc-event-container .fc-day-grid-event{
    top: 0px;
    left: 23px;
  }
  .fc-content-skeleton tbody tr:nth-child(7) td.fc-event-container .fc-day-grid-event{
    top: 0px;
    left: 6px;
  }
  .fc-content-skeleton tbody tr:nth-child(8) td.fc-event-container .fc-day-grid-event{
    top: -13px;
    right: 6px;
  }
  .calender-mobile{
    display: block;
    width: 100vw;
    margin-left: -20px;
  }
  .calender-mobile .mobile-calender-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #C2C2C2;
    padding: 10px 0px;
  }
  .calender-mobile .mobile-calender-container .mobile-button{
    /* display: flex; */
    display: none;
  }
  .calender-mobile .mobile-calender-container .mobile-button button:last-child{
    border-left: 1px solid #ffffff;
  }
  .calender-mobile .mobile-calender-container .mobile-text h5{
    font-family: OpenSansSemiBold;
    font-size: 18px;
    color: #707070; 
    margin-left: 20px;
  }
  .calender-mobile .mobile-calender-container .mobile-button button{
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #C2C2C2;
  }
  .fc-event-container .fc-time-grid-event .fc-content .fc-title{
    display: none;
  }
  .fc-event-container .fc-time-grid-event .fc-content .fc-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /**.fc-event-container .fc-time-grid-event .fc-content .fc-time .fc-image{
    border-left: 1px solid #ffffff;
  }
  #mobile-sub-calendar .fc-time-grid-event{
    border-radius: 7px;
  }**/
  #mobile-sub-calendar .fc-time-grid-event.active-timeline{
    border: 1px solid #EC3131 !important;
  }
  td.fc-day-number.active-day-number{
    background-color: #c2c2c2 !important;
    position: relative;
    /*border-radius: 7px !important;*/
  }
  td.fc-day-number.active-day-number span{
    background-color: rgba(49, 149, 236, .6);
    border-radius: 7px !important;
    color: #ffffff !important;
    /* display: inline-flex;
    justify-content: center; */
    padding: 0 6px;
    border: 1px solid rgba(49, 149, 236, .6) !important;
  }
  td.fc-day-number.active-day-number:not(td.fc-today.active-day-number) span{
    display: inline-flex;
    justify-content: center;
  }
  td.fc-day-number.fc-today span{
    border: 1px solid #ff0000 !important;
    border-radius: 7px;
    padding: 0 6px;
  }
  td.fc-day-number.active-day-number:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c2c2c2;
    z-index: -1;
    border-radius: 7px;
  } 
  tr.active-week-row td{
    background-color: #C2C2C2 !important;
    color: #ffffff !important;
    line-height: 24px !important;
  }
  tr.active-week-row td:first-child{
    border-radius: 7px 0px 0px 7px!important;
  }
  tr.active-week-row td:last-child{
    border-radius: 0px 7px 7px 0px!important; 
  }
  .fc-time-grid .fc-slats table tbody tr td span{
    font-size: 12px;
    line-height: 17px;
    color: #707070;
    font-family: OpenSansRegular;
  }
  .fc-event-container .fc-time-grid-event .fc-content,
  .fc-event-container .fc-time-grid-event .fc-content .fc-time{
    height: 100%;
  }
  .full-calendar-modal .modal-dialog{
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
  /* .fc-row .fc-content-skeleton{
    height: auto;
  }
  .fc-row .fc-content-skeleton > table{
    height: auto;
  } */
  .fc-row .fc-content-skeleton > table tbody tr:first-child td{
    padding-top: 0;
  }
}

/** 30/11/2022 **/

.calender-timeline{
  margin-top: 50px;
}
.calender-timeline .calendar-timeline-table{
  background-color: #F4F4F4;
  border-radius: 5px;
}
.calender-timeline .calendar-timeline-table tbody tr td span{
  text-align: center;
}
.calender-timeline .calendar-timeline-table tbody tr td span > div:first-child{
  font-size: 36px;
  color: #707070;
  line-height: 49px;
  font-family: OpenSansSemiBold;
  font-weight: 600;
}
.calender-timeline .calendar-timeline-table tbody tr td span > div:last-child{
  font-size: 16px;
  color: #707070;
  line-height: 22px;
  font-family: OpenSansRegular;
  font-weight: 400;
  font-style: italic;
}
.calender-timeline .calendar-timeline-table tbody tr td.calendar-timeline-event-data {
  font-size: 16px;
  color: #707070;
  line-height: 22px;
  font-family: OpenSansRegular;
  font-weight: 400;
  font-style: italic;
}
.calender-timeline .calendar-timeline-table-head-row td{
    padding: 18px 0px 5px 0px !important;
    text-align: center;
    font-size: 16px;
    color: #707070;
    line-height: 22px;
    font-family: OpenSansRegular;
    font-weight: 400;
    font-style: italic;
}
.calender-timeline .table-bordered{
  border: 0;
}
.calender-timeline .cal-box .calendar-timeline-table tbody tr td.calendar-timeline-event-data , .calender-timeline .cal-box .calendar-timeline-table tbody tr td.calendar-timeline-event-timeline{
  border-bottom: 0;
}
.calender-timeline .cal-box .calendar-timeline-table tbody tr td.calendar-timeline-event-data:first-child{
  border-left: 0;
  border-right: 1px solid #707070;
}
.calender-timeline .cal-box .calendar-timeline-table tbody tr td.calendar-timeline-event-data:last-child{
  border-right: 0;
}
.calender-timeline .calendar-timeline-table-head-row .calendar-timeline-table-head-cell{
  border: 0;
}
.calender-timeline .calendar-timeline-table tbody .calendar-timeline-event-row .calendar-timeline-event-data:nth-child(3) span{
  display: flex;
  justify-content: end;
  padding-top: 50px;
  padding-right: 10px;
}
.calender-timeline .calendar-timeline-table tbody .calendar-timeline-event-row .calendar-timeline-event-data:nth-child(4) span{
  display: flex;
  justify-content: end;
  padding-top: 50px;
  padding-right: 10px;
}
.calender-timeline .calendar-timeline-table tbody .calendar-timeline-event-row .calendar-timeline-event-data:nth-child(3){
  border-right: 1px solid #707070;
}
.calender-timeline .calendar-timeline-table tbody .calendar-timeline-event-row td:nth-child(2){
  border-right: 1px solid #707070;
}
.calender-timeline .fc-toolbar{
  display: none;
}
.calender-timeline .cal-head{
  display: none;
}
.calender-timeline #dateCtrl {
  display: none;
}
.calender-timeline .cal-box{
  padding-left: 0;
  padding-right: 0;
}
.calender-timeline .cal-btm-bar #timelineGrid{
  display: flex;
  height: 40px !important;
  transform: translateY(-82px);
}
.calender-timeline .cal-btm-bar #timelineGrid .timeline-splitup:first-child::after{
  display: none;
}
.calender-timeline .cal-btm-bar #timelineGrid:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  left: -0.5px;
  bottom: 40px;
  background-color: #707070;
}
.calender-timeline .cal-btm-bar #timelineGrid .timeline-splitup{
  height: 40px !important;
  float: none !important;
  text-align: right;
  margin-top: -40px;
}
.calender-timeline .cal-btm-bar #timelineGrid .timeline-splitup span{
  font-size: 16px !important;
  color: #707070;
  line-height: 22px;
  font-family: OpenSansRegular;
  font-weight: 400;
  font-style: italic;
  position: static;
  top: 0;
  margin-right: -5px;
}
.calender-timeline .cal-btm-bar #timelineGrid .timeline-splitup:after{
  content: "";
  position: absolute;
  /*left: 29px;*/
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 18px;
  background-color: #707070;
}
.calender-timeline .cal-btm-bar #timelineGrid .timeline-splitup:before{
  content: "";
  position: absolute;
  /*left: 13px;*/
  left: 25px;
  bottom: 0px;
  width: 1px;
  height: 9px;
  background-color: #707070;
}
.calender-timeline .calendar-timeline-table tbody .calendar-timeline-event-row:first-child td{
  border-top: 1px solid #707070;
}
.calender-timeline .calendar-timeline-table thead tr td:first-child{
  width: 65px;
  border-radius: 5px 0px 0px 5px !important;
}
.calender-timeline .calendar-timeline-table thead tr td:nth-child(3){
  width: 100px;
}
.calender-timeline .calendar-timeline-table thead tr td:nth-child(4){
  width: 100px;
  padding-right: 18px !important;
}
.calender-timeline .calendar-timeline-table .calendar-timeline-event-row .calendar-timeline-event-timeline .calendar-timeline-event{
  box-shadow: none;
}
.calender-timeline .calendar-timeline-table .calendar-timeline-event-row .calendar-timeline-event-timeline .calendar-timeline-event span{
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  font-family: OpenSansRegular;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width:767px){
  /* .fc-day.fc-widget-content.fc-today.fc-state-highlight{
    position: relative;
  }
  td.fc-day.fc-widget-content.fc-today.fc-state-highlight:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border: 2px solid #f00;
  } */
  .fc-day-number.fc-today.fc-state-highlight span{
    color: #3195EC;
  }
}


/* Loader */
.pv-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.pv-loader-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pv-loader-dialog {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pv-loader-body img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
}

.pv-loader-body:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid #A4CE4B;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border-right-color: #E0E0E0;
  transition: 0.3s;
  -webkit-animation: loaderSpin 3s linear infinite;
  -moz-animation: loaderSpin 3s linear infinite;
  animation: loaderSpin 3s linear infinite;
}
@-moz-keyframes loaderSpin {
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderSpin {
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderSpin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set.project-selection .select-project .select-control .btn-group .dropdown-menu ul li label span.new-project-color{
  color: #3195EC;
}


/* 27/01/2023 */

.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner{
  display: flex;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner #vehicle_name_input{
  width:170px;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 19px;
  color: #707070;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  background-color: #ffffff;
  transition: 0.3s;
  padding: 5px 10px 5px 10px;
  margin-bottom: 0;
}
/* .full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner select{
  width: 219px;
  border: 1px solid #707070;
  border-radius: 0px 5px 5px 0px;
  border-left: 0;
  text-decoration: underline;
  position: relative;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner select:after{
  content: "";
  background-image: url(../images/blue-dropdown-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
} */
.full-calendar-modal .modal-dialog .modal-content .modal-body .km-private-holder .single-set .divider-row .divider-col input[type="text"]{
  width: 150px;
  height: 32px;
  border: 1px solid #3195EC;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  outline: 0;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder{
  display: none;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .km-private-holder .single-set .divider-row .divider-col.bold-text input[type="text"]{
  text-decoration: underline;
  font-weight: 600;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .btn-default{
  min-width: 172px;
  height: 36px;
  border: 1px solid #3195EC;
  border-radius: 0px 5px 5px 0px;
  border-left: 0;
  text-decoration: underline;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .btn-default .arrow img{
  width: 20px;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .btn-default:hover{
  background-color: transparent;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .dropdown-menu{
  width: 100%;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .edit-pencil{
  cursor: pointer;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .dropdown-menu ul li{
  list-style-type: none;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .dropdown-menu ul{
  padding: 0px;
  margin: 0;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner .select-control .btn-group .dropdown-toggle[aria-expanded=true]{
  border: 1px solid #3195EC;
  border-radius: 0 5px 0 0;
}

.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder{
  display: block;
}


.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder .single-set.text-field{
  border-bottom: 0;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder .single-set.text-field .text{
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 5px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder .single-set.text-field textarea{
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 5px;
  resize: none;
  min-height: 95px;
  width: 100%;
  padding: 5px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .modal-footer{
  border-top: 0;
  padding: 6px 0px 23px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .modal-footer .popup-button{
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  padding: 5px 10px;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.full-calendar-modal.calender-popup.vehicle-popup .modal-dialog .modal-content .modal-footer{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 28px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-footer .popup-button.red{
  background-color: #EC3131;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-footer .popup-button.orange{
  background-color: #FF8C00;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-footer .popup-button.green{
  background-color: #B0D563;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-footer .popup-button{
  border: 0;
  outline: 0;
  width: 100%;
  height: 32px;
  color: #FFFFFF;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 22px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col .divider-col-inner input[type="text"]{
  width: 170px;
  height: 36px;
  /* border: 1px solid #707070; */
  border-radius: 5px;
  text-align: left;
  font-size: 18px;
  line-height: 24px;  
  color: #707070;
  text-decoration: underline;
  padding: 10px;
}

.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .modal-footer.button{
  display: flex;
  justify-content: center;
  padding: 12px 0 23px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .modal-footer.button .btn{
  width: 130px;
  height: 32px;
}
.full-calendar-modal.calender-popup .modal-dialog .modal-content .modal-body .modal-footer.button.space-between{
  justify-content: space-between;
  padding: 12px 20px 23px;
}



/* clock-picker-styles */
.time-control.clock-picker{
  width: 62px;
  /* background-image: url(../../web/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px; */
  cursor: pointer;
}
.time-control.clock-picker input[type="text"]{
  border: 0 !important;
  padding-right: 30px;
  background: transparent;
  outline: 0;
  cursor: pointer;
  height: auto !important;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
/* .popover{
  left: 50% !important;
  transform: translateX(-50%) !important;
} */
.clockpicker-align-left.popover>.arrow{
  right: 25px !important;
}
.popover.bottom>.arrow{
  left: auto !important;
}



/* sub-menu-style*/

.nav > li{
  position:relative
}
.nav > li> ul{
  list-style-type: none;
  padding: 0px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
  min-width: 200px;
  width: 100%;
  /* width: calc(100% + 25px); */
  text-align: center;
  box-shadow: 0px 3px 4px #00000029;
  z-index: 10;
}
.nav > li:hover ul{
  display: block;
}
.nav > li> ul > li > a{
  padding: 8px 7px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-family: OpenSansRegular;
  color: #707070;
  text-decoration: none;
  position: relative;
}
/* .nav > li> ul > li > a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-color: #3195EC;
  transition: 0.3s;
}
.nav > li> ul > li > a:hover:before{
  width: calc(100% - 40px);
}
.nav > li> ul > li.active > a:before{
  width: calc(100% - 40px); 
} */
.nav > li > ul > li{
  padding: 8px 0px;
}
.nav > li> ul > li:hover , .nav > li> ul > li.active {
  background-color: #F4F4F4;
}
.nav > li> ul > li:hover > a , .nav > li> ul > li.active > a{
  color: #3195EC;
}
.vehicle-data-vehicle-type {
    width: 150px;
    height: 32px;
    border: 1px solid #707070;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

/* kalender Three dot style */

.fc-title.orange , .fc-title.red , .fc-title.green{
  display: flex;
  justify-content: space-between;
} 
.orange .indicator{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF8C00;
  display: inline-block;
  margin-top: 3px;
}
.red .indicator{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EC3131;
  display: inline-block;
  margin-top: 3px;
}
.green .indicator{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B0D563;
  display: inline-block;
  margin-top: 3px;
}

/* kalender-title-dropdown */

.full-calendar-modal .single-set.title-select .title-holder{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-calendar-modal .single-set.title-select .title-holder .form-control{
  box-shadow: none;
  border: 0;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  height:24px;
}
.full-calendar-modal .single-set.title-select .title-holder .form-control::placeholder{
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}
.full-calendar-modal .single-set.title-select .title-holder .arrow img{
  width:20px;
}
.full-calendar-modal .single-set.title-select .title-dropdown{
  display: none;
  border: 1px solid #3195EC;
  width: 100%;
  max-width: 290px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  border-top: 0;
}
.full-calendar-modal .single-set.title-select .title-dropdown ul{
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.full-calendar-modal .single-set.title-select .title-dropdown ul li label span{
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070; 
  padding: 0px 10px;
  cursor: pointer;
  display: block;
  font-weight: 400;
}
.full-calendar-modal .single-set.title-select.active .arrow{
  transform: rotate(180deg);
}
.full-calendar-modal .single-set.title-select.active .title-dropdown{
  display: block;
}


/* Book-project-modal */

.modal{
  background-color: rgba(0 , 0 , 0 , 0.8);
}
.full-calendar-modal.book-project .modal-dialog{
  max-width: 380px;
  width: 100%;
}
.full-calendar-modal.book-project .modal-dialog .modal-content{
  border-radius: 15px;
  box-shadow: 0 5px 25px #0000001A;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-header{
  background-color: transparent;
  padding:18px 19px 0 45px ;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-header .close img{
  width: 13px;
  height: 13px;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-header .modal-title{
  font-size: 20px;
  line-height: 24px;
  color: #707070;
  font-family: MontserratSemiBold;
  margin-top: 20px;
  position: relative;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-header .modal-title:after{
  content:"";
  position: absolute;
  width: 60px;
  height: 8px;
  background-color: #3195EC;
  border-radius: 4px;
  left: 0;
  bottom: -15px;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-body{
  padding: 40px 45px 0;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-body .single-set .dropdown-toggle{
  padding: 5px 11px;
  border: 1px solid #3195EC;
  border-radius: 5px;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-body .single-set{
  padding: 0;
  border-bottom: 0;
  margin-bottom:17px;
}
/* .full-calendar-modal.book-project .modal-dialog .modal-content .modal-body .single-set.active{
  border-radius: 5px 5px 0 0;
} */
.full-calendar-modal.book-project .default-style .select-control .btn-group .dropdown-toggle .selected_text{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
.full-calendar-modal.book-project .default-style .select-control .btn-group .dropdown-toggle[aria-expanded=true]{
  border-radius: 5px 5px 0px 0px;
}
.full-calendar-modal.book-project .default-style .select-control .btn-group .dropdown-menu{
  width: 290px;
  left: 0px;
  top: 36px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  height: 100%;
  /* min-height: 280px;
  overflow-y: scroll; */
}
.full-calendar-modal.book-project .default-style .select-control .btn-group .dropdown-menu ul{
  margin-bottom: 0;
}
.full-calendar-modal.book-project .default-style .select-control .btn-group .dropdown-menu ul li{
  border: 1px solid #F4F4F4;
  margin-bottom: 1px;
}
.full-calendar-modal.book-project .default-style .select-control .btn-group .dropdown-menu ul li label{
  font-size: 12px;
  line-height: 17px;
  color: #707070;
  font-family: OpenSansRegular;
  padding: 10px;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-body .single-set.without-border-text{
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 34px;
}
.full-calendar-modal.book-project .modal-dialog .modal-content .modal-body .single-set.without-border-text textarea{
  max-width: 290px;
  min-height: 120px;
  overflow: auto;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  resize: none;
  font-size: 10px;
  line-height: 14px;
  color: #A3A3A3;
  font-family: OpenSansRegular;
  padding: 10px;
  box-shadow: none;
}
.full-calendar-modal.book-project .modal-footer{
  border-top: 0;
  padding: 17px 45px 34px;
}
.full-calendar-modal.book-project .single-set.title-select .title-holder{
  position: relative;
  padding: 7px 11px;
  border: 1px solid #3195EC;
  border-radius: 5px;
}
.full-calendar-modal.book-project .single-set.title-select .title-dropdown{
  position: absolute;
  max-width: 290px;
  width: 100%;
  border: 0;
  left: auto;
  top: auto;
  max-height: 230px;
  overflow: auto;
}
/* .full-calendar-modal.book-project .single-set.title-select .title-dropdown::-webkit-scrollbar {
  display: none;
} */
.full-calendar-modal.book-project .single-set.title-select .title-dropdown ul li{
  border: 1px solid #F4F4F4;
  margin-bottom: 1px;
  padding: 5px 10px;
}
.full-calendar-modal.book-project .single-set.title-select .title-dropdown {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.full-calendar-modal.book-project .single-set.title-select .title-dropdown ul{
  padding: 0;
}
.full-calendar-modal.book-project .single-set.title-select .title-dropdown ul li label{
  margin-bottom: 0;
}
.full-calendar-modal.book-project .single-set.title-select .title-dropdown ul li label span{
  font-size: 12px;
  line-height: 17px;
}
.full-calendar-modal.book-project .single-set.title-select .title-dropdown ul li:hover{
  background-color: #F4F4F4;
}
.full-calendar-modal.book-project .single-set.title-select .title-holder .form-control{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
.full-calendar-modal.book-project .single-set.title-select .title-holder .form-control::placeholder{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
#ui-id-2.ui-widget-content{
  max-width:290px;
  width: 100%;
  max-height: 500px;
  overflow:auto;
  border: 0;
  left: 50% !important;
  transform: translateX(-50%);
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#ui-id-2 .ui-menu-item{
  border: 1px solid #F4F4F4;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 17px;
}
#ui-id-2.ui-widget-content::-webkit-scrollbar {
  display: none;
}
.full-calendar-modal.book-project .single-set.search-field{
  padding: 0 !important;
  border: 0 !important;
}
.full-calendar-modal.book-project .single-set.search-field .form-group .custom-combobox{
  position: relative;
}
.full-calendar-modal.book-project .single-set.search-field .form-group .custom-combobox input{
  height: 36px !important;
  padding: 7px 35px 7px 11px !important;
  border: 1px solid #3195EC !important;
  border-radius: 5px !important;
  font-family: OpenSansSemiBold;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #707070 !important;
}
.full-calendar-modal.book-project .single-set.search-field .form-group .custom-combobox input.active{
  border-radius: 5px 5px 0px 0px !important;
}
.full-calendar-modal.book-project .single-set.search-field.active .form-group .custom-combobox input{
  border-radius: 5px 5px 0px 0px !important;
}
.full-calendar-modal.book-project .single-set.search-field .form-group .custom-combobox a.ui-button{
  position: absolute;
  top: 0;
  right: 8px;
  height: 36px;
}
.full-calendar-modal.book-project .single-set.title-select.active .title-holder{
  border-radius:5px 5px 0 0 !important;
}
.full-calendar-modal.book-project .single-set.title-select.active .arrow{
  transform: rotate(180deg);
}
.full-calendar-modal.book-project .single-set.title-select.active .title-dropdown{
  display: block;
}
.full-calendar-modal.book-project .single-set.title-select .title-holder .form-control{
  height: 20px;
}

/* 06/03/2023 */

.full-calendar-modal .modal-dialog .modal-content .modal-body .title-dropdown ul li label input[type="checkbox"]{
  display: none;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .title-dropdown ul li label span.new-project-color{
  color: #3195EC;
}
#update-to-calender .modal-dialog .modal-content .modal-body .title-dropdown ul{
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#update-to-calender .modal-dialog .modal-content .modal-body .title-dropdown ul li{
  padding: 5px 20px;
}
#update-to-calender .modal-dialog .modal-content .modal-body .title-dropdown ul li label span{
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  font-weight: 400;
}
#update-to-calender .modal-dialog .modal-content .modal-body .title-dropdown ul li label span.new-project-color{
 color: #3195EC;
}
.newpsubProjectName{
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 24px;
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}
.newpsubProjectName:focus{
  box-shadow: none;
}
.newpsubProjectName::placeholder{
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 24px;
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}
/* #update-to-calender .modal-dialog .modal-content .modal-body .sub-project-selection{
  padding: 10px 20px;
  border-bottom: 1px solid #C2C2C2;
} */
#update-to-calender .modal-dialog .modal-content .modal-body .sub-project-selection .single-set{
  padding: 0;
  border-bottom: 0;
}

.select-project.default-style.uproject-dropdown .select-control .btn-group .dropdown-toggle input{
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: right 2px center;
} 
.select-project.default-style.pproject-dropdown .select-control .btn-group .dropdown-toggle input{
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: right 2px center;
} 


/* New Popup Style */
.full-calendar-modal.New-style .modal-dialog{
  max-width: 380px;
  width: 100%;
}
.full-calendar-modal.New-style .modal-content {
  border-radius: 15px;
}
.full-calendar-modal.New-style .modal-dialog .modal-header{
  padding: 0;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header{
  background-color: #fff;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-left: 45px;
  padding-right: 18px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .modal-title{
  font-size: 20px;
  line-height: 24px;
  color: #707070;
  font-family: MontserratSemiBold;
  padding-bottom: 15px;
  position: relative;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder .copy-function{
  position: relative;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder .copy-function .copy-hover-icon{
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder .copy-function:hover .copy-hover-icon{
  opacity: 1;
  transition: 0.3s;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder .copy-function:hover .copy-icon{
  opacity: 0;
  transition: 0.3s;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .modal-title.vehicle-title{
  padding: 30px 0 15px 45px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .modal-title.vehicle-title:after{
  left: 45px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .modal-title:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 60px;
  height: 8px;
  background-color: #3195EC;
  border-radius: 4px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder img{
  cursor: pointer;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .header-title-holder input{
  height: 36px;
  appearance: none;
  position: absolute;
  right: 45px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .close{
  position: relative;
  z-index: 10;
  padding: 10px 14px 0px 0px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-header .close img{
  width: 13px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body{
  padding: 25px 45px 38px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set{
  border-bottom: 0;
  margin-bottom: 17px;
  padding: 0;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set .dropdown-toggle{
  padding: 7px 13px;
  border: 1px solid #3195EC;
  border-radius: 5px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set input{
  padding: 7px 13px;
  border: 1px solid #3195EC;
  border-radius: 5px;
  height: 36px;
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  width: 100%;
  outline: 0;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set .form-group.ui-widget .custom-combobox{
  padding: 7px 13px;
  border: 1px solid #3195EC;
  border-radius: 5px;
  height: 36px;
}
.full-calendar-modal.New-style .single-set.title-select .title-holder{
  padding: 7px 13px;
  border: 1px solid #3195EC;
  border-radius: 5px;
  height: 36px;
}
.full-calendar-modal.New-style .single-set.title-select .title-holder input{
  border: 0 !important;
  padding: 0 !important;
  background: transparent;
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
.full-calendar-modal.New-style .single-set.title-select .title-holder input::placeholder{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set .divider-row.new-blue-border{
  padding: 7px 13px;
  border: 1px solid #3195EC;
  border-radius: 5px;
  height: 36px;
  justify-content: space-between !important;
}
.full-calendar-modal.New-style .default-style .select-control .btn-group .dropdown-toggle .selected_text{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  overflow: hidden;
}
.full-calendar-modal.New-style .switch{
  padding-top: 0px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .switch .single-set .divider-row{
  justify-content: end;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set .divider-row .divider-col{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #707070;
  padding-left: 10px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder .single-set .divider-row .divider-col{
  padding-left: 0;
} 
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .switch .km-private-inner-holder .single-set .divider-row{
  justify-content: space-between;
}
.full-calendar-modal.New-style .time-control.clock-picker input[type="text"]{
  text-decoration: underline;
}
.full-calendar-modal.New-style .popup-textfield textarea{
  min-height: 120px;
  max-height: 120px;
  height: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 10px;
  font-family: OpenSansRegular;
  font-size: 10px;
  line-height: 14px;
  color: #707070;
  width: 100%;
  resize: none;
  outline: 0;
}
.full-calendar-modal.New-style .modal-footer{
  border-top: 0;
  padding: 0px 45px 35px;
  justify-content: end;
}
.full-calendar-modal.New-style .modal-footer .btn{
  margin-left: 21px;
}
.full-calendar-modal.New-style .footer-controls{
  display: none;
}
#update-to-calender.full-calendar-modal.New-style .modal-footer .btn {
  margin-left: 10px;
}
.full-calendar-modal.New-style.calender-popup .modal-dialog .modal-content .modal-body .km-private-holder .km-private-inner-holder .single-set.text-field textarea{
  min-height: 120px;
  max-height: 120px;
  height: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding: 10px;
  font-family: OpenSansRegular;
  font-size: 10px;
  line-height: 14px;
  color: #707070;
  width: 100%;
  resize: none;
  outline: 0;
} 
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set .dropdown-toggle[aria-expanded="true"]{
  border-radius: 5px 5px 0px 0px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set .dropdown-toggle[aria-expanded="true"] + .dropdown-menu{
  border-radius: 0px 0px 5px 5px;
}
.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set.title-select.active .calender-sub-project .title-holder{
  border-radius: 5px 5px 0px 0px;
}
.full-calendar-modal.New-style .modal-footer .btn.red{
  background-color: #EC3131;
}
.full-calendar-modal.New-style .modal-footer .btn.green{
  background-color: #B0D563;
}
.full-calendar-modal.calender-popup.New-style.vehicle-popup .modal-dialog .modal-content .modal-header .modal-title {
  padding-top: 30px;
  padding-left: 45px;
}
.full-calendar-modal.calender-popup.New-style.vehicle-popup .modal-dialog .modal-content .modal-header .modal-title:after{
  left: 45px;
}
.full-calendar-modal.calender-popup.New-style .modal-dialog.edit-vehicle-data-modal .modal-title{
  padding-top: 30px;
  padding-left: 45px;
}
.full-calendar-modal.calender-popup.New-style .modal-dialog.edit-vehicle-data-modal .modal-title:after{
  left: 45px;
}
#update-to-calender .modal-title{
  padding-top: 32px;
  padding-left: 45px;
}
#update-to-calender .modal-title:after{
  left: 45px;
}
#add-new-popup .modal-title{
  padding-top: 32px;
  padding-left: 45px;
}
#add-new-popup .modal-title:after{
  left: 45px;
}

/* Date Picker style */

.datepicker.datepicker-dropdown{
  padding: 15px 21px;
  border-radius: 15px;
  border: 0;
  box-shadow: 0 5px 25px #0000001A;
}
.datepicker-dropdown:after{
  display: none !important;
  border: 0 !important;
}
.datepicker-dropdown:before{
  display: none !important;
  border: 0 !important;
}
.datepicker .datepicker-switch{
  font-family: OpenSansSemiBold;
  font-size: 14px;
  line-height: 19px;
  color: #3195EC !important;
}
.datepicker .datepicker-days .table-condensed thead tr th , .datepicker .datepicker-days .table-condensed tbody tr td{
  padding: 8px;
}
.datepicker .datepicker-days .table-condensed thead tr:nth-child(2) th{
  padding-bottom: 15px;
}
.datepicker .datepicker-days .table-condensed thead tr:nth-child(3) th{
  font-family: OpenSansSemiBold;
  color: #707070;
  border-bottom: 1px solid #DCDCDC;
}
.datepicker .datepicker-days .table-condensed thead tr th.prev , .datepicker .datepicker-days .table-condensed thead tr th.next{
  font-size: 0;
  position: relative;
  /* background-image: url('/web/images/calender-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain; */
}
.datepicker .datepicker-days .table-condensed thead tr th.prev:before{
  content: "";
  position: absolute;
  background-image: url(/web/images/calender-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -5px;
  width: 100%;
  height: 100%;
  left: 0;
  transform: rotate(180deg);
}
.datepicker .datepicker-days .table-condensed thead tr th.next:before{
  content: "";
  position: absolute;
  background-image: url('/web/images/calender-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  right: 3px;
  width: 100%;
  height: 100%;
}

.datepicker .datepicker-days .table-condensed tbody tr td{
  font-family: OpenSansRegular;
  color: #707070;
  font-size: 14px;
  line-height: 19px;
}
.datepicker table tr td.active{
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #3195EC !important;
}
.datepicker table tr td.active.day:hover{
  background: #fff !important;
  color: #707070 !important;
}
.datepicker .datepicker-days .table-condensed tbody tr td.new.day , .datepicker .datepicker-days .table-condensed tbody tr td.old.day{
  opacity: 50%;
}
.calender-btn{
  display: flex;
  justify-content: end;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 10px;
}
.calender-btn .calender-copy-button{
  border-radius: 16px;
  background-color: #ffffff;
  color: #707070;
  border: 1px solid #3195EC;
  font-size: 16px;
  line-height: 20px;
  font-family: OpenSansRegular;
  margin: 0;
  min-width: 103px;
  display: inline-block;
  height: 32px;
  outline: 0;
  transition: 0.3s;
}
.calender-btn .calender-copy-button:hover{
  background-color: #3195EC;
  color: #ffffff;
  transition: 0.3s;
}


/* Chart-option-holder */

.chart-option-holder{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 11px;
}
.chart-option-holder .chart-option-item{
  min-width: 127px;
  height: 26px;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  margin-right: 20px;
  /* margin-bottom: 10px; */
  cursor: pointer;
  transition: 0.3s;
}
.chart-option-holder .chart-option-item:hover{
  border: 1px solid #3195EC;
  transition: 0.3s;
}
.chart-option-holder .chart-option-item span{
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  font-family: OpenSansRegular;
  text-align: center;
  display: block;
}
.chart-option-holder .chart-option-item.active{
  border: 1px solid #3195EC;
  background-color: #3195EC;
}
.chart-option-holder .chart-option-item.active span{
  color: #FFFFFF;
}
.dashboard-chart-wrapper .highcharts-range-selector-group{
  display: none;
}
.filters-left.filter-left-cstm{
  display: none !important;
}
.border-static{
  border: 1px solid #DCDCDC !important;
}
.popover.clockpicker-popover .arrow{
  display: none;
}
.disabled-options{
  opacity: 50%;
}

.custom-navbar.navbar-inverse ul.nav.navbar-nav.navbar-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sum-table > tbody > tr > td{
  border: 0;
  text-align: right;
  color: #707070;
  font-family: OpenSansSemiBold;
  font-size: 16px;
  line-height: 20px;
}
.sum-table > tbody > tr > td:first-child{
  width: 80%;
  text-align: center;
}
.overtime-wrap{
  background-color: #FFF8B6;
  box-shadow: 0 3px 6px #00000029;
  padding: 5px;
  max-width: 75px;
  width: 100%;
  margin-left:7px;
}

.overtime-wrap .time-management{
  display: flex;
  justify-content: space-between;
}
.overtime-wrap .time-management span{
  font-size: 13px;
  line-height: 17px;
  color: #707070;
  font-family: 'OpenSansRegular';
}
.overtime-wrap .time-management .warning{
  width: 15px;
  height: 15px;
  margin-top: -4px;
}
.overtime-wrap .time-management .warning img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767px){
  .overtime-wrap{
    display:none;
  }
  .chart-option-holder .chart-option-item{
    margin-bottom: 10px;
  }
}
.icon-view-wrap , .dafi-detail-wrap{
  display: none;
}
.book-time-btn-wrap{
  display: none;
}
.user-profile-with-btn{
  display: none;
}
.custom-navbar .navbar-brand img.mbl-logo{
  display: none;
}

/* New Header Style for mobile view */

@media screen and (max-width:767px){
  .custom-navbar.navbar-inverse {
    box-shadow: 0 3px 15px #00000012;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .wide-box{
    padding-top: 80px;
  }
  .custom-navbar.navbar-inverse .nav-left{
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-toggle .icon-bar{
    background-color: #49494F;
  }
  .navbar-inverse .navbar-toggle .icon-bar:last-child{
    width: 15px;
  }
  .navbar-header .navbar-toggle[aria-expanded="true"] .icon-bar{
    background-color: #3195EC;
  }
  .navbar-inverse .navbar-collapse{
    border: 0;
    height: calc(100vh - 50px);
    width: calc(100vw - 20px);
    border-radius: 10px 0 0 10px;
    box-shadow: 0 5px 25px #0000001A;
    background: #ffffff;
    position: fixed;
    right: 0;
    top: 50px;
  }
  .custom-navbar.navbar-inverse ul.nav.navbar-nav.navbar-left{
    flex-flow: column;
  }
  .navbar-inverse .navbar-nav > li > a{
    font-size: 13px;
    line-height: 16px;
    color: #49494F;
    padding: 17px 0px;
    font-family: 'MontserratMedium';
    border-bottom: 1px solid #DBDBDB;
  }
  .custom-navbar.navbar-inverse .navbar-nav > .active > a, .custom-navbar.navbar-inverse .navbar-nav > .active > a:focus, .custom-navbar.navbar-inverse .navbar-nav > .active > a:hover{
    color: #3195EC;
  }
  .custom-navbar .nav > li{
    padding: 0 25px 0 35px;
    flex-direction: column;
  }
  .custom-navbar .nav > li > a:before{
    display: none;
  }
  .icon-view-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 70px;
    padding-bottom: 9px;
    border-bottom: 1px solid #DBDBDB;
  }
  .icon-view-wrap a{
    border-bottom: 0 !important;
  }
  .icon-view-wrap span{
    margin-right: 10px;
  }
  .dafi-detail-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
    width: 100%;
  }
  .dafi-detail-wrap .dafi-img img{
    width: 100%;
  }
  .dafi-detail-wrap .user-info{
    padding-left: 10px;
    display: flex;
    flex-flow: column;
  }
  .dafi-detail-wrap .user-info span{
    font-size: 10px;
    line-height: 14px;
    color: #49494F;
    font-family: 'OpenSansRegular';
  }
  .dafi-detail-wrap .user-info span.name{
    font-family: 'OpenSansSemiBold';
  }
  .logout-desktop{
    padding: 25px 0px !important;
  }
  .with-drop-down .caret{
    border: 0;
    position: relative;
    margin-left: 10px;
  }
  .with-drop-down .caret:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -3px;
    left: 0;
    background-image: url(/web/images/user-images/drop-down.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .nav > li> ul{
    box-shadow: none;
    position: static;
    transform: translateX(0);
  }
  .book-time-btn-wrap{
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .book-time-btn-wrap .book-time-btn{
    font-size: 16px;
    line-height: 22px;
    font-family: 'OpenSansRegular';
    border: 1px solid #3195EC;
    background-color: #ffffff;
    color: #707070;
    border-radius: 16px;
    padding: 5px 19px;
  }
  .book-time-btn-wrap .book-time-btn:hover{
    background-color: #3195EC;
    color: #ffffff;
  }
  #mobile-sub-calendar .fc-day-header.fc-widget-header{
    display: none;
  }
  .user-profile-with-btn{
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .user-profile-with-btn .user-profile{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 25px;
  }
  .user-profile-with-btn .user-profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .custom-navbar .nav > li.with-drop-down:hover{
    box-shadow: none;
  }
  .custom-navbar .nav > li > ul{
    display: none;
  }
  .custom-navbar .nav > li.active > ul{
    display: block;
  }
  .custom-navbar .nav > li.active .caret{
    transform: rotate(180deg);
  }
  .custom-navbar .nav > li.active.with-drop-down .caret:before{
    left: -13px;
  }
  .custom-navbar .navbar-brand{
    padding-left: 20px;
  }
  .custom-navbar .navbar-brand img.mbl-logo{
    width: 60px;
    height: 100%;
    display: block;
  }
  .custom-navbar .navbar-brand img.desktop-logo{
    display: none;
  }
}

.dataTables_info{
  font-size: 14px;
  font-family: OpenSansRegular;
  font-weight: 400;
  color: #707070;
  padding-top: 10px;
  float: left;
}
.dataTables_paginate{
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: OpenSansRegular;
  font-weight: 400;
  color: #707070;
  padding-top: 10px;
  flex-wrap: wrap;
  width: 100%;
}
.dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_paginate .paginate_button.current{
  color: #ffffff !important;
  border: 1px solid #333;
  background-color: #3195EC;
}
.dataTables_paginate .paginate_button:hover {
  color: #ffffff !important;
  border: 1px solid #333;
  background-color: #3195EC;
}

.disabled-link {
  pointer-events: none;
}
#full-calendar-modal.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .single-set input.searching-input{
  outline: 0;
  background-image: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  background-position: right 13px center;
  padding-right: 25px;
  width: 100%;
  height: 36px;
}
/* #full-calendar-modal .project-selection .default-style .select-control .btn-group .dropdown-toggle .arrow{
  position: absolute;
  right: -30px;
}
.search-with-input .selected_text{
  display: none ;
} */
.single-set.search-project-id input{
  /* background-image: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  background-position: right 13px center; */
  width: 100%;
}
/* #ui-id-4{
  left: 50% !important;
  transform: translateX(-50%) !important;
} */
.customerNewBox::placeholder{
  color: #DCDCDC;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: OpenSansRegular;
}

.user-filter{
  margin: 10px;
}
.user-filter input{
  border: 1px solid #D8D8D8;
  padding: 8px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px;
}

.controls {
  display: flex;
  align-items: center; /* Align items vertically */
  justify-content: space-between;
}

.sort-buttons {
  margin-right: 10px; /* Add some space between sort buttons and checkbox */
}
.sorting button{
  border: 0;
  padding: 5px;
}
.supervisor-dropdowns{
  margin: 10px 0;
}

.all-active-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 15px; */
  gap: 5px;
}
.all-active-btn label{
  margin-bottom: 0;
  color: #707070;
  font-size: 13px;
  font-family: 'OpenSansSemiBold';
  font-weight: 600;
  line-height: 18px;
}
.all-active-btn .switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}
.all-active-btn .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.all-active-btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.all-active-btn .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.all-active-btn input:checked + .slider {
  background-color: #3195EC;
}
.all-active-btn input:focus + .slider {
  box-shadow: 0 0 1px #3195EC;
}
.all-active-btn input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
/* Rounded sliders */
.all-active-btn .slider.round {
  border-radius: 34px;
}
.all-active-btn .slider.round:before {
  border-radius: 50%;
}


/*.main-section{
  position: fixed;
  max-width: 1140px;
  width: 100%;
  background-color: #ffffff;
  padding-top: 35px;
  z-index: 100;
}
#maincalendar {
  position: relative;
  top: 800px;
  margin-bottom: -50px;
  max-width: 1170px;
  width: 100%;
}*/

.total-calendar-controls .view-controls a{
  transition: 0.3s;
}
.total-calendar-controls .view-controls a img{
  transition: 0.3s;
}
.total-calendar-controls .view-controls a:hover img {
  transition: 0.3s;
  transform: scale(1.1);
}
@media screen and (max-width:767px){
  #maincalendar{
      top: 280px;
  }
}

.total-calendar-controls .view-controls.grid-style {
  width: 100%;
  justify-content: end;
  margin-top: 30px;
}

.full-calendar-modal.New-style .modal-dialog .modal-content .modal-body .switch .single-set .divider-row.down-time-wrap{
  justify-content: space-between;
  align-items: start;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .switch .single-set .divider-row.down-time-wrap .down-time-left{
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 10px;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .switch .single-set .divider-row.down-time-wrap .ganztags-holder-col{
  display: flex;
  justify-content: start;
  gap: 10px;
}
.full-calendar-modal .modal-dialog .modal-content .modal-body .switch .single-set .divider-row.down-time-wrap .down-time-left .divider-col{
  padding-left: 0;
}

.disabled{
  pointer-events: none;
  opacity: 0.5;
}