/* SETUP
------------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-Regular.eot");
  src: url("../../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-Regular.ttf") format("truetype"), url("../../fonts/OpenSans-Regular.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../../fonts/Raleway-Regular.eot");
  src: url("../../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Raleway-Regular.ttf") format("truetype"), url("../../fonts/Raleway-Regular.svg#ralewayregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'glyphicons';
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  position: relative;
  min-height: 100%;
  background-color: white; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  color: #5f5f5f;
  background-color: transparent;
  background: #fff;
  height: 100%;
  margin-bottom: 66px;
  margin-top: 90px; }

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px 0 10px; }

h1 {
  margin: 0 0 20px;
  font-size: 2.6em;
  font-weight: 500; }

.margint20 {
  margin-top: 20px; }

.marginl10 {
  margin-left: 10px; }

.marginb10 {
  margin-bottom: 10px; }

.margintb2 {
  margin: 2px 0; }

.no-marginb .form-group {
  margin-bottom: 0px !important; }

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em; }

.clear {
  clear: both; }

.disp-inblk {
  display: inline-block; }

a {
  color: #ef5f47;
  font-size: 1.2em; }
  a:active, a:focus, a:hover {
    outline: none;
    outline: 0;
    color: #ef5f47; }

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb .active {
    color: #5f5f5f;
    font-size: 1.2em; }
  .breadcrumb li + li:before {
    padding: 0 5px;
    color: #ef5f47;
    content: "\003e";
    font-size: 1.2em;
    position: relative;
    top: 2px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;
  -webkit-text-fill-color: #5f5f5f !important; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

.show-hide, .see-more {
  margin: 0 5px; }

.show-hide {
  display: none; }

.tooltip-inner {
  border: 1px solid #000;
  max-width: 200px;
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #ffed99;
  border-radius: 4px; }

.tooltip {
  opacity: 1 !important; }

.error-block {
  position: absolute;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ff2a00;
  font-size: 1em; }

.separator {
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.2em; }

.sub-heading {
  font-size: 1.4em; }

.form-inline .well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  box-shadow: none; }
  .form-inline .well .form-control {
    background-color: #fdfdfd !important; }
  .form-inline .well .multiselect-parent .dropdown-toggle {
    background-color: #fdfdfd !important; }
  .form-inline .well .btn-link {
    margin-right: 0; }

.block-btn[aria-expanded="true"] .caret {
  border-bottom: 4px dashed;
  border-top: none; }

.multiselect-parent {
  width: 100%; }
  .multiselect-parent .btn-group.open .dropdown-toggle {
    box-shadow: none !important; }
  .multiselect-parent .dropdown-toggle {
    min-width: 200px;
    text-align: left;
    padding: 3px 6px;
    text-transform: capitalize;
    background-color: #f2f2f2 !important;
    color: #5f5f5f;
    height: 34px;
    font-size: 14px; }
    .multiselect-parent .dropdown-toggle .caret {
      float: right;
      margin-top: 8px; }
  .multiselect-parent ul.dropdown-menu {
    width: 100%; }
    .multiselect-parent ul.dropdown-menu span.glyphicon-ok, .multiselect-parent ul.dropdown-menu span.glyphicon-remove {
      background: #ef5f47;
      color: #fff;
      font-size: 10px;
      padding: 3px;
      position: relative;
      top: 0; }
    .multiselect-parent ul.dropdown-menu span.glyphicon-remove {
      background: #5f5f5f; }
    .multiselect-parent ul.dropdown-menu a {
      font-size: 1em;
      padding: 3px 10px;
      cursor: default; }
    .multiselect-parent ul.dropdown-menu a:hover span.glyphicon-ok {
      background: #fff;
      color: #ef5f47; }
    .multiselect-parent ul.dropdown-menu a:hover span.glyphicon-remove {
      background: #fff;
      color: #5f5f5f; }

.full-height-blk {
  display: block;
  height: 100%; }

.no-shadow {
  box-shadow: none !important; }

.highlighted {
  color: #b13535;
  font-weight: bold; }

.addon-label {
  padding: 25px 6px 6px 0 !important; }

.timeline-scroll {
  height: 350px;
  overflow-x: auto; }

.text-dropdown .dropdown-menu {
  max-height: 200px !important;
  overflow-y: auto !important; }
  .text-dropdown .dropdown-menu li > a {
    cursor: default; }

@-moz-document url-prefix() {
  .multiselect-parent .dropdown-toggle {
    padding: 6px; }
    .multiselect-parent .dropdown-toggle .caret {
      margin-top: -12px; } }

@media (max-width: 767px) {
  .multiselect-parent {
    width: 100% !important; }
    .multiselect-parent .dropdown-toggle {
      width: 100% !important; } }

/* GENERIC 
------------------------------------------- */
.navbar {
  border-radius: 0; }

