.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.workspace-explorer .square-controller.theme1.lvl1 {
  background: #00B2B2;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme1.lvl2 {
  background: #00FEFF;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme1.lvl3 {
  background: #4CFEFE;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme1.lvl4 {
  background: #99FEFF;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme1.lvl5 {
  background: #a3feff;
  color: #FFF !important;
}
.theme1-background {
  background: #88F0FB;
}
.workspace-explorer .square-controller.theme2.lvl1 {
  background: #00205E;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme2.lvl2 {
  background: #00333A;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme2.lvl3 {
  background: #004f00;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme2.lvl4 {
  background: #4386ff;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme2.lvl5 {
  background: #85b6ff;
  color: #FFF !important;
}
.theme2-background {
  background: #88B7FC;
}
.workspace-explorer .square-controller.theme3.lvl1 {
  background: #12005F;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme3.lvl2 {
  background: #1B00A0;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme3.lvl3 {
  background: #2A00F1;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme3.lvl4 {
  background: #6643FF;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme3.lvl5 {
  background: #9F85FF;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme3-background {
  background: #A188FC;
}
.workspace-explorer .square-controller.theme4.lvl1 {
  background: #3E005F;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme4.lvl2 {
  background: #69009F;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme4.lvl3 {
  background: #A200F1;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme4.lvl4 {
  background: #C843FF;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme4.lvl5 {
  background: #FF85FF;
  color: #FFF !important;
}
.theme4-background {
  background: #E088FC;
}
.workspace-explorer .square-controller.theme5.lvl1 {
  background: #5E004D;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme5.lvl2 {
  background: #9F0082;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme5.lvl3 {
  background: #F000C9;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme5.lvl4 {
  background: #FF42E2;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme5.lvl5 {
  background: #FF84F1;
  color: #FFF !important;
}
.theme5-background {
  background: #FB88EE;
}
.workspace-explorer .square-controller.theme6.lvl1 {
  background: #600008;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme6.lvl2 {
  background: #A1000D;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme6.lvl3 {
  background: #F20015;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme6.lvl4 {
  background: #FE6476;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme6.lvl5 {
  background: #FF99A9;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme6-background {
  background: #FC889A;
}
.workspace-explorer .square-controller.theme7.lvl1 {
  background: #5E2800;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme7.lvl2 {
  background: #9E4500;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme7.lvl3 {
  background: #F06800;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme7.lvl4 {
  background: #FF9743;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme7.lvl5 {
  background: #FFBE85;
  color: #FFF !important;
}
.theme7-background {
  background: #FCBE88;
}
.workspace-explorer .square-controller.theme8.lvl1 {
  background: #5F4000;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme8.lvl2 {
  background: #A06A00;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme8.lvl3 {
  background: #F2A300;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme8.lvl4 {
  background: #FFC744;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme8.lvl5 {
  background: #FFE185;
  color: #FFF !important;
}
.theme8-background {
  background: #FCE088;
}
.workspace-explorer .square-controller.theme9.lvl1 {
  background: #4E5F00;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme9.lvl2 {
  background: #84A000;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme9.lvl3 {
  background: #B7DB00;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme9.lvl4 {
  background: #D3F400;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme9.lvl5 {
  background: #E3FF0D;
  color: #FFF !important;
}
.theme9-background {
  background: #EFFC88;
}
.workspace-explorer .square-controller.theme10.lvl1 {
  background: #206000;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme10.lvl2 {
  background: #36A100;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme10.lvl3 {
  background: #51F200;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme10.lvl4 {
  background: #89FF43;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme10.lvl5 {
  background: #B6FF85;
  color: #FFF !important;
}
.theme10-background {
  background: #B7FC88;
}
.workspace-explorer .square-controller.theme11.lvl1 {
  background: #005F10;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme11.lvl2 {
  background: #00A01B;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme11.lvl3 {
  background: #00F22B;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme11.lvl4 {
  background: #44FF64;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme11.lvl5 {
  background: #85FF9F;
  color: #FFF !important;
}
.theme11-background {
  background: #88FCA1;
}
.workspace-explorer .square-controller.theme12.lvl1 {
  background: #005F40;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme12.lvl2 {
  background: #00A06A;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme12.lvl3 {
  background: #00F2A3;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme12.lvl4 {
  background: #44FFC7;
  color: #FFF !important;
}
.workspace-explorer .square-controller.theme12.lvl5 {
  background: #85FFE1;
  color: #FFF !important;
}
.theme12-background {
  background: #88FCE0;
}
.icon-square-theme1-lvl1 {
  background: #00B2B2;
  color: #FFF !important;
}
.icon-square-theme1-lvl2 {
  background: #00FEFF;
  color: #FFF !important;
}
.icon-square-theme1-lvl3 {
  background: #4CFEFE;
  color: #FFF !important;
}
.icon-square-theme1-lvl4 {
  background: #99FEFF;
  color: #FFF !important;
}
.icon-square-theme1-lvl5 {
  background: #a3feff;
  color: #FFF !important;
}
.icon-square-theme1-background {
  background: #88F0FB;
}
.icon-square-theme2-lvl1 {
  background: #00205E;
  color: #FFF !important;
}
.icon-square-theme2-lvl2 {
  background: #00333A;
  color: #FFF !important;
}
.icon-square-theme2-lvl3 {
  background: #004f00;
  color: #FFF !important;
}
.icon-square-theme2-lvl4 {
  background: #4386ff;
  color: #FFF !important;
}
.icon-square-theme2-lvl5 {
  background: #85b6ff;
  color: #FFF !important;
}
.icon-square-theme2-background {
  background: #88B7FC;
}
.icon-square-theme3-lvl1 {
  background: #12005F;
  color: #FFF !important;
}
.icon-square-theme3-lvl2 {
  background: #1B00A0;
  color: #FFF !important;
}
.icon-square-theme3-lvl3 {
  background: #2A00F1;
  color: #FFF !important;
}
.icon-square-theme3-lvl4 {
  background: #6643FF;
  color: #FFF !important;
}
.icon-square-theme3-lvl5 {
  background: #9F85FF;
  color: #FFF !important;
}
.icon-square-theme3-background {
  background: #A188FC;
}
.icon-square-theme4-lvl1 {
  background: #3E005F;
  color: #FFF !important;
}
.icon-square-theme4-lvl2 {
  background: #69009F;
  color: #FFF !important;
}
.icon-square-theme4-lvl3 {
  background: #A200F1;
  color: #FFF !important;
}
.icon-square-theme4-lvl4 {
  background: #C843FF;
  color: #FFF !important;
}
.icon-square-theme4-lvl5 {
  background: #FF85FF;
  color: #FFF !important;
}
.icon-square-theme4-background {
  background: #E088FC;
}
.icon-square-theme5-lvl1 {
  background: #5E004D;
  color: #FFF !important;
}
.icon-square-theme5-lvl2 {
  background: #9F0082;
  color: #FFF !important;
}
.icon-square-theme5-lvl3 {
  background: #F000C9;
  color: #FFF !important;
}
.icon-square-theme5-lvl4 {
  background: #FF42E2;
  color: #FFF !important;
}
.icon-square-theme5-lvl5 {
  background: #FF84F1;
  color: #FFF !important;
}
.icon-square-theme5-background {
  background: #FB88EE;
}
.icon-square-theme6-lvl1 {
  background: #600008;
  color: #FFF !important;
}
.icon-square-theme6-lvl2 {
  background: #A1000D;
  color: #FFF !important;
}
.icon-square-theme6-lvl3 {
  background: #F20015;
  color: #FFF !important;
}
.icon-square-theme6-lvl4 {
  background: #FE6476;
  color: #FFF !important;
}
.icon-square-theme6-lvl5 {
  background: #FF99A9;
  color: #FFF !important;
}
.icon-square-theme6-background {
  background: #FC889A;
}
.icon-square-theme7-lvl1 {
  background: #5E2800;
  color: #FFF !important;
}
.icon-square-theme7-lvl2 {
  background: #9E4500;
  color: #FFF !important;
}
.icon-square-theme7-lvl3 {
  background: #F06800;
  color: #FFF !important;
}
.icon-square-theme7-lvl4 {
  background: #FF9743;
  color: #FFF !important;
}
.icon-square-theme7-lvl5 {
  background: #FFBE85;
  color: #FFF !important;
}
.icon-square-theme7-background {
  background: #FCBE88;
}
.icon-square-theme8-lvl1 {
  background: #5F4000;
  color: #FFF !important;
}
.icon-square-theme8-lvl2 {
  background: #A06A00;
  color: #FFF !important;
}
.icon-square-theme8-lvl3 {
  background: #F2A300;
  color: #FFF !important;
}
.icon-square-theme8-lvl4 {
  background: #FFC744;
  color: #FFF !important;
}
.icon-square-theme8-lvl5 {
  background: #FFE185;
  color: #FFF !important;
}
.icon-square-theme8-background {
  background: #FCE088;
}
.icon-square-theme9-lvl1 {
  background: #4E5F00;
  color: #FFF !important;
}
.icon-square-theme9-lvl2 {
  background: #84A000;
  color: #FFF !important;
}
.icon-square-theme9-lvl3 {
  background: #B7DB00;
  color: #FFF !important;
}
.icon-square-theme9-lvl4 {
  background: #D3F400;
  color: #FFF !important;
}
.icon-square-theme9-lvl5 {
  background: #E3FF0D;
  color: #FFF !important;
}
.icon-square-theme9-background {
  background: #EFFC88;
}
.icon-square-theme10-lvl1 {
  background: #206000;
  color: #FFF !important;
}
.icon-square-theme10-lvl2 {
  background: #36A100;
  color: #FFF !important;
}
.icon-square-theme10-lvl3 {
  background: #51F200;
  color: #FFF !important;
}
.icon-square-theme10-lvl4 {
  background: #89FF43;
  color: #FFF !important;
}
.icon-square-theme10-lvl5 {
  background: #B6FF85;
  color: #FFF !important;
}
.icon-square-theme10-background {
  background: #B7FC88;
}
.icon-square-theme11-lvl1 {
  background: #005F10;
  color: #FFF !important;
}
.icon-square-theme11-lvl2 {
  background: #00A01B;
  color: #FFF !important;
}
.icon-square-theme11-lvl3 {
  background: #00F22B;
  color: #FFF !important;
}
.icon-square-theme11-lvl4 {
  background: #44FF64;
  color: #FFF !important;
}
.icon-square-theme11-lvl5 {
  background: #85FF9F;
  color: #FFF !important;
}
.icon-square-theme11-background {
  background: #88FCA1;
}
.icon-square-theme12-lvl1 {
  background: #005F40;
  color: #FFF !important;
}
.icon-square-theme12-lvl2 {
  background: #00A06A;
  color: #FFF !important;
}
.icon-square-theme12-lvl3 {
  background: #00F2A3;
  color: #FFF !important;
}
.icon-square-theme12-lvl4 {
  background: #44FFC7;
  color: #FFF !important;
}
.icon-square-theme12-lvl5 {
  background: #85FFE1;
  color: #FFF !important;
}
.icon-square-theme12-background {
  background: #88FCE0;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clearfix:after,
.nav:after {
  content: "";
  display: table;
  clear: both;
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.rh-location-bar div,
.rh-location-bar span,
.rh-location-bar a {
  float: left;
}
body,
label,
.checkbox label {
  font-weight: 300;
}
.filtered-by-onlyforme {
  display: none;
}
input[type=text].yellow,
.yellow {
  background: #FFFFCC;
}
label.disciplines {
  font-size: 13.333px;
  float: left;
  padding-top: 2px;
  text-align: right;
}
html,
body {
  width: 100%;
}
body {
  margin: 0px;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
body .ui-widget {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a img {
  border: 0px;
}
textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.italic {
  font-style: italic;
}
.hidden {
  display: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-border {
  border: none !important;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: relative;
  overflow: visible;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
}
a.btn-link {
  text-decoration: underline;
  color: #23527c;
}
.btn-upload {
  display: none;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  background: #FFF;
  border: 1px solid #ccc;
}
.lookandfeel .theme_logo_header .deleteAttachment img,
.lookandfeel .theme_logo_login .deleteAttachment img,
.deleteAttachment img,
.deleteMarketingAttachment img {
  width: 32px;
}
.toggable-items-table.list tr.alternating:nth-child(4n),
.toggable-items-table.list tr.alternating:nth-child(4n-1) {
  background: #EAEAEA;
}
.plain-items-table.list tr.alternating:nth-child(2n),
.skyview tr.alternating:nth-child(2n),
.summary tr.alternating:nth-child(2n) {
  background: #EAEAEA;
}
.table.list,
.table.skyview,
.table.summary {
  border: 1px solid #EAEAEA;
  border-top: none;
}
.admin-right.modules .table.list.plain-items-table {
  border: none;
}
.admin-right.modules .module-container .list-header-right {
  width: 200px;
}
strong {
  font-weight: 700;
}
.bootstrap-datetimepicker-widget ul,
.bootstrap-datetimepicker-widget ol {
  list-style-type: none;
}
.btn.btn-success,
.btn.btn-green {
  background: none repeat scroll 0 0 #32CC32;
  color: #333333;
  font-weight: bold;
  border: none;
}
.btn.cancel,
.btn.btn-cancel,
.btn.btn-success,
.btn.btn-green {
  font-size: 14px;
  height: 25px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
  border: 0;
}
.btn.full-width {
  width: 100%;
}
.btn.toggle-all {
  font-size: 14px;
  padding: 3px 25px 2px 25px;
  margin: 0px;
}
.btn-blue {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-blue:hover {
  color: #fff;
}
.btn-action {
  width: 150px;
}
.btn-default {
  background: none repeat scroll 0 0 #BABABA;
  min-width: 75px;
}
.btn-small {
  background: none repeat scroll 0 0 #BABABA;
}
.btn.btn-create-new {
  background: #32CBCC;
}
.btn.btn-print {
  background: #BABABA;
}
.btn.btn-create-new,
.btn.btn-print {
  font-size: 14px;
  height: 25px;
  padding-top: 3px;
  margin-left: 7px;
}
.nav {
  margin: 0;
}
.nav > li {
  float: left;
}
.dropdown-menu {
  font-size: 12px;
  left: -120px;
}
.rh-menu {
  height: 35px;
}
.rh-menu .dropdown-menu,
.layout-header-menu-top .dropdown-menu {
  left: 0px;
}
.rh-container {
  width: 1024px;
  padding: 0px 5px;
  margin: 0 auto;
}
div.search {
  position: relative;
  width: 205px;
  height: 26px;
  float: left;
}
div.search .input {
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  background: #FFF;
  border: 1px solid #ccc;
  width: 205px;
  height: 26px;
}
div.search .icon {
  font-family: 'FontAwesome';
  color: #000!important;
  width: 26px;
  height: 26px;
  background: transparent !important;
  border: 0px;
  position: absolute;
  top: 0;
  right: 0;
}
span.arrow-down {
  background: url("../images/common/arrow_down_black.png");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
.row-separator {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#loginLeft,
.login-container {
  width: 755px;
  margin: auto;
}
.login-left {
  width: 500px;
  float: left;
}
.login-right:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.login-right {
  float: right;
  height: 400px;
  width: 210px;
}
.login-right img {
  display: inline-block;
  vertical-align: middle;
  max-height: 400px;
  max-width: 205px;
}
.rh-container-login {
  margin-top: 60px;
}
.rh-container-login .btn-default {
  background: none repeat scroll 0 0 #D4D4D4;
}
.rh-container-login .btn {
  width: 220px;
}
.rh-container-login .txt-xsmall {
  font-size: 10px;
}
.rh-container-login #loginForm {
  float: left;
  width: 230px;
}
.rh-container-login .system-notification {
  border: 1px solid #777777;
  float: right;
  margin-right: 16px;
  padding: 0 5px;
  width: 230px;
}
.rh-logo-small {
  float: left;
}
.rh-logo-small img {
  width: 175px;
}
.rh-header {
  width: 100%;
  background: #FFF;
}
.rh-header .rh-container,
.rh-header .workspace-title {
  background: #EAEAEA;
}
.rh-header-inner {
  padding: 10px;
}
.rh-header-inner-left {
  padding: 12px 0;
  margin-right: 10px;
  width: 200px;
  float: left;
}
.rh-header-inner-left img {
  width: 200px;
}
.rh-header-inner-middle {
  width: 720px;
  float: right;
}
.rh-header-inner-middle .top-right-menu {
  float: right;
  display: inline-block;
}
.rh-header-inner-middle .top-right-menu img {
  width: 130px;
  margin: 5px 10px 0px 0px;
}
.rh-header-inner-middle .title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 5px;
  max-width: 510px;
  padding: 3px;
  display: inline-block;
}
.rh-header-inner-middle567 .breadcrumbs a {
  color: #0088CC;
}
.navbar-workspaces {
  margin-left: 284px;
  bottom: 0px;
  width: 620px;
}
.navbar-workspaces li.homepage-tab {
  width: 190px;
}
.navbar-workspaces > li {
  background: #D4D4D4;
  color: #717171;
  margin-right: 4px;
  border-radius: 5px 5px 0 0;
  height: 35px;
  min-width: 85px;
  text-align: left;
}
.navbar-workspaces > li.active {
  background: #FFFFFF;
  z-index: 100;
}
.navbar-workspaces > li > a {
  color: #717171;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  padding: 9px 15px 1px 10px;
  vertical-align: middle;
  border-radius: 5px 5px 0 0;
}
.navbar-workspaces > li > a .caret {
  position: absolute;
  right: 15px;
  top: 8px;
  display: none;
}
.navbar-workspaces > li:hover,
.navbar-workspaces > li:focus {
  background: #FFFFFF;
}
.navbar-workspaces > li > a:hover {
  background: #FFFFFF;
  color: #333333;
}
.navbar-workspaces > li > a:focus {
  background: #FFFFFF;
  color: #333333;
}
.navbar-workspaces li.active > a {
  color: #333333;
}
.workspace-explorer {
  min-width: 285px;
  background: #FFF;
  font-size: 12px;
  padding: 10px;
  overflow-y: scroll;
}
.workspace-explorer .ui-resizable-se,
.workspace-explorer .ui-resizable-s {
  display: none !important;
}
.workspace-explorer .ui-resizable-e {
  right: 0px;
}
.workspace-explorer .square-controller {
  width: 20px;
  height: 20px;
  background: #eee;
  float: left;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 25px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 25px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 25px;
}
.workspace-explorer .favorite {
  display: block;
  float: right;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
  margin-top: 2px;
}
.workspace-explorer .favorite.active a {
  background: url("../images/common/ico_fav_active.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.workspace-explorer .favorite.inactive a {
  background: url("../images/common/ico_fav_inactive.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.workspace-explorer .workspace-container {
  line-height: 20px;
  margin-bottom: 5px;
  height: 20px;
  overflow: hidden;
}
.workspace-explorer .child-container {
  display: none;
}
.workspace-explorer .workspace-container.level-1 {
  padding-left: 0px;
}
.workspace-explorer .workspace-container.level-2 {
  padding-left: 21px;
}
.workspace-explorer .workspace-container.level-3 {
  padding-left: 42px;
}
.workspace-explorer .workspace-container.level-4 {
  padding-left: 63px;
}
.workspace-explorer .workspace-container.level-5 {
  padding-left: 84px;
}
.workspace-explorer-icon {
  float: left;
  margin-left: 25px;
  margin-right: 10px;
  border-radius: 5px;
  height: 32px;
  background-color: #4A67C7;
}
.workspace-explorer-icon a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}
.workspace-explorer-icon div {
  height: 32px;
  border-radius: 5px;
  display: table-cell;
  padding: 5px 13px 5px 5px;
}
.workspace-explorer-icon div img {
  height: 22px;
  width: 22px;
}
.workspace-explorer-icon div span,
.workspace-explorer-icon div img {
  vertical-align: middle;
}
.workspace-explorer .btn-explorer {
  background: none repeat scroll 0 0 #9b9b9b;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  padding: 0;
  min-width: 20px;
  width: 20px;
  margin-right: 1px;
}
.workspace-explorer .btn-explorer:hover {
  background: none repeat scroll 0 0 #9b9b9b;
  color: #ff0000 !important;
}
.workspace-explorer .btn-filter-level.active {
  color: #ff0000;
}
.workspace-explorer .rh-menu-skyview {
  margin-bottom: 10px;
}
.workspace-explorer .rh-menu-skyview .search {
  width: 100%;
}
.workspace-explorer .rh-menu-skyview .input {
  float: right;
  right: 25px;
  width: 110px;
  position: absolute;
}
.workspace-explorer .rh-menu-skyview .icon {
  right: 25px;
}
.rh-menu-options .clearfix,
.rh-menu-options .nav {
  margin-top: 10px;
  margin-bottom: 5px;
}
.workspace-explorer .skyview-icon {
  width: 32px;
}
.workspace-explorer .skyview-icon img {
  width: 32px;
  float: left;
}
.workspace-explorer .btn-skyview {
  width: 104px;
  height: 22px;
  padding: 0px;
  background: #ffffff;
  margin-top: 3px;
}
.workspace-explorer .workspaces-by-name {
  display: none;
}
.workspace-explorer .workspace-name.active {
  font-weight: 700;
}
.workspace_explorer_button_new {
  position: static;
  bottom: 10px;
}
.layout-header-menu-top > li > a {
  padding: 0px 15px;
  line-height: 20px;
  font-size: 14px;
}
.workspace-left {
  width: 270px;
  margin-right: 14px;
  float: left;
  min-height: 100px;
}
.workspace-left .marginize-ho-em-1 {
  margin-top: 10px;
}
.workspace-left .thumbworkspace {
  width: 270px;
}
.workspace-left img {
  max-width: 270px;
}
.workspace-right {
  width: 730px;
  float: left;
}
.workspace-home-container {
  padding: 10px 0;
}
.workspace-home-container .title {
  background: none repeat scroll 0 0 #D4D4D4;
  font-weight: bold;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
}
.form-title {
  background: #5D5D5D;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 10px 0;
  padding-left: 10px;
}
.workspace-home-container .title.toggable,
.skyview-container .title.toggable {
  background: #5D5D5D;
  color: #FFF;
}
.workspace-home-container .title.toggable img,
.skyview-container .title.toggable img {
  width: 22px;
  float: left;
  margin-right: 10px;
}
.workspace-home-title-text {
  color: #FFF;
  float: left;
  margin-right: 5px;
  width: 585px;
  background: none repeat scroll 0 0 #669899;
  height: 22px;
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
}
.workspace-home-title-btn {
  float: right;
  width: 140px;
}
.workspace-home-title-btn .btn {
  font-size: 14px;
  padding: 3px 5px 2px;
  margin-bottom: 0px;
}
.workspace-home-title-btn a {
  width: 100%;
}
.skyview-left {
  width: 279px;
  margin-right: 5px;
  float: left;
  min-height: 100px;
}
.skyview-left img {
  min-width: 145px;
  max-width: 190px;
}
.skyview-right {
  width: 730px;
  float: left;
}
.skyview-container .title {
  background: none repeat scroll 0 0 #669899;
  color: #FFF;
  font-weight: 700;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.title.toggable img {
  width: 22px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.skyview-title-text {
  color: #FFF;
  float: left;
  margin-right: 5px;
  width: 100%;
  background: none repeat scroll 0 0 #5D5D5D;
  height: 22px;
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
}
.summary-container table,
.skyview-container table,
.list-container table {
  width: 100%;
  border-collapse: collapse;
}
.list-container table {
  margin-top: 5px;
}
.summary-container table tr,
.skyview-container table tr,
.list-container table tr {
  width: 100%;
}
.tablesorter-header-inner {
  padding: 6px 5px 5px 0px;
}
.toggable-icon .tablesorter-header-inner {
  padding: 2px 0px 1px 0px;
}
.toggable-icon img {
  vertical-align: middle;
}
.list-container table th {
  color: #FFF;
  text-align: left;
  padding: 0px 10px;
  background: #5D5D5D;
}
.list-container table th .fa-sort {
  margin-top: -5px;
}
.list-container .toggled {
  border-bottom: none !important;
}
.list-container .toggable-icon {
  width: 12px;
  cursor: pointer;
}
.list-container .toggable-icon img {
  width: 22px;
}
.list-container .edit-permissions th,
.list-container .edit-permissions td {
  text-align: center;
}
.toggable-row {
  display: none;
}
.toggled-child {
  display: table-row;
}
.summary-container table td,
.skyview-container table td,
.list-container table td {
  height: 40px;
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
}
.summary-container table td .read-container input[type="checkbox"],
.skyview-container table td .read-container input[type="checkbox"],
.list-container table td .read-container input[type="checkbox"] {
  float: right;
}
.summary-container table td.list-menu,
.skyview-container table td.list-menu,
.list-container table td.list-menu {
  padding: 8px 10px 7px;
}
.list-container table tr.toggable-row {
  padding: 5px 0px;
}
.list-container table tr td.editable div {
  display: none;
}
.list-container table tr td div.edit-menu {
  display: none;
}
.list-menu {
  width: 30px;
}
.list-menu img {
  padding: 2px 0px 1px;
  vertical-align: middle;
  width: 22px;
}
.list-menu ul > li.dropdown,
.list-menu ul > li.dropdown:focus,
.list-menu ul > li.dropdown:hover {
  padding: 0px;
}
.list-menu ul > li.dropdown > a.dropdown-toggle,
.list-menu ul > li.dropdown > a.dropdown-toggle:focus,
.list-menu ul > li.dropdown > a.dropdown-toggle:hover {
  width: 42px;
  height: 25px;
  padding: 0px 10px;
  background: #bababa;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 5px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 5px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 5px;
}
.list-menu ul > li.dropdown > a.dropdown-toggle .caret,
.list-menu ul > li.dropdown > a.dropdown-toggle:focus .caret,
.list-menu ul > li.dropdown > a.dropdown-toggle:hover .caret {
  margin-left: 7px;
  top: 5px;
}
.module-container {
  padding-top: 7px;
}
.module-search-wrapper {
  position: relative;
  width: 200px;
  height: 26px;
}
.workspace-home-container input.module-search,
.module-container input.module-search,
.admin-container input.module-search,
.workspace-home-container input.module-server-search,
.module-container input.module-server-search,
.admin-container input.module-server-search {
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  background: #FFF;
  border: 1px solid #ccc;
  width: 200px;
  height: 22px;
}
.workspace-home-container .module-search-icon,
.module-container .module-search-icon,
.admin-container .module-search-icon {
  font-family: 'FontAwesome';
  width: 26px;
  height: 26px;
  background: transparent;
  border: 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.admin-container .admin-workspaces .workspace-container::after {
  content: "";
  background-color: #CCCCCC;
  bottom: -1px;
  height: 1px;
  margin-left: 45px;
  position: absolute;
}
.admin-container .admin-workspaces .level-1.workspace-container::after {
  width: 505px;
}
.admin-container .admin-workspaces .level-2.workspace-container::after {
  width: 484px;
}
.admin-container .admin-workspaces .level-3.workspace-container::after {
  width: 463px;
}
.admin-container .admin-workspaces .level-4.workspace-container::after {
  width: 442px;
}
.admin-container .admin-workspaces .level-5.workspace-container::after {
  margin-left: 24px;
  width: 442px;
}
.admin-container .list-header-right {
  float: right;
}
.admin-container .module-container .list-header-right {
  width: 300px;
}
.admin-container .groups form .list-header-right {
  width: 200px;
}
.admin-container .groups .list-header-right {
  width: 380px;
}
.admin-container #frm-change-files-security {
  width: 500px;
}
.admin-container #frm-change-files-security h2 {
  padding-top: 20px;
  margin-bottom: 5px;
}
.admin-container #frm-change-files-security input {
  margin: 0 4px;
}
.admin-container #frm-change-files-security label {
  vertical-align: top;
}
.module-container .list-header-left {
  float: left;
  margin-right: 10px;
}
.module-container .list-header-middle {
  float: left;
  margin-right: 10px;
}
.module-container .list-header-right {
  float: right;
  width: 390px;
}
.module-container .list-header-right .pull-right {
  margin-top: 20px;
}
.module-container .list-header-right .btn {
  float: right;
  width: auto;
}
.module-container.submittals .list-header-right,
.module-container.rfis .list-header-right {
  width: 335px;
}
.module-container.submittals .list-header-left,
.module-container.rfis .list-header-left {
  margin-right: 0px;
}
.list-header-left .arrow-download {
  background-image: url('/images/common/arrow_left_down.jpg');
  margin-left: 55px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: -10px;
}
.arrow-download.left {
  margin-left: 12px;
}
.module-container .list .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.module-container .action-btn {
  float: right;
  margin-top: -20px;
}
.module-container #drawingPDFSetSwitcher,
.module-container #drawingPDFDisciplineSwitcher {
  height: 26px;
  font-size: 14px;
  font-weight: bold;
}
.module-container .list .view-switcher {
  float: right;
}
.module-container .list .view-switcher a i {
  width: 34px;
  height: 26px;
  background-color: #ccc;
  text-align: center;
  line-height: 26px;
  border: 1px solid #ccc;
  display: inline-block;
}
.module-container .list .view-switcher a i img {
  margin-top: 4px;
}
.module-container .list .view-switcher a:first-child i {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.module-container .list .view-switcher a:last-child i {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.module-container .list .view-switcher a.active i {
  background: none;
}
.module-container .days-left {
  height: 24px;
  width: 40px;
}
.module-container .days-left .indicator {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  height: 100%;
  padding-right: 4px;
  padding-top: 4px;
  text-align: right;
  vertical-align: middle;
}
.module-container .days-left .positive {
  background: #00B200;
}
.module-container .days-left .negative {
  background: #FF0000;
}
.module-container .days-left .neutral {
  background: #FDA701;
}
.module-container.action .action-title,
.module-container .list.header.cf .list-header-left .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  max-height: 35px;
}
.module-container .list.header.cf {
  margin-top: 20px;
}
.users .module-container .list.header.cf {
  margin-top: 0px;
}
.module-container.action form {
  margin-top: 20px;
}
.module-container.action .form-row,
.admin-action.action .form-row {
  margin-bottom: 10px;
}
.module-container.action .label,
.admin-action.action .label {
  float: left;
  width: 120px;
  margin-right: 10px;
  min-height: 10px;
  font-weight: 700;
}
.module-container.action .control,
.admin-action.action .control {
  float: left;
  width: 400px;
  min-height: 10px;
  max-width: 100%;
}
.module-container.action .inclusion {
  float: left;
  width: 700px;
  min-height: 10px;
  max-width: 100%;
}
.admin-action.action .form-row.multiple > .form-row {
  padding-left: 20px;
}
.admin-action.action .form-row.multiple > .form-row .control {
  width: 150px;
}
#formworkspaces.admin-action.action .users .control {
  width: 660px;
}
#formworkspaces.admin-action.action .users .label {
  padding-top: 45px;
}
#formworkspaces .edit-more-info-workspace {
  display: table-row;
}
#formworkspaces .edit-more-info-workspace .left,
#formworkspaces .edit-more-info-workspace .right {
  display: table-cell;
  float: none;
  margin-right: 0px;
  border: 1px solid;
  min-height: 100%;
  height: 100%;
}
#formworkspaces .edit-more-info-workspace .attachment-container img {
  max-width: 275px;
  margin-bottom: 20px;
}
#formworkspaces .edit-more-info-workspace .image-instruction-text {
  margin-top: 20px;
  float: right;
  margin-right: 20px;
}
#formworkspaces .edit-more-info-workspace .left {
  width: 285px;
}
#formworkspaces .edit-more-info-workspace .left .trumbowyg-editor,
#formworkspaces .edit-more-info-workspace .left .trumbowyg-editor,
#formworkspaces .edit-more-info-workspace .left .trumbowyg-box {
  min-height: 180px;
}
#formworkspaces .edit-more-info-workspace .left .form-row {
  width: 285px;
  padding: 5px;
}
#formworkspaces .edit-more-info-workspace .left .image-container {
  display: inline-block;
}
#formworkspaces .edit-more-info-workspace .right {
  padding-top: 15px;
}
#formworkspaces .edit-more-info-workspace .right .introduction {
  display: flex;
}
#formworkspaces .workspace-btn-actions {
  margin-top: 20px;
}
.btn-actions {
  text-align: center;
}
.btn-actions p {
  display: inline-block;
}
#formworkspaces .alert i,
.unit .alert i {
  float: left;
  font-size: 60px;
  font-family: 'Times New Roman';
  height: 50px;
  padding-right: 25px;
}
#formworkspaces .alert div,
.unit .alert div {
  padding-top: 10px;
}
.module-container.action form .label label,
.admin-action.action form .label label {
  font-weight: 700 !important;
}
.module-container.action form input[type=text],
.module-container.action form input[type=password],
.module-container.action form input[type=email],
.module-container.action form textarea,
.module-container.action form select {
  color: #333333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 400px;
  max-width: 100%;
}
.module-container.action form select[name=country] {
  width: 200px;
  max-width: 200px;
}
.admin-action.action form input[type=text],
.admin-action.action form input[type=password],
.admin-action.action form input[type=email],
.admin-action.action form textarea,
.admin-action.action form select {
  width: 400px;
  max-width: 100%;
}
.module-container.action .buttons,
.admin-action.action .buttons {
  margin-top: 20px;
}
span.required {
  color: #FF0000;
}
.attachment-container img {
  max-width: 50%;
  float: left;
}
.attachment-container div {
  padding-left: 10px;
  max-width: 42%;
  float: left;
}
.rh-thumbnail {
  background: #FFFFFF;
  border: 1px solid #9b9b9b;
}
#loginForm input[type="text"],
#loginForm input[type="password"] {
  width: 220px;
}
#loginLogo {
  width: 500px;
}
.auth-content {
  padding: 30px 0px 0px 15px;
}
label.txt-xsmall {
  font-size: 11px;
}
.filter-container {
  margin-bottom: 10px;
  display: inline-block;
}
.filter-container select.filter-smart {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 5px 1px 5px;
}
.filtered-by-level {
  display: none;
}
.filtered-by-search {
  display: none;
}
.filtered-by-favorite {
  display: none;
}
.filtered-by-discipline {
  display: none;
}
.filtered-by-thisworkspace {
  display: none;
}
.filtered-by-status {
  display: none;
}
/*** Announcements ***/
.announcements.container table tr.status-unread .subject {
  font-weight: bold;
}
.announcements.container table tr.status-unread .announcement_title {
  font-weight: bold;
}
.announcements.container table tr .flag-container {
  cursor: pointer;
  height: 100%;
}
.announcements.container table tr .flag-container.flagged svg {
  fill: #FF0000;
  float: left;
}
.announcements.container table tr .flag-container svg {
  fill: #D4D4D4;
  float: left;
}
.list-container.announcements .read-container input[type="checkbox"] {
  float: left;
}
/***
** Emails
**/
.list-container.emails {
  max-height: 300px;
  overflow-y: auto;
}
.list-container.emails tr {
  cursor: pointer;
}
.email_preview_container {
  border: 1px solid #000;
  min-height: 250px;
  padding: 5px;
  width: 100%;
}
.email_preview_container iframe {
  width: 100%;
  height: 250px;
}
.new-sheet {
  background-color: #FF0000;
  color: #FFFFFF;
  font-weight: 600;
  padding: 3px 3px;
  text-align: center;
}
.drawingpdf-pending-container {
  width: 100%;
}
.drawingpdf-pending-container .left {
  float: left;
  width: 200px;
}
.icon {
  width: 24px;
}
.drawingpdf-pending-container .left textarea {
  width: 100%;
}
.drawingpdf-pending-container .right {
  float: right;
  width: 800px;
}
.drawingpdfs.container .grid {
  padding-top: 20px;
}
.drawningpdf-pending-header {
  height: 30px;
  line-height: 30px;
}
.module-container .list-container .grid {
  width: 100%;
}
.module-container .list-container .grid .grid-column {
  width: 300px;
  height: 200px;
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
  overflow: hidden;
}
.module-container .list-container .grid .grid-column.last {
  margin-right: 0px;
}
.module-container .list-container .grid .grid-column .grid-header {
  margin-bottom: 10px;
}
.module-container .list-container .grid .grid-column .checkbox {
  float: left;
  width: 30px;
}
.module-container .list-container .grid .grid-column .title {
  font-weight: bold;
  float: left;
  text-align: left;
  width: 260px;
}
.module-container .list-container .grid .grid-column img {
  max-height: 170px;
  max-width: 275px;
}
.unit {
  width: 100%;
}
.unit .left.title,
.unit .left .title,
.unit .pull-left.title {
  font-weight: bold;
  padding-top: 7px;
}
.unit .left {
  width: 160px;
  float: left;
  margin-left: 10px;
}
.unit .right {
  width: 840px;
  float: left;
}
.unit-users-selector .user-selector > div {
  width: 380px;
  float: left;
}
.unit-users-selector .user-selector .left {
  margin-right: 10px;
}
.unit-users-selector .user-selector .users-container {
  width: 100%;
  margin-top: 0px;
}
.unit-users-selector .user-selector .users-container .content {
  height: 200px;
  overflow-y: auto;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.unit-users-selector .user-selector .users-container ol {
  margin: 0px;
}
.unit-users-selector .user-selector .users-container .notification_selector_original {
  border-left: 7px solid red;
}
.unit-users-selector .user-selector .users-container .notification_selector_selected {
  border-left: 7px solid #32CC32;
}
.unit-users-selector .user-selector .user-unit-container {
  border: none;
  width: 100%;
  overflow-y: auto;
}
.unit-users-selector .user-selector .header {
  background: #5D5D5D;
  color: #FFF;
  font-weight: 700;
}
.unit-users-selector .user-selector .actions {
  width: 40px;
  float: left;
  margin: 0px 2px;
  padding-top: 100px;
  height: 200px;
}
.unit-users-selector .user-selector .user-unit-container {
  padding: 5px 10px;
}
.unit-users-selector .user-selector .header {
  padding: 5px 17px;
}
.unit-users-selector .user-selector .user-unit-container .company,
.unit-users-selector .user-selector .header .company {
  float: left;
  width: 150px;
}
.unit-users-selector .user-selector .user-unit-container .name,
.unit-users-selector .user-selector .header .name {
  float: left;
  width: 160px;
  padding-left: 10px;
}
.unit-extra-users-selector .right .legend {
  width: 380px;
  float: left;
  margin-right: 10px;
}
.unit-extra-users-selector .right .box {
  width: 380px;
  float: right;
  margin-right: 17px;
}
.unit-extra-users-selector .right .box textarea {
  width: 100%;
  height: 100px;
}
.unit-message .legend {
  float: left;
  font-weight: 700;
  width: 150px;
  margin-right: 15px;
}
.unit-message .box {
  float: left;
  width: 350px;
}
.unit-message .box select,
.unit-message .box input,
.unit-message .box textarea {
  width: 100%;
}
.selectable {
  list-style-type: none;
  padding: 0px;
  cursor: pointer;
}
.ui-selected {
  background: #eee;
}
.photos-header .left {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.photos-header .right {
  width: 700px;
  float: left;
}
.module-container.action form .photos-header .label {
  width: 100px;
}
.admin-container .admin-left {
  float: left;
  padding-right: 30px;
  width: 220px;
}
.admin-container .admin-left select {
  width: 100%;
}
.admin-container .admin-right {
  float: right;
  padding-top: 5px;
  width: 775px;
}
.billing .pyramid,
.billing .levels,
.billing .selects {
  float: left;
  padding: 50px 0px;
  font-weight: bold;
}
.billing .pyramid {
  width: 233px;
}
.billing .levels {
  width: 170px;
  float: left;
  font-weight: bold;
}
.billing .separator {
  height: 11px;
}
.billing .separator-small {
  height: 6px;
}
.nomenclature form {
  background: url('../images/admin/pyramid_nomenclature.jpeg') 0px 43px no-repeat;
  padding-top: 50px;
}
.nomenclature .form-row {
  padding-left: 240px;
}
.nomenclature select {
  width: 261px;
  height: 18px;
}
.lookandfeel .admin-action.action .control {
  width: 640px;
}
.lookandfeel img {
  max-width: 100%;
}
.lookandfeel .theme_logo_login img {
  max-height: 120px;
  width: 350px;
}
.lookandfeel .theme_logo_header img {
  max-height: 60px;
  margin-bottom: 10px;
  width: 200px;
}
.lookandfeel .admin-lookandfeel-theme-container {
  padding: 5px 0 10px;
  border-bottom: 1px solid #333;
  width: 180px;
}
.lookandfeel .admin-lookandfeel-theme-container input {
  float: left;
  margin-right: 10px;
}
.users .columns div {
  float: left;
  padding: 0px 1% 0px 0px;
  width: 32%;
}
.policy .columns div {
  float: left;
  padding: 0px 1% 0px 0px;
  width: 20%;
}
h2.invitations {
  margin: 10px 0px 10px 0px;
}
.list-container.invitations.container.cf,
.list-container.users.container.cf {
  margin: 0px 0px 40px 0px;
}
.groups .admin-action.action .control {
  width: 640px;
}
.groups .admin-action.action .control input {
  width: 250px;
}
.groups .table.list select {
  width: 250px;
}
.draggable-list {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 45%;
}
.draggable-list li {
  cursor: move;
  margin: 0 5px 5px 5px;
  padding: 5px;
}
.draggable-list li span.ui-icon {
  cursor: default;
}
.draggable-list .ui-state-highlight {
  height: 26px;
}
.icon-square {
  width: 20px;
  height: 22px;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.15em;
  color: #000;
  font-size: 0.8em;
  text-align: center;
}
.round {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.text-danger {
  color: red;
}
.img_tooltip {
  width: 28px;
  height: 18px;
  margin-top: 2px;
  margin-right: 60px;
  padding: 0px 5px;
}
.module-action.contacts.new div.cf.form-row.select,
.module-action.contacts.new div.cf.form-row.text:nth-child(3),
.module-action.contacts.new div.cf.form-row.text:nth-child(4),
.module-action.contacts.new div.cf.form-row.text:nth-child(5) {
  display: inline-block;
  width: 200px;
}
.module-action.contacts.new div.cf.form-row.select .label,
.module-action.contacts.new div.cf.form-row.text:nth-child(3) .label,
.module-action.contacts.new div.cf.form-row.text:nth-child(4) .label,
.module-action.contacts.new div.cf.form-row.text:nth-child(5) .label {
  display: inline-block;
  max-width: 0px;
}
.module-action.contacts.new div.cf.form-row.select .control,
.module-action.contacts.new div.cf.form-row.text:nth-child(3) .control,
.module-action.contacts.new div.cf.form-row.text:nth-child(4) .control,
.module-action.contacts.new div.cf.form-row.text:nth-child(5) .control {
  display: inline-block;
  width: 180px;
}
.module-action.contacts.new div.cf.form-row.select .label {
  max-width: 120px;
}
.module-action.contacts.new div.cf.form-row.select .control {
  width: 60px;
}
.admin-action.action .form-row .form-row {
  margin-left: 110px;
}
.admin-action.action .form-row .form-row .control {
  width: 250px;
}
.admin-action.action .form-row .control.extras {
  width: 200px;
}
.admin-action.action .form-row .other {
  min-width: 100px;
  margin-left: 20px;
  float: left;
}
.admin-action.action form textarea {
  min-height: 70px;
  height: 140px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.attachment-container-abstract {
  margin: 0px auto;
  text-align: center;
}
.attachment-container-abstract .image {
  padding: 3px 0px;
  display: inline-block;
  vertical-align: middle;
}
.attachment-container-abstract .text {
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.attachment-container-abstract img {
  max-width: 275px;
  max-height: 170px;
}
.attachment-container-abstract a {
  z-index: 2;
}
.attachment-container-abstract.shared-document img {
  max-width: 137px;
  max-height: 85px;
}
.rfi-qa {
  float: left;
  width: 495px;
}
.rfi-qa .value {
  float: left;
  width: 365px;
}
.rfi-attachments {
  float: right;
  width: 490px;
}
.rfi-attachments .attachment-container-abstract {
  text-align: left;
}
.rfi-attachments .attachment-container-abstract .image {
  padding-right: 15px;
}
.rfi-attachments .attachment-container-abstract .text {
  padding-left: 0px;
}
.shareddocs-progress-progress {
  float: left;
  width: 70%;
  height: 22px;
  margin-bottom: 1px;
  display: none;
}
.drawing-progress-progress {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 0;
}
.drawing-error-attachments {
  color: red;
}
.returnBy {
  min-width: 85px;
}
.control .trumbowyg-box {
  min-height: 110px;
}
.control .trumbowyg-box.trumbowyg-en.trumbowyg .trumbowyg-editor {
  min-height: 73px;
  /*  height: 73px !important; */
}
.table.skyview tr,
.table.summary tr {
  cursor: pointer;
}
.simple-summary .detailed-summary,
.detailed-summary .simple-summary {
  display: none;
}
.detailed-summary td.summary,
.detailed-summary td.questionHtml,
.detailed-summary td.answerHtml,
.detailed-summary td.summary,
.detailed-summary td.gcSubmitted,
.detailed-summary td.consultantReturn,
.detailed-summary td.architectReturn {
  line-height: 20px;
}
.detailed-summary td.summary .indicator {
  line-height: 16px;
}
.detailed-summary td.attachments-top {
  vertical-align: top;
}
.cf.toggle-all {
  display: inline-block;
  margin-right: 25px;
}
.module-container.action .attachment-view .control {
  width: auto;
}
/* workspace-explorer-admin */
.workspace-explorer-admin {
  width: 580px;
  overflow: inherit;
}
.workspace-explorer-admin .workspace_explorer_actions_header {
  width: 355px;
  float: left;
  height: 22px;
  background: #eaeaea;
}
.workspace-explorer-admin .workspace_explorer_actions {
  width: 130px;
  margin-top: 3px;
  float: right;
  margin-right: 15px;
  text-align: center;
  font-weight: bold;
}
.workspace-explorer-admin .workspace_explorer_buttons {
  width: 205px;
  float: left;
}
.workspace-explorer-admin .workspace_explorer_buttons .btn-by-name {
  font-size: 12px;
  color: #FFF;
  height: 22px;
  padding: 3px;
  background: #9B9B9B;
  width: 95px;
  margin: 0px 3px 0px 1px;
}
.workspace-explorer-admin .workspace_explorer_buttons .btn-filter-level {
  background: #9B9B9B;
}
.workspace-explorer-admin .workspace_explorer_action {
  width: 110px;
}
.workspace-explorer-admin .line_menu {
  z-index: 2 !important;
}
.workspace-explorer-admin .square-controller {
  z-index: 3 !important;
}
.workspace-explorer-admin .btn-filter-level {
  margin-right: 1px;
}
.workspace-explorer-admin .rh-workspaces-explorer-units {
  width: 560px;
}
.workspace-explorer-admin .list-menu {
  float: right;
  width: 20px;
}
.workspace-explorer-admin .list-menu ul > li.dropdown > a.dropdown-toggle {
  width: 25px;
  height: 15px;
  padding: 0px 2px;
}
.workspace-explorer-admin .list-menu ul > li.dropdown > a.dropdown-toggle img {
  vertical-align: top;
  width: 18px;
  height: 15px;
  padding: 0px;
}
.workspace-explorer-admin .search,
.change-parent-workspace .search {
  width: 200px;
  z-index: 1;
  margin-bottom: 10px;
}
.workspace-explorer-admin .search input,
.change-parent-workspace .search input {
  width: 200px;
  margin-bottom: 10px;
  border-radius: 3px;
  padding-left: 3px;
}
.workspace-explorer-admin .search .icon,
.change-parent-workspace .search .icon {
  width: 26px;
}
.workspace-explorer-admin .workspaces-by-pyramid,
.change-parent-workspace .workspaces-by-pyramid {
  width: 600px;
}
.workspace-explorer-admin .workspaces-by-name,
.change-parent-workspace .workspaces-by-name {
  width: 560px;
}
.workspace-explorer-admin .workspace-container,
.change-parent-workspace .workspace-container {
  line-height: 19px;
  overflow: visible;
}
.change-parent-workspace {
  overflow: hidden;
  width: 580px;
}
.change-parent-workspace input[type="radio"],
.change-parent-workspace .workspace-checkbox {
  float: right;
  margin-right: 60px;
}
.change-parent-workspace .square-controller {
  z-index: 3;
}
.change-parent-workspace .child-container {
  display: block;
}
.change-parent-workspace .workspace_explorer_actions_header {
  width: 355px;
  float: left;
  height: 22px;
  background: #eaeaea;
}
.change-parent-workspace .workspace_explorer_actions_header .workspace_explorer_action {
  width: 140px;
  float: right;
}
.change-parent-workspace .workspace_explorer_actions {
  margin-top: 3px;
  float: right;
  margin-right: 15px;
  text-align: center;
  font-weight: bold;
}
.change-parent-workspace .workspace-container .horizontal-line {
  margin-right: 10px;
}
.admin-container #formworkspaces .left {
  margin-right: 10px;
  width: 270px;
}
.admin-container #formworkspaces .left .image-container {
  margin-right: 10px;
  padding: 15px;
}
.admin-container #formworkspaces .left .inner {
  height: auto;
}
.admin-container #formworkspaces .right {
  margin-right: 10px;
  width: 480px;
}
.admin-container #formworkspaces .right .inner {
  height: auto;
}
.admin-container #formworkspaces .form-row .control input[type="text"] {
  width: 300px;
}
.admin-container #formworkspaces .form-row .control .alert-danger {
  width: 300px;
  margin-top: 10px;
  padding: 6px;
  z-index: 100;
}
.admin-container #formworkspaces .edit-workspace .label {
  width: 160px;
}
.admin-container #formworkspaces .edit-workspace .module-search-wrapper {
  float: right;
}
.admin-container #formworkspaces .edit-workspace .right {
  margin-right: 0px;
  width: 494px;
}
.admin-container #formworkspaces .edit-workspace .left .form-row .control input[type="text"] {
  width: 220px;
}
.admin-container #formworkspaces .edit-workspace .btn-success {
  float: none;
}
.admin-container #formworkspaces .edit-workspace .users .label {
  padding-top: 5px;
}
.admin-container #formworkspaces .edit-workspace .users .table {
  width: 604px;
}
.admin-container #formworkspaces #newWorkspace1 .workspace_explorer_actions_header {
  background: #5D5D5D;
  color: #FFFFFF;
}
.admin-container #formworkspaces #newWorkspace1 .workspace_explorer_buttons .btn-filter-level {
  background: #5D5D5D;
}
.admin-container #formworkspaces #newWorkspace1 .label {
  min-width: 200px;
}
.admin-container #formworkspaces #newWorkspace1 .add-workspace-search-container {
  margin-left: 115px;
  margin-top: -37px;
}
.admin-container #formworkspaces #newWorkspace1 .search {
  margin-bottom: 4px;
}
.admin-container #formworkspaces #newWorkspace2 .list-container table tr {
  height: 22px;
}
.admin-container #formworkspaces #newWorkspace2 .label {
  width: auto;
  padding-top: 0px;
}
.admin-container #formworkspaces #newWorkspace2 .module-search-wrapper {
  float: right;
}
.admin-container #formworkspaces #newWorkspace2 .module-search-wrapper {
  float: right;
}
.admin-container #formworkspaces #newWorkspace2 .module-search-wrapper input {
  width: 200px;
}
.admin-container #formworkspaces #newWorkspace2 .module-search-wrapper .module-search-icon {
  width: 26px;
}
.admin-container #formworkspaces #newWorkspace3 .form-row.text {
  margin-bottom: 20px;
}
.admin-container #formworkspaces #newWorkspace3 .label {
  float: none;
  width: auto;
  height: 22px;
  line-height: 22px;
}
.admin-container #formworkspaces #newWorkspace3 tr.greybar {
  height: 22px;
  line-height: 22px;
}
.admin-container #formworkspaces #newWorkspace3 .label.greybar {
  background: #5D5D5D;
  color: #FFFFFF;
  margin-right: 0px;
}
.admin-container #formworkspaces #newWorkspace3 .control.accessible-modules ul {
  padding: 0px;
}
.admin-container #formworkspaces #newWorkspace3 .left .form-row {
  margin-top: 10px;
}
.admin-container #formworkspaces #newWorkspace3 .left .form-row .control input {
  width: 225px;
}
.admin-container #formworkspaces #newWorkspace3 .right .introduction {
  padding: 15px;
}
.workspace-explorer .add-action-explorer {
  width: 21px;
  height: 20px;
  float: left;
}
.workspace-explorer .add-action-explorer img {
  height: 21px;
  width: 22px;
}
.workspace-explorer .add-action-explorer ul > li.dropdown > a.dropdown-toggle {
  width: 18px;
  height: 18px;
  padding: 1px 1px;
}
.workspace-explorer .add-action-explorer ul > li.dropdown > a.dropdown-toggle img {
  width: 16px;
  height: 17px;
}
#formworkspaces.admin-action.action .edit-workspace .users .label {
  padding-top: 5px;
}
#formworkspaces.admin-action.action .edit-workspace .users .table {
  width: 604px;
}
.strong {
  font-weight: bold;
}
.add-new-child-workspaces {
  cursor: pointer;
}
.cancel-form-add-workspace {
  color: red;
  cursor: pointer;
}
.admin-action.action.general input,
.admin-action.action.general select {
  width: 255px;
}
.admin-action.action.general input.url {
  max-width: 148px;
}
#formgeneral,
#formsync,
#formusers,
#formregister {
  display: inline;
}
#formgeneral .control,
#formsync. control,
#formusers .control,
#formregister .control {
  width: 300px;
}
#formgeneral .control input,
#formusers .control input,
#formregister .control input,
#formgeneral .control select,
#formusers .control select,
#formregister .control select {
  width: 300px;
}
#formsync .control input {
  width: 500px;
}
#formsync .control #procore_sandbox_mode {
  width: 17px;
  margin: 0;
}
#formgeneral .control #url,
#formusers .control #url,
#formregister .control #url {
  max-width: 148px;
}
#formgeneral .control.full_name,
#formusers .control.full_name,
#formregister .control.full_name {
  width: 550px;
}
#formgeneral .control.full_name select,
#formusers .control.full_name select,
#formregister .control.full_name select {
  width: 65px;
}
#formgeneral .control.full_name input,
#formusers .control.full_name input,
#formregister .control.full_name input {
  width: 171px;
}
#formgeneral .control.full_name select,
#formusers .control.full_name select,
#formregister .control.full_name select,
#formgeneral .control.full_name input,
#formusers .control.full_name input,
#formregister .control.full_name input {
  margin-right: 5px;
}
#formgeneral .user-photo-form,
#formusers .user-photo-form,
#formregister .user-photo-form {
  width: 100px;
}
#formgeneral .user-info-form,
#formusers .user-info-form,
#formregister .user-info-form {
  margin-left: 100px;
}
#formgeneral .form-title,
#formsync .form-title,
#formusers .form-title,
#formregister .form-title {
  background: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0px 20px 0px;
  padding: 0px;
}
#formguests .control input[type="text"],
#formguests .control input[type="password"],
#formguests .control select {
  width: 300px;
}
#formguests .workspace-explorer,
#formusers .workspace-explorer {
  padding: 0px;
}
#formguests .workspace-container input,
#formusers .workspace-container input {
  float: right;
}
#formguests .workspace-explorer .rh-workspaces-explorer-units,
#formusers .workspace-explorer .rh-workspaces-explorer-units,
#forminvitations .workspace-explorer .rh-workspaces-explorer-units,
#formworkspaces .workspace-explorer .rh-workspaces-explorer-units,
.workspace-clone .rh-workspaces-explorer-units {
  overflow-y: scroll;
  max-height: 200px;
}
.import-table-container {
  margin-bottom: 10px;
  overflow-x: scroll;
}
.import-table-container .group {
  width: 120px;
}
.import-table-container .company {
  width: 86px;
}
.import-table-container .first_name,
.import-table-container .last_name,
.import-table-container .title,
.import-table-container .email,
.import-table-container .phone,
.import-table-container .phone_mobile,
.import-table-container .phone_fax,
.import-table-container .address_1,
.import-table-container .address_2,
.import-table-container .city {
  width: 100px;
}
.import-table-container .state,
.import-table-container .zip,
.import-table-container .country {
  width: 80px;
}
.admin-action.action .accessible-modules {
  width: 500px;
}
.accessible-modules > ul > li {
  float: left;
}
.accessible-modules > ul > li > a {
  font-weight: bold;
  background-color: #e6e6e6;
  width: 125px;
  height: 25px;
  padding: 5px;
  display: block;
}
.accessible-modules ul li {
  list-style-type: none;
}
.accessible-modules > ul {
  padding-left: 10px;
}
.accessible-modules > ul > li {
  padding-right: 20px;
}
.accessible-modules > ul > li > ul {
  padding: 10px 0 0px 0px;
}
.preferences .preferences-information {
  width: 800px;
  margin-left: 200px;
  float: left;
}
.preferences .preferences-form .list-container {
  width: 450px;
  margin-bottom: 25px;
}
.preferences .preferences-form input[name='header-background'] {
  float: left;
  margin-top: 5px;
}
.preferences .preferences-form .avatar.red-tower {
  margin-top: -50px;
}
.preferences .preferences-form .avatar {
  width: 200px;
  margin-left: -200px;
  margin-top: -185px;
  position: absolute;
}
.preferences .preferences-form .avatar .attachment-container img {
  max-width: 90%;
}
.preferences .preferences-form .avatar .btn-upload {
  max-width: 90%;
  margin-top: 10px;
  margin-left: 2px;
}
.preferences .preferences-form .avatar .progress-striped {
  float: left;
  width: 180px !important;
  margin-left: -8px;
  margin-top: -12px;
}
.preferences .preferences-form .avatar .progress-bar {
  margin-left: 0px !important;
  margin-top: 0px !important;
}
.preferences .preferences-form .avatar .attachment-container img {
  width: 185px;
}
.preferences .attachment-container div,
.preferences .attachment-container .deleteAttachment {
  display: none;
}
.modal-message {
  width: 600px !important;
  padding: 15px !important;
  position: fixed;
  z-index: 1000 !important;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #FEFF99 !important;
  display: none;
}
.modal-message img {
  height: 50px;
  float: left;
}
.modal-message .content {
  margin-left: 85px;
  margin-top: -15px;
}
.modal-message .btn-actions {
  margin-top: 30px;
  text-align: center;
}
.modal-message .btn-actions a {
  margin-left: 15px;
}
.modal-message .btn-actions .right {
  float: right;
}
.progress-uploaded-files {
  margin-top: 2px;
  font-weight: bold;
  position: absolute;
  right: 37%;
}
#cancelUploadButton {
  display: none;
  float: right;
  z-index: 1;
}
.header .delete-all-expired-invitations {
  float: right;
  z-index: 1;
}
#formmodule .workspace-container input {
  float: right;
}
#formmodule .workspace-explorer .rh-workspaces-explorer-units {
  max-height: 200px;
  overflow-y: scroll;
}
.nomenclature-bg {
  background: url('../images/admin/pyramid_nomenclature_2.jpeg') 3px 43px no-repeat;
  height: 235px;
  padding-top: 52px;
  margin-left: 17px;
}
.search input {
  border-radius: 3px;
  padding-left: 3px;
}
.nomenclature-bg ul {
  list-style-type: none;
  margin-left: 370px;
}
.nomenclature-bg ul li {
  margin-bottom: 13px;
  font-weight: bold;
}
.status-text-yes {
  float: left;
  color: green;
  margin-left: 10px;
}
.status-text-no {
  float: left;
  color: red;
  margin-left: 10px;
}
.workspace-clone {
  display: none;
  padding: 0px;
  margin-bottom: 20px;
}
.workspace-clone .workspace_explorer_action {
  width: 200px;
}
.workspace-clone input[type="radio"] {
  float: right;
  margin-right: 60px;
}
.workspace-clone .btn-filter-level {
  margin-right: 1px;
}
.workspace-clone .workspace_explorer_actions_header .workspace_explorer_action {
  width: 140px;
}
.workspace-clone .workspace_explorer_actions_header {
  width: 450px;
}
.workspace-clone .workspace_explorer_buttons {
  width: 110px;
}
#formworkspaces .workspace-explorer-add .btn-filter-level {
  margin-right: 1px;
}
#formworkspaces .workspace-explorer-add .workspace_explorer_actions_header .workspace_explorer_action {
  margin-left: -15px;
}
#formworkspaces .workspace-explorer-add .workspace_explorer_actions_header .workspace_explorer_action.header-right {
  float: right;
  width: 160px;
  margin-left: 5px;
  margin-right: -10px;
}
#formworkspaces .workspace-explorer-add .workspace_explorer_actions_header {
  width: 450px;
}
#formworkspaces .workspace-explorer-add .workspace_explorer_buttons {
  width: 110px;
}
#formworkspaces .workspace-explorer-add .workspace_explorer_actions {
  height: 20px;
  width: 185px;
}
#formworkspaces .workspace-explorer-add .btn-add-new-child {
  float: right;
  min-width: 110px;
}
#formworkspaces .workspace-explorer-add .btn-add-new-child a {
  text-align: center;
}
#formworkspaces .workspace-explorer-add .workspace-container {
  overflow: visible;
}
.full-width-block {
  width: 100%;
  display: table-row;
}
#isCloneYes {
  margin-left: 20px;
}
#formworkspaces .btn-success {
  float: right;
}
#formworkspaces .new-pyramid .btn-success {
  float: none;
}
.alert-danger {
  z-index: 10;
}
.workspace-container .horizontal-line {
  border-bottom: 1px solid #707070;
  display: block;
  /* float: right; */
  margin-left: 50px;
  margin-right: 5px;
  /* width: 350px; */
}
.show-tree-file {
  overflow: hidden;
}
.show-tree-file ul {
  list-style-type: none;
  padding-left: 15px;
  padding-top: 5px;
}
.show-tree-file ul li {
  cursor: pointer;
}
.show-tree-file ul li a {
  height: 16px;
  vertical-align: top;
}
.show-tree-file ul li .separator {
  height: 16px;
  vertical-align: top;
}
#downloadMultiple {
  padding-bottom: 10px;
  background: #fff;
  width: 350px;
  overflow: hidden;
}
#downloadMultiple .file-ready {
  display: none;
}
#downloadMultiple .file-error {
  display: none;
}
#downloadMultiple .file-error .btn-default {
  width: 125px;
  margin-left: 10px;
  margin-right: 10px;
}
.modal-title {
  width: 100%;
  background-color: #cccccc;
  padding: 0px;
  font-size: 18px;
  padding: 5px 5px 5px 10px;
}
.show-tree-file .info,
.show-tree-file .btn-actions,
.show-tree-file .overwrite-file {
  padding: 10px 10px 0px 20px;
}
.show-tree-file .info input,
.show-tree-file .info label {
  float: right;
}
.show-tree-file .btn-actions {
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: center;
}
.show-tree-file .btn-actions .btn-default {
  width: 125px;
}
.photos.box-tree-folder {
  min-height: 144px;
  height: auto;
  overflow-y: auto;
}
.box-tree-folder {
  border: 1px solid #000;
  height: 200px;
  margin: 10px 20px 0 20px;
  overflow-y: scroll;
}
.box-tree-folder .folder:hover {
  background-color: #E5F3FB;
  border: 1px solid #66A7E8;
}
.box-tree-folder .folder {
  border: 1px solid #fff;
}
.box-tree-folder .selected-folder {
  background-color: #D1E8FF;
  border: 1px solid #66A7E8;
}
.downloadZip {
  height: 180px !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.module-container.drawings-all .list-header-right {
  width: 400px;
}
.list-shareddocuments .list-header-right {
  width: 400px;
  height: 37px;
}
.list-shareddocuments .list-header-right .cf {
  margin-top: 10px;
}
.list-shareddocuments .list-header-right .module-search-wrapper {
  height: 22px;
}
.list-shareddocuments .title select {
  height: 26px;
  font-size: 14px;
  font-weight: bold;
}
.module-container .module-search-icon,
.admin-container .module-search-icon {
  height: 22px;
}
.photos-header .list-header-left .arrow-download {
  margin-left: 15px;
}
#photosDetailsTable .rh-thumbnail {
  max-width: 160px;
  max-height: 110px;
}
.photos .photo-item {
  float: left;
  height: 127px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.photos .photo-item a img {
  max-width: 160px;
  max-height: 110px;
}
.photos .list {
  margin-top: 20px;
}
#photosDetailsTable input[type="text"],
#photosDetailsTable textarea {
  width: 220px;
  margin-top: 10px;
}
.photos .list {
  margin-top: 5px;
}
.photos .list .file-name {
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
#photosGrid {
  margin-left: -5px;
}
#photosGrid .file-name {
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.box-actions-slide {
  float: right;
  z-index: 10;
}
.bx-wrapper ul li {
  height: 700px;
}
.bx-wrapper ul li a {
  width: 100%;
  display: block;
  height: 550px;
}
.bx-wrapper a img {
  margin: auto;
  max-width: 700px;
  max-height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.margin-left-1x {
  margin-left: 15px;
}
#photosDetailsTable td {
  vertical-align: top;
  margin-top: 5px;
}
#photosDetailsTable .file-name {
  height: 30px;
  padding-top: 3px;
}
#photosDetailsTable textarea {
  height: 110px;
}
#photosDetailsTable h4 {
  margin-bottom: 10px;
  margin-top: 2px;
}
#photosDetailsTable input[type="text"],
#photosDetailsTable .text {
  margin-top: 2px;
}
.photos .arrow-download-box,
.fieldreports .arrow-download-box {
  width: 30px;
  height: 20px;
  float: left;
  margin-top: 8px;
}
.photos .list-header-left {
  width: 430px;
}
.fieldreports .list-header-left {
  width: 320px;
}
.photos .list-header-right,
.fieldreports .list-header-right {
  width: 350px;
}
.photos .list-header-right .btn-success,
.fieldreports .list-header-right .btn-success {
  height: 24px;
  margin-left: 10px;
}
form.fieldreports.new textarea,
form.fieldreports.edit textarea {
  height: 48px;
}
.dsiplay-photo .btn-download {
  margin-left: 10px;
}
#photosSlide .text-bootom-left {
  bottom: 0;
  margin-left: 5px;
  margin-top: 5px;
  float: left;
}
#photosSlide .text-bootom-left h4 {
  margin-top: 0px;
}
#photosSlide .file-name {
  width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#photosSlide .text-bootom-right {
  bottom: 0;
  margin-top: 5px;
  float: right;
}
.rich-editor-notification-box .trumbowyg-box,
.rich-editor-notification-box .trumbowyg-editor {
  width: 100%;
  min-height: 120px;
}
.formatting-trumbowyg-dropdown {
  z-index: 100;
}
#downloadLink {
  padding-bottom: 10px;
  background: #fff;
  overflow: hidden;
}
#downloadLink .create-link-box .btn-actions-create-link {
  text-align: center;
}
#downloadLink .create-link-box .btn-actions-create-link a {
  color: #167ac6;
  cursor: pointer;
}
#downloadLink .create-link-box .btn-actions-create-link a.btn {
  color: #000;
}
#downloadLink .create-link-box p {
  margin-left: 10px;
}
#downloadLink .create-link-box ul {
  list-style-type: none;
  margin-left: -10px;
}
#downloadLink .create-link-box ul li {
  margin-top: 5px;
}
#downloadLink .download-link-box {
  display: none;
  text-align: center;
  margin-top: 30px;
}
#downloadLink .download-link-box .input-download-link {
  width: 80%;
}
.attachment-container.multiple {
  clear: both;
  padding-top: 20px;
}
.list-shareddocuments .arrow-download-box {
  width: 40px;
  float: left;
}
.list-shareddocuments .arrow-download-box .arrow-download.left {
  margin-top: 5px;
}
.list-photos .arrow-download-box {
  width: 80px;
  float: left;
}
.list-photos .arrow-download-box .arrow-download.left {
  margin-top: 5px;
  margin-left: 54px;
}
.notes-to-programmers .title {
  padding: 10px;
  font-size: 15px;
  color: #000000;
}
.notes-to-programmers .item {
  margin-top: 10px;
}
.form-license a {
  color: #2549c7;
}
.history-recipients div {
  float: left;
  margin-right: 5px;
}
.module-container.action .trumbowyg-modal-box form input[type=text] {
  width: 340px;
}
.module-container.action .trumbowyg-modal-box .trumbowyg-modal-button {
  bottom: auto;
}
.trumbowyg-editor a {
  color: #15c;
  cursor: pointer;
}
.trumbowyg-editor a:hover {
  text-decoration: underline;
}
.reports-details-table.plain-items-table.list tr.created-by-fast-setup {
  background-color: #c5dafc;
}
.fast-setup {
  text-align: left;
}
.fast-setup h3 {
  float: left;
  font-size: 16px;
}
.fast-setup .buttons {
  height: 60px;
  padding-left: 30px;
}
.fast-setup .inner {
  height: 320px;
  padding-top: 20px;
  padding-left: 30px;
}
.fast-setup .inner input[type=text],
.fast-setup .inner input[type=email],
.fast-setup .inner input[type=password],
.fast-setup .inner select {
  padding: 2px 0;
  margin: 5px 0px;
  width: 241px;
}
.fast-setup .inner .cf {
  padding: 10px 0px 5px;
}
.fast-setup .inner .eula {
  border: none;
}
.fast-setup .inner .new-pyramid {
  float: left;
}
.fast-setup input,
.fast-setup select,
.fast-setup button {
  float: left;
}
.fast-setup button {
  clear: both;
  width: 161px;
}
.fast-setup p {
  clear: both;
  line-height: 20px;
  padding-bottom: 10px;
}
.fast-setup .text {
  clear: both;
  line-height: 20px;
  padding-bottom: 5px;
  width: 250px;
}
.fast-setup label.text {
  clear: right;
  font-size: 12px;
  float: left;
  width: 220px;
}
#fast-setup-finish h3 {
  margin: 5px 0px;
}
#guided-setup-caution p {
  clear: both;
  line-height: 20px;
  padding-bottom: 10px;
}
.fast-setup-logo {
  width: 300px;
  background-color: #ffffff;
}
#loading_spinner {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black url('../images/common/loader.gif') center center no-repeat;
  background-size: 50px 50px;
  opacity: .5;
  z-index: 120;
}
.guided-setup #formnomenclature {
  background: url('../images/admin/pyramid_nomenclature.jpeg') 0px 43px no-repeat;
  padding-top: 50px;
}
.guided-setup #formnomenclature .form-row {
  padding-left: 240px;
  margin-bottom: 10px;
}
.guided-setup #formnomenclature .form-row select {
  width: 261px;
  height: 18px;
}
.guided-setup #formnomenclature .label {
  float: left;
  width: 120px;
  margin-right: 10px;
  min-height: 10px;
  font-weight: 700;
}
.guided-setup .workspace-explorer .btn-explorer {
  width: 20px;
}
.guided-setup #formworkspaces .workspace-explorer-add .btn-add-new-child {
  width: 120px;
}
.subscriber-header-box h2 {
  float: left;
}
.subscriber-header-box .search-block,
.subscriber-header-box .data-block {
  margin-top: 15px;
  margin-left: 50px;
  float: left;
}
.subscriber-header-box .search-block input {
  padding-left: 4px;
}
.subscriber-header-box .data-block input {
  width: 200px;
  height: 22px;
  padding-left: 4px;
}
.guided-setup #formworkspaces .workspace-explorer .btn-explorer {
  width: 20px;
}
.guided-setup #formworkspaces .workspace-explorer .dropdown-menu {
  left: 0px;
}
.guided-setup #formworkspaces .workspace-explorer .rh-workspaces-explorer-units {
  overflow-y: auto;
  max-height: 800px;
  min-height: 240px;
}
.guided-setup #formworkspaces .workspace-explorer-add .btn-add-new-child {
  width: 120px;
}
.guided-setup #formnomenclature {
  background: url('../images/admin/pyramid_nomenclature.jpeg') 0px 43px no-repeat;
  padding-top: 50px;
}
.guided-setup #formnomenclature .form-row {
  padding-left: 240px;
  margin-bottom: 10px;
}
.guided-setup #formnomenclature .form-row select {
  width: 261px;
  height: 18px;
}
.guided-setup #formnomenclature .label {
  float: left;
  width: 120px;
  margin-right: 10px;
  min-height: 10px;
  font-weight: 700;
}
form.photos .list-header-left .btn-download {
  margin-left: 10px;
}
form.photos table.list {
  margin-top: 0px;
}
.photos-view #selectDisplayPhotos {
  margin-left: 128px;
  position: absolute;
  margin-top: -22px;
  font-size: 14px;
  font-weight: bold;
}
.seconds-remaining {
  position: absolute;
  color: #000;
  margin-top: 24px;
  width: 100%;
}
.progress-bar-container {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.uploaded-file-name-wrapper {
  font-size: 10px;
}
#uploadFiles {
  display: none;
  max-height: 200px;
  padding-bottom: 10px;
  margin-top: 10px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
#uploadFiles .loading-spinner {
  display: none;
  margin: 0;
}
#select-files {
  border: none !important;
  font-weight: bold !important;
}
.guided-setup #formgeneral .control input[name="url"] {
  width: 186px;
  margin-right: 2px;
  margin-bottom: 5px;
}
form.photos #selectDisplayPhotos {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#newWorkspace2 .user-selector,
.admin-container #formworkspaces .user-selector {
  margin-bottom: 20px;
}
.admin-container #formworkspaces .user-selector .right,
.admin-container #formworkspaces .user-selector .left {
  width: 360px;
}
.admin-container #formworkspaces #newWorkspace2 .user-selector .left,
.admin-container #formworkspaces #newWorkspace2 .user-selector .right {
  width: 350px;
}
#treeFolders {
  margin-left: 120px;
}
.eula {
  border: 1px solid #adadad;
}
.eula div {
  height: 200px;
  overflow-y: scroll;
}
.reset-password-form .form-control {
  margin-top: 3px;
}
.reset-password form .form-group {
  margin-bottom: 10px;
}
.reset-password .panel-heading {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.rh-welcome-container .form-row {
  padding: 3px 0px;
}
.rh-welcome-container .label,
.rh-welcome-container .control {
  float: left;
}
.rh-welcome-container input {
  width: 210px;
}
.rh-welcome-container .btn {
  width: 100px;
}
#formgeneral #security_file {
  width: 15px;
  height: 15px;
  margin-top: 0px;
}
.list-container table.usage-table {
  width: 580px;
}
.list-container table.usage-table tr td:first-child {
  width: 105px;
  text-align: left;
  padding-left: 0px;
}
.list-container table.usage-table tr td {
  width: 20px;
  font-size: 14px;
  text-align: right;
}
.list-container table.usage-table tr.header {
  font-weight: bold;
}
.list-container table.usage-table tr.total td {
  border-top: 1px solid #000;
  font-weight: bold;
}
#modal-change-status-workspace {
  width: 520px !important;
}
#modal-change-status-workspace .btn-actions {
  padding: 0 75px;
  text-align: left;
}
#modal-error-reactivated-workspace {
  width: 520px !important;
}
#modal-error-reactivated-workspace .btn-actions {
  text-align: left;
  padding: 0 75px;
}
.mod-red-tower .workspace-explorer-admin {
  margin-left: 250px;
}
form.rt-login-page .left-column {
  width: 530px;
  float: left;
}
form.rt-login-page .right-column {
  width: 470px;
  float: right;
}
form.rt-login-page .right-column .label {
  width: 180px;
}
form.rt-login-page .right-column .control {
  width: 100%;
}
form.rt-login-page .right-column .control .input {
  width: 100%;
}
form.rt-login-page .right-column .control .attachment-container img {
  max-height: 400px;
  max-width: 210px;
}
.reports .reports-details-table .list-menu .dropdown .dropdown-menu {
  left: 0;
}
.reports .reports-details-table .list-menu ul > li.dropdown > a.dropdown-toggle {
  width: 35px;
}
.reports .reports-details-table .list-menu ul > li.dropdown > a.dropdown-toggle img {
  margin-left: -3px;
}
.reports .reports-details-table th {
  font-size: 11px;
  padding: 0px 10px 0px 9px;
}
.reports .reports-details-table td {
  font-size: 11px;
}
/*  ================= Website Tour CSS START =================  */
.popover-navigation .btn-group .btn {
  margin-left: 3px;
}
.popover-navigation .btn.continue-tour[data-role=end] {
  background: #32CC32;
  float: left;
}
div.tour-backdrop {
  opacity: 0.5;
}
.popover {
  z-index: 1000000 !important;
  max-width: 340px;
}
#step-0 {
  max-width: 320px;
}
#step-3,
#step-4 {
  max-width: 380px;
}
#step-6 {
  max-width: 370px;
}
/*  ================= Website Tour CSS END ===================  */


