* {
    margin: 0;
    padding: 0;
  }

html {
    height: 100%;
  }

body {
    font-family: 'Montserrat', sans-serif;
    background: #EAEBF3;
    background: linear-gradient(180deg, rgba(245,245,255,1) 0%, rgba(222,225,239,1) 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #25265E;
}
body::-webkit-scrollbar {
  display: none;
}

img {
    border: none;
    max-width: 100%;
  }

p {
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 20px;
    color: #25265E;
}
.font-bold {
    font-weight: 700;
}
a {
    text-decoration: none !important;
}
h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #25265E;
}
h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #9495AA;
}
.wp-content {
    position: relative;
    height: 100vh;
}
.wp-content.wp-home {
    background-image: url(/images/drawing.png);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp-home .header,
.wp-home .content,
.wp-home .footer  {
    width: 100%;
    position: relative;
    min-height: 100px;
}
.wp-home .footer {
    min-height: auto;
}
.wp-home .footer {
    position: relative;
    bottom: 1%;
}
.wp-home .footer .copyrigts{
    left: 10%;
    position: absolute;
}
/* .wp-home .header {
    margin-bottom: 5%;
} */
.wp-home .header .logo {
    position: absolute;
    top: 30px;
    left: 10%;
}
.wrapper {
    padding: 0% 10%;
}
.block-l,
.block-r {
    width: 49%;
    display: inline-block;
}
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
  }

.outline {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}
.clear {
    clear: both;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.content {
    position: relative;
    overflow: hidden;
  }
  /* .wp-home .content{
      height: 80vh;

  } */
.copyrigts {
font-size: 12px;
font-weight: 500;
color: #25265E;
}

  .hamburger-toggle {
    position: relative;
    background: transparent;
    cursor: pointer;
    order: 1;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: rgb(255, 255, 255);
    padding: 11px 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    -webkit-transition: box-shadow 0.6s cubic-bezier(0.79, 0.21, 0.06, 0.81);
    transition: box-shadow 0.6s cubic-bezier(0.79, 0.21, 0.06, 0.81);
  }
  .hamburger-toggle.is-opened {

    background: transparent;
    box-shadow: 0px 0px 0px 0px #fff9, 0px 0px 0px 0px #fff9, 0px 0px 0px 0px #0001, 0px 0px 0px 0px #0001, inset -7px -7px 20px 0px #fff9, inset -4px -4px 5px 0px #fff9, inset 7px 7px 20px 0px #0003, inset 4px 4px 5px 0px #0001;
  }
  .hamburger-toggle .h-inner {
    width: 30px;
    height: 30px;
  }
  .hamburger-toggle .line {
      width: 30px;
      height: 2px;
      background-color: #c5c5c5;
      display: block;
      margin: 6px 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: relative;
      border-radius: 1px;
  }
  .hamburger-toggle .line:nth-child(1),
  .hamburger-toggle .line:nth-child(3){
  width: 15px;
}

.hamburger-toggle .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(35deg);
  -ms-transform: translateX(10px) rotate(35deg);
  -o-transform: translateX(10px) rotate(35deg);
  transform: translateX(-1px) rotate(-35deg);
  top: 4px;
}

