html.ng-scope
{
    overflow-y:hidden !important;
}

body {
  transform: translate3d(0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
}

body.modal-open{
  overflow: auto;
}

table.td-scrollable tbody {
  display: block;
  max-height: 300px;
  overflow-y: auto;
}

table.td-scrollable thead, table.td-scrollable tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 480px) {
  html.ng-scope
  {
      overflow-y:visible !important;
  }
  md-content{overflow:visible !important}
} 

/* FORMS */

@media (max-width: 750px) {
  #header {
    padding-top: 70px;
  }
}

* {
    -webkit-outline: none; /* Safari */
     -khtml-outline: none; /* Konqueror HTML */
       -moz-outline: none; /* Old versions of Firefox */
        -ms-outline: none; /* Internet Explorer/Edge */
            outline: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

input[type='checkbox'],
input[type='radio'] {
  /*filter: hue-rotate(315deg) brightness(1.15);*/
  filter: hue-rotate(315deg) brightness(1.07);
}

/*input[type="radio"]:checked{
  box-shadow: 0px 0px 10px -2px rgb(0,150,136);
  background-color: rgb(0,150,136);
}*/

/*input[type='checkbox']:hover,
input[type='radio']:hover {
  outline: 1px solid rgb(56, 136, 128);
  outline-offset: -1px;
}*/

.form-control-orverride {
  border: 1px solid #fff;
}

.form-group-override {
  margin-bottom: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-auto {
  cursor: auto !important;
}

.min-height-56 {
  min-height: 56px;
}

.m-r-16{
  margin-right: 16px;
}
/* LOGIN */

.login-style {
  background-color: white;
  padding: 30px;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

/* SELECTED TD */

.td-info-element {
  border-left: 3px solid #1c84c6;
  background-color: #FAFAFB;
}

/* GRESVIG LOGO */

.skin-1 {
  background: #ECECEC;
  /*background: url('patterns/congruent_pentagon.png');*/
}

/* VERTICAL CENTER ALIGN IMAGE */

.img-outer {
  height: 100%;
  width: 100%;
  border: 0px solid red;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}

.img-inner {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.img-center {
  vertical-align: middle;
  max-height: 25px;
  max-width: 160px;
}

/* DASHBOARD HEADER OVERRIDE */

.dashboard-header {
  padding: 5px 20px 20px 20px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.patrol-head-list {
  padding: 0px;
}

.page-heading {
  padding: 0px 10px 10px 10px;
}

/* CUSTOM */

.selected-success {
  border: 3px solid #1AB394
}

.inactive {
  opacity: 0.5 !important;
}

/* DRAG & DROP BOX */

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  text-align: center;
  padding: 100px 10px;
}

.drop-box.dragover {
  border: 5px dashed #1ab394;
  background: #E8E8E8;
}

/* Margins */

.margin-vertical-xs {
  margin: 5px 0;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-right-20 {
  margin-right: 20px;
}

/* Active Table */

.table-row-active {
  border-left: 4px solid #1C84C6 !important;
}

/* Override */

#toast-container > .toast-warning:before {
  content: none;
}

#toast-container > .toast-error:before {
  content: none;
}

#toast-container > .toast-info:before {
  content: none;
}

#toast-container > .toast-success:before {
  content: none;
}

/* Side bar */

nav.left-main-navbar .menu-header {
  margin-bottom: 0;
}

.nav-second-level li a {
  padding-right: 20px;
}

nav.left-main-navbar .mCSB_container {
  padding-right: 0;
}

nav.left-main-navbar .mCSB_container_wrapper {
  margin-right: 0;
}

nav.left-main-navbar .mCSB_scrollTools_vertical {
  right: -5px;
}

nav.left-main-navbar li a:focus {
  background: #ededed !important;
}

nav.left-main-navbar li.group-header {
  background: #ededed !important;
}

nav.left-main-navbar li.active:not(.group-header) a {
  background: #e0e0e0 !important;
}

/*******************custom************************/

.changedPlanCell {
  background-color: #f4a460 !important;
}

.absenceCell {
  background-color: #e8e9a2 !important;
  display:-webkit-box;
}

.absenceCell1 {
  background-color: red !important;
}

.lineThrough {
  text-decoration: line-through;
}

.holidayCell {
  background-color: #c6f7af !important;
  display:-webkit-box;
}

.planCell {
  background-color: #8a8484 !important;
}

.legendColorItem {
  height: 15px;
  width: 15px;
  display: inline-block;
}

.employeeRequestedTime {
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.employeeRequestedTime,
.otherEmployeeOverlapRequestTime {
  top: -1px;
  position: relative;
  width: 24px;
  height: 24px;
  color: red;
}

.otherEmployeeRequestTime {
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #0089ff 10px, #0089ff 20px) !important;
  /* -webkit-animation:progresslinear 2s linear infinite;
-moz-animation:progresslinear 2s linear infinite;
-ms-animation:progresslinear 2s linear infinite;
animation:progresslinear 2s linear infinite;*/
}

.employeeRequestedTime {
  background-color: #1AB394 !important;
}

.sameEmployeeOtherRequestedTime {
  background-color: #0089ff !important;
}

@-webkit-keyframes progresslinear {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}

@-moz-keyframes progresslinear {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}

@-ms-keyframes progresslinear {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -75px 0px;
  }
}

@keyframes progresslinear {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -70px 0px;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.allreadyExported {
  color: #ccc !important;
  font-style: italic;
}

.headerDarker {
  background-color: #bbb !important;
}

.weekendHeader {
  background-color: #d1d1d1 !important;  
}

.not_acceptable_issue{
  color: red;
  filter: brightness(1);
}

.acceptable_issue
{
  color:green;
  filter: brightness(1);
}

.fontBoldItalic,
.wj-footer-grid {
  font-style: italic !important;
}

.fontItalic {
  font-style: italic !important;
}

.fontUnderline,
.fontBoldUnderline {
  text-decoration: underline;
}

.fontBold,
.fontBoldUnderline {
  font-weight: bold !important;
}

.rowLabels {
  background-color: #efeeef !important;
}

.fontBoldItalic,
.wj-footer-grid {
  font-weight: bold !important;
  text-align: right;
}

.wrongValue {
  color: red;
  font-style: italic;
}

.wj-cell.wj-header > div {
  text-align: center;
}

.ql_grid .wj-group:not(.wj-state-selected):not(.wj-state-multi-selected),
.ql_grid .wj-group.wj-alt
 {
  background-color: #fff;
}
.ql_grid .wj-state-selected {
  background: rgb(47, 141, 222) !important;
  color: #fff !important;
}
/*.ql_grid:not(.registration-grid) .wj-state-multi-selected {*/
.ql_grid .wj-state-multi-selected {
  background: rgb(47, 141, 222) !important;
  color: #fff !important;
}

.registration-grid .wj-state-multi-selected {
  background: rgb(47, 141, 222) !important;
}


.saveIcon,
.swapPlanIcon,
.graphIcon,
.helpIcon,
.printIcon,
.settingsIcon {
  background-image: url("../images/ql_time_sprites.png");
  background-color: transparent;
  border: medium none;
  height: 25px;
  width: 25px;
}

.settingsIcon {
  background-position: -76px 0;
}

.wj-content.printIcon {
  background-position: 0 0;
  border: none;
}

.helpIcon {
  background-position: -126px 0;
}

.graphIcon {
  background-position: -100px 0;
}

.swapPlanIcon {
  background-position: -50px 0;
}

.saveIcon {
  background-position: -76px 0;
}

.footerCellHighlight {
  background-color: #c8c8c8 !important;
  text-align: left !important;
}

/*.zindex {
z-index: 2060 !important;
}*/

.wj-content.wj-dropdown-panel {
  z-index: 2500 !important;
}

button.btn {
  padding: 2px 12px;
  margin-top: 5px;
}

.ui-datepicker-header.btn-group div.ui-datepicker-title {
  text-shadow: none;
}

.nav-header {
  padding: 18px 25px;
}

.textFocus {
  border-color: #1AB394;
  border-width: 1px;
}

.ui-datepicker-header.btn-group {
  background: #1AB394;
}

.noCount,
.change-duty-invalid {
  /*background-color: #efeeef !important;*/
  padding: 2.25em 1.6875em;
  background-image: -webkit-repeating-linear-gradient(138deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 1px, transparent 1px, transparent 5px, rgba(0, 0, 0, .1) 6px) !important;
  background-image: -moz-repeating-linear-gradient(138deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 1px, transparent 1px, transparent 5px, rgba(0, 0, 0, .1) 6px) !important;
  background-image: -o-repeating-linear-gradient(138deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 1px, transparent 1px, transparent 5px, rgba(0, 0, 0, .1) 6px) !important;
  background-image: repeating-linear-gradient(138deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1) 1px, transparent 1px, transparent 5px, rgba(0, 0, 0, .1) 6px) !important;
  -webkit-background-size: 9px 8px !important;
  -moz-background-size: 9px 8px !important;
  background-size: 9px 8px !important;
  font-style: italic;
}

#printList {
  z-index: 2222;
}