.navbar-default {
  background: #fff;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175) 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175) 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175) 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175) 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175) 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.175) 2px 5px rgba(0, 0, 0, 0.4); }

a.navbar-brand {
  width: 195px;
  display: block;
  height: 60px;
  background: url(../../img/launch_logo_bg.png) no-repeat;
  margin: 4px 0 4px 0;
  text-decoration: none;
  text-indent: 1001%;
  white-space: nowrap;
  overflow: hidden; }

.navbar-nav > li > a {
  line-height: 48px;
  padding: 10px 12px; }

.navbar-nav {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold; }

navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #ef5f47;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #ef5f47;
  background-color: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #ef5f47; }

.dropdown-menu {
  border-radius: 0; }

.dropdown-menu > li > a {
  color: #5f5f5f; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ef5f47; }

.activeHeaderToDo, .inActiveHeaderToDo {
  border-radius: 50%;
  font-size: 1.4em !important;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 34px;
  display: inline-table; }

.inActiveHeaderToDo {
  color: lightgray;
  background-color: #5f5f5f; }

.activeHeaderToDo {
  color: #fff;
  background-color: #ef5f47; }

.badge {
  color: #fff;
  background-color: #ef5f47;
  border-radius: 50%;
  font-size: 12px !important;
  text-align: center;
  height: 28px;
  width: 34px;
  line-height: 28px;
  display: inline-table; }

.badge-mobile {
  background-color: #ef5f47;
  border-radius: 50%;
  color: #fff;
  font-size: 12px !important;
  font-weight: 700;
  min-width: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 9px 20px 0 0;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 34px;
  display: inline-table; }

.message-control {
  max-height: 200px;
  overflow-y: auto;
  min-width: 300px !important; }
  .message-control li a {
    white-space: normal !important;
    text-transform: none;
    font-size: 1em;
    padding: 3px 10px; }
  .message-control li:nth-of-type(odd) {
    background-color: #fff; }
  .message-control li:nth-of-type(even) {
    background-color: #f2f2f2; }
  .message-control li.no-further-items {
    margin: 0 2px;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase; }

.navbar-toggle .icon-bar {
  height: 3px; }

.profile {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/profile.png) no-repeat;
  width: 36px;
  /* Width of new image */
  height: 36px;
  /* Height of new image */
  padding-left: 36px;
  /* Equal to width of new image */ }
  .profile:hover, .profile:focus, .profile:active {
    background: url(/img/profile-hover.png) no-repeat; }

@media (min-width: 768px) and (max-width: 991px) {
  a.navbar-brand {
    background: url(../../img/launch_logo_bg.png) no-repeat !important;
    width: 195px !important;
    height: 60px !important; }
  .navbar-nav {
    font-size: 0.9em; }
    .navbar-nav .dropdown-menu {
      font-size: 1em; }
  .navbar-nav li a {
    padding: 3px 5px !important; }
  .message-control {
    min-width: 250px !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav {
    font-size: 1.1em; } }

@media (max-width: 767px) {
  body {
    margin-top: 75px; }
  a.navbar-brand {
    background: url(../../img/launch_logo_bg.png) no-repeat !important;
    width: 195px !important;
    height: 60px !important; }
  .dropdown-menu {
    font-size: 1.0em; }
  .navbar-default .navbar-nav > li {
    background-color: #5f5f5f;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center; }
    .navbar-default .navbar-nav > li a {
      font-size: 1.0em;
      color: #fff;
      font-weight: normal;
      line-height: normal !important;
      padding: 10px 15px !important; }
      .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
        color: #ef5f47; }
  .navbar-default .navbar-nav .open .dropdown-menu > li {
    background-color: #333333;
    border-top: 1px solid #fff;
    color: #fff;
    text-align: center; }
    .navbar-default .navbar-nav .open .dropdown-menu > li a {
      color: #fff;
      padding: 10px 15px; }
      .navbar-default .navbar-nav .open .dropdown-menu > li a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li a:hover {
        color: #fff;
        background-color: #ef5f47; }
  .message-control {
    min-width: 220px !important; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 600px; }
    .navbar-fixed-top .navbar-collapse .navbar-right {
      display: flex;
      flex-direction: column-reverse; }
      .navbar-fixed-top .navbar-collapse .navbar-right .menu-featured {
        order: -1; } }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  background-color: #4c4c4c;
  margin: 20px 0 0 0;
  color: #fff;
  line-height: 60px; }
  footer a, footer a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 1em; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  padding-left: 5px !important; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  margin-top: 2px;
  border: 1px solid #ef5f47;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: -2px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 5px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  position: absolute !important;
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #ef5f47;
  border-color: #ef5f47; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px;
  display: inline-block !important;
  padding-right: 10px; }

.radio label {
  display: block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px !important; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  margin-top: 3px;
  border: 1px solid #ef5f47;
  border-radius: 50%;
  background-color: #fff;
  outline: none !important;
  outline: 0 !important;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  position: absolute !important;
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  -o-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #ef5f47; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #ef5f47; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #ef5f47; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.fa {
  display: inline-block;
  font: normal normal normal 2.3em FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

.fa-5x {
  font-size: 5em; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-minus:before {
  content: "\f068"; }

.fa-plus:before {
  content: "\f067"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-arrow-down:before {
  content: "\f063"; }

#resend-registration .modal-footer {
  margin-top: 50px; }

.modal-dialog .modal-content {
  border-radius: 0; }
  .modal-dialog .modal-content .modal-header {
    padding: 8px;
    background-color: #ef5f47;
    color: #fff;
    text-align: center;
    border-bottom: none; }
    .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 1.3em;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 2; }
    .modal-dialog .modal-content .modal-header .close {
      margin-top: 0;
      background-color: #fff;
      border-radius: 20px;
      float: right;
      font-size: 30px;
      font-weight: 700;
      line-height: 1;
      color: #ef5f47;
      text-shadow: none;
      opacity: 1;
      padding: 0 6px;
      outline: none; }
      .modal-dialog .modal-content .modal-header .close:hover, .modal-dialog .modal-content .modal-header .close:focus {
        color: #707070; }
  .modal-dialog .modal-content .modal-body a {
    font-size: 1em; }
  .modal-dialog .modal-content .modal-body .modal-radio .button-container {
    margin: 3px 0; }
  .modal-dialog .modal-content .modal-body .diff-email #diff-email {
    display: none; }
  .modal-dialog .modal-content .modal-body .diff-email label {
    font-size: 1.2em !important;
    margin-bottom: 6px;
    color: #ef5f47; }
    .modal-dialog .modal-content .modal-body .diff-email label:hover {
      text-decoration: underline;
      cursor: pointer; }
  .modal-dialog .modal-content .modal-body .split-width input[type='date'] {
    max-width: 150px !important; }
  .modal-dialog .modal-content .modal-body label span {
    padding-left: 8px;
    font-weight: normal; }
  .modal-dialog .modal-content .modal-body .timeline {
    list-style: none;
    margin-bottom: 0; }
    .modal-dialog .modal-content .modal-body .timeline li {
      border-left: 5px solid #2ca7e0;
      position: relative;
      padding: 0 13px 25px;
      font-size: 1.3em; }
      .modal-dialog .modal-content .modal-body .timeline li .oval {
        width: 18px;
        height: 18px;
        position: absolute;
        top: -1px;
        left: -12px;
        border: 1px solid #2ca7e0;
        border-radius: 50%;
        display: inline-block;
        background-color: #fff; }
      .modal-dialog .modal-content .modal-body .timeline li strong, .modal-dialog .modal-content .modal-body .timeline li span {
        position: relative;
        top: -4px; }
      .modal-dialog .modal-content .modal-body .timeline li strong {
        margin-right: 5px; }
    .modal-dialog .modal-content .modal-body .timeline .no-border {
      border-left: 5px solid transparent; }
  .modal-dialog .modal-content .modal-body .timeline-year {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 0 25px; }
  .modal-dialog .modal-content .modal-body .form-horizontal .form-group label {
    padding-top: 6px; }
  .modal-dialog .modal-content .modal-body #addNewTag + .input-group-btn {
    background: #ef5f47;
    font-size: 2em;
    text-align: center;
    width: 1%; }
    .modal-dialog .modal-content .modal-body #addNewTag + .input-group-btn:hover {
      background-color: #c03e29; }
    .modal-dialog .modal-content .modal-body #addNewTag + .input-group-btn button {
      border: 0;
      background: transparent;
      color: #fff;
      top: 2px; }
      .modal-dialog .modal-content .modal-body #addNewTag + .input-group-btn button:focus {
        outline: none !important; }
      .modal-dialog .modal-content .modal-body #addNewTag + .input-group-btn button:before {
        right: -1px;
        position: relative; }
  .modal-dialog .modal-content .modal-footer {
    padding: 0 15px 15px;
    border-top: none; }
    .modal-dialog .modal-content .modal-footer .btn + .btn {
      margin: 0; }

@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .split-width input[type='date'] {
    width: 100%;
    max-width: 700px !important; } }

@media (max-width: 767px) and (max-width: 340px) {
  .modal-dialog .modal-content .modal-body .split-width input[type='date'] {
    max-width: 140px !important; } }

@media (max-width: 767px) {
  .modal-radio .button-container .radio {
    margin-top: 0; } }

.date-pick {
  background: url("/img/calender-icon.png") 97% center no-repeat;
  cursor: pointer; }

.datepicker {
  padding: 4px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  direction: ltr;
  z-index: 1100 !important;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #ef5f47;
  /*background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #ef5f47; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #ef5f47 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #ef5f47;
  /*background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #ef5f47; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #ef5f47 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: transparent; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 1.2em; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #f2f2f2 !important;
  border: none;
  border-radius: 0;
  /*font-size: 1.2em !important;*/
  color: #5f5f5f !important;
  padding: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 34px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: auto; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@media (max-width: 767px) {
  form:not(#mblSearchForm):not(.list) .select2-container--default .select2-selection--multiple .select2-selection__rendered, form:not(#mblSearchForm):not(.list) .select2-container {
    width: 100% !important; }
  form:not(#mblSearchForm):not(.list) .dropdown-search {
    width: 100% !important; } }

.printable-only {
  display: none; }

@media print {
  @page {
    size: landscape;
    margin-top: 0;
    margin-bottom: 0; }
  body {
    margin: 3mm 0;
    padding-top: 80px; }
  .no-printable {
    display: none; }
  .regularTimecard .table thead th, .timecardInOut .table thead th {
    font-weight: bold;
    border-bottom: 2px solid #5f5f5f; }
  .regularTimecard .form-control[readonly], .timecardInOut .form-control[readonly] {
    background-color: transparent !important;
    overflow-y: visible !important;
    margin-left: 25px; }
  .regularTimecard .separator, .timecardInOut .separator {
    margin-right: 8.33333333%; }
  .regularTimecard .col-sm-offset-1, .timecardInOut .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .regularTimecard .col-md-offset-2, .timecardInOut .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .regularTimecard th div.day-col, .regularTimecard td div.day-col, .timecardInOut th div.day-col, .timecardInOut td div.day-col {
    width: 160px !important; }
  .regularTimecard .col-sm-6, .regularTimecard .col-sm-5, .regularTimecard .col-sm-3, .regularTimecard .col-sm-2, .regularTimecard .col-md-8, .regularTimecard .col-sm-10, .timecardInOut .col-sm-6, .timecardInOut .col-sm-5, .timecardInOut .col-sm-3, .timecardInOut .col-sm-2, .timecardInOut .col-md-8, .timecardInOut .col-sm-10 {
    float: left; }
  .regularTimecard .col-sm-6, .regularTimecard .col-xs-6, .timecardInOut .col-sm-6, .timecardInOut .col-xs-6 {
    width: 50% !important; }
  .regularTimecard .col-sm-5, .timecardInOut .col-sm-5 {
    width: 41.66666667%; }
  .regularTimecard .col-sm-10, .timecardInOut .col-sm-10 {
    width: 83.33333333%; }
  .regularTimecard .col-md-8, .timecardInOut .col-md-8 {
    width: 66.66666667%; }
  .regularTimecard .col-sm-3, .regularTimecard .col-xs-3, .timecardInOut .col-sm-3, .timecardInOut .col-xs-3 {
    width: 25%; }
  .regularTimecard .col-sm-2, .timecardInOut .col-sm-2 {
    width: 16.66666667%; }
  .regularTimecard .payroll-billing-separator.payroll, .timecardInOut .payroll-billing-separator.payroll {
    margin-left: 25px; }
  .regularTimecard .payroll-billing-separator.billing, .timecardInOut .payroll-billing-separator.billing {
    margin-left: 35px; }
  .regularTimecard .payroll-billing-separator::after, .timecardInOut .payroll-billing-separator::after {
    width: 85%; }
  .timecardInOut .table.read tr:not(.total) td {
    border-bottom: 1px solid #b4b4b4; }
  .timecardInOut .col-xs-7 {
    width: 100%; }
  .printable-only {
    display: block; }
    .printable-only .table thead th {
      border-bottom: 2px solid #5f5f5f; }
    .printable-only .col-lg-6 {
      width: 50% !important;
      float: left; }
    .printable-only .form-inline .horizontal-form .form-group-lg label {
      width: 170px !important; }
    .printable-only .form-control[readonly] {
      background-color: transparent !important; }
    .printable-only .col-md-6 {
      width: 50%;
      float: left; }
    .printable-only .col-sm-5 {
      width: 41.66666667%;
      float: left; } }

/* PAGE ITEMS
------------------------------------------- */
.form-container {
  margin: 10px 0; }

.full-width {
  width: 100% !important; }

input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0; }

input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url(/img/calender-icon.png);
  background-position: center;
  background-size: 20px 22px;
  padding: 10px;
  background-repeat: no-repeat;
  color: rgba(242, 242, 242, 0); }

.input-group-addon {
  padding: 6px 6px 6px 0;
  font-size: 1.2em;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: none; }

.input-group-label {
  height: 20px;
  font-size: 14px !important; }

.split-width input {
  max-width: 86px !important;
  min-width: 30px !important;
  margin-right: 10px; }

.split-width .width-max {
  max-width: 120px !important; }

.split-width select {
  max-width: 100px !important;
  min-width: 30px !important; }

.split-width .split-width-select {
  margin-right: 10px; }

.text-links li {
  border-right: solid 1px #9b9b9b;
  padding: 0 7px 0 4px; }

.text-links li:last-child {
  border-right: 0; }

.form-inline label {
  display: block;
  max-width: 100%;
  margin-bottom: 2px;
  font-size: 1.2em; }

.form-inline .form-control {
  border-radius: 0;
  min-width: 200px;
  background-color: #f2f2f2 !important;
  border: none;
  box-shadow: none;
  color: #5f5f5f;
  padding: 3px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .form-inline .form-control:focus {
    outline: 0; }

.form-inline .form-control-static {
  font-size: 1.2em; }
  .form-inline .form-control-static a {
    color: #ef5f47;
    font-size: 1em; }

.form-inline .form-group-lg {
  display: inline-block; }
  .form-inline .form-group-lg label {
    padding-left: 0;
    display: inline-block;
    font-size: 1.2em;
    width: auto; }
  .form-inline .form-group-lg .form-control-static {
    padding: 0 5px;
    height: auto;
    min-height: 30px; }

.form-inline .text-area {
  width: 100%;
  overflow-y: auto;
  resize: vertical;
  white-space: normal; }

.form-inline .horizontal-form .form-group-lg {
  display: block; }
  .form-inline .horizontal-form .form-group-lg label {
    width: 230px; }

.form-inline .horizontal-form .margin-b6 {
  margin-bottom: 6px;
  display: inline-block; }

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-bottom: 25px;
    margin-right: 14px; }
  .form-inline .checkbox {
    display: block; } }

.form-inline select {
  padding: 3px 3px !important; }

.form-horizontal .form-group {
  margin-bottom: 10px; }
  .form-horizontal .form-group label {
    display: block;
    max-width: 100%;
    margin-bottom: 2px;
    font-size: 1.2em;
    padding-top: 4px; }
  .form-horizontal .form-group .form-control {
    border-radius: 0;
    min-width: 200px;
    background-color: #f2f2f2 !important;
    border: none;
    box-shadow: none;
    color: #5f5f5f;
    padding: 3px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .form-horizontal .form-group .form-control:focus {
      outline: 0; }
  .form-horizontal .form-group .form-control-static {
    font-size: 1.2em; }

.form-group {
  padding-left: 0; }

.requisition-mbl-container, .launch-mbl-container {
  display: none !important; }

.button-container {
  margin: 10px 0;
  float: left;
  width: 100%; }

.btn {
  padding: 10px 40px;
  border-radius: 0;
  font-size: 1.3em;
  border: none;
  text-transform: uppercase; }
  .btn:active, .btn:focus {
    outline: none !important;
    box-shadow: none; }

.block-btn {
  margin: 5px 5px; }

.btn-link {
  padding: 0 !important;
  margin-right: 20px;
  font-size: 1.2em;
  text-transform: none;
  color: #ef5f47; }
  .btn-link:hover, .btn-link:focus {
    color: #ef5f47; }
  .btn-link:focus {
    outline: none !important; }

.btn-margin {
  margin: 0 20px; }

.btn-margin-left {
  margin: 0 0 0 20px; }

.btn-default {
  color: #fff;
  background-color: #ef5f47;
  border: none; }
  .btn-default:hover, .btn-default:focus {
    background-color: #c03e29 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important; }
  .btn-default:focus {
    background-color: #ef5f47 !important; }

.btn-primary {
  color: #fff;
  background-color: #9b9b9b;
  border: none; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #707070 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important; }
  .btn-primary:focus {
    background-color: #9b9b9b !important; }

.button-indicator {
  display: inline-block; }
  .button-indicator .tag {
    padding: 10px 40px;
    font-size: 1.3em;
    display: table;
    white-space: nowrap;
    vertical-align: middle; }
    .button-indicator .tag div {
      display: table-cell;
      vertical-align: middle; }
  .button-indicator .block-btn {
    margin: 5px; }
  .button-indicator strong, .button-indicator span {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left; }
  .button-indicator .tag-button {
    width: 263px;
    position: relative;
    padding: 6px 10px;
    text-align: left !important;
    height: 56px;
    background-color: #ef5f47;
    color: #fff; }
  .button-indicator span.glyphicon-remove-sign, .button-indicator span.glyphicon-ok-sign, .button-indicator span.fa-circle-o {
    position: absolute;
    font-size: 2.3em;
    right: 2%;
    top: 19%;
    width: auto;
    cursor: pointer; }
  .button-indicator span.fa-circle-o {
    font-size: 2.6em;
    top: 15%;
    width: 36px; }
  .button-indicator .tag-clearbg {
    width: 263px;
    position: relative;
    background-color: #fff !important;
    border: solid 2px #ef5f47 !important;
    color: #ef5f47 !important;
    padding: 4px 8px !important;
    text-align: left !important;
    height: 56px; }
  .button-indicator .tag-disable {
    width: 263px;
    position: relative;
    background-color: #cdcdcd !important;
    border: solid 2px #cdcdcd !important;
    color: #5f5f5f !important;
    padding: 4px 8px !important;
    text-align: left !important;
    height: 56px;
    cursor: default; }

.table-responsive {
  margin-bottom: 20px; }

.table {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0; }
  .table .amountCol {
    text-align: right; }
  .table a {
    font-size: 1.0em; }
  .table thead {
    background-color: #5f5f5f;
    color: #fff; }
    .table thead th {
      font-weight: normal;
      white-space: nowrap; }
      .table thead th a {
        font-size: 1.0em;
        color: #fff; }
  .table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td {
    border: none;
    text-align: center; }
  .table tbody {
    border-bottom: 3px solid #5f5f5f; }
    .table tbody tr td {
      /*div{
						  line-height: 3;
						  border-left: 3px solid #35b15a;
					  span{
								vertical-align: middle;
								//word-break: break-word;
								padding-left: 5px;
								display: inline-block;
								line-height: 1.3;
								white-space: normal;
						  }
				   	   }*/
      vertical-align: middle; }
      .table tbody tr td .form-control {
        min-width: 100px; }
      .table tbody tr td .btn {
        padding: 3px 6px;
        font-size: 1em; }
      .table tbody tr td .resume {
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(/img/resume-icon.png) no-repeat;
        width: 34px;
        height: 34px;
        padding-left: 34px; }
        .table tbody tr td .resume:hover, .table tbody tr td .resume:focus, .table tbody tr td .resume:active {
          background: url(/img/resume-icon-hover.png) no-repeat; }
      .table tbody tr td a {
        color: #5f5f5f; }
      .table tbody tr td a.orange {
        color: #ef5f47; }
        .table tbody tr td a.orange:hover {
          color: #fff; }
      .table tbody tr td a.orange-link {
        color: #ef5f47; }
        .table tbody tr td a.orange-link:hover {
          color: #ef5f47; }
    .table tbody tr .status-bar-green {
      display: inline-block;
      border-left: solid 4px #35b15a;
      margin: 5px 0;
      height: 108%;
      width: 100%; }
    .table tbody tr .status-bar-yellow {
      display: inline-block;
      border-left: solid 4px #ffae00;
      margin: 5px 0;
      height: 108%;
      width: 100%; }
    .table tbody tr .status-bar-red {
      display: inline-block;
      border-left: solid 4px #b13535;
      margin: 5px 0;
      height: 108%;
      width: 100%; }
    .table tbody tr .status-bar-purple {
      display: inline-block;
      border-left: solid 4px #af82cc;
      margin: 5px 0;
      height: 108%;
      width: 100%; }
    .table tbody tr .status-bar-blue {
      display: inline-block;
      border-left: solid 4px #2ca7e0;
      margin: 5px 0;
      height: 108%;
      width: 100%; }

.long-subHeading {
  margin-top: 15px; }
  .long-subHeading span {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 0.5em;
    text-transform: uppercase;
    position: relative;
    top: -2px;
    padding-left: 8px; }

.status-round-green {
  background-color: #35b15a;
  border-radius: 40px;
  color: transparent;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0px 6px 3px 0;
  content: "";
  height: 12px;
  width: 12px; }

.status-round-yellow {
  background-color: #ffae00;
  border-radius: 40px;
  color: transparent;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0px 6px 3px 0;
  content: "";
  height: 12px;
  width: 12px; }

.status-round-red {
  background-color: #b13535;
  border-radius: 40px;
  color: transparent;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0px 6px 3px 0;
  content: "";
  height: 12px;
  width: 12px; }

.status-round-blue {
  background-color: #2ca7e0;
  border-radius: 40px;
  color: transparent;
  display: inline-block;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0px 6px 3px 0;
  content: "";
  height: 12px;
  width: 12px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff; }

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2f2f2; }

.table-hover > tbody > tr:hover {
  background-color: #ef5f47;
  color: #fff; }
  .table-hover > tbody > tr:hover a, .table-hover > tbody > tr:hover a.orange {
    color: #fff; }

.caret-up, .caret-down {
  color: #ef5f47;
  display: inline-block;
  margin-left: 2px;
  position: relative; }

.caret-up::after {
  content: "";
  color: #ef5f47;
  position: absolute;
  right: -13px;
  top: 40%;
  border-bottom: 4px dashed;
  /*border-top: 4px solid\9;*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.caret-down::after {
  content: "";
  color: #ef5f47;
  position: absolute;
  right: -13px;
  top: 40%;
  border-top: 4px dashed;
  /*border-top: 4px solid\9;*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.has-error .form-control, .has-error #listClientAccess, .has-error #listMspCompanyAccess {
  border: solid #ff2a00 1px !important; }
  .has-error .form-control:focus, .has-error #listClientAccess:focus, .has-error #listMspCompanyAccess:focus {
    box-shadow: none; }

.error-msg {
  color: #ff2a00;
  display: block;
  font-size: 1.2em;
  margin: 4px 0 -10px; }

.global-msg {
  color: #ff2a00;
  display: block;
  margin: 6px 0;
  padding: 2px;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 1.2em; }

.success-msg {
  color: #ef5f47;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin: 6px 0;
  padding: 6px;
  background-color: #fae6d6;
  text-align: left; }

.badge-container {
  text-align: center;
  display: inline-block;
  margin: 5px 0 10px; }
  .badge-container .badge-view {
    height: 140px;
    width: 160px;
    vertical-align: middle;
    display: table-cell; }
  .badge-container .badge-label {
    font-size: 1.2em;
    color: #ef5f47;
    font-weight: bold; }
  .badge-container .badge-large {
    color: #ef5f47;
    background-color: #fae6d6;
    border-radius: 50%;
    font-size: 2.4em;
    font-weight: bold;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: inline-table; }
  .badge-container .badge-medium {
    display: inline-table;
    color: #ef5f47;
    background-color: #fae6d6;
    font-size: 2.4em;
    border-radius: 50%;
    font-weight: bold;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center; }
  .badge-container .badge-small {
    display: inline-table;
    color: #ef5f47;
    background-color: #fae6d6;
    font-size: 2.4em;
    border-radius: 50%;
    font-weight: bold;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px; }
  .badge-container .dashboard-badge {
    font-size: 2em; }
  .badge-container .detail-page-badge {
    font-size: 2em;
    background-color: #f2f2f2;
    vertical-align: middle !important;
    height: 40px;
    width: 40px;
    line-height: 40px; }
    .badge-container .detail-page-badge:hover {
      cursor: pointer; }
    .badge-container .detail-page-badge .glyphicon-usd, .badge-container .detail-page-badge .glyphicon-file, .badge-container .detail-page-badge .glyphicon-calendar {
      top: 2px; }
    .badge-container .detail-page-badge .glyphicon-usd {
      margin-left: -2px;
      color: #35b15a; }
    .badge-container .detail-page-badge .glyphicon-file {
      margin-left: 3px;
      color: #af82cc; }
    .badge-container .detail-page-badge .glyphicon-calendar {
      margin-left: 3px;
      color: #2ca7e0; }
    .badge-container .detail-page-badge .glyphicons-notes-2 {
      color: #b13535; }
      .badge-container .detail-page-badge .glyphicons-notes-2:before {
        padding: 8px 0px; }
    .badge-container .detail-page-badge .glyphicon-duplicate {
      color: #0000cc; }
    .badge-container .detail-page-badge .glyphicons-nameplate {
      color: #ffae00; }
    .badge-container .detail-page-badge ~ a {
      color: #5f5f5f;
      font-size: 1.2em;
      padding-right: 15px;
      font-weight: bold; }

@media (max-width: 767px) {
  .btn {
    padding: 8px 20px; }
  .block-btn {
    display: block;
    width: 100%;
    margin: 5px 0; }
  .mbl-container {
    margin-bottom: 15px; }
    .mbl-container .mbl-block {
      padding: 10px;
      border: 1px solid #333333;
      background: #f2f2f2; }
  .requisition-dtop-container, .launch-dtop-container {
    display: none; }
  .requisition-mbl-container, .launch-mbl-container {
    display: block !important; }
  .mbl-resume {
    position: relative; }
    .mbl-resume a {
      position: absolute;
      right: 0;
      background: #9b9b9b;
      padding: 5px 7px;
      margin: -10px -10px 0 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold; }
      .mbl-resume a:hover, .mbl-resume a:focus {
        text-decoration: none; }
    .mbl-resume img {
      position: relative;
      top: -1px; }
  .mbl-block + .block-btn {
    margin: -1px 0 0 0; }
  .mbl-block + .btn-group {
    margin-top: -6px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
    .mbl-block + .btn-group .dropdown-menu {
      margin-top: -5px;
      min-width: 100%;
      text-align: center; }
  .btn-mbl {
    border: 1px solid #ef5f47;
    text-align: center;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 1.3em; }
    .btn-mbl .caret {
      margin-left: 5px;
      margin-top: -3px;
      border-top: 12px dashed;
      border-top: 12px solid\9;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
  .block-btn[aria-expanded="true"] .caret {
    border-bottom: 12px dashed; }
  .form-inline .form-group-lg {
    width: 100%; }
    .form-inline .form-group-lg label {
      display: inline-block;
      width: 170px;
      vertical-align: top; }
    .form-inline .form-group-lg .form-control-static {
      display: inline-block;
      width: 47%; }
  .split-width input {
    width: 100%;
    min-width: 50px !important;
    max-width: 700px !important; }
  .split-width .width-max {
    max-width: 100% !important; }
  .split-width select {
    width: 150px !important;
    min-width: 50px !important; }
  .split-width .split-width-select {
    margin-right: 10px; }
  .split-width .split-width-input {
    width: auto; }
  .split-btn .btn-link:hover, .split-btn .btn-link:active, .split-btn .btn-link:focus {
    border: solid 1px #ef5f47; }
  .split-btn .btn-mbl {
    width: 49%;
    margin-right: 2%;
    padding: 7px 0 !important;
    margin-bottom: 5px; }
  .split-btn .btn-mbl + .btn-mbl {
    margin-right: 0 !important; }
  .combined-btn .btn-mbl {
    width: 50%;
    margin: -1px 0 5px 0;
    padding: 7px 0 !important;
    border: 0; }
  .combined-btn .btn-mbl + .btn-mbl {
    margin-right: 0 !important; }
  .button-indicator {
    display: block; }
    .button-indicator .block-btn {
      margin: 10px 0; }
    .button-indicator .tag, .button-indicator .tag-clearbg, .button-indicator .tag-disable {
      width: 100%; }
    .button-indicator strong, .button-indicator span {
      width: 78%; }
  .mbl-container button img {
    position: relative;
    top: -1px; }
  .audit-filter, .audit-option {
    width: 100%; } }

@media (max-width: 480px) {
  .form-group-lg label {
    width: 140px !important; }
  .form-group-lg .form-control-static {
    vertical-align: top; }
  .mbl-resume {
    float: right;
    display: flex;
    margin-bottom: 10px; }
    .mbl-resume a {
      position: inherit;
      text-decoration: none; } }

@media (min-width: 767px) and (max-width: 1199px) {
  .table tbody td .btn + .btn-default {
    padding: 3px 9px;
    margin-top: 3px; } }

/*@media (max-width: 480px) and (min-width:0\0) {
		//IE 9 and 10 Specific css
			.mbl-resume{
				a{
					//right: -3px;
					//top: -7px;
					text-decoration:none;
				}
			 }
	}*/
textarea[readonly] {
  white-space: pre-line !important;
  font-size: 1.2em; }

/* start css for the loading indicator */
.loader {
  background-image: url("../img/icons8-spinner-50.png");
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* end css for the loading indicator */
/* impact orange text */
.orange-text {
  color: #ef5f47; }

/* start css for the file attachment */
.gi-color {
  color: #ef5f47; }

.gi-2x {
  font-size: 2em; }

.drop-box {
  display: inline-block;
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 580px;
  min-height: 65px;
  text-align: center;
  padding: 15px 10px 15px 10px;
  margin: 10px 10px 10px 32px;
  font-size: 14px; }
  .drop-box .fa {
    color: #ef5f47; }
  .drop-box .fa-trash-o {
    font-size: 2em; }
  .drop-box.dragover {
    border: 5px dashed red; }

@media (max-width: 767px) {
  .drop-box {
    padding-top: 15px;
    margin: 10px 10px 10px 0px;
    width: 100%; } }

.download {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/resume-icon.png) no-repeat;
  height: 34px;
  padding-left: 45px;
  margin-left: 25px;
  margin-top: 6px; }
  .download:hover, .download:focus, .download:active {
    background: url(/img/resume-icon-hover.png) no-repeat; }
  .download div {
    margin-top: 6px; }

.dropdown#attachment a, .add_receipt a {
  font-size: 14px !important; }

.dropdown#attachment .dropdown-menu a, .add_receipt .dropdown-menu a {
  color: #ef5f47; }
  .dropdown#attachment .dropdown-menu a:hover, .add_receipt .dropdown-menu a:hover {
    color: white; }

/* End css for the file attachment */
/* START SEARCH */
.search-result-msg {
  margin-top: -30px;
  font-size: larger; }

.launch-mbl-container .mbl-block .form-control-static {
  width: 56%; }

.launch-mbl-container.mblFilterHeader {
  position: fixed;
  top: 60px;
  background-color: white;
  z-index: 1000;
  width: 95%;
  padding-right: 9px; }

.launch-mbl-container.mbl-filter-results {
  padding-top: 105px; }

/* search desk top page and all account pages */
.filter-action {
  height: 52px;
  padding-right: 0px; }
  .filter-action a {
    padding-top: 15px;
    margin: 5px 0px 5px 25px; }
  .filter-action #searchButton {
    margin: 5px 0px 5px 25px; }
  .filter-action .search-result-msg {
    margin-top: 20px; }

#exportDataForm .radio {
  padding: 0px 0px 10px 80px; }

/* END SEARCH */
/* Extra markup and styles for table-esque vertical and horizontal centering */
html.login {
  height: 100%; }
  html.login body {
    margin-bottom: 0;
    margin-top: 0; }
  html.login .success-msg {
    position: absolute;
    top: 58px;
    width: 100%; }

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  background: url(../../img/bg-login.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle; }

.cover-container {
  margin-right: auto;
  margin-left: auto; }
  .cover-container .col-sm-12 {
    padding-left: 0;
    padding-right: 0; }
  .cover-container .reg-container {
    width: 100%; }
    .cover-container .reg-container .right-content {
      margin-bottom: 40px; }
  .cover-container .update-pwd-container .left-content, .cover-container .forgot-pwd-container .left-content {
    margin-top: 70px; }
  .cover-container .update-pwd-container .right-content, .cover-container .forgot-pwd-container .right-content {
    margin: 70px 0 0; }
  .cover-container .forgot-pwd-container .button-container {
    margin-top: 30px; }
  .cover-container .forgot-pwd-container .fgtPwd {
    margin-left: 20px;
    top: 1px;
    position: relative; }
  .cover-container .logo-block {
    /*background-color:rgba(255,255,255,.5);*/
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    padding: 7px 0;
    position: absolute;
    top: 0;
    z-index: 10; }
    .cover-container .logo-block img {
      width: 100%;
      max-width: 185px; }
  .cover-container .invalid-rtoken img {
    width: 100%;
    height: auto; }
  .cover-container .left-content {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    color: #ef5f47;
    font-family: 'Raleway', sans-serif;
    font-size: 4em;
    font-weight: bold;
    /*background-color:rgba(255,255,255,.7);*/
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    padding: 25px 0;
    margin-top: -13%; }
    .cover-container .left-content div {
      display: block;
      text-align: center; }
    .cover-container .left-content div:nth-of-type(2n) {
      padding-left: 110px; }
    .cover-container .left-content div:last-of-type {
      padding-left: 20px; }
  .cover-container .right-content {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    margin: 115px 0 0;
    position: relative;
    left: -5px; }
    .cover-container .right-content .reg-form-wrapper, .cover-container .right-content .update-pwd-wrapper, .cover-container .right-content .forgot-pwd-container {
      background-color: #fff;
      -webkit-box-shadow: -7px 7px 5px rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
      -khtml-box-shadow: -7px 7px 5px rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: -7px 7px 5px rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: -7px 7px 5px rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
      -o-box-shadow: -7px 7px 5px rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
      box-shadow: -7px 7px 5px rgba(0, 0, 0, 0.25) 2px 5px rgba(0, 0, 0, 0.4);
      width: 100%;
      padding: 10px 15px 20px; }
      .cover-container .right-content .reg-form-wrapper .container, .cover-container .right-content .update-pwd-wrapper .container, .cover-container .right-content .forgot-pwd-container .container {
        width: 100%; }
        .cover-container .right-content .reg-form-wrapper .container h1, .cover-container .right-content .update-pwd-wrapper .container h1, .cover-container .right-content .forgot-pwd-container .container h1 {
          font-size: 3em;
          font-weight: bold; }
          .cover-container .right-content .reg-form-wrapper .container h1 span, .cover-container .right-content .update-pwd-wrapper .container h1 span, .cover-container .right-content .forgot-pwd-container .container h1 span {
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 0.55em;
            display: block;
            padding-top: 10px; }
        .cover-container .right-content .reg-form-wrapper .container .form-horizontal, .cover-container .right-content .update-pwd-wrapper .container .form-horizontal, .cover-container .right-content .forgot-pwd-container .container .form-horizontal {
          margin-top: -25px;
          margin-bottom: 30px; }
          .cover-container .right-content .reg-form-wrapper .container .form-horizontal .form-control-static, .cover-container .right-content .update-pwd-wrapper .container .form-horizontal .form-control-static, .cover-container .right-content .forgot-pwd-container .container .form-horizontal .form-control-static {
            font-size: 1.2em;
            padding-top: 4px;
            padding-bottom: 0;
            min-height: auto; }
        .cover-container .right-content .reg-form-wrapper .container .user-details, .cover-container .right-content .update-pwd-wrapper .container .user-details, .cover-container .right-content .forgot-pwd-container .container .user-details {
          display: block;
          padding-top: 20px; }
          .cover-container .right-content .reg-form-wrapper .container .user-details .col-sm-8, .cover-container .right-content .update-pwd-wrapper .container .user-details .col-sm-8, .cover-container .right-content .forgot-pwd-container .container .user-details .col-sm-8 {
            display: inline-block; }
      .cover-container .right-content .reg-form-wrapper .form-group, .cover-container .right-content .reg-form-wrapper .form-control, .cover-container .right-content .reg-form-wrapper .button-container .btn, .cover-container .right-content .update-pwd-wrapper .form-group, .cover-container .right-content .update-pwd-wrapper .form-control, .cover-container .right-content .update-pwd-wrapper .button-container .btn, .cover-container .right-content .forgot-pwd-container .form-group, .cover-container .right-content .forgot-pwd-container .form-control, .cover-container .right-content .forgot-pwd-container .button-container .btn {
        min-width: 100%; }
      .cover-container .right-content .reg-form-wrapper .width-auto, .cover-container .right-content .update-pwd-wrapper .width-auto, .cover-container .right-content .forgot-pwd-container .width-auto {
        width: auto !important; }

@media (max-width: 992px) {
  .cover-container .update-pwd-container .left-content, .cover-container .forgot-pwd-container .left-content {
    margin-top: 0; }
  .cover-container .update-pwd-container .right-content, .cover-container .forgot-pwd-container .right-content {
    margin-top: 30px; }
  .cover-container .left-content, .cover-container .right-content {
    width: 100%; }
  .cover-container .left-content {
    font-size: 2.6em;
    margin-top: 0;
    padding-top: 10px; }
    .cover-container .left-content div:nth-of-type(2n) {
      padding-left: 70px; }
    .cover-container .left-content div:last-of-type {
      padding-left: 20px; }
  .cover-container .right-content {
    margin-top: 30px;
    left: 0; }
    .cover-container .right-content .reg-form-wrapper .container h1, .cover-container .right-content .update-pwd-wrapper .container h1, .cover-container .right-content .forgot-pwd-container .container h1 {
      font-size: 2.6em; }
  .cover-container .logo-block {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuOTUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    margin-top: 30px;
    padding-top: 13px; }
  .cover-container .form-horizontal .form-group label {
    display: inline-block;
    width: 13%; }
  html.login .success-msg {
    position: relative;
    top: auto;
    margin: 0; } }

@media (max-width: 430px) {
  .cover-container .logo-block img {
    width: 70%; }
  .cover-container .left-content {
    margin-top: 0; }
    .cover-container .left-content div:nth-of-type(2n) {
      padding-left: 50px; }
    .cover-container .left-content div:last-of-type {
      padding-left: 10px; }
  .cover-container .right-content .reg-form-wrapper, .cover-container .right-content .update-pwd-wrapper, .cover-container .right-content .forgot-pwd-container {
    padding: 10px 0 20px; }
  .cover-container .right-content .reg-form-wrapper .container h1 {
    font-size: 2.2em; }
  .cover-container .form-horizontal .form-group label {
    display: inline-block;
    width: 18%; } }

@media (max-width: 768px) {
  .site-wrapper-inner {
    vertical-align: top; }
  /*
    .cover-container {
        .logo-block {
            margin-top: 30px;
            padding-top: 13px;
        }
        .reg-container,.update-pwd-container,.forgot-pwd-container{
            .right-content{margin-top: 30px;}
        }
        .left-content{padding-top:10px;}
    }
*/ }

.dashboard {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px; }
  .dashboard .table {
    margin-bottom: 15px; }
  .dashboard .left-container {
    overflow: auto; }
    .dashboard .left-container .table tr td {
      margin-left: 10px;
      width: 98%;
      text-align: left; }
  .dashboard .right-container {
    padding-left: 0; }
    .dashboard .right-container table thead th a {
      text-decoration: underline; }
      .dashboard .right-container table thead th a:hover {
        text-decoration: none; }
    .dashboard .right-container #timecard-widget .glyphicon-calendar {
      color: #2ca7e0; }
    .dashboard .right-container #timecard-widget .glyphicon-file {
      color: #af82cc; }
    .dashboard .right-container #timecard-widget .glyphicon-usd {
      color: #35b15a;
      margin-left: -12px; }
    .dashboard .right-container #timecard-widget .text-links {
      margin-top: 8px; }
    .dashboard .right-container #timecard-widget .submit-blocks {
      width: 300px; }
    .dashboard .right-container #timecard-widget .calendar-icon {
      padding: 8px 15px 3px 15px;
      border-radius: 8px;
      font-size: 3em; }
    .dashboard .right-container #timecard-widget table {
      padding-right: 0px; }
      .dashboard .right-container #timecard-widget table tbody {
        border-top: 3px solid #5f5f5f; }
    .dashboard .right-container #timecard-widget label {
      font-size: 24px; }
    .dashboard .right-container #timecard-widget .form-group {
      margin-bottom: 0px; }
    .dashboard .right-container #timecard-widget div:nth-child(2) {
      margin-right: 0px; }
    .dashboard .right-container #timecard-widget button.launch-dtop-container {
      height: 34px;
      width: 60px; }
    .dashboard .right-container #timecard-widget a {
      color: #ef5f47; }
    .dashboard .right-container .statisics label span {
      padding-left: 8px;
      font-weight: normal; }
    .dashboard .right-container .statisics table tr td {
      text-align: left; }
    @media (max-width: 768px) {
      .dashboard .right-container {
        padding-left: 15px; } }

.progress {
  margin-bottom: 0;
  height: 30px;
  border-radius: 0; }
  .progress .progress-bar {
    line-height: 30px; }
  .progress .progress-bar-blue {
    background-color: #2ca7e0; }
  .progress .progress-bar-green {
    background-color: #35b15a; }
  .progress .progress-bar-purple {
    background-color: #af82cc; }
  .progress .progress-bar-red {
    background-color: #b13535; }
  .progress .progress-bar-yellow {
    background-color: #ffae00; }

.nav-pills li {
  border-right: 3px solid #fff; }
  .nav-pills li a {
    background: #b4b4b4;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    white-space: nowrap; }
    .nav-pills li a:hover {
      background: #ef5f47; }
    .nav-pills li a:focus {
      background: #c03e29; }
  .nav-pills li:last-child {
    border-right: 0; }

.nav-pills li.active a {
  background: #ef5f47; }
  .nav-pills li.active a:hover, .nav-pills li.active a:active, .nav-pills li.active a:focus {
    background: #ef5f47; }

.carousel .carousel-inner .item {
  width: 100%; }
  .carousel .carousel-inner .item h2 {
    background: #ef5f47;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    height: 35px;
    line-height: 35px; }

.carousel-control {
  height: 35px;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: #b4b4b4;
  opacity: 1; }
  .carousel-control .glyphicon-triangle-left, .carousel-control .glyphicon-triangle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: relative;
    line-height: 33px;
    /* z-index: 5; */
    display: inline-block;
    /* margin-top: -10px; */ }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  border-left: 3px solid #fff; }

.carousel-control.left {
  background-image: none;
  border-right: 3px solid #fff; }

#time-card, #expense, #invoice {
  /* search mobile page */ }
  #time-card .prev-text, #time-card .next-text, #expense .prev-text, #expense .next-text, #invoice .prev-text, #invoice .next-text {
    font-size: 1.2em; }
  #time-card td.tc-status, #expense td.tc-status, #invoice td.tc-status {
    height: 100% !important; }
  #time-card h1, #time-card h3, #expense h1, #expense h3, #invoice h1, #invoice h3 {
    margin: 0 0 5px; }
  #time-card .worker-name, #expense .worker-name, #invoice .worker-name {
    font-size: 1.2em; }
  #time-card .reject-reason, #expense .reject-reason, #invoice .reject-reason {
    color: #b13535; }
  #time-card .modal-sm, #expense .modal-sm, #invoice .modal-sm {
    width: 360px; }
  #time-card .table > thead > tr > th, #expense .table > thead > tr > th, #invoice .table > thead > tr > th {
    vertical-align: middle; }
  #time-card .separator, #expense .separator, #invoice .separator {
    margin-bottom: 5px; }
  #time-card .filter-field-width, #expense .filter-field-width, #invoice .filter-field-width {
    min-width: 200px; }
  #time-card .wrapword, #expense .wrapword, #invoice .wrapword {
    text-align: left;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /*Chrome & Safari */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-break: break-all;
    white-space: normal;
    padding: 0px; }
  #time-card .launch-mbl-container.table-responsive, #time-card .launch-dtop-container.table-responsive, #expense .launch-mbl-container.table-responsive, #expense .launch-dtop-container.table-responsive, #invoice .launch-mbl-container.table-responsive, #invoice .launch-dtop-container.table-responsive {
    margin-bottom: 10px; }
  #time-card .launch-mbl-container.table-responsive, #expense .launch-mbl-container.table-responsive, #invoice .launch-mbl-container.table-responsive {
    border: 0px; }
  @media (max-width: 480px) {
    #time-card .form-group-lg label, #expense .form-group-lg label, #invoice .form-group-lg label {
      width: 123px !important; }
    #time-card .form-inline .form-group-lg .form-control-static, #expense .form-inline .form-group-lg .form-control-static, #invoice .form-inline .form-group-lg .form-control-static {
      width: 50%; } }
  #time-card .filter-pill, #expense .filter-pill, #invoice .filter-pill {
    padding-left: 0px; }
    #time-card .filter-pill .form-group, #expense .filter-pill .form-group, #invoice .filter-pill .form-group {
      margin: 5px 5px;
      padding-top: 5px; }
    #time-card .filter-pill .multiselect-parent .dropdown-toggle, #expense .filter-pill .multiselect-parent .dropdown-toggle, #invoice .filter-pill .multiselect-parent .dropdown-toggle {
      min-width: 120px;
      width: 120px;
      background-color: #5f5f5f;
      padding: 8px 12px;
      border-radius: 11px; }
    #time-card .filter-pill .selectFilter .multiselect-parent .dropdown-toggle, #expense .filter-pill .selectFilter .multiselect-parent .dropdown-toggle, #invoice .filter-pill .selectFilter .multiselect-parent .dropdown-toggle {
      background-color: #fae6d6 !important; }
    #time-card .filter-pill #searchWorkerName, #expense .filter-pill #searchWorkerName, #invoice .filter-pill #searchWorkerName {
      min-width: 120px !important;
      width: 120px !important;
      padding: 8px 12px;
      border-radius: 11px;
      height: 34px; }
    #time-card .filter-pill .selectFilter #searchWorkerName, #expense .filter-pill .selectFilter #searchWorkerName, #invoice .filter-pill .selectFilter #searchWorkerName {
      background-color: #fae6d6 !important; }
    #time-card .filter-pill .applyFilter, #expense .filter-pill .applyFilter, #invoice .filter-pill .applyFilter {
      position: absolute;
      z-index: 10002;
      top: 230px;
      visibility: hidden;
      height: 0px; }
      #time-card .filter-pill .applyFilter a, #expense .filter-pill .applyFilter a, #invoice .filter-pill .applyFilter a {
        display: block;
        color: #ef5f47;
        background-color: #fae6d6 !important;
        width: 160px;
        padding: 8px;
        cursor: pointer; }
      #time-card .filter-pill .applyFilter.workerNameApply, #expense .filter-pill .applyFilter.workerNameApply, #invoice .filter-pill .applyFilter.workerNameApply {
        top: 48px;
        margin-left: 8px; }
        #time-card .filter-pill .applyFilter.workerNameApply a, #expense .filter-pill .applyFilter.workerNameApply a, #invoice .filter-pill .applyFilter.workerNameApply a {
          width: 110px; }
  #time-card .mobile-actions, #expense .mobile-actions, #invoice .mobile-actions {
    margin: 8px 0px; }
    #time-card .mobile-actions .resultMsg, #expense .mobile-actions .resultMsg, #invoice .mobile-actions .resultMsg {
      display: inline-block;
      font-size: larger;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-right: 20px; }
    #time-card .mobile-actions a:not(:last-child), #expense .mobile-actions a:not(:last-child), #invoice .mobile-actions a:not(:last-child) {
      padding-right: 20px; }
  #time-card #defaultLoadButton, #expense #defaultLoadButton, #invoice #defaultLoadButton {
    color: white;
    width: 1px;
    height: 1px; }
  #time-card .total, #expense .total, #invoice .total {
    background-color: white; }
    #time-card .total td, #expense .total td, #invoice .total td {
      border-top: 2px solid black; }
  @media (min-width: 768px) {
    #time-card .button-container-parent, #expense .button-container-parent, #invoice .button-container-parent {
      margin-right: -15px !important; } }
  #time-card .button-container .standardize-button, #expense .button-container .standardize-button, #invoice .button-container .standardize-button {
    padding: 10px 5px 10px 5px !important;
    min-width: 175px; }
  #time-card .view-exception-report-link, #expense .view-exception-report-link, #invoice .view-exception-report-link {
    margin-top: 15px; }
  #time-card .exception-count-text, #expense .exception-count-text, #invoice .exception-count-text {
    color: #ef5f47; }
    #time-card .exception-count-text .dot, #expense .exception-count-text .dot, #invoice .exception-count-text .dot {
      color: #5f5f5f; }

