/*@dark-primary-color   : #689F38;
@primary-color        : #8BC34A;
@light-primary-color  : #DCEDC8;

@text                 : #fff;
@primary-text         : #212121;
@secondary-text       : #727272;

@dark-gray            : #727272;
@light-gray           : #b6b6b6;

@accent-color         : #536DFE;
@danger-color         : #ff0015;


@dark-primary-color   : #455A64;
@primary-color        : #607D8B;
@light-primary-color  : #CFD8DC;

@text                 : #fff;
@primary-text         : #212121;
@secondary-text       : #727272;

@dark-gray            : #727272;
@light-gray           : #b6b6b6;

@accent-color         : #8BC34A;
@danger-color         : #ff0015;*/
/* SIZES GENERAL */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
  
  /* For IE6-8 */
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* GENERAL STYLINGS */
body {
  color: #212121;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
}
h1 {
  font-size: 31px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
}
small {
  color: #727272;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
}
em {
  color: #727272;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
hr {
  color: #e9e9e9;
  margin-bottom: 25px;
  margin-top: 50px;
}
address {
  font-style: normal;
}
address strong {
  font-weight: 500;
}
.row {
  margin: 0;
}
svg {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
svg.large {
  width: 50px;
  height: 50px;
}
svg.small {
  width: 20px;
  height: 20px;
}
td svg.small {
  width: 15px;
}
svg.default {
  color: #ffffff;
  fill: #ffffff;
}
svg.danger {
  fill: #ff0015;
}
svg.accent {
  fill: #ffc107;
}
svg.grey {
  fill: #b5b5b5;
  color: #b5b5b5;
}
/* NEW Buttons */
button {
  cursor: pointer;
}
button.btn {
  position: relative;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  height: 30px;
  padding: 3px 23px;
  text-transform: uppercase;
  margin: 4px;
  outline: none;
}
button.btn-icon {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin: 0;
  min-width: 32px;
  width: 32px;
  padding: 0px;
  overflow: hidden;
  line-height: normal;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #727272;
  fill: #727272;
}
button.btn-icon .material-icons {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 32px;
  height: 32px;
}
button.btn-icon:hover {
  background-color: rgba(158, 158, 158, 0.2) !important;
}
button.btn-icon.btn-accent {
  background-color: transparent;
  color: #ffc107;
  fill: #ffc107;
}
button.btn-primary {
  color: #b0bec5;
  fill: #b0bec5 !important;
}
button.btn-accent {
  color: #ffffff;
  fill: #ffc107 !important;
  background-color: #ffc107;
}
button.btn-danger {
  color: #ff0015;
  fill: #ff0015;
}
button.btn-white {
  color: #fff;
  fill: #fff;
}
button.btn-raised {
  color: #b0bec5;
  background-color: #ffffff;
}
button.btn-raised:hover {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 5px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
button.btn-raised.btn-accent {
  background-color: #ffc107;
  color: #ffffff;
}
button.btn-raised.btn-primary {
  background-color: #b0bec5;
  color: #ffffff;
}
button.btn-raised.btn-danger {
  background-color: #ff0015;
  color: #ffffff !important;
}
button.btn-flat {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
button.btn-flat:hover {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
}
button.btn-flat.btn-primary {
  color: #b0bec5;
}
button.btn-flat.btn-accent {
  color: #ffc107;
}
button.btn-flat.btn-danger {
  color: #ff0015;
}
button.split {
  background-image: url("../images/split.svg");
  background-position: 3px 0px !important;
  background-repeat: no-repeat !important;
  width: 78px !important;
  text-align: left !important;
  fill: #00BCD4;
  height: 29px;
  color: #00BCD4;
  border: 1px solid #B3E9F3 !important;
  padding: 6px 36px !important;
}
button.action {
  background-color: #ffc107;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
button.disable {
  cursor: not-allowed !important;
  box-shadow: none;
  opacity: 0.65;
  color: #d3d3d3 !important;
}
button.disable:hover {
  background-color: transparent;
}
/* Ripple */
.ripple {
  overflow: hidden;
}
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
  -webkit-animation: ripple-animation 2s;
  -moz-animation: ripple-animation 2s;
  -o-animation: ripple-animation 2s;
}
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
.accent {
  color: #ffc107 !important;
}
.danger {
  color: #ff0015 !important;
}
.uppercase {
  text-transform: uppercase;
}
.primary {
  color: #b0bec5 !important;
  text-transform: uppercase;
}
.small {
  width: 50px;
}
.medium {
  width: 150px;
}
.large {
  width: 250px;
}
.xlarge {
  width: 360px;
}
/* ============ FORM ELEMENTS ============ */
.input-field {
  position: relative;
}
.input-field input {
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: #dfdfdf;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  box-sizing: content-box;
  font-size: 12px;
  line-height: 18px;
  height: 24px;
  margin: 7px 0 11px;
  padding: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  outline: none;
  font-family: "Roboto", sans-serif;
}
.input-field input.small {
  width: 50px;
}
.input-field input.medium {
  width: 150px;
}
.input-field input.large {
  width: 250px;
}
.input-field label {
  color: #b5b5b5;
  font-size: 10px;
  cursor: text;
  left: 0;
  position: absolute;
  top: 14px;
  transition: all 0.2s ease-out 0s;
}
.input-field label.right {
  right: 0;
  left: auto;
}
.input-field.active label {
  transform: translateY(-140%);
}
.input-field.focus input {
  border-bottom: 1px solid #b0bec5;
}
.input-field.focus label {
  transform: translateY(-140%);
  color: #b0bec5;
}
.input-field.error input,
.select2-field.error input,
.input-field.error select,
.select2-field.error select {
  border-bottom: 1px solid #ff0015;
}
.input-field.error label,
.select2-field.error label {
  color: #ff0015;
}
.input-field.warning input,
.select2-field.warning input,
.input-field.warning select,
.select2-field.warning select {
  border-bottom: 1px solid #ff5722;
}
.input-field.warning label,
.select2-field.warning label {
  color: #ff5722;
}
.input-field.success input,
.select2-field.success input,
.input-field.success select,
.select2-field.success select {
  border-bottom: 1px solid #689f38;
}
.input-field.success label,
.select2-field.success label {
  color: #689f38;
}
.input-field.info input,
.select2-field.info input,
.input-field.info select,
.select2-field.info select {
  border-bottom: 1px solid #27bff3;
}
.input-field.info label,
.select2-field.info label {
  color: #27bff3;
}
span.success {
  color: #689f38;
}
span.warning {
  color: #ff5722;
}
span.error {
  color: #ff0015;
}
.input-field.disabled input,
.input-field.disabled select {
  color: #b5b5b5;
  border-bottom-style: dashed;
  cursor: no-drop;
}
.input-field.addition input {
  width: 90% !important;
}
.select-field {
  position: relative;
}
.select-field select {
  transition: all 0.2s ease-out 0s;
  border-image: none;
  border-style: none none solid;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  color: #212121;
  cursor: pointer;
  font-size: 12px;
  height: 25px;
  margin: 7px 0 11px;
  padding: 0;
  width: 100%;
  outline: medium none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/assets/images/menu-down.svg') no-repeat scroll 100% -4px rgba(0, 0, 0, 0);
  /*Adds background-image*/
  text-indent: 0.01px;
  text-overflow: "";
}
.select-field select option {
  padding: 6px;
  border-style: none none solid;
  font-size: 14px;
}
.select-field select :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select-field label {
  color: #b5b5b5;
  font-size: 10px;
  cursor: text;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 14px;
}
.select-field label.right {
  right: 0;
  left: auto;
}
.select-field.active label {
  transform: translateY(-140%);
}
.select-field.error select {
  border-bottom: 1px solid #ff0015 !important;
}
.select-field.error label {
  color: #ff0015;
}
.select-field.focus select {
  border-bottom-color: #b0bec5;
}
.select-field.focus label {
  transform: translateY(-140%);
  color: #b0bec5;
}
.select-field.disabled select {
  cursor: no-drop;
}
.radio-field {
  display: inline-block;
  height: 17px;
  margin: 7px 0 6px;
}
.radio-field input[type="radio"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1000;
}
.radio-field input[type="radio"]:checked + label {
  background-position: 0 -19px;
}
.radio-field label {
  -moz-user-select: none;
  background-image: url("/assets/images/radioboxen.png");
  margin-right: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  vertical-align: middle;
  color: #727272;
  line-height: 20px;
  height: 19px;
  background-size: 18px;
}
.radio-field.error label {
  color: #ff0015;
}
.radio-field.focus label {
  color: #b0bec5;
}
.radio-field.disabled {
  cursor: not-allowed;
}
.radio-field.disabled input {
  cursor: not-allowed;
  opacity: 0.3;
}
.radio-field.disabled label {
  cursor: not-allowed;
  opacity: 0.3;
}
.checkbox-field {
  display: inline-block;
  height: 17px;
  margin: 7px 0px 6px;
}
.checkbox-field input[type="checkbox"] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  left: -1000px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: -1000;
}
.checkbox-field input[type="checkbox"]:checked + label {
  background-position: 0 -20px;
}
.checkbox-field label {
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding-left: 24px;
  vertical-align: middle;
  color: #727272;
  line-height: 20px;
  height: 19px;
  background-size: 18px;
  -moz-user-select: none;
  background-image: url("/assets/images/checkboxen.png");
  margin-right: 20px;
}
.checkbox-field.error label {
  color: #ff0015;
}
.checkbox-field.focus label {
  color: #b0bec5;
}
.checkbox-field.disabled label {
  cursor: no-drop;
}
.textarea-field {
  position: relative;
  width: 100%;
}
.textarea-field textarea {
  margin: 24px 0 6px;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  height: auto;
  width: 100%;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #dfdfdf;
  color: #212121;
  resize: none;
  transition: height 0.3s ease;
  font-family: "Roboto", sans-serif;
  outline: none !important;
}
.textarea-field label {
  color: #b5b5b5;
  font-size: 10px;
  cursor: text;
  left: 0;
  position: absolute;
  top: 14px;
  transition: all 0.2s ease-out 0s;
}
.textarea-field label.right {
  right: 0;
  left: auto;
}
.textarea-field.active label {
  transform: translateY(-140%);
}
.textarea-field.error label {
  color: #ff0015;
}
.textarea-field.error textarea {
  border-color: #ff0015;
}
.textarea-field.focus label {
  color: #b0bec5;
  transform: translateY(-140%);
}
.textarea-field.focus textarea {
  border-color: #b0bec5;
}
.switch-field {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.switch-field label {
  cursor: pointer;
}
.switch-field label input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0;
}
.switch-field label input[type="checkbox"]:checked + .lever {
  background-color: #e2f1f8;
}
.switch-field label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  transition: background 0.3s ease 0s;
  vertical-align: middle;
  margin: 0 16px;
}
.switch-field label input[type="checkbox"]:checked + .lever::after {
  left: 24px;
  background-color: #808e95;
}
.switch-field label .lever::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease 0s, background 0.3s ease 0s, box-shadow 0.1s ease 0s;
}
.select2-field {
  position: relative;
}
.select2-field label {
  color: #b5b5b5;
  font-size: 10px;
  cursor: text;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-out 0s;
  top: 14px;
}
.select2-field label.right {
  right: 0;
  left: auto;
}
.select2-field.active label {
  transform: translateY(-140%);
}
.select2-field.error .select2-container .select2-choice {
  border-color: #ff0015;
}
.select2-field.error .select2-container-multi .select2-choices {
  border-color: #ff0015;
}
.select2-field.error label {
  color: #ff0015;
}
.select2-field.warning .select2-container .select2-choice {
  border-color: #ff5722;
}
.select2-field.warning .select2-container-multi .select2-choices {
  border-color: #ff5722;
}
.select2-field.warning label {
  color: #ff5722;
}
.select2-field.success .select2-container .select2-choice {
  border-color: #689f38;
}
.select2-field.success .select2-container-multi .select2-choices {
  border-color: #689f38;
}
.select2-field.success label {
  color: #689f38;
}
.select2-field.focus .select2-container .select2-choice {
  border-color: #b0bec5;
}
.select2-field.focus .select2-container-multi .select2-choices {
  border-color: #b0bec5;
}
.select2-field.focus label {
  transform: translateY(-140%);
  color: #b0bec5;
}
.select2-field.disabled {
  cursor: no-drop;
}
button.disabled,
button[disabled="disabled"],
button[disabled] {
  cursor: no-drop;
  color: #b5b5b5 !important;
  background: transparent !important;
}
button.disabled:hover,
button[disabled="disabled"]:hover,
button[disabled]:hover {
  color: #b5b5b5 !important;
  background: transparent !important;
}
table td {
  padding: 4px 4px !important;
}
table .small {
  width: 25px !important;
}
table .medium {
  width: 70px !important;
}
#current-user {
  min-width: 100px;
  background: none;
  color: #ffffff;
  border: none;
  font-size: 11px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-button,
.dropdown-icon-button {
  margin: 0 !important;
}
.dropdown-button.active,
.dropdown-icon-button.active {
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.drop {
  position: relative;
  /*&:active {
    ul {
      transform: scale(1);
    }
  }*/
}
.drop .dropdown-content {
  top: -10px;
}
.drop button {
  margin: 0px !important;
  padding: 5px !important;
  text-align: left;
}
.drop ul {
  position: absolute;
  top: 18px;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  background-color: #ffffff;
  padding-left: 0;
  min-width: 200px;
  width: auto;
  z-index: 99999;
}
.drop ul li {
  display: block;
  width: 100%;
}
.drop ul li a {
  width: 100%;
  padding: 1em 18px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  color: #727272;
  text-transform: uppercase;
}
.drop ul li a:hover {
  background: #f9f9f9;
}
.drop ul li button {
  cursor: pointer;
}
.drop.left ul {
  left: 90px;
}
.drop.right ul {
  right: 0;
  transform-origin: 100%;
}
.drop.right ul button {
  padding-right: 0;
}
.drop.mouseover:hover ul {
  transform: scale(1);
}
.drop.active ul {
  transform: scale(1);
}
button[data-close="drop"] {
  width: auto !important;
  float: right;
}
.drop.right.paragraph-helper {
  position: relative !important;
  top: 0px !important;
  right: -3px !important;
}
.drop.right.paragraph-helper ul {
  right: -48px !important;
  margin-top: -10px !important;
  width: 170px;
}
.drop.right.paragraph-helper ul.large {
  width: 190px;
}
/* TOOLBOX */
.tb-dropdown {
  display: inline-block;
  position: relative;
}
.tb-dropdown .tb-dropdown-toggle {
  cursor: pointer;
  outline: none;
}
.tb-dropdown .tb-dropdown-content {
  display: block;
  position: absolute;
  top: 10%;
  z-index: 1000;
  min-width: 170px;
  padding: 9px 11px;
  float: left;
  transform: scaleY(0);
  transition: all 0.2s;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #212121;
  background-color: #FFFFFF;
}
.tb-dropdown .tb-dropdown-content.tb-open {
  transform: scaleY(1);
  top: 100%;
}
.tb-dropdown .tb-dropdown-content a {
  padding: 4px;
  text-decoration: none;
  color: #727272;
  margin: 9px 11px;
}
.tb-collapsible {
  transform: scaleY(1);
  transition: all 0.5s;
}
.tb-collapsed {
  transform: scaleY(0);
}
.select2-container {
  display: inline-block !important;
  width: 100%;
  min-width: 50px;
  box-sizing: border-box;
  min-height: 25px;
  margin: 7px 0 11px;
  outline: none;
}
.select2-container.select2-container-active .select2-choice {
  box-shadow: none;
  background: none;
}
.select2-container .select2-choice {
  height: 25px;
  border: none;
  border-bottom: solid;
  border-width: medium medium 1px;
  border-color: #dfdfdf;
  border-radius: 0;
  background: none;
  padding: 0;
  outline: none;
}
.select2-container .select2-choice .select2-chosen {
  font-weight: 400;
  float: left;
}
.select2-container .select2-choice .select2-arrow {
  border: none;
  background: none;
}
.select2-container .select2-choice .select2-arrow b {
  background: transparent url("/assets/images/menu-down.svg") no-repeat scroll 100% -3px;
}
.select2-container-multi.select2-container-active {
  box-shadow: none;
  background: none;
}
.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: none;
  background: none;
  border: none;
  border-bottom: solid;
  border-width: medium medium 1px;
  border-color: #dfdfdf;
  border-radius: 0;
}
.select2-container-multi .select2-choices {
  border: none;
  border-bottom: solid;
  border-width: medium medium 1px;
  border-color: #dfdfdf;
  border-radius: 0;
  background: transparent url("/assets/images/menu-down.svg") no-repeat scroll 100% -3px;
  box-shadow: none;
  padding: 0;
  min-height: 25px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 4px 0 0 0;
  padding: 3px 18px 3px 0;
  border: none;
  background: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 12px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 2px;
  height: 18px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url("/assets/images/select2-spinner.gif") no-repeat scroll 100% center;
}
.select2-container-multi .select2-search-choice-close {
  right: 3px;
  left: inherit;
  top: 2px;
}
.select2-input {
  height: 18px !important;
  margin: 0 !important;
  border: none !important;
}
.select2-drop-active {
  border: none;
  border-left: 1px solid #b0bec5;
  border-right: 1px solid #b0bec5;
  border-bottom: 1px solid #b0bec5;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
}
.select2-results {
  padding: 0;
  margin: 0;
}
.select2-results .select2-highlighted {
  background-color: #b0bec5;
}
.select2-search-choice-close {
  background: transparent url("/assets/images/select2.png") no-repeat scroll right top;
}
#sr-picker-container {
  text-align: right;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sr-picker-calendars {
  margin-left: auto;
  margin-right: auto;
}
.sr-picker-calendars .sr-picker-year {
  display: inline-block;
  float: left;
}
.sr-picker-calendars .sr-picker-calendar {
  width: 230px;
  display: inline-block;
  margin-bottom: 5px;
}
.sr-picker-calendars .sr-picker-calendar .sr-picker-calendar-month {
  background-color: #b0bec5;
  color: #ffffff;
  height: 28.75px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 200;
  line-height: 28.75px;
  padding: 0 10px;
}
.sr-picker-calendars .sr-picker-calendar .sr-picker-calendar-week-days {
  padding: 7.1875px;
}
.sr-picker-calendars .sr-picker-calendar .sr-picker-calendar-week-days .sr-picker-calendar-week-day {
  width: 30.80357143px;
  height: 15.40178571px;
  display: inline-block;
  text-align: center;
  float: left;
  color: #b5b5b5;
}
.sr-picker-calendars .sr-picker-calendar .sr-picker-calendar-month-days {
  padding: 7.1875px;
}
.sr-picker-calendar-month-day {
  color: #b5b5b5;
  cursor: not-allowed;
  width: 30.80357143px;
  height: 15.40178571px;
  margin-top: 1.92522321px;
  margin-bottom: 1.92522321px;
  line-height: 15.40178571px;
  display: inline-block;
  text-align: center;
  float: left;
  transition: border-radius 0.5s ease, background-color 0.5s ease, margin-left 0.5s ease;
}
.sr-offset1 {
  margin-left: 30.80357143px;
}
.sr-offset2 {
  margin-left: 61.60714286px;
}
.sr-offset3 {
  margin-left: 92.41071429px;
}
.sr-offset4 {
  margin-left: 123.21428571px;
}
.sr-offset5 {
  margin-left: 154.01785714px;
}
.sr-offset6 {
  margin-left: 184.82142857px;
}
.sr-valid {
  cursor: pointer;
  color: #666;
}
.sr-catnull {
  color: #fff;
  background-color: #bbb;
}
.sr-catA {
  color: #ffffff;
  background-color: #1004b6;
}
.sr-catB {
  color: #ffffff;
  background-color: #4e55d5;
}
.sr-catC {
  color: #ffffff;
  background-color: #4ecaf4;
}
.sr-catD {
  color: #ffffff;
  background-color: #4ededc;
}
.sr-catE {
  color: #ffffff;
  background-color: #00b3ad;
}
.sr-catF {
  color: #fff;
  background-color: #00788f;
}
.sr-catG {
  color: #ffffff;
  background-color: #398c42;
}
.sr-catH {
  color: #ffffff;
  background-color: #39bb68;
}
.sr-catI {
  color: #ffffff;
  background-color: #39bb68;
}
.sr-catJ {
  color: #ffffff;
  background-color: #39dc83;
}
.sr-catK {
  color: #727272;
  background-color: #8af6ab;
}
.sr-catL {
  color: #727272;
  background-color: #d1f6ab;
}
.sr-catM {
  color: #727272;
  background-color: #fff686;
}
.sr-catN {
  color: #ffffff;
  background-color: #ffe140;
}
.sr-catO {
  color: #ffffff;
  background-color: #ffc107;
}
.sr-catP {
  color: #ffffff;
  background-color: #ffa102;
}
.sr-catQ {
  color: #ffffff;
  background-color: #ff6f02;
}
.sr-catR {
  color: #ffffff;
  background-color: #ff4a03;
}
.sr-first {
  border-bottom-left-radius: 15%;
  border-top-left-radius: 85%;
}
.sr-last {
  border-bottom-right-radius: 85%;
  border-top-right-radius: 15%;
}
.sr-picker-ranges {
  margin-top: 30px;
}
.sr-picker-ranges th {
  padding-bottom: 10px;
}
/* COMPONENTS */
header {
  background-image: url('/assets/images/header.png');
  background-repeat: repeat-x;
  color: #ffffff;
  height: 77px;
  padding: 10px;
}
header .logo {
  position: absolute;
  width: 150px;
  top: 26px;
  left: 7px;
}
.side-content > header {
  height: 57px;
  margin-bottom: 0;
  background-image: none;
  background-color: #e2f1f8;
  color: #ffffff;
  padding: 5px !important;
  overflow: hidden;
}
.side-content > header em {
  color: #727272;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.side-content > header strong {
  color: #727272;
  font-size: 20px;
  font-weight: lighter;
  white-space: nowrap;
}
.side-content > header h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
.side-content > header .row .col-sm-offset-2 {
  padding-left: 15px;
  margin-top: 10px;
}
.side-content header.bordered {
  border-bottom: 3px solid #ffffff !important;
}
.side-content > nav {
  overflow: auto;
  background-color: #b0bec5;
  color: #ffffff;
  height: calc(100vh - 173px);
}
.main header {
  z-index: 30;
  position: fixed;
  left: 220px;
  right: 0;
  top: 0;
}
.main header .navbar {
  margin-top: 11px;
  height: 56px;
}
.main header h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.main div.content > header {
  background-image: none;
  background-color: #e2f1f8;
  color: #ffffff;
  height: 57px;
  z-index: 25;
  top: 77px;
}
.main div.content > header .row div.col-md-4:nth-of-type(2),
.main div.content > header .row div.col-md-4:nth-of-type(1) {
  margin-top: 5px;
}
.content header.bordered {
  border-left: 1px solid #ffffff;
}
/* Section Header */
.content > #sections > section > div.paragraph > header {
  background-color: transparent !important;
  background-image: none;
  color: #212121;
  height: 42px;
  padding-left: 0;
  position: static;
}
.content > #sections > section > div.paragraph > header h4,
.content > #sections > section > div.paragraph > header h5 {
  padding: 0;
  margin: 0;
}
.content > #sections > section > div.paragraph > header h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.content > #sections > section > div.paragraph > header h5 {
  margin-top: 30px;
}
.content > #sections > section > div.paragraph > header div.ribbon {
  border-right: 14px solid transparent;
  width: 233px;
  text-align: center;
  border-left: 14px solid transparent;
  color: white;
  border-top: 28px solid #b0bec5;
}
.content > #sections > section > div.paragraph > header div.ribbon h4 {
  margin-top: -22px;
}
footer {
  height: 43.5px;
}
aside.side-bar {
  color: #ffffff;
  background-color: #e2f1f8;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 220px;
}
aside.side-bar header img:not(.logo) {
  position: relative;
  width: 150px;
  bottom: -17px;
  left: 7px;
}
aside.side-bar header h1 {
  color: #ffffff;
  margin: 25px 0 0 8px;
  text-transform: uppercase;
  vertical-align: middle;
}
aside.side-bar ul.side-navigation {
  padding-left: 20px;
}
aside.side-bar footer {
  padding-top: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 220px;
}
section {
  background-color: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #212121;
  margin: 10px 20px;
  transition: margin ease 0.4s;
  position: relative;
}
#blank-page .content,
#specialoffers-page .content {
  padding: 50px;
  background-color: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #212121;
  margin: 10px 30px;
  transition: margin ease 0.4s;
}
#contracts-page .content {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #212121;
  margin: 10px 30px;
  transition: margin ease 0.4s;
}
section.active {
  margin: 10px;
  background-color: #ffffff;
  transition: margin ease 0.4s, background-color ease 0.4s;
}
#sections section:last-of-type {
  margin-bottom: 50px;
}
/* SPECIFIC CLASSES */
.container-side-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main {
  padding: 0;
  position: absolute;
  top: 0;
  left: 220px;
  right: 0;
  bottom: 0;
  background-color: #808e95 !important;
}
div.no-side-nav .main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.no-side-nav .main header {
  z-index: 30;
  position: fixed;
  left: 0px;
  right: 0px;
}
div.content {
  background-color: #808e95;
  padding-bottom: 70px;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 77px;
  left: 220px;
  bottom: 0;
}
div.no-side-nav div.content {
  position: fixed;
  right: 0;
  top: 77px;
  left: 0;
  bottom: 0;
}
/* NESTED NAVIGATION */
ul.side-navigation li > ul,
ul.nav li > ul {
  padding-left: 0;
}
ul.side-navigation li,
ul.nav li {
  margin-top: 14px;
  list-style: none;
}
ul.side-navigation li li.active a,
ul.nav li li.active a {
  color: #ffffff;
}
ul.side-navigation li li.edit a,
ul.nav li li.edit a {
  color: #ffffff;
}
ul.side-navigation li a,
ul.nav li a {
  text-decoration: none;
  color: #e2f1f8;
}
ul.side-navigation li a.active,
ul.nav li a.active {
  color: #ffffff;
}
ul.side-navigation li > a.section,
ul.nav li > a.section {
  text-transform: uppercase;
  font-size: 13px;
}
ul.side-navigation li.paragraph,
ul.nav li.paragraph {
  font-weight: 300;
  margin-top: 4px;
  padding-left: 10px;
}
ul.side-navigation li.active > a.section,
ul.nav li.active > a.section {
  color: #ffffff !important;
}
ul.side-navigation li.active > a.section li.paragraph,
ul.nav li.active > a.section li.paragraph {
  display: block;
}
ul.side-navigation li.edit > a.section,
ul.nav li.edit > a.section {
  color: #ffffff;
}
ul.side-navigation ul.nav li:first-of-type:last-of-type {
  display: none;
}
/*ul.side-navigation .nav {
    display:none;
  }


  .side-navigation .active > ul {
    display: block;
  }*/