.hamburger-toggle .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-35deg);
  -ms-transform: translateX(10px) rotate(-35deg);
  -o-transform: translateX(10px) rotate(-35deg);
  transform: translateX(-1px) rotate(35deg);
  top: -4px;
}
.hamburger-toggle.is-opened  .line {
    background-color: #25265E;
}
  .hamburger-toggle.is-opened  .line:nth-child(1),
  .hamburger-toggle.is-opened  .line:nth-child(3) {
    width: 20px;
}
.hamburger-toggle.is-opened .line:nth-child(1) {
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(-0deg);
    top: 0px;
  }

  .hamburger-toggle.is-opened .line:nth-child(3) {
    -webkit-transform: translateX(0px) rotate(-0deg);
    -ms-transform: translateX(10px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    top: 0px;
  }

    .hamburger-toggle:hover{
      cursor: pointer;
    }

  .hamburger-toggle:focus {
    outline-width: 0;
  }

  .header-icons-group {
    display: flex;
    order: 3;
    margin-left: auto;
    height: 100%;
    min-width: 250px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .header-icons-group .c-header-icon {
    /* background: rgb(217, 220, 248); */
    padding: 11px 15px;
    border-radius: 50%;
    box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 65px;
    width: 65px;
    color: #25265E;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.header-icons-group .c-header-icon .n-amount {
  position: absolute;
  background: #C43B3E;
  color: #FFFFFF;
  width: 17px;
  height: 17px;
  font-size: 10px;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  top: 25%;
  left: 50%;
  line-height: 15px;
}
.vertical-sep {
    height: 100%;
    margin: 0 5%;
    position: relative;
    width: 1px;
    display: inline-block;
    background: #9495AA;
    min-height: 35px;
}
  .header-icons-group .c-header-icon:hover {
    background: rgba(15, 78, 146, 0.062);
    text-decoration: none;
  }

  .l-header {
    padding-left: 90px;
    padding-right: 20px;
    position: relative;
    top: 5px;
    right: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -ms-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
  }
  .l-header__inner {
    width: 100%;
    display: flex;
    z-index: 11;
    align-items: center;
    justify-content: stretch;
  }
  .sidebar-is-expanded .l-header {
    padding-left: 270px;
    padding-right: 20px;
}

.c-search {
    display: flex;
    flex-grow: 1;
    width: 100%;
    position: relative;
    margin: 0 5%;
    max-width: 100%;
}
.c-search input {
    width: 100%;
    max-width: 100%;
}
.c-search .searchButton {
    border: none;
    background: none;
    position: absolute;
    right: 4%;
    top: 30%;
}
  .c-search__input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 14px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }


  .l-sidebar {
    width: 70px;
    position: fixed;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
  }
  .l-sidebar .logo {
    width: 100%;
    padding: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid #EEEFF3;
  }
  .l-sidebar .logo .logo-small {
    position: absolute;
    left: 220px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .l-sidebar .logo .logo-big{
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sidebar-is-reduced .l-sidebar .logo .logo-big{
    left: 200px;
  }
  .sidebar-is-reduced .l-sidebar .logo .logo-small {
    left: 0;
    opacity: 1;
}

.l-sidebar__content {
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #fff;
}
  .sidebar-is-expanded .l-sidebar {
    width: 250px;
  }

  .c-menu > ul {
    display: flex;
    flex-direction: column;
  }
  .c-menu > ul .c-menu__item {
    max-width: 100%;
    overflow: hidden;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .u-list .c-menu__item li a {
      text-decoration: none;
  }
  .sidebar-is-reduced .c-menu > ul .c-menu__item {
    padding: 0;
  }
  .c-menu > ul .c-menu__item__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 60px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    border-radius: 15px;
  }

  .u-list li .c-menu__item__inner .icon {
      width: 16px;
      height: 16px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url(/images/icons/icon-calenadar.svg);
      display: block;
      flex: 0 0 70px;
  }
  .c-menu > ul li:nth-child(1).c-menu__item.is-active .c-menu__item__inner .icon {
      background-image: url(/images/icons/icon-calenadar-active.svg);
  }
  .u-list li:nth-child(2) .c-menu__item__inner .icon {
      background-image: url(/images/icons/icon-projects.png);
  }
  .c-menu > ul li:nth-child(2).c-menu__item.is-active .c-menu__item__inner .icon {
      background-image: url(/images/icons/projects-active.png);
  }
  .u-list li:nth-child(3) .c-menu__item__inner .icon {
      background-image: url(/images/icons/icon-libraries.png);
  }
  .c-menu > ul li:nth-child(3).c-menu__item.is-active .c-menu__item__inner .icon {
      background-image: url(/images/icons/libraries-active.png);
  }
  .u-list li:nth-child(4) .c-menu__item__inner .icon {
      background-image: url(/images/icons/icon-alerts.png);
  }
  .c-menu > ul li:nth-child(4).c-menu__item.is-active .c-menu__item__inner .icon {
      background-image: url(/images/icons/alert-active.png);
  }
  .u-list li:nth-child(5) .c-menu__item__inner .icon {
      background-image: url(/images/icons/icon-admin.png);
  }
  .c-menu > ul li:nth-child(5).c-menu__item.is-active .c-menu__item__inner .icon {
      background-image: url(/images/icons/admin-active.png);
  }

  .c-menu > ul .c-menu__item.is-active  {
    color: #fff;
  }
  .c-menu > ul .c-menu__item.is-active .c-menu__submenu{
      display: flex;
      flex-direction: column;
  }
  .c-menu > ul .c-menu__item.is-active .c-menu__item__inner {
    background-color: #25265E;
    border-radius: 15px;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .c-menu > ul .c-menu__item.is-active .c-menu__item__inner .icon {
    flex: 0 0 60px;
  }
  .sidebar-is-reduced .c-menu > ul .c-menu__item.is-active .c-menu__item__inner {
    background-color: #25265E;
    margin: 0 5px;
    border-radius: 50%;
  }
  .c-menu > ul .c-menu__item.is-active .c-menu__item__inner svg {
    color: #fff;
  }
  .c-menu > ul .c-menu__item.is-active .c-menu__item__inner .c-menu-item__title span {
    color: #fff;
  }
  .c-menu > ul .c-menu__item:not(.is-active):hover .c-menu__item__inner {
    background-color: rgb(211, 211, 211);
  }
  .c-menu > ul .c-menu__item:not(.is-active):hover a {
      text-decoration: none;
  }
  .c-menu > ul .c-menu__item svg {
    flex: 0 0 70px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .c-menu > ul .c-menu__item .c-menu-item__expand {
    position: relative;
    left: 100px;
    padding-right: 20px;
    color: #fff;
    margin-left: auto;
    -webkit-transition: left 1s ease-in-out;
    -moz-transition: left 1s ease-in-out;
    -ms-transition: left 1s ease-in-out;
    -o-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
  }
  .sidebar-is-expanded .c-menu > ul .c-menu__item .c-menu-item__expand {
    left: 0px;
  }
  .c-menu > ul .c-menu__item .c-menu-item__title {
    flex-basis: 100%;
    padding-right: 10px;
    position: relative;
    color: #9495AA;
    left: 220px;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .c-menu > ul .c-menu__item .c-menu-item__title span {
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -ms-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
  }
  .sidebar-is-expanded .c-menu > ul .c-menu__item .c-menu-item__title {
    left: 0px;
    opacity: 1;
  }
  .c-menu > ul .c-menu__item .c-menu__submenu {
    background-color: fff;
    padding: 15px 0;
    font-size: 12px;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
  }

  .c-menu > ul .c-menu__item .c-menu__submenu li {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
    list-style: none;
}
.c-menu > ul .c-menu__item .c-menu__submenu li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #4C4C4C;
}
.c-menu > ul .c-menu__item .c-menu__submenu li.active a{
    color: #25265E;
    font-weight: 700;
}
  .c-menu > ul .c-menu__item .c-menu__submenu li:last-child {
    margin: 0;
    padding: 0;
  }
  .c-menu > ul .c-menu__item .c-menu__submenu li .list-item {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex: 0 0 70px;
    position: relative;
  }
  .c-menu > ul .c-menu__item .c-menu__submenu li .list-item:after {
      content: '';
      display: block;
      position: absolute;
      width: 5px;
      height: 5px;
      background: #D1D1D9;
      left: 45%;
      border-radius: 50%;
      top: 30%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
  }
  .c-menu > ul .c-menu__item .c-menu__submenu li.active .list-item:after {
      background: #25265E;
  }
  .c-menu > ul .c-menu__item .c-menu__submenu li .sub-list-text {
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 0;
  }
  .sidebar-is-reduced .c-menu > ul .c-menu__item .c-menu__submenu li .sub-list-text {
      left: 220px;
  }
  main.l-main {
    width: 100%;
    height: 100%;
    padding: 10px 0 0 70px;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -ms-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
    position: relative;
  }
  main.l-main .content-wrapper {
    padding: 0px 25px 0px;
    height: 100%;
    overflow: scroll;
    width: 100%;
    position: relative;
  }
  main.l-main .content-wrapper::-webkit-scrollbar {
    display: none;;
  }

  main.l-main .content-wrapper h2 {
    margin-top: 0;
  }
  main.l-main .content-wrapper .page-content {
    /* border-top: 1px solid #d0d0d0; */
    padding-top: 25px;
    color: #ababab;
  }
  main.l-main .content-wrapper--with-bg .page-content {
    background: #fff;
    border-radius: 15px;
    padding: 0;
    box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  main.l-main .content-wrapper--with-bg .page-content h1 {
      font-size: 30px;
      font-weight: 700;
      color: #182129;
      margin-top: 0;
      margin-bottom: 20px;
      padding-left: 1%;
  }

  .sidebar-is-expanded main.l-main {
    padding-left: 250px;
  }
  .vestra-copyrights {
      border-top: 1px solid #EEEFF3;
      position: relative;
      text-align: center;
      vertical-align: bottom;
      padding: 20px 5% 0;
      width: 100%;
        left: 220px;
        opacity: 0;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
  }

  .vestra-copyrights p {
      font-size: 10px;
      min-width: 200px;
  }
  .sidebar-is-expanded .vestra-copyrights {
      left: 0;
      opacity: 1;
  }
  .vestra-copyrights-small {
      padding: 0 5%;
      position: absolute;
      bottom: 10%;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -ms-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      opacity: 1;
      width: 70px;
      left: 0;
  }
  .vestra-copyrights-small p {
      font-size: 8px;
      color: #182129;
  }
  .sidebar-is-expanded .vestra-copyrights-small {
    left: 200px;
    bottom: 10%;
    opacity: 0;
    width: 70px;
  }
    /*Main - box*/




/*CALENDAR - BEGIN*/
#calendar {
    position: relative;
}
#calendar .ffl-wrapper {
    position: absolute;
    top: 0;
    width: 200px;
}
#calendar .ffl-wrapper select {
  height: 40px;
  box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(37, 38, 94, 0.219) !important;
  font-weight: 500;
  border-radius: 15px;
  line-height: 40px;
  background-image: url(/images/icons/icon-left.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  width: 100%;
  border: none;
  padding-left: 10px;
}

.fc {
    direction: ltr;
    text-align: left; }

  .fc-rtl {
    text-align: right; }

  body .fc {
    font-size: 1em;
}

  .fc-highlight {
    /* when user is selecting cells */
    background: #bce8f1;
    opacity: .3;
 }
 .fc-scroller {
  overflow-y: hidden !important;
}
  .fc-bgevent {
    /* default look for background events */
    background: #8fdf82;
    opacity: .3; }

  .fc-nonbusiness {
    background: rgba(52,40,104,.05);
}
  .fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
}
  .fc button::-moz-focus-inner {
    margin: 0;
    padding: 0; }

  .fc-state-default {
    border: 1px solid;
 }
  .fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
 }
  .fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
  .fc button .fc-icon {
    position: relative;
    top: -0.05em;
    margin: 0 .2em;
    vertical-align: middle;
 }
  .fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
  .fc-state-hover,
  .fc-state-down,
  .fc-state-active,
  .fc-state-disabled {
    color: #333333;
    background-color: #e6e6e6;
}
  .fc-state-hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
  .fc-state-down,
  .fc-state-active {
    background-color: #cccccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
  .fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}
  .fc-button-group {
    display: inline-block;
}
  .fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px; }

  .fc .fc-button-group > :first-child {
    margin-left: 0; }


  .fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

  .fc-popover .fc-header {
    padding: 2px 4px; }

  .fc-popover .fc-header .fc-title {
    margin: 0 2px; }

  .fc-popover .fc-header .fc-close {
    cursor: pointer; }

  .fc-ltr .fc-popover .fc-header .fc-title,
  .fc-rtl .fc-popover .fc-header .fc-close {
    float: left; }

  .fc-rtl .fc-popover .fc-header .fc-title,
  .fc-ltr .fc-popover .fc-header .fc-close {
    float: right; }

  .fc-divider {
    border-style: solid;
    border-width: 1px; }

  hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0; }

  .fc-clear {
    clear: both; }

  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-helper-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

  .fc-bg {
    bottom: 0;
    /* strech bg to bottom edge */ }

  .fc-bg table {
    height: 100%;
    /* strech bg to bottom edge */ }

    .fc-agendaWeek-view .table-bordered th:nth-child(1) {
      background-position: center;
      background-image: url('/images/icons/icon-hours.png');
      background-size: inherit;
      background-repeat: no-repeat;
  }
  /* .table-bordered tr {
      border-bottom: 1px solid #EEEFF3 !important;
  } */
  .fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    margin-bottom: 0;
 }
    .table-bordered {
      border: none !important;
    }
    /* .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .table-bordered>tfoot>tr>td,
    .table-bordered>tfoot>tr>th,
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        border: none !important;
    } */
    .table-bordered>thead>tr>td,
    .table-bordered>thead>tr>th {
        border: none !important;
    }
    .table-bordered>tbody>tr>td,
    .table-bordered>tbody>tr>th,
    .fc th.fc-day-header,
    .table-bordered th:nth-child(1)  {
      border-right: 1px solid #EEEFF3 !important;
    }
    .table-bordered>tbody>tr>td:last-child ,
    .table-bordered>tbody>tr>th:last-child ,
    .fc th.fc-day-header:last-child ,
    .table-bordered th:last-child  {
      border-right: none !important;
    }

  .fc th {
    text-align: center;
}

  .fc th,
  .fc td {
    /* border-style: solid;
    border-width: 1px 1px 0 1px !important; */
    padding: 0;
    border-color: #eee;
    vertical-align: top;
  }

  .fc td.fc-today {
    border-style: double;
     }

  a[data-goto] {
    cursor: pointer; }

  a[data-goto]:hover {
    text-decoration: underline;
}

  .fc .fc-row {
    border-style: solid;
    border-width: 0;
 }

  .fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
}

  .fc-row:first-child table {
    border-top: 0 hidden transparent;
 }

  .fc-row {
    position: relative;
    background: #ffffff;

  }
  .fc-head .fc-row {
    border-radius: 15px 15px 0 0;
  }
  .fc-row .fc-bg {
    z-index: 1;
 }

  .fc-row .fc-bgevent-skeleton,
  .fc-row .fc-highlight-skeleton {
    bottom: 0;
 }

  .fc-row .fc-bgevent-skeleton table,
  .fc-row .fc-highlight-skeleton table {
    height: 100%;
}

  .fc-row .fc-highlight-skeleton td,
  .fc-row .fc-bgevent-skeleton td {
    border-color: transparent; }

  .fc-row .fc-bgevent-skeleton {
    z-index: 2; }

  .fc-row .fc-highlight-skeleton {
    z-index: 3; }

  .fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
}

  .fc-row .fc-helper-skeleton {
    z-index: 5; }

  .fc .fc-row .fc-content-skeleton table,
  .fc .fc-row .fc-content-skeleton td,
  .fc .fc-row .fc-helper-skeleton td {
    background: none;
    border-color: transparent;
    padding: .5rem .5rem;
  }

  .fc-row .fc-content-skeleton td,
  .fc-row .fc-helper-skeleton td {
    border-bottom: 0; }

  .fc-row .fc-content-skeleton tbody td,
  .fc-row .fc-helper-skeleton tbody td {
    border-top: 0; }

  .fc-scroller {
    -webkit-overflow-scrolling: touch;
}

  .fc-scroller > .fc-day-grid,
  .fc-scroller > .fc-time-grid {
    position: relative;
    width: 100%;
 }


     /* EVENTS */
  .fc-event {
    margin: 3px;
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    border-radius: 5px;
    font-weight: 500;
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 15px rgba(12, 7, 29, 0.11);
    background: #FAFFFC;
 }
 .fc-event,
 .fc-event-dot {
   background-color: #ffffff;
   color: #5d5386;
   position: relative;
}
 .fc-event:before,
 .fc-event-dot:before{
     content: "";
     position: absolute;
     left: 0;
     bottom: 0px;
     width: 50px;
     height: 100%;
     /* border-left: 7px solid #9495AA; */
     -webkit-border-radius: 5px 0px 0px 5px;
     -moz-border-radius: 5px 0px 0px 5px;
     border-radius: 5px 0px 0px 5px;
 }

 .fc-event.fc-event-red {
   background: #FFFAFC;
   color: #FB336A;
 }
 .fc-event.fc-event-red .fc-title {
   color: #FB336A;
 }
 .fc-event.fc-event-red::before {
   border-left: 7px solid #FB336A;
 }
 .fc-event.fc-event-green {
  background: #FAFFFC;
  color: #36B26D;
}
.fc-event.fc-event-green .fc-title {
  color: #36B26D;
}
.fc-event.fc-event-green::before {
  border-left: 7px solid #36B26D;
}
.fc-event.fc-event-orange {
  background: #FFFCF5;
  color: #F3A823;
}
.fc-event.fc-event-orange .fc-title {
  color: #F3A823;
}
.fc-event.fc-event-orange::before {
  border-left: 7px solid #F3A823;
}
.fc-event.fc-event-blue {
  background: #F7F9FF;
  color: #5E97FF;
}
.fc-event.fc-event-blue .fc-title {
  color: #5E97FF;
}
.fc-event.fc-event-blue::before {
  border-left: 7px solid #5E97FF;
}
.fc-event.fc-event-gray {
  background: #F7F9FF;
  color: #5f5f5f;
}
.fc-event.fc-event-gray .fc-title {
  color: #5f5f5f;
}
.fc-event.fc-event-gray::before {
  border-left: 7px solid #5f5f5f;
}
.fc-event.fc-event-maintance {
  background: #F7F8FC;
  background-image: url('/images/maintance-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fc-event.fc-event-maintance::before {
  display: none;
}
.fc-event.fc-event-tdrp {
  background: #F7F8FC;

  background-image: url('/images/tools-and-dies-replacement.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
.fc-event.fc-event-tdrp::before {
  display: none;
}
  .fc-event .fc-title {
      font-weight: 500;
      font-size: 14px;
      color: #9495AA;
  }
  .fc-event,
  .fc-event:hover {
    color: #fff;
    text-decoration: none;
}

  .fc-event[href],
  .fc-event.fc-draggable {
    cursor: pointer;
}

  .fc-not-allowed,
  .fc-not-allowed .fc-event {
    cursor: not-allowed; }

  .fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25; }

  .fc-event .fc-content {
      color: #2c304d;
      position: relative;
      z-index: 2;
      padding: 8px;
      padding-left: 15px;
  }
  .fc-event .fc-resizer {
    position: absolute;
    z-index: 4; }

  .fc-event .fc-resizer {
    display: none; }

  .fc-event.fc-allow-mouse-resize .fc-resizer,
  .fc-event.fc-selected .fc-resizer {
    display: block; }

  .fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px; }

  .fc-event.fc-selected {
    z-index: 9999 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
  .fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
  .fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
}
  .fc-ltr .fc-h-event.fc-not-start,
  .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
 }
  .fc-ltr .fc-h-event.fc-not-end,
  .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
 }
  .fc-ltr .fc-h-event .fc-start-resizer,
  .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px;
}

  .fc-ltr .fc-h-event .fc-end-resizer,
  .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px;
}

  .fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px;
}
  .fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px;
}
  .fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
  .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px;
}
  .fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
  .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px;
   }

  .fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0; }

  tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px;
 }

  .fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25; }

  .fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
}

  .fc-day-grid-event .fc-time {
    font-weight: bold;
 }
  .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
  .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px;
}


  .fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
  .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px;
 }

  a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none; }

  a.fc-more:hover {
    text-decoration: underline; }

  .fc-limited {
    display: none; }

  .fc-day-grid .fc-row {
    z-index: 1;
  }
  .fc-more-popover {
    z-index: 2;
    width: 220px; }

  .fc-more-popover .fc-event-container {
    padding: 10px; }

  .fc-now-indicator {
    position: absolute;
    border: 0 solid red; }


  .fc-unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }

  .fc-unthemed th,
  .fc-unthemed td,
  .fc-unthemed thead,
  .fc-unthemed tbody,
  .fc-unthemed .fc-divider,
  .fc-unthemed .fc-row,
  .fc-unthemed .fc-content,
  .fc-unthemed .fc-popover,
  .fc-unthemed .fc-list-view,
  .fc-unthemed .fc-list-heading td {
    border-color: #ddd;
}
  .fc-unthemed .fc-popover {
    background-color: #fff;
}
  .fc-unthemed .fc-divider,
  .fc-unthemed .fc-popover .fc-header,
  .fc-unthemed .fc-list-heading td {
    background: #eee;
}
  .fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666;
 }
  .fc-unthemed td.fc-today {
    background: #fcf8e3;
}
  .fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3;
}
  .fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New", Courier, monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }
  .fc-icon:after {
    position: relative;
}
  .fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}
  .fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: bold;
    font-size: 200%;
    top: -7%;
}
  .fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%;
}
  .fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%;
}
  .fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
}

  .fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
}

  .fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%;
}

  .fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%;
 }

  .fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid; }

  .fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px; }


  .fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5; }


  .ui-widget .fc-disabled-day {
    background-image: none; }


  .fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0;
 }

  .ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: normal; }


  .ui-widget td.fc-axis {
    font-weight: normal;
 }


  .fc-time-grid .fc-slats .ui-widget-content {
    background: none;
}

  .fc.fc-bootstrap3 a {
    text-decoration: none; }

  .fc.fc-bootstrap3 a[data-goto]:hover {
    text-decoration: underline; }

  .fc-bootstrap3 hr.fc-divider {
    border-color: inherit; }

  .fc-bootstrap3 .fc-today.alert {
    border-radius: 0; }

  .fc-bootstrap3 .fc-popover .panel-body {
    padding: 0; }

  .fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: none; }

  .fc.fc-bootstrap4 a {
    text-decoration: none; }

  .fc.fc-bootstrap4 a[data-goto]:hover {
    text-decoration: underline; }

  .fc-bootstrap4 hr.fc-divider {
    border-color: inherit;
    display: none !important;
}

  .fc-bootstrap4 .fc-today.alert {
    border-radius: 0; }

  .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #5d5386; }

  .fc-bootstrap4 .fc-popover.card {
    position: absolute; }

  .fc-bootstrap4 .fc-popover .card-body {
    padding: 0; }


  .fc-bootstrap4 .fc-time-grid .fc-slats table {

    background: none; }


  .fc-toolbar {
    text-align: center; }
  .fc .fc-toolbar .fc-ongoing {
    color: #C43B3E;
    font-size: 36px;
    margin: 0 1%;
    font-weight: 500;
    line-height: 1;
  }
  .fc .fc-toolbar .vertical-sep {
    margin: 0 5%;
  }
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
   }
  #calendar .fc-toolbar.fc-header-toolbar{
    padding-left: 200px;
  }
  .fc-toolbar.fc-footer-toolbar {
    margin-top: 1em; }

  .fc-toolbar .fc-left {
    float: left; }
  .fc-toolbar h1 {
    margin: 0;
  }
  .fc-toolbar .fc-right {
    float: right; }

  .fc-toolbar .fc-center {
    display: inline-block; }

  .fc button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0;
      height: auto;
      padding: 0 1rem;
      font-size: 1rem;
      white-space: nowrap;
      cursor: pointer;
  }

  .fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em; }

  .fc .fc-toolbar > * > :first-child {
    margin-left: 0;
}

  .fc-toolbar h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    padding: 12px 20px;
    box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(37, 38, 94, 0.219) !important;
    border-radius: 15px;
}

  .fc-toolbar button {
    position: relative; }

  .fc-toolbar .fc-state-hover,
  .fc-toolbar .ui-state-hover {
    z-index: 2; }

  .fc-toolbar .fc-state-down {
    z-index: 3; }

  .fc-toolbar .fc-state-active,
  .fc-toolbar .ui-state-active {
    z-index: 4; }

  .fc-toolbar button:focus {
    z-index: 5; }


  .fc-view-container *,
  .fc-view-container *:before,
  .fc-view-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .fc-view-container  {
        box-shadow: 0px 0px 5px #00000029;
        border-radius: 16px;
        overflow: hidden;
    }
  .fc-view,
  .fc-view > table {
    position: relative;
    z-index: 1; }

  .fc-basicWeek-view .fc-content-skeleton,
  .fc-basicDay-view .fc-content-skeleton {
    padding-bottom: 1em;
 }

  .fc-basic-view .fc-body .fc-row {
    min-height: 4em;
}

  .fc-row.fc-rigid {
    overflow: hidden; }

  .fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

  .fc-day-top.fc-other-month {
    opacity: 0.3; }

  .fc-basic-view .fc-week-number,
  .fc-basic-view .fc-day-number {
    padding: 2px;
    color: rgba(52,40,104,.8);
    font-size: 15px;
    font-weight: 400;
  }

  .fc-basic-view th.fc-week-number,
  .fc-basic-view th.fc-day-number {
    padding: 0 2px;
}

  .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right; }

  .fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left; }

  .fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0; }

  .fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px; }

  .fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: #808080;
}
  .fc-basic-view td.fc-week-number {
    text-align: center; }

  .fc-basic-view td.fc-week-number > * {
    display: inline-block;
    min-width: 1.25em; }

  .fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2;
    display: none;
 }

  .fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em;
}

  .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 1em;
  }
  .fc .fc-axis {
    vertical-align: middle;
    padding: 0 15px;
    white-space: nowrap;
}
  .fc-ltr .fc-axis {
    text-align: right;
 }
  .fc-rtl .fc-axis {
    text-align: left;
}
  .fc-time-grid-container,
  .fc-time-grid {
    position: relative;
    z-index: 1; }

  .fc-time-grid {
    min-height: 100%;
 }

  .fc-time-grid table {
    border: 0 hidden transparent;
 }

  .fc-time-grid > .fc-bg {
    z-index: 1;
    background: #fff;
  }

  .fc-time-grid .fc-slats,
  .fc-time-grid > hr {
    position: relative;
    z-index: 2; }

  .fc-time-grid .fc-content-col {
    position: relative;
 }

  .fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
}
  .fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1;
 }
  .fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2;
}
  .fc-time-grid .fc-highlight-container {
    position: relative;
    z-index: 3; }

  .fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4; }

  .fc-time-grid .fc-now-indicator-line {
    z-index: 5; }

  .fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6; }


  .fc-time-grid .fc-slats td {
    height: 1em;
    border-bottom: 0;
    padding: 8px 15px;
    color: #545454;
    border-right: 1px solid #EEEFF3 !important;
     }

  .fc-agendaDay-view .fc-time-grid .fc-slats td{
    background: #ffffff;
  }
  /* .fc-time-grid .fc-slats .fc-minor td {
    border: none;
  } */

  .fc-time-grid .fc-highlight-container {
    position: relative; }

  .fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0;
     }


  .fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px; }

  .fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%; }

  .fc-time-grid .fc-event,
  .fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1; }

  .fc-time-grid .fc-bgevent {
    left: 0;
    right: 0; }


  .fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

  .fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }


  .fc-time-grid-event {
    overflow: hidden;
}

  .fc-time-grid-event.fc-selected {

    overflow: visible; }

  .fc-time-grid-event.fc-selected .fc-bg {
    display: none;
   }

  .fc-time-grid-event .fc-content {
    overflow: hidden;
   }

  .fc-time-grid-event .fc-time,
  .fc-time-grid-event .fc-title {
    padding: 0 1px; }

  .fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap; }


  .fc-time-grid-event.fc-short .fc-content {

    white-space: nowrap; }

  .fc-time-grid-event.fc-short .fc-time,
  .fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top; }

  .fc-time-grid-event.fc-short .fc-time span {
    display: none;
 }

  .fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start);
 }

  .fc-time-grid-event.fc-short .fc-time:after {
    content: "\A0-\A0";
     }

  .fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;

    padding: 0;
}

  .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize; }

  .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="; }

  .fc-time-grid-event.fc-selected .fc-resizer {

    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
 }

  .fc-time-grid .fc-now-indicator-line {
    border-top-width: 2px;
    left: 0;
    right: 0; }

    .fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px;
}

  .fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent; }

  .fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

  .fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px; }

  .fc-rtl .fc-list-view {
    direction: rtl;
 }

  .fc-list-view {
    border-width: 1px;
    border-style: solid;
}
  .fc .fc-list-table {
    table-layout: auto;
 }

  .fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px; }

  .fc-list-table tr:first-child td {
    border-top-width: 0;
}

  .fc-list-heading {
    border-bottom-width: 1px; }

  .fc-list-heading td {
    font-weight: bold; }

  .fc-ltr .fc-list-heading-main {
    float: left; }

  .fc-ltr .fc-list-heading-alt {
    float: right; }

  .fc-rtl .fc-list-heading-main {
    float: right; }

  .fc-rtl .fc-list-heading-alt {
    float: left; }

  .fc-list-item.fc-has-url {
    cursor: pointer;
}

  .fc-list-item-marker,
  .fc-list-item-time {
    white-space: nowrap;
    width: 1px; }

  .fc-ltr .fc-list-item-marker {
    padding-right: 0; }

  .fc-rtl .fc-list-item-marker {
    padding-left: 0; }

  .fc-list-item-title a {
    text-decoration: none;
    color: inherit; }

  .fc-list-item-title a[href]:hover {
    text-decoration: underline;
}
  .fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  .fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table; }

  .fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

  .fc-unthemed .fc-list-empty {
    background-color: #eee;
}


  .fc th.fc-day-header{
    padding: 5px 7px;
    font-size: 20px;
    font-weight: 400;
    color: #25265E;
  }
  .fc-day.fc-today{
      background: rgba(52,40,104,.03);
  }
  .fc-day.alert-info{
      background: rgba(52,40,104,.03);
  }

  .datepicker{
      z-index: 123456;
  }

  .card{
    border: 0;
    background: transparent;
  }