#expense .form-group-lg label, #invoice .form-group-lg label {
  width: 150px; }

#expense input.amount, #invoice input.amount {
  min-width: 123px !important;
  width: 123px !important;
  display: inline-block; }

#expense input.mileage, #invoice input.mileage {
  min-width: 90px !important;
  width: 90px !important;
  display: inline-block; }

#expense .fa, #invoice .fa {
  color: #ef5f47; }

#time-card {
  /* Start massUpdate */
  /* End massUpdate */
  /* Start hours details */
  /* End daily hours details */
  /* multi timecard overview */
  /* End multi timecard overview */ }
  #time-card .form-group-lg label {
    width: 140px; }
  #time-card .job-title {
    font-size: 1.4em; }
  #time-card a.link-color {
    color: #ef5f47 !important; }
  #time-card .launch-dtop-container.mass-update-fixed {
    position: fixed;
    top: 70px;
    z-index: 1000;
    background-color: white;
    padding: 0px 30px 0px 0px; }
  #time-card #massUpdateDlg .radio {
    padding: 0px 0px 10px 40px;
    margin-top: 0px;
    margin-bottom: 0px; }
  #time-card button.mass-update-cancel:before,
  #time-card button.mass-update-action:after {
    border-top: 1px solid #5f5f5f;
    display: block;
    height: 1px;
    content: " ";
    width: 32%;
    position: absolute;
    left: 0;
    top: 1.6em;
    cursor: pointer; }
  #time-card button.mass-update-action:after {
    right: 0;
    left: auto; }
  @media (max-width: 767px) {
    #time-card button.mass-update-cancel, #time-card button.mass-update-action {
      width: 49%;
      display: inline-block; }
      #time-card button.mass-update-cancel.btn, #time-card button.mass-update-action.btn {
        padding: 8px 0px; }
    #time-card button.mass-update-cancel:before,
    #time-card button.mass-update-action:after {
      content: "";
      width: 0%; }
    #time-card .checkbox-col .checkbox {
      padding-left: 0px;
      margin-top: 0px;
      margin-bottom: 0px; }
    #time-card .checkbox-col label {
      width: 0px !important; } }
  @media screen and (max-width: 767px) {
    #time-card .screen-header {
      margin-bottom: 10px; }
      #time-card .screen-header ul.list-inline.text-links {
        padding-top: 20px;
        text-align: center;
        clear: both; } }
  @media screen and (min-width: 768px) {
    #time-card .screen-header .list-inline.text-links {
      float: right; } }
  #time-card .regularTimecard .payroll-billing-separator, #time-card .timecardInOut .payroll-billing-separator {
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 8px; }
    #time-card .regularTimecard .payroll-billing-separator::after, #time-card .timecardInOut .payroll-billing-separator::after {
      display: inline-block;
      content: "";
      border-top: 1px solid #b4b4b4;
      width: 78%;
      margin-left: 5px;
      vertical-align: middle; }
  @media screen and (min-width: 768px) {
    #time-card .regularTimecard .payroll-billing-separator.payroll, #time-card .timecardInOut .payroll-billing-separator.payroll {
      margin-left: 25px; }
    #time-card .regularTimecard .payroll-billing-separator.billing, #time-card .timecardInOut .payroll-billing-separator.billing {
      margin-left: 35px; }
    #time-card .regularTimecard .payroll-billing-separator::after, #time-card .timecardInOut .payroll-billing-separator::after {
      width: 85%; } }
  #time-card .regularTimecard .hour-error, #time-card .timecardInOut .hour-error {
    color: #ef5f47;
    margin-top: -10px; }
  #time-card .regularTimecard .hour-col, #time-card .timecardInOut .hour-col {
    padding-left: 15px;
    text-align: left !important; }
  #time-card .regularTimecard .shortSelect, #time-card .timecardInOut .shortSelect {
    min-width: 105px !important;
    font-size: 14px; }
  #time-card .regularTimecard .glyphicon, #time-card .timecardInOut .glyphicon {
    color: #ef5f47; }
  @media screen and (min-width: 768px) {
    #time-card .regularTimecard .separator, #time-card .timecardInOut .separator {
      margin-right: 8.33333333%; } }
  #time-card .regularTimecard .table, #time-card .timecardInOut .table {
    border: 0px; }
    #time-card .regularTimecard .table td .glyphicon-triangle-bottom, #time-card .timecardInOut .table td .glyphicon-triangle-bottom {
      display: none; }
    #time-card .regularTimecard .table td .collapsed .glyphicon-triangle-top, #time-card .timecardInOut .table td .collapsed .glyphicon-triangle-top {
      display: none; }
    #time-card .regularTimecard .table td .collapsed .glyphicon-triangle-bottom, #time-card .timecardInOut .table td .collapsed .glyphicon-triangle-bottom {
      display: inline; }
    #time-card .regularTimecard .table th div.day-col, #time-card .regularTimecard .table td div.day-col, #time-card .timecardInOut .table th div.day-col, #time-card .timecardInOut .table td div.day-col {
      float: left;
      width: 80px; }
    @media screen and (min-width: 768px) {
      #time-card .regularTimecard .table th div.day-col, #time-card .regularTimecard .table td div.day-col, #time-card .timecardInOut .table th div.day-col, #time-card .timecardInOut .table td div.day-col {
        padding-right: 25px !important;
        width: 160px !important; }
      #time-card .regularTimecard .table th div.day-col, #time-card .timecardInOut .table th div.day-col {
        padding-left: 40px !important; }
      #time-card .regularTimecard .table td div.day-col, #time-card .timecardInOut .table td div.day-col {
        text-align: right; } }
    #time-card .regularTimecard .table.edit, #time-card .timecardInOut .table.edit {
      border-collapse: inherit !important; }
      #time-card .regularTimecard .table.edit td div.day-col, #time-card .timecardInOut .table.edit td div.day-col {
        margin-top: 8px; }
      #time-card .regularTimecard .table.edit tr:not(.total) td, #time-card .timecardInOut .table.edit tr:not(.total) td {
        border-bottom: 1px solid #b4b4b4; }
  @media screen and (max-width: 767px) {
    #time-card .regularTimecard .col-xs-12, #time-card .timecardInOut .col-xs-12 {
      padding: 0px !important; }
    #time-card .regularTimecard .longLabel, #time-card .timecardInOut .longLabel {
      padding-bottom: 10px; } }
  #time-card .regularTimecard input.form-control:not(.details) {
    min-width: 60px !important;
    width: 60px !important;
    display: inline-block; }
  #time-card .timecardInOut .no-padding-div {
    padding: 0 !important; }
  #time-card .timecardInOut .table .row {
    margin: 0;
    padding: 0px; }
    #time-card .timecardInOut .table .row:not(:last-child) {
      border-bottom: 1px solid #b4b4b4; }
  #time-card .timecardInOut .table tbody tr.top-vertical td {
    vertical-align: top !important; }
  #time-card .timecardInOut .table th.day-col, #time-card .timecardInOut .table td.day-col {
    width: 140px;
    padding-right: 10px !important; }
  #time-card .timecardInOut .table th.day-col {
    padding-left: 40px !important; }
  #time-card .timecardInOut .table td.day-col {
    text-align: right; }
  @media screen and (min-width: 1200px) {
    #time-card .timecardInOut .table th.day-col, #time-card .timecardInOut .table td.day-col {
      width: 160px !important;
      word-break: normal; } }
  #time-card .timecardInOut .table.read .break {
    display: inline-table; }
  #time-card .timecardInOut .table.read tbody tr.top-vertical td .row:not(:first-child) {
    padding-top: 8px; }
  #time-card .timecardInOut .table.read tbody tr.top-vertical td .row:not(:last-child) {
    padding-bottom: 8px; }
  @media screen and (max-width: 767px) {
    #time-card .timecardInOut .table.edit tr:not(.total) td {
      border-bottom: none; } }
  #time-card .timecardInOut .table.edit .row .day-header {
    border-top: 1px solid #b4b4b4;
    padding: 10px 15px; }
  #time-card .timecardInOut .table.edit .row:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px; }
  #time-card .timecardInOut .table.edit .row p {
    margin: 0 0 5px 0; }
  #time-card .timecardInOut .table.edit .row input.form-control:not(.details) {
    min-width: 75px !important;
    width: 75px !important;
    display: inline-block; }
  #time-card .timecardInOut .table.edit .row i.fa-plus, #time-card .timecardInOut .table.edit .row i.fa-remove {
    color: #ef5f47 !important;
    font-size: 14.4px;
    font-weight: normal; }
  #time-card .timecardInOut .table.edit .row span.breakPlus {
    position: absolute;
    margin-top: 20px;
    margin-left: -10px; }
  #time-card .timecardInOut .table.edit .row span.plus {
    position: absolute;
    float: right;
    right: 0px; }
    #time-card .timecardInOut .table.edit .row span.plus.oneBreak {
      margin-top: 25px; }
    #time-card .timecardInOut .table.edit .row span.plus.twoBreak {
      margin-top: 64px; }
    #time-card .timecardInOut .table.edit .row span.plus.threeBreak {
      margin-top: 103px; }
    #time-card .timecardInOut .table.edit .row span.plus.fourBreak {
      margin-top: 142px; }
    #time-card .timecardInOut .table.edit .row span.plus.fiveBreak {
      margin-top: 181px; }
  #time-card .timecardInOut .table.edit .row span.remove {
    position: absolute;
    float: right;
    right: 0px;
    margin-top: -12px; }
  #time-card .launch-dtop-container .table-hover.multi-timecards-table {
    border-collapse: inherit !important; }
    #time-card .launch-dtop-container .table-hover.multi-timecards-table a {
      color: #ef5f47; }
    #time-card .launch-dtop-container .table-hover.multi-timecards-table tr.total:hover {
      background-color: #fff;
      color: #5f5f5f; }
    #time-card .launch-dtop-container .table-hover.multi-timecards-table tr:hover a.job-title {
      color: #fff; }
  #time-card .launch-mbl-container .multi-timecards-table thead tr {
    border-bottom: 1px solid black; }
  #time-card .launch-mbl-container .multi-timecards-table thead tr th, #time-card .launch-mbl-container .multi-timecards-table tbody tr td {
    padding: 3px;
    font-size: 1.2em; }
  #time-card #calculationDlg .row {
    padding: 5px;
    margin: 0 8px 0 8px;
    vertical-align: middle;
    font-size: 1.2em !important; }
    #time-card #calculationDlg .row.total {
      border-top: 2px solid black; }
    #time-card #calculationDlg .row.header {
      background-color: #5f5f5f;
      color: #fff; }
    #time-card #calculationDlg .row div.static {
      line-height: 40px; }
    #time-card #calculationDlg .row .form-control {
      margin-top: 4px;
      min-width: 60px !important;
      width: 60px !important;
      display: inline-block; }
    #time-card #calculationDlg .row .hour-error {
      color: #ef5f47; }
    #time-card #calculationDlg .row.bottom-line {
      border-bottom: 1px solid #b4b4b4; }