#calendar1 a.ui-state-default.active {
  background: #1AB394;
  color: white;
}

#calendar1 a.ui-state-default {
  background: none;
  color: #2e2828;
}

#calendar1 #prev :hover,
#calendar1 #next :hover {
  background: #1AB394;
}

#employee_modal_body .nav li:active {
  background: #ECECEC;
}

.employee_ul li,
.employee_ul li a {
  height: 30px;
  list-style: none;
  color: #5e5b5b;
  vertical-align: middle;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
}

.employee_ul li:hover {
  background: #E8E8E8;
}

.employee_ul li:active {
  background: #E8E8E8;
}

.li_active {
  background: #E8E8E8;
}

.editGridItem {
  background-image: url(../images/edit.png);
  border: 0 none;
  cursor: pointer;
  background-size: 21px 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  margin-top: -1px;
  width: 21px;
  top: 0px;
}

.show {
  display: block;
}

.wijmo-wijtree-node {
  padding-top: 0px;
  padding-bottom: 0px;
}

#tab-work-contract .wijmo-wijtree {
  width: 100% !important;
  border: none;
  height: 300px;
}

.employees_item {
  /*overflow-y:auto;
  overflow-x:hidden;*/
  display: none;
  height: 100%;
}

.employees_item.show {
  border-radius: 0px 4px 4px 4px;
  color: #5e5b5b;
  display: block !important;
}

/* CIRCLE */

.img-circle {
  border-radius: 50% !important;
}

.marginBottom-0 {
  margin-bottom: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#work_contract_nav_wrapper .collapse {
  display: block !important;
  max-width: 200px;
}

#work_contract_nav_wrapper li a {
  color: black !important;
}

#treeview_departments.wijmo-wijtree {
  background-color: LimeGreen;
  color: White;
}

.wijmo-wijtree.ui-widget-content {
  border: none;
}

.tab-pane {
  min-height: 200px;
}

.tab-pane .send-message-wrap{
  padding: 10px 0;
}

.panel-body {
  padding: 10px;
}

.employee_label:hover {
  background-color: #18a689;
}

.employee_label {
  background-color: #1ab394;
}
.employee_label.disabled {
  background-color: #51c7af;
}

@media screen and (min-width: 1100px) {
  #container_employees .contact-box {
    height: 160px !important;
  }
}

@media screen and (max-width: 990px) {
  #container_employees .employee_contact_name {
    text-align: center;
  }

  .employee_label{
    min-width: unset !important;
    width: 100%;
  }

  .flex-initial{
    width: 22%;
  }
}

.employee_label {
  color: white;
  min-height: 28px;
  border-radius: 3px;
  min-width: 160px;
  padding-top: 4px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0.02em;
  /*text-overflow: ellipsis;
  overflow: hidden;
  width:100%*/
}

.employee_text_header {
  background-color: #0094ff;
  color: white;
  height: 30px;
  border-radius: 3px;
  min-width: 150px;
  padding-top: 5px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

#dpSalaryHourlyPay ul li:hover {
  background-color: #E8E8E8;
}

.skin-2 .nav-tabs > li.active > a {
  opacity: 1;
}

.skin-2 .nav-tabs > li > a {
  color: #676a6c;
  opacity: 0.4;
}

.has-error .form-control,
.has-error .wj-control {
  border-color: #ed5565 !important;
}

