/*------------- 
BRAND & SITE COLORS
-------------*/
/*------------- 
HELPERS
-------------*/
@font-face {
  font-family: "fontcustom";
  src: url("/fonts/fontcustom_7b3c0129456c8ead127a9a1137db7b7c.eot");
  src: url("/fonts/fontcustom_7b3c0129456c8ead127a9a1137db7b7c.eot?#iefix") format("embedded-opentype"), url("/fonts/fontcustom_7b3c0129456c8ead127a9a1137db7b7c.woff") format("woff"), url("/fonts/fontcustom_7b3c0129456c8ead127a9a1137db7b7c.ttf") format("truetype"), url("/fonts/fontcustom_7b3c0129456c8ead127a9a1137db7b7c.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url("/fonts/fontcustom_7b3c0129456c8ead127a9a1137db7b7c.svg#fontcustom") format("svg"); } }
[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-clock:before,
.icon-doctorplus:before,
.icon-invoice:before,
.icon-sb-chart:before,
.icon-sb-email:before,
.icon-sb-invoice:before,
.icon-sb-report:before,
.icon-secure:before,
.icon-user:before,
.icon-users:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-clock:before {
  content: "\f101"; }

.icon-doctorplus:before {
  content: "\f106"; }

.icon-invoice:before {
  content: "\f102"; }

.icon-sb-chart:before {
  content: "\f10c"; }

.icon-sb-email:before {
  content: "\f10d"; }

.icon-sb-invoice:before {
  content: "\f10e"; }

.icon-sb-report:before {
  content: "\f10f"; }

.icon-secure:before {
  content: "\f103"; }

.icon-user:before {
  content: "\f107"; }

.icon-users:before {
  content: "\f104"; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #515151;
  background-color: #fff; }

.nopadding-left {
  padding-left: 0 !important; }

html, body {
  width: 100%;
  height: 100%; }

a {
  color: #00B7FF; }

.custom_breadcrumb {
  margin-left: -12px;
  color: #777777; }

/*
==============================================================================
:: Errors
============================================================================== */
.errors-list {
  color: #FF4136; }

/*
==============================================================================
:: Overwrite
============================================================================== */
.btn {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid 0;
  font-size: 12px;
  line-height: 1.42857;
  vertical-align: middle;
  -webkit-transition: all .25s;
  transition: all .25s; }

.btn-success, .btn-success:focus, .btn-hover-success:hover, .btn-hover-success:active, .btn-hover-success.active, .btn.btn-active-success:active, .btn.btn-active-success.active, .dropdown.open > .btn.btn-active-success, .btn-group.open .dropdown-toggle.btn.btn-active-success {
  background-color: #97c664;
  border-color: #9cc96b;
  color: #fff; }

.btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #87bd4b;
  border-color: #8bbf51;
  color: #fff; }

.btn-danger, .btn-danger:focus, .btn-hover-danger:hover, .btn-hover-danger:active, .btn-hover-danger.active, .btn.btn-active-danger:active, .btn.btn-active-danger.active, .dropdown.open > .btn.btn-active-danger, .btn-group.open .dropdown-toggle.btn.btn-active-danger {
  background-color: #f76447;
  border-color: #f76c51;
  color: #fff; }

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-color: #f54928;
  border-color: #f54f2f;
  color: #fff; }

.panel {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0 !important;
  border: 0;
  margin-bottom: 24px; }

.panel .panel-footer, .panel > :last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.panel .panel-heading, .panel > :first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-body {
  padding: 25px 20px; }

.pad-btm {
  padding-bottom: 15px; }

.pad-ver {
  padding-top: 15px;
  padding-bottom: 15px; }

.cls-container a, .cls-container a:hover, .cls-container a:focus {
  color: #fff; }

.btn-link {
  border-color: transparent; }

.mar-rgt {
  margin-right: 15px; }

.btn-info, .btn-info:focus, .btn-hover-info:hover, .btn-hover-info:active, .btn-hover-info.active, .btn.btn-active-info:active, .btn.btn-active-info.active, .dropdown.open > .btn.btn-active-info, .btn-group.open .dropdown-toggle.btn.btn-active-info {
  background-color: #46b9d8;
  border-color: #4ebcda;
  color: #fff; }

.nopadding {
  padding-left: 0;
  padding-right: 0; }

/*
==============================================================================
:: Content
============================================================================== */
.page {
  background: #fafafa;
  min-height: calc(100vh - 50px); }

.page .title {
  height: 50px;
  width: 100%;
  padding: 0px 25px;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #d4d4d4; }

.annual-days-holiday {
  min-height: 40px;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 10px; }

.text-center {
  text-align: center; }

.loading-message {
  font-size: 20px;
  margin-bottom: 20px !important;
  color: #FFF;
  font-weight: 300; }

.pg-loading-logo {
  width: 130px; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 10px auto 100px auto; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px 0px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; }

  .navbar .navbar-toggle, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: #333; }

  .navbar .navbar-toggle {
    border-color: #333; }

  .navbar .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: #222; }

  .navbar .navbar-nav > li > a {
    color: #9d9d9d !important;
    font-weight: normal !important; }

  .navbar .navbar-toggle .icon-bar {
    background-color: #fff; }

  .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent; } }
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.inner {
  margin-left: auto;
  margin-right: auto; }

.form-text.form-checkbox:not(.btn), .form-text.form-radio:not(.btn) {
  padding-left: 25px;
  line-height: 20px; }

.attach-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.help-block {
  color: red; }

.text-thin {
  font-weight: 300; }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.hidden {
  display: none !important; }

.no-padding {
  padding: 0 0; }

.no-margin {
  margin: 0px; }

.margin-left-4 {
  margin-left: 15px; }

.margin-left-8 {
  margin-left: 25px; }

.margin-left-12 {
  margin-left: 35px; }

.pad-all-15 {
  padding: 15px; }

.pad-top-15 {
  padding-top: 15px; }

.height-100 {
  height: 100%; }

.pad-all-5 {
  padding: 5px; }

.pad-left-5 {
  padding: 5px; }

.pad-bot-15 {
  padding-bottom: 15px; }

input[readonly] {
  color: #333;
  background-color: rgba(240, 240, 240, 0.56); }

a.disabled {
  color: #DDD !important;
  cursor: default;
  pointer-events: none;
  text-decoration: none; }

.bold {
  font-weight: bold; }

.login-logo {
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px; }

.login-logo a:hover, .login-logo a:active {
  text-decoration: none;
  color: #1eb7ff; }

.login-content {
  background-image: url("../images/background-dots.png");
  width: 100%;
  height: 100%; }

.cls-content {
  padding: 0px 15px 0px 15px;
  position: relative; }

.cls-content .cls-content-sm, .cls-content .cls-content-lg {
  color: #515151;
  width: 350px;
  min-width: 270px;
  margin: 0 auto;
  position: relative; }

.mar-rgt {
  margin-right: 15px; }

.mar-lft {
  margin-left: 15px; }

.login-logo span {
  color: #333;
  position: relative;
  top: 9px; }

@media screen and (max-width: 680px) {
  .login-logo span {
    display: block;
    font-size: 14px; }

  .cls-content .cls-content-sm, .cls-content .cls-content-lg {
    width: 270px;
    min-width: 270px; } }
.input-login {
  background-color: transparent;
  font-size: 12px;
  padding: 10px 10px 3px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #F08323; }

.input-login:focus {
  outline: none;
  border-bottom: 2px solid #F08323; }

.input-group-addon-login {
  border: none;
  border-bottom: 1px solid #F08323;
  background-color: transparent;
  min-width: 45px;
  width: 1%;
  display: table-cell;
  text-align: center;
  font-size: 14px;
  color: #F08323; }

.input-group-login {
  margin-bottom: 10px;
  width: 100%; }

input:focus ~ .input-group-addon-login {
  border-bottom: 2px solid #F08323; }

.outer-logo {
  background-image: url("../images/background-logo.png");
  background-repeat: no-repeat;
  background-size: auto 100%; }

.btn-login {
  font-size: 18px;
  color: #F08323;
  border-radius: 100px;
  width: 150px;
  height: 50px;
  background-color: #000000; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-radius: 15px;
  font-size: 16px;
  width: 60%;
  margin-top: 20px; }

.login-logo p {
  color: #5f697a; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: inherit;
  border-bottom-color: #fff; }

.nav-tabs > li > a {
  font-weight: 700;
  color: #515253;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px; }

.proxy-tab-content {
  padding: 15px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #dde6e9; }

.proxy-tab-buttons button {
  margin-left: 10px; }

.nav-tabs > li > a:hover {
  border-color: #ddd; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

md-tabs.md-default-theme md-tabs-wrapper, md-tabs md-tabs-wrapper {
  background-color: #fafafa !important;
  color: #515151 !important; }

md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
  color: #515151; }

.tabs {
  height: calc(100vh - 50px); }

.tabs md-content {
  height: 100%; }

.tab-content {
  height: calc(100vh - 100px) !important;
  position: relative !important; }

.save-button {
  font-size: 14px !important;
  position: absolute;
  top: 4px;
  color: #2aabd2;
  right: 50px;
  z-index: 1; }

md-tabs md-tabs-content-wrapper {
  padding-top: 50px; }

md-tabs-wrapper {
  position: fixed;
  top: 50px;
  left: 0px;
  background-color: #4472c4 !important;
  z-index: 10;
  width: 100%; }

@media screen and (max-width: 820px) {
  .save-button {
    right: 0px; }

  .md-toolbar-tools h2 {
    font-size: 16px; } }
@media screen and (max-width: 400px) {
  .save-button {
    right: 0px; } }
.form-control {
  font-size: 12px;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  transition-duration: .25s;
  display: block;
  width: 100%;
  color: #000000;
  background-color: #fff; }

.input-spinner input {
  font-size: 12px;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  transition-duration: .25s;
  width: 100px;
  display: inline-block;
  color: #000000;
  background-color: #fff;
  height: 22px; }

.input-spinner-span {
  height: 22px;
  line-height: 22px; }

.input-spinner input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.control-label {
  line-height: 31px;
  font-weight: normal;
  text-align: right;
  padding: 0 0; }

.input-group-addon {
  border: 1px solid #e1e5ea;
  background-color: transparent;
  border-radius: 0;
  min-width: 45px; }

.form-control.boxed {
  display: block !important;
  width: 100% !important; }

.form-control:focus, input.input-primary, input.input-primary:focus {
  border-color: #7992BF; }

.form-control:focus {
  border-color: #7992BF;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.form-group {
  width: 100% !important;
  margin-bottom: 10px;
  display: inline-block; }

.submitted input.ng-invalid, .submitted select.ng-invalid {
  border: 2px solid #ff0000 !important; }

.md-default-theme .md-datepicker-input-container.md-datepicker-invalid, .md-datepicker-input-container.md-datepicker-invalid {
  border-bottom-color: rgba(0, 0, 0, 0.12) !important; }

.ng-submitted md-select.ng-invalid md-select-value,
.ng-submitted md-select.ng-invalid.ng-touched md-select-value,
.ng-submitted md-datepicker.ng-invalid .md-datepicker-input-container,
.ng-submitted md-datepicker.ng-invalid.ng-touched .md-datepicker-input-container {
  border-color: #dd2c00; }

.input-spinner {
  float: left; }

.ui-spinner-button {
  padding: 1px 12px 0px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.ui-spinner-button:hover, .ui-spinner-button:active {
  text-decoration: none;
  color: black; }

.input-spinner.disabled {
  opacity: .5; }

.save-button {
  font-size: 14px !important;
  position: absolute;
  top: 4px;
  color: #2aabd2;
  right: 50px;
  z-index: 1; }

.save-button-settings {
  font-size: 14px !important;
  background-color: #f77600;
  color: #ffffff;
  z-index: 1; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.form-separator {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 6px;
  border-bottom: 2px solid #e88544;
  background-color: #e88544;
  margin-bottom: 20px; }

.form-separator-underlined {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding: 2px 6px;
  border-bottom: 2px solid #e88544;
  margin-bottom: 20px; }

.percentage {
  position: absolute;
  right: 10px;
  top: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #ccc; }

.md-calendar-month-label, .md-calendar-month-label {
  font-weight: 700; }

.md-datepicker-input-mask {
  display: none; }

md-input-container {
  min-height: 58px; }

.md-datepicker-button {
  margin-top: 15px !important; }

.hint {
  color: rgba(0, 0, 0, 0.67); }

.md-block > label {
  font-size: 16px; }

md-autocomplete.required-label > md-autocomplete-wrap > md-input-container > label,
.required-label > label,
.required-label > md-select > md-select-value > span:not(.md-select-icon) {
  color: #FF4136 !important; }

.required-label > md-select > md-select-value > span > div {
  color: rgba(0, 0, 0, 0.87) !important; }

@media screen and (max-width: 450px) {
  .save-button {
    right: 5px; }

  .save-button-settings {
    width: 95%; }

  .ui-datepicker-multi .ui-datepicker-group {
    float: none; } }
@media screen and (max-width: 820px) {
  .save-button {
    right: 5px; }

  .credit_date {
    margin-top: -25px; }

  .credit_date span {
    color: rgba(0, 0, 0, 0.26);
    font-weight: bold; } }
.md-accordion {
  margin: 10px 0 20px 0; }

.md-accordion .expandCollapse {
  width: 30px;
  height: 30px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  color: #ff5722;
  display: block;
  margin-top: -2px;
  margin-left: -2px;
  overflow: hidden; }

.md-accordion .expandCollapse:active {
  border: 0px; }

.md-accordion .expandCollapse:before, .md-accordion .expandCollapse:after {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 32px;
  text-align: center;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out; }

.md-accordion .expandCollapse:before {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "|";
  margin-top: -3px; }

.md-accordion .expandCollapse:after {
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "|";
  margin-left: -3px; }

.md-accordion .active:before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 3px;
  margin-top: 0px; }

.md-accordion .dataContent {
  height: 0px;
  overflow: hidden;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out; }

.md-accordion .activeContent {
  height: auto;
  padding: 10px 0px;
  display: block; }

.md-accordion md-toolbar {
  cursor: pointer;
  border-left: 4px solid #ff5722;
  width: inherit;
  margin: 0px;
  font-size: 14px;
  border-radius: 5px;
  background-color: #eeeeee;
  height: 48px;
  max-height: 48px;
  min-height: 48px;
  color: #ff5722;
  font-weight: bold; }

.md-accordion .md-toolbar-tools {
  font-size: 16px; }

.select-login {
  min-height: 0px !important;
  margin: 18px 0 10px 0 !important; }

.error {
  color: #FF4136;
  text-align: center;
  margin-bottom: 10px;
  width: 100%; }

.sweet-alert h2 {
  font-size: 20px;
  margin-bottom: 0px; }

.invalidFormatPhone {
  color: #FF4136; }

.navbar {
  background-color: #e88544;
  height: 50px;
  margin-bottom: 0px;
  border: none; }

.navbar-header {
  text-align: center;
  height: 100%;
  background-size: 100px; }

.navbar-header a {
  text-align: center;
  float: left;
  width: 100px;
  background: transparent url("/images/logo.png") no-repeat left center;
  background-size: 100px; }

.navbar-default .navbar-nav > li > a {
  color: white;
  font-weight: bold; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-nav.actions li a, .navbar-nav.actions li a:active, .navbar-nav.actions li a:focus {
  outline: none;
  color: white; }

.navbar-nav li a i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.navbar-save {
  float: right !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
  font-size: x-large;
  padding: 0;
  color: #fafafa; }

@media screen and (max-width: 767px) {
  .navbar .navbar-toggle, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
    background-color: #333; }

  .navbar .navbar-toggle {
    border-color: #333; }

  .navbar .navbar-toggle .icon-bar {
    background-color: #fff; }

  .navbar .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010; }

  .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808; }

  .navbar .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background-color: #222;
    z-index: 100; }

  .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent; }

  .navbar .navbar-nav > li > a {
    color: #9d9d9d;
    font-weight: normal; }

  .navbar-header > .navbar-toggle {
    float: right; } }
.sidebar {
  background-color: #f3f3f3;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
  border-right: 1px solid #d4d4d4; }

.nav-sidebar {
  text-align: center; }

.nav-sidebar-padded {
  padding-top: 50px; }

.sidebar h4 {
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4; }

.nav-sidebar li {
  margin-bottom: 20px; }

.vacation-days-left {
  width: 90%;
  margin: 0 auto;
  -moz-box-shadow: 1px 1px 2px 3px #ccc;
  -webkit-box-shadow: 1px 1px 2px 3px #ccc;
  box-shadow: 1px 1px 2px 3px #ccc;
  border-radius: 1px; }

.vacation-days-left > .header {
  height: 40px;
  background-color: #2aabd2;
  color: white;
  font-weight: bold;
  padding: 10px;
  text-align: center; }

.vacation-days-left > .content {
  text-align: center;
  height: 40px;
  background-color: white;
  color: #333;
  padding: 10px; }

.nav-sidebar > .employee {
  padding: 10px 10px;
  line-height: 30px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0px !important;
  text-align: left; }

.nav-sidebar .employee:hover {
  background-color: #e6e6e6;
  cursor: pointer; }

.nav-sidebar .employee span i {
  font-size: 14px; }

.nav-sidebar .employee span i:hover {
  cursor: pointer; }

.nav-sidebar > .employee > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.nav-sidebar > .employee > ul > li {
  margin: 4px; }

.headline {
  padding: 12px 16px 6px;
  line-height: 16px !important; }

.md-headline {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px; }

.md-subhead {
  font-size: 12px;
  font-weight: normal;
  line-height: 12px; }

.md-button {
  font-size: 12px;
  height: 12px; }

.md-button {
  margin: 6px 8px;
  line-height: 30px;
  min-height: 30px;
  background: transparent;
  white-space: nowrap;
  min-width: 28px !important;
  text-transform: none;
  font-weight: 500; }

.save-button-settings {
  font-size: 14px !important;
  background-color: #f77600;
  color: #ffffff !important;
  z-index: 1;
  min-height: 36px;
  min-width: 90px !important; }

md-card {
  margin: 0px; }

.white-background {
  background-color: white; }

.gray-background {
  background-color: #e6e6e6; }

.left-sided {
  margin-right: 10px;
  margin-left: -10px;
  margin-top: 5px;
  font-size: 20px; }

md-card .md-actions, md-card md-card-actions {
  margin: 0px 8px 8px 8px; }

.center-modal {
  position: fixed;
  top: 10%;
  left: 18.5%;
  z-index: 1050;
  width: 80%;
  height: 80%;
  margin-left: -10%; }

.modal-backdrop {
  opacity: 0.7 !important;
  background-color: white !important; }

.modal-content {
  border-radius: 0px; }

.modal-footer a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #35add3;
  margin-left: 20px; }

.modal-footer a:hover, .modal-footer a:active, .modal-footer a:focus {
  text-decoration: none;
  color: #268eaf; }

@media (min-width: 768px) {
  .modal-sm {
    width: 430px; } }
.date-picker-wrapper {
  border: none; }

#date-range-container {
  margin: 0 auto; }

.modal-open .modal {
  overflow-y: hidden; }

.modal-calendar-picker {
  width: 100%;
  background-color: #efefef; }

.ui-datepicker-inline {
  margin: 0 auto; }

.ui-state-active {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: none;
  background: white;
  color: white; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  border: 1px solid #2588eb;
  background: #49e;
  color: white; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b; }

.ui-datepicker-today a {
  background: #ffe684 !important;
  color: #2b2b2b !important;
  border: 1px solid #ccc !important; }

.ui-state-highlight.ui-datepicker-today a {
  background: #49e !important;
  color: white !important;
  border: 1px solid #ccc; }

.header-options {
  background-color: #fafafa; }

.table-search {
  float: right;
  width: 200px;
  font-size: 16px;
  border: none;
  background-color: transparent; }

.title span {
  float: left; }

.table-panel-body {
  padding: 0px !important; }

.table > thead {
  background-color: #fafafa; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 15px 25px !important;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  color: #ababab;
  font-size: 13px; }

.table-panel-footer {
  padding: 15px 25px !important;
  border-top: 2px solid #ddd;
  color: #ababab;
  background-color: #fafafa; }

.table {
  margin-bottom: 0px; }

.pagination {
  margin: 0px 0; }

.dataTables_paginate {
  float: right; }

.ng-table-header {
  text-align: left; }

.header {
  outline: none; }

td.actions {
  text-align: center; }

td.actions a {
  color: #333;
  font-size: 13px;
  margin-left: 8px; }

td.actions a:hover,
td.actions a:focus {
  text-decoration: none; }

.totals-row {
  background-color: #cee3f8;
  font-weight: bold; }

table.dataTable tr:hover {
  background-color: #dff2f8; }

.dataTables_wrapper {
  overflow-x: auto; }

@media screen and (max-width: 400px) {
  .dataTables_paginate {
    float: left; }

  table.dataTable {
    overflow-x: auto; }

  table.dataTable td, table.dataTable th {
    min-width: 160px; }

  .table-search {
    width: 100px; } }
@media screen and (max-width: 767px) and (min-width: 400px) {
  .dataTables_paginate {
    float: left; }

  table.dataTable {
    overflow-x: auto; }

  table.dataTable td, table.dataTable th {
    min-width: 160px; }

  .table-search {
    width: 100px; } }
@media screen and (max-width: 991px) and (min-width: 768px) {
  .dataTables_paginate {
    float: left; }

  table.dataTable {
    overflow-x: auto; }

  table.dataTable td, table.dataTable th {
    min-width: 160px; }

  .table-search {
    width: 100px; } }
@media only screen and (max-width: 900px) {
  .mobile-hidden {
    display: none; } }
.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
  min-height: 85px; }

.cal-month-day {
  height: 85px; }

.cal-context {
  width: 100%;
  background-color: white;
  padding: 10px 15px;
  border: 1px solid #d8d8d8; }

.btn-group button {
  background-color: white; }

.mask {
  background-color: #525659; }

.mask-pdf {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 611pt;
  max-width: 611pt;
  width: 611pt;
  margin: 0 auto !important; }

.mask-pdf .row {
  margin: 20px; }

.mask-pdf .row div .form-separator {
  padding: 5px 10px; }

.mask-border {
  border: 2px solid #e88544; }

.mask-title {
  font-weight: bold;
  border-bottom: 4px solid #e88544; }

.mask-subtitle {
  background-color: #e88544;
  padding: 5px 0px;
  font-weight: bold; }

.mask-inner-padding {
  padding: 5px; }

.pad-sided-5 {
  padding: 0px 5px; }

.blue-bg {
  background-color: #cee3f8 !important; }

.mask-percentage {
  position: absolute;
  font-weight: bold;
  right: -30px;
  color: #4897e5 !important; }

.mask-payment-methods {
  width: 100%; }

.mask-payment-methods th {
  padding: 4px; }

.mask-payment-methods th:not(:first-child) {
  background-color: #ddd; }

.mask-payment-methods td {
  padding: 4px; }

.mask-payment-methods td:not(:first-child) {
  text-align: center; }

.mask-payment-methods tr.blue td:not(:first-child) {
  background-color: #cee3f8 !important; }

.mask-payment-methods th {
  text-align: center; }

.mask-logo {
  width: 100%;
  padding-top: 30px; }

td.bold, tr.bold {
  font-weight: bold; }

.mask-lease {
  width: 100%;
  text-align: center; }

.mask-lease td {
  padding: 2px; }

.mask-lease td:nth-child(2) {
  text-align: left; }

.orange-border {
  border-bottom: 3px solid #FFDC00;
  text-align: center !important; }

.font-10 {
  font-size: 10px; }

.orange-bg {
  background-color: #FFDC00; }

.panel > .panel-no-backgroud {
  background-color: initial !important; }

.panel > .panel-no-border {
  border-bottom: none !important; }

.panel-title.panel-bold {
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
