﻿/* generic mixins*/
/* flex */
/*KLANT SPECIFIEKE KLEUREN*/
.ellipsis {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

a:-webkit-any-link {
  outline: none;
}

/*normalize*/
html,
body,
form {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font: normal 16px "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  color: #484848;
  /*background: url(../Images/backgrounds/custom_1.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1010px;
  overflow-x: auto !important;
  overflow: hidden;
}

@font-face {
  font-family: "SegoeUICondensed";
  src: url("../Fonts/Segoe Condensed Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url("../Fonts/OpenSans-CondLight-webfont.eot") format("embedded-opentype"), url("../Fonts/OpenSans-CondLight-webfont.woff") format("woff"), url("../Fonts/OpenSans-CondLight-webfont.ttf") format("truetype"), url("../Fonts/OpenSans-CondLight-webfont.svg") format("svg");
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #C0C0C0;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 200;
}

#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=45);
  -khtml-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
  z-index: 999;
}

.loadingpnloverlay {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* internet explorer */
}
.loadingpnloverlay .loading_icon {
  width: 40px;
  height: 40px;
  background-image: url("../Images/icons/svg/anim_ic_loading_white.svg");
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loadingpnloverlay _:-ms-lang(x),
.loadingpnloverlay .loading_icon {
  width: 42px;
  height: 42px;
  background-image: url("../Images/icons/ic_loading_white.gif") !important;
}

/*_:-ms-lang(x),
.loadingpnloverlay {
    height: 465px;
}*/
.loadingpnloverlay:after {
  background-color: #000;
  content: "";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.loadingpnloverlay_transparent {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.loadingpnloverlay_transparent:after {
  background-color: #fff;
  content: "";
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.fullheight {
  height: 100%;
}

#wrapper {
  height: 100%;
  width: 100%;
  font-size: 12px;
  margin: 0;
  /*Scrollbar*/
  /*Einde scrollbar*/
}
#wrapper ::-webkit-scrollbar {
  /*background: #193D53;*/
  /*border-radius: 4px;*/
  height: 12px;
  width: 12px;
}
#wrapper ::-webkit-scrollbar-thumb {
  /*border-radius: 4px;*/
}
#wrapper .firststartOverlay_navigation {
  width: -webkit-calc(100% - 55px) !important;
  width: -moz-calc(100% - 55px) !important;
  width: calc(100% - 55px) !important;
  /*left:55px !important;*/
  margin-left: 55px !important;
}
#wrapper .firststartOverlay {
  /*display:none;*/
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  left: 0;
  z-index: 999999;
}
#wrapper .firststartOverlay .welcome_bg {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#wrapper .firststartOverlay .welcome_wrapper {
  flex: 1;
  width: 80%;
  margin: 5% 10%;
  display: flex;
  flex-direction: column;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl {
  float: left;
  height: 100%;
  width: 100%;
  display: none;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_title_wrapper {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_title_wrapper .title_txt {
  float: left;
  width: 100%;
  height: auto;
  font-size: 48px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_subtitle_img_wrapper {
  flex: 1;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_subtitle_img_wrapper.wrapper_column {
  flex-direction: column !important;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_subtitle_img_wrapper .label_txt {
  flex: 1;
  font-size: 22px;
  font-weight: 100;
  color: #fff;
  text-align: center;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_subtitle_img_wrapper .left {
  flex: 1;
  height: 100%;
  margin-right: 10px;
  text-align: justify !important;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_subtitle_img_wrapper .right {
  flex: 1;
  height: 100%;
  margin-left: 10px;
  text-align: justify !important;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl .welcome_subtitle_img_wrapper .text_img {
  width: 100%;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl #label_img_center {
  width: 25%;
  align-self: center;
  margin-top: 70px;
}
#wrapper .firststartOverlay .welcome_wrapper .page_pnl_visible {
  display: block !important;
}
#wrapper .firststartOverlay .bottom {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 40px;
  padding: 20px;
  position: absolute;
  bottom: 0px;
}
#wrapper .firststartOverlay .bottom .pager {
  position: relative;
  width: auto;
  height: 20px;
  top: 5px;
  margin: auto;
  text-align: center;
}
#wrapper .firststartOverlay .bottom .pager .pagerItem {
  display: inline-block;
  width: auto;
  margin: auto;
}
#wrapper .firststartOverlay .bottom .pager .pagerItem .pagerItemCircle {
  float: left;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
  border-radius: 50%;
  margin: 4px;
}
#wrapper .firststartOverlay .bottom .pager .pagerItem .pagerItemSelected {
  background-color: rgba(255, 255, 255, 0.7);
}
#wrapper .firststartOverlay .bottom .buttons {
  position: relative;
  height: 20px;
  bottom: 30px;
  float: right;
}
#wrapper .firststartOverlay .bottom .buttons .btnDiv {
  width: auto;
  height: 40px;
  font-size: 16px;
  padding: 0 40px;
  line-height: 40px;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  float: left;
  margin: 8px;
  text-align: center;
  text-decoration: none;
}
#wrapper .firststartOverlay .bottom .buttons .btnDiv .btn_img {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px 0px;
}
#wrapper .firststartOverlay .welcome_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(77, 182, 172, 0.97);
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
#wrapper .firststartOverlay .welcome_1 {
  background-color: rgba(77, 182, 172, 0.97) !important;
}
#wrapper .firststartOverlay .welcome_2 {
  background-color: rgba(119, 130, 198, 0.97) !important;
}
#wrapper .firststartOverlay .welcome_3 {
  background-color: rgba(255, 138, 101, 0.97) !important;
}
#wrapper .firststartOverlay .welcome_4 {
  background-color: rgba(255, 183, 77, 0.97) !important;
}
#wrapper .firststartOverlay .welcome_5 {
  background-color: rgba(21, 208, 117, 0.97) !important;
}
#wrapper .firststartOverlay .welcome_6 {
  background-color: rgba(63, 134, 181, 0.97) !important;
}
#wrapper .navigation {
  float: left;
  width: 55px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  height: 100%;
  background-color: #253a47;
  color: #fff;
  /*overflow: hidden;*/ /*test_rick*/
  /*z-index:101;*/
  /*scrollbar*/
}
#wrapper .navigation .top {
  width: 100%;
  height: 60px;
  min-height: 60px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  /*background-color: rgba(255, 255, 255, 0.05);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255,255,255,0.05) 2px, rgba(255,255,255,0.05) 4px);*/
}
#wrapper .navigation .top .nav_first {
  float: left;
  width: 100%;
  height: 50px;
  margin-bottom: 2px;
}
#wrapper .navigation .top .nav_first .nav_first_img {
  width: 40px;
  height: 40px;
  margin: 7px;
  float: left;
}
#wrapper .navigation .top .nav_first .nav_first_text {
  float: left;
  height: 50px;
  width: 185px;
  padding: 0px 5px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 600;
}
#wrapper .navigation .top .nav_first .nav_first_text span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#wrapper .navigation .top #nav_user {
  float: left;
  width: 100%;
  height: 55px;
  overflow: hidden;
  position: relative;
  min-height: 50px;
  margin: 2px 0px;
}
#wrapper .navigation .top #nav_user a {
  color: unset;
}
#wrapper .navigation .top #nav_user .nav_user_icon {
  float: left;
  width: 45px;
  height: 45px;
  margin: 5px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
#wrapper .navigation .top #nav_user .nav_user_text {
  float: left;
  height: 50px;
  width: 180px;
  padding: 0px 5px;
}
#wrapper .navigation .top #nav_user .nav_user_text .nav_user_name {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding-top: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  /*color: #fff;*/
}
#wrapper .navigation .top #nav_user .nav_user_text .nav_user_function {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #d3d3d3;
}
#wrapper .navigation .top #nav_user .nav_user_button {
  float: right;
  width: 40px;
  height: 40px;
  margin: 5px 0px;
}
#wrapper .navigation .top #nav_user .nav_user_button .img {
  width: 20px;
  height: 20px;
  margin: 10px;
}
#wrapper .navigation .middle {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; /*test_rick*/
}
#wrapper .navigation .middle #nav_modules .nav_modules_icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 15px;
}
#wrapper .navigation .middle #nav_modules .nav_modules_buttons {
  float: left;
  width: auto;
  height: 40px;
  margin: 5px 0px;
}
#wrapper .navigation .middle #nav_modules .nav_modules_buttons .img {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px;
  margin: 0px 2px;
  border-radius: 50%;
  cursor: pointer;
}
#wrapper .navigation .middle #nav_modules .moduleitem {
  float: left;
  width: 40px;
  height: 40px;
}
#wrapper .navigation .middle #nav_modules .moduleitem .img {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 5px;
}
#wrapper .navigation .middle #nav_modules .moduleitem.collapsed {
  margin-right: 2px;
  margin-left: 2px;
}
#wrapper .navigation .middle .nav_item {
  float: left;
  width: 100%;
  min-height: 50px;
  margin: 2px 0px;
  cursor: pointer;
}
#wrapper .navigation .middle .nav_item .mainitem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  height: 50px;
  width: 100%;
}
#wrapper .navigation .middle .nav_item .mainitem .img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 15px 15px 15px 10px;
}
#wrapper .navigation .middle .nav_item .mainitem .label {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  line-height: 50px;
  padding: 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .navigation .middle .nav_item .mainitem .active_item {
  width: 5px;
  height: 100%;
}
#wrapper .navigation .middle .nav_item .mainitem .nav_item_button {
  width: 40px;
  height: 40px;
  /*margin: 5px 0px;*/
  cursor: pointer;
}
#wrapper .navigation .middle .nav_item .mainitem .nav_item_button .img {
  width: 14px;
  height: 14px;
  margin: 14px;
}
#wrapper .navigation .middle .nav_item a {
  color: unset;
  text-decoration: none;
}
#wrapper .navigation .middle .nav_item a:hover, #wrapper .navigation .middle .nav_item a:active {
  color: #fff;
}
#wrapper .navigation .middle .nav_item .collapsed {
  float: left;
  height: auto;
  width: 100%;
  margin-top: -10px;
  font-size: 12px;
  /*color: #d3d3d3;*/
}
#wrapper .navigation .middle .nav_item .collapsed .sublabel {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0px 5px;
  margin-left: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .navigation .middle .nav_item .collapsed .subitemsHeader {
  display: none;
}
#wrapper .navigation .middle .nav_item .expand_modules {
  max-width: 185px !important;
}
#wrapper .navigation .middle .nav_item .expand {
  position: absolute;
  left: 50px;
  margin-top: -50px;
  overflow: visible;
  height: auto;
  width: auto;
  max-width: 145px;
  font-size: 12px;
  padding: 10px;
  color: #d3d3d3;
  margin-left: -12px;
  z-index: 101;
  /*text-align:left;*/
}
#wrapper .navigation .middle .nav_item .expand .sublabel {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .navigation .middle .nav_item .expand .subitemsHeader {
  display: inline;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 50px;
  padding: 0px 5px 0px 5px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  /*color: #fff;*/
  color: unset;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#wrapper .navigation .middle .nav_item:hover {
  background-color: black;
}
#wrapper .navigation .bottom {
  height: auto;
  padding-top: 5px;
  min-height: 160px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.05) 2px, rgba(255, 255, 255, 0.05) 4px);
  /*#nav_settings {
      float: left;
      height: 50px;
      width: 100%;
      min-height: 50px;
      margin: 2px 0px;

      .nav_settings_icon {
          float: left;
          width: 20px;
          height: 20px;
          margin: 15px;
      }

      .nav_settings_buttons {
          float: left;
          width: auto;
          height: 40px;
          margin: 5px 0px;

          .img {
              float: left;
              width: 20px;
              height: 20px;
              margin: 10px;
              cursor: pointer;
          }
      }
  }*/
}
#wrapper .navigation .bottom #settings .nav_settings_icon {
  float: left;
  width: 20px;
  height: 20px;
  margin: 15px;
}
#wrapper .navigation .bottom #settings .nav_settings_buttons {
  float: left;
  width: auto;
  height: 40px;
  margin: 5px 0px;
}
#wrapper .navigation .bottom #settings .nav_settings_buttons .img {
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px;
  cursor: pointer;
}
#wrapper .navigation .bottom #settings .nav_settings_buttons .imgSub {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px;
  margin: 0px 2px;
  border-radius: 50%;
  cursor: pointer;
}
#wrapper .navigation .bottom #settings .settingsitem {
  float: left;
  width: 40px;
  height: 40px;
}
#wrapper .navigation .bottom #settings .settingsitem .img {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px;
  margin-top: 5px;
}
#wrapper .navigation .bottom #settings .settingsitem .imgSub {
  float: left;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 5px;
}
#wrapper .navigation .bottom #settings .settingsitem.collapsed {
  margin-right: 2px;
  margin-left: 2px;
}
#wrapper .navigation .bottom .nav_item {
  float: left;
  width: 100%;
  min-height: 50px;
  margin: 2px 0px;
  cursor: pointer;
}
#wrapper .navigation .bottom .nav_item .mainitem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  height: 50px;
  width: 100%;
}
#wrapper .navigation .bottom .nav_item .mainitem .img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 15px 15px 15px 10px;
}
#wrapper .navigation .bottom .nav_item .mainitem .label {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  line-height: 50px;
  padding: 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .navigation .bottom .nav_item .mainitem .active_item {
  width: 5px;
  height: 100%;
}
#wrapper .navigation .bottom .nav_item .mainitem .nav_item_button {
  width: 40px;
  height: 40px;
  /*margin: 5px 0px;*/
  cursor: pointer;
}
#wrapper .navigation .bottom .nav_item .mainitem .nav_item_button .img {
  width: 14px;
  height: 14px;
  margin: 14px;
}
#wrapper .navigation .bottom .nav_item a {
  color: #d3d3d3;
  text-decoration: none;
}
#wrapper .navigation .bottom .nav_item a:hover, #wrapper .navigation .bottom .nav_item a:active {
  color: #fff;
}
#wrapper .navigation .bottom .nav_item .collapsed {
  float: left;
  height: auto;
  width: 100%;
  margin-top: -10px;
  font-size: 12px;
  color: #d3d3d3;
}
#wrapper .navigation .bottom .nav_item .collapsed .sublabel {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0px 5px;
  margin-left: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .navigation .bottom .nav_item .collapsed .subitemsHeader {
  display: none;
}
#wrapper .navigation .bottom .nav_item .expand {
  position: absolute;
  left: 50px;
  margin-top: -50px;
  overflow: visible;
  height: auto;
  width: auto;
  max-width: 130px;
  font-size: 12px;
  padding: 10px;
  color: #d3d3d3;
  margin-left: -12px;
  z-index: 101;
  /*text-align:left;*/
}
#wrapper .navigation .bottom .nav_item .expand .sublabel {
  float: left;
  width: 100%;
  line-height: 30px;
  padding: 0px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wrapper .navigation .bottom .nav_item .expand .subitemsHeader {
  display: inline;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 50px;
  padding: 0px 5px 0px 5px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#wrapper .navigation .bottom .nav_item:hover {
  background-color: black;
}
#wrapper .navigation .bottom .nav_pin {
  float: left;
  height: 50px;
  width: 100%;
  cursor: pointer;
}
#wrapper .navigation .bottom .nav_pin .img {
  width: 24px;
  height: 24px;
  padding: 10px;
  margin: 3px;
  float: left;
  border-radius: 50%;
}
#wrapper .navigation .bottom .nav_pin .label {
  float: left;
  width: auto;
  line-height: 50px;
  padding: 0px 5px;
  font-size: 12px;
  /*color: #d3d3d3;*/
}
#wrapper .navigation .divider {
  width: 100%;
  height: 20px;
  float: left;
  margin-bottom: 2px;
}
#wrapper .navigation .divider .text {
  font-size: 9px;
  text-transform: uppercase;
  padding: 4px 2px;
  text-align: center;
}
#wrapper #navigation_wide {
  float: left;
  width: 200px;
  min-height: 100%;
  background-color: #253a47;
}
#wrapper .mainContainer {
  overflow: hidden;
  /*display: flex;
  flex-direction: column;*/
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  /*background-color: #f7f7f7;*/
}
#wrapper .mainContainer .substitude_employee {
  width: 100%;
  height: 40px;
  min-height: 40px;
  background-color: #2e2e2e;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.05) 2px, rgba(255, 255, 255, 0.05) 6px);
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  font-weight: 100;
}
#wrapper .mainContainer .substitude_employee .left {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 40px;
}
#wrapper .mainContainer .substitude_employee .left .left_img {
  float: left;
  width: 20px;
  height: 20px;
  margin: 10px 15px;
  opacity: 0.3;
}
#wrapper .mainContainer .substitude_employee .right {
  float: right;
  width: auto;
  height: 40px;
  padding: 0 15px;
}
#wrapper .mainContainer .substitude_employee .right .topRightButtons {
  float: left;
  width: auto;
}
#wrapper .mainContainer .substitude_employee .right .topRightButtons .logout {
  float: left;
  width: auto;
  height: 30px;
  margin: 5px 10px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
