@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: #3c4142;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1f363c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #05090a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.35;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #ffffff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none;
}
body {
  background-color: white;
}
body.public {
  background-color: transparent;
}
.btn.square {
  border-radius: 0;
}
.btn-default,
.btn-default-alt,
.btn-primary,
.btn-primary-alt,
.btn-primary-rev,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: normal;
  font-size: 16px;
  padding: 19px 45px;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-default.white,
.btn-default-alt.white,
.btn-primary.white,
.btn-primary-alt.white,
.btn-primary-rev.white,
.btn-success.white,
.btn-info.white,
.btn-warning.white,
.btn-danger.white {
  color: #ffffff;
}
.btn-default.small,
.btn-default-alt.small,
.btn-primary.small,
.btn-primary-alt.small,
.btn-primary-rev.small,
.btn-success.small,
.btn-info.small,
.btn-warning.small,
.btn-danger.small {
  color: #135462;
  font-size: 14px;
}
.btn-default.skinny,
.btn-default-alt.skinny,
.btn-primary.skinny,
.btn-primary-alt.skinny,
.btn-primary-rev.skinny,
.btn-success.skinny,
.btn-info.skinny,
.btn-warning.skinny,
.btn-danger.skinny {
  padding: 5px 17px;
  line-height: 28px;
}
.btn-default {
  color: #ffffff;
  background-color: #555c5e;
  border-color: #555c5e;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #3d4243;
  border-color: #383d3e;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #555c5e;
  border-color: #555c5e;
}
.btn-default .badge {
  color: #555c5e;
  background-color: #ffffff;
}
.btn-default-alt {
  color: #3c4142;
  background-color: #b9c1c3;
  border-color: #b9c1c3;
}
.btn-default-alt:hover,
.btn-default-alt:focus,
.btn-default-alt.focus,
.btn-default-alt:active,
.btn-default-alt.active,
.open > .dropdown-toggle.btn-default-alt {
  color: #3c4142;
  background-color: #9ea9ab;
  border-color: #98a4a7;
}
.btn-default-alt:active,
.btn-default-alt.active,
.open > .dropdown-toggle.btn-default-alt {
  background-image: none;
}
.btn-default-alt.disabled,
.btn-default-alt[disabled],
fieldset[disabled] .btn-default-alt,
.btn-default-alt.disabled:hover,
.btn-default-alt[disabled]:hover,
fieldset[disabled] .btn-default-alt:hover,
.btn-default-alt.disabled:focus,
.btn-default-alt[disabled]:focus,
fieldset[disabled] .btn-default-alt:focus,
.btn-default-alt.disabled.focus,
.btn-default-alt[disabled].focus,
fieldset[disabled] .btn-default-alt.focus,
.btn-default-alt.disabled:active,
.btn-default-alt[disabled]:active,
fieldset[disabled] .btn-default-alt:active,
.btn-default-alt.disabled.active,
.btn-default-alt[disabled].active,
fieldset[disabled] .btn-default-alt.active {
  background-color: #b9c1c3;
  border-color: #b9c1c3;
}
.btn-default-alt .badge {
  color: #b9c1c3;
  background-color: #3c4142;
}
.btn-primary {
  color: #ffffff;
  background-color: #67aab7;
  border-color: #67aab7;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4c929f;
  border-color: #488b99;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #67aab7;
  border-color: #67aab7;
}
.btn-primary .badge {
  color: #67aab7;
  background-color: #ffffff;
}
.btn-primary-alt {
  color: #ffffff;
  background-color: #428f9f;
  border-color: #428f9f;
}
.btn-primary-alt:hover,
.btn-primary-alt:focus,
.btn-primary-alt.focus,
.btn-primary-alt:active,
.btn-primary-alt.active,
.open > .dropdown-toggle.btn-primary-alt {
  color: #ffffff;
  background-color: #336f7b;
  border-color: #306874;
}
.btn-primary-alt:active,
.btn-primary-alt.active,
.open > .dropdown-toggle.btn-primary-alt {
  background-image: none;
}
.btn-primary-alt.disabled,
.btn-primary-alt[disabled],
fieldset[disabled] .btn-primary-alt,
.btn-primary-alt.disabled:hover,
.btn-primary-alt[disabled]:hover,
fieldset[disabled] .btn-primary-alt:hover,
.btn-primary-alt.disabled:focus,
.btn-primary-alt[disabled]:focus,
fieldset[disabled] .btn-primary-alt:focus,
.btn-primary-alt.disabled.focus,
.btn-primary-alt[disabled].focus,
fieldset[disabled] .btn-primary-alt.focus,
.btn-primary-alt.disabled:active,
.btn-primary-alt[disabled]:active,
fieldset[disabled] .btn-primary-alt:active,
.btn-primary-alt.disabled.active,
.btn-primary-alt[disabled].active,
fieldset[disabled] .btn-primary-alt.active {
  background-color: #428f9f;
  border-color: #428f9f;
}
.btn-primary-alt .badge {
  color: #428f9f;
  background-color: #ffffff;
}
.btn-primary-rev {
  color: #67aab7;
  background-color: #ffffff;
  border-color: #67aab7;
}
.btn-primary-rev:hover,
.btn-primary-rev:focus,
.btn-primary-rev.focus,
.btn-primary-rev:active,
.btn-primary-rev.active,
.open > .dropdown-toggle.btn-primary-rev {
  color: #67aab7;
  background-color: #e6e6e6;
  border-color: #488b99;
}
.btn-primary-rev:active,
.btn-primary-rev.active,
.open > .dropdown-toggle.btn-primary-rev {
  background-image: none;
}
.btn-primary-rev.disabled,
.btn-primary-rev[disabled],
fieldset[disabled] .btn-primary-rev,
.btn-primary-rev.disabled:hover,
.btn-primary-rev[disabled]:hover,
fieldset[disabled] .btn-primary-rev:hover,
.btn-primary-rev.disabled:focus,
.btn-primary-rev[disabled]:focus,
fieldset[disabled] .btn-primary-rev:focus,
.btn-primary-rev.disabled.focus,
.btn-primary-rev[disabled].focus,
fieldset[disabled] .btn-primary-rev.focus,
.btn-primary-rev.disabled:active,
.btn-primary-rev[disabled]:active,
fieldset[disabled] .btn-primary-rev:active,
.btn-primary-rev.disabled.active,
.btn-primary-rev[disabled].active,
fieldset[disabled] .btn-primary-rev.active {
  background-color: #ffffff;
  border-color: #67aab7;
}
.btn-primary-rev .badge {
  color: #ffffff;
  background-color: #67aab7;
}
.btn-success {
  color: #ffffff;
  background-color: #5e7f60;
  border-color: #5e7f60;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #48624a;
  border-color: #445c45;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5e7f60;
  border-color: #5e7f60;
}
.btn-success .badge {
  color: #5e7f60;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #a8d4d9;
  border-color: #a8d4d9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #85c2c9;
  border-color: #7dbfc6;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #a8d4d9;
  border-color: #a8d4d9;
}
.btn-info .badge {
  color: #a8d4d9;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffce00;
  border-color: #ffce00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cca500;
  border-color: #c29d00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffce00;
  border-color: #ffce00;
}
.btn-warning .badge {
  color: #ffce00;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cb5825;
  border-color: #cb5825;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a0451d;
  border-color: #97421c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cb5825;
  border-color: #cb5825;
}
.btn-danger .badge {
  color: #cb5825;
  background-color: #ffffff;
}
.btn-link {
  border: 4px solid #a8d4d9;
  color: #135462;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-link:active,
.btn-link:hover,
.btn-link:focus {
  border: 4px solid #67aab7;
  color: #135462;
  text-decoration: none;
}
.btn-link.white {
  color: #ffffff;
}
.btn-link.teal {
  border: 4px solid #428f9f;
}
.btn-link.teal:active,
.btn-link.teal:hover,
.btn-link.teal:focus {
  border: 4px solid #67aab7;
}
.btn-text {
  background-color: #ffffff;
  border: 0 none;
  color: #135462;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-text:active,
.btn-text:hover,
.btn-text:focus {
  background-color: #ffffff;
  border: 0 none;
  color: #1b798d;
  text-decoration: none;
}
.btn-text.white {
  color: #ffffff;
}
.btn-text.gray {
  background-color: #e1e1e1;
  color: #8d979a;
}
.btn-text.gray:active,
.btn-text.gray:hover,
.btn-text.gray:focus {
  color: #a8b0b2;
}
.btn-text.gray:active i,
.btn-text.gray:hover i,
.btn-text.gray:focus i {
  color: #1b798d;
}
.btn-text.gray i {
  color: #135462;
}
.btn-text.transparent-50 {
  background: #fff;
  
  background: rgba(255, 255, 255, 0.5);
}
.btn-text.transparent-50 i {
  color: #3c4142;
}
.btn-text.transparent-50:active i,
.btn-text.transparent-50:hover i,
.btn-text.transparent-50:focus i {
  color: #6d7677;
}
.btn-text.modern {
  text-transform: lowercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.btn-field {
  background: #ffffff;
  box-shadow: none!important;
  min-width: 330px;
  text-align: left;
  height: 50px;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
.btn-field.btn {
  padding: 0 0 0 10px;
}
.btn-field.btn:active,
.btn-field.btn:hover,
.btn-field.btn:focus {
  color: #798589;
}
.btn-field.btn:active .icon-arrow-down,
.btn-field.btn:hover .icon-arrow-down,
.btn-field.btn:focus .icon-arrow-down {
  color: #798589;
}
.btn-field:active,
.btn-field:focus {
  color: #798589;
}
.btn-field:active,
.btn-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.btn-field .icon-arrow-down {
  color: #b9c1c3;
  float: right;
  margin-right: 12px;
}
.btn-field a {
  color: #798589;
}
.btn-field + .dropdown-menu {
  background-color: #ececec;
  border: 0 none;
  margin-top: 15px;
  padding: 0;
  min-width: 330px;
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
.btn-field + .dropdown-menu:before {
  content: ' ';
  background-color: #ececec;
  display: block;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  top: -10px;
  -ms-transform: rotate(45deg);
  
  -webkit-transform: rotate(45deg);
  
  transform: rotate(45deg);
  z-index: 0;
}
.btn-field + .dropdown-menu:before {
  right: -80%;
  z-index: -1;
}
.btn-field + .dropdown-menu a {
  color: #798589;
}
.btn-field + .dropdown-menu li {
  min-height: 65px;
}
.btn-field + .dropdown-menu li:first-child a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.btn-field + .dropdown-menu li:last-child a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-field + .dropdown-menu li a {
  font-weight: 100;
  padding: 21px 20px;
  border-top: 6px solid #ececec;
}
.btn-field + .dropdown-menu li a:active,
.btn-field + .dropdown-menu li a:hover {
  background-color: #428f9f;
  border-top: 6px solid #135462;
  color: #ffffff;
}
.btn-field + .dropdown-menu li.divider {
  background-color: #b9c1c3;
  margin: 1px 0;
  min-height: 1px;
}
@media (max-width: 768px) {
  .btn-prev {
    padding-right: 0;
    width: 75px;
    padding-left: 4px;
  }
  .btn-prev .btn-prev-label {
    display: none;
  }
}
.btn-nofocus:focus {
  outline: 0px auto #67abb8!important;
  box-shadow: none!important;
}
img.clickable,
a.clickable {
  cursor: pointer;
}
.help-block {
  font-weight: 300;
  font-size: 16px;
  color: #798589;
}
.help-block a {
  color: #798589;
}
.required:before {
  content: " *";
  color: #428f9f;
  margin-right: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="select"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto #67aab7;
  box-shadow: 0 0 0 0.3px #ffffff, 0 0 3px 3px #67aab7;
}
a:focus {
  outline: 5px auto #67aab7;
}
.control-elm {
  position: relative;
}
.control-elm.checkbox-inline {
  cursor: default;
}
.control-elm input[type="checkbox"] {
  margin-bottom: 10px;
  margin-right: 22px;
  opacity: 0;
  position: relative;
  vertical-align: middle;
  z-index: -1;
}
@media (max-width: 1200px) {
  .control-elm input[type="checkbox"] {
    margin-right: 17px;
  }
}
.control-elm-sm input[type="checkbox"] ~ .control-indicator {
  border-width: 3px;
  font-size: 11px;
  height: 18px;
  width: 18px;
}
.control-elm-sm input[type="checkbox"]:checked ~ .control-indicator:before {
  padding: 0;
}
input[type="checkbox"] ~ .control-indicator {
  background-color: #ffffff;
  border: 4px solid #b9c1c3;
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
input[type="checkbox"]:checked ~ .control-indicator:before {
  content: "\f104";
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  padding-top: 2px;
  padding-left: 2px;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
input[type="checkbox"]:focus ~ .control-indicator {
  box-shadow: 0 0 0 0.3px #ffffff, 0 0 3px 3px #67aab7;
}
.warn.errors .control-indicator {
  border-color: #ffce00;
}
.error.errors .control-indicator,
.error.warn.errors .control-indicator {
  border-color: #cb5825;
}
label,
#edit-membership-modal span.date-label {
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
input[type="radio"] {
  margin: 0 16px 0 0;
}
.control-elm {
  position: relative;
}
.control-elm input[type="radio"] {
  margin-bottom: 10px;
  margin-right: 22px;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1200px) {
  .control-elm input[type="radio"] {
    margin-right: 17px;
  }
}
.control-elm-sm input[type="radio"] {
  margin-right: 11px;
}
.control-elm-sm input[type="radio"] ~ .control-indicator {
  border-width: 3px;
  width: 18px;
  height: 18px;
}
.control-elm-sm.radio-inline {
  margin-right: 4px;
}
input[type="radio"] ~ .control-indicator {
  background-color: #ffffff;
  border: 4px solid #b9c1c3;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  display: block;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
input[type="radio"]:checked ~ .control-indicator {
  background-color: #555c5e;
}
input[type="radio"]:focus ~ .control-indicator {
  box-shadow: 0 0 0 0.3px #ffffff, 0 0 3px 3px #67aab7;
}
.warn.errors .control-indicator {
  border-color: #ffce00;
}
.error.errors .control-indicator,
.error.warn.errors .control-indicator {
  border-color: #cb5825;
}
.radio-inline {
  margin-left: 0;
  margin-right: 19px;
  padding-left: 0;
}
.radio-inline input[type="radio"] {
  margin-left: 0;
  position: relative;
}
.radio-inline label {
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 0;
}
@media (max-width: 1200px) {
  .radio-inline {
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  .radio-inline {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .radio-inline {
    display: block;
  }
  .radio-inline label:first-child {
    margin-top: 7px;
  }
}
.radio-inline + .radio-inline {
  margin-left: 0;
  padding-left: 0;
}
.errors .radio-inline label {
  margin-bottom: 0;
}
select {
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
select:active,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
select.form-control {
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
select.form-control:active,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
input[type="text"],
input[type="password"] {
  font-size: 16px;
  height: 50px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  color: #3c4142;
  padding: 10px;
  width: 330px;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="password"]:focus {
  color: #798589;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="password"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
input[type="text"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="password"]:focus {
  color: #798589;
}
@media (max-width: 768px) {
  input[type="text"],
  input[type="password"] {
    width: 100%;
  }
}
input[type="text"].form-control,
input[type="password"].form-control {
  width: 100%;
}
[data-template="currency"] input[type="text"] {
  padding: 10px;
  width: 354px;
}
.warn.errors input[type="text"] {
  border-color: #ffce00;
}
.error.errors input[type="text"],
.error.warn.errors input[type="text"] {
  border-color: #cb5825;
}
input[type="number"] {
  font-size: 16px;
  height: 50px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  color: #3c4142;
  padding: 10px;
  width: 330px;
}
input[type="number"]:active,
input[type="number"]:focus {
  color: #798589;
}
input[type="number"]:active,
input[type="number"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
input[type="number"]:active,
input[type="number"]:focus {
  color: #798589;
}
@media (max-width: 768px) {
  input[type="number"] {
    width: 100%;
  }
}
textarea.form-control {
  border: 4px solid #b9c1c3;
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
textarea.form-control:active,
textarea.form-control:focus {
  color: #798589;
  border: 4px solid #798589;
  box-shadow: 0 0 0 0.3px #ffffff, 0 0 3px 3px #67aab7;
}
.warn.errors textarea.form-control {
  border-color: #ffce00;
}
.error.errors textarea.form-control,
.error.warn.errors textarea.form-control {
  border-color: #cb5825;
}
.table-responsive .table > thead > tr > th {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #798589;
  text-align: left;
}
.table-responsive .table > tbody > tr > td {
  color: #555c5e;
  font-size: 15px;
}
.button-text {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-tisa-web-pro", serif;
}
h1,
.h1 {
  color: #3c4142;
  font-size: 52px;
}
h1.white,
.h1.white {
  color: #ffffff;
}
h1.teal,
.h1.teal {
  color: #135462;
}
h2,
.h2 {
  color: #3c4142;
  font-size: 37px;
  line-height: 36px;
}
h2.white,
.h2.white {
  color: #ffffff;
}
h2.teal,
.h2.teal {
  color: #135462;
}
h3,
.h3 {
  color: #3c4142;
  font-size: 37px;
  line-height: 36px;
}
h3.white,
.h3.white {
  color: #ffffff;
}
h3.teal,
.h3.teal {
  color: #135462;
}
h4,
.h4 {
  color: #3c4142;
  font-size: 29px;
  line-height: 43px;
}
h4.gray,
.h4.gray {
  color: #555c5e;
}
h4.white,
.h4.white {
  color: #ffffff;
}
h4.teal,
.h4.teal {
  color: #135462;
}
h5,
.h5 {
  color: #3c4142;
  font-size: 26px;
  line-height: 43px;
}
h5.white,
.h5.white {
  color: #ffffff;
}
h5.teal,
.h5.teal {
  color: #135462;
}
h6,
.h6 {
  color: #135462;
  font-size: 21px;
}
h6.white,
.h6.white {
  color: #ffffff;
}
h6.teal,
.h6.teal {
  color: #3c4142;
}
.type-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.type-gray-01 {
  color: #b9c1c3;
}
.type-gray-01 a {
  color: #b9c1c3;
}
.type-gray {
  color: #798589;
}
.type-gray a {
  color: #798589;
}
.type-white {
  color: #ffffff;
}
.type-teal {
  color: #67aab7;
}
.type-teal a {
  color: #67aab7;
}
.type-teal:active,
.type-teal:hover,
.type-teal:focus {
  color: #67aab7 !important;
  text-decoration: none;
}
.type-large {
  font-size: 40px;
  line-height: 37px;
}
.type-light {
  font-weight: 100;
}
.type-small {
  font-weight: 300;
  font-size: 16px;
}
.type-tiny {
  font-size: 15px;
}
.type-spaced {
  letter-spacing: 1px;
}
.type-nowrap {
  white-space: nowrap;
}
.flush-left {
  padding-left: 0;
  margin-left: 0;
}
.flush-right {
  padding-right: 0;
  margin-right: 0;
}
div.errors {
  text-align: left;
  font-size: 16px;
}
.admin.container {
  min-height: 750px;
}
.admin .btn-return {
  margin-top: 10px;
}
.admin .feature-label {
  display: block;
}
.admin [name="featureToggleForm"] {
  padding: 0 15px;
}
#activity-feed {
  min-height: 600px;
  padding-top: 10px;
  padding-bottom: 50px;
}
#activity-feed h1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #b9c1c3;
  font-size: 37px;
}
#activity-feed .feed-date {
  color: #3c4142;
  opacity: .5;
  font-size: 18px;
}
#activity-feed .feed-time {
  color: #3c4142;
  opacity: .5;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 3px;
}
#activity-feed .feed-time span.light {
  color: #6b7577;
  opacity: .4;
}
#activity-feed .row.activity {
  margin-bottom: 10px;
}
#activity-feed .row.activity .detail img {
  margin-right: 20px;
  padding-bottom: 4px;
}
#activity-feed .row.activity .detail p {
  color: #798589;
  font-size: 18px;
}
#activity-feed .row.activity .detail p .subject {
  color: #555c5e;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 600;
}
.ng-aside .legal {
  color: #a8d4d9;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
}
.ng-aside .legal:active,
.ng-aside .legal:focus,
.ng-aside .legal:hover {
  color: #cbe6e9;
  text-decoration: none;
}
.ng-aside .copyright {
  color: #a8d4d9 !important;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
}
.ng-aside .fixy {
  position: fixed;
  bottom: 19px;
  margin: 0 auto;
  width: 339px;
  text-align: center;
}
@media (max-height: 850px) {
  .ng-aside .fixy {
    margin-top: 75px;
    position: relative;
  }
}
.ng-aside .logo {
  margin-top: 41px;
}
.ng-aside .modal-content {
  background-color: #135462;
  -webkit-box-shadow: 2px 0 8px -3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 0 8px -3px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 0 8px -3px rgba(0, 0, 0, 0.28);
}
.ng-aside .modal-dialog {
  width: 339px;
}
.ng-aside .navigation-options {
  padding-left: 94px;
  margin-top: 41px;
}
.ng-aside .navigation-options li {
  padding: 19px 0 19px 0;
}
.ng-aside .navigation-options li:first-child {
  padding-top: 0;
}
.ng-aside .navigation-options a:hover svg {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
.ng-aside .utilities {
  display: inline-block;
  font-size: 16px;
  margin-top: 21px;
  padding: 0 17px 0 17px;
  width: 100%;
}
.ng-aside .utilities a {
  color: #a8d4d9;
}
.ng-aside .utilities a:active,
.ng-aside .utilities a:hover,
.ng-aside .utilities a:focus {
  color: #cbe6e9;
}
.ng-aside .utilities .action-close button {
  background-color: transparent;
  margin-left: 9px;
  padding: 0px 3px;
}
.ng-aside .utilities .action-divider {
  background: #ffffff;
  height: 15px;
  margin: 2px 10px 0 10px;
  width: 1px;
}
.ng-aside .utilities .action-logout {
  margin-right: 10px;
}
.ng-aside a {
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
}
.ng-aside a:active,
.ng-aside a:focus,
.ng-aside a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.ng-aside ul {
  text-align: left;
}
.ng-aside ul li {
  list-style: none;
}
@media (min-width: 768px) {
  .sticky .analytics-main-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 200;
  }
  .sticky .analytics-main-header + .container,
  .sticky .analytics-main-header + .container + .container {
    margin-top: 185px;
  }
}
.analytics .filter-controls {
  padding-top: 12px;
  padding-bottom: 12px;
}
.analytics .filter-control {
  color: #135462;
  font-size: 15px;
}
.analytics .status-filters {
  text-decoration: underline;
  text-align: right;
  display: block;
  padding-top: 6px;
}
.analytics.stats .signalStrength {
  display: inline-block;
  height: 100%;
}
.analytics.stats .signalStrength .loading-ss {
  background-size: 100% 100%;
  background-image: url('/assets/images/bg/loading-img-ss.jpg');
}
.analytics.stats .signalStrength .loading-ss p {
  font-size: 15px;
  color: #798589;
  font-weight: 200;
  line-height: 100px;
  padding-left: 67px;
  text-align: left;
}
.analytics.stats .signalStrength .sizing-box {
  height: 30px;
  width: 40px;
  font-size: 0;
}
.analytics.stats .signalStrength .signal-bars {
  display: inline-block;
}
.analytics.stats .signalStrength .signal-bars .bar {
  width: 14%;
  margin-left: 1%;
  min-height: 20%;
  display: inline-block;
}
.analytics.stats .signalStrength .signal-bars .bar.ss-loading {
  background-color: #798589;
}
.analytics.stats .signalStrength .signal-bars .bar.filled {
  background-color: #f86a23;
}
.analytics.stats .signalStrength .signal-bars .bar.not-filled {
  background-color: #ffffff;
}
.analytics.stats .signalStrength .signal-bars .bar.first-bar {
  border: thin solid #ad4b1f;
  height: 20%;
}
.analytics.stats .signalStrength .signal-bars .bar.second-bar {
  border: thin solid #ad4b1f;
  height: 40%;
}
.analytics.stats .signalStrength .signal-bars .bar.third-bar {
  border: thin solid #ad4b1f;
  height: 60%;
}
.analytics.stats .signalStrength .signal-bars .bar.fourth-bar {
  border: thin solid #ad4b1f;
  height: 80%;
}
.analytics.stats .signalStrength .signal-bars .bar.fifth-bar {
  border: thin solid #ad4b1f;
  height: 99%;
}
.analytics.stats .beta-bar {
  background-color: #135462;
  height: 70px;
  margin-bottom: 0;
  position: relative;
  z-index: 300;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.analytics.stats .beta-bar .beta-notice {
  color: #ffffff;
  display: block;
  padding: 18px 0 0 0;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 480px) {
  .analytics.stats .beta-bar .beta-notice {
    font-size: 10px;
    padding: 10px 0 0 0;
  }
}
@media (max-width: 768px) {
  .analytics.stats .beta-bar .beta-notice {
    font-size: 14px;
    padding: 8px 0 0 0;
  }
}
.analytics.stats .beta-bar .beta-notice a {
  color: #ffffff;
  text-decoration: underline;
}
.analytics.stats .chart-container {
  float: left;
  width: 292px;
}
.analytics.stats .navigation .circle {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: white;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.analytics.stats .navigation .circle.active {
  background-color: #428f9f;
  cursor: default;
}
.analytics.stats .navigation .circle.active:hover,
.analytics.stats .navigation .circle.active:focus {
  background-color: #428f9f;
}
.analytics.stats .navigation .circle:hover,
.analytics.stats .navigation .circle:focus {
  background-color: #90c6d1;
}
.analytics.stats .navigation button {
  width: 120px;
}
.analytics.stats .navigation button.pull-left {
  text-align: left;
}
.analytics.stats .navigation button.pull-right {
  text-align: right;
}
.analytics.stats .navigation.bottom {
  padding-bottom: 80px;
}
.analytics.stats .navigation i {
  text-transform: lowercase;
}
.analytics.stats .navigation [class*="icon-"] {
  color: #67aab7;
}
.analytics.stats .navigation .num {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}
.analytics.stats .navigation .nav-bubbles {
  text-align: center;
}
.analytics.stats .navigation .nav-bubbles li {
  padding: 0 3px 0 3px;
}
.analytics.stats .navigation .nav-bubbles .btn {
  width: auto;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
}
.analytics.stats .navigation .nav-bubbles .btn i {
  color: #135462;
}
.analytics.stats .currencies-notice {
  padding-top: 11px;
}
.analytics.stats .currencies-notice a {
  text-decoration: underline;
}
.analytics.stats .analytics-main-header {
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
}
.analytics.stats .analytics-main-header .compare-filters {
  background-color: #6b7577;
}
@media (min-width: 768px) {
  .analytics.stats .analytics-main-header .compare-filters {
    background: linear-gradient(to right, #6b7577 50%, #428f9f 50%);
  }
  .analytics.stats .analytics-main-header .compare-filters .left-col {
    padding-right: 30px;
  }
  .analytics.stats .analytics-main-header .compare-filters .right-col {
    padding-left: 30px;
  }
}
.analytics.stats .analytics-main-header .compare-filters .row.analytics-filters {
  padding-top: 15px;
}
.analytics.stats .analytics-main-header .compare-filters .row.analytics-filters .row.vs img {
  margin-bottom: 10px;
}
.analytics.stats .analytics-main-header img.compare {
  max-height: 50px;
}
.analytics.stats #viewFilter div.ui-select-choices-row.active .hierarchy1 {
  color: #ffffff;
}
.analytics.stats #viewFilter .hierarchy1 {
  color: #428f9f;
}
.analytics.stats #viewFilter .hierarchy2 {
  margin-left: 5px;
}
.analytics.stats #viewFilter button {
  text-align: center;
}
.analytics.stats .analytics-filters-conainter {
  position: relative;
  left: 0;
  top: 0;
  width: auto!important;
}
.analytics.stats .analytics-filters-conainter .line {
  margin: 0;
}
.analytics.stats .line > [class*="col-"] {
  padding-top: 3px;
  padding-bottom: 47px;
}
.analytics.stats .row + .line {
  border-top: 3px solid #f0f2f2;
  padding-top: 34px;
}
.analytics.stats .row.footer {
  border-top: 3px solid #b9c1c3;
  padding-top: 10px;
}
.analytics.stats .lines {
  border-bottom: 3px solid #b9c1c3;
  border-top: 3px solid #b9c1c3;
  margin-bottom: 30px;
}
.analytics.stats .widget-cell:not(:first-child) {
  padding-top: 34px;
}
.analytics.stats .widget-cell .totalCases {
  color: #3c4142;
  font-weight: 300;
  margin-top: 26px;
}
.analytics.stats .widget-cell .totalCases strong {
  color: #555c5e;
  font-weight: 600;
}
.analytics.stats .widget-cell .totalCases .content {
  font-weight: 300;
}
.analytics.stats .widget-cell .totalCases .prefix {
  font-size: 20px;
  font-weight: 300;
}
.analytics.stats .widget-cell .totalCases .label {
  color: #555c5e;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  padding: 0;
}
.analytics.stats .widget-cell .totalCases .label figure {
  font-weight: 600;
}
.analytics.stats .widget-cell .totalCases .label sup {
  font-weight: 600;
  font-size: 13px;
  top: -7px;
}
.analytics.stats .widget-cell .widget-cell {
  padding-top: 0;
}
@media (min-width: 768px) {
  .analytics.stats .widget-cell .widget-cell .widget-donut .no-data {
    height: 100px;
    width: 100px;
  }
  .analytics.stats .widget-cell .widget-cell .widget-donut .no-data p {
    padding-left: 10px;
  }
}
.analytics.stats .no-line {
  padding-bottom: 20px;
}
.analytics.stats .tight-bottom {
  padding-bottom: 20px;
}
.analytics.stats .tight-top {
  padding-bottom: 10px;
}
.analytics.stats .title {
  text-transform: capitalize;
}
.analytics.stats .chart-title {
  color: #6b7577;
  display: inline-block;
  clear: both;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 100;
  font-size: 23px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .analytics.stats .chart-title {
    white-space: nowrap;
  }
}
.analytics.stats .detailed-stat {
  font-size: 15px;
}
.analytics.stats .detailed-stat h4 {
  color: #135462;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 100;
  font-size: 23px;
  border-bottom: 1px solid #135462;
}
.analytics.stats .detailed-stat .widget-table {
  border: 0;
}
.analytics.stats .detailed-stat .widget-table .label {
  line-height: inherit;
  white-space: normal;
}
.analytics.stats .detailed-stat .widget-table .content {
  padding-top: 8px;
  font-weight: 600;
}
.analytics.stats .detailed-stat .widget-table tr {
  border-top: 0;
  border-bottom: 2px solid #ececec;
}
.analytics.stats .chart-subtitle,
.analytics.stats .chart-legend-title {
  color: #6b7577;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 8px;
}
.analytics.stats .chart-subtitle.inset,
.analytics.stats .chart-legend-title.inset {
  font-weight: 600;
  font-size: 14px;
}
.analytics.stats .serif {
  font-family: "ff-tisa-web-pro", serif;
}
.analytics.stats .loading,
.analytics.stats .no-data {
  background-size: 100% 100%;
  width: 100%;
}
.analytics.stats .loading p,
.analytics.stats .no-data p {
  font-size: 15px;
  color: #798589;
  font-weight: 200;
  text-align: left;
}
.analytics.stats ul.legend {
  float: left;
  list-style: none;
  padding: 0;
}
.analytics.stats ul.legend.inset {
  line-height: normal;
}
.analytics.stats ul.legend.inset li {
  padding-bottom: 0;
}
.analytics.stats ul.legend.inset .label {
  padding: 0;
  font-size: 14px;
}
.analytics.stats ul.legend.inset .value {
  font-size: 15px;
}
.analytics.stats ul.legend li {
  padding-bottom: 2px;
}
.analytics.stats ul.legend li span {
  display: inline-block;
  white-space: normal;
  line-height: 1.35;
}
.analytics.stats ul.legend li span.icon {
  width: 15px;
  padding-right: 4px;
}
.analytics.stats ul.legend li span.icon.circle {
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  width: 9px;
  vertical-align: top;
  margin-top: 9px;
}
.analytics.stats ul.legend li span.icon.circle.empty {
  border: 2px solid #b9c1c3;
  background: white;
}
.analytics.stats ul.legend li span.label {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding-left: 1px;
  padding-right: 11px;
  text-align: left;
  width: 120px;
}
.analytics.stats ul.legend li span.label i {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 15px;
}
.analytics.stats ul.legend li span.label sup {
  font-weight: 800;
  font-size: 14px;
  top: -3px;
}
.analytics.stats ul.legend li span.value {
  padding-top: 4px;
  width: 40px;
  color: #555c5e;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}
.analytics.stats ul.legend li span.value sup {
  font-size: 11px;
}
.analytics.stats ul.legend li div.secondary {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1;
  padding-bottom: 14px;
  padding-left: 15px;
}
.analytics.stats div.alert-no-data {
  background-color: #ececec;
  margin-top: 15px;
}
.analytics.stats div.alert-no-data p {
  text-align: center;
}
.analytics.stats div.alert-no-data p.no-data-main {
  color: #135462;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.analytics.stats div.alert-no-data p.no-data-sub {
  color: #555c5e;
  font-size: 15px;
}
.analytics.stats div.alert-no-data p.no-data-sub a {
  text-decoration: underline;
}
.analytics.stats div.alert-no-data .close {
  color: #3c4142;
  font-size: 28px;
  opacity: .4;
}
.analytics.stats div.alert-no-data .close:hover {
  opacity: .6;
}
.analytics.stats .widget-bubble-map .loading,
.analytics.stats .widget-bubble-map .no-data {
  background-image: url('/assets/images/bg/loading-img-map.jpg');
  height: 361px;
  width: 832px;
  display: table;
}
.analytics.stats .widget-bubble-map .loading p,
.analytics.stats .widget-bubble-map .no-data p {
  vertical-align: middle;
  display: table-cell;
  padding-left: 200px;
}
.analytics.stats .widget-bubble-map .legend .icon {
  min-width: 23px;
  color: #1b8a8c;
  font-size: 10px;
}
.analytics.stats .widget-bubble-map .no-data.small {
  height: 217px;
  width: 500px;
}
.analytics.stats .widget-bubble-map .no-data.small p {
  padding-left: 100px;
}
.analytics.stats .widget-donut .loading,
.analytics.stats .widget-donut .no-data {
  background-image: url('/assets/images/bg/loading-img-pie.jpg');
  height: 277px;
  width: 277px;
  display: table;
}
.analytics.stats .widget-donut .loading p,
.analytics.stats .widget-donut .no-data p {
  vertical-align: middle;
  display: table-cell;
  padding-left: 70px;
}
.analytics.stats .widget-donut .demo-disclaimer {
  padding-top: 5px;
}
.analytics.stats .widget-donut .active {
  opacity: .45;
}
.analytics.stats .widget-donut div.donut-info {
  background-color: #f0f2f2;
  padding: 2px 6px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: -6000px;
  min-width: 60px;
  z-index: 1000;
  white-space: nowrap;
}
.analytics.stats .widget-donut div.donut-info .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f0f2f2;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}
.analytics.stats .widget-donut div.donut-info .label {
  color: #555c5e;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 0;
}
.analytics.stats .widget-donut div.donut-info .value {
  color: #555c5e;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.analytics.stats .widget-donut div.donut-info .value sup {
  font-size: 11px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip {
  font-size: 13px;
  min-width: 356px;
  width: 356px;
  padding: 20px 34px 26px 34px;
  background-color: #f0f2f2;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-content .title {
  color: #798589;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-content .label {
  color: #3c4142;
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-content .content {
  color: #555c5e;
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-content .content sup {
  top: -3px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title {
  color: #646bb1;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title [class*="icon-"] {
  font-size: 23px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .number-fact-container {
  margin-top: -7px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .fact,
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .number {
  display: inline-block;
  vertical-align: top;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .fact sup,
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .number sup {
  font-weight: normal;
  font-size: 18px;
  top: -14px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .fact {
  padding-top: 4px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .fact p {
  text-align: left;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .fact i {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: -3px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .fact-focus {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .number {
  font-size: 39px;
  font-weight: bold;
  margin-right: 5px;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .full-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
}
.analytics.stats .widget-donut div.donut-info .case-overview-tooltip .case-overview-tooltip-title .icon-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  height: 3px;
  margin-top: 12px;
  padding: 0 !important;
  width: 37%;
}
.analytics.stats .widget-donut .legend .label.contract-currency {
  width: 147px;
}
.analytics.stats .widget-donut .legend .value.overview {
  font-size: 13px;
  font-weight: 600;
  vertical-align: initial;
}
.analytics.stats .widget-donut .legend .value.overview sup {
  top: -2.1px;
}
.analytics.stats .legend-container.overview .label {
  width: 240px;
  font-size: 15px;
}
.analytics.stats .legend-container.overview .label i {
  font-size: 17px;
}
.analytics.stats .legend-container.overview .label sup {
  font-size: 12px;
}
.analytics.stats .legend-container.overview ul {
  display: inline-block;
  float: none;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .analytics.stats .legend-container.overview {
    float: right !important;
  }
  .analytics.stats .legend-container.overview ul + ul {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .analytics.stats .legend-container.overview {
    float: right !important;
  }
  .analytics.stats .legend-container.overview .label {
    width: 170px;
  }
}
@media (max-width: 991px) {
  .analytics.stats .legend-container.overview {
    text-align: center;
  }
}
@media (max-width: 335px) {
  .analytics.stats .legend-container.overview .label {
    width: 130px;
  }
}
.analytics.stats .widget-horizontal-bar .loading,
.analytics.stats .widget-horizontal-bar .no-data {
  background-image: url('/assets/images/bg/loading-img-bar.jpg');
  height: 300px;
}
.analytics.stats .widget-horizontal-bar .loading p,
.analytics.stats .widget-horizontal-bar .no-data p {
  line-height: 260px;
  padding-left: 10px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item {
  font-size: 15px;
  margin-bottom: 20px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-wrapper {
  display: table;
  width: 100%;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-wrapper .bar-row {
  font-size: 0;
  display: table-row;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-wrapper .bar-row .bar-bar {
  display: table-cell;
  position: relative;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-wrapper .bar-row .overlay-bar {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-wrapper .bar-row .bar-label-inline {
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-wrapper .bar-row .bar-label-placeholder {
  display: table-cell;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .figure {
  font-weight: 600;
  font-size: 15px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .overlay-label {
  font-size: 18px;
  font-weight: 300;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item sup {
  font-size: 11px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .label,
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .label-small {
  color: #3c4142;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  padding: 0;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .label .icon,
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .label-small .icon {
  padding-right: 8px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .label-small {
  font-size: 15px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .figure-description {
  font-weight: 300;
  font-size: 15px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item .bar-label {
  display: block;
  margin-top: 6px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item.tight {
  margin-bottom: 10px;
}
.analytics.stats .widget-horizontal-bar .horizontal-bar-item.tight .bar-label {
  margin: 0;
}
.analytics.stats .widget-horizontal-bar .secondaryValue {
  color: #3c4142;
  font-weight: 300;
  margin-top: 26px;
}
.analytics.stats .widget-horizontal-bar .secondaryValue strong {
  color: #555c5e;
  font-weight: 600;
}
.analytics.stats .widget-horizontal-bar .secondaryValue .content {
  font-weight: 300;
}
.analytics.stats .widget-horizontal-bar .secondaryValue .prefix {
  font-size: 20px;
  font-weight: 300;
}
.analytics.stats .widget-horizontal-bar .secondaryValue .label {
  color: #555c5e;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  padding: 0;
}
.analytics.stats .widget-horizontal-bar .secondaryValue .label figure {
  font-weight: 600;
}
.analytics.stats .widget-horizontal-bar .secondaryValue .label sup {
  font-weight: 600;
  font-size: 13px;
  top: -7px;
}
.analytics.stats .widget-horizontal-bar .secondaryValue .figure-description {
  color: #555c5e;
  font-weight: 600;
  font-size: 20px;
}
.analytics.stats .widget-number-with-description {
  color: #3c4142;
}
.analytics.stats .widget-number-with-description .loading,
.analytics.stats .widget-number-with-description .no-data p {
  padding-left: 30px;
}
.analytics.stats .widget-number-with-description .described-value {
  padding-right: 20px;
}
.analytics.stats .widget-number-with-description .figure {
  font-weight: 600;
  font-size: 60px;
  text-shadow: 2px 2px #c2d5c3;
}
.analytics.stats .widget-number-with-description .figure .numberDescriptor {
  padding-left: 10px;
}
.analytics.stats .widget-number-with-description .figure .figure-description {
  padding-left: 8px;
  font-weight: 300;
  font-size: 34px;
  text-shadow: 2px 2px #c2d5c3;
}
.analytics.stats .widget-number-with-description sup {
  font-weight: 400;
  font-size: 34px;
  text-shadow: 3px 3px #c2d5c3;
}
.analytics.stats .widget-number-with-description .multi-line .figure {
  line-height: 1;
  vertical-align: top;
}
.analytics.stats .widget-number-with-description .multi-line sup {
  top: 13px;
}
.analytics.stats .widget-number-with-description .multi-line .prefix,
.analytics.stats .widget-number-with-description .multi-line .postfix {
  vertical-align: top;
}
.analytics.stats .widget-number-with-description span.cell {
  display: table-cell;
}
.analytics.stats .widget-number-with-description span.cell.description-text {
  display: initial;
}
.analytics.stats .widget-number-with-description .figure {
  display: inline;
}
.analytics.stats .widget-number-with-description .prefix,
.analytics.stats .widget-number-with-description .postfix {
  font-size: 20px;
  font-weight: 300;
}
.analytics.stats .widget-number-with-description .prefix {
  padding-right: 11px;
}
.analytics.stats .widget-number-with-description .postfix {
  padding-left: 11px;
}
.analytics.stats .widget-number-with-description .multi + .multi .figure {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .analytics.stats .widget-number-with-description .multi + .multi .figure {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .analytics.stats .widget-number-with-description .multi {
    display: block;
  }
}
.analytics.stats .widget-number-with-description .multi span {
  display: inline-block;
}
.analytics.stats .widget-number-with-description .multi .prefix {
  padding-right: 3px;
}
.analytics.stats .widget-number-with-description .multi .postfix {
  padding-left: 3px;
}
.analytics.stats .widget-number-with-description .multi .value {
  white-space: nowrap;
}
.analytics.stats .widget-number-with-description .secondaryValue {
  display: inline;
}
.analytics.stats .widget-number-with-description .secondaryValue .value-secondary {
  display: inline;
}
.analytics.stats .widget-number-with-description .secondaryValue .value-secondary .figure {
  color: #555c5e;
  font-weight: 600;
  font-size: 23px;
  text-shadow: none;
}
.analytics.stats .widget-number-with-description .secondaryValue .value-secondary sup {
  color: #555c5e;
  font-weight: 600;
  font-size: 13px;
  top: -7px;
  text-shadow: none;
}
.analytics.stats .widget-number-with-description .secondaryValue .value-secondary .figure-description {
  color: #555c5e;
  font-weight: 600;
  display: inline;
  font-size: 20px;
  text-shadow: none;
  padding-left: 0;
}
.analytics.stats .widget-number-with-description .secondaryValue .description-secondary {
  display: inline;
}
.analytics.stats .widget-number-with-description.centered {
  text-align: center;
}
.analytics.stats .widget-number-with-description.centered span.cell {
  display: inline-block;
}
.analytics.stats .widget-number-with-description.small-bold-figure .figure {
  font-weight: 600;
  font-size: 23px;
  text-shadow: none;
  color: #555c5e;
}
.analytics.stats .widget-number-with-description.small-bold-figure .figure .figure-description {
  font-weight: 600;
  display: inline;
  font-size: 20px;
  text-shadow: none;
  padding-left: 0;
}
.analytics.stats .widget-number-with-description.small-bold-figure sup {
  color: #555c5e;
  font-weight: 600;
  font-size: 13px;
  top: -7px;
  text-shadow: none;
}
.analytics.stats .widget-number-with-description.small-bold-figure span.postfix {
  padding-left: 2px;
}
.analytics.stats .widget-table {
  border-bottom: 2px solid #ececec;
}
.analytics.stats .widget-table .content {
  color: #2b7586;
  font-size: 16px;
  padding-top: 16px;
  text-align: right;
}
.analytics.stats .widget-table .content .primary .value {
  font-weight: 600;
}
.analytics.stats .widget-table .content sup {
  top: -3px;
}
.analytics.stats .widget-table .content span + span {
  font-size: 16px;
  font-weight: 300;
  line-height: 13px;
}
.analytics.stats .widget-table .content span + span + span {
  display: block;
  font-size: 16px;
}
.analytics.stats .widget-table .content span + span + span span {
  font-size: 14px;
}
.analytics.stats .widget-table .content span + span + span .figure {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.analytics.stats .widget-table .content span + span + span sup {
  font-style: normal;
  font-size: 11px;
  top: -4px;
}
.analytics.stats .widget-table .content span + span + span.secondary .figure {
  font-weight: 300;
}
.analytics.stats .widget-table .label {
  font-size: 15px;
  font-weight: 300;
  line-height: inherit;
  color: #3c4142;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
}
.analytics.stats .widget-table tr {
  border-top: 2px solid #ececec;
}
.analytics.stats .widget-table td {
  border: 0 none!important;
  display: inline-block;
  width: 67%;
}
.analytics.stats .widget-table td + td {
  width: 30%;
}
.analytics.stats .widget-table .tooltip-inner {
  word-break: break-all !important;
  word-break: break-word !important;
  white-space: normal;
}
.analytics.stats .widget-table .tooltip {
  opacity: 1;
}
@media (max-width: 991px) {
  .analytics.stats #caseType-d3-donut {
    text-align: center;
  }
}
.analytics.stats .widget-save-display {
  background-color: white;
  padding: 25px;
}
.analytics.stats .widget-header-row:last-child {
  margin-bottom: 13px;
}
.analytics.stats .widget-header-underline {
  border-bottom: 1px solid #135462;
}
.analytics.stats .widget-header-row .detailed-stat-download {
  padding-top: 15px;
}
.analytics.stats .widget-header-row .detailed-stat-header h4 {
  color: #135462;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 100;
  font-size: 23px;
}
.analytics.stats .widget-header-row .widget-header-left {
  float: left;
}
.analytics.stats .widget-header-row p {
  margin-bottom: 2px;
}
.analytics.stats .widget-filter-text {
  font-size: 16px;
  color: #6b7577;
  font-family: "proxima-nova", sans-serif;
}
.analytics.stats .widget-filter-text-light {
  color: #3c4142;
  opacity: .5;
  font-size: 14px;
}
.analytics.stats .widget-filter-value {
  font-family: "ff-tisa-web-pro", serif;
}
.analytics.stats .widget-date {
  color: #3c4142;
  opacity: .5;
  font-size: 18px;
  padding-top: 5px;
  padding-left: 5px;
}
.analytics.stats .widget-time {
  color: #3c4142;
  opacity: .5;
  font-size: 14px;
  padding-top: 3px;
}
.analytics.stats .widget-time span.light {
  color: #6b7577;
  opacity: .4;
}
.analytics.stats .widget-copyright {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #3c4142;
  opacity: .4;
}
.analytics.stats .widget-footer-top p {
  margin-bottom: 2px;
}
.analytics.stats .widget-footer {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #3c4142;
  opacity: .4;
  border-top: 2px solid #ececec;
  padding-top: 5px;
  text-align: center;
}
.analytics .datamaps-container {
  position: relative;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 45%!important;
}
.analytics .datamaps-container svg {
  display: block;
  top: 0;
  left: 0;
}
.analytics .hoverinfo {
  border: 0 none;
  box-shadow: none;
  background-color: #f0f2f2;
  padding: 10px 20px 20px 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-align: center;
}
.analytics .hoverinfo [class*="icon-region-"] {
  color: #428f9f;
  font-size: 23px;
}
.analytics .hoverinfo .hoverinfo-icon {
  padding-bottom: 8px;
  color: #1b8a8c;
}
.analytics .hoverinfo .hoverinfo-content {
  line-height: 14px;
}
.analytics .hoverinfo .hoverinfo-label {
  font-weight: 600;
}
.analytics .hoverinfo .hoverinfo-label sup {
  top: -2.1px;
}
.analytics .hoverinfo .hoverinfo-title {
  letter-spacing: 1px;
  color: #428f9f;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 12px;
  font-weight: 600;
  margin-top: -8px;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.analytics .datamaps-hoverover {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 13px;
  min-width: 135px;
}
.analytics .region-map .loading,
.analytics .region-map .no-data {
  background-image: url('/assets/images/bg/loading-img-map.jpg');
  height: 361px;
  width: 832px;
  display: table;
}
.analytics .region-map .loading p,
.analytics .region-map .no-data p {
  vertical-align: middle;
  display: table-cell;
  padding-left: 200px;
}
.analytics .region-map .legend .icon {
  color: #59a04a;
}
.analytics .region-map .key {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.analytics .region-map .key .bold {
  font-weight: 600;
}
.analytics .region-map .key .content,
.analytics .region-map .key .label {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  width: 100px;
}
.analytics .region-map .key .content {
  color: #555c5e;
  float: right;
  margin-top: 4px;
  font-size: 16px;
}
.analytics .region-map .key sup {
  top: -2.1px;
}
.analytics .region-map ul.legend {
  float: none;
  text-align: center;
}
.analytics .region-map ul.legend li {
  display: inline-block;
}
.sticky.analytics {
  
}
.sticky.analytics .horizontal-filters-container {
  -webkit-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
  background-color: #e1e1e1;
  padding-top: 21px;
  position: fixed;
  height: auto;
  width: 100%;
  top: -37px;
  z-index: 200;
}
.analytics {
  
}
.analytics [data-ng-controller="AnalyticsCtrl"] {
  margin-bottom: 41px;
  min-height: 1910px;
}
.analytics .analytics-header {
  color: #3c4142;
  font-size: 23px;
  font-family: "proxima-nova", sans-serif;
  
  
}
@media (min-width: 768px) {
  .analytics .analytics-header {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .analytics .analytics-header {
    font-size: 19px;
  }
}
.analytics .back-button,
.analytics .save-search,
.analytics .delete-search {
  margin-top: 24px;
}
.analytics .delete-search {
  background-color: #ffffff;
}
.analytics .save-search {
  background-color: #a8d4d9;
  border-color: #ffffff;
}
.analytics .analytics-main-header {
  background-color: #e1e1e1;
  padding-top: 15px;
  margin-bottom: 44px;
}
.analytics .analytics-main-header #viewFilter {
  font-size: 0;
}
.analytics .analytics-main-header .form-group {
  font-size: 0;
}
.analytics .analytics-main-header button.modern {
  margin-top: 5px;
}
.analytics .analytics-filters-conainter {
  background-color: #ffffff;
  border: 4px solid #b9c1c3;
  left: 2%;
  padding: 10px 34px 10px 34px;
  position: absolute;
  top: 194px;
  width: 265px;
  z-index: 199;
  -webkit-transition: left, top 0.3s;
  -o-transition: left, top 0.3s;
  transition: left, top 0.3s;
}
.analytics .analytics-filters-conainter .checkbox-inline {
  display: block;
}
.analytics .analytics-filters-conainter .checkbox-inline .control-indicator {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-color: #e1e1e1;
  background: #e1e1e1;
}
.analytics .analytics-filters-conainter .checkbox-inline + .checkbox-inline {
  margin: 7px 0px 7px 0;
}
.analytics .analytics-filters-conainter .control-elm input[type="checkbox"] {
  margin-bottom: 4px;
  margin-right: 13px;
}
.analytics .analytics-filters-conainter .divider {
  display: block;
  overflow: hidden;
  padding: 0 26px;
  text-align: center;
  width: 100%;
}
.analytics .analytics-filters-conainter .divider.line {
  background-color: #f0f2f2;
  height: 2px;
  vertical-align: middle;
}
.analytics .analytics-filters-conainter .divider .divider-text {
  color: #b9c1c3;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  position: relative;
}
.analytics .analytics-filters-conainter .divider .divider-text:before {
  background-color: #ececec;
  bottom: -15px;
  content: ' ';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
}
.analytics .analytics-filters-conainter .filter-title {
  letter-spacing: 1px;
  color: #67aab7;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.analytics .analytics-filters-conainter .filter-subtitle {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  margin: 17px 0 6px 0;
}
.analytics .analytics-filters-conainter .filter-arb-only h5 {
  display: inline;
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 10px;
}
.analytics .analytics-filters-conainter .filter-arb-only h6 {
  display: inline;
}
.analytics .analytics-filters-conainter i[class*="icon-"] {
  color: #67aab7;
  float: right;
  font-size: 19px;
  margin-top: -2px;
}
.analytics .analytics-filters-conainter .world-icon {
  height: auto;
  float: right;
  width: 16px;
}
.analytics .analytics-filters-conainter .checkbox-inline,
.analytics .analytics-filters-conainter .radio-inline {
  font-weight: 100;
}
.analytics .analytics-filters-conainter input[type="text"] {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  background-color: #f0f2f2;
  border-color: #f0f2f2;
  border-width: 3px;
  height: 36px;
  width: 100%;
}
.analytics .analytics-filters-conainter input[type="text"]:active,
.analytics .analytics-filters-conainter input[type="text"]:focus {
  color: #798589;
}
.analytics .analytics-filters-conainter input[type="text"]:active,
.analytics .analytics-filters-conainter input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.analytics .analytics-filters-conainter input[type="text"]::-moz-placeholder {
  color: #798589;
  opacity: 1;
}
.analytics .analytics-filters-conainter input[type="text"]:-ms-input-placeholder {
  color: #798589;
}
.analytics .analytics-filters-conainter input[type="text"]::-webkit-input-placeholder {
  color: #798589;
}
.analytics .analytics-filters-conainter input[type="text"]:active,
.analytics .analytics-filters-conainter input[type="text"]:focus {
  border-color: #f0f2f2;
}
.analytics .analytics-filters-conainter .ui-select-opaque .btn-default {
  height: 36px!important;
}
.analytics .analytics-filters-conainter .ui-select-opaque .caret {
  color: #b9c1c3;
  top: 4px;
}
.analytics .analytics-tab-container {
  margin-bottom: -5px;
}
.analytics .analytics-tab {
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.analytics .analytics-tab a {
  color: #ffffff;
  text-decoration: none;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.analytics .analytics-tab.active {
  height: 56px;
  line-height: 56px;
  margin-top: -5px;
}
.analytics .analytics-tab.Process {
  background-color: #a8d4d9;
}
.analytics .analytics-tab.Process .arrow-down {
  border-top-color: #a8d4d9;
}
.analytics .analytics-tab.Time {
  background-color: #67aab7;
}
.analytics .analytics-tab.Time .arrow-down {
  border-top-color: #67aab7;
}
.analytics .analytics-tab.Money {
  background-color: #428f9f;
}
.analytics .analytics-tab.Money .arrow-down {
  border-top-color: #428f9f;
}
.analytics .analytics-tab.Place {
  background-color: #135462;
}
.analytics .analytics-tab.Place .arrow-down {
  border-top-color: #135462;
}
.analytics .analytics-tab .arrow-down {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid;
  position: absolute;
  top: 100%;
  left: 46%;
}
.analytics .analytics-row-divider {
  padding-top: 16px;
  border-bottom: 2px solid #b9c1c3;
}
.analytics .analytics-money-note {
  text-align: center;
}
.analytics .analytics-graph {
  padding-top: 24px;
}
.analytics .analytics-graph.region-map {
  padding-top: 0;
}
.analytics .analytics-big-number-value {
  font-weight: 600;
  color: #428f9f;
  text-shadow: 4px 4px #a8d4d9;
  text-align: center;
}
.analytics .analytics-big-number-description {
  color: #428f9f;
  font-family: "proxima-nova", sans-serif;
  
  
  
}
.analytics .analytics-big-number-description.primary {
  font-size: 23px;
  text-align: center;
  margin-bottom: 0;
}
.analytics .analytics-big-number-description.secondary {
  text-align: left;
}
@media (min-width: 768px) {
  .analytics .analytics-big-number-description.primary {
    font-size: 15px;
  }
  .analytics .analytics-big-number-description.secondary {
    font-size: 13px;
    line-height: 14px;
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .analytics .analytics-big-number-description.secondary {
    font-size: 15px;
    line-height: 17px;
    padding-top: 7px;
  }
}
@media (min-width: 1200px) {
  .analytics .analytics-big-number-description.primary {
    font-size: 18px;
  }
  .analytics .analytics-big-number-description.secondary {
    font-size: 18px;
    line-height: 22px;
    padding-top: 13px;
  }
}
.analytics .analytics-big-duration .analytics-big-number-value {
  font-size: 81px;
}
.analytics .analytics-big-duration .analytics-big-duration-days {
  font-size: 46px;
  color: #428f9f;
  text-align: center;
  margin-top: -24px;
}
.analytics .analytics-big-duration .analytics-big-number-description {
  margin-top: -16px;
}
.analytics .analytics-big-percent .analytics-big-number-value {
  font-size: 140px;
  margin-bottom: 32px;
  
  
  
}
.analytics .analytics-big-percent .analytics-big-number-value.secondary {
  text-shadow: 2px 2px #a8d4d9;
  font-size: 49px;
}
@media (min-width: 768px) {
  .analytics .analytics-big-percent .analytics-big-number-value {
    font-size: 80px;
    margin-bottom: 45px!important;
  }
  .analytics .analytics-big-percent .analytics-big-number-value.secondary {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .analytics .analytics-big-percent .analytics-big-number-value {
    font-size: 80px;
    margin-bottom: 40px;
  }
  .analytics .analytics-big-percent .analytics-big-number-value.secondary {
    font-size: 39px;
  }
}
@media (min-width: 1200px) {
  .analytics .analytics-big-percent .analytics-big-number-value {
    font-size: 140px;
    margin-bottom: 29px!important;
  }
  .analytics .analytics-big-percent .analytics-big-number-value.secondary {
    font-size: 49px;
  }
}
.analytics .analytics-big-percent .analytics-big-percent-percent {
  font-size: 50%;
  text-shadow: 2px 2px #a8d4d9;
  vertical-align: super;
}
.analytics .analytics-big-percent .analytics-big-number-description.primary {
  margin-top: -63px;
}
.analytics .analytics-big-money .analytics-big-number-value {
  font-size: 50px;
  margin-top: 30%;
  text-shadow: 2px 2px #a8d4d9;
  word-break: break-all;
}
.analytics .analytics-big-money .analytics-big-money-symbol {
  z-index: -1;
  font-size: 150px;
  font-weight: 600;
  color: #a8d4d9;
  text-align: center;
  position: relative;
  margin-top: -40%;
  opacity: .4;
}
.analytics .analytics-big-money .analytics-big-number-description {
  position: relative;
  top: -30px;
}
.analytics .analytics-horizontal-bar {
  padding-top: 24px;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item {
  height: 46px;
  margin-bottom: 10px;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item i[class*="icon-industry"] {
  color: #67aab7;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .label {
  color: #3c4142;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding-top: 13px;
  text-align: right;
  white-space: normal;
  width: 22%;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail {
  width: 78%;
  float: right;
  text-align: left;
  display: inline-block;
  position: relative;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail .bar {
  display: inline-block;
  margin: 0 13px;
  height: 45px;
  background-color: #a8d4d9;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail .value {
  display: inline-block;
  position: absolute;
  top: 1px;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail .value .tooltip {
  opacity: 1;
  z-index: 1;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail .value .tooltip .tooltip-inner {
  color: #428f9f;
  font-size: 27px;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail .value .tooltip .tooltip-arrow {
  border-top-color: #ffffff !important;
}
.analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail .value .tooltip.right .tooltip-arrow {
  border-right-color: #ececec;
}
@media (max-width: 1200px) {
  .analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .analytics-horizontal-bar-item {
    margin-bottom: 13px;
  }
  .analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .label {
    padding-top: 7px;
    width: 33%;
  }
  .analytics .analytics-horizontal-bar .analytics-horizontal-bar-item .item-detail {
    width: 67%;
  }
}
.analytics .analytics-blank {
  background-color: #ececec;
  border: 17px solid #fff;
  margin-top: 30px;
  padding-top: 0;
}
.analytics .analytics-blank span {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 360px;
  color: #ffffff;
  font-weight: 500;
  font-size: 27px;
}
@media (max-width: 992px) {
  .analytics .analytics-filters-conainter {
    left: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
  .analytics .analytics-filters-conainter .radio-inline {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1590px) {
  .analytics .analytics-filters-conainter {
    padding: 10px 21px 10px 21px;
    left: 0;
    width: 200px;
    top: 275px;
  }
  .analytics .analytics-filters-conainter .radio-inline {
    display: block;
  }
  .analytics [data-ng-controller="AnalyticsCtrl"] .container {
    padding-left: 128px;
  }
}
@media (min-width: 1152px) {
  .analytics .analytics-filters-conainter {
    width: 251px;
  }
}
@media (min-width: 1200px) {
  .analytics .analytics-filters-conainter {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .analytics .analytics-filters-conainter {
    left: 1%;
    width: 243px;
  }
}
@media (min-width: 1440px) {
  .analytics .analytics-filters-conainter {
    width: 260px;
  }
}
.analytics .stats-overview-placeholder {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .analytics.public.casetype .analytics.stats > .row {
    margin-top: 250px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .analytics.public.casetype .analytics.stats > .row {
    margin-top: 350px;
  }
}
@media (min-width: 300px) and (max-width: 499px) {
  .analytics.public.casetype .analytics.stats > .row {
    margin-top: 500px;
  }
}
@media (max-width: 299px) {
  .analytics.public.casetype .analytics.stats > .row {
    margin-top: 600px;
  }
}
.cases [class*="col-case-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cases [class*="col-case-"] {
    display: block;
    width: 100%!important;
  }
}
.cases .col-case-case {
  width: 13%;
}
.cases .col-case-process {
  width: 13%;
}
.cases .col-case-type {
  width: 24%;
}
.cases .col-case-type span {
  vertical-align: top;
}
.cases .col-case-region {
  width: 15%;
}
.cases .col-case-region span {
  vertical-align: top;
}
.cases .col-case-data {
  width: 10%;
}
.cases .col-case-modified {
  width: 14%;
}
.cases .col-case-status {
  width: 11%;
}
.cases [data-ng-class="cases-case-admin-true"] .cases-line {
  display: none;
}
.cases [data-ng-class="cases-case-admin-true"] [class*="col-case-"] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .cases [data-ng-class="cases-case-admin-true"] [class*="col-case-"] {
    display: block;
  }
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-selected {
  width: 3%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-case {
  width: 13%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-process {
  width: 12%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-type {
  width: 17%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-type span {
  vertical-align: baseline;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-region {
  width: 13%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-region span {
  vertical-align: baseline;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-data {
  width: 10%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-modified {
  width: 14%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-status-modified {
  width: 16%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-status {
  width: 10%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-payment-status {
  width: 15%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-email {
  cursor: help;
  width: 13%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-org {
  width: 15%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-import-row-id {
  width: 12%;
}
.cases [data-ng-class="cases-case-admin-true"] .col-case-edit-status {
  width: 129%;
}
.cases [data-ng-class="cases-case-admin-true"] i[class*="icon-industry"],
.cases [data-ng-class="cases-case-admin-true"] i[class*="icon-region"] {
  display: none;
}
.cases [data-ng-class="cases-case-admin-true"] .table {
  overflow-x: scroll;
  white-space: nowrap;
}
.cases .cases-header .label {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #a8d4d9;
  padding: 0;
  text-align: left;
}
.cases .cases-label {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #a8d4d9;
}
.cases .cases-link {
  display: block;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 100;
  padding: 7px 0 7px 0;
  text-align: left;
}
.cases .cases-link:hover {
  background-color: rgba(19, 84, 98, 0.5);
}
.cases .case-number {
  letter-spacing: 1px;
  text-decoration: underline;
}
.cases .cases-status {
  letter-spacing: 1px;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
.cases i[class*="icon-"] {
  color: #acc6ae;
}
.cases i[class*="icon-region"] {
  font-size: 30px;
  line-height: 1px;
}
.cases i[class*="icon-industry"] {
  width: 28px;
  display: inline-block;
  font-size: 30px;
  line-height: 1px;
}
.cases .region {
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}
.cases .ui-select-match.ng-hide {
  display: block !important;
}
.cases.cases-case-list {
  min-height: 50px;
  margin: 10px 0 10px 0;
  padding-top: 12px;
}
.cases.cases-case-list span {
  color: #555c5e;
  font-size: 16px;
}
.cases.cases-case-list i[class*="icon-"] {
  color: #67aab7;
}
.cases .cases-case-list-edit-status {
  padding-top: 12px;
}
.cases .cases-case-list-container {
  min-height: 337px;
}
.cases .cases-case-list-container .tooltip-inner {
  word-break: break-all !important;
  word-break: break-word !important;
  white-space: normal;
}
.cases .cases-back-button {
  margin: 18px 28px 0 0;
}
.cases .cases-case-table {
  margin-top: 24px;
  min-height: 300px;
}
.cases .cases-case-table .btn-default {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  border-width: 3px;
}
.cases .cases-case-table .btn-default:active,
.cases .cases-case-table .btn-default:focus {
  color: #798589;
}
.cases .cases-case-table .btn-default:active,
.cases .cases-case-table .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.cases .cases-case-table .caret {
  color: #9ea9ab;
  font-size: 12px;
  right: 22px !important;
  top: 5px!important;
}
.cases .cases-case-table .table {
  min-height: 500px;
}
.cases .cases-header input {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  background-color: #f0f2f2;
  border-color: #f0f2f2;
  border-width: 3px;
  height: 36px;
  width: 100%;
}
.cases .cases-header input:active,
.cases .cases-header input:focus {
  color: #798589;
}
.cases .cases-header input:active,
.cases .cases-header input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.cases .cases-header input::-moz-placeholder {
  color: #798589;
  opacity: 1;
}
.cases .cases-header input:-ms-input-placeholder {
  color: #798589;
}
.cases .cases-header input::-webkit-input-placeholder {
  color: #798589;
}
.cases .cases-header input:active,
.cases .cases-header input:focus {
  border-color: #f0f2f2;
}
.cases .cases-header > * {
  overflow: visible;
}
.cases .cases-header .btn-default {
  height: 36px!important;
}
.cases .cases-header .label {
  letter-spacing: 1px;
  color: #67aab7;
  cursor: pointer;
  font-size: 14px;
}
.cases .cases-header .col-case-email {
  cursor: default;
}
.cases .cases-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b9c1c3;
  height: 3px;
  margin: 30px 0 3px 0;
  width: 100%;
}
.cases .cases-status {
  font-weight: bold;
  text-align: left;
}
.cases .cases-status span {
  font-size: 12px;
}
.cases .cases-top-pagination {
  margin-top: 20px;
  height: 86px;
}
.cases .cases-top-pagination > * {
  display: inline-block;
}
.cases .cases-top-pagination > :first-child {
  margin-top: 14px;
}
.cases .cases-top-pagination > :last-child {
  margin-top: 28px;
}
.cases .cases-top-pagination .ui-select-container {
  width: 175px;
}
.cases .cases-top-pagination .btn-default {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.cases .cases-top-pagination .btn-default:active,
.cases .cases-top-pagination .btn-default:focus {
  color: #798589;
}
.cases .cases-top-pagination .btn-default:active,
.cases .cases-top-pagination .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.cases .cases-top-pagination .caret {
  top: 5px!important;
}
.cases .cases-top-pagination label {
  font-weight: 100;
}
.cases .cases-top-pagination .pagination {
  margin-top: 8px;
  padding-right: 6px;
}
.cases .col-case-type .dropdown-menu {
  min-width: 245px;
}
.cases .sort {
  display: inline-block;
  vertical-align: middle!important;
}
.cases .sort.asc .icon-arrow-left::before {
  color: #67aab7;
}
.cases .sort.desc .icon-arrow-right::before {
  color: #67aab7;
}
.cases .sort i[class*="icon-arrow-"]::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  color: #a2c7d0;
  font-size: 10px;
}
.cases .tabs {
  color: #b9c1c3;
  cursor: pointer;
}
.cases .tabs.active {
  color: #135462;
}
.cases .tabs.active:before {
  background-color: #67aab7;
  bottom: -4px;
  content: ' ';
  cursor: default;
  height: 3px;
  position: absolute;
  width: 150px;
}
.cases .tabs.active[id*="_2"]:before {
  width: 163px;
}
.cases .tabs[id*="_1"]:after {
  content: ' ';
  background-color: #b9c1c3;
  display: inline-block;
  position: relative;
  height: 34px;
  margin: 0 10px 0 10px;
  width: 4px;
  top: 6px;
}
.cases .tabs.single {
  margin-top: 33px;
}
@media (max-width: 992px) {
  .cases .cases-top-pagination h1 {
    display: block;
  }
  .cases .cases-top-pagination > :last-child {
    text-align: center;
  }
  .cases .view-cases-page .ui-select-container {
    display: inline-block;
  }
}
.changepassword .container {
  height: 768px;
}
.changepassword .drd-title {
  margin-top: 53px;
}
.changepassword .drd-title span {
  margin-top: 10px;
}
.changepassword .form-group {
  margin-top: 47px;
}
.changepassword .form-group input {
  font-size: 16px;
  height: 50px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.changepassword .form-group input:active,
.changepassword .form-group input:focus {
  color: #798589;
}
.changepassword .form-group input:active,
.changepassword .form-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.changepassword .form-group label {
  color: #1f363c;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.changepassword .title {
  color: #555c5e !important;
  font-family: "ff-tisa-web-pro", serif;
}
@media (max-width: 992px) {
  .changepassword .btn {
    margin: 10px 0 10px 0;
    width: 100%;
  }
  .changepassword .form-group {
    min-height: 0;
  }
  .changepassword .text-right {
    text-align: left;
  }
}
.advanced-donut .active path {
  fill: #428f9f;
}
@media (max-width: 768px) {
  .region-map .chart-legend .content {
    display: none;
  }
}
.chart-legend.default {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
.chart-legend.default .bold {
  font-weight: 600;
}
.chart-legend.default .content,
.chart-legend.default .label {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 13px;
}
.chart-legend.default .content {
  float: right;
  margin-top: 7px;
}
.chart-legend.default [class*="icon-"] {
  color: #76a17a;
}
.chart-legend.default sup {
  top: -2.1px;
}
.chart-legend.horizontal {
  display: table;
  padding: 0;
  width: 100%;
}
.chart-legend.horizontal li {
  display: table-cell;
  text-align: center;
}
.chart-legend.horizontal .content {
  float: none;
}
.chart-tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  background-color: #f0f2f2;
  padding: 20px 34px 26px 34px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-align: center;
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 13px;
  min-width: 356px;
  width: 356px;
}
.chart-tooltip:before {
  content: ' ';
  background-color: #f0f2f2;
  display: block;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  top: -10px;
  -ms-transform: rotate(45deg);
  
  -webkit-transform: rotate(45deg);
  
  transform: rotate(45deg);
  z-index: 0;
}
.chart-tooltip.default {
  min-height: 250px;
}
.chart-tooltip:before {
  bottom: -3px;
  top: auto;
}
.chart-tooltip .tootip-content .title {
  color: #798589;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.chart-tooltip .tootip-content .label {
  color: #3c4142;
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.chart-tooltip .tootip-content .content {
  color: #555c5e;
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.chart-tooltip .tootip-content .content sup {
  top: -3px;
}
.chart-tooltip .tootip-title {
  color: #59a04a;
}
.chart-tooltip .tootip-title [class*="icon-"] {
  color: #59a04a;
  font-size: 23px;
}
.chart-tooltip .tootip-title .number-fact-container {
  margin-top: -7px;
}
.chart-tooltip .tootip-title .fact,
.chart-tooltip .tootip-title .number {
  display: inline-block;
  vertical-align: top;
}
.chart-tooltip .tootip-title .fact sup,
.chart-tooltip .tootip-title .number sup {
  font-weight: normal;
  font-size: 18px;
  top: -8px;
}
.chart-tooltip .tootip-title .fact p {
  text-align: left;
}
.chart-tooltip .tootip-title .fact i {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: -3px;
}
.chart-tooltip .tootip-title .fact-focus {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.chart-tooltip .tootip-title .number {
  font-size: 29px;
  font-weight: bold;
  margin-right: 5px;
}
.chart-tooltip .tootip-title .full-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
}
.chart-tooltip .tootip-title .icon-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  height: 3px;
  margin-top: 12px;
  padding: 0!important;
  width: 37%;
}
@media (min-width: 1200px) {
  .dashboard {
    min-height: 800px;
  }
}
.dashboard .dashboard-title {
  margin-bottom: 27px;
  margin-top: 24px;
  text-align: center;
}
.dashboard .line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #ffffff;
  height: 3px;
  margin-top: 17px;
  width: 37%;
}
.dashboard .line.gray {
  background-color: #b9c1c3;
}
.dashboard .line.line-button {
  width: 41%;
}
@media (max-width: 768px) {
  .dashboard .line {
    width: 30%;
  }
  .dashboard .line.line-button {
    width: 30%;
  }
}
.dashboard-cases,
.dashboard-notification,
.dashboard-search-list,
.dashboard-subscriber-links {
  position: relative;
  z-index: 200;
}
.dashboard-actions.stats.analytics .widget-header-row .widget-header-left {
  float: none;
}
.dashboard-actions {
  position: relative;
  z-index: 300;
  background-color: #ffffff;
}
.dashboard-actions.dc-actions {
  text-align: center;
}
.dashboard-actions.stats {
  padding-bottom: 41px;
}
.dashboard-actions.stats .chart-title {
  display: block;
  text-align: center;
  width: 100%;
  white-space: normal;
  color: #3c4142 !important;
  font-size: 37px !important;
  line-height: 36px !important;
  font-size: 31px!important;
  color: #135462 !important;
  margin-top: 22px;
}
.dashboard-actions.stats .chart-title.drd-title {
  border-bottom: 0;
  margin-bottom: auto;
}
.dashboard-actions.stats .chart-title:after,
.dashboard-actions.stats .chart-title:before {
  background-color: #b9c1c3;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  content: " ";
  height: 3px;
  margin-top: 20px;
  width: 39%;
}
@media (max-width: 1200px) {
  .dashboard-actions.stats .chart-title:after,
  .dashboard-actions.stats .chart-title:before {
    width: 37%;
  }
}
@media (max-width: 992px) {
  .dashboard-actions.stats .chart-title:after,
  .dashboard-actions.stats .chart-title:before {
    width: 29%;
  }
}
@media (max-width: 768px) {
  .dashboard-actions.stats .chart-title:after,
  .dashboard-actions.stats .chart-title:before {
    width: 19%;
  }
}
.dashboard-actions.stats .chart-title:after {
  float: right;
}
.dashboard-actions.stats .chart-title:before {
  float: left;
}
.dashboard-actions.stats .chart-title.white {
  color: #ffffff !important;
}
.dashboard-actions.stats .chart-title.teal {
  color: #135462 !important;
}
.dashboard-actions .drd-case-search .ui-select-container {
  margin: 29px 0 59px 0;
}
.dashboard-actions .drd-case-search .ui-select-container button {
  margin: 0;
  width: 100%;
}
.dashboard-actions .drd-case-search .case-search-btn {
  margin-top: 10px;
  width: 41%;
}
.dashboard-actions:before {
  content: ' ';
  background-color: #ffffff;
  display: block;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  top: -10px;
  -ms-transform: rotate(45deg);
  
  -webkit-transform: rotate(45deg);
  
  transform: rotate(45deg);
  z-index: 0;
}
.dashboard-actions h2 {
  color: #135462;
  margin-top: 80px;
}
.dashboard-actions .btn {
  white-space: normal;
  margin: 83px 15px 58px 15px;
  width: 428px;
}
.dashboard-actions .stats {
  margin: 0 0 57px 0;
  display: block;
}
.dashboard-actions .stats a:active,
.dashboard-actions .stats a:hover {
  border-bottom: 3px solid #67aab7;
}
.dashboard-actions .stats a {
  color: #428f9f;
  font-weight: 100;
  text-decoration: none;
}
.dashboard-actions .stats aa:active,
.dashboard-actions .stats aa:hover {
  text-decoration: none;
}
@media (max-width: 992px) {
  .dashboard-actions h2 {
    margin-top: 31px;
  }
  .dashboard-actions .btn {
    margin: 53px 0 54px 0;
    width: 100%;
  }
  .dashboard-actions .btn:last-of-type {
    margin: 0 0 70px 0;
  }
  .dashboard-actions .drd-case-search .case-search-btn {
    width: 91%;
  }
}
.dashboard-canvas {
  
  background-image: url('/assets/images/bg/meeting-1x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  height: 900px;
  margin-top: -58px;
  padding: 118px;
  position: absolute;
  width: 100%;
  z-index: 100;
  min-height: 1735px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .dashboard-canvas {
    background-image: url('/assets/images/bg/meeting-2x.jpg');
  }
}
@media (max-width: 1200px) {
  .dashboard-canvas {
    min-height: 1760px;
  }
}
@media (max-width: 992px) {
  .dashboard-canvas {
    min-height: 1990px;
  }
}
@media (max-width: 768px) {
  .dashboard-canvas {
    min-height: 1932px;
  }
}
.dashboard-canvas.admin {
  min-height: 1287px;
}
@media (max-width: 1200px) {
  .dashboard-canvas.admin {
    min-height: 2101px;
  }
}
@media (max-width: 992px) {
  .dashboard-canvas.admin {
    min-height: 2243px;
  }
}
@media (max-width: 768px) {
  .dashboard-canvas.admin {
    min-height: 2121px;
  }
}
.dashboard-canvas.contributor {
  min-height: 1209px;
}
@media (max-width: 1200px) {
  .dashboard-canvas.contributor {
    min-height: 2019px;
  }
}
@media (max-width: 992px) {
  .dashboard-canvas.contributor {
    min-height: 2130px;
  }
}
@media (max-width: 768px) {
  .dashboard-canvas.contributor {
    min-height: 2017px;
  }
}
.dashboard-canvas.contributorAdmin {
  min-height: 1298px;
}
@media (max-width: 1200px) {
  .dashboard-canvas.contributorAdmin {
    min-height: 2097px;
  }
}
@media (max-width: 992px) {
  .dashboard-canvas.contributorAdmin {
    min-height: 2236px;
  }
}
@media (max-width: 768px) {
  .dashboard-canvas.contributorAdmin {
    min-height: 2136px;
  }
}
.dashboard-canvas.subscriber {
  min-height: 1818px;
}
@media (max-width: 1200px) {
  .dashboard-canvas.subscriber {
    min-height: 1741px;
  }
}
@media (max-width: 992px) {
  .dashboard-canvas.subscriber {
    min-height: 1771px;
  }
}
@media (max-width: 768px) {
  .dashboard-canvas.subscriber {
    min-height: 2017px;
  }
}
.dashboard-cases {
  margin: 19px 0 69px 0;
  min-height: 511px;
}
.dashboard-cases .cases-container {
  min-height: 431px;
}
.dashboard-cases .cases {
  margin: 19px 0 31px 0;
}
@media (max-width: 1200px) {
  .dashboard-cases .cases .cases-header {
    display: none;
  }
  .dashboard-cases .cases .cases-status {
    text-align: left;
  }
  .dashboard-cases .cases .col-case-region span {
    float: none!important;
  }
}
.dashboard-cases .dashboard-cases-link-section {
  text-align: center;
}
.dashboard-help {
  margin-bottom: 47px;
}
.dashboard-notification {
  margin-bottom: 21px;
  min-height: 140px;
  text-align: center;
  padding-top: 33px;
}
.dashboard-notification .user-name {
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .dashboard-notification {
    min-height: 100px;
  }
  .dashboard-notification .user-name {
    font-size: 29px;
  }
}
.subscriber .dashboard-search-list {
  background-color: transparent;
  margin-top: 8px;
  z-index: 199;
}
.subscriber .dashboard-search-list a:active,
.subscriber .dashboard-search-list a:hover,
.subscriber .dashboard-search-list a:focus {
  background-color: rgba(19, 84, 98, 0.5) !important;
}
.subscriber .dashboard-search-list .error {
  color: #ffffff;
}
.subscriber h3.teal,
.subscriber .search-name,
.subscriber .search-case-type,
.subscriber .search-date,
.subscriber .search-region {
  color: #ffffff !important;
}
.subscriber .line.gray {
  background-color: #ffffff;
}
.dashboard-search-list {
  background-color: #ffffff;
  margin-top: 95px;
  min-height: 431px;
}
.dashboard-search-list a {
  display: block;
  padding: 15px 0 15px 0;
}
.dashboard-search-list a:active,
.dashboard-search-list a:hover,
.dashboard-search-list a:focus {
  background-color: #cbe6e9;
}
.dashboard-search-list h3 {
  font-size: 25px!important;
  line-height: 31px;
}
.dashboard-search-list i {
  float: left;
}
.dashboard-search-list .error {
  margin-left: 29px;
}
.dashboard-search-list .label {
  letter-spacing: 1px;
  color: #67aab7;
  font-size: 14px;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
}
.dashboard-search-list .search-list-item {
  margin: 19px 0 31px 0;
}
.dashboard-search-list .search-date {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 100;
}
.dashboard-search-list .search-name {
  color: #798589;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.dashboard-search-list .search-region,
.dashboard-search-list .search-case-type {
  font-size: 18px;
  font-weight: 100;
}
.dashboard-search-list .search-region span {
  margin-left: 9px;
}
.dashboard-subscriber-links {
  background-color: transparent;
  z-index: 199;
}
.dashboard-subscriber-links .btn {
  white-space: normal;
  margin: -12px 15px 58px 6px;
  width: 428px;
}
@media (max-width: 768px) {
  .dashboard-subscriber-links .btn {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.dashboard-overview-placeholder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.demo.analytics.sticky .horizontal-filters-container {
  padding-top: 58px;
  top: 0;
}
.demo.sticky .analytics-main-header {
  top: 0;
}
.demo #analytics-filters-conainter {
  top: 451px;
}
@media (max-width: 992px) {
  .demo #analytics-filters-conainter {
    top: 0;
  }
}
.demo .brand-logo {
  top: 179px!important;
}
.demo .environment-message {
  display: block;
}
.demo .environment-preamble button {
  position: absolute;
  position: relative\9;
  bottom: 0;
}
.demo .environment-preamble img {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.demo .environment-preamble h1 {
  color: #135462;
  margin-top: 0;
  padding-bottom: 37px;
}
.demo .environment-preamble .h2 {
  color: #135462;
  font-size: 24px;
}
.demo .environment-preamble p {
  font-weight: 100;
}
.demo .environment-preamble .row {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .demo .environment-preamble .flexbox {
    display: block;
  }
  .demo .environment-preamble button {
    position: relative!important;
    width: 100%;
  }
  .demo .environment-preamble h1 {
    margin-top: 20px!important;
  }
}
.demo .navbar {
  height: 139px;
}
.demo .navbar .row [class*="col-sm"] {
  margin-top: 86px;
}
.demo .flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .demo .flexbox {
    display: block;
  }
}
.demo .flexbox .col-sm-6 {
  flex: 1;
}
.environment-message {
  display: none;
  background-image: -webkit-linear-gradient(left, #a44321, #ffb299 50%, #a44321);
  background-image: -o-linear-gradient(left, #a44321, #ffb299 50%, #a44321);
  background-image: linear-gradient(to right, #a44321, #ffb299 50%, #a44321);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa44321', endColorstr='#ffa44321', GradientType=1);
  height: 66px;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 15px;
  z-index: 1000;
}
.environment-message .message-container {
  margin-left: auto;
  margin-right: auto;
  left: -196px;
  position: relative;
  top: -10px;
  width: 93px;
}
.environment-message .message-container .tooltip {
  opacity: 1;
  left: 85px;
  top: 19%;
  width: 431px;
}
.environment-message .message-container .tooltip-arrow {
  border-right-color: #ffffff;
}
.environment-message .message-container .tooltip-inner {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.28);
  background-color: #ffffff;
  color: #cb5825;
  font-size: 16px;
  max-width: inherit;
}
@media (max-width: 992px) {
  .environment-message .message-container {
    left: inherit;
    margin: 0;
  }
}
footer {
  min-height: 182px;
  padding-top: 19px;
  position: relative;
  z-index: 300;
  color: #ffffff;
  font-weight: 100;
}
footer:after {
  content: '';
  background-color: #135462;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
footer .brand,
footer .contact {
  height: 119px;
}
footer .contact {
  text-align: center;
}
footer .contact div:first-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .logo {
  height: 119px;
  width: 120px;
}
footer p {
  font-weight: 300;
  font-size: 16px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer > div {
  position: relative;
  z-index: 200;
}
.forgot {
  background-color: #ececec;
}
@media (max-width: 480px) {
  .forgot {
    background-color: #ffffff;
  }
  .forgot .user-login {
    padding-top: 0;
  }
}
.forgot-password {
  background-color: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 58px;
  margin-top: 38px;
  padding-bottom: 58px;
  padding-top: 58px;
}
.forgot-password .alert-danger li {
  word-break: break-all;
}
.forgot-password .logo {
  margin-bottom: 71px;
  text-align: center;
}
.forgot-password .logo img {
  height: 155px;
  width: 410px;
}
.forgot-password .forgot-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.forgot-password .forgot-actions > li {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 23px;
}
.forgot-password .forgot-actions .divider {
  background-color: #b9c1c3;
  height: 3px;
  overflow: hidden;
}
.forgot-password .forgot-help-message {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 20px;
}
.forgot-password .forgot-help-text {
  font-weight: 100;
}
.forgot-password .forgot-help-text-alt {
  color: #798589;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
}
.forgot-password .forgot-help-text-alt a {
  color: #798589;
  text-decoration: underline;
}
.forgot-password p.mydrd-link {
  font-size: 15px;
  color: #135462;
}
.forgot-password p.mydrd-link a {
  text-decoration: underline;
}
.forgot-password #forgotForm button {
  width: 100%;
}
.forgot-password .form-group {
  margin-bottom: 23px;
}
.forgot-password #user-email {
  font-size: 16px;
  height: 67px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.forgot-password #user-email:active,
.forgot-password #user-email:focus {
  color: #798589;
}
.forgot-password #user-email:active,
.forgot-password #user-email:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
@media (max-width: 992px) {
  .forgot-password .logo {
    margin-bottom: 41px;
  }
  .forgot-password .logo img {
    height: 155px;
    width: 156px;
  }
}
@media (max-width: 480px) {
  .forgot-password {
    margin-top: 14px;
  }
  .forgot-password .logo {
    margin-bottom: 14px;
  }
  .forgot-password .logo img {
    height: 141px;
    width: 142px;
  }
}
body.intake {
  background-image: url('/assets/images/bg/watermark.svg');
  background-position: 57% bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.intake.container {
  min-height: 750px;
}
.intake .intake-error-msg {
  font-weight: 300;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  display: block;
}
.intake .warn .intake-error-msg {
  color: #ffce00;
}
.intake .error .intake-error-msg {
  color: #cb5825;
}
.intake .review .intake-error-msg {
  font-weight: normal;
  color: #cb5825;
}
.intake .intake-actions {
  border-top: 3px solid #b9c1c3;
  padding-top: 23px;
  margin-bottom: 136px;
  text-align: center;
}
.intake .intake-actions .btn {
  float: left;
}
.intake .intake-actions .btn:first-child {
  float: right;
}
.intake .intake-actions .btn.back.ng-hide {
  display: inline-block !important;
  visibility: hidden;
}
.intake .intake-case-label {
  display: block;
  color: #1f363c;
  font-family: "ff-tisa-web-pro", serif;
}
.intake .intake-case-label .case-num {
  margin-top: 43px;
}
.intake .intake-case-label .intake-case-number {
  color: #428f9f;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}
.intake .intake-title {
  text-align: center;
  margin-top: 35px;
}
.intake .intake-title-section,
.intake .intake-review-title-section {
  border-bottom: 3px solid #b9c1c3;
  margin-bottom: 9px;
}
.intake .intake-title-section a,
.intake .intake-review-title-section a {
  margin-top: 5px;
}
.intake .intake-title-section h4,
.intake .intake-review-title-section h4 {
  margin-bottom: 2px;
}
.intake .intake-section {
  margin-top: 40px;
}
.intake .intake-section + .intake-section {
  margin-top: 13px;
}
.intake .intake-section .intake-title-section {
  position: relative;
}
.intake .intake-section .intake-title-section-toggle {
  bottom: 3px;
  margin-left: 7px;
  position: absolute;
}
.intake .intake-question-list,
.intake .intake-review-list,
.intake .intake-review-list-page,
.intake .intake-review-list-question {
  list-style: none;
  padding-left: 0;
  margin-top: 46px;
}
.intake .intake-question-list li,
.intake .intake-review-list li,
.intake .intake-review-list-page li,
.intake .intake-review-list-question li {
  margin-bottom: 46px;
}
.intake .intake-question-list {
  padding-left: 0;
}
.intake .intake-question-list .row {
  padding-bottom: 40px;
}
.intake .intake-question-list .row.otherFollowup {
  margin-top: -30px;
}
.intake .intake-question-list .toggle {
  display: inline-block;
  margin: 2px 7px 0 0;
}
.intake .intake-question-label {
  color: #1f363c;
  display: block;
  text-align: right;
}
@media (max-width: 768px) {
  .intake .intake-question-label {
    float: left!important;
    text-align: left;
  }
}
.intake .intake-question-element .intake-short-text {
  width: 100px;
}
.intake .help-block {
  text-align: right;
}
.intake .help-block a {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .intake .help-block {
    float: none!important;
  }
}
@media (max-width: 768px) {
  .intake .help-block {
    text-align: left;
  }
}
.intake .help-block + .help-block {
  clear: both;
  padding: 0;
  margin: 0;
}
.intake .intake-progress-list {
  list-style: none;
  margin-top: 50px;
  padding: 0;
  text-align: center;
}
.intake .intake-progress-list-item {
  color: #3c4142;
  display: inline-block;
  font-weight: 100;
  margin: 0 21px 0 21px;
  width: 80px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
.intake .intake-progress-list-item:after {
  content: '';
  background-color: #428f9f;
  display: block;
  height: 3px;
  position: relative;
  width: 19px;
  right: -91px;
  top: -21px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.intake .intake-progress-list-item:first-child {
  margin-left: 0;
}
.intake .intake-progress-list-item:last-child {
  margin-right: 0;
}
.intake .intake-progress-list-item:last-child:after {
  display: none;
}
.intake .intake-progress-list-item.intake-current-item {
  color: #428f9f;
  font-weight: bold;
}
.intake .intake-progress-list-item.intake-current-item ~ li {
  color: #798589;
}
.intake .intake-progress-list-item.intake-current-item ~ li:after {
  background-color: #b9c1c3;
}
.intake .brand-logo {
  position: absolute;
  left: 2%;
  height: auto;
  width: 200px;
  top: 98px;
}
.intake .intake-case {
  position: absolute;
  right: 2%;
}
.intake .intake-case.visible-xs {
  position: relative;
  text-align: center;
}
.intake .intake-case.visible-xs .intake-case {
  position: relative;
  right: auto;
}
.intake .intake-case.visible-xs .intake-case-label {
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .intake .brand-logo {
    width: 125px;
  }
}
@media (max-width: 1200px) {
  .intake .brand-logo {
    width: 125px;
  }
  .intake .intake-progress-list-item {
    display: none;
  }
  .intake .intake-current-item,
  .intake .intake-prev-item,
  .intake .intake-next-item {
    display: inline-block;
    margin: 0 3px 0 3px;
  }
  .intake .intake-current-item::after,
  .intake .intake-prev-item::after,
  .intake .intake-next-item::after {
    display: none;
  }
  .intake .intake-next-item:after {
    visibility: hidden;
  }
}
.review [class*="col-case-"] {
  padding-left: 13px;
  padding-right: 13px;
}
.review .intake-modify-case-status {
  margin-bottom: 37px;
  margin-top: 10px;
}
.review .intake-review-edit {
  text-align: center;
}
.review .intake-review-edit .btn-link {
  min-width: 285px;
}
.review .intake-review-error {
  color: #cb5825;
  display: block;
}
.review .intake-error-alert {
  margin-top: 24px;
}
.review .intake-revieiw-helper {
  text-align: center;
  padding-bottom: 15px;
}
.review .intake-revieiw-helper p {
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
.review .intake-revieiw-helper p a {
  color: #798589;
}
.review .intake-review-list {
  margin-top: 22px;
}
.review .intake-review-list-page {
  margin-top: 22px;
}
.review .intake-review-payment-status {
  color: #b9c1c3;
  padding-top: 19px;
}
.review .intake-review-question-label {
  color: #1f363c;
  font-weight: 300;
}
.review .intake-review-question-label.required:after {
  content: '*';
  color: #428f9f;
}
.review .intake-review-question-response {
  display: block;
  font-weight: 100;
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
.review .intake-review-question-response a {
  color: #798589;
}
.review .intake-review-question-response-wrap {
  padding-top: 3px;
}
.review .intake-review-question-label-wrap {
  text-align: right;
}
.review .intake-review-question-id {
  font-weight: 300;
  font-size: 16px;
  color: #798589;
  font-weight: 100;
}
.review .intake-review-question-id a {
  color: #798589;
}
.review .intake-review-section {
  margin-bottom: 70px;
}
.review .intake-review-title {
  text-align: center;
  margin-top: 35px;
}
.review .intake-review-title-section {
  padding-bottom: 0;
  position: relative;
}
.review .intake-review-title-section h5 {
  color: #135462;
  line-height: 40px;
  margin-bottom: 0;
}
.review .intake-review-back-button {
  margin-top: 43px;
}
.review .intake-review-cases {
  border: 4px solid #b9c1c3;
  border-radius: 0;
  margin-top: 17px;
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
  background-color: #f7f8f8;
}
.review .intake-review-cases .intake-review-case-row span {
  color: #555c5e;
  font-size: 13px;
  vertical-align: top;
}
.review .intake-review-cases .intake-review-case-row .cases-status span {
  font-size: 11px;
}
.review .intake-review-cases .cases-header {
  font-size: 12px;
}
.review .intake-review-cases .cases-header .label {
  cursor: default;
}
.review .intake-case-review-edit-message p {
  text-align: center;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
}
.review .intake-case-history-container {
  padding: 21px 0 29px 0;
}
.review .intake-case-history-container label {
  display: block;
}
.review .intake-case-history-container input[type="text"] {
  font-size: 16px;
  height: 50px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.review .intake-case-history-container input[type="text"]:active,
.review .intake-case-history-container input[type="text"]:focus {
  color: #798589;
}
.review .intake-case-history-container input[type="text"]:active,
.review .intake-case-history-container input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.review .intake-case-history-container .text-danger {
  padding-bottom: 17px;
}
.review .case-status-save {
  margin-top: 21px;
}
.review .intake-review-cases-comment {
  height: 50px;
}
.review .intake-review-history-table {
  margin: 21px 0 0 0;
}
.review .intake-review-history-table tbody > tr > td:first-child {
  color: #67aab7;
}
.review .intake-review-history-table button {
  clear: both;
}
.review .intake-review-history-table .from,
.review .intake-review-history-table .to,
.review .intake-review-history-table .email,
.review .intake-review-history-table .date {
  white-space: nowrap;
}
.review .intake-review-history-table .comment {
  white-space: pre-line;
}
@media (max-width: 1200px) {
  .review .cases-header {
    display: none;
  }
  .review .intake-review-case-row span {
    vertical-align: inherit!important;
  }
}
@media (max-width: 991px) {
  .review .intake-case.visible-xs {
    margin-top: 0;
  }
  .review .intake-progress-list {
    margin-top: 18px;
  }
  .review .intake-review-edit {
    text-align: center;
  }
  .review .intake-review-edit a {
    float: none!important;
  }
  .review .intake-review-list-page {
    margin-top: 26px;
  }
  .review .intake-review-question-label-wrap {
    text-align: left;
  }
  .review .intake-review-section {
    margin-bottom: 10px;
  }
  .review .intake-review-title {
    margin-top: 9px;
  }
  .review .intake-review-title-section {
    padding-bottom: 16px;
    text-align: center;
  }
  .review .intake-review-title-section h5 {
    text-align: center;
    float: none!important;
  }
}
.confirm-cancel-modal h4 {
  margin-bottom: 33px;
  margin-top: 35px;
}
.confirm-cancel-modal i {
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: lighter;
}
.confirm-cancel-modal .btn-primary {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 19px 7px;
  width: 100%;
}
.confirm-cancel-modal .close {
  display: none;
}
.confirm-cancel-modal .modal-body {
  padding-top: 23px;
  padding-bottom: 67px;
}
.login {
  background-color: #ececec;
}
.login .alert {
  word-break: break-word;
}
@media (max-width: 480px) {
  .login {
    background-color: #ffffff;
  }
  .login .user-login {
    padding-top: 0;
  }
}
.feature-role-modal h4 {
  margin-bottom: 33px;
  margin-top: 35px;
}
.feature-role-modal i {
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: lighter;
}
.feature-role-modal .btn-primary {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 19px 7px;
  width: 100%;
}
.feature-role-modal .close {
  display: none;
}
.feature-role-modal .modal-body {
  padding-top: 23px;
  padding-bottom: 67px;
}
.user-login {
  background-color: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 58px;
  margin-top: 38px;
  padding-bottom: 58px;
  padding-top: 58px;
}
.user-login .org-login {
  padding-bottom: 20px;
}
.user-login .org-login button {
  width: 100%;
}
.user-login .divider {
  border-top: 3px solid #b9c1c3;
  padding-top: 15px;
}
.user-login .logo {
  margin-bottom: 50px;
  text-align: center;
}
.user-login .logo .drd-logo {
  border-right: 1px solid #000;
}
.user-login .logo img {
  max-width: 300px;
  width: 100%;
}
.user-login .logo .align-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.user-login .login-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.user-login .login-actions > li {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 23px;
}
.user-login .login-actions .divider {
  background-color: #b9c1c3;
  height: 3px;
  overflow: hidden;
}
.user-login .login-actions .line-graph img {
  height: 48px;
  width: 181px;
}
.user-login .login-help-message {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 20px;
}
.user-login .login-help-text {
  font-weight: 100;
}
.user-login .login-help-text-alt {
  color: #798589;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
}
.user-login .login-help-text-alt a {
  color: #798589;
  text-decoration: underline;
}
.user-login p.mydrd-link {
  font-size: 15px;
  color: #135462;
}
.user-login p.mydrd-link a {
  text-decoration: underline;
}
.user-login #loginForm {
  padding-bottom: 5px;
}
.user-login #loginForm button {
  width: 100%;
}
.user-login .form-group {
  margin-bottom: 9px;
}
.user-login .forgot-link {
  font-weight: 300;
  font-size: 16px;
  color: #67aab7;
  font-size: 14px;
}
.user-login #password,
.user-login #userName,
.user-login #user-email,
.user-login #user-password,
.user-login .user-password {
  font-size: 16px;
  height: 67px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.user-login #password:active,
.user-login #userName:active,
.user-login #user-email:active,
.user-login #user-password:active,
.user-login .user-password:active,
.user-login #password:focus,
.user-login #userName:focus,
.user-login #user-email:focus,
.user-login #user-password:focus,
.user-login .user-password:focus {
  color: #798589;
}
.user-login #password:active,
.user-login #userName:active,
.user-login #user-email:active,
.user-login #user-password:active,
.user-login .user-password:active,
.user-login #password:focus,
.user-login #userName:focus,
.user-login #user-email:focus,
.user-login #user-password:focus,
.user-login .user-password:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
@media (max-width: 992px) {
  .user-login .logo {
    margin-bottom: 41px;
  }
  .user-login .logo img {
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .user-login {
    margin-top: 14px;
  }
  .user-login .logo {
    margin-bottom: 14px;
  }
  .user-login .logo img {
    max-width: 260px;
  }
}
#edit-membership-modal .title {
  color: #017388;
  padding-bottom: 30px;
}
#edit-membership-modal .display-section.plans .row {
  text-align: left;
}
#edit-membership-modal .display-section {
  padding-bottom: 30px;
}
#edit-membership-modal .display-section + .display-section {
  border-top: 3px solid #b9c1c3;
  padding-top: 30px;
}
#edit-membership-modal span.planName {
  font-weight: 600;
  text-transform: uppercase;
  color: #017388;
  font-family: "ff-tisa-web-pro", serif;
}
#edit-membership-modal span.date-label {
  display: block;
  text-align: left;
}
#edit-membership-modal p.alert {
  text-align: left;
}
#edit-membership-modal #licensedUserCount {
  width: 100px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
#assign-seats-modal .title {
  color: #135462;
}
#assign-seats-modal i {
  color: white;
  cursor: pointer;
  margin-right: 6px;
}
#assign-seats-modal .filled-seat {
  text-align: left;
  background-color: #a8d4d9;
  color: #6b7577;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px;
}
#assign-seats-modal .column-header {
  font-weight: 600;
  text-transform: uppercase;
  color: #135462;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
}
#assign-seats-modal .description {
  color: #798589;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
#assign-seats-modal .seats-filled {
  color: #cb5825;
  font-size: 15px;
}
.modal-logo img {
  height: auto;
  width: auto;
  max-width: 150px;
  max-height: 150px;
}
.save-search-modal .btn-text {
  background-color: transparent;
}
.save-search-modal .drd-title {
  border-color: #e2e2e2;
  margin-bottom: 21px;
}
.save-search-modal .modal-body {
  margin-top: 17px;
}
.save-search-modal .modal-content {
  overflow: hidden;
  white-space: nowrap;
}
.save-search-modal .modal-field {
  margin-bottom: 21px;
  min-width: 100%;
  width: 100%;
}
.save-search-modal .delete-msg {
  white-space: normal;
}
.save-search-modal .search-filter {
  text-align: left!important;
}
.save-search-modal .search-filter h4 {
  font-size: 24px;
}
.save-search-modal .search-filter-title {
  color: #428f9f;
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 2px;
}
.save-search-modal .search-filter-meta {
  font-weight: 300;
  font-size: 16px;
  color: #3c4142;
  white-space: normal;
}
.save-search-modal .search-filter-title-meta {
  font-weight: 300;
  font-size: 16px;
  color: #67aab7;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
}
.save-search-modal .search-filter-title-meta .search-filter-title-meta-element {
  font-weight: bold;
}
.save-search-modal .search-filter-title-meta .search-filter-title-meta-in {
  font-weight: lighter;
  font-style: italic;
}
.save-search-modal .search-filter-title-meta .search-filter-title-meta-icons {
  font-size: 30px;
}
.stats-select-status-modal .modal-body {
  margin-top: 17px;
  padding-left: 60px;
  padding-right: 60px;
}
.stats-select-status-modal .modal-footer {
  padding-top: 30px;
  padding-bottom: 60px;
}
.stats-select-status-modal .status-block {
  border-top: 3px solid #bac2c4;
  border-bottom: 3px solid #bac2c4;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.case-list-select-status-modal .modal-body {
  margin-top: 17px;
  padding-left: 60px;
  padding-right: 60px;
}
.case-list-select-status-modal .modal-footer {
  padding-top: 30px;
  padding-bottom: 60px;
}
.case-list-select-status-modal .status-block {
  border-top: 3px solid #bac2c4;
  border-bottom: 3px solid #bac2c4;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 200px;
  text-align: left;
}
.case-list-select-status-modal .status-block p {
  text-align: center;
  font-style: italic;
}
.modal-frame .modal-body {
  margin-top: 17px;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
.modal-frame .modal-footer {
  padding-top: 30px;
  padding-bottom: 60px;
}
.modal2 .modal2-body {
  padding-left: 60px;
  padding-right: 60px;
}
.modal2 .modal2-footer {
  padding-top: 30px;
  padding-bottom: 60px;
}
.navbar {
  background-color: #135462;
  height: 58px;
  margin-bottom: 0;
  position: relative;
  z-index: 300;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar .role-toggle {
  display: inline-block;
  position: relative;
}
.navbar .role-toggle .dropdown-menu {
  background-color: #ececec;
  box-shadow: 0 none;
  border: 0 none;
}
.navbar .role-toggle .dropdown-menu:before {
  content: ' ';
  background-color: #ececec;
  display: block;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  top: -10px;
  -ms-transform: rotate(45deg);
  
  -webkit-transform: rotate(45deg);
  
  transform: rotate(45deg);
  z-index: 0;
}
.navbar .role-toggle .dropdown-menu:before {
  left: auto;
  right: 10px;
  top: -3px;
  z-index: -1;
}
@media (max-width: 768px) {
  .navbar .role-toggle .dropdown-menu:before {
    left: 11px;
    right: auto;
    width: 16px;
  }
}
.navbar .role-toggle .dropdown-menu li {
  z-index: 1;
}
.navbar .role-toggle .dropdown-menu a {
  color: #798589;
  padding: 10px 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: lighter;
}
.navbar .role-toggle .dropdown-menu a:active,
.navbar .role-toggle .dropdown-menu a:hover,
.navbar .role-toggle .dropdown-menu a:focus {
  background-color: #67aab7;
  color: #ffffff;
}
.navbar .role-toggle .dropdown-toggle {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  border-left: 2px solid #428f9f;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 100;
  height: 17px;
  min-width: 146px;
  margin-top: 18px;
  padding-left: 15px;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .navbar .role-toggle .dropdown-toggle {
    min-width: 100px;
  }
}
.navbar .role-toggle .icon-arrow-down {
  color: #428f9f;
  font-size: 9px;
  margin-left: 8px;
  margin-top: 5px;
}
.navbar .role-toggle .icon-arrow-down:before {
  position: relative;
  top: -1px;
}
@media (max-width: 768px) {
  .navbar .role-toggle .icon-arrow-down {
    display: none;
  }
}
.navbar.demo {
  height: 142px;
}
.navbar.demo .utility-menu {
  margin-top: 86px;
}
.navbar .org-title {
  color: #ffffff;
  display: block;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 18px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.navbar .navbar-toggle {
  display: inline-block;
  margin-right: 8px;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar .utility-menu {
  margin-top: 6px;
}
.navbar .utility-menu li {
  float: left;
}
.navbar .utility-menu .separator {
  font-size: 20px;
  color: #ffffff;
  padding-top: 9px;
}
.navbar .utility-menu a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  padding-left: 0px!important;
  padding-right: 0px!important;
  padding-top: 10px!important;
}
.navbar .utility-menu a:active,
.navbar .utility-menu a:focus,
.navbar .utility-menu a:hover {
  background-color: #017388;
}
.not-found {
  min-height: 768px;
  text-align: center;
}
.not-found .container {
  color: #ffffff;
  margin-top: 34px;
  position: relative;
  z-index: 200;
}
.not-found .container h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 90px;
}
.not-found .container p {
  font-weight: 300;
}
.not-found .container p:last-child {
  font-size: 14px;
}
.not-found .dashboard-canvas {
  top: 0;
  z-index: 100;
  min-height: 929px!important;
}
.organizations.new-orgs-form {
  color: #555c5e;
}
.organizations.new-orgs-formnew-org-label:after {
  content: ' ';
  background-color: #b9c1c3;
  display: inline-block;
  position: relative;
  height: 34px;
  margin: 0 10px 0 10px;
  width: 4px;
  top: 6px;
}
.organizations [class*="col-org-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .organizations [class*="col-org-"] {
    display: block;
    width: 100%!important;
  }
}
.organizations .col-org-name {
  width: 75%;
}
.organizations .col-org-name a {
  text-decoration: underline;
}
.organizations .col-org-status {
  width: 25%;
}
.organizations .col-org-status span {
  vertical-align: top;
}
.organizations .orgs-header .label {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #a8d4d9;
  padding: 0;
  text-align: left;
}
.organizations .orgs-label {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #a8d4d9;
}
.organizations .orgs-link {
  display: block;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 100;
  padding: 7px 0 7px 0;
  text-align: left;
}
.organizations .orgs-link:hover {
  background-color: rgba(19, 84, 98, 0.5);
}
.organizations .case-number {
  letter-spacing: 1px;
  text-decoration: underline;
}
.organizations .orgs-status {
  letter-spacing: 1px;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
.organizations i[class*="icon-"] {
  color: #acc6ae;
}
.organizations i[class*="icon-region"] {
  font-size: 30px;
  line-height: 1px;
}
.organizations i[class*="icon-industry"] {
  width: 28px;
  display: inline-block;
  font-size: 30px;
  line-height: 1px;
}
.organizations .region {
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}
.organizations .ui-select-match.ng-hide {
  display: block !important;
}
.organizations.orgs-org-list {
  min-height: 50px;
  margin: 10px 0 10px 0;
  padding-top: 12px;
}
.organizations.orgs-org-list span {
  color: #555c5e;
  font-size: 16px;
}
.organizations.orgs-org-list i[class*="icon-"] {
  color: #67aab7;
}
.organizations .orgs-org-list-edit-status {
  padding-top: 12px;
}
.organizations .orgs-org-list-container {
  min-height: 337px;
}
.organizations .orgs-org-list-container .tooltip-inner {
  word-break: break-all !important;
  word-break: break-word !important;
  white-space: normal;
}
.organizations .orgs-back-button {
  margin: 18px 28px 0 0;
}
.organizations .orgs-org-table {
  margin-top: 24px;
  min-height: 300px;
}
.organizations .orgs-org-table .btn-default {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  border-width: 3px;
}
.organizations .orgs-org-table .btn-default:active,
.organizations .orgs-org-table .btn-default:focus {
  color: #798589;
}
.organizations .orgs-org-table .btn-default:active,
.organizations .orgs-org-table .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.organizations .orgs-org-table .caret {
  color: #9ea9ab;
  font-size: 12px;
  right: 22px !important;
  top: 5px!important;
}
.organizations .orgs-org-table .table {
  min-height: 500px;
}
.organizations .orgs-header input {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  background-color: #f0f2f2;
  border-color: #f0f2f2;
  border-width: 3px;
  height: 36px;
  width: 100%;
}
.organizations .orgs-header input:active,
.organizations .orgs-header input:focus {
  color: #798589;
}
.organizations .orgs-header input:active,
.organizations .orgs-header input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.organizations .orgs-header input::-moz-placeholder {
  color: #798589;
  opacity: 1;
}
.organizations .orgs-header input:-ms-input-placeholder {
  color: #798589;
}
.organizations .orgs-header input::-webkit-input-placeholder {
  color: #798589;
}
.organizations .orgs-header input:active,
.organizations .orgs-header input:focus {
  border-color: #f0f2f2;
}
.organizations .orgs-header > * {
  overflow: visible;
}
.organizations .orgs-header .btn-default {
  height: 36px!important;
}
.organizations .orgs-header .label {
  letter-spacing: 1px;
  color: #67aab7;
  cursor: pointer;
  font-size: 14px;
}
.organizations .orgs-header i.caret {
  color: #9ea9ab;
  font-size: 12px;
  right: 22px !important;
  top: 5px!important;
}
.organizations .orgs-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b9c1c3;
  height: 3px;
  margin: 30px 0 3px 0;
  width: 100%;
}
.organizations .orgs-status {
  font-weight: bold;
  text-align: left;
}
.organizations .orgs-status span {
  font-size: 12px;
}
.organizations .orgs-top-pagination {
  margin-top: 20px;
  height: 86px;
}
.organizations .orgs-top-pagination > * {
  display: inline-block;
}
.organizations .orgs-top-pagination > :first-child {
  margin-top: 14px;
}
.organizations .orgs-top-pagination > :last-child {
  margin-top: 28px;
}
.organizations .orgs-top-pagination .ui-select-container {
  width: 175px;
}
.organizations .orgs-top-pagination .btn-default {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.organizations .orgs-top-pagination .btn-default:active,
.organizations .orgs-top-pagination .btn-default:focus {
  color: #798589;
}
.organizations .orgs-top-pagination .btn-default:active,
.organizations .orgs-top-pagination .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.organizations .orgs-top-pagination .caret {
  top: 5px!important;
}
.organizations .orgs-top-pagination label {
  font-weight: 100;
}
.organizations .orgs-top-pagination .pagination {
  margin-top: 8px;
  padding-right: 6px;
}
.organizations .col-org-type .dropdown-menu {
  min-width: 245px;
}
.organizations .sort {
  display: inline-block;
  vertical-align: middle!important;
}
.organizations .sort.asc .icon-arrow-left::before {
  color: #67aab7;
}
.organizations .sort.desc .icon-arrow-right::before {
  color: #67aab7;
}
.organizations .sort i[class*="icon-arrow-"]::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  color: #a2c7d0;
  font-size: 10px;
}
.organizations .tabs {
  color: #b9c1c3;
  cursor: pointer;
}
.organizations .tabs.active {
  color: #135462;
}
.organizations .tabs.active:before {
  background-color: #67aab7;
  bottom: -4px;
  content: ' ';
  cursor: default;
  height: 3px;
  position: absolute;
  width: 150px;
}
.organizations .tabs.active[id*="_2"]:before {
  width: 163px;
}
.organizations .tabs[id*="_1"]:after {
  content: ' ';
  background-color: #b9c1c3;
  display: inline-block;
  position: relative;
  height: 34px;
  margin: 0 10px 0 10px;
  width: 4px;
  top: 6px;
}
.organizations .tabs.single {
  margin-top: 33px;
}
@media (max-width: 992px) {
  .organizations .orgs-top-pagination h1 {
    display: block;
  }
  .organizations .orgs-top-pagination > :last-child {
    text-align: center;
  }
  .organizations .view-orgs-page .ui-select-container {
    display: inline-block;
  }
}
#organization-detail {
  color: #6b7577;
  font-size: 16px;
}
#organization-detail.container {
  min-height: 500px;
}
#organization-detail h1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #b9c1c3;
  font-size: 37px;
}
#organization-detail h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #ececec;
  font-size: 26px;
}
#organization-detail td,
#organization-detail th {
  padding: 10px;
}
#organization-detail .row {
  margin-top: 10px;
}
#organization-detail .row.main {
  margin-top: 30px;
  margin-bottom: 40px;
}
#organization-detail .row.last {
  margin-bottom: 40px;
}
#organization-detail .overline-dark {
  border-top: 3px solid #b9c1c3;
  padding-top: 15px;
}
.users .error .new-user-error-msg {
  color: #cb5825;
}
.users [class*="col-user-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .users [class*="col-user-"] {
    display: block;
    width: 100%!important;
  }
}
.users .col-user-first-name {
  width: 15%;
}
.users .col-user-first-name a {
  text-decoration: underline;
}
.users .col-user-last-name {
  width: 15%;
}
.users .col-user-last-name a {
  text-decoration: underline;
}
.users .col-user-role {
  width: 15%;
}
.users .col-user-email {
  width: 19%;
}
.users .col-user-created {
  width: 19%;
}
.users .col-user-created span {
  vertical-align: top;
}
.users .col-user-status {
  width: 13%;
}
.users .col-user-status span {
  vertical-align: top;
}
.users .col-user-organization {
  width: 18%;
}
.users .users-header .label {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #a8d4d9;
  padding: 0;
  text-align: left;
}
.users .users-label {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #a8d4d9;
}
.users .users-link {
  display: block;
  color: #ffffff;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: 100;
  padding: 7px 0 7px 0;
  text-align: left;
}
.users .users-link:hover {
  background-color: rgba(19, 84, 98, 0.5);
}
.users .users-status {
  letter-spacing: 1px;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
.users i[class*="icon-"] {
  color: #acc6ae;
}
.users i[class*="icon-region"] {
  font-size: 30px;
  line-height: 1px;
}
.users i[class*="icon-industry"] {
  width: 28px;
  display: inline-block;
  font-size: 30px;
  line-height: 1px;
}
.users .region {
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}
.users .error .new-user-error-msg {
  color: #cb5825;
}
.users.users-user-list {
  min-height: 50px;
  margin: 10px 0 10px 0;
  padding-top: 12px;
}
.users.users-user-list span {
  color: #555c5e;
  font-size: 16px;
}
.users.users-user-list i[class*="icon-"] {
  color: #67aab7;
}
.users .users-user-list-edit-status {
  padding-top: 12px;
}
.users .users-user-list-container {
  min-height: 337px;
}
.users .users-user-list-container .tooltip-inner {
  word-break: break-all !important;
  word-break: break-word !important;
  white-space: normal;
}
.users .users-back-button {
  margin: 18px 28px 0 0;
}
.users .users-user-table {
  margin-top: 24px;
  min-height: 300px;
}
.users .users-user-table .btn-default {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  border-width: 3px;
}
.users .users-user-table .btn-default:active,
.users .users-user-table .btn-default:focus {
  color: #798589;
}
.users .users-user-table .btn-default:active,
.users .users-user-table .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.users .users-user-table .caret {
  color: #9ea9ab;
  font-size: 12px;
  right: 22px !important;
  top: 5px!important;
}
.users .users-user-table .table {
  min-height: 500px;
}
.users .users-header input {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
  background-color: #f0f2f2;
  border-color: #f0f2f2;
  border-width: 3px;
  width: 100%;
}
.users .users-header input:active,
.users .users-header input:focus {
  color: #798589;
}
.users .users-header input:active,
.users .users-header input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.users .users-header input::-moz-placeholder {
  color: #798589;
  opacity: 1;
}
.users .users-header input:-ms-input-placeholder {
  color: #798589;
}
.users .users-header input::-webkit-input-placeholder {
  color: #798589;
}
.users .users-header input:active,
.users .users-header input:focus {
  border-color: #f0f2f2;
}
.users .users-header > * {
  overflow: visible;
}
.users .users-header .btn-default {
  height: 36px!important;
}
.users .users-header .label {
  letter-spacing: 1px;
  color: #67aab7;
  cursor: pointer;
  font-size: 14px;
}
.users .users-header i.caret {
  color: #9ea9ab;
  font-size: 12px;
  right: 22px !important;
  top: 5px!important;
}
.users .users-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b9c1c3;
  height: 3px;
  margin: 30px 0 3px 0;
  width: 100%;
}
.users .users-status {
  font-weight: bold;
  text-align: left;
}
.users .users-status span {
  font-size: 12px;
}
.users .users-top-pagination {
  margin-top: 20px;
  height: 86px;
}
.users .users-top-pagination > * {
  display: inline-block;
}
.users .users-top-pagination > :first-child {
  margin-top: 14px;
}
.users .users-top-pagination > :last-child {
  margin-top: 28px;
}
.users .users-top-pagination .ui-select-container {
  width: 175px;
}
.users .users-top-pagination .btn-default {
  font-size: 16px;
  height: 39px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.users .users-top-pagination .btn-default:active,
.users .users-top-pagination .btn-default:focus {
  color: #798589;
}
.users .users-top-pagination .btn-default:active,
.users .users-top-pagination .btn-default:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.users .users-top-pagination .caret {
  top: 5px!important;
}
.users .users-top-pagination label {
  font-weight: 100;
}
.users .users-top-pagination .pagination {
  margin-top: 8px;
  padding-right: 6px;
}
.users .col-user-type .dropdown-menu {
  min-width: 245px;
}
.users .sort {
  display: inline-block;
  vertical-align: middle!important;
}
.users .sort.asc .icon-arrow-left::before {
  color: #67aab7;
}
.users .sort.desc .icon-arrow-right::before {
  color: #67aab7;
}
.users .sort i[class*="icon-arrow-"]::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  color: #a2c7d0;
  font-size: 10px;
}
.users .tabs {
  color: #b9c1c3;
  cursor: pointer;
}
.users .tabs.active {
  color: #135462;
}
.users .tabs.active:before {
  background-color: #67aab7;
  bottom: -4px;
  content: ' ';
  cursor: default;
  height: 3px;
  position: absolute;
  width: 150px;
}
.users .tabs.active[id*="_2"]:before {
  width: 163px;
}
.users .tabs[id*="_1"]:after {
  content: ' ';
  background-color: #b9c1c3;
  display: inline-block;
  position: relative;
  height: 34px;
  margin: 0 10px 0 10px;
  width: 4px;
  top: 6px;
}
.users .tabs.single {
  margin-top: 33px;
}
@media (max-width: 992px) {
  .users .users-top-pagination h1 {
    display: block;
  }
  .users .users-top-pagination > :last-child {
    text-align: center;
  }
  .users .view-users-page .ui-select-container {
    display: inline-block;
  }
}
#user-detail {
  color: #6b7577;
  font-size: 16px;
}
#user-detail input[type="text"] {
  width: 100%;
}
#user-detail.container {
  min-height: 500px;
}
#user-detail h1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #b9c1c3;
  font-size: 37px;
}
#user-detail h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #ececec;
  font-size: 26px;
}
#user-detail td,
#user-detail th {
  padding: 10px;
}
#user-detail .row {
  margin-top: 10px;
}
#user-detail .row.main {
  margin-top: 30px;
  margin-bottom: 40px;
}
#user-detail .row.last {
  margin-bottom: 40px;
}
#user-detail .overline-dark {
  border-top: 3px solid #b9c1c3;
  padding-top: 15px;
}
body.signup {
  background-color: #ececec;
  padding-bottom: 58px;
}
#signup {
  padding-top: 48px;
  color: #6b7577;
  font-size: 16px;
}
#signup.container {
  min-height: 500px;
}
#signup .row {
  background-color: white;
}
#signup .logo {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
#signup .logo img {
  height: 155px;
  width: 410px;
}
#signup .ui-select-month,
#signup .ui-select-year {
  width: 100%;
}
#signup .ui-select-container,
#signup .ui-select-toggle {
  font-weight: normal;
}
#signup .optional {
  color: #b9c1c3;
  font-size: 16px;
  display: inline-block;
  margin-top: 27px;
  margin-left: 5px;
}
#signup input + p {
  color: #b9c1c3;
  display: inline-block;
  margin-top: 5px;
}
#signup .payment-types {
  width: 150px;
  margin-top: 23px;
}
#signup #select-membership-row {
  background-color: #f0f2f2;
  border-color: #f0f2f2;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#signup #select-membership-row .row {
  background-color: #f0f2f2;
}
#signup #select-membership-row .plan-info {
  padding-left: 40px;
}
#signup #select-membership-row .plan-price {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 600;
}
#signup #select-membership-row a {
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 600;
  color: #135462;
}
#signup .plan-icon {
  width: 70px;
  height: 70px;
  background: #11444c;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
#signup .purchase-btn {
  display: block;
  text-align: center;
  width: 100%;
  white-space: normal;
  margin-top: 25px;
}
#signup .purchase-btn.drd-title {
  border-bottom: 0;
  margin-bottom: auto;
}
#signup .purchase-btn:after,
#signup .purchase-btn:before {
  background-color: #ececec;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  content: " ";
  height: 3px;
  margin-top: 30px;
  width: 39%;
}
@media (max-width: 1200px) {
  #signup .purchase-btn:after,
  #signup .purchase-btn:before {
    width: 37%;
  }
}
@media (max-width: 992px) {
  #signup .purchase-btn:after,
  #signup .purchase-btn:before {
    width: 29%;
  }
}
@media (max-width: 768px) {
  #signup .purchase-btn:after,
  #signup .purchase-btn:before {
    width: 19%;
  }
}
#signup .purchase-btn:after {
  float: right;
}
#signup .purchase-btn:before {
  float: left;
}
#signup td,
#signup th {
  padding: 10px;
}
#signup .agreement {
  padding-top: 40px;
}
#signup .terms {
  margin-bottom: 25px;
}
#signup .terms a {
  color: #428f9f;
}
#signup .row {
  margin-top: 10px;
}
#signup .row.main {
  margin-bottom: 40px;
}
#signup .row.last {
  margin-top: 80px;
  margin-bottom: 40px;
}
#signup .row.last a {
  color: #798589;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 20px;
}
#signup .overline-dark {
  border-top: 3px solid #b9c1c3;
  padding-top: 15px;
}
#change-plan-modal .title {
  color: #017388;
  padding-bottom: 30px;
}
#change-plan-modal .plan {
  text-align: left;
  margin-bottom: 15px;
}
#change-plan-modal .plan + .plan {
  border-top: 3px solid #b9c1c3;
  padding-top: 20px;
}
#change-plan-modal span.planName {
  font-weight: 600;
  text-transform: uppercase;
  color: #017388;
  font-family: "ff-tisa-web-pro", serif;
}
#change-plan-modal .row.buttons {
  border-top: 3px solid #b9c1c3;
  padding-top: 30px;
  padding-bottom: 10px;
}
#subscriptions .membership-section {
  padding-top: 40px;
  padding-bottom: 80px;
}
#subscriptions p {
  color: #555c5e;
  font-size: 16px;
}
#subscriptions.container {
  min-height: 500px;
}
#subscriptions h1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #b9c1c3;
  font-size: 37px;
}
#subscriptions h2 {
  padding-bottom: 10px;
  border-bottom: 3px solid #ececec;
  font-size: 26px;
}
#subscriptions td,
#subscriptions th {
  padding: 10px;
}
#subscriptions .row {
  margin-top: 10px;
}
#subscriptions .row.main {
  margin-top: 30px;
  margin-bottom: 40px;
}
#subscriptions .row.last {
  margin-bottom: 40px;
}
#subscriptions .overline-dark {
  border-bottom: 3px solid #b9c1c3;
}
.pl {
  margin-bottom: 600px;
}
.pl-example {
  border: 1px solid #ddd;
  padding: 18px;
  word-wrap: break-word;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pl-example:before,
.pl-example:after {
  content: " ";
  display: table;
}
.pl-example:after {
  clear: both;
}
.pl-code-sample + .pl-example,
.pl-example + .pl-example {
  margin-top: 15px;
}
.pl-example:before {
  content: 'Pattern';
  color: #b9c1c3;
  display: block;
  margin-left: -7px;
}
.pl-code-sample pre {
  margin: -10px 0 0 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pl-code-sample span {
  float: left;
  padding-left: 15px;
}
.pl-example + p,
.pl-code-sample + p {
  margin: 10px 0 10px 0;
}
.pl-color-swatch {
  float: left;
  margin: 5px;
  height: 100px;
  width: 100px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.pl-color-swatch.pl-color-swatch-white {
  background-color: #ffffff;
}
.pl-color-swatch.pl-color-swatch-teal-00 {
  background-color: #a8d4d9;
}
.pl-color-swatch.pl-color-swatch-teal-01 {
  background-color: #67aab7;
}
.pl-color-swatch.pl-color-swatch-teal-02 {
  background-color: #428f9f;
}
.pl-color-swatch.pl-color-swatch-teal-03 {
  background-color: #135462;
}
.pl-color-swatch.pl-color-swatch-teal-04 {
  background-color: #1f363c;
}
.pl-color-swatch.pl-color-swatch-gray-xtra-light {
  background-color: #f7f8f8;
}
.pl-color-swatch.pl-color-swatch-gray-light {
  background-color: #f0f2f2;
}
.pl-color-swatch.pl-color-swatch-gray-00 {
  background-color: #ececec;
}
.pl-color-swatch.pl-color-swatch-gray-01 {
  background-color: #b9c1c3;
}
.pl-color-swatch.pl-color-swatch-gray-02 {
  background-color: #798589;
}
.pl-color-swatch.pl-color-swatch-gray-03 {
  background-color: #555c5e;
}
.pl-color-swatch.pl-color-swatch-gray-04 {
  background-color: #3c4142;
}
.pl-color-swatch.pl-color-swatch-green-00 {
  background-color: #d5e1d6;
}
.pl-color-swatch.pl-color-swatch-green-01 {
  background-color: #acc6ae;
}
.pl-color-swatch.pl-color-swatch-green-02 {
  background-color: #76a17a;
}
.pl-color-swatch.pl-color-swatch-green-03 {
  background-color: #5e7f60;
}
.pl-color-swatch.pl-color-swatch-green-04 {
  background-color: #425e43;
}
.pl-color-swatch.pl-color-swatch-orange-00 {
  background-color: #fdd7cc;
}
.pl-color-swatch.pl-color-swatch-orange-01 {
  background-color: #ffb299;
}
.pl-color-swatch.pl-color-swatch-orange-02 {
  background-color: #f86a23;
}
.pl-color-swatch.pl-color-swatch-orange-03 {
  background-color: #cb5825;
}
.pl-color-swatch.pl-color-swatch-orange-04 {
  background-color: #a44321;
}
.pl-syntax-comment {
  color: #b9c1c3;
}
.pl-syntax-less {
  color: #67aab7;
}
.pl-syntax-html {
  color: #cb5825;
}
.pl-syntax-comment,
.pl-syntax-less {
  padding: 0;
}
.pl-example .btn + .btn {
  margin: 5px 0 5px 0;
}
.pl-ui-select ul {
  list-style: none;
}
.pl-ui-select ul .example {
  padding-bottom: 13px;
  padding-top: 13px;
}
.pl-ui-select ul p {
  padding-top: 40px;
}
.pl-fonts {
  list-style: none;
}
.pl-fonts li {
  background-color: #ececec;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  float: left;
  padding: 35px 7px 7px 7px;
  min-height: 145px;
  margin: 1%;
  width: 24%;
  text-align: center;
}
.pl-fonts li p {
  padding-top: 15px;
}
#navbar {
  font-size: 15px;
  margin-top: 10px;
  position: fixed;
}
#navbar li {
  list-style: none;
}
.caseupload .container {
  min-height: 600px;
}
.caseupload .form-group {
  margin-top: 35px;
}
.caseupload input[type="file"] {
  border: 4px solid #bac2c4;
  display: inline-block;
  font-size: 14px;
  padding: 14px;
}
.caseupload label {
  min-width: 160px;
  text-align: right;
}
.caseupload .upload-line {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b9c1c3;
  height: 3px;
  margin: 30px 0 3px 0;
  width: 100%;
}
.caseupload .hasHelper label {
  float: left;
  padding-right: 8px;
  padding-top: 10px;
}
.setpassword {
  background-color: #ececec;
}
@media (max-width: 480px) {
  .setpassword {
    background-color: #ffffff;
  }
  .setpassword .user-login {
    padding-top: 0;
  }
}
.setpassword-login {
  background-color: #ffffff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-bottom: 58px;
  margin-top: 38px;
  padding-bottom: 58px;
  padding-top: 58px;
}
.setpassword-login .errors {
  word-break: break-word;
}
.setpassword-login .logo {
  margin-bottom: 71px;
  text-align: center;
}
.setpassword-login .logo img {
  height: 155px;
  width: 410px;
}
.setpassword-login .login-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.setpassword-login .login-actions > li {
  color: #3c4142;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 23px;
}
.setpassword-login .login-actions .divider {
  background-color: #b9c1c3;
  height: 3px;
  overflow: hidden;
}
.setpassword-login .login-actions .line-graph img {
  height: 48px;
  width: 181px;
}
.setpassword-login .login-help-message {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 20px;
}
.setpassword-login .login-help-text {
  font-weight: 100;
}
.setpassword-login .login-help-text-alt {
  color: #798589;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 100;
}
.setpassword-login .login-help-text-alt a {
  color: #798589;
  text-decoration: underline;
}
.setpassword-login p.mydrd-link {
  font-size: 15px;
  color: #135462;
}
.setpassword-login p.mydrd-link a {
  text-decoration: underline;
}
.setpassword-login #loginForm button {
  width: 100%;
}
.setpassword-login .form-group {
  margin-bottom: 23px;
}
.setpassword-login #confirmPassword,
.setpassword-login #password {
  font-size: 16px;
  height: 67px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.setpassword-login #confirmPassword:active,