#employee_page .input-group-addon {
  border: none;
  background: none;
}

/*#employee_page{
  min-width:375px;
}*/

#employee_page .form-control {
  border-radius: 4px;
  /*min-width:189px;*/
  max-width: 205px;
  height: 29px;
  display: inline-block;
}

#txtMonthlyPay {
  border-radius: 4px;
  width: 189px;
}

.btn-custom {
  color: #0099cc;
  border: 3px solid #0099cc;
  border-radius: 24px;
  background: none;
  padding: 14px 24px;
}

#tab-work-contract .wijmo-wijtree {
  border: none;
  width: 100%;
}

.employee_grid {
  height: auto;
  border: none;
  outline: none;
}

.employee_grid .wj-content {
  border: none;
}

.employee_grid .wj-header.wj-cell {
  background-color: #213a53;
  color: #fff;
  font-weight: bold;
  border-right: solid 1px #404040;
  border-bottom: solid 1px #404040;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 5px;
}

.employee_grid .wj-cells .wj-cell {
  background-color: transparent;
  padding-left: 3px;
}

.employee_grid .fa-exclamation-triangle {
  z-index: 1000;
  padding-top: 4px;
  color: red;
  float: right;
}
.employee_grid .fa-exclamation-triangle.left {
  float: left;
}

.employee_grid .wj-grid-editor {
  background-color: transparent;
}

.employee_grid .wj-state-selected {
  background: transparent !important;
  border: 1px solid #c6c6c6;
  color: black;
}

.employee_grid .wj-state-multi-selected {
  background: transparent;
  color: black;
}

.employee_grid2 .wj-cells .wj-cell {
  background-color: #E8E8E8 !important;
  padding-left: 3px;
}

.employee_grid2 .wj-state-selected {
  background: inherit;
  border: 1px solid;
  color: inherit;
}