.btn {
    font-size: 14px !important;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: none !important;
    border: 0;
    padding: 10px 20px !important;
}
  .btn:focus{
    box-shadow: none;
    outline: none !important;
  }
  .btn.btn-primary{
    background: #ffffff;
    color:  #25265E;
    box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(37, 38, 94, 0.219) !important;
    border-radius: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .btn.btn-primary:hover {
    /* background: #9495AA; */
    background: transparent;
    box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5),
    inset 8px 8px 16px rgba(0, 0, 0, 0.1) !important;
  }
  .btn.btn-primary.active {
    background: #25265E;
    color:  #ffffff;
  }
  .btn.btn-primary.active:hover {
    background: rgb(22, 23, 63);
    box-shadow: -3px -3px 10px rgb(255, 255, 255), 3px 3px 10px rgba(37, 38, 94, 0.219) !important;
  }
  .btn-group .btn.btn-primary{
      margin: 0 10px;
      padding-left: 50px !important;
      position: relative;
  }
  .btn-group .btn.btn-primary:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      left: 20px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      /*background-image: url('/images/icons/icon-month.png')*/
  }

  .btn-group .btn.btn-primary.fc-month-button:before {
    background-image: url('/images/icons/icon-month.png')
  }
  .btn-group .btn.btn-primary.fc-month-button.active:before {
    background-image: url('/images/icons/icon-month-active.png')
  }
  .btn-group .btn.btn-primary.fc-agendaWeek-button:before {
    background-image: url('/images/icons/icon-week.png')
  }
  .btn-group .btn.btn-primary.fc-agendaWeek-button.active:before {
    background-image: url('/images/icons/icon-week-active.png')
  }
  .btn-group .btn.btn-primary.fc-agendaDay-button:before {
    background-image: url('/images/icons/icon-day.png')
  }
  .btn-group .btn.btn-primary.fc-agendaDay-button.active:before {
    background-image: url('/images/icons/icon-day-active.png')
  }
  .btn-group .btn.btn-primary.fc-projectAll-button:before {
    background-image: url('/images/icons/projectsall.png')
  }
  .btn-group .btn.btn-primary.fc-projectAll-button.active:before {
    background-image: url('/images/icons/projectsall-active.png')
  }
  .btn-group .btn.btn-primary.fc-projectCompleted-button:before {
    background-image: url('/images/icons/completed-project.png')
  }
  .btn-group .btn.btn-primary.fc-projectCompleted-button.active:before {
    background-image: url('/images/icons/completed-project-active.png')
  }
  .btn-group .btn.btn-primary.fc-projectLate-button:before {
    background-image: url('/images/icons/projects-late.png')
  }
  .btn-group .btn.btn-primary.fc-projectLate-button.active:before {
    background-image: url('/images/icons/projects-late-active.png')
  }
  .btn-group .btn.btn-primary.fc-alertsAll-button:before {
    background-image: url('/images/icons/projectsall.png')
  }
  .btn-group .btn.btn-primary.fc-alertsAll-button.active:before {
    background-image: url('/images/icons/projectsall-active.png')
  }
  .btn-group .btn.btn-primary.fc-alertsUnread-button:before {
    background-image: url('/images/icons/unread.png')
  }
  .btn-group .btn.btn-primary.fc-alertsUnread-button.active:before {
    background-image: url('/images/icons/unread-active.png')
  }
  .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 15px !important;
  }
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
  .form-group label{
    font-weight: 600;
    letter-spacing: 0.010em;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .modal-body{
    background: #F3F5F9;
    border-radius: 10px;
  }
  .modal-body h4{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #25265E;
    margin-bottom: 20px;
  }
  .modal-body .form-control{
    box-shadow: none;
    height: 50px;
  }
  .btn-add-event {
    position: fixed;
    bottom: 8%;
    right: 6%;
    border-radius: 50%;
    background: #25265E;
    width: 55px;
    height: 55px;
    box-shadow: 0px 1px 15px #25265E77;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url('/images/icons/icon-add.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
  }

  .btn-add-event:hover {
    background: rgba(245,245,255,1);
    background-image: url('/images/icons/icon-add-hover.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    }
    .btn-add-event.btn-add-user {
      background-image: url('/images/icons/new-user.png');
    }
    .btn-add-event.btn-add-user:hover {
      background-image: url('/images/icons/new-user-hover.png');
    }
    .btn-add-event.btn-add-library {
      background-image: url('/images/icons/newlibrary.png');
    }
    .btn-add-event.btn-add-library:hover {
    background-image: url('/images/icons/newlibrary-hover.png');
  }
/* OTHER TABLES - BEGIN */
.table .table-bordered {
  color: #9495AA;
}
.l-main .page-content.table-wp .table>tbody>tr>td,
.l-main .page-content.table-wp .table>tbody>tr>th,
.l-main .page-content.table-wp .table>tfoot>tr>td,
.l-main .page-content.table-wp .table>tfoot>tr>th,
.l-main .page-content.table-wp .table>thead>tr>td,
.l-main .page-content.table-wp .table>thead>tr>th {
  color: #25265E;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  text-align: center;
}
.l-main .page-content.table-wp .table>thead>tr>th {
  border-right: 1px solid #EEEFF3 !important;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-50 {
  width: 50%;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-25 {
  width: 25%;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-10 {
  width: 10%;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-9 {
   width: 9%;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-8 {
   width: 8%;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-6 {
  width: 6%;
}
.l-main .page-content.table-wp .table>thead>tr>th.fc-width-5 {
  width: 5%;
}
.l-main .page-content.table-wp .table>thead>tr>th:last-child {
  border-right: none !important;
}
.l-main .page-content.table-wp .line-dot {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #9495AA;
  display: inline-block;
  margin-right: 15%;
}
.l-main .page-content.table-wp .line-dot.line-urgent {
  background: #C43B3E;
}
.l-main .page-content.table-wp .line-dot.line-normal {
  background: #36B26D;
}
.l-main .page-content.table-wp .line-dot.line-nolimit {
  background: #5E97FF;
}
.l-main .page-content.table-wp .line-dot.line-rush{
  background: #F3A823;
}

.l-main .page-content.table-wp .table button {
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 5%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.l-main .page-content.table-wp .table button:focus {
  outline: none;
}
.l-main .page-content.table-wp .table button.btn-fc-partnumber {
  padding: 3px 10px;
  width: auto;
  height: auto;
  color: #fff;
  background: #25265E;
  border-radius: 10px;
}
.l-main .page-content.table-wp .table button.btn-fc-material {
  background-image: url('/images/icons/material-yes.png')
}
.l-main .page-content.table-wp .table button.btn-fc-sortyBy {
  background-image: url('/images/icons/dropdown-projects.png')
}
.l-main .page-content.table-wp .table button.btn-fc-sortyBy:hover {
  background-image: url('/images/icons/dropdown-projects-hover.png')
}
.l-main .page-content.table-wp .table button.btn-fc-sortyBy.active {
  transform: rotate(180deg);
  background-image: url('/images/icons/dropdown-projects-hover.png')
}
.l-main .page-content.table-wp .table button.btn-fc-notes {
  background-image: url('/images/icons/notes-open.png')
}
.l-main .page-content.table-wp .table button.btn-fc-notes:hover {
  background-image: url('/images/icons/notes-open-hover.png')
}
.l-main .page-content.table-wp .table button.btn-fc-edit {
  background-image: url('/images/icons/icon-edit.png')
}
.l-main .page-content.table-wp .table button.btn-fc-edit:hover {
  background-image: url('/images/icons/icon-edit-hover.png')
}
.l-main .page-content.table-wp .table button.btn-fc-delete {
  background-image: url('/images/icons/icon-delete.png')
}
.l-main .page-content.table-wp .table button.btn-fc-delete:hover {
  background-image: url('/images/icons/icon-delete-hover.png')
}
.l-main .page-content.table-wp .table button.btn-fc-read {
  background-image: url('/images/icons/watched.png')
}
.l-main .page-content.table-wp .table button.btn-fc-read:hover {
  background-image: url('/images/icons/watched-hover.png')
}
.priority-tab {
  width: 100%;
  background: #FAFFFC;
  box-shadow: 0px 0px 2px #0000001D;
  border-radius: 5px;
  padding: 5px 15px 5px 15px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #25265E;
  position: relative;
  border-left: 15px solid #9495AA;
}
/* .priority-tab::before {
  content: '';
  border-left: 10px;
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
} */
.priority-tab.tab-urgent {
 background: #FFFAFC;
 border-left: 15px solid #C43B3E;;
}
.priority-tab.tab-high {
  background: #FFFCF5;
  border-left: 15px solid #F3A823;
}

.priority-tab.tab-low {
  background: #FAFFFC;
  border-left: 15px solid #36B26D;
}
.priority-tab.tab-notset {
  background: #F7F9FF;
  border-left: 15px solid #5E97FF;
}
.table-bordered tr.undread-row {
 background: rgb(247, 248, 255);
}
/* OTHER TABLES - END */
.daterangepicker {
    z-index: 99999;
}
.ui-autocomplete,
.ui-dialog {
  z-index: 99999 !important;
}
.ui-dialog-titlebar {
  background-color : transparent !important;
  border : 0px none !important;
}
.project-filter {
  border-radius: 15px;
    margin: 0 10px;
    background: #ffffff;
    color: #25265E;
    box-shadow: -3px -3px 10px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(37, 38, 94, 0.219) !important;
    font-size: 14px !important;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 1px;
    border: 0;
    padding: 10px 20px !important;
}
.table-bordered td {
  color: #25265E;
  /* padding: 20px 10px 20px 20px !important; */
  font-size: 16px;
  text-align: left;
}

.p-5 {
  padding: 0px !important;
}

.project-cell-Y {
  background-color: #46e48c;
}
.project-cell-N {
  background-color: #f37474;
}

/* MEDIA QUARIES - BEGIN */
@media (max-width: 1610px) {
  }
  @media (max-width: 1367px) {
    #calendar .fc-toolbar.fc-header-toolbar {
      /* margin-bottom: 1em; */
      padding-left: 0px;
      /* margin-top: 3em; */
  }
  #calendar .fc-toolbar.fc-header-toolbar .fc-center {
    float: left;
  }
  #calendar .ffl-wrapper {
    top: -56px;
}
#calendar .fc-toolbar .btn-group>.btn:first-child {
  margin-left: 0;
}
#calendar .fc-toolbar .fc-today-button {
  display: none;
}
  }
  @media (max-width: 1024px) {
    .block-l,
    .block-r {
        width: 100%;
    }
    /* .wp-home .footer {
        position: relative;
        bottom: 5%;
    } */
    .block-l {
        order: 2;
    }
    .block-r img {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}

@media print {
  th,td {
    border: 1px solid #000000 !important;
    padding: 3px;
  }
  td {
    text-align: right;
  }
}
/* MEDIA QUARIES - END */