#wrapper .mainContainer .substitude_employee .right .topRightButtons .logout .nav_item_img {
  float: left;
  width: 24px;
  height: 24px;
  margin: 3px;
}
#wrapper .mainContainer .substitude_employee .right .topRightButtons .logout:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#wrapper .mainContainer #topbar {
  height: 50px;
  min-height: 50px;
  width: 100%;
  /*float:left;*/
  /*background-color: #097cbb;*/
  color: #707070;
  font-weight: 600;
  padding: 10px 0 0 0;
  /*@include box-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
  margin-bottom: 5px;*/
}
#wrapper .mainContainer #topbar .left {
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 5px;
  display: flex;
}
#wrapper .mainContainer #topbar .left .favorite_item {
  float: left;
  width: 20px;
  height: 20px;
  margin: 12px 10px;
  background-image: url("../Images/icons/svg/ic_star_border_black.svg");
}
#wrapper .mainContainer #topbar .left .favorite_item:hover {
  background-image: url("../Images/icons/svg/ic_star_black.svg");
}
#wrapper .mainContainer #topbar .left .return {
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px 5px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
#wrapper .mainContainer #topbar .left .return .nav_item_img {
  width: 20px;
  height: 20px;
  margin: 10px;
}
#wrapper .mainContainer #topbar .left .return:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#wrapper .mainContainer #topbar .left .active_item {
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px 10px;
  display: none;
}
#wrapper .mainContainer #topbar .left .active_item .nav_item_img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#wrapper .mainContainer #topbar .left .active_item .cube {
  float: left;
  width: 1px;
  height: 30px;
  margin: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
#wrapper .mainContainer #topbar .left .active_item_parent {
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  margin-left: 5px;
}
#wrapper .mainContainer #topbar .left .active_item_child {
  float: left;
  width: auto;
  height: 50px;
  line-height: 50px;
}
#wrapper .mainContainer #topbar .left .active_item_child .cube {
  float: left;
  width: 1px;
  height: 30px;
  margin: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