.employee_grid2 .wj-state-multi-selected {
  background: inherit;
  color: inherit;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs {
  background-color: #213a53;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li[role='presentation'] {
  background-color: #213a53;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li[role='presentation']:not(.open) > a {
  color: white;
  opacity: 1;
  border: none;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li[role='presentation'] > a:hover {
  border-radius: 0;
  color: black;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li[role='presentation'].active > a {
  background-color: white;
  border-radius: 0;
  color: black;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li ul li a {
  color: black !important;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li ul li.active a {
  border-radius: 0;
  background-color: #1ab394;
}

#panel_employee_details .bs-example.bs-example-tabs .nav.nav-tabs li.dropdown.open > a {
  color: black;
  border-radius: 0;
}

.ui-datepicker {
  /*background: transparent;*/
  background: #F5F5F5;
  width: 18em;
}

.ui-datepicker-header {
  width: 16.5em;
}

.ui-datepicker-prev {
  background-position: 0px 0px !important;
}

.ui-datepicker-next {
  background-position: 0px 0px !important;
}

.wijmo-wijtree-inner.ui-corner-all {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.wijmo-wijtree-inner.ui-corner-all.ui-state-active {
  border: 1px solid #d2d2d2;
  background-color: #e6e6e6;
}

#panel_employee_details .dropdown-backdrop {
  display: none;
}

#grid_week_day_summary div [wj-part='root'],
#grid_month_day_summary div [wj-part='root'] {
  overflow: hidden;
}

.center-modal {
  position: fixed;
  top: 10%;
  left: 18.5%;
  z-index: 1050;
  width: 80%;
  height: 80%;
  margin-left: -8.5%;
}

.mDialog {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 700px;
  color: black;
}

.mDialogPlus {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 900px;
}

.sDialog {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 400px;
}

.mDialogDynamic {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 50% !important;
}

.md-toolbar-tools .md-link{
  width: 100%;
  text-align: right;
  font-size: 13px;
  color: #337ab7;
}

.mDialogContent {
  padding: 15px 24px 0 24px;
  width: 100%;
  min-height: 50px;
}

.mDialogContent md-input-container {
  padding-top: 0px !important;
}

.mDialogDynamic.qlknow ul li {
  margin-left: 0 !important;
}

.mDialogDynamic.qlknow ul {
  padding-left: 50px !important;
}

.md-panel-outer-wrapper{
  z-index: 1000 !important;
}

.md-panel-outer-wrapper:nth-last-child(2) {
  z-index: 10000 !important;
}

.md-panel-outer-wrapper:last-child{
  z-index: 10005 !important;
}

.md-panel-outer-wrapper:last-child .mDialog{
  z-index: 10007 !important;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #009688;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-select-label {
  border-color: #009688;
}

md-list md-list-item .option-button {
  display: none;
}

md-list md-list-item:hover .option-button {
  display: inline-block;
}

md-list md-list-item .option-button-inverted {
  display: inline-block;
}

md-list md-list-item:hover .option-button-inverted {
  display: none !important;
}

md-list md-list-item .option-button-wrapper {
  width: 45px;
}

md-list md-list-item .option-button-wrapper md-checkbox {
  margin-bottom: 0;
}

md-list md-list-item .option-button-wrapper md-menu.option-button {
  display: inline-block;
  opacity: 0;
}

md-list md-list-item:hover .option-button-wrapper md-menu.option-button {
  display: inline-block;
  opacity: 1;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-left-5 {
  margin-left: 5px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.primary-color {
  border-color: #009688 !important;
}

md-progress-circular.md-default-theme path,
md-progress-circular path {
  stroke: #009688;
}

.md-primary-gray{
  color: gray;
}

.md-primary-bg {
  background-color: #009688 !important;
  color: white !important;
}

md-input-container.md-input-focused label {
  color: #009688 !important;
}

md-input-container label {
  color: gray !important;
}

.color-white {
  color: white;
}

.color-parmary,
.primaryColor {
  color: #009688 !important;
}

.color-gray {
  color: gray !important;
}

.color-black {
  color: black !important;
}

.mFloat-button {
  background-color: #009688 !important;
  position: absolute;
  font-size: 2.5em !important;
}
.mFloat-button.success {
  background: #1c84c6 !important;
}
.mFloat-button.info {
  background: #50afea !important;
}
.mFloat-button.warning {
  background: #f8ac59 !important;
}

.mSub-title {
  width: 1.5em !important;
  font-size: 1.5em !important;
  font-weight: bold !important;
  z-index: 200 !important;
  background-color: transparent !important;
}

.mdList {
  position: relative;
  top: -58px;
  left: 40px;
  width: calc(100% - 50px);
}

.mdList.c-2 {
  left: 50px;
  width: calc(100% - 60px);
}

.menu-item {
  font-size: 10px;
}

.menu-item i {
  margin-top: 10px;
  margin-right: 15px;
  float: left;
  font-size: 18px;
}

.menu-item span {
  float: left;
}

.custom-md-avatar {
  border-radius: 50%;
  width: 45px;
  padding: 5px 0px;
  text-align: center;
  background-color: #009688;
}

.custom-md-avatar span {
  font-weight: bolder;
  font-size: 1.2em;
  color: #ffffff;
}

.md-check-box {
  margin-left: 12px !important;
}

.mList {
  padding-top: 10px;
}

.box {
  width: 200px;
  padding: 10px;
  background-color: #0089ff;
  color: white;
  text-align: center;
}

.dialog-tmpl {
  width: 100% !important;
  padding-top: 10px;
  background-color: white;
  max-height: 70vh;
}

.dialog-tmpl .mDialogContent md-input-container {
  margin: 0px;
  text-align: center;
}

.height-450 {
  height: 450px;
}

.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.md-datepicker-calendar-pane {
  z-index: 10001 !important;
}

.md-autocomplete-suggestions-container {
  z-index: 100000 !important;
  /* any number of choice > 1050*/
}

.md-select-menu-container,
md-backdrop,
.md-open-menu-container {
  z-index: 99999 !important;
}

md-list.make-scrollable {
  height: 400px;
  overflow-y: auto;
}

.padding-top-20 {
  padding-top: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.textLeft {
  text-align: left !important;
}

.text-left {
  text-align: left !important;
}

.font-weight-100 {
  font-weight: 100;
}

.scrollable {
  height: 2.7em;
  overflow-y: auto;
}

.scrollable {
  height: 3em;
  overflow-y: auto;
}

.no-scrollbars.wj-flexgrid [wj-part=root] {
  overflow: hidden !important;
}

/*.table-fixed thead {
width: 97%;
}
.table-fixed tbody {
height: 230px;
overflow-y: auto;
width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
float: left;
border-bottom-width: 0;
}*/

.mDialog-lg {
  width: 900px;
  max-height: 95%;
  overflow: auto;
}

.mDialog-lg.max-height {
  height: 95%;
  overflow: hidden;
}

.mDialog-lg > div[role='dialog'] {
  height: 100%;
}

.mDialog-lg md-content.dialog-tmpl {
  height: calc(100% - 112px);
  overflow: auto;
}

.mDialog-flex-height {
  max-height: 95%;
  overflow: auto;
}

.mDialog-sm {
  width: 500px;
}

.mDialog-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.disabled-btn{
  background-color: rgba(0,0,0,0.38) !important;
  color: #ffffff !important;
  cursor: default !important;
  pointer-events:none !important;
}

*[disabled]{
  pointer-events:none !important;
}

.disabled-elem{
  color: rgba(0,0,0,0.38) !important;
  cursor: default !important;
  pointer-events:none !important;
}

.no-access-right .jstree-anchor, 
.no-access-right .jstree-node,
.no-access-right .jstree-grid-cell {
    pointer-events: none !important;
}

.coverDialog {
  z-index: 3000000000 !important;
}

/* .selectedIndex {
background-color: #D6D6D6;
} */

.type-box {
  outline: 1px solid gray;
  margin: 10px auto auto auto;
  width: 100%;
  padding-top: 1.5em !important;
}

fieldset.mFieldSet {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

fieldset.mFieldSet legend {
  font-size: 1.2em;
  padding-left: 10px;
}

fieldset.mFieldSet-1 {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 1px solid #E5E5E5;
}

fieldset.mFieldSet-1 legend {
  font-size: 13px;
  padding-left: 10px;
  padding-bottom: 5px;
  background: white;
}

.no-margin {
  margin: 0px;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.color-white {
  color: white !important;
}

.textRight {
  text-align: right !important;
}

ul.tree-list-input,
ul.tree-list {
  list-style-type: none;
  padding-left: 20px;
}

ul.tree-list-input ul {
  padding-left: 35px;
  list-style-type: none;
}

ul.tree-list,
ul.tree-list ul {
  list-style-type: none;
}

ul.tree-list li > span + ul {
  padding-left: 20px;
  list-style-type: none;
}

.width600 {
  width: 600px;
}

.zIndex {
  z-index: 9999 !important;
}

.no-padding {
  padding: 0px;
}

.clear-both {
  clear: both;
}

.textIndent {
  text-indent: 30px;
}

.list {
  margin-left: 40px;
}

.textCenter {
  text-align: center !important;
}

.selected {
  background: #009688;
}

.selected-gray {
  background: #e8e8e8;
}

.mBox {
  margin-left: 20px;
}

/* #custom-tree {
border-left: 4px solid #009688;
} */

.custom-tree {
  line-height: 4em;
}

.custom-tree .wijmo-wijtree {
  height: inherit;
}

#custom-tree .wijmo-wijtree {
  /* width: 80%!important; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-tree.wijmo-wijtree-list {
  padding: 0px;
}

.custom-tree .wijmo-wijtree-list.wijmo-wijtree-child {
  border-left: 2px solid #009688;
  margin-left: 21px;
  font-style: italic;
}

.custom-tree.wijmo-wijtree-list .ui-state-hover {
  color: #FFFFFF !important;
  background-color: #19B394;
  border: 1;
  /* width: 50%; */
}

.custom-tree.wijmo-wijtree-list .ui-state-active {
  color: #ffffff !important;
  background-color: #009688;
  /* width: 50%; */
  border: 1;
}

.custom-tree .ui-draggable-dragging {
  color: #000000;
}

.wijmo-wijtree-insertion {
  padding: 1em !important;
  border: 1px solid #009688 !important;
}

.custom-tree a.wijmo-wijtree-link {
  /* width: 50% !important; */
  text-align: left;
}

.fabSpeedDialdemoBasicUsage .md-fab:hover,
.fabSpeedDialdemoBasicUsage .md-fab.md-focused {
  background-color: #000 !important;
  color: #ffffff !important;
}

.fabSpeedDialdemoBasicUsage .md-fab:hover i,
.fabSpeedDialdemoBasicUsage .md-fab.md-focused i {
  color: #ffffff !important;
}

.groupFabButton .md-fab:disabled {
  color: #DDD !important;
  background-color: #E0F2F1;
}

.md-fab-revert {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.max-height-450 {
  max-height: 450px;
}

.tabsdemoDynamicHeight .md-fab.visible.md-seleted-tab {
  transform: scale(1);
  transition: transform 0.3s linear;
}

.tabsdemoDynamicHeight .md-fab.md-seleted-tab {
  transform: scale(0);
  transition: transform 0.3s linear;
}

@media (max-width: 768px) {
  #page-wrapper {
    margin-top: -8px;
    min-height: calc(100vh + 5px);
    height: 100%;
  }

  .navbar-right {
    display: inline-block;
  }

  .fixed-nav.skin-2 .wrapper-content.wrapper-padding {
    margin-top: 0px;
  }

  .fixed-nav.skin-2 .wrapper-content {
    margin: 0;
    padding: 0;
  }

  /* .ibox-content {
      height: calc(100vh - 550px);
  } */
}

.bg-white {
  background-color: white;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.crud_salary_work_time_template_modal .wijmo-wijtree {
  width: 100% !important;
}

.md-input-background {
  background-color: white;
  border: 1px solid #e5e6e7;
}

.daterangepicker td.in-range {
  background-color: #ebf8eb !important;
}

.daterangepicker td.active {
  background-color: #1ab394 !important;
  color: #FFFFFF !important;
}

.daterangepicker td.active:active:focus,
.daterangepicker td.active:active:hover {
  background-color: #18a689 !important;
  color: #FFFFFF !important;
}

.daterangepicker .input-mini.active {
  border-color: #1ab394 !important;
}

menu md-content md-option[selected] {
  color: rgba(87, 88, 89, 0.52);
}

.vakata-context {
  z-index: 11000 !important;
}

.jstree-node {
  font-size: 14px;
  height: auto !important;
}

.jstree-node .jstree-anchor {
  padding-right: 5px !important;
}

.jstree-default .jstree-anchor:hover {
  background: #009688 !important;
  color: white;
}

.jstree-custom .jstree-anchor.jstree-clicked,
.jstree-custom .jstree-anchor.jstree-hovered,
.jstree-custom .jstree-grid-cell.jstree-hovered,
.jstree-custom .jstree-grid-cell.jstree-clicked,
.jstree-custom-hovered .jstree-anchor.jstree-hovered,
.jstree-custom-hovered .jstree-grid-cell.jstree-hovered{
  background: #009688 !important;
  color: white;
}

.jstree-custom-hovered .jstree-anchor.jstree-clicked:not(.jstree-hovered),
.jstree-custom-hovered .jstree-grid-cell.jstree-clicked:not(.jstree-hovered) {
  background: transparent !important;
  box-shadow: none !important;
  color: black !important;
}

.treeJs .jstree-default .jstree-clicked.jstree-anchor {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.borrowed-employee-tree-wrapper .jstree-grid-cell{
  min-height: 24px;
  display: flex;
  align-items: center;
}

.borrowed-employee-tree-wrapper .jstree-grid-column{
  display: inline-block;
}

.borrowed-employee-tree-wrapper .jstree-grid-col-0{
  width: 130%;
}

md-option[selected] {
  color: rgba(0, 0, 0, 0.8) !important;
}

.wj-inputdate-materialize-container {
  white-space: nowrap;
  width: 100%;
}

.wj-inputdate-materialize-container .material-icons {
  margin-top: 2px;
  margin-right: 10px;
  color: #666666;
}

.wj-inputdate-materialize-container > label.float-label {
  left: 0;
  width: auto !important;
}

.wj-autocomplete-materialize,
.wj-inputdate-materialize {
  border: none !important;
  border-bottom: 1px solid #dcd7d7 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.wj-inputdate-materialize.max-width {
  width: calc(100% - 32px);
}

.wj-inputdate-materialize.wj-dropdown {
  vertical-align: top;
}

.wj-autocomplete-materialize .wj-form-control,
.wj-inputdate-materialize .wj-form-control {
  padding-left: 3px !important;
  color: rgb(71, 71, 71) !important;
}

.wj-autocomplete-materialize .wj-input-group-btn:last-child > .wj-btn,
.wj-inputdate-materialize .wj-input-group-btn:last-child > .wj-btn {
  border-left: 0 !important;
  background: transparent !important;
}

.wj-dropdown-panel.wj-calendar {
  z-index: 99999 !important;
}

.wj-dropdown-panel {
  border-radius: 0 !important;
}

.cardSection {
  margin: 0px 0px 25px 0px;
  height: 250px;
}

.cardSection .cardContent {
  padding: 8px;
}

.cardSection .cardContent .cardHeader {
  border-bottom: 2px solid gray;
  padding-bottom: 6px;
}

.cardHeader .cardTitle {
  font-size: 15px;
  font-weight: bold;
}

.lstUlCard {
  list-style-type: none;
  font-size: 1.5em;
  line-height: 1.5em;
}

.lstUlCard ul {
  list-style-type: none;
}

.posSymbol {
  position: absolute;
  bottom: -3px !important;
  right: 0px !important;
}

.green {
  color: green !important;
}

.red {
  color: red !important;
}

.dodgerblue {
  color: dodgerblue;
}

.labelNumber {
  font-size: 2.2em;
  color: blueviolet;
  font-weight: bold;
}

.bgRed {
  background-color: red;
  color: white;
}

.bgGreen {
  background-color: green;
  color: white;
}

.mTable td,
.mTable th {
  border: none !important;
}

.md-sticky-clone {
  display: none;
}

.md-tab.md-active {
  background-color: white;
}

.md-ripple-container:active {
  background-color: red;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar {
  color: #009688 !important;
  background-color: #009688 !important;
}

md-select md-select-value {
  border: 0px;
}

md-select:focus {
  border-bottom: 1px solid #009688 !important;
}

.tooltip {
  z-index: 3000 !important;
  position: fixed !important;
}

.md-checkbox-sm .md-icon {
  width: 16px;
  height: 16px;
}

.md-checkbox-sm.md-indeterminate .md-icon:after {
  width: 9px;
}

.md-checkbox-sm.md-checked .md-icon:after {
  left: 4px;
  width: 5px;
  height: 10px;
}

.md-checkbox-sm .md-label {
  margin-top: -4px;
}

ul[dnd-list].social-fee-payment {
  min-height: 42px;
  padding: 0;
  padding-left: 5px;
  overflow: auto;
}

ul[dnd-list].social-fee-payment .dndDraggingSource {
  display: none;
}

ul[dnd-list].social-fee-payment .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}

ul[dnd-list].social-fee-payment li {
  background-color: #fff;
  display: flex;
  padding: 5px;
  margin: 0;
  width: 100%;
  position: relative;
  border-radius: 0;
  text-transform: none;
  text-align: left;
  font-size: 10pt;
}

ul[dnd-list].social-fee-payment li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}


/*.modal{
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/


/*.modal:not([name="salaryShiftRole"]) {
  text-align: center;
  padding: 0 !important;
}

.modal:not([name="salaryShiftRole"]) {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog:not([name="salaryShiftRole"]) {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/



.lg-width-auto .modal-lg {
  width: auto;
  max-width: 100%;
}

.max-width-1500 .modal-lg{
  max-width: 1650px;
}

#employeeWishListGrid div[wj-part="ch"] {
    width: 100% !important;
}

.hide-validation-error {
  margin-bottom: 10px !important;
}

.hide-validation-error .md-errors-spacer {
  min-height: 0;
}

.md-panel {
  border-radius: 0;
}

.md-panel md-content {
  color: black !important;
}

.auto-width {
  width: auto;
}

.no-wrap {
  white-space: nowrap;
}

.italic {
  font-style: italic;
}

.width-450 {
  width: 450px;
}

.width-500 {
  width: 500px;
}

.width-600 {
  width: 600px;
}

.width-700 {
  width: 700px;
}

.width-800 {
  width: 800px;
}

.width-900 {
  width: 900px;
}

.width-950 {
  width: 950px;
}

.width-1000 {
  width: 1000px;
}

.well.sm {
  padding: 8px 12px;
  border-radius: 0;
}

.row .padding-sm {
  padding-right: 8px;
  padding-left: 8px;
}

.rule-wrapper {
  border: 1px solid #d8d8d8;
  padding: 8px;
}

.zIndex-10001 {
  z-index: 10001 !important;
}

.modal.min-height-300 .modal-body {
  min-height: 300px;
}

md-list .mGroup-title {
  background: rgb(247, 247, 247) !important;
  margin-bottom: 10px;
  z-index: 201 !important;
}
md-list .mGroup-title .md-subheader-content span {
  font-weight: bold;
}

.no-drop {
  cursor: no-drop;
}

md-select.fixed-height,
md-input-container.fixed-height {
  height: 32px;
}

.people-img {
  width: 100%;
  height: 100%;
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

.opacity-50:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.working {
  border-top: 4px solid green;
  text-align: center;
}

.arriving {
  border-top: 4px solid orange;
  text-align: center;
  color: rgba(148, 17, 17, 0.911);
}

.lately {
  border-top: 4px solid yellow;
  text-align: center;
}

.box-border {
  border: 1px solid #009688;
}

.lbl-date-picker {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  color: gray;
}

.lbl-input {
  font-size: 14px;
  margin-bottom: 1px;
}

.btnAddNew {
  margin-top: 20px;
  margin-left: 25px;
  cursor: pointer;
}

.error-message {
  color: red;
  font-size: 11px;
}

.btnPrimary {
  color: white !important;
  background-color: #009688 !important;
}

.customSelectSelectHeader {
  color: red !important;
  background-color: gray;
}

.customSelectSelectHeader .header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: white;
}

.customSelectSelectHeader .select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

.customSelectSelectHeader md-content._md {
  max-height: 240px;
}

.hide-disabled-checkboxes .jstree-anchor > .jstree-checkbox-disabled {
  display: none;
}

.panel-header {
  background-color: #F1F1F1;
  border-bottom: 1px solid lightgrey;
  padding: 5px 10px;
}

.error-column {
  background-color: #ff0000 !important;
  color: black !important;
}

.mDatePicker {
  width: 100% !important;
}

.mDatePicker > button.md-datepicker-button {
  margin-left: 0;
  padding-left: 0;
  width: 24px;
}

.mDatePicker > div.md-datepicker-input-container {
  margin-left: 5px;
}

.content-disabled label {
  color: #8e8e8e;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

textarea.no-resize {
  resize: none;
}

.fieldset {
  border: 1px solid #d8d8d8;
  padding: 15px;
  position: relative;
  margin-bottom: 10px;
}

.fieldset .fieldset-label {
  display: inline-block;
  font-weight: 700;
  padding: 5px 10px;
  background: white;
  position: absolute;
  top: -17px;
  left: 5px;
}

.file-input-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.file-input {
  position: absolute;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: -85px;
  z-index: 1;
  opacity: 0;
}

ul.checkList {
  list-style: none;
}

ul.checkList li:before {
  content: '✓';
  color: green;
}

.orange {
  color: orange;
}

/*work plan shift plan*/


.plannedOrEvent
{
    background-color:rgba(255, 165, 0, 0.6) !important;
}

/***/




.inValidSelectedEmployee {
    background-color: rgba(255,0,0,0.1);
}
.modal-flat .modal-content {
  border-radius: unset;
}

.well.flat {
  border-radius: 0;
  box-shadow: unset;
}

.well.readonly {
  background-color: #eee;
}

.md-tab.md-active span {
  color: teal;
}

.md-panel.mDialog,
.md-panel.mDialogPlus {
  -webkit-font-smoothing: antialiased !important;
  position: relative;
  top: 50%;
  left: unset !important;
  /*transform: translateY(-50%) !important;*/
  margin: 0 auto;
  border-radius: 24px;
}

.mDialog.dialog-request-type .md-select-value{
  transform: translateY(calc(5% - 1px)) !important;
}

.well.mode {
  background-color: #1ab394;
  border: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 2px solid white;
  color: white;
  padding: 12px 60px 12px 16px;
}
.well.mode .btn-action {
  min-width: unset;
  min-height: unset;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  line-height: unset;
  width: 35px;
  height: 32px;
}
.well.mode .title {
  background: #14987c;
  padding: 12px 16px;
  height: 100%;
}

.dialog-button{
  width: 100%;
  padding-right: 9px;
  padding-bottom: 4px;
}

.text-error {
  color: rgb(221,44,0);
}

.w-800 {
  width: 800px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #adadad;
  opacity: 1; /* Firefox */
  font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #adadad;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #adadad;
}

.modal.middle .modal-dialog {
  display: inline-block !important;
  vertical-align: middle !important;
}
md-radio-button.md-altheme-theme[disabled] .md-container .md-off {
  border-color: rgba(0,0,0,0.38);
}
md-radio-button.md-altheme-theme[disabled] .md-container .md-on {
  background-color: rgba(0,0,0,0.38);
}
.disabled-link {
  opacity: 0.7;
  cursor:unset;
  outline: none;
}
.enabled-link {
  opacity: 1;
  color: #007cf5;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.daterangepicker .ranges li {
  color: black;
}
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
  background-color: #1ab394;
  border-color: #1ab394;
}

label.disabled {
  color: #9c9c9c;
}

.overflow-visible {
  overflow: visible !important;
}

.no-outline {
  outline: none;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*
 *   SKIN 4 - custom - CUSTOM SKIN
*/
body.mini-navbar .nav-header {
  padding: 0;
  background-color: #1a3953;
}
.skin-4-custom .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-4-custom .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-4-custom.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-4-custom .spin-icon {
  background: #1a3953 !important;
}
.skin-4-custom .nav-header {
  background: #fff;
  /* background: url('patterns/header-profile-skin-1.png'); */
}
.skin-4-custom.mini-navbar .nav-second-level {
  background: #1a3953;
}
ul.nav-second-level {
  background: #1a3953;
}
.skin-4-custom.mini-navbar .nav-third-level {
  background: #1a3953;
}
ul.nav-third-level {
  background: #1a3953;
}
.skin-4-custom .breadcrumb {
  background: transparent;
}
.skin-4-custom .page-heading {
  border: none;
}
.skin-4-custom .nav > li.active {
  background: #5e7188;
}
.skin-4-custom .nav > li > a {
  color: #1a3953;
}
.skin-4-custom .navigation-colored{
  background: #1a3953;
}
.skin-4-custom .nav-color {
  color: #fff;
}
.skin-4-custom .nav > li.active > a {
  color: #fff;
}
.skin-4-custom .navbar-minimalize {
  background: #1a3953;
  border-color: #1a3953;
}

@media (min-width: 700px){
  body.skin-4-custom {
    background: #3c3c3c;
  }
}

@media (max-width: 699px){
  body.skin-4-custom {
    background: rgb(0,0,0,0);
  }
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-clip{
  overflow: clip !important;
}
.skin-4-custom .navbar-static-top {
  background: #ffffff;
}
.skin-4-custom .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-4-custom .navbar-fixed-top {
  background: #fff;
}
.skin-4-custom .wrapper-content {
  padding: 30px 15px;
}
.skin-4-custom #main-view-action.wrapper-content{
  overflow-y: auto;
}
.skin-4-custom #page-wrapper {
  background: #f4f9fe;
}
/*.skin-4-custom .ibox-title,
.skin-4-custom .ibox-content {
  border-width: 1px;
}*/

.skin-4-custom .ibox-title .mList.alarm-wraper{
  max-height: calc(100vh - 310px);
  overflow-y: auto;
}

/*.skin-4-custom .ibox-content.requestPage {
  min-height: calc(100vh - 310px);
}*/

.skin-4-custom .ibox-content.requestPage #theGrid{
  min-height: 200px;
}

.skin-4-custom .ibox-content.requestPage #theGrid > div:last-child{
  min-height: 200px;
}

/*.skin-4-custom .wj-cells{
  min-height: 250px !important;
}*/

.skin-4-custom .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-4-custom .nav > li.active {
  border: none;
}
.skin-4-custom .nav-header {
  padding: 35px 25px 18px 25px;
}
.skin-4-custom .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-4-custom .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-4-custom .profile-element {
  text-align: center;
}
.skin-4-custom .img-circle {
  border-radius: 5px;
}
.skin-4-custom .navbar-default .nav > li > a:hover,
.skin-4-custom .navbar-default .nav > li > a:focus {
  background: #5e7188;
  color: #fff;
}
.skin-4-custom .nav.nav-tabs > li.active > a {
  color: #5e7188;
}
.skin-4-custom .nav.nav-tabs > li.active {
  background: transparent;
}
body.modal-open {
  overflow: hidden;
}
md-list-item.mListItem , md-list-item.mListItem  .md-list-item-inner {
  min-height: 24px;
  height: 24px;
}

.mdList .md-clickable.disable-edit{
  font-style: italic;
}

.md-list-item-active {
  background-color: #24A689;
  color: white;
}

#contractTemplate {
  min-height: 380px;
}
#contractTemplate > *, #contractTemplate > .md-input-has-value label, #contractTemplate >.md-input-focused label,
#contractTemplate > md-select-value{
  -webkit-transform: translate3d(0,0,0)!important;
  position: absolute;
}

.mDialog.countries_currency{
  transform: translateY(calc(-50% + -1px)) !important;
}

@media (max-width: 767px) {
  .mDialog.countries_currency{
    transform: translateY(-51%) !important;
  }
}

.text-primary {
  color: #337ab7;
}
.caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #666;
  padding: 10px 0;
}

.first-row-stand-out{
  font-weight:bold;
  color : #1ab91a
}
.popover-medium{
  overflow: auto;
  max-width: 800px;
  width:800px;
  max-height: 800px;
}

.gridCellGradient:not(.noCount) {
  background-image: repeating-linear-gradient(-45deg, transparent 0 10px, #dcdcdc 10px 20px) !important;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 0px !important;
}
.mCSB_scrollTools {
  width: 2px !important;
}
.mCSB_container_wrapper {
  margin-right: 0!important;
}
.mCustomScrollbar {
  height: 100vh!important;
}
#main-page-footer, #main-page-toolbar {
  font-size: 13px !important;
}
.header-title {
  font-size: 24px;
  font-weight: 100;
}

@-webkit-keyframes spinner-grow{
  0%{
    -webkit-transform:scale(0);
    transform:scale(0)
  }
  50%{
    opacity:1
  }
}
@keyframes spinner-grow{
  0%{
    -webkit-transform:scale(0);
    transform:scale(0)
  }
  50%{
    opacity:1
  }
}
.spinner-grow{
  display:inline-block;
  width:2rem;
  height:2rem;
  vertical-align:text-bottom;
  background-color:currentColor;
  border-radius:50%;
  opacity:0;
  -webkit-animation:spinner-grow .75s linear infinite;
  animation:spinner-grow .75s linear infinite
}

.text-light{
  color:#f8f9fa!important
}

.spinner-grow-custom {
  position: absolute;
  top: 45%;
}

.ibox-text-color {
  color: #676A6C;
}

.width-percent{
  width: 100% !important; 
  word-wrap: break-word;
}

.planCell {
  background-color: #CED4D3;
  width: 10px;
  height: 10px;
  border :1px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 1px;
  margin-top: 2px;
  padding-right: 16px;
  padding-left: 16px;
}
.emptyCell {
  background-color: white;
  width: 10px;
  height: 10px;
  border :1px;
  border-radius: 5px 5px 5px 5px; 
  margin-left: 1px;
  margin-top: 2px;
  padding-right: 16px;
  padding-left: 16px;
}

.abseCell {
  background-color: #EA0505;
  width: 10px;
  height: 10px;
  border :1px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 1px;
  margin-top: 2px;
  padding-right: 16px;
  padding-left: 16px;
}

.holiCell {
  background-color: #E7E005;
  width: 10px;
  height: 10px;
  border :1px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 1px;
  margin-top: 2px; 
  padding-right: 16px;
  padding-left: 16px;
}

.emplRTCell {
  background-color: #037042;
  width: 10px;
  height: 10px;
  border :1px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 1px;
  margin-top: 2px;  
  padding-right: 16px;
  padding-left: 16px;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.otheERTCell {
  /*background-color: #43EE03;*/
  background: repeating-linear-gradient(135deg, #ffffff, #ffffff 2px, #3d6146 2px, #3d6146 4px) !important;
  width: 10px;
  height: 10px;
  border :1px;
  border-radius: 5px 5px 5px 5px; 
  margin-left: 1px;
  margin-top: 2px; 
  padding-right: 16px;
  padding-left: 16px;
}

.brightness img:hover {
  opacity: 1;
}
.dim img:hover {
  opacity: .5;
}

.subs-respond {
  width: 130px;
  text-align: center;
  border: 1px solid gray;
  margin: 0;
  height: 25px;
  border-radius: 20px 20px 20px;
}

.circle-image {
  width:54px !important; 
  height:54px !important; 
  margin-left: 0px;
  margin-top: 2px;
}

.circular--portrait-off {
  /*background-color: red;*/
  position: relative;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  background-color: white;
  margin-left: 24px;
}

.circular--portrait-off img {
  width: 100%;
  height: auto;
}

.circular--portrait {
  position: relative;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0881DF;
  margin-left: 24px;
  padding-bottom: 5px !important;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.img-caption {
  text-align: center;
  display: block;
  width: 100px;
}

.date-day#vavodd {
  font-size: 2em;
  color: #6e8091;
  padding-right: 4px;
  padding-left: 4px;
  text-align: center;
  width: 33px;
  padding-bottom: 2px !important;
  margin-top: -13px;
}

.date-day#setplan {
  font-size: 3em;
  color: #6e8091;
  padding-right: 4px;
  padding-left: 4px;
  text-align: right;
  width: 50px;
  padding-bottom: 2px !important;
}

.date-day#vavoddsec {
  font-size: 2em;
  color: #6e8091;
  padding-right: 4px;
  padding-left: 4px;
  text-align: left;
  width: 33px;
  padding-bottom: 5px !important;
}

.date-day#secovavodd {
  font-size: 1em;
  color: #6e8091;
  text-align: left;
  width: 33px;
}

.emp-td {
  width: 150px;
  display: block;

  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  background-color: white !important;
  /*position: absolute; 
  left:0;
  top:auto;
  border-right: 0px none black; 
  border-top-width:3px; /*only relevant for first row
  margin-top:-3px; /*compensate for top border*/

}
.emp-td#event-schedule {
  width: 200px;
  display: block;
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  background-color: white !important;
}