#expense .shortSelect {
  min-width: 150px !important;
  font-size: 14px; }

#expense .workWeekPick .md-datepicker-input {
  min-width: 90px; }

#expense .workWeekPick span {
  font-size: 14px; }

#expense .workWeekPick .ng-not-empty.ng-valid .md-datepicker-input, #expense .workWeekPick .ng-not-empty.ng-valid .md-datepicker-triangle-button {
  display: none; }

#expense ol.line-item-counter {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#expense ol.line-item-counter > li:not(:last-child):not(.line-item-header) {
  counter-increment: step-counter; }

#expense ol.line-item-counter > li:not(:last-child):not(.line-item-header):before {
  content: counter(step-counter) ".";
  font-weight: bold;
  padding: 3px 10px;
  vertical-align: 60%; }

#expense ol .line-item-header .form-group {
  margin-bottom: 3px; }

@media (max-width: 767px) {
  #expense ol.line-item-counter li:before {
    display: block;
    border-top: 1px solid #b4b4b4;
    margin-left: 0px !important;
    padding: 10px 0px !important;
    font-size: 1.2em; }
  #expense ol.line-item-counter > li:not(:last-child):not(.line-item-header):before {
    content: "Expense " counter(step-counter); }
  #expense ol.line-item-counter > li:last-child:not(.line-item-header):before {
    content: ''; } }