/* RFIs answers*/
.rfi-answers-block, .submittals-steps-block {
  border: 1px solid #EAEAEA;
  border-top: none;
  /*border-bottom: none;*/
  margin-bottom: -10px;
}
.rfi-answers-block .form-title, .submittals-steps-block .form-title {
  margin: 0;
}
.rfi-answer-item, .submittal-step-item {
  padding: 10px 0 1px 10px;
}
.rfi-answer-item:nth-of-type(odd), .submittal-step-item:nth-of-type(odd) {
  background-color: #EAEAEA;
}
.rfi-answer-options {
  position: absolute;
  right: 5px;
  z-index: 999;
}
.rfi-answer-options img {
  width: 24px;
}
.rfi-answer-options p {
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.official-answer {
  margin-right: 5px !important;
}
.rfi-new-answer-block input, .rfi-new-answer-block textarea, .rfi-new-answer-block select {
  width: 400px;
}
.rfi-new-answer-block .alert {
  display: none;
  margin-bottom: 10px;
}
.no-answers {
  padding: 10px;
}
/*Submittals responses*/
.no-steps {
  padding: 15px 10px;
}
.submittal-step-options {
  position: absolute;
  right: 6px;
  z-index: 999;
}
.submittal-step-options img {
  width: 24px;
}
.submittal-step-item .label, .submittal-step-item select {
  display: inline-block;
}
.new-step-block {
  display: none;
  border: 1px solid #EAEAEA;
  padding: 12px 12px 6px 12px;
}
.new-step-block .control {
  width: 580px !important;
}
.new-step-users-list {
  margin-top: 15px;
}
.new-step-users-list div {
  margin-bottom: 15px;
}
.new-step-users-list input, .new-step-users-list span {
  margin-left: 16px;
  margin-right: 8px;
}
.new-step-user-add {
}
.new-step-user-add select {
  vertical-align: text-bottom;
  width: 350px;
}
.new-step-user-add .btn {
  margin-left: 10px;
}
.submittal-responder-block {
}
.submittal-responder-block .response-data-row {
  margin: 10px 0;
}
.response-data-row .label {
  width: 80px !important;
}
.response-data-row .attachment-container-abstract {
  text-align: left;
  width: 700px;
}
.answer-container-abstract {
  margin-left: 90px;
  width: 500px;
}
.submittal-step-item hr {
  border: none;
  border-top: 1px solid lightgrey;
  margin: 15px 0;
  width: 735px;
}
.submittal-step-item hr:last-child {
  display: none;
}
.submittal-response-form {
  position: fixed;
  left: 50%;
  top: 160px;
  z-index: 9998;
  display: none;
}
.response-form-wrap {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 3px 3px 5px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(34, 60, 80, 0.2);
  position: relative;
  left: -50%;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 2px;
  min-height: 400px;
  min-width: 600px;
  padding: 20px 0 15px 20px;
}
.response-form-wrap .display-container {
  overflow-y: scroll;
  max-height: 500px;
}
.response-form-wrap .img_tooltip {
  margin: 0;
}
.submittal-response-form .label {
  width: 90px !important;
}
.answer-attachments {
  display: inline-block;
  margin: 0 10px 0 5px;
  vertical-align: top;
  min-width: 150px;
  max-width: 305px;
}
.answer-attachments .attachment-container .rh-thumbnail {
  float: none;
  max-width: unset;
}
.answer-attachments .attachment-container div {
  padding-left: 0;
  max-width: unset;
  width: 87%;
}
.answer-attachments .attachment-container.multiple {
  padding-top: 5px;
}
.answer-attachments .control {
  width: auto !important;
}
.answer-attachments .progress-bar-container {
  max-height: 300px;
}
.submittal-required-mark {
  float: right;
  margin: 0;
  padding: 6px 0;
}
.submittal-required-mark span {
  vertical-align: super;
}
.submittal-required-mark .img_tooltip {
  z-index: 9999;
  margin: 0;
}
.submittal-pc-link-block {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.submittal-pc-link-block a {
  text-decoration: underline;
  margin-left: 10px;
}
.submittals-steps-block .control {
  width: unset !important;
}
.edited-response {
  background-color: moccasin;
  border-radius: 5px;
}
.submittal-responses-transfer-popup {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  position: absolute;
  left: 28%;
  top: 45%;
  padding: 20px;
  text-align: center;
  width: 450px;
  z-index: 9999;
}
.submittal-responses-transfer-popup label {
  font-weight: bold;
}
.submittal-responses-transfer-popup input {
  height:15px;
  width:15px;
}
.submittal-responses-transfer-popup div {
  text-align: left;
}
.pc_updates_submittals {
  float: right;
  top: 20px;
  right: -15px;
}
.header .submittal-responses-transfer-popup {
  top: 100px;
}
.submittals-pc-updates-table {
  border-collapse: collapse;
  width: 100%;
}
.submittals-pc-updates-table th {
  color: #FFF;
  text-align: left;
  padding: 5px 10px;
  background: #5D5D5D;
}
.submittals-pc-updates-table td {
  text-align: left;
  padding: 5px 10px;
}
.submittals-pc-updates-table tr:nth-child(2n) {
  background: #EAEAEA;
}
/*Submittals actions*/
.textarea-submittals-action-input {
  margin: 10px 10px 0 0;
  width: 200px !important;
}
/*data sync*/
.data-sync-block {
  margin-top: 20px;
}
.data-sync-block select {
  margin: 0 10px 10px 0;
  vertical-align: middle;
  width: 300px;
}
.data-sync-block textarea {
  font-size: 12px;
  resize: none;
}
.data-sync-block .sync-step-title {
  border-bottom: 1px solid lightgrey;
  font-weight: bold;
  line-height: 1.5;
}
.data-sync-block .alert {
  margin-top: 10px;
  margin-bottom: 0;
}
.sync-ws-confirmation-dialog {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  position: absolute;
  left: 35%;
  bottom: 15%;
  padding: 20px;
  text-align: center;
  width: 300px;
  z-index: 9999;
}
.bg-sync-logs td {
  vertical-align: top;
  text-align: center;
}

.ws-linked-accounts th {
  padding-bottom: 5px;
}
.ws-linked-accounts td {
  vertical-align: top;
  text-align: center;
  padding: 5px 25px;
}
.rt-sync {
}
.rt-sync input {
  padding: 2px 4px;
}
.rt-sync input[type="checkbox"] {
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
}
.active_pyramid_label {
  margin: 0 0 8px 0;
  text-align: center;
}
.pc-readonly-data {
  border: 1px solid #EAEAEA;
  right: 1px;
  top: 58px;
  position: absolute;
  padding: 0 15px;
  width: 425px;
}
.pc-readonly-data p:first-child {
  font-weight: 700;
}
/*weather*/
#edit-ws-weather, #ws-weather {
  padding: 1px;
}
#edit-ws-weather img, #ws-weather img {
  margin-top: 5px;
  vertical-align: bottom;
}
#edit-ws-weather h3, #ws-weather h3 {
  font-size: 16px;
}
#edit-ws-weather h2, #ws-weather h2 {
  font-size: 34px;
}
#edit-ws-weather ul, #ws-weather ul {
  padding: 10px 0 5px 0;
}
#edit-ws-weather li, #ws-weather li {
  font-size: 14px;
  padding: 8px 12px;
}