.content-td {
  width: 20px;
}

.fs-content {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 10px;
 /* max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 55px;*/
  max-width: 600px;
  text-align: center;
}

.more-option {
  position: relative;
  text-align: right; 
  margin-top: 0px; 
  margin-right: 0px; 
  width: 50px; 
  margin-right: 0px;

}
.option-list {
  height: 20px; margin-top: 0px; padding-top: 0px; padding-right: 0px; margin-right: 0px;
}

div.loginErrorMessage {
  word-wrap: break-word;
  white-space: pre-wrap;
}

md-toolbar{
  border-radius: 24px;
}

.rounded-edge{
  border-radius: 24px !important;
}

.not-rounded-edge .rounded-edge{
  border-radius: 0px !important;
}

md-input-container ui-calendar-cust .ui-calendar-wrapper
{
  padding:0px;
  border: none;
  left: -2px;
  width: calc(100% + 2px);
}

#on_boarding .md-toolbar-tools
{
  background-color: #1ab394 !important;
}


.wj-flexgrid .wj-header, .wj-flexgrid .wj-group:not(.wj-state-selected):not(.wj-state-multi-selected), .wj-flexgrid .wj-cell {
  color: #000;
}

@media (min-width: 700px){
  /* PC */
  .app-controller{
    overflow-y: auto !important;
  }

}

@media (max-width: 699px){
  /* mobile */
  /* .app-controller{
    overflow-y: hidden !important;
  } */

  select{
    height: 36px;
    border-radius: 16px;
    width: 100%;
    width: -moz-available;          
    width: -webkit-fill-available;
    width: fill-available;
    border-style: solid 1px;
  }
}