div.paragraph {
  border-bottom: 1px solid #b5b5b5;
  color: #727272;
  padding: 0 10px;
  position: relative;
  background-color: #f9f9f9;
}
div.paragraph.active {
  background-color: #ffffff;
}
div.paragraph header {
  padding: 0 10px 10px 10px;
}
div.p-content {
  padding-bottom: 10px;
}
div.p-content .row {
  margin-bottom: 20px;
}
div.p-content h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
div.p-content span {
  font-weight: lighter;
}
div.p-content ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
div.p-content ul li {
  font-weight: lighter;
}
section div.paragraph:last-child {
  border-bottom: none;
}
div.content section:first-of-type {
  margin-top: 66px;
}
/*loading spinner icon*/
.loading-container {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  margin: -50px;
  animation: container-rotate 1568ms linear 0s infinite normal none running;
  -webkit-animation: container-rotate 1568ms linear 0s infinite normal none running;
}
@keyframes container-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes container-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loading-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #b0bec5;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running;
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
    border-color: #ffc107;
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
    border-color: #ffc107;
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
.loading-left {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
  float: left;
}
.loading-left .loading-circle {
  left: 0;
  transform: rotate(129deg);
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-top-color: inherit;
  border-left-color: inherit;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running;
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running;
}
.loading-right {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
  float: right;
}
.loading-right .loading-circle {
  left: -100%;
  transform: rotate(-129deg);
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-top-color: inherit;
  border-left-color: transparent !important;
  border-right-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running;
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s infinite normal both running;
}
.loading-middle {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.loading-middle .loading-circle {
  width: 1000%;
  left: -45%;
  border-radius: 50%;
}
@keyframes left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(130deg);
  }
}
@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-130deg);
  }
}
@-webkit-keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-130deg);
  }
}
/* USEFULL CLASSES */
.highlight-accent {
  color: #ffc107;
  text-transform: uppercase;
}
.accent {
  color: #ffc107;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.hidden {
  display: none !important;
}
.muted {
  font-size: 18px;
  color: #777;
  line-height: 24px;
  font-weight: 200;
  opacity: 0.3;
}
/*MODAL*/
div.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  z-index: 1040;
  outline: 0 none;
}
.modal-backdrop {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.modal-dialog {
  background-color: #ffffff;
  margin: 30px auto;
  width: 600px;
  border-radius: 6px;
  position: relative;
}
.modal-dialog.large {
  width: 1010px;
  display: block;
  text-align: left;
}
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0 none;
  border-radius: 5px;
  position: relative;
}
.modal-header {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
  padding: 10px;
}
.modal-body {
  padding: 15px;
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 100px);
}
.active-modal {
  display: block !important;
}
/* ACCORDION */
.accordion-list {
  width: 100%;
}
.accordion-list .accordion-close {
  cursor: pointer;
}
.accordion-list-element {
  overflow: hidden;
  margin: 0px 50px -1px;
  transition: margin 0.4s ease 0s;
  border-bottom: 1px solid rgba(114, 114, 114, 0.5);
}
.accordion-list-element .accordion-preview {
  width: 100%;
  padding: 10px 0px;
  margin: 5px;
  margin-bottom: 0;
  cursor: pointer;
}
.accordion-list-element .accordion-preview .accordion-status {
  margin: 0 10px;
  font-size: 32px;
  line-height: 10px;
}
.accordion-list-element .accordion-preview strong {
  text-transform: uppercase;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.5);
}
.accordion-list-element .accordion-content {
  display: none;
  padding: 25px 5px 5px 5px;
}
.accordion-list-element .accordion-content h5.primary {
  margin: 0 0 8px 0;
  color: #808e95 !important;
}
.accordion-list-element .accordion-content hr {
  opacity: 0.1;
  margin-top: 0;
  margin-bottom: 5px;
}
.accordion-list-element .accordion-content .row {
  margin-bottom: 5px !important;
}
.accordion-list-element .accordion-content .flex-container {
  padding: 0 !important;
}
.accordion-list-element .accordion-content .flex-container .flex-content {
  padding: 0px 0px 1px 1px;
}
.accordion-list-element .accordion-content .flex-container .flex-content .switch-field {
  padding: 7px 0px 8px;
}
.accordion-list-element .accordion-content .flex-container .flex-content.mandatory {
  margin-bottom: 17px;
  padding-left: 10px;
}
.accordion-list-element .accordion-content .accordion-content-header {
  margin-bottom: 35px;
}
.accordion-list-element .accordion-content .accordion-content-header h4 {
  text-transform: uppercase;
  margin: 7px 0px 0px 0px;
}
.accordion-list-element .accordion-content .accordion-content-header .btn-flat {
  margin-top: 0px;
}
.accordion-list-element.accordion-expanded {
  margin: 20px 0 20px 0;
  box-shadow: 0 2px 5px 0 #b5b5b5, 0 2px 10px 0 #b5b5b5;
}
.accordion-list-element.accordion-expanded .accordion-preview {
  display: none;
}
.accordion-list-element.accordion-expanded .accordion-content {
  display: block;
}
/* SNACKBARS */
div.snackbars {
  color: #ffffff;
  z-index: 30000;
  position: fixed;
  bottom: 10px;
  left: 50%;
  display: none;
}
div.snackbars.active {
  display: block !important;
}
div.SnackBarItem {
  background-color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ffffff;
  z-index: 30000;
  height: 48px;
  padding: 17px 24px;
  width: 568px;
  margin-left: -284px;
  margin-top: 5px;
}
div.SnackBarItem.error {
  color: #ff0015;
}
div.SnackBarItem.info {
  color: #e2f1f8;
}
div.SnackBarItem.success {
  color: #2db062;
}
div.SnackBarItem.warning {
  color: #ffc107;
}
/**  PIN MODE */
div.pin {
  background-color: #feecb2;
  color: #727272;
  display: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 2000;
  position: fixed;
  left: 250px;
  right: 10px;
  top: 134px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
div.pin header {
  background-image: none;
  position: fixed;
  left: 250px;
  right: 10px;
  top: 134px;
  height: 40px;
}
div.pin header h6 {
  margin: 0px;
  display: inline;
  color: #727272;
}
div.pin header button {
  top: -5px;
  right: -5px;
}
div.pin div {
  display: inline;
  float: left;
  margin-right: 16px;
  padding-left: 7px;
}
div.pin .border-left {
  border-left: 1px solid #727272;
}
div.pin em {
  text-transform: uppercase;
  font-weight: lighter;
  color: #727272;
}
div.pin .row {
  padding: 10px;
  margin-top: 0px;
}
.pin.active {
  display: block !important;
}
.btn-text {
  color: #ffffff;
}
/* PROGRESSBAR */
#progressbar {
  width: 100%;
  height: 15px;
  padding: 2px;
  margin: .6em 0;
  clear: both;
}
#progress {
  background: #ffc107;
  border-radius: 2px;
  height: 15px;
  width: 0;
  max-width: 100%;
  float: left;
  animation: progress 2s 1 forwards;
  -webkit-animation: progress 2s 1 forwards;
  -moz-animation: progress 2s 1 forwards;
}
#pbaranim {
  background: url('http://www.cssdeck.com/uploads/media/items/7/7uo1osj.gif') repeat-x;
  height: 15px;
  width: 100%;
  overflow: hidden;
  opacity: 0.25;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
}
@-webkit-keyframes progress {
  to {
    width: 99%;
  }
}
@-moz-keyframes progress {
  to {
    width: 99%;
  }
}
@-ms-keyframes progress {
  to {
    width: 99%;
  }
}
@keyframes progress {
  to {
    width: 99%;
  }
}
/*definition list horizontal*/
dl {
  margin: 0;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
  font-size: 11px;
}
dt {
  font-weight: 500;
}
.dl-horizontal dd {
  margin-left: 180px;
  font-weight: lighter;
  color: #727272;
}
table {
  color: #727272;
  empty-cells: show;
  border: none;
  width: 100%;
  text-align: left;
  border-spacing: 0;
  margin-bottom: 20px;
  vertical-align: top;
}
table th {
  font-weight: lighter;
  opacity: 0.7;
  font-size: 10px;
  padding: 10px 4px 0 2px;
  text-transform: uppercase;
}
table thead tr th {
  font-weight: lighter;
  opacity: 0.7;
  font-size: 10px;
  padding: 10px 4px 0 2px;
  text-transform: uppercase;
}
table tbody tr td {
  font-weight: lighter;
  padding: 4px 2px;
  vertical-align: top;
}
table tbody tr th {
  padding: 4px 2px;
}
table.condensed tr td {
  padding: 0px 4px;
}
table.condensed tr td .select-field select {
  background: transparent url("/assets/images/menu-down.svg") no-repeat scroll 100% -2px;
  height: 20px;
  margin: 0px 0px 0px;
}
table.condensed tr td .select2-field .select2-container {
  margin: 0px 0px 0px;
}
table.condensed tr td .select2-field .select2-container .select2-choice {
  height: 21px;
}
table.condensed tr td .select2-field .select2-container-multi .select2-choices {
  min-height: 21px;
}
table.condensed tr td .select2-field .select2-container-multi .select2-choices .select2-search-choice {
  margin: 0px;
}
table.condensed tr td .input-field input {
  height: 20px;
  margin: 0px 0px 0px;
}
table.condensed tr td .checkbox-field {
  margin: 7px 0px 5px;
}
table.condensed tr button.btn-icon {
  height: 22px;
  margin: 0;
  min-width: 22px;
  width: 22px;
}
table.condensed tr button.btn-icon .material-icons {
  left: 7px;
}
table.condensed {
  margin-bottom: 0 !important;
}
table.condensed.bottom td {
  vertical-align: bottom;
}
table.condensed button.btn-icon {
  font-size: 14px;
  height: 22px;
  margin: 0;
  min-width: 22px;
  width: 22px;
  padding: 0px;
}
table.condensed button.btn-icon i.material-icons {
  top: 50%;
  left: 11px;
  transform: translate(-12px, -12px);
  line-height: 24px;
  width: 22px;
  height: 22px;
}
table tr.first-item td,
table tr.first-item th {
  border-top: 1px solid #dfdfdf;
}
table.striped tbody tr:nth-of-type(2n+1) {
  background-color: #efefef;
}
.form-inline .form-group {
  display: inline-block;
  margin: 0px 4px;
  vertical-align: middle;
}
.form-inline h1,
.form-inline h2,
.form-inline h3,
.form-inline h4,
.form-inline h5,
.form-inline h6 {
  display: inline;
}
div.card {
  width: 100%;
  background-color: #f9f9f9;
  color: #727272;
  border-radius: 4px;
  min-height: 300px;
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 30px 20px;
  padding-bottom: 50px;
  transition: left 0.3s ease, right 0.3s ease;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
}
.card {
  background-color: #fafafa;
  position: absolute;
  min-height: 600px !important;
  top: -33px;
  z-index: 1000;
  right: 100px;
  left: 401px;
  width: inherit !important;
}
.card .overview {
  position: fixed;
  background-color: #fafafa;
  z-index: 1;
  width: calc(100% - 401px - 160px);
  transition: width 0.3s ease;
  margin: -7px;
  padding: 7px;
}
.card .overview + * {
  margin-top: 90px !important;
}
.card.large {
  left: 270px;
  text-align: left;
}
.card.large .overview {
  width: calc(100% - 270px - 175px);
}
.card.fullscreen {
  left: 0;
  right: 0;
  z-index: 3000;
}
.card.fullscreen .overview {
  width: calc(100% - 60px);
}
/* ESCPECIALLY FOR LUXAIR */
.content .dl-horizontal,
#helper-set-agency-content .dl-horizontal {
  width: auto;
  text-align: inherit;
}
.content .dl-horizontal dt,
#helper-set-agency-content .dl-horizontal dt {
  width: 50px;
  font-weight: lighter;
  opacity: 0.5;
}
.content .dl-horizontal dd,
#helper-set-agency-content .dl-horizontal dd {
  margin-left: 60px;
  font-weight: lighter;
  min-height: 14px;
}
.content .dl-horizontal h6,
#helper-set-agency-content .dl-horizontal h6 {
  margin-left: 60px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #b0bec5;
}
.content .dl-horizontal.small dt,
#helper-set-agency-content .dl-horizontal.small dt {
  width: 50px;
}
.content .dl-horizontal.small dd,
#helper-set-agency-content .dl-horizontal.small dd {
  margin-left: 60px;
}
.content .dl-horizontal.small h6,
#helper-set-agency-content .dl-horizontal.small h6 {
  margin-left: 60px;
}
.content .dl-horizontal.medium dt,
#helper-set-agency-content .dl-horizontal.medium dt {
  width: 70px;
}
.content .dl-horizontal.medium dd,
#helper-set-agency-content .dl-horizontal.medium dd {
  margin-left: 80px;
}
.content .dl-horizontal.medium h6,
#helper-set-agency-content .dl-horizontal.medium h6 {
  margin-left: 80px;
}
.content .dl-horizontal.large dt,
#helper-set-agency-content .dl-horizontal.large dt {
  width: 90px;
}
.content .dl-horizontal.large dd,
#helper-set-agency-content .dl-horizontal.large dd {
  margin-left: 100px;
  font-weight: lighter;
}
.content .dl-horizontal.large h6,
#helper-set-agency-content .dl-horizontal.large h6 {
  margin-left: 100px;
}
.content .dl-horizontal.xlarge dt,
#helper-set-agency-content .dl-horizontal.xlarge dt {
  width: 110px;
}
.content .dl-horizontal.xlarge dd,
#helper-set-agency-content .dl-horizontal.xlarge dd {
  margin-left: 120px;
  font-weight: lighter;
}
.content .dl-horizontal.xlarge h6,
#helper-set-agency-content .dl-horizontal.xlarge h6 {
  margin-left: 120px;
}
.content .dl-horizontal.xxlarge dt,
#helper-set-agency-content .dl-horizontal.xxlarge dt {
  width: 130px;
}
.content .dl-horizontal.xxlarge dd,
#helper-set-agency-content .dl-horizontal.xxlarge dd {
  margin-left: 140px;
  font-weight: lighter;
}
.content .dl-horizontal.xxlarge h6,
#helper-set-agency-content .dl-horizontal.xxlarge h6 {
  margin-left: 140px;
}
.margin-20-tl {
  margin-top: 20px !important;
  margin-left: 20px !important;
}
.padding-0-r {
  padding-right: 0px;
}
.padding-top-55 {
  padding-top: 55px;
}
/*  ANIMATION */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
div.row-list .row:nth-child(1) div[class^="col-md-"] {
  border: none;
}
div.row-list .row div[class^="col-md-"] {
  border-top: 1px solid #b0bec5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.row.warning {
  margin-bottom: 5px;
  border: none !important;
}
.row.warning div[class^="col-md-"] {
  background-color: #ffe3da;
  padding: 7px;
  border-radius: 3px;
  color: #FF5722;
  border: 1px solid #ffc0ac;
}
.row.error {
  margin-bottom: 5px;
  border: none !important;
}
.row.error div[class^="col-md-"] {
  background-color: #ffd9dc;
  padding: 7px;
  border-radius: 3px;
  color: #FF0015;
  border: 1px solid #f9abb2;
}
.row.info {
  margin: 0 30px 5px 30px;
  border: none !important;
}
.row.info div[class^="col-md-"] {
  background-color: #dfeef3;
  padding: 7px;
  border-radius: 3px;
  color: #27bff3;
  border: 1px solid #a3e1f6;
}
.row.success {
  margin-bottom: 5px;
  border: none !important;
}
.row.success div[class^="col-md-"] {
  background-color: #e4f6d6;
  padding: 7px;
  border-radius: 3px;
  color: #689f38;
  border: 1px solid #bcd4a7 !important;
}
div.warning-view,
.warning-view {
  margin-top: 4px;
}
div.warning-view i,
.warning-view i {
  color: #ff5722;
  fill: #ff5722;
  font-size: 18px;
}
div.warning-view span,
.warning-view span {
  color: #ff5722;
  position: relative;
  top: -4px;
  left: 4px;
}
span.muted {
  display: block;
}
div.warning-edit {
  margin-top: 4px;
  background-color: #ffc0ac;
  border: 1px solid #ff5722;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}
div.warning-edit i {
  color: #ff5722;
  fill: #ff5722;
  font-size: 18px;
}
div.warning-edit span {
  color: #ff5722;
  position: relative;
  top: -4px;
  left: 4px;
}
div.error-view,
.error-view {
  margin-top: 4px;
}
div.error-view i,
.error-view i {
  color: #ff0015;
  fill: #ff0015;
  font-size: 18px;
}
div.error-view span,
.error-view span {
  color: #ff0015;
  position: relative;
  top: -4px;
  left: 4px;
}
i.error-view {
  color: #ff0015;
  fill: #ff0015;
  font-size: 18px;
}
i.warning-view {
  color: #ff5722;
  fill: #ff5722;
  font-size: 18px;
}
i.info-view {
  color: #27bff3;
  fill: #27bff3;
  font-size: 18px;
}
i.success-view {
  color: #689f38;
  fill: #689f38;
  font-size: 18px;
}
div.error-edit {
  margin-top: 4px;
  background-color: #f9abb2;
  border: 1px solid #ff0015;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}
div.error-edit i {
  color: #ff0015;
  fill: #ff0015;
  font-size: 18px;
}
div.error-edit span {
  color: #ff0015;
  position: relative;
  top: -4px;
  left: 4px;
}
div.info-view,
.info-view {
  margin-top: 4px;
}
div.info-view i,
.info-view i {
  color: #27bff3;
  fill: #27bff3;
  font-size: 18px;
}
div.info-view span,
.info-view span {
  color: #27bff3;
  position: relative;
  top: -4px;
  left: 4px;
}
div.info-edit {
  margin-top: 4px;
  background-color: #def3fb;
  border: 1px solid #27bff3;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}
div.info-edit i {
  color: #27bff3;
  fill: #27bff3;
  font-size: 18px;
}
div.info-edit span {
  color: #27bff3;
  position: relative;
  top: -4px;
  left: 4px;
}
div.success-view {
  margin-top: 4px;
}
div.success-view i {
  color: #689f38;
  fill: #689f38;
  font-size: 18px;
}
div.success-view span {
  color: #689f38;
  position: relative;
  top: -4px;
  left: 4px;
}
div.success-edit {
  margin-top: 4px;
  background-color: #bcd4a7;
  border: 1px solid #689f38;
  border-radius: 3px;
  padding: 2px;
  margin-bottom: 5px;
}
div.success-edit i {
  color: #689f38;
  fill: #689f38;
  font-size: 18px;
}
div.success-edit span {
  color: #689f38;
  position: relative;
  top: -4px;
  left: 4px;
}
.module-title {
  display: inline;
  position: absolute;
  left: 250px;
  margin-top: 4px;
  min-width: 130px;
}
.module-title h2 {
  display: inline !important;
}
.module-title .back {
  text-decoration: none;
  color: #FFF;
  fill: #FFF;
  font-size: 28px;
  margin-top: 0px;
  line-height: 42px;
  margin-left: 6px;
}
.module-title .drop {
  float: right;
  top: 10px;
}
.module-title .drop button {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.flex-container div.flex-content {
  margin: 5px;
  width: 46%;
  height: auto;
  padding: 0px 0px 5px 9px;
  background-color: #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flex-container div.flex-element {
  margin: 10px;
  width: 300px;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.flex-container div.flex-element.muted-element {
  opacity: 0.3;
}
button.helper {
  position: absolute;
  right: -47px;
  top: -30px;
}
.section-header {
  position: static !important;
  background: transparent none repeat scroll 0% 0%;
  padding: 0px;
  height: 30px;
}
.section-header.active {
  background-color: #f9f9f9 !important;
}
section div.paragraph:first-of-type:last-of-type header {
  padding-top: 0 !important;
  height: 0 !important;
}
section div.paragraph:first-of-type:last-of-type header h5 {
  display: none;
}
section div.paragraph:first-of-type:last-of-type.active header {
  padding-top: 5px;
  height: 30px;
}
#go-online,
#go-offline {
  position: relative;
  top: 8px;
  color: #e2f1f8;
}
.memory {
  width: 100px;
  height: 20px;
  border: 1px solid #e2f1f8;
  display: inline-block;
  top: 18px;
  position: relative;
}
.memory.hidden {
  display: none;
}
.memory .memory-used {
  height: 100%;
  background-color: #808e95;
}
.memory .memory-percent {
  position: absolute;
  width: 100px;
  text-align: center;
}
.cards {
  background-color: #f9f9f9;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.4);
  width: 250px;
  padding: 10px 10px 10px 20px;
  border-radius: 2px;
  height: 49%;
  overflow: auto;
}
.cards h4 {
  color: #b0bec5;
  margin: 0;
  text-transform: uppercase;
}
div.errors .accordion-list .accordion-list-element {
  height: auto;
  border-radius: 3px;
  margin: 0;
}
div.errors .accordion-list .accordion-list-element.info {
  border: 1px solid #27bff3;
  background-color: #def3fb;
  color: #27bff3 !important;
}
div.errors .accordion-list .accordion-list-element.info .accordion-preview strong {
  color: #27bff3 !important;
}
div.errors .accordion-list .accordion-list-element.info .accordion-status {
  fill: #27bff3;
  color: #27bff3;
}
div.errors .accordion-list .accordion-list-element.info .accordion-content button.accordion-close {
  fill: #27bff3;
  color: #27bff3;
}
div.errors .accordion-list .accordion-list-element.warning {
  border: 1px solid #ff5722;
  background-color: #ffc0ac;
  color: #ff5722 !important;
}
div.errors .accordion-list .accordion-list-element.warning .accordion-preview strong {
  color: #ff5722 !important;
}
div.errors .accordion-list .accordion-list-element.warning .accordion-status {
  fill: #ff5722;
  color: #ff5722;
}
div.errors .accordion-list .accordion-list-element.warning .accordion-content button.accordion-close {
  fill: #ff5722;
  color: #ff5722;
}
div.errors .accordion-list .accordion-list-element.error {
  border: 1px solid #ff0015;
  background-color: #f9abb2;
  color: #ff0015 !important;
}
div.errors .accordion-list .accordion-list-element.error .accordion-preview strong {
  color: #ff0015 !important;
}
div.errors .accordion-list .accordion-list-element.error .accordion-status {
  fill: #ff0015;
  color: #ff0015;
}
div.errors .accordion-list .accordion-list-element.error .accordion-content button.accordion-close {
  fill: #ff0015;
  color: #ff0015;
}
div.errors .accordion-list .accordion-list-element.success {
  border: 1px solid #689f38;
  background-color: #bcd4a7;
  color: #689f38 !important;
}
div.errors .accordion-list .accordion-list-element.success .accordion-status {
  fill: #689f38;
  color: #689f38;
}
div.errors .accordion-list .accordion-list-element.success .accordion-content button.accordion-close {
  fill: #689f38;
  color: #689f38;
}
div.errors .accordion-list .accordion-list-element .accordion-preview {
  margin: 0;
  padding: 4px 5px;
}
div.errors .accordion-list .accordion-list-element .accordion-preview .accordion-status {
  margin: -4px 10px;
}
div.errors .accordion-list .accordion-list-element .accordion-content {
  padding: 10px;
}
div.errors .accordion-list .accordion-list-element .accordion-content div[class$="-edit"] {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 3px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px !important;
}
/* BOX WITH REMARKS */
#REMARKS,
#REMARK_CONTENT,
#REMARKS header.section-header.active,
#CHANGES,
#CHANGES_P,
#CHANGES header.section-header.active,
#ATTACHED_FILES,
#ATTACHED_FILES_CONTENT,
#ATTACHED_FILES header.section-header.active {
  background-color: #dadada !important;
  color: #727272;
}
b {
  font-weight: bold;
}
.combinable {
  color: #dddddd !important;
  font-size: 20px !important;
}
#SPECIAL_OFFER_COMBINEABILITY table td {
  padding: 0 !important;
}
body {
  background-color: #f9f9f9;
}
main.container-fluid.page {
  padding: 0;
  height: 100vh;
}
main.container-fluid.page header {
  background: none;
  padding: 0;
}
main.container-fluid.page header.general {
  background-color: #b0bec5;
  height: 100px;
}
main.container-fluid.page header.general.expand {
  height: 220px;
}
main.container-fluid.page header.general.expand-xxl {
  height: 400px;
}
main.container-fluid.page header.general .module-title {
  display: inline;
  position: absolute;
  left: 300px;
  margin-top: 4px;
}
main.container-fluid.page header.general .module-title h2 {
  font-weight: lighter;
}
main.container-fluid.page header.general img.logo {
  position: absolute;
  width: 150px;
  top: 6px;
  left: 21px;
}
main.container-fluid.page header.general::before {
  content: "";
  display: block;
  height: 1.25em;
  background: #808e95;
}
main.container-fluid.page div.content header {
  color: #727272;
}
main.container-fluid.page div.content header h3 {
  margin-top: 35px;
}
main.container-fluid.page div.content header button[data-action="save"],
main.container-fluid.page div.content header button[data-action="discard"] {
  margin-top: 33px;
}
main.container-fluid.page div.content section > header {
  color: #727272;
}
main.container-fluid.page div.content article > header {
  color: #212121;
  height: 20px;
}
main.container-fluid.page div.content article > header h5 {
  margin: 0;
}
main.container-fluid.page header.general div.navbar {
  margin-top: 50px;
  margin-right: 51px;
}
main.container-fluid.page aside {
  width: 300px;
  padding: 20px;
}
main.container-fluid.page aside nav ul li a {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #b0bec5;
}
main.container-fluid.page div.content {
  background-color: #ffffff;
  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.15), 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  padding-bottom: 0;
  border-radius: 3px;
  position: absolute;
  top: 130px;
  left: 300px;
  right: 50px;
}
main.container-fluid.page div.content.small {
  position: absolute;
  top: 130px;
  left: 450px;
  right: 50px;
}
main.container-fluid.page div.content section:first-of-type {
  margin-top: 13px;
}
main.container-fluid.page div.content section {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
main.container-fluid.page div.content section article {
  color: #727272;
}
.row.warning {
  padding-left: 13px;
}
#room-rates-helper-content .explanation.error,
#room-rates-helper-content span.explanation.success {
  opacity: 1 !important;
}
#BOARD_SUPPLEMENTS_P td.medium.empty,
#BOARD_SUPPLEMENTS_P th.medium.empty {
  max-width: 60px !important;
}
table.occupancy {
  width: 50%;
}
table.width-percentage td.small,
table.width-percentage th.small {
  width: 2% !important;
}
table.width-percentage td.medium,
table.width-percentage th.medium {
  width: 7% !important;
}
table.width-percentage td.large,
table.width-percentage th.large {
  width: 12% !important;
}
.deffered {
  background-color: #f1f1f1;
}
.dashboard article {
  margin: 30px;
  background-color: #f9f9f9;
  width: 30%;
  border-radius: 7px;
  min-height: 340px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  display: inline-block;
  float: left;
}
.dashboard article header {
  position: relative !important;
  background: none;
  border-radius: 7px;
  height: 60px;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.dashboard article header img {
  top: -11px;
  width: 127px;
  position: absolute;
  right: 0;
}
.dashboard article header h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 10px;
}
.dashboard article header.contract {
  background-color: #BF6F75 !important;
}
.dashboard article header.product {
  background-color: rgba(253, 110, 78, 0.58);
}
.dashboard article div {
  margin: 13px 10px;
  overflow: auto;
}
.dashboard article div table tr:hover {
  cursor: pointer;
}
.dashboard article div h6 {
  text-transform: uppercase;
}
.dashboard article footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #F9F9F9;
  border-radius: 7px;
  padding: 10px;
}
.dashboard .module-title .drop button {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}
#contract-preview .col-sm-12 {
  padding-left: 10px;
  padding-right: 1px;
}
#login-modal .modal-dialog {
  width: 710px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 15vh;
}
#login-modal .modal-dialog .modal-header {
  border-bottom: none;
}
#login-modal .modal-dialog .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 5px 15px rgba(95, 93, 93, 0.5);
  border: none;
  height: 510px;
}
#login-modal .modal-dialog .splash-image {
  width: 710px;
  position: absolute;
}
#login-modal .modal-dialog .explanation {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 4000;
}
/* STYLING DRAGABLE ITEMS */
.sortable {
  background-color: #F1F1F1;
  padding: 7px 7px 4px;
  cursor: grab !important;
  list-style: none;
  margin: 5px;
}
.sortable.sortable-chosen {
  background-color: #CDCDCD;
  margin: 10px;
}
.sortable::before {
  content: url(/assets/images/dragicon.png);
  padding-top: 4px;
  padding-right: 4px;
  vertical-align: middle;
}
.dummy {
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #fcf3f3 10px, #fcf3f3 20px);
}
.static {
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #f5f5f5 10px, #f5f5f5 20px);
}
.nowrap {
  white-space: nowrap !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-auto td.medium,
.overflow-auto th.medium {
  min-width: 70px !important;
}
.overflow-auto td.large,
.overflow-auto th.large {
  min-width: 200px !important;
}
.select2-field.medium {
  width: 65px !important;
}
.yline-muted {
  opacity: 0.3;
}
/*   Color Classes for display main/start/end Contract in Senior Reductions
                  =========================================================================================================== */
table.striped--vertical tbody tr:nth-of-type(2n+1) {
  background-color: #efefef;
}
table.striped--vertical tbody tr:nth-of-type(2n+1) td.alternate {
  background-color: rgba(204, 204, 204, 0.36);
}
table.striped--vertical tbody tr td.alternate {
  background-color: rgba(238, 238, 238, 0.48);
}