#wrapper .mainContainer #topbar .left .active_item_child .title {
  float: left;
  /*color: rgba(255, 255, 255, 1);*/
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer {
  float: left;
  margin: 0px 2px;
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer .button {
  float: left;
  width: auto;
  height: 50px;
  padding: 0px 10px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer .button .button_text {
  width: auto;
  line-height: 50px;
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer a {
  color: #fff;
  text-decoration: none;
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer .new_btn {
  float: left;
  width: 36px;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer .new_btn .button_img {
  width: 20px;
  height: 20px;
  padding: 8px;
}
#wrapper .mainContainer #topbar .left .active_item_child .title .buttoncontainer .new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer #topbar .left .active_item_child .img {
  width: 14px;
  height: 14px;
  margin: 19px 15px 19px 5px;
}
#wrapper .mainContainer #topbar .right {
  float: right;
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 15px;
  display: flex;
  flex-direction: row-reverse;
}
#wrapper .mainContainer #topbar .right .searchbar:focus-within {
  background-color: #ebebeb !important;
}
#wrapper .mainContainer #topbar .right .searchbar:focus-within #ctl00_UserSelectComboB_Input {
  background-color: #ebebeb !important;
}
#wrapper .mainContainer #topbar .right .searchbar {
  float: right;
  width: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(112, 112, 112, 0.6);
  margin: 5px;
  padding: 0px 0;
}
#wrapper .mainContainer #topbar .right .searchbar .rcbInner, #wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch {
  color: unset !important;
}
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch .rcbFocused, #wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch .rcbExpanded,
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch .rcbInner {
  margin: 4px 0;
  background-color: transparent !important;
  border-color: transparent !important;
}
#wrapper .mainContainer #topbar .right .searchbar #ctl00_ctl00_UserSelectComboBPanel {
  float: left;
  width: auto;
  height: 100%;
}
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch table td.rcbInputCellLeft {
  background-color: transparent;
  border: none !important;
  color: #fff !important;
}
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox table {
  border: none !important;
  border-color: transparent !important;
  margin: 8px 0px;
}
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch .rcbFocused .rcbArrowCell,
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch table td.rcbArrowCell {
  border: none !important;
}
#wrapper .mainContainer #topbar .right .searchbar .rcbEmptyMessage,
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox_MetroTouch .rcbInput {
  font-style: normal !important;
  font-weight: 100 !important;
}
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox .rcbInput {
  color: unset;
}
#wrapper .mainContainer #topbar .right .searchbar .RadComboBox .rcbInput hover {
  color: unset;
}
#wrapper .mainContainer #topbar .right .searchbar .searchBox {
  float: left;
  width: 180px !important;
  height: 50px;
  margin: 0px 0px;
  padding: 0px;
  /*@include opacity(0.8);*/
}
#wrapper .mainContainer #topbar .right .searchbar .searchBox .rcbInput {
  font-size: 16px !important;
}
#wrapper .mainContainer #topbar .right .searchbar .searchButton {
  float: left;
  width: 39px;
  height: 40px;
  margin: 0px 0px;
  cursor: pointer;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer #topbar .right .searchbar .searchButton .nav_item_img {
  width: 20px;
  height: 20px;
  margin: 10px 10px;
}
@media screen and (min-width: 1599px) {
  #wrapper .mainContainer #topbar .right .searchbar {
    width: 280px;
  }
  #wrapper .mainContainer #topbar .right .searchbar .searchBox {
    width: 230px !important;
  }
}
#wrapper .mainContainer #topbar .right .topRightButtons {
  float: right;
  width: auto;
  margin-left: 5px;
  position: relative;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites_wrapper {
  float: left;
  width: 40px;
  height: 50px;
  margin-left: 20px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .messages {
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px 0px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .messages .nav_item_img {
  width: 20px;
  height: 20px;
  margin: 10px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .messages .counter {
  float: left;
  position: relative;
  top: -38px;
  right: -25px;
  width: 20px;
  height: 20px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .messages .counter .counter_txt {
  font-size: 10px;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
#wrapper .mainContainer #topbar .right .topRightButtons .help {
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px 1px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
#wrapper .mainContainer #topbar .right .topRightButtons .help .nav_item_img {
  width: 20px;
  height: 20px;
  margin: 10px;
  transition: 0.3s;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites {
  border: none;
  background-color: transparent !important;
  padding: 0px !important;
  /*.favorites_expand{
      margin-top:2px;
      position:absolute;
      width:210px;
      height:auto;
      z-index:100;
      transition: .3s all ease;
      @include flexbox();
      @include flex-direction(column);
      .favorites_expand_item{
          @include flex-grow(1);
          float:left;
          width:auto;
          height:40px;
          margin:3px 0px;
          .favorites_expand_item_wrapper{
              float:left;
              width:auto;
              height:100%;
              @include box-shadow(1px 1px 5px 0px rgba(0, 0, 0, 0.3));
              border-radius:20px;
              background-color:#4DB6AC;
              .favorites_expand_img{
                  float:left;
                  width: 18px;
                  height: 18px;
                  margin: 11px;
              }
              .favorites_expand_title{
                  float:left;
                  width:auto;
                  height:40px;
                  line-height:40px;
                  text-align:left;
                  text-decoration:none;
                  color:#fff;
                  font-size:11px;
                  text-transform:uppercase;
                  max-width:150px;
                  padding:0px 20px 0px 0px;
              }
          }
      }
  }*/
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand {
  position: absolute;
  border-radius: 10px;
  margin-left: -139px;
  margin-top: -10px;
  width: 315px;
  background: #fff;
  color: #707070;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper {
  float: left;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 10px 5px;
  height: auto;
  min-height: 100px;
  max-height: 600px;
  overflow: auto;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item {
  float: left;
  height: 105px;
  width: 88px;
  border: 1px solid transparent;
  text-decoration: none;
  overflow: hidden;
  padding: 5px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .favorites_expand_item_wrapper {
  float: left;
  width: 60px;
  height: 60px;
  margin: 5px 15px 5px 15px;
  border-radius: 50%;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .favorites_expand_item_wrapper .favorites_expand_img {
  width: 20px;
  height: 20px;
  padding: 20px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .user, #wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .indiv {
  position: relative;
  z-index: 10;
  width: 26px;
  height: 26px;
  top: -83px;
  left: 64px;
  opacity: 0.3;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .user .fav_UserType, #wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .indiv .fav_UserType {
  width: 18px;
  height: 18px;
  margin: 4px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .indiv {
  display: none;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .favorites_expand_title_wrapper {
  float: left;
  width: 88px;
  height: 30px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item .favorites_expand_title_wrapper .favorites_expand_title {
  color: #707070;
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  font-weight: 400;
  max-width: 88px;
  text-align: center;
  height: 30px; /* Fallback for non-webkit */
  font-size: 11px;
  line-height: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand .favorites_expand_wrapper .favorites_expand_item:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites _:-ms-lang(x),
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand {
  margin-top: -9px;
  margin-left: -145px;
  width: 327px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites .favorites_expand:after {
  content: "";
  vertical-align: middle;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -webkit-calc(100% - 7px);
  bottom: -moz-calc(100% - 7px);
  bottom: calc(100% - 7px);
  width: 15px;
  height: 15px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#wrapper .mainContainer #topbar .right .topRightButtons .help:hover, #wrapper .mainContainer #topbar .right .topRightButtons .favorites:focus {
  background-color: rgba(65, 65, 65, 0.15) !important;
  outline: none !important;
}
#wrapper .mainContainer #topbar .right .topRightButtons .favorites:focus .nav_item_img {
  transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout-fullscr {
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px 1px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout-fullscr .nav_item_img {
  width: 26px;
  height: 26px;
  margin: 7px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout-fullscr:hover {
  background-color: rgba(65, 65, 65, 0.15);
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout {
  margin-left: 10px;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout .nav_user_icon {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout .nav_user_icon:hover {
  opacity: 0.8;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options {
  position: absolute;
  right: 0px;
  top: 55px;
  width: 220px;
  height: auto;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px 0 #9c9c9c;
  -moz-box-shadow: 1px 1px 5px 0 #9c9c9c;
  box-shadow: 1px 1px 5px 0 #9c9c9c;
  display: none;
  flex-direction: column;
  z-index: 996;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_icon {
  height: 120px;
  width: 120px;
  background-color: red;
  border-radius: 100%;
  margin: 10px auto;
  line-height: 120px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_icon .nav_user_icon {
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 60px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_icon .ProfileNameCharLarge {
  font-size: 50px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_name {
  font-size: 20px;
  color: #707070;
  margin: 0 10px;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_divider {
  background-color: rgba(112, 112, 112, 0.3);
  height: 1px;
  width: 50%;
  margin: 10px auto;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_button {
  height: 40px;
  width: auto;
  margin: 5px 30px 0px 30px;
  line-height: 40px;
  font-size: 16px;
  text-decoration: none;
  background-color: green;
  border-radius: 20px;
  text-transform: uppercase;
}
#wrapper .mainContainer #topbar .right .topRightButtons .logout_options .logout_options_button:hover {
  opacity: 0.8;
}
#wrapper .mainContainer #topbar .right .topRightButtons .ProfileNameChar {
  font-size: 20px;
}
#wrapper .mainContainer #topbar .right .hide_on_tablet {
  display: none;
}
@media screen and (min-width: 1599px) {
  #wrapper .mainContainer #topbar .right .hide_on_tablet {
    display: block;
  }
}
#wrapper .mainContainer #topbar .right .quickAccessButtons {
  height: auto;
  margin: 5px 20px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  background-color: #707070;
  border-radius: 20px;
  /*:first-child {
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
  }

  :last-child {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
  }*/
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn {
  height: auto;
  width: auto;
  position: relative;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn .toolbar_item_icon {
  height: 24px;
  width: 24px;
  border-radius: 20px;
  padding: 8px 20px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn .toolbar_item_title {
  position: absolute;
  top: 50px;
  left: -60px;
  width: 140px;
  /*left: -100%;*/
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: none;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid #cecece;
  text-align: center;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn:hover .toolbar_item_icon, #wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn:focus .toolbar_item_icon {
  background-color: rgba(0, 0, 0, 0.4);
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn:hover .toolbar_item_title, #wrapper .mainContainer #topbar .right .quickAccessButtons .qa_Btn:focus .toolbar_item_title {
  display: block;
  z-index: 99;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content {
  display: none;
  position: absolute;
  top: 50px;
  width: 380px;
  left: -160px;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  flex-direction: column;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  cursor: default;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom-left-radius: 50% 40px;
  border-bottom-right-radius: 50% 40px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 20px 0;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .inoutbtns_wrapper {
  width: 100%;
  display: flex;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .inoutbtns_wrapper .inoutbutton {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*cursor: pointer;*/
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .inoutbtns_wrapper .inoutbutton a {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 0 20px;
  padding: 20px;
  text-decoration: none;
  cursor: pointer;
  align-self: center;
  background-color: rgba(255, 255, 255, 0.05) !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .inoutbtns_wrapper .inoutbutton a:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .inoutbtns_wrapper .inoutbutton .button_img {
  width: 42px;
  align-self: center;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .inoutbtns_wrapper .inoutbutton .inoutbuttondescription {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  line-height: 20px;
  margin-top: -20px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_inoutbuttons .centertext_wrapper {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80px;
  text-transform: capitalize;
  font-size: 14px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_dropdowns {
  padding: 20px 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_dropdowns .RadRadioButton {
  margin-top: 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_buttons {
  padding: 10px 0;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webclock_buttons .button_half {
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 {
  position: relative;
  /* Breakpoints for full screen demo: max:599px, min:759px and max: 959 */
  /* Breakpoint for full screen demo: max:359px */
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .cancel_btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .upper_content {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  background-color: #e6f4fb;
  border-radius: 20px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .upper_content .name_wrapper {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .upper_content .date_wrapper {
  font-size: 12px;
  line-height: 20px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .current_state_wrapper {
  display: flex;
  line-height: 20px;
  margin-top: 20px;
  padding: 0 30px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .current_state_wrapper .statetodayitem {
  flex: 1;
  font-size: 14px;
  border-radius: 10px;
  padding: 5px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .current_state_wrapper .errormessageitem {
  flex: 1;
  font-size: 14px;
  border-radius: 10px;
  padding: 5px;
  background-color: red;
  color: white;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .current_state_wrapper.hide {
  display: none !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_divider {
  width: 20px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_divider.disabled {
  border: unset !important;
  background-color: unset !important;
  display: none;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_wrapper {
  display: flex;
  line-height: 20px;
  margin-top: 10px;
  padding: 0 30px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_wrapper .fixedbuttons_item {
  flex: 1;
  border: 1px solid #777;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_wrapper .fixedbuttons_item:hover {
  background-color: #434343 !important;
  color: #fff;
  border-color: #434343 !important;
  border: 1px solid #434343 !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_wrapper .fixedbuttons_item.selected {
  background-color: #434343 !important;
  color: #fff;
  border-color: #434343 !important;
  border: 1px solid #434343 !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .mid_content .fixedbuttons_wrapper .fixedbuttons_item.disabled {
  border: unset !important;
  background-color: unset !important;
  display: none;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .hourtypes_wrapper {
  display: flex;
  margin-top: 20px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  max-height: 300px;
  overflow-y: auto;
  justify-content: space-between;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .hourtypes_wrapper .hourtypes_item {
  background-color: #707070;
  width: 152px;
  height: 50px;
  margin: 5px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #707070 !important;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .hourtypes_wrapper .hourtypes_item:hover {
  background-color: #434343 !important;
  color: #fff;
  border-color: #434343 !important;
  border: 1px solid #434343 !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .hourtypes_wrapper .hourtypes_item.selected {
  background-color: #434343 !important;
  color: #fff;
  border-color: #434343 !important;
  border: 1px solid #434343 !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content {
  display: flex;
  flex-direction: row;
  padding: 10px 20px 20px 20px;
  align-items: flex-end;
  justify-content: flex-end;
  border-top: 1px solid #707070;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .input_wrapper {
  height: 75px;
  flex: 1;
  margin-right: 20px;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .input_wrapper .input_lbl_wrapper .input_lbl {
  font-size: 18px;
  font-weight: 100;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .input_wrapper.hide {
  display: none !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .input_wrapper.invisible {
  visibility: hidden !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .btn_wrapper {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-top: 20px;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .btn_wrapper .button_img {
  padding: 13px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .btn_wrapper.hide {
  display: none !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .btn_wrapper.invisible {
  visibility: hidden !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .bottom_content .btn_wrapper :hover {
  background-color: #434343;
  border-radius: 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-image-wrapper > .k-icon {
  font-size: 72px;
}
@media (max-width: 678px), (min-width: 821px) and (max-width: 1038px), (min-width: 1241px) and (max-width: 1328px) {
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-image-wrapper {
    display: none !important;
  }
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-actions div {
    width: auto;
    flex-grow: 1;
  }
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-content {
    margin-top: 24px;
  }
}
@media (max-width: 476px) {
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-header {
    height: 100%;
  }
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-header-core {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-actions {
    flex-direction: column;
  }
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-actions > div {
    margin-left: 0;
    margin-top: 8px;
  }
  #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock .toolbar_content .webClockContent .webKlok_2023 .kd-content {
    display: none;
  }
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webClock.webClockOpen .toolbar_content, #wrapper .mainContainer #topbar .right .quickAccessButtons .webClock:hover .toolbar_content {
  display: flex;
  z-index: 9999;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content {
  display: none;
  position: absolute;
  top: 50px;
  width: 380px;
  left: -160px;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  flex-direction: column;
  /*Nieuwe webclock*/
  /*Oude orderwebclock*/
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .column {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  cursor: default;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal {
  padding: 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal a {
  text-decoration: none;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.no_active_projects {
  display: flex;
  flex-direction: column;
  border: 2px dashed;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.no_active_projects .OrderWebClockTitle {
  font-size: 14px;
  text-decoration: none !important;
  color: #707070 !important;
  line-height: 30px !important;
  font-weight: normal !important;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.no_active_projects .OrderWebClockIcon {
  width: 24px;
  height: 24px;
  align-self: center;
  margin-top: 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects {
  display: flex;
  flex-direction: column;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project {
  border: 2px solid;
  border-radius: 10px;
  padding: 10px;
  /*background-color: rgba(0, 53, 148, 0.10);*/
  display: flex;
  cursor: pointer;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project .project_details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project .project_details .details_nr {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px !important;
  text-align: left;
  color: #303030;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project .project_details .details_descrp {
  font-size: 16px;
  line-height: 30px !important;
  text-align: left;
  color: #303030;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project .project_state {
  width: auto;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project .project_state .project_state_chip {
  width: auto;
  padding: 5px 15px;
  border-radius: 10px;
  display: flex;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project .project_state .project_state_chip .project_state_chip_lbl {
  align-self: center;
  line-height: 26px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project_stopbtn {
  align-content: end;
  margin-top: 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project_stopbtn .customerbutton {
  width: auto;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .OrderWebClockModal .OrderWebClockWrapper.active_projects .current_project_stopbtn .customerbutton a {
  display: contents;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .webKlokOrdContent {
  display: flex;
  flex-direction: column;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .webKlokOrdContent .status {
  color: #707070;
  font-size: 14px;
  background-color: #9fd99f;
  margin: 5px 20px 15px 20px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .webKlokOrdContent .status.status_error {
  background-color: tomato;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .webklokOrd_Header {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin-bottom: 15px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .webklokOrd_Header .webKlokOrdMessage {
  font-size: 16px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .wbklkOrd_Item {
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .wbklkOrd_Item .label {
  text-align: left !important;
  line-height: 24px;
  padding: 0px 10px;
  color: #707070;
  font-size: 14px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .wbklkOrd_Item .value {
  padding: 0 10px;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd .toolbar_content .buttons {
  padding: 10px 0;
  height: auto;
}
#wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd.webClockOpen .toolbar_content, #wrapper .mainContainer #topbar .right .quickAccessButtons .webklokOrd:hover .toolbar_content {
  display: flex;
  z-index: 9999;
}
#wrapper .mainContainer .content {
  /*@include calc('height', '100% - 90px');*/
  overflow: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
#wrapper .mainContainer .content .content_toppanel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  padding-bottom: 5px;
  height: 50px;
  min-height: 50px;
  width: 100%;
  min-width: 800px;
  color: #fff;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  /*background-color: rgba(245, 245, 245, 0.58);*/
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  /*@media screen and (min-width: $break-large) {
      .left {
          min-width: 350px;
          width: 350px;
      }
  }*/
}
#wrapper .mainContainer .content .content_toppanel .left {
  float: left;
  max-width: 275px;
  width: auto;
  margin-right: 5px;
  /*background-color: #f5f5f5;*/
}
#wrapper .mainContainer .content .content_toppanel .left .divider {
  float: left;
  width: 1px;
  height: 20px;
  margin: 10px 5px;
  background-color: rgba(255, 255, 255, 0.5);
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer {
  float: left;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .button {
  float: left;
  width: 40px;
  height: 40px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .button .button_img {
  width: 20px;
  height: 20px;
  padding: 10px;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .new_btn {
  float: left;
  width: 36px;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .new_btn .button_img {
  width: 20px;
  height: 20px;
  padding: 8px;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .buttontext {
  float: left;
  width: auto;
  height: 40px;
  padding: 0px 15.3px;
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
  font-size: 12px;
}
#wrapper .mainContainer .content .content_toppanel .left .buttoncontainer .buttontext :hover {
  font-weight: bold;
}
#wrapper .mainContainer .content .content_toppanel .left .other {
  float: left;
  width: auto;
  height: 50px;
}
#wrapper .mainContainer .content .content_toppanel .left .other .combobox {
  float: left;
  margin-right: 5px;
  background-color: #fff;
}
#wrapper .mainContainer .content .content_toppanel .left .other .currentDateLabel {
  float: left;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px;
  color: #707070;
  white-space: nowrap;
}
#wrapper .mainContainer .content .content_toppanel .right {
  float: left;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 5px;
  /*margin-left: 5px;*/
  /*background-color: #f5f5f5;*/
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper {
  float: right;
}
#wrapper .mainContainer .content .content_toppanel .right .right_item_availabity {
  position: absolute;
  right: 0px;
}
#wrapper .mainContainer .content .content_toppanel .right .leftWrapper {
  float: left;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .combobox, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .combobox {
  float: left;
  margin-right: 5px;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer {
  float: left;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .button, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .button {
  float: left;
  width: 50px;
  height: 50px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .button .button_img, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .button .button_img {
  width: 20px;
  height: 20px;
  padding: 15px;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .new_btn, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .new_btn {
  float: left;
  width: 36px;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .new_btn .button_img, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .new_btn .button_img {
  width: 20px;
  height: 20px;
  padding: 8px;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .new_btn:hover, #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .button:disabled,
#wrapper .mainContainer .content .content_toppanel .right .rightWrapper .buttoncontainer .button[disabled], #wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .button:disabled,
#wrapper .mainContainer .content .content_toppanel .right .leftWrapper .buttoncontainer .button[disabled] {
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: not-allowed;
}
#wrapper .mainContainer .content .content_toppanel .right .divider {
  float: left;
  width: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  margin: 15px 7px;
  background-color: rgba(112, 112, 112, 0.46);
}
#wrapper .mainContainer .content .content_toppanel .right .other {
  float: left;
  width: auto;
  height: 50px;
}
#wrapper .mainContainer .content .content_toppanel .right .other .combobox {
  background-color: #fff;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}
#wrapper .mainContainer .content .content_toppanel .right .other .memobtn, #wrapper .mainContainer .content .content_toppanel .right .other .tabbtn {
  display: inline;
}
@media screen and (min-width: 100px) {
  #wrapper .mainContainer .content .content_toppanel .right .other .memobtn, #wrapper .mainContainer .content .content_toppanel .right .other .tabbtn {
    display: none !important;
  }
}
#wrapper .mainContainer .content .content_toppanel .right .other .currentDateLabel {
  float: left;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 10px;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer {
  float: left;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer.new_btn {
  float: left;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 18px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer.new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer.new_btn_active {
  float: left;
  height: 36px;
  margin: 7px 4px;
  background-color: #efefef;
  border: 1px solid #cecece;
  border-radius: 18px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer.new_btn_active .buttontext {
  font-weight: bold !important;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .button {
  float: left;
  width: 50px;
  height: 50px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .button .button_img {
  width: 20px;
  height: 20px;
  padding: 15px;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .new_btn {
  float: left;
  width: 36px;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .new_btn .button_img {
  width: 20px;
  height: 20px;
  padding: 8px;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .new_btn.new_btn_active {
  background-color: #efefef;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .buttontext {
  float: left;
  width: auto;
  /*height: 50px;*/
  height: 36px;
  line-height: 36px;
  padding: 0px 15.3px;
  text-decoration: none;
  color: #707070;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 12px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .buttontext.letterFilter {
  height: 50px;
  line-height: 50px;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .buttontext.new_btn_active {
  text-decoration: underline;
  font-weight: bold;
}
#wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .letterFilter {
  padding: 0px 5.5px !important;
}
@media screen and (min-width: 1599px) {
  #wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .letterFilter {
    padding: 0px 7px !important;
  }
}
@media screen and (min-width: 1600px) {
  #wrapper .mainContainer .content .content_toppanel .right .other .buttoncontainer .letterFilter {
    padding: 0px 11.2px !important;
  }
}
#wrapper .mainContainer .content .content_toppanel .flex {
  visibility: hidden;
  width: 100%;
  display: none;
  height: 50px;
  flex-direction: row;
  /*background-color: #f5f5f5;*/
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left {
  width: auto;
  padding: 0px 10px;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_center {
  flex: 1;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #707070;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_right {
  width: auto;
  margin-right: 5px;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .new_btn, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .new_btn {
  float: left;
  width: 36px;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .new_btn .button_img, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .new_btn .button_img {
  width: 20px;
  height: 20px;
  padding: 8px;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .new_btn:hover, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn {
  width: 36px !important;
  border-radius: 18px !important;
  transition: 0.3s all;
  transition-delay: 0.5s;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn .button_img, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn .button_img {
  /*padding: 8px 12px !important;*/
  transition: 0.3s all;
  transition-delay: 0.3s;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn .wide_btn_lbl, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn .wide_btn_lbl {
  float: right;
  line-height: 36px;
  width: auto;
  padding-right: 15px;
  text-decoration: none;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn .btn_lbl_inline, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn .btn_lbl_inline {
  visibility: hidden;
  /*display: inline-block;*/
  float: right;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn .btn_lbl_wrap, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn .btn_lbl_wrap {
  display: table;
  height: 32px;
  width: 100px;
  max-width: 80px;
  line-height: 16px;
  padding: 2px 15px 2px 0px;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn .btn_lbl_wrap p, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn .btn_lbl_wrap p {
  display: table-cell;
  vertical-align: middle;
  color: #707070;
  font-size: 12px;
  width: 0px;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn:hover, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn:hover {
  width: 140px !important;
  transition: 0.3s all;
  transition-delay: 0.3s;
  display: flex;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn:hover .button_img, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn:hover .button_img {
  padding: 8px 12px !important;
}
#wrapper .mainContainer .content .content_toppanel .flex .flex_left .wide_btn:hover .btn_lbl_inline, #wrapper .mainContainer .content .content_toppanel .flex .flex_right .wide_btn:hover .btn_lbl_inline {
  visibility: visible;
  transition-delay: 0.3s;
}
#wrapper .mainContainer .content .contentcontainer {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 5px;
  overflow: auto;
}
#wrapper .mainContainer .content .contentcontainer .margin {
  height: 100%;
  width: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left {
  height: -webkit-calc(100% - 5px);
  height: -moz-calc(100% - 5px);
  height: calc(100% - 5px);
  min-width: 50px;
  width: 50px;
  margin-right: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item {
  float: left;
  width: 48px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper {
  width: 50px;
  height: auto;
  max-height: 350px;
  z-index: 90;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper.expanded {
  width: 290px;
  position: absolute;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper.expanded .header {
  background-color: #f5f5f5;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper.expanded .header .header_title {
  line-height: 50px !important;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper.expanded .content {
  width: -webkit-calc(100% - 56px) !important;
  width: -moz-calc(100% - 56px) !important;
  width: calc(100% - 56px) !important;
  /*margin-top: 1px;*/
  padding: 2px !important;
  background-color: #f5f5f5;
  position: absolute;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  left: 52px;
  top: 50px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_hidden {
  display: none;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .small_hidden.expanded {
  display: flex !important;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_title {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 100;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header .combobox {
  float: right;
  margin-right: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image {
  float: left;
  width: auto;
  height: 50px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image .img {
  height: 20px;
  width: 20px;
  padding: 15px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image_right {
  float: right;
  width: auto;
  height: 50px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image_right .img {
  height: 20px;
  width: 20px;
  padding: 15px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .content {
  float: left;
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: auto;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .left_item_title {
  font-size: 16px;
  font-weight: 100;
  margin: 7px;
  text-transform: capitalize;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .overflowpanel {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 433px;
  margin: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .overflowpanel .radlistbox {
  width: 100%;
  height: 433px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .radCalendar {
  /*display: none;*/
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .calendar {
  display: inline;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user {
  float: left;
  width: 100%;
  height: 50px;
  background-color: #fff;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  border-radius: 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  height: auto;
  /*height: 40px;*/
  padding: 5px 10px 8px 10px;
  display: none;
  max-width: calc(100% - 65px);
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt .name {
  float: left;
  width: 100%;
  padding: 0px 5px;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt .dept {
  padding: 0px 5px;
  float: left;
  width: 100%;
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .image {
  width: 50px;
  height: 50px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .image .img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .last_empl_item {
  float: left;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: auto;
  margin: 1px 5px;
  /*background-color: #fff;*/
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .last_empl_item .value {
  margin: 5px 0px;
  cursor: pointer;
  float: left;
  width: 100%;
  padding: 5px 0px;
  font-weight: 100;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .last_empl_item .value .number {
  width: auto;
  height: auto;
  float: left;
  line-height: 22px;
  font-size: 18px;
  font-weight: 100;
  padding: 0px 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .last_empl_item .value .txt {
  width: auto;
  height: auto;
  float: left;
  line-height: 22px;
  font-size: 14px;
  font-weight: 100;
  padding: 0px 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .totalen_item {
  float: left;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: auto;
  margin: 1px 5px;
  height: auto;
  /*background-color: #fff;*/
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .totalen_item .label {
  float: left;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  line-height: 30px;
  font-weight: 100;
  font-size: 14px;
  padding: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .totalen_item .value {
  float: right;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .memo_item {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: auto;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  padding: 15px;
  margin: 20px;
  -webkit-box-shadow: 2px 2px 7px rgba(33, 33, 33, 0.7);
  -moz-box-shadow: 2px 2px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 2px 2px 7px rgba(33, 33, 33, 0.7);
  /*@include rotate(2);*/
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .memo_item .value {
  font-size: 14px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .memo_item.static_memo {
  background-color: #fff !important;
  border-radius: 10px;
  font-style: italic;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selection_item {
  float: left;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: auto;
  margin: 5px 5px;
  height: auto;
  background-color: #fff;
  cursor: pointer;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selection_item .label {
  float: left;
  width: 30px;
  line-height: 30px;
  font-weight: 100;
  font-size: 14px;
  padding: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selection_item .label .img {
  width: 20px;
  height: 20px;
  padding: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selection_item .value {
  float: left;
  width: auto;
  line-height: 30px;
  font-weight: 100;
  font-size: 14px;
  padding: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .selection_item:hover {
  font-weight: 500;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .linkBtn {
  /*float:left;
  width:auto;
  height:auto;*/
  text-decoration: none;
  color: #707070;
}
#wrapper .mainContainer .content .contentcontainer .left .left_item .linkBtnActive {
  font-weight: 500;
}
#wrapper .mainContainer .content .contentcontainer .left .last-item {
  margin-bottom: 0px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel {
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 98;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel.collapsed {
  bottom: 10px;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  min-height: 40px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=90);
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
  -moz-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel.foldout {
  bottom: 0px;
  margin-left: 0px;
  width: 273px;
  height: auto;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  top: 195px;
  filter: alpha(opacity=95);
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel.fullfixed {
  bottom: 0px;
  margin-left: 0px;
  width: 273px;
  height: auto;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  top: 122px;
  filter: alpha(opacity=95);
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  /*.filter_expand_icon:hover {
      background-color: rgba(0, 0, 0, 0.25);
      border-radius:50%;
  }*/
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action .filter_expand_icon {
  width: 20px;
  height: 20px;
  padding: 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action:hover {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  background-color: #fff;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header {
  width: 100%;
  background-color: #000;
  color: #fff;
  height: 40px;
  float: left;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .icon {
  height: 40px;
  width: 40px;
  float: left;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .icon .img {
  width: 20px;
  padding: 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .title {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  font-size: 16px;
  font-weight: 100;
  padding: 0px 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .closebtn {
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .closebtn .img {
  width: 20px;
  padding: 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar {
  width: 100%;
  background-color: #fff;
  color: #fff;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  /* internet explorer */
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchBox {
  float: left;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  height: 46px;
  width: 75px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  padding: 0px 40px 0px 5px;
  color: rgb(112, 112, 112) !important;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar _:-ms-lang(x),
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchBox {
  padding: 1px 40px 1px 5px !important;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchicon {
  position: absolute;
  top: 47px;
  right: 125px;
  width: 40px;
  height: 40px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchicon .search_img {
  width: 20px;
  height: 20px;
  margin: 8px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer {
  float: right;
  height: 50px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .button {
  float: left;
  width: 40px;
  height: 50px;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .button .button_img {
  width: 20px;
  height: 20px;
  padding: 15px 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn {
  float: left;
  width: 36px;
  height: 36px;
  margin: 7px 4px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50%;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn .button_img {
  width: 20px;
  height: 20px;
  padding: 8px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn:hover {
  background-color: #efefef;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection {
  margin-top: 5px;
  float: left;
  width: 100%;
  height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item {
  float: left;
  height: auto;
  background-color: #fff;
  margin: 5px 5px 0px 5px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  border-bottom: 1px solid rgba(211, 211, 211, 0.4);
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header {
  float: left;
  width: 100%;
  height: 40px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .title {
  float: left;
  width: auto;
  line-height: 40px;
  padding-left: 5px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .collapse_expand {
  float: right;
  width: auto;
  height: 40px;
  cursor: pointer;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .collapse_expand .img {
  width: 20px;
  height: 20px;
  margin: 10px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .medewerker {
  float: left;
  height: 30px;
  width: 100%;
  padding: 5px;
  line-height: 30px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .medewerker .label {
  font-weight: 100;
  font-size: 14px;
}
#wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .wait_filterpanel {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  display: none;
  z-index: 10;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIj4NCjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiPg0KPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPg0KPHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij4NCjxhbmltYXRlVHJhbnNmb3JtDQogIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgdHlwZT0icm90YXRlIg0KICBmcm9tPSIwIDE4IDE4Ig0KICB0bz0iMzYwIDE4IDE4Ig0KICBkdXI9IjFzIg0KICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPg0KPC9wYXRoPg0KPC9nPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 100px) {
  #wrapper .mainContainer .content .contentcontainer .left {
    min-width: 275px;
    width: 275px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item {
    float: left;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: auto;
    min-height: 40px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    background-color: none;
    border: none;
    z-index: 90;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .small_hidden {
    display: flex;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_title {
    float: left;
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 100;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .combobox {
    float: right;
    margin-right: 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image {
    float: left;
    width: auto;
    height: 30px;
    padding: 5px 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image .img {
    height: 20px;
    width: 20px;
    padding: 5px 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image_right {
    float: right;
    width: auto;
    height: 30px;
    padding: 5px 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image_right .img {
    height: 20px;
    width: 20px;
    padding: 5px 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .content {
    max-height: 100%;
    overflow: auto;
    border: none;
    margin-top: -1px !important;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt {
    display: inline;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt .name {
    font-size: 18px;
    line-height: 25px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt .dept {
    font-size: 13px;
    line-height: 25px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .image {
    width: 55px;
    height: 55px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .image .img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 3px 0px 0px 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .radCalendar {
    display: inline;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .calendar {
    /*display: none;*/
  }
  #wrapper .mainContainer .content .contentcontainer .left .last-item {
    margin-bottom: 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel {
    position: absolute;
    bottom: 10px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 98;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel.collapsed {
    bottom: 10px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
    -moz-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
    -o-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel.foldout {
    bottom: 0px;
    margin-left: 0px;
    width: 273px;
    height: auto;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    top: 195px;
    filter: alpha(opacity=95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel.fullfixed {
    bottom: 0px;
    margin-left: 0px;
    width: 273px;
    height: auto;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    top: 122px;
    filter: alpha(opacity=95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action .filter_expand_icon {
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action:hover {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    background-color: #fff;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header {
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 40px;
    float: left;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .icon {
    height: 40px;
    width: 40px;
    float: left;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .icon .img {
    width: 20px;
    padding: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .title {
    float: left;
    width: auto;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    font-weight: 100;
    padding: 0px 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .closebtn {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .closebtn .img {
    width: 20px;
    padding: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar {
    width: 100%;
    background-color: #fff;
    color: #fff;
    height: 45px;
    float: left;
    /* internet explorer */
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchBox {
    float: left;
    width: 75px;
    height: 46px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    padding: 0px 40px 0px 5px;
    /*margin-top: 2px;
    margin-left: 2px;*/
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar _:-ms-lang(x),
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchBox {
    padding: 1px 40px 1px 5px !important;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchicon {
    position: absolute;
    top: 47px;
    right: 125px;
    width: 40px;
    height: 40px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchicon .search_img {
    width: 20px;
    height: 20px;
    margin: 13px 8px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer {
    float: right;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .button {
    float: left;
    width: 40px;
    height: 50px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .button .button_img {
    width: 20px;
    height: 20px;
    padding: 15px 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn {
    float: left;
    width: 36px;
    height: 36px;
    margin: 7px 4px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
    -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
    -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
    -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn .button_img {
    width: 20px;
    height: 20px;
    padding: 8px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn:hover {
    background-color: #efefef;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection {
    margin-top: 5px;
    float: left;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .datasection_panel {
    display: table !important;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item {
    float: left;
    height: auto;
    background-color: #fff;
    margin: 5px 5px 0px 5px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header {
    float: left;
    width: 100%;
    height: 40px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .title {
    float: left;
    width: auto;
    line-height: 40px;
    padding-left: 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .collapse_expand {
    float: right;
    width: auto;
    height: 40px;
    cursor: pointer;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .collapse_expand .img {
    width: 20px;
    height: 20px;
    margin: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .medewerker {
    float: left;
    height: 30px;
    width: 100%;
    padding: 5px;
    line-height: 30px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .medewerker .label {
    font-weight: 100;
    font-size: 14px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .wait_filterpanel {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    display: none;
    z-index: 10;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIj4NCjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiPg0KPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPg0KPHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij4NCjxhbmltYXRlVHJhbnNmb3JtDQogIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgdHlwZT0icm90YXRlIg0KICBmcm9tPSIwIDE4IDE4Ig0KICB0bz0iMzYwIDE4IDE4Ig0KICBkdXI9IjFzIg0KICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPg0KPC9wYXRoPg0KPC9nPg0KPC9nPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media screen and (min-width: 1600px) {
  #wrapper .mainContainer .content .contentcontainer .left {
    /*min-width: 350px;
    width: 350px;*/
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item {
    float: left;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    height: auto;
    min-height: 40px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .small_wrapper {
    width: 100%;
    height: auto;
    position: relative;
    background-color: none;
    border: none;
    z-index: 90;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .small_hidden {
    display: flex;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_title {
    float: left;
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 100;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .combobox {
    float: right;
    margin-right: 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image {
    float: left;
    width: auto;
    height: 30px;
    padding: 5px 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image .img {
    height: 20px;
    width: 20px;
    padding: 5px 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image_right {
    float: right;
    width: auto;
    height: 30px;
    padding: 5px 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .header .header_image_right .img {
    height: 20px;
    width: 20px;
    padding: 5px 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .content {
    max-height: 100%;
    overflow: auto;
    border: none;
    margin-top: -1px !important;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt {
    display: inline;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt .name {
    font-size: 18px;
    line-height: 25px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .txt .dept {
    font-size: 13px;
    line-height: 25px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .image {
    width: 55px;
    height: 55px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: -10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .selected_user .image .img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 3px 0px 0px 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .radCalendar {
    display: inline;
  }
  #wrapper .mainContainer .content .contentcontainer .left .left_item .calendar {
    /*display: none;*/
  }
  #wrapper .mainContainer .content .contentcontainer .left .last-item {
    margin-bottom: 0px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel {
    position: absolute;
    bottom: 10px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 98;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel.collapsed {
    bottom: 10px;
    margin-left: 5px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=90);
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
    -moz-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
    -o-transition: visibility 0.3s linear, opacity 0.3s ease-in-out;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel.foldout {
    bottom: 0px;
    margin-left: 0px;
    /*width: 348px;*/
    height: auto;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    top: 195px;
    filter: alpha(opacity=95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel.fullfixed {
    bottom: 0px;
    margin-left: 0px;
    /*width: 348px;*/
    height: auto;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    top: 122px;
    filter: alpha(opacity=95);
    -khtml-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action .filter_expand_icon {
    width: 20px;
    height: 20px;
    padding: 15px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_action:hover {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    background-color: #fff;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header {
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 40px;
    float: left;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .icon {
    height: 40px;
    width: 40px;
    float: left;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .icon .img {
    width: 20px;
    padding: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .title {
    float: left;
    width: auto;
    height: auto;
    line-height: 40px;
    font-size: 16px;
    font-weight: 100;
    padding: 0px 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .closebtn {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .filter_expand_header .closebtn .img {
    width: 20px;
    padding: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar {
    width: 100%;
    background-color: #fff;
    color: #fff;
    height: 45px;
    float: left;
    /* internet explorer */
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchBox {
    float: left;
    /*width: 175px;*/
    height: 46px;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    padding: 0px 40px 0px 5px;
    /*margin-top: 2px;
    margin-left: 2px;*/
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar _:-ms-lang(x),
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchBox {
    padding: 1px 40px 1px 5px !important;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchicon {
    position: absolute;
    top: 47px;
    right: 125px;
    width: 40px;
    height: 40px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .searchicon .search_img {
    width: 20px;
    height: 20px;
    margin: 8px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer {
    float: right;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .button {
    float: left;
    width: 40px;
    height: 50px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .button .button_img {
    width: 20px;
    height: 20px;
    padding: 15px 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn {
    float: left;
    width: 36px;
    height: 36px;
    margin: 7px 4px;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 50%;
    transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
    -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
    -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
    -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn .button_img {
    width: 20px;
    height: 20px;
    padding: 8px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .searchbar .buttoncontainer .new_btn:hover {
    background-color: #efefef;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection {
    margin-top: 5px;
    float: left;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item {
    float: left;
    height: auto;
    background-color: #fff;
    margin: 5px 5px 0px 5px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header {
    float: left;
    width: 100%;
    height: 40px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .title {
    float: left;
    width: auto;
    line-height: 40px;
    padding-left: 5px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .collapse_expand {
    float: right;
    width: auto;
    height: 40px;
    cursor: pointer;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .header .collapse_expand .img {
    width: 20px;
    height: 20px;
    margin: 10px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .medewerker {
    float: left;
    height: 30px;
    width: 100%;
    padding: 5px;
    line-height: 30px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .datasection .afdeling_item .medewerker .label {
    font-weight: 100;
    font-size: 14px;
  }
  #wrapper .mainContainer .content .contentcontainer .left .filterpanel .filter_expand_content .wait_filterpanel {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    display: none;
    z-index: 10;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiB2aWV3Qm94PSIwIDAgMzggMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwIj4NCjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiPg0KPGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPg0KPHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij4NCjxhbmltYXRlVHJhbnNmb3JtDQogIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgdHlwZT0icm90YXRlIg0KICBmcm9tPSIwIDE4IDE4Ig0KICB0bz0iMzYwIDE4IDE4Ig0KICBkdXI9IjFzIg0KICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPg0KPC9wYXRoPg0KPC9nPg0KPC9nPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  width: 0px;
  /*.memo {
      width: 100% !important;
      height: auto !important;
      margin-bottom: 5px !important;
      display: none;

      .content {
          float: left !important;
          width: 100% !important;
          height: auto !important;
      }
  }*/
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .divider {
  float: left;
  width: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  margin: 10px 7px;
  background-color: rgba(255, 255, 255, 0.5);
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .rightmarginspacer {
  margin-top: 65px;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right {
  height: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 4px;
  /*margin-right: 5px;*/
  /*background-color:#fff;*/
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item {
  float: left;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  height: auto;
  min-height: 40px;
  margin-bottom: 10px;
  background-color: #fff;
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_item {
  float: left;
  height: auto;
  width: auto;
  margin-right: 10px;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_item .header_title {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 100;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_item .header_title_sub {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 100;
  color: #707070;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_title {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 100;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .combobox {
  float: right;
  margin-right: 5px;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_image, #wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_image_front {
  float: right;
  width: auto;
  height: 20px;
  padding: 5px 10px;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_image .img, #wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_image_front .img {
  height: 20px;
  width: 20px;
  padding: 5px 0px;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .header .header_image_front {
  float: left !important;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .content {
  float: left;
  width: 100%;
  height: auto;
}
#wrapper .mainContainer .content .contentcontainer .right_wrapper .right .right_item .content .list_item {
  float: left;
  width: 150px;
  height: auto;
  padding: 5px;
  /*border-bottom: 1px solid rgba(0,0,0,0.05);*/
}
#wrapper .mainContainer .content .content_bottompanel {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.infoBlock {
  float: left;
  width: 600px;
  min-width: 600px;
  height: auto;
  background-color: #fff;
  margin: 0px 5px 5px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.infoBlock .header {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.infoBlock .header .header_title {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 100;
}
.infoBlock .header .header_image {
  float: left;
  width: auto;
  height: 20px;
  padding: 5px 10px;
}
.infoBlock .header .header_image .img {
  height: 20px;
  width: 20px;
  padding: 5px 0px;
}
.infoBlock .header .buttons {
  float: right;
  width: auto;
  height: 20px;
  padding: 5px 10px;
}
.infoBlock .header .buttons .imgBtn {
  height: 20px;
  width: 20px;
  padding: 5px 5px;
}
.infoBlock .content {
  float: left;
  width: 100%;
  height: auto;
}
.infoBlock .content .subheader {
  float: left;
  width: 100%;
  height: auto;
}
.infoBlock .content .subheader .subheader_title {
  float: left;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 100;
}
.infoBlock .content .subheader .subheader_title .lbl {
  float: left;
  width: auto;
}
.infoBlock .content .subheader .subheader_title .social_icon {
  float: right;
  width: 30px;
  height: 30px;
  margin: 5px 0px;
}
.infoBlock .content .subheader .subheader_title .social_icon .img {
  float: left;
  width: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.infoBlock .content .info_block_wrapper {
  float: left;
  height: auto;
  width: 100%;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.infoBlock .content .info_block_wrapper .info_block {
  float: left;
  height: auto;
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
}
.infoBlock .content .info_block_wrapper .info_block .info_block_item {
  display: flex;
  flex-direction: row;
}
.infoBlock .content .info_block_wrapper .info_block .info_block_item .label {
  width: 200px !important;
  float: unset !important;
}
.infoBlock .content .info_block_wrapper .info_block .info_block_item .value {
  flex: 1;
  width: unset !important;
  float: unset !important;
  margin-right: 20px;
}
.infoBlock .content .info_block_wrapper .info_block .label {
  height: auto;
  float: left;
  line-height: 30px;
  padding: 5px 10px;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}
.infoBlock .content .info_block_wrapper .info_block .value {
  height: auto;
  float: left;
  line-height: 30px;
  padding: 5px 10px;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}
.infoBlock .content .info_block_wrapper .info_block .value .textboxStyle {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  color: #393939;
  height: 26px;
  padding: 5px 5px 5px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  background-color: white;
  font-weight: 100;
}
.infoBlock .content .info_block_wrapper .info_block .value .SavePwchckbx {
  text-align: left;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
.infoBlock .content .info_block_wrapper .info_block .avatar_icon {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.infoBlock .content .info_block_wrapper .social {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0px;
}
.infoBlock .content .info_block_wrapper .social .social_icon {
  float: left;
  width: auto;
  height: auto;
  padding: 5px 10px;
}
.infoBlock .content .info_block_wrapper .social .social_icon .social_icon_img {
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.infoBlock .content .info_block_wrapper .social .social_providername {
  float: left;
  width: 20%;
  height: auto;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 100;
}
.infoBlock .content .info_block_wrapper .social .social_accountname {
  float: left;
  width: 40%;
  height: auto;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 100;
}
.infoBlock .content .info_block_wrapper .social .social_deletebutton {
  float: right;
  width: auto;
  height: auto;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 100;
}
.infoBlock .content .info_block_wrapper .social .social_deletebutton .button_img {
  float: left;
  height: 20px;
  padding: 5px;
}
.infoBlock .content .info_block_wrapper .social .social_deletebutton .button_text {
  float: left;
  line-height: 30px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
}
.infoBlock .content .info_block_wrapper .externaldevices_header {
  padding-left: 55px;
}
.infoBlock .content .info_block_wrapper .externaldevices_header .externaldevices_deviceinfo {
  margin-left: 20px;
  line-height: 30px;
  min-width: 200px;
  float: left;
}
.infoBlock .content .info_block_wrapper .externaldevices {
  float: left;
  width: 100%;
  height: auto;
  margin: 5px 0px;
}
.infoBlock .content .info_block_wrapper .externaldevices .externaldevices_icon {
  float: left;
  width: auto;
  height: auto;
  padding: 5px 20px;
}
.infoBlock .content .info_block_wrapper .externaldevices .externaldevices_providername {
  float: left;
  height: auto;
  padding: 5px 0px;
  line-height: 30px;
  font-weight: 600;
  min-width: 200px;
}
.infoBlock .content .info_block_wrapper .externaldevices .externaldevices_deviceinfo {
  float: left;
  height: auto;
  margin-left: 20px;
  padding: 5px 0px;
  line-height: 30px;
  font-weight: 600;
  min-width: 200px;
}
.infoBlock .content .info_block_wrapper .externaldevices .externaldevices_deletebutton {
  width: auto;
  height: auto;
  padding: 5px 10px;
  line-height: 30px;
  font-weight: 100;
}
.infoBlock .content .info_block_wrapper .externaldevices .externaldevices_deletebutton .button_img {
  float: left;
  height: 20px;
  padding: 5px;
}
.infoBlock .content .info_block_wrapper .externaldevices .externaldevices_deletebutton .button_text {
  float: left;
  line-height: 30px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.65);
}
.infoBlock .content .info_block_wrapper .noexternaldevices {
  margin-left: 75px;
  display: inline-block;
}
.infoBlock .content .info_block_wrapper .container {
  position: relative;
  width: 100%;
}
.infoBlock .content .info_block_wrapper .image {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  backface-visibility: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.infoBlock .content .info_block_wrapper .middle {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.infoBlock .content .info_block_wrapper .container:hover .image {
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.infoBlock .content .info_block_wrapper .container:hover .middle {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.infoBlock .content .info_block_wrapper .text {
  color: white;
  line-height: 40px;
  font-size: 14px;
  padding: 0px 30px;
  text-transform: uppercase;
  border-radius: 20px;
}
.infoBlock .content .customerbutton {
  float: left;
  width: auto;
  height: auto;
  margin: 5px;
  border-radius: 20px;
}

/*#region buttons*/
.button_half {
  float: left;
  width: -webkit-calc(50% - 12px);
  width: -moz-calc(50% - 12px);
  width: calc(50% - 12px);
  height: 40px;
  line-height: 40px;
  margin: 1px 5px;
  border-radius: 20px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
}
.button_half a {
  text-decoration: none;
  color: unset;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}

.button_full {
  float: left;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  margin: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  border-radius: 20px;
}
.button_full a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -moz-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  -o-transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  border-radius: 20px;
}

.button_small {
  float: left;
  /*width: 175px;*/
  width: auto;
  padding: 0px 20px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  margin: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  border-radius: 20px;
  cursor: pointer;
}
.button_small a {
  text-decoration: none;
  color: #ffffff;
  /*width: 100%;*/
  height: 100%;
  display: block;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  border-radius: 20px;
}
.button_small :disabled, .button_small [disabled] {
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: not-allowed;
}

.button_big {
  float: left;
  width: 352px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  margin: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out;
  border-radius: 20px;
}
.button_big a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}

/*#endregion buttons*/
/*#region sliders*/
#newMess {
  /*cursor: pointer;*/
  float: left;
  position: fixed;
  right: -285px;
  bottom: 15px;
  height: auto;
  width: 320px;
  transition: width 0.2s;
  -moz-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  visibility: hidden;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  z-index: 9999;
}
#newMess .newMessHeader {
  width: 320px;
  float: right;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: width 0.4s;
  -moz-transition: width 0.4s;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  visibility: visible;
  background-color: #e22219;
}
#newMess .newMess_icon {
  padding: 7px 8px 8px 8px;
  float: left;
}
#newMess .newMess_maximize_icon {
  padding: 7px 8px 8px 8px;
  float: right;
  cursor: pointer;
}
#newMess .newMess_text {
  float: left;
  padding: 8px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
}
#newMess .textboxStyle {
  padding: 4px;
  width: 254px;
  height: 25px;
  margin: 8px 8px 0px 8px;
}
#newMess .textboxmultiStyle {
  padding: 4px;
  width: 246px;
  margin: 8px 8px 0px 8px;
  padding: 4px 8px;
  font: normal 14px "Segoe UI", Arial, sans-serif;
}

.ToolbarFloatRight {
  position: fixed;
  width: 45px;
  height: auto;
  right: 0px;
  bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  z-index: 2;
}
.ToolbarFloatRight .toolbar_ItemWrapper {
  position: relative;
  width: auto;
  height: auto;
  -webkit-transition: width 0.2s; /* For Safari 3.1 to 6.0 */
  transition: ease-in 0.2s;
  margin-top: 5px;
  outline: none;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_itemHeader {
  float: left;
  width: auto;
  height: 46px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #7986CB;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
  /*border-top-left-radius:25px;
  border-bottom-left-radius:25px;*/
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_itemHeader .toolbar_itemHeader_Left {
  float: left;
  width: 46px;
  height: 46px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_itemHeader .toolbar_itemHeader_Left .toolbar_item_icon {
  width: 20px;
  height: 20px;
  padding: 13px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_itemHeader .toolbar_itemHeader_Right {
  float: left;
  height: 46px;
  width: 250px;
  display: none;
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_itemHeader .toolbar_itemHeader_Right .toolbar_item_title {
  float: left;
  padding: 12px 0px;
  width: 250px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_itemHeader .toolbar_itemHeader_Right .toolbar_itemHeader_rightIcon {
  float: left;
  width: 20px;
  height: 20px;
  padding: 11px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .toolbar_content {
  float: left;
  height: auto;
  width: 296px;
  display: none;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent {
  background-color: rgb(255, 255, 255);
  width: 380px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  height: 100%;
  float: right;
  margin-bottom: 8px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webClockTimeBlock {
  float: left;
  height: auto;
  width: 100%;
  text-align: center;
  background-color: #f3f3f3;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webClockTimeBlock .currentTime {
  float: left;
  width: 100%;
  line-height: 75px;
  font-size: 55px;
  font-weight: 100;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webClockTimeBlock .currentHourType {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 5px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .button_half:disabled, .ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .button_half[disabled] {
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: not-allowed;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons {
  height: 110px;
  border-top-left-radius: 23px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .webclock_bg {
  width: 100%;
  height: 80px;
  /*border-top-left-radius: 23px;*/
  position: static;
  margin-top: 0px;
  background-color: #e6e6e6;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbuttondescription {
  margin-top: -25px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton .button_img {
  width: 20px;
  height: 20px;
  padding: 15px 20px 20px 20px;
  cursor: pointer;
  /*@include border-radius(50%);*/
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton .button_img:active, .ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton .button_img:hover, .ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton .button_img:visited, .ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton .button_img:focus {
  outline: none;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inoutbutton:hover {
  box-shadow: none;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .inbutton {
  float: left;
  margin-left: 50px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .centertext_wrapper {
  position: absolute;
  width: 300px;
  margin-left: 40px;
  top: 60px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .centertext_wrapper .centertext {
  width: auto;
  max-width: 300px;
  text-align: center;
  color: #fff;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_inoutbuttons .outbutton {
  float: right;
  margin-right: 50px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_dropdowns {
  float: left;
  height: auto;
  width: 100%;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_dropdowns .dropdownwrapper {
  margin: 15px 10px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.ToolbarFloatRight .toolbar_ItemWrapper .webClockContent .webclock_buttons {
  float: left;
  height: auto;
  width: 100%;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent {
  background-color: rgb(255, 255, 255);
  width: 380px;
  height: 100%;
  float: right;
  margin-bottom: 8px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .webklokOrd_Header {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: auto;
  padding: 20px;
  color: #fff;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .webklokOrd_Header .webKlokOrdMessage, .ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .webklokOrd_Header .status {
  float: left;
  height: 20px;
  text-align: center;
  width: 100%;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .webklokOrd_Header .status {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 100;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .wbklkOrd_Item {
  float: left;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 5px 10px;
  height: auto;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .wbklkOrd_Item .label {
  float: left;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .wbklkOrd_Item .value {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .wbklkOrd_Item .value .imgbtn {
  float: left;
  width: 24px;
  height: 24px;
  margin: 8px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .wbklkOrd_Item .value .cmbbox {
  flex: 1;
  margin: 4px 0px;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .buttons {
  float: left;
  width: 100%;
  height: auto;
}
.ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .buttons .button_half:disabled, .ToolbarFloatRight .toolbar_ItemWrapper .webKlokOrdContent .buttons .button_half[disabled] {
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  cursor: not-allowed;
}
.ToolbarFloatRight .toolbar_ItemWrapper:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ToolbarFloatRight .toolbar_ItemWrapper:hover .toolbar_itemHeader {
  margin-left: -251px;
}
.ToolbarFloatRight .toolbar_ItemWrapper:hover .toolbar_itemHeader .toolbar_itemHeader_Right {
  display: inline;
}
.ToolbarFloatRight .toolbar_ItemWrapper:hover .toolbar_content {
  margin-left: -296px;
  margin-top: 46px;
  display: inline;
}
.ToolbarFloatRight .toolbar_ItemWebklok:hover, .ToolbarFloatRight .webClockOpen {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ToolbarFloatRight .toolbar_ItemWebklok:hover .toolbar_itemHeader, .ToolbarFloatRight .webClockOpen .toolbar_itemHeader {
  margin-left: -335px;
  border-bottom-left-radius: 0px !important;
}
.ToolbarFloatRight .toolbar_ItemWebklok:hover .toolbar_itemHeader .toolbar_itemHeader_Right, .ToolbarFloatRight .webClockOpen .toolbar_itemHeader .toolbar_itemHeader_Right {
  width: 334px;
  display: inline;
}
.ToolbarFloatRight .toolbar_ItemWebklok:hover .toolbar_itemHeader .toolbar_itemHeader_Right .toolbar_item_title, .ToolbarFloatRight .webClockOpen .toolbar_itemHeader .toolbar_itemHeader_Right .toolbar_item_title {
  width: 288px;
}
.ToolbarFloatRight .toolbar_ItemWebklok:hover .toolbar_content, .ToolbarFloatRight .webClockOpen .toolbar_content {
  margin-left: -380px;
  width: 380px;
  display: inline;
}
.ToolbarFloatRight .webClockOpen {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ToolbarFloatRight .webClockOpen .toolbar_itemHeader .toolbar_itemHeader_Right {
  display: inline;
}
.ToolbarFloatRight .webClockOpen .toolbar_content {
  margin-top: 46px;
  display: inline;
}

.ToolbarFloatRight:hover {
  width: 45px;
}

/*#endregion sliders*/
/*Tabellen*/
/*#region Tabellen*/
.timeTable {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  border-spacing: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}
.timeTable .subTable .contentWrapper {
  float: right;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.timeTable .img {
  width: 20px;
  padding: 0px 0px 0px 0px;
}
.timeTable .tableHr {
  background-color: #375b71;
}
.timeTable .tableHr .tableCell {
  /*color: #fff;*/
  color: unset;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  padding: 2px 5px;
  font-weight: 400;
  border: 0.5px solid #b6b6b6;
  text-align: left;
  white-space: nowrap;
}
.timeTable .tableHr .tableHrBold {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  padding: 2px 5px;
  border: 0.5px solid #b6b6b6;
}
.timeTable .tableRow, .timeTable .tableFirstRow, .timeTable .tableLastRow {
  background-color: white;
}
.timeTable .tableRow .tableCell, .timeTable .tableFirstRow .tableCell, .timeTable .tableLastRow .tableCell {
  border: 0.5px solid #e8e8e8;
  color: #000;
  line-height: 30px;
  height: 30px;
  padding: 2px 5px;
  white-space: nowrap;
}
.timeTable .tableRow .tableCellRightAlign, .timeTable .tableFirstRow .tableCellRightAlign, .timeTable .tableLastRow .tableCellRightAlign {
  text-align: right;
}
.timeTable .tableRow .tableCellDark, .timeTable .tableFirstRow .tableCellDark, .timeTable .tableLastRow .tableCellDark {
  background-color: rgba(239, 239, 239, 0.3);
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}
.timeTable .tableFirstRow .tableCell, .timeTable .tableLastRow .tableCell {
  background-color: #e5e5e5;
  color: #bebebe;
  white-space: nowrap;
}
.timeTable .today .tableCell {
  color: #fff;
}
.timeTable .tableRowWeekend {
  background-color: #efefef;
}
.timeTable .tableRow:hover {
  line-height: 25px;
  background-color: rgba(239, 239, 239, 0.25);
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.timeTable .totalsdetails {
  width: 100%;
  height: auto;
  float: left;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.7);
}
.timeTable .totalsdetails .date, .timeTable .totalsdetails .value {
  float: left;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  padding: 0px 5px;
  font-size: 12px;
  line-height: 30px;
}
.timeTable .today .date, .timeTable .today .value {
  color: #fff;
}
.timeTable .customerbackgroundcolor1 .tableCell {
  color: #fff;
}
.timeTable .selectedRow {
  background-color: #e9e9e9 !important;
}
.timeTable .buttonCell {
  border-radius: 4px;
  margin: 5px 2px;
  text-align: center;
  cursor: pointer;
}
.timeTable .buttonCell:hover {
  opacity: 0.8;
}

.rgNoRecords {
  font-size: 16px;
  color: #707070;
  position: absolute;
  left: 50%;
  top: 180px;
  font-weight: 100;
}

.balance_history_table {
  /*border: 1px solid red !important;*/
}

/*Einde tabellen*/
/*#endregion Tabellen*/
/*#region webmessagepopup*/
#webmessagepopup {
  background-color: rgb(255, 255, 255);
  width: 420px;
  height: auto;
  padding-bottom: 0px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -120px 0px 0px -210px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 1001;
}
#webmessagepopup .header {
  float: left;
  width: 100%;
  height: auto;
  /*border-bottom: 1px solid rgba(0,0,0,0.12);*/
}
#webmessagepopup .header .header_title {
  float: left;
  width: auto;
  height: auto;
  line-height: 40px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
#webmessagepopup .header .header_image {
  float: left;
  width: auto;
  height: 20px;
  padding: 5px 10px;
}
#webmessagepopup .header .header_image .img {
  height: 20px;
  width: 20px;
  padding: 5px 0px;
}
#webmessagepopup .header .close {
  float: right;
  height: 40px;
}
#webmessagepopup .header .close .img {
  float: left;
  height: 20px;
  width: 20px;
  padding: 10px;
}
#webmessagepopup .container {
  float: left;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
}
#webmessagepopup .container .icon {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0px 5px 0px 0px;
}
#webmessagepopup .container .foutmelding {
  width: 50px;
  height: 50px;
  background: url("../images/icons/svg/ic_error.svg") no-repeat;
  background-size: 100%;
}
#webmessagepopup .container .waarschuwing {
  width: 50px;
  height: 50px;
  background: url("../images/icons/svg/ic_warning.svg") no-repeat;
  background-size: 100%;
}
#webmessagepopup .container .informatie {
  width: 50px;
  height: 50px;
  background: url("../images/icons/svg/ic_info_black.svg") no-repeat;
  background-size: 100%;
}
#webmessagepopup .container .messageText {
  float: left;
  width: calc(100% - 20px);
  margin: 20px 10px;
  font-size: 14px;
}
#webmessagepopup .container .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#webmessagepopup .container .close .img {
  float: left;
  height: 20px;
  padding: 5px;
}
#webmessagepopup .footer {
  float: left;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  /*height: 40px;*/
  height: auto;
  padding: 10px;
}
#webmessagepopup .footer rick .buttons {
  bottom: 10px;
  right: 10px;
}
#webmessagepopup .footer rick .buttons .saveBtn {
  float: left;
  margin-right: 5px;
}
#webmessagepopup .footer rick .buttons .cancelBtn {
  float: right !important;
}

/*#endregion webmessagepopup*/
.textBox, .form-text {
  padding: 4px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #dddddd !important;
  /*margin-left:13px !important;*/
}

.textBox:focus {
  outline: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid !important;
  transition: 1s;
}

.textBox:read-only:focus {
  border-color: #dddddd !important;
}

.no-margin {
  margin-left: 0px !important;
}

.selected {
  outline: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid !important;
  transition: 1s;
}

/*Telerik components*/
/*#region Telerik components*/
.rtlistScrollWrapper {
  width: 320px !important;
  height: auto !important;
}

.RadComboBox_Default .rcbInput {
  font-size: 13px !important;
  max-width: 230px !important;
  padding-right: 20px;
}

.RadComboBox_MetroTouch .rcbReadOnly .rcbInput {
  /*line-height:40px;*/
  font-size: 14px !important;
}

.radSlider .rslHandle {
  /*width:10px !important;
  height:10px !important;*/
}
.RadSplitter .rspCollapseBarSpacer {
  width: 1px !important;
}

/*Radcombobox MetroTouchWhite*/
.RadComboBox_MetroTouchWhite {
  border-color: rgba(0, 0, 0, 0.33) !important;
  background-color: #fff !important;
  width: 100% !important;
}

.RadComboBox_MetroTouchWhite .rcbReadOnly {
  border: 1px solid rgba(0, 0, 0, 0.33) !important;
}

.RadComboBox_MetroTouchWhite .rcbSlide {
  background-color: blue !important;
}

/*.RadComboBox_MetroTouchWhite .rcbReadOnly .rcbInputCell{
   background-color: rgba(0, 0, 0, 0.0) !important;
}  */
.RadComboBox_MetroTouchWhite .rcbReadOnly .rcbInput {
  color: #000 !important;
  padding: 5px !important;
}

.RadComboBox_MetroTouchWhite .rcbReadOnly .rcbArrowCell a {
  width: 32px !important;
  height: 32px !important;
  background-position: -9px -59px !important;
  background-image: url("WebResource.axd?d=L2H6bDjOLkphHD8Ijr1cclfV0vipsGU_AO6_7k7v1G03XeZIJZWaL19u8tme3PBL9KJq_x1OIY1NvA6N3hL1klcc746Rw6dytVhATd0YnPR_p5Uy4l1y8JJuL8RuHEanMJ0Q2adaQtcZqhB9lMZDXdzrOMPg_K9AgZLpfNM9-t6aYcfTeYFl20fls0eq-GlP0&t=636305488554479719");
}

/*.RadComboBox_MetroTouchWhite .rcbArrowCell{
    border-color: rgba(0, 0, 0, 0.33) !important; 
    background-color: #fff !important;
}*/
.RadComboBox_MetroTouch .rcbFocused .rcbReadOnly .rcbInputCell, .RadComboBox_MetroTouch .rcbFocused .rcbArrowCell {
  border-color: red !important;
  background-color: red !important;
}

.RadComboBox_MetroTouch .rcbFocused .rcbReadOnly .rcbInputCell .RadSlider_Metro .rslHorizontal .rslSelectedregion {
  background: #e22219 !important;
}

.rsbDropdown {
  background-color: white !important;
  border: 1px solid rgba(230, 230, 230, 0.97) !important;
  font-size: 12px !important;
  color: #777;
}
.rsbDropdown li {
  list-style: none;
}

/*Radwindow Skin*/
.RadWindow_MetroTouch {
  -webkit-border-radius: "0px !important";
  border-radius: "0px !important";
  background-color: #fff !important;
}
.RadWindow_MetroTouch .rwTitlebar, .RadWindow_MetroTouch .rwTopLeft, .RadWindow_MetroTouch .rwTopRight {
  background-color: #fff !important;
  padding: 5px 0px !important;
}
.RadWindow_MetroTouch .rwTitlebar em, .RadWindow_MetroTouch .rwTopLeft em, .RadWindow_MetroTouch .rwTopRight em {
  color: #000 !important;
}
.RadWindow_MetroTouch .rwBodyLeft, .RadWindow_MetroTouch .rwBodyRight {
  background-color: #fff !important;
}
.RadWindow_MetroTouch .rwFooterLeft, .RadWindow_MetroTouch .rwFooterCenter, .RadWindow_MetroTouch .rwFooterRight {
  background-color: #fff !important;
}

.RadWindow .rwTopLeft, .RadWindow table .rwTitlebar, .RadWindow .rwTopRight {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.RadWindow_MetroTouch .rwTable .rwControlButtons li a {
  cursor: pointer !important;
}

.RadWindow_MetroTouch.rwTable.rwTitlebarControls {
  height: 30px !important;
}

.RadWindow table .rwTitlebar {
  padding: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.RadWindow_MetroTouch .rwTable a.rwIcon {
  margin: 10px 5px 0 6px !important;
}

.RadWindow_MetroTouch .rwCloseButton, .RadWindow_MetroTouch .rwCloseButton:hover {
  background-position: -10px -1909px !important;
}

.RadWindow_MetroTouch .rwMaximizeButton, .RadWindow_MetroTouch .rwMaximizeButton:hover {
  background-position: -10px -1609px !important;
}

.RadWindow_MetroTouch.rwMaximizedWindow .rwMaximizeButton, .RadWindow_MetroTouch.rwMaximizedWindow .rwMaximizeButton:hover {
  background-position: -10px -1809px !important;
}

.RadWindow_MetroTouch .rwTable .rwControlButtons li a:hover {
  -webkit-border-radius: "0px !important";
  border-radius: "0px !important";
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.RadNotification_MetroTouch {
  background-color: white !important;
  opacity: 0.95 !important;
}

.rtileSelectedIcon {
  z-index: 0 !important;
}

/*RadCalendar*/
.RadCalendar_MetroTouch {
  width: 100%;
}

.RadPanelBar .PanelBarItem {
  /*background-color: white !important;*/
}
.RadPanelBar .PanelBarItem .item {
  height: 40px;
}
.RadPanelBar .PanelBarItem .line1 {
  line-height: 20px !important;
}
.RadPanelBar .PanelBarItem .line2 {
  line-height: 14px !important;
  font-size: 12px;
}
.RadPanelBar .PanelBarHeader {
  background-color: #f4f4f4 !important;
}
.RadPanelBar .PanelBarSubHeader {
  background-color: rgba(242, 242, 242, 0.45) !important;
}

.RadPanelBar_MetroTouch .rpRootLink, .RadPanelBar_MetroTouch .rpHeaderTemplate {
  /*background-color: #f4f4f4 !important;*/
}

.RadPanelBar .rpText {
  line-height: 30px !important;
}

.RadPanelBar .rpExpandHandle {
  top: 8px !important;
}

/*#endregion Telerik components*/
.empty {
  width: 0px !important;
  display: none;
}

/* needed for radconfirm*/
.rwIcon {
  top: 10px !important;
  left: 10px !important;
}

/*.svg_path {
  stroke:#fff;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;  
}

.svg-container:hover .svg_path {
  stroke:#fff;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 25s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes FillIn {
  from { fill-opacity: 0; }
  to { fill-opacity: 1; }
}*/
.Animate-Draw {
  stroke: #fff;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .svg-container:hover .Animate-Draw {
    fill-opacity: 0;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation-name: DrawLine, FillIn;
    animation-duration: 4s, 1s;
    animation-delay: 0s, 1s;
  }
}
.Draw-Mark {
  opacity: 1;
  stroke-dashArray: 1100;
  stroke-dashoffset: 1100;
}

.Draw-Frame {
  animation-delay: 0.2s, 0.5s;
  animation-duration: 3.5s, 1s;
  stroke-dashArray: 0;
  stroke-dashoffset: 0;
}

@keyframes DrawLine {
  to {
    stroke-dashOffset: 0;
  }
}
@keyframes FillIn {
  from {
    fill-opacity: 0;
  }
  to {
    fill-opacity: 1;
  }
}
.slidertoggle {
  width: 100%;
  height: 100%;
}

/*list.aspx*/
.disableexpand .rpExpandHandle {
  visibility: hidden;
}

.mirror {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.background {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

/*.background::after {
    content: "";
    background: url(../Images/backgrounds/background-overlay-final.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.15;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}*/
.dynamicInput {
  float: right;
  height: 22px;
  border: none;
  font-size: 12px;
  text-decoration: none !important;
  text-align: right;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  /*color: #2577fa;*/
  background-color: transparent;
}

input.dynamicInput {
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

.ui-autocomplete-loading {
  background: white url("../images/loading_16.gif") right center no-repeat;
}

.ui-autocomplete {
  max-height: 225px;
  overflow-y: auto;
  color: #707070 !important;
  font-size: 12px !important;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 175px;
}

.ui-menu-item {
  border-bottom: 0.5px solid #e8e8e8;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.ui-menu-item .line1 {
  line-height: 20px !important;
  font-size: 12px !important;
}
.ui-menu-item .line2 {
  line-height: 20px !important;
  font-size: 10px !important;
  padding-right: 20px;
}

/*#region animation*/
/*animation*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.8);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-three {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-one {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*#endregion animation*/
.mainfavouriteselector {
  position: relative;
  display: inline-block;
}
.mainfavouriteselector .add_Fav {
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px 5px;
  border-radius: 50%;
  transition: 0.3s all ease;
}
.mainfavouriteselector .add_Fav .nav_item_img {
  width: 20px;
  height: 20px;
  margin: 10px;
  transition: 0.3s;
}
.mainfavouriteselector .add_Fav:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  outline: none !important;
}
.mainfavouriteselector .add_Fav:focus .nav_item_img {
  transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
}
.mainfavouriteselector .buttoncontainer {
  margin: 10px;
}

.favouriteselector {
  position: absolute;
  background-color: white;
  margin-left: 0px;
  margin-top: 55px;
  width: 260px;
  z-index: 1000;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.favouriteselector .description {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  padding: 0 5px;
}
.favouriteselector .add_Fav_Top {
  float: left;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.favouriteselector .add_Fav_Top .add_Fav_Title {
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  text-transform: uppercase;
}
.favouriteselector .add_Fav_Top .add_Fav_Close {
  float: right;
  width: 40px;
  height: 40px;
}
.favouriteselector .add_Fav_Top .add_Fav_Close .img {
  width: 20px;
  height: 20px;
  padding: 10px;
}
.favouriteselector .add_Fav_Content {
  float: left;
  height: auto;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 10px;
}
.favouriteselector .add_Fav_Content .label {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  color: #707070;
  text-align: left;
}
.favouriteselector .add_Fav_Content .value {
  float: left;
  width: 100%;
  line-height: 40px;
  font-size: 14px !important;
  font-weight: 100 !important;
  color: #707070;
}
.favouriteselector .add_Fav_Footer {
  float: left;
  height: auto;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 5px;
  font-weight: 400;
}

.favouriteselector:after {
  content: "";
  vertical-align: middle;
  margin: auto;
  position: absolute;
  left: -214px;
  right: 0;
  bottom: -webkit-calc(100% - 8px);
  bottom: -moz-calc(100% - 8px);
  bottom: calc(100% - 8px);
  width: 15px;
  height: 15px;
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.favourites {
  transition: 0.3s all ease;
}
.favourites .nav_item_img {
  transition: 0.3s;
}

.favourites:focus .nav_item_img {
  transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
}

.employeesubstitudepopup {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -200px;
  width: 800px;
  padding: 5px 0px 0px 30px;
  height: auto;
  max-height: 500px;
  z-index: 1001;
}
.employeesubstitudepopup .header {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.employeesubstitudepopup .header .header_title {
  float: left;
  width: auto;
  height: auto;
  line-height: 20px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}
.employeesubstitudepopup .header .header_title .head {
  line-height: 40px;
}
.employeesubstitudepopup .header .header_image {
  float: left;
  width: auto;
  height: 20px;
  padding: 5px 10px;
}
.employeesubstitudepopup .header .header_image .img {
  height: 20px;
  width: 20px;
  padding: 5px 0px;
}
.employeesubstitudepopup .header .close {
  float: right;
  height: 40px;
}
.employeesubstitudepopup .header .close .img {
  float: left;
  height: 20px;
  width: 20px;
  padding: 10px;
}
.employeesubstitudepopup .content {
  background-color: white;
  float: left;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 100;
  max-height: 500px;
}
.employeesubstitudepopup .content .blok {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 10px;
}
.employeesubstitudepopup .content .headerLabel {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
.employeesubstitudepopup .content .gridcontainer {
  height: 100%;
  max-height: 300px;
  overflow: auto;
}
.employeesubstitudepopup .content .gridcontainer .RadGrid {
  border: none !important;
}
.employeesubstitudepopup .content .gridcontainer div {
  height: 100%;
}
.employeesubstitudepopup .content .buttoncontainer {
  float: right;
}
.employeesubstitudepopup .footer {
  float: left;
  width: 100%;
  height: auto;
}
.employeesubstitudepopup .footer .buttons {
  float: left;
  margin-left: 15px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: auto;
  padding: 5px;
}
.employeesubstitudepopup .footer .buttons .button_small {
  margin-left: 15px;
  width: 175px;
  height: 40px;
  line-height: 40px;
  margin: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.employeesubstitudepopup .footer .buttons .button_small a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
}

.flashit {
  -webkit-animation: NAME-YOUR-ANIMATION 2s infinite; /* Safari 4+ */
  -moz-animation: NAME-YOUR-ANIMATION 2s infinite; /* Fx 5+ */
  -o-animation: NAME-YOUR-ANIMATION 2s infinite; /* Opera 12+ */
  animation: NAME-YOUR-ANIMATION 2s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%, 49% {
    background-color: transparent;
  }
  50%, 100% {
    background-color: rgba(255, 255, 255, 0.25);
  }
}
.panelswitch {
  display: inline;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 7px 4px 6px 4px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #cecece;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 5px;
  bottom: 5px;
  background-color: #cccccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
  background-color: #383838 !important;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-alt {
  margin: 8px 0px !important;
}
.switch-alt .slider {
  background-color: #fff !important;
  border: 1px solid #fff !important;
}
.switch-alt .slider:before {
  background-color: #707070;
}
.switch-alt input:checked + .slider {
  background-color: transparent !important;
}
.switch-alt input:checked + .slider:before {
  background-color: #fff !important;
}

.RadCalendar .rcRow td {
  text-align: center !important;
}

.tableCellMemo {
  position: relative;
}
.tableCellMemo .tableMemo {
  border-left: 12px solid #fff !important;
  border-right: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
}
.tableCellMemo .tableMemoUpper {
  border-left: 10px solid #097cbb !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
}

#ctl00_ctl00_PH_contentcontainer_right_MainContentPanelPanel, .mainContentPanelPeriod {
  float: left;
  height: 100%;
  width: 100%;
}
#ctl00_ctl00_PH_contentcontainer_right_MainContentPanelPanel #main, .mainContentPanelPeriod #main {
  float: left;
  height: 100%;
  width: 100%;
}
#ctl00_ctl00_PH_contentcontainer_right_MainContentPanelPanel #main > div .right_item, .mainContentPanelPeriod #main > div .right_item {
  max-height: 100%;
  overflow-y: auto;
}
#ctl00_ctl00_PH_contentcontainer_right_MainContentPanelPanel #main #ctl00_ctl00_PH_contentcontainer_right_ctl02_right_itemPanel, .mainContentPanelPeriod #main #ctl00_ctl00_PH_contentcontainer_right_ctl02_right_itemPanel {
  overflow-y: hidden;
}

.RadCalendar .rcMain {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.k-notification {
  border-radius: 10px !important;
  -webkit-box-shadow: 1px 1px 5px 0 #9c9c9c !important;
  -moz-box-shadow: 1px 1px 5px 0 #9c9c9c !important;
  box-shadow: 1px 1px 5px 0 #9c9c9c !important;
}

#taskwin {
  overflow-y: hidden;
}

.k-progress-status-wrap {
  text-align: center !important;
}
.k-progress-status-wrap .k-progress-status {
  margin-top: 2px;
}

.k-window {
  border-radius: 10px !important;
}
.k-window .k-window-titlebar {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.moreOptionsBtn, .filterBtn {
  position: relative;
  cursor: pointer;
}

.morebtn_more, .filterbtn_more {
  display: none;
  top: 15px;
  z-index: 99999;
  width: auto;
  max-width: 220px;
  height: auto;
  float: left;
  position: absolute;
}
.morebtn_more .morebtn_itemwrapper, .filterbtn_more .morebtn_itemwrapper {
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4);
}
.morebtn_more .morebtn_itemwrapper .morebtn_item, .filterbtn_more .morebtn_itemwrapper .morebtn_item {
  color: #707070;
  font-size: 14px;
  line-height: 40px;
  height: auto;
}
.morebtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper, .filterbtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper {
  display: flex;
  padding: 5px 10px;
  flex-direction: row;
  height: 30px;
  text-decoration: none;
  border-radius: 10px;
}
.morebtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper:hover, .filterbtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper:hover {
  background-color: #ececec;
}
.morebtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper .morebutton_img, .filterbtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper .morebutton_img {
  width: 20px;
  height: 20px;
  padding: 5px;
  border-radius: 20px;
}
.morebtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper .morebutton_lbl, .filterbtn_more .morebtn_itemwrapper .morebtn_item .morebtn_wrapper .morebutton_lbl {
  line-height: 30px;
  padding: 0px 10px;
  color: #707070;
  width: 100%;
}
.morebtn_more .morebtn_itemwrapper.filter, .filterbtn_more .morebtn_itemwrapper.filter {
  width: auto;
  padding: 10px;
  cursor: default;
}
.morebtn_more .morebtn_itemwrapper.filter .filtertext, .filterbtn_more .morebtn_itemwrapper.filter .filtertext {
  line-height: 40px;
  height: 40px;
  padding: 0;
}
.morebtn_more .morebtn_itemwrapper.filter .filtertext .filtertext_lbl, .filterbtn_more .morebtn_itemwrapper.filter .filtertext .filtertext_lbl {
  width: auto;
  margin-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #707070;
  font-weight: 500;
}
.morebtn_more .morebtn_itemwrapper.filter .filteritemrow, .filterbtn_more .morebtn_itemwrapper.filter .filteritemrow {
  color: #707070;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  display: flex;
  padding: 5px 0;
}
.morebtn_more .morebtn_itemwrapper.filter .filteritemrow .filtercol, .filterbtn_more .morebtn_itemwrapper.filter .filteritemrow .filtercol {
  flex: 1;
  margin-right: 10px;
}
.morebtn_more .morebtn_itemwrapper.filter .filteritemrow .filtercol .filter_where, .filterbtn_more .morebtn_itemwrapper.filter .filteritemrow .filtercol .filter_where {
  line-height: 40px;
  height: 40px;
  width: 100px;
  margin-right: 10px;
  font-size: 14px;
  color: #707070;
}
.morebtn_more .morebtn_itemwrapper.filter .filteritemrow .removefilter, .filterbtn_more .morebtn_itemwrapper.filter .filteritemrow .removefilter {
  width: 40px;
  height: 40px;
}
.morebtn_more .morebtn_itemwrapper.filter .filteritemrow .removefilter .removefilter_img, .filterbtn_more .morebtn_itemwrapper.filter .filteritemrow .removefilter .removefilter_img {
  width: 24px;
  height: 24px;
  padding: 8px;
}
.morebtn_more .morebtn_itemwrapper.filter .addnewfilterrow, .filterbtn_more .morebtn_itemwrapper.filter .addnewfilterrow {
  line-height: 40px;
  height: 40px;
  padding: 0px;
  cursor: pointer;
  display: flex;
}
.morebtn_more .morebtn_itemwrapper.filter .addnewfilterrow .addnewfilterrow_icon, .filterbtn_more .morebtn_itemwrapper.filter .addnewfilterrow .addnewfilterrow_icon {
  width: 24px;
  height: 24px;
  padding: 8px;
}
.morebtn_more .morebtn_itemwrapper.filter .addnewfilterrow .addnewfilterrow_lbl, .filterbtn_more .morebtn_itemwrapper.filter .addnewfilterrow .addnewfilterrow_lbl {
  line-height: 40px;
  height: 40px;
  width: auto;
  font-size: 16px;
  color: #707070;
}
.kendoCBList .kendoCBListLbl {
  font-size: 16px;
  font-weight: bold;
}