.setpassword-login #password:active,
.setpassword-login #confirmPassword:focus,
.setpassword-login #password:focus {
  color: #798589;
}
.setpassword-login #confirmPassword:active,
.setpassword-login #password:active,
.setpassword-login #confirmPassword:focus,
.setpassword-login #password:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
@media (max-width: 992px) {
  .setpassword-login .logo {
    margin-bottom: 41px;
  }
  .setpassword-login .logo img {
    height: 155px;
    width: 156px;
  }
}
@media (max-width: 480px) {
  .setpassword-login {
    margin-top: 14px;
  }
  .setpassword-login .logo {
    margin-bottom: 14px;
  }
  .setpassword-login .logo img {
    height: 141px;
    width: 142px;
  }
}
.ng-aside .navigation-options {
  padding-left: 84px;
}
.ng-aside .aside-include .sidebar-collapsible ul {
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.ng-aside .aside-include .sidebar-collapsible li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.status ul.status-list {
  list-style: none;
  min-height: 400px;
}
.status ul.status-list li.status-list-item {
  background-color: #ececec;
}
.status ul.status-list li.status-list-item .status-widget-basic {
  margin-top: 10px;
  padding: 10px;
}
.status ul.status-list li.status-list-item .status-widget-basic span {
  font-family: "proxima-nova", sans-serif;
  display: inline-block;
}
.status ul.status-list li.status-list-item .status-widget-basic span.title {
  width: 40%;
  font-weight: 600;
}
.status ul.status-list li.status-list-item .status-widget-basic span.time {
  width: 40%;
}
.status ul.status-list li.status-list-item .status-widget-basic div.result {
  display: inline-block;
  width: 10%;
}
.status ul.status-list li.status-list-item .status-widget-basic div.result span {
  padding-left: 34px;
}
.status ul.status-list li.status-list-item .status-widget-basic div.result .circle {
  position: absolute;
}
.status ul.status-list li.status-list-item .status-widget-section {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
}
.status ul.status-list li.status-list-item .status-widget-section span {
  font-family: "proxima-nova", sans-serif;
  display: inline-block;
}
.status ul.status-list li.status-list-item .status-widget-section span.title {
  width: 90%;
  font-weight: 600;
  text-align: center;
}
.status .circle {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #b9c1c3;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.status .circle.green {
  background-color: #5e7f60;
}
.status .circle.yellow {
  background-color: #ffce00;
}
.status .circle.red {
  background-color: #cb5825;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  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: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  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, 25px, 0);
    transform: translate3d(0, 25px, 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: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  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, 25px, 0);
    transform: translate3d(0, 25px, 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: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  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(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  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(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  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(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  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(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-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 bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-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;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  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 bounceOutUp {
  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);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.drd-align-vert {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.drd-title {
  border-bottom: 3px solid #bac2c4;
  margin-bottom: 9px;
}
.drd-title .title {
  color: #3c4142;
  font-size: 26px;
  line-height: 43px;
  color: #135462;
  line-height: 40px;
  margin-bottom: 0;
}
.drd-title .title.white {
  color: #ffffff;
}
.drd-title .title.teal {
  color: #135462;
}
.drd-title .subtitle {
  color: #135462;
  font-size: 21px;
}
.drd-title .subtitle.white {
  color: #ffffff;
}
.drd-title .subtitle.teal {
  color: #3c4142;
}
.vertical-lines {
  display: block;
  text-align: center;
  width: 100%;
  white-space: normal;
}
.vertical-lines.drd-title {
  border-bottom: 0;
  margin-bottom: auto;
}
.vertical-lines:after,
.vertical-lines:before {
  background-color: #bac2c4;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  content: " ";
  height: 3px;
  margin-top: 11px;
  width: 25%;
}
@media (max-width: 1200px) {
  .vertical-lines:after,
  .vertical-lines:before {
    width: 23%;
  }
}
@media (max-width: 992px) {
  .vertical-lines:after,
  .vertical-lines:before {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .vertical-lines:after,
  .vertical-lines:before {
    width: 5%;
  }
}
.vertical-lines:after {
  float: right;
}
.vertical-lines:before {
  float: left;
}
.red-error-message {
  color: #f86a23;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-decoration: underline;
}
.big-green-text {
  color: #76a17a;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 92px;
  line-height: 88px;
}
.percentage {
  color: #76a17a;
  font-family: "proxima-nova", sans-serif;
  font-size: 27px;
  line-height: 36px;
  position: relative;
  top: 36px;
}
.pane-loader {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 700;
}
.pane-loader .backdrop {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: .2;
  height: 100%;
  width: 100%;
  z-index: 800;
}
.pane-loader .loading-image {
  background-image: url('/assets/images/bg/ajax-loader.gif');
  position: absolute;
  width: 31px;
  height: 31px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 900;
}
.page-loader {
  background-color: #135462;
  
  position: absolute;
  height: 3px;
  width: 0;
  top: 0;
  z-index: 600;
  -webkit-transition: all 500ms cubic-bezier(1, 0.295, 0.96, 0);
  -webkit-transition: all 500ms cubic-bezier(1, 0.295, 0.96, -0.15);
  -moz-transition: all 500ms cubic-bezier(1, 0.295, 0.96, -0.15);
  -o-transition: all 500ms cubic-bezier(1, 0.295, 0.96, -0.15);
  transition: all 500ms cubic-bezier(1, 0.295, 0.96, -0.15);
}
.loading {
  width: 75%;
}
.complete {
  width: 100%;
}
.complete-unload {
  opacity: 0;
}
.modal-backdrop {
  background-color: #ececec;
  height: 100%;
}
.modal-body {
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 1px;
}
.modal-body h4 {
  color: #135462;
}
.modal-body p {
  color: #3c4142;
  font-weight: 100;
}
.modal-body .modal-case {
  padding-top: 12px;
}
.modal-body .modal-case-label {
  color: #1f363c;
  font-family: "ff-tisa-web-pro", serif;
}
.modal-body .modal-case-number {
  color: #428f9f;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}
.modal-content {
  background-color: #ececec;
  border: 1px solid #ececec;
  border-radius: 2px;
  color: #135462;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 80px auto;
  }
}
.modal-header {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.modal-field {
  font-size: 16px;
  height: 50px;
  color: #798589;
  border: 4px solid #b9c1c3;
  border-radius: 0;
}
.modal-field:active,
.modal-field:focus {
  color: #798589;
}
.modal-field:active,
.modal-field:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.modal-footer {
  border-top: 0 none;
  padding-top: 41px;
  padding-bottom: 78px;
  text-align: center;
}
.modal-footer .modal-case {
  padding-top: 12px;
}
.modal-footer .modal-case-label {
  color: #1f363c;
  font-family: "ff-tisa-web-pro", serif;
}
.modal-footer .modal-case-number {
  color: #428f9f;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}
.modal-title {
  color: #135462;
  padding-top: 48px;
}
#case-submitted-modal .modal-footer {
  padding-top: 60px;
}
.ui-select-container {
  display: inline-block;
  width: 354px;
}
.ui-select-container.ui-select-auto-width {
  width: 100%;
}
.ui-select-container.borderless .btn-default-focus .ui-select-toggle {
  border: 0;
}
.ui-select-container.borderless .ui-select-toggle {
  border: 0;
}
.ui-select-container.borderless .ui-select-toggle .caret {
  top: 14px;
}
.ui-select-container.borderless input[type="text"] {
  border: 0;
}
.ui-select-container.ui-select-fixed .ui-select-match.ng-hide {
  display: block !important;
}
.ui-select-container input[type="text"] {
  border: 4px solid #798589;
  padding-left: 12px;
}
.ui-select-container .btn-default:hover,
.ui-select-container .btn-default:focus,
.ui-select-container .btn-default.focus,
.ui-select-container .btn-default:active,
.ui-select-container .btn-default.active {
  background-color: #fff;
}
.ui-select-container .btn-default-focus {
  outline: 0 solid #67aab7;
  box-shadow: 0 0 0 0.3px #ffffff, 0 0 3px 3px #67aab7;
}
.ui-select-container .btn-default-focus .ui-select-toggle {
  border: 4px solid #798589;
}
.ui-select-container .ui-select-placeholder {
  padding-left: 2px;
  text-transform: none;
  color: #999999;
}
.ui-select-container .ui-select-toggle {
  background: #ffffff;
  box-shadow: none!important;
  min-width: 330px;
  text-align: left;
  height: 50px;
  border-radius: 0;
  color: #798589;
  font-weight: 300;
  font-size: 16px;
  border: 4px solid #b9c1c3;
  font-family: "proxima-nova", sans-serif;
  min-width: 0;
}
.ui-select-container .ui-select-toggle.btn {
  padding: 0 0 0 10px;
}
.ui-select-container .ui-select-toggle.btn:active,
.ui-select-container .ui-select-toggle.btn:hover,
.ui-select-container .ui-select-toggle.btn:focus {
  color: #798589;
}
.ui-select-container .ui-select-toggle.btn:active .icon-arrow-down,
.ui-select-container .ui-select-toggle.btn:hover .icon-arrow-down,
.ui-select-container .ui-select-toggle.btn:focus .icon-arrow-down {
  color: #798589;
}
.ui-select-container .ui-select-toggle:active,
.ui-select-container .ui-select-toggle:focus {
  color: #798589;
}
.ui-select-container .ui-select-toggle:active,
.ui-select-container .ui-select-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #798589;
}
.ui-select-container .ui-select-toggle .icon-arrow-down {
  color: #b9c1c3;
  float: right;
  margin-right: 12px;
}
.ui-select-container .ui-select-toggle a {
  color: #798589;
}
.ui-select-container .ui-select-toggle + .dropdown-menu {
  background-color: #ececec;
  border: 0 none;
  margin-top: 15px;
  padding: 0;
  min-width: 330px;
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
.ui-select-container .ui-select-toggle + .dropdown-menu:before {
  content: ' ';
  background-color: #ececec;
  display: block;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 20px;
  top: -10px;
  -ms-transform: rotate(45deg);
  
  -webkit-transform: rotate(45deg);
  
  transform: rotate(45deg);
  z-index: 0;
}
.ui-select-container .ui-select-toggle + .dropdown-menu:before {
  right: -80%;
  z-index: -1;
}
.ui-select-container .ui-select-toggle + .dropdown-menu a {
  color: #798589;
}
.ui-select-container .ui-select-toggle + .dropdown-menu li {
  min-height: 65px;
}
.ui-select-container .ui-select-toggle + .dropdown-menu li:first-child a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-select-container .ui-select-toggle + .dropdown-menu li:last-child a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-select-container .ui-select-toggle + .dropdown-menu li a {
  font-weight: 100;
  padding: 21px 20px;
  border-top: 6px solid #ececec;
}
.ui-select-container .ui-select-toggle + .dropdown-menu li a:active,
.ui-select-container .ui-select-toggle + .dropdown-menu li a:hover {
  background-color: #428f9f;
  border-top: 6px solid #135462;
  color: #ffffff;
}
.ui-select-container .ui-select-toggle + .dropdown-menu li.divider {
  background-color: #b9c1c3;
  margin: 1px 0;
  min-height: 1px;
}
.ui-select-container .ui-select-toggle .caret {
  border: 0 none;
  position: absolute;
  height: 100%;
  top: 10px;
  right: 30px;
  margin-top: -2px;
}
.ui-select-container .ui-select-toggle .caret:before {
  display: inline-block;
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f100";
}
.ui-select-container .ui-select-toggle.btn {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 40px 0 10px;
}
.ui-select-container .ui-select-search {
  text-transform: none;
  letter-spacing: 1px;
  color: #798589;
  font-weight: 300;
  font-size: 16px;
}
.ui-select-container .ui-select-search a {
  color: #798589;
}
.ui-select-container .ui-select-match-text {
  color: #3c4142;
  padding-left: 2px;
  letter-spacing: 0;
  text-transform: none;
  width: 350px;
}
.ui-select-container .ui-select-match-text span {
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .ui-select-container {
    display: block;
    margin: 5px 0 5px 0;
    width: 100%;
  }
}
.ui-select-choices-group {
  margin-bottom: 0!important;
}
.ui-select-opaque .btn-default {
  background-color: #f0f2f2;
  border-color: #f0f2f2 !important;
  color: #798589;
}
.ui-select-opaque .btn-default:active,
.ui-select-opaque .btn-default:focus,
.ui-select-opaque .btn-default:hover {
  background-color: #f0f2f2;
}
.ui-select-opaque .ui-select-match-text {
  color: #798589;
}
.ui-select-title .ui-select-match-text {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 23px;
  color: #135462;
}
.ui-select-fonticon a span {
  position: relative;
  top: -6px;
}
.ui-select-fonticon [class*="icon-"]:before {
  color: #67aab7;
  width: 39px;
  height: 36px;
  font-size: 34px;
  text-align: center;
}
.ui-select-fonticon .active [class*="icon-"]:before {
  color: #a8d4d9;
}
.ui-select-fonticon button .icon-all::before {
  width: 1px;
}
.ui-select-fonticon .ui-select-match-text span {
  position: relative;
  top: -5px;
}
.ui-select-with-other {
  width: 354px;
}
@media (max-width: 992px) {
  .ui-select-with-other {
    display: block;
    margin: 5px 0 5px 0;
    width: 100%;
  }
}
.ui-select-with-other + input[type="text"],
.ui-select-with-other + label,
.ui-select-with-other + label > input[type="text"] {
  display: block;
  margin-top: 10px;
}
.ui-select-with-other + label > input[type="text"] {
  padding-left: 10px;
  width: 350px;
}
@media (max-width: 992px) {
  .ui-select-with-other + label > input[type="text"] {
    width: 100%;
  }
}
.ui-select-date {
  float: left;
  margin-right: 5px;
}
.ui-select-date button {
  width: 100%;
}
.ui-select-date input {
  width: 100%;
}
.ui-select-date ul {
  width: 100%;
}
@media (max-width: 992px) {
  .ui-select-date {
    width: 100%;
  }
  .ui-select-date button,
  .ui-select-date input,
  .ui-select-date ul {
    width: 100%;
  }
}
.ui-select-day {
  width: 92px;
}
.ui-select-month {
  width: 147px;
}
.ui-select-year {
  width: 105px;
}
.ui-select-day ul,
.ui-select-month ul,
.ui-select-year ul {
  min-width: 105px;
}
@media (max-width: 992px) {
  .ui-select-day,
  .ui-select-month,
  .ui-select-year {
    width: 100%;
  }
}
.ui-select-scroll ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.ui-select-scroll ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.ui-select-choices {
  background-color: #ececec;
  border: 0 none;
  max-height: 400px!important;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-select-bootstrap .ui-select-choices-row > a {
  padding: 3px 20px 3px 20px;
  word-break: break-all;
  white-space: normal;
  font-weight: 300;
  font-size: 16px;
  color: #798589;
}
.ui-select-bootstrap .ui-select-choices-row > a a {
  color: #798589;
}
.ui-select-bootstrap .ui-select-choices-row > a:focus {
  color: #798589;
}
.ui-select-bootstrap .ui-select-choices-row > a:focus a {
  color: #798589;
}
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #67aab7;
}
.ui-select-bootstrap .ui-select-choices-row.active > a:focus {
  color: #ffffff;
}
@media (max-width: 768px) {
  .ui-select-choices-row > a {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
  }
}
.warn.errors .ui-select-container .ui-select-toggle {
  border-color: #ffce00;
}
.error.errors .ui-select-container .ui-select-toggle,
.error.warn.errors .ui-select-container .ui-select-toggle {
  border-color: #cb5825;
}
.pagination {
  text-align: center;
}
.pagination .pagination-ctx {
  color: #798589;
  font-size: 16px;
  font-weight: 100;
}
.pagination .pagination-ctx .preposition {
  font-family: "ff-tisa-web-pro", serif;
  font-style: italic;
}
.pagination .pagination-nav {
  margin-bottom: 10px;
}
.pagination .pagination-nav .btn-text {
  letter-spacing: 1px;
  color: #798589;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  text-transform: none;
}
.pagination .pagination-nav .btn-text:active,
.pagination .pagination-nav .btn-text:hover,
.pagination .pagination-nav .btn-text:focus {
  color: #949ea1;
}
.pagination .pagination-nav .icon-arrow-left,
.pagination .pagination-nav .icon-arrow-right {
  color: #67aab7;
  padding: 0 0 0 3px;
}
.pagination .pagination-nav .icon-arrow-left {
  padding: 0 3px 0 0;
}
.pagination .pagination-nav .pagination-current,
.pagination .pagination-nav .pagination-page {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #798589;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}
.pagination .pagination-nav .pagination-current a,
.pagination .pagination-nav .pagination-page a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
}
.pagination .pagination-nav .pagination-current {
  background-color: #67aab7;
  color: #ffffff;
}
.tooltip .tooltip-arrow {
  border-top-color: #ececec !important;
}
.tooltip .tooltip-inner {
  background-color: #ececec;
  color: #1f363c;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.ng-aside {
  overflow-y: auto;
  overflow-x: hidden;
}
.ng-aside .modal-dialog {
  position: absolute;
  margin: 0;
  padding: 0;
}
.ng-aside.fade .modal-dialog {
  -o-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
  
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.ng-aside .modal-dialog .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  border-radius: 0;
}
.ng-aside.horizontal {
  height: 100%;
}
.ng-aside.horizontal .modal-dialog .modal-content {
  height: 100%;
}
.ng-aside.horizontal .modal-dialog {
  position: absolute;
  top: 0;
  height: 100%;
}
.modal-open .ng-aside.horizontal.left .modal-dialog {
  animation: fadeOutLeft 250ms;
  -webkit-animation: fadeOutLeft 250ms;
  -moz-animation: fadeOutLeft 250ms;
  -o-animation: fadeOutLeft 250ms;
  -ms-animation: fadeOutLeft 250ms;
}
.ng-aside.horizontal.left.in .modal-dialog {
  animation: fadeInLeft 400ms;
  -webkit-animation: fadeInLeft 400ms;
  -moz-animation: fadeInLeft 400ms;
  -o-animation: fadeInLeft 400ms;
  -ms-animation: fadeInLeft 400ms;
}
.ng-aside.horizontal.left .modal-dialog {
  left: 0;
}
.ng-aside.horizontal.right .modal-dialog {
  animation: fadeOutRight 400ms;
  -webkit-animation: fadeOutRight 400ms;
  -moz-animation: fadeOutRight 400ms;
  -o-animation: fadeOutRight 400ms;
  -ms-animation: fadeOutRight 400ms;
}
.ng-aside.horizontal.right.in .modal-dialog {
  animation: fadeInRight 250ms;
  -webkit-animation: fadeInRight 250ms;
}
.ng-aside.horizontal.right .modal-dialog {
  right: 0;
}
.ng-aside.vertical {
  width: 100% !important;
  overflow: hidden;
}
.ng-aside.vertical .modal-dialog {
  left: 0;
  right: 0;
  width: 100% !important;
}
.ng-aside.vertical .modal-dialog .modal-content {
  max-height: 400px;
}
.ng-aside.vertical.top .modal-dialog {
  animation: fadeOutUp 250ms;
  -webkit-animation: fadeOutUp 250ms;
  -moz-animation: fadeOutUp 250ms;
  -o-animation: fadeOutUp 250ms;
  -ms-animation: fadeOutUp 250ms;
}
.ng-aside.vertical.top.in .modal-dialog {
  animation: fadeInTop 250ms;
  -webkit-animation: fadeInTop 250ms;
  -moz-animation: fadeInTop 250ms;
  -o-animation: fadeInTop 250ms;
  -ms-animation: fadeInTop 250ms;
}
.ng-aside.vertical.bottom .modal-dialog {
  animation: fadeOutDown 250ms;
  -webkit-animation: fadeOutDown 250ms;
  -moz-animation: fadeOutDown 250ms;
  -o-animation: fadeOutDown 250ms;
  -ms-animation: fadeOutDown 250ms;
}
.ng-aside.vertical.bottom.in .modal-dialog {
  animation: fadeInBottom 250ms;
  -webkit-animation: fadeInBottom 250ms;
  -moz-animation: fadeInBottom 250ms;
  -o-animation: fadeInBottom 250ms;
  -ms-animation: fadeInBottom 250ms;
}
.ng-aside.vertical.bottom .modal-dialog {
  bottom: 0;
}
.ng-aside.vertical.top .modal-dialog {
  top: 0;
}
.ng-aside.vertical .modal-dialog .modal-content {
  width: 100%;
}