#expense .add-delete-button {
  padding: 5px 12px;
  font-size: 14px; }

#expense .add_receipt {
  width: 50px; }

@media (max-width: 767px) {
  #expense .add_receipt {
    width: 100%;
    vertical-align: top; }
    #expense .add_receipt div > a {
      margin-left: 15px !important; } }

#expense .table:not(.table-hover):not(.history) {
  border-collapse: inherit !important; }
  #expense .table:not(.table-hover):not(.history).indent {
    padding: 0px 50px; }

#expense .mbl-col {
  padding-left: 5px;
  padding-right: 5px; }

#expense td .fa-plus {
  display: none; }

#expense td .collapsed .fa-minus {
  display: none; }

#expense td .collapsed .fa-plus {
  display: inline; }

#expense .mobile-receipt {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #5f5f5f; }

@media (max-width: 767px) {
  #expense .error-block {
    position: relative; } }

#invoice .totUnits {
  min-width: 130px !important;
  width: 130px !important;
  display: inline-block; }

.ui-notification {
  border-radius: 8px;
  padding: 5px 15px;
  border: 1px solid transparent;
  width: 400px; }
  .ui-notification.warning {
    background-color: #fcf8e3;
    color: #8a6d3b; }
  .ui-notification.error {
    background-color: #f2dede;
    color: #a94442; }
  .ui-notification.success {
    width: 250px;
    background-color: #dff0d8;
    color: #3c763d; }
  .ui-notification.info {
    width: 250px;
    background-color: #ffe4b5;
    color: #31708f; }
  .ui-notification .message {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 700; }
