@charset "UTF-8";

body {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow-x: hidden;
}

body, p, h1, h2, h3, h4, h5, li, div, button {
  font-family: 'VAG Rounded W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555555;
  font-weight: 500;
}

body, p, li, div {
  font-size: 16px;
  line-height: 1.4;
}

body.modal-open {
  overflow: auto !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #f9f9f9;
    border-radius: 0;
    border-left: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #cccccc;
    -webkit-box-shadow: none;
    border-left: 2px solid #fff;
}


/* TEXT */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5 { margin: 0; }

h1, .h1 { font-size: 44px; }
h2, .h2 { font-size: 36px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 18px; line-height: 1.4;}

p { margin: 7px 0; }

.caps { text-transform: uppercase; letter-spacing: 0.5px; }
.lowercase { text-transform: lowercase; }

.text-xxs, .text-xxs p { font-size: 10px; }
.text-xsmall, .text-xsmall p { font-size: 12px; }
.text-small, .text-small p { font-size: 13px; }
.text-medium, .text-medium p { font-size: 14px; }
.text-large, .text-large p { font-size: 18px; }
.text-xl, .text-xl p { font-size: 21px; line-height: 1.2; }

.text-color1, .text-color1 p, .text-color1 a { color: #ff8e36 !important; }
.text-color2, .text-color2 p, .text-color2 a { color: #ff8e36 !important; }
.text-color3, .text-color3 p, .text-color3 a  { color: #ffc75f !important; }
.text-color4, .text-color4 p, .text-color4 a  { color: #87d03c !important; }
.text-color5, .text-color5 p, .text-color5 a  { color: #66cbe2 !important; }
.text-color6, .text-color6 p, .text-color6 a  { color: #3dabc4 !important; }
.text-xltgray, .text-xltgray p, .text-xltgray a  { color: #eee !important; }
.text-ltgray, .text-ltgray p, .text-ltgray a { color: #ccc !important; }
.text-gray, .text-gray p, .text-gray a { color: #999999 !important; }
.text-dkgray, .text-dkgray p, .text-dkgray a { color: #666 !important; }
.text-white, .text-white p, .text-white a { color: #ffffff !important; }
.text-normal, .text-normal p, .text-normal a { color: #555555 !important; }
.text-clear, .text-clear p, .text-clear a { color: transparent !important; }
.text-schoolblue, .text-schoolblue p, .text-schoolblue a { color: #6eb7d7 !important; }
.text-admin, .text-admin p, .text-admin a { color: #e6178c !important; }

strong, .strong, .bold {
  font-family: 'VAG Rounded W01 Bold';
  font-weight: normal;
  letter-spacing: 0.3px;
}

label {
  font-weight: normal;
}

.strike, .strike div {
  text-decoration: line-through;
}

.fixed-width {
  font-family: courier, fixed;
  font-size: .9em !important;
}

.pointer { cursor: pointer; }
.cursor-default { cursor: default; }
.cursor-pointer { cursor: pointer; }
.cursor-help { cursor: help; }

/* BACKGROUND */

.bg-color1 { background-color: #ff8e36 !important; }
.bg-color2 { background-color: #ff8e36 !important; }
.bg-color3 { background-color: #ffc75f !important; }
.bg-color4 { background-color: #87d03c !important; }
.bg-color5 { background-color: #66cbe2 !important; }
.bg-color6 { background-color: #3dabc4 !important; }

.bg-red { background-color: #b33b60 !important; }
.bg-orange { background-color: #d86e35 !important; }
.bg-yellow { background-color: #e2b948 !important; }
.bg-green { background-color: #679e37 !important; }
.bg-blue { background-color: #0678ae !important; }
.bg-purple { background-color: #704c89 !important; }

.bg-white { background-color: #ffffff !important; }
.bg-xltgray { background-color: #fafafa !important; }
.bg-ltgray { background-color: #f5f5f5 !important; }
.bg-mdgray { background-color: #e5e5e5 !important; }
.bg-gray { background-color: #999999 !important; }
.bg-dkgray { background-color: #666 !important; }
.bg-transparent { background-color: transparent !important; }


fieldset[disabled] .bg-gray {
/*  background-color: #d5d5d5 !important;*/
  pointer-events: none;
}


/* LINKS */

a, a:link, a:visited {
  color: #555;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
  outline: none;
}

a.link, .link { border-bottom: 2px solid #ddd; }
a.link-color1, .link-color1 { border-bottom: 2px solid #ff8e36; }
a.link-color2, .link-color2 { border-bottom: 2px solid #ff8e36; }
a.link-color3, .link-color3 { border-bottom: 2px solid #ffc75f; }
a.link-color4, .link-color4 { border-bottom: 2px solid #87d03c; }
a.link-color5, .link-color5 { border-bottom: 2px solid #66cbe2; }
a.link-color6, .link-color6 { border-bottom: 2px solid #3dabc4; }
a.link-schoolblue, .link-schoolblue { border-bottom: 2px solid #6eb7d7; }

.opacity25 { opacity: 0.5 }
.opacity50 { opacity: 0.5 }
.opacity75 { opacity: 0.75 }

/* frames */

.page-frame {
  max-width: 1220px;
  margin: 0 auto;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.white-frame {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}

.gray-frame {
  padding: 20px;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.ltgray-frame {
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.application-frame {
/*  border: 2px solid #eee;
  padding: 15px 20px;*/
}

.padding-less {
  padding: 12px 15px;
}

.padding-regular {
  padding: 20px;
}

.filter-box {
  padding: 10px;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  margin-bottom: -1px;
}

.filter-box select.small,
.filter-box input.small {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.help-text, .help-text p, .help-text li {
  color: #888;
  font-size: 18px;
}

.help-text p {
  margin-top: 0;
}

.horizontal-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
}


/* SPACING */

.div2 { height: 2px; }
.div5 { height: 5px; }
.div10 { height: 10px; }
.div15 { height: 15px; }
.div20 { height: 20px; }
.div30 { height: 30px; }
.div40 { height: 40px; }
.div50 { height: 50px; }
.div60 { height: 60px; }

.w0 { width: 1px; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

.inline { display: inline-block !important; }

.align-right { text-align: right; }
.align-center { text-align: center; }

.rotate90 { transform: rotate(-90deg); }

@media (min-width: 992px) {
  .align-md-right { text-align: right; }
  .align-md-center { text-align: center; }
}

@media (min-width: 768px) {
  .align-sm-right { text-align: right; }
  .align-sm-center { text-align: center; }
}

@media (max-width: 767px) {
  .align-xs-right { text-align: right; }
  .align-xs-center { text-align: center; }
}

.padding-0, .no-padding { padding: 0 !important; }
.light-padding { padding-right: 5px !important; padding-left: 5px !important; }
.margin-0, .no-margin { margin: 0; }

.clear-both { clear: both; }

.indent15 {
  margin-left: 15px;
}
.indent25 {
  margin-left: 25px;
}

hr.short {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr.dark {
  
}

hr.bold {
  border-top: 2px solid #eee;
  margin: 25px 0;
}

/* BUTTONS */

.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  outline: none;
}

.btn-xxs {
  font-size: 11px;
  padding: 1px 4px 0 4px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.btn-xs {
  padding: 2px 5px 0 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.btn-s {
  padding: 3px 8px 2px 8px;
  font-size: 13px;
  height: auto;
}

.btn-med, .btn-md {
  font-size: 20px;
  padding: 6px 14px;
  font-family: 'VAG Rounded W01 Light', 'Helvetica Neue', arial, sans-serif !important;
}

.btn-lg, .btn-group-lg>.btn {
  font-size: 24px;
  font-weight: normal;
  font-family: 'VAG Rounded W01 Light', 'Helvetica Neue', arial, sans-serif !important;
}

.btn-xl, .btn-group-xl>.btn {
  font-size: 28px;
  font-weight: normal;
  font-family: 'VAG Rounded W01 Light', 'Helvetica Neue', arial, sans-serif !important;
}

.btn-print {
  display: inline-block;
  float: right;
  font-size: 24px
}

.btn-white {
  color: #999999;
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
  color: #666 !important;
  background-color: #f5f5f5;
}

.btn-transparent {
  color: rgba(255,255,255,0.9) !important;
  background-color: rgba(0,0,0,0.25) !important;
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: none;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  color: #fff !important;
  background-color: rgba(0,0,0,0.35) !important;
  border: 2px solid #fff;
}

.btn-dkgray, .btn-dkgray:visited, .btn-dkgray:link {
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
}

.btn-dkgray:hover, .btn-dkgray:active, .btn-dkgray:focus {
  color: #fff;
  background-color: #444;
}

.btn-gray, .btn-gray:visited, .btn-gray:link {
  color: #fff;
  background-color: #999999;
  border: 1px solid #999999;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  color: #fff;
  background-color: #888;
}

.btn-mdgray, .btn-mdgray:visited, .btn-mdgray:link {
  color: #999;
  background-color: #eee;
  border: 1px solid #eee;
}

.btn-mdgray:hover, .btn-mdgray:active, .btn-mdgray:focus {
  color: #999;
  background-color: #e1e1e1;
}

.btn-ltgray, .btn-ltgray:visited, .btn-ltgray:link {
  color: #999;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.btn-ltgray:hover, .btn-ltgray:active, .btn-ltgray:focus {
  color: #888;
  background-color: #eee;
  border: 1px solid #eee;
}

/* FOLLOW BUTTON ============================================== */

.btn-follow, .btn-follow:visited, .btn-follow:link {
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  color: #fff;
  background-color: #666;
  border: 1px solid #666;
  position: relative;
  top: -2px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 3px 6px 2px 6px;
  margin: 0 6px;
}

.btn-follow:hover, .btn-follow:active, .btn-follow:focus {
  color: #fff;
  background-color: #87d03c;
  border: 1px solid #87d03c;
}

.btn-following .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
  top: -1px;
}

.btn-following,
.btn-following:visited,
.btn-following:link {
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  color: #fff;
  background-color: #87d03c;
  border: 1px solid #87d03c;
  position: relative;
  top: -2px;
  border-radius: 3px;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 3px 6px 2px 6px;
  margin: 0 6px;
}

.btn-following .fa-check,
.btn-following:visited .fa-check,
.btn-following:link .fa-check {
  color: #fff;
}

.btn-following .fa-remove,
.btn-following:visited .fa-remove,
.btn-following:link .fa-remove {
  color: transparent;
}

.btn-following:hover,
.btn-following:active,
.btn-following:focus {
  color: #fff;
  background-color: #ff8e36;
  border: 1px solid #ff8e36;
}

.btn-following:hover .fa-check,
.btn-following:active .fa-check,
.btn-following:focus .fa-check {
  color: transparent;
}

.btn-following:hover .fa-remove,
.btn-following:active .fa-remove,
.btn-following:focus .fa-remove {
  color: #fff;
}

/* WORKFLOW BUTTON ========================= */

.btn-workflowinfo, .btn-workflowinfo:visited, .btn-workflowinfo:link {
  color: #e5e5e5;
  background-color: #fff;
}

.btn-workflowinfo:hover, .btn-workflowinfo:active, .btn-workflowinfo:focus {
  color: #ddd;
  background-color: #fff;
}

.btn-icon {
  color: #999 !important;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}

.btn-icon:hover, .btn-icon:active, .btn-icon:focus {
  color: #444 !important;
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}

.btn-color1, .btn-color1:visited, a.btn-color1 {
  color: #fff;
  background-color: #ff8e36;
  border-top: 1px solid #ff8e36;
  border-right: 1px solid #ff8e36;
  border-left: 1px solid #ff8e36;
}

.btn-color1:hover, .btn-color1:active, .btn-deny:focus {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn-color2, a.btn-color2,
.btn-primary, a.btn-primary {
  color: #fff;
  background-color: #ff8e36;
  border-top: 1px solid #ff8e36;
  border-right: 1px solid #ff8e36;
  border-left: 1px solid #ff8e36;
}

.btn-color2:hover, .btn-color2:active, .btn-color2:focus,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-primary[disabled] {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn-color3, .btn-color3:visited, a.btn-color3 {
  color: #fff;
  background-color: #ffc75f;
  border-top: 1px solid #ffc75f;
  border-right: 1px solid #ffc75f;
  border-left: 1px solid #ffc75f;
}

.btn-color3:hover, .btn-color3:active, .btn-color3:focus {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn-color4, .btn-color4:visited, a.btn-color4 {
  color: #fff;
  background-color: #87d03c;
  border-top: 1px solid #87d03c;
  border-right: 1px solid #87d03c;
  border-left: 1px solid #87d03c;
}

.btn-color4:hover, .btn-color4:active, .btn-color4:focus {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn-color5, a.btn-color5 {
  color: #fff;
  background-color: #66cbe2;
  border-top: 1px solid #66cbe2;
  border-right: 1px solid #66cbe2;
  border-left: 1px solid #66cbe2;
}

.btn-color5:hover, .btn-color5:active, .btn-color5:focus  {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn-color6, .btn-color6:visited, a.btn-color6 {
  color: #fff;
  background-color: #3dabc4;
  border-top: 1px solid #3dabc4;
  border-right: 1px solid #3dabc4;
  border-left: 1px solid #3dabc4;
}

.btn-color6:hover, .btn-color6:active, .btn-color6:focus {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn-schoolblue, .btn-schoolblue:visited, a.btn-schoolblue {
  color: #fff;
  background-color: #6eb7d7;
  border-top: 1px solid #6eb7d7;
  border-right: 1px solid #6eb7d7;
  border-left: 1px solid #6eb7d7;
}

.btn-schoolblue:hover, .btn-schoolblue:active, .btn-schoolblue:focus {
  color: #fff;
  box-shadow: inset 0 0 30px rgba(0,0,0,0.15);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.btn.disabled-dark {
  box-shadow: inset 0 0 30px rgba(0,0,0,0.1);
  pointer-events: none;
  cursor: not-allowed;
}

input[type=checkbox].disabled
select.disabled,
label[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.before-after .fa-check.true {
  display: inline;
  color: #87d03c;
}

.before-after .fa-check.false {
  display: none;
}


/* MODALS */

.modal-footer {
  padding: 0;
  border-top: 0;
  margin-top:0;
  border-radius: 0 0 4px 4px
}

.modal-footer .btn {
  border-radius: 0 0 4px 4px;
}


/* ALERTS */

.alert-fixed {
  width: 600px;
  position: fixed;
  top: 20px;
  z-index: 1040;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.alert-color1 { background-color: #ff8e36; color: #fff; border: 0; }
.alert-color2 { background-color: #ff8e36; color: #fff; border: 0; }
.alert-color3 { background-color: #ffc75f; color: #fff; border: 0; }
.alert-color4 { background-color: #87d03c; color: #fff; border: 0; }
.alert-color5 { background-color: #66cbe2; color: #fff; border: 0; }
.alert-color6 { background-color: #3dabc4; color: #fff; border: 0; }
.alert-gray { background-color: #777; color: #fff; border: 1px solid #555; }
.alert-schoolblue { background-color: #6eb7d7; color: #fff; border: 0; }

/*.alert-success {
  background-color: #444;
  position: fixed;
  top: 25px;
  z-index: 10000;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.alert-success p {
  color: #fff;
  margin-top: 0;
  font-family: 'VAG Rounded W01 Bold';
  font-weight: normal;
  letter-spacing: 0.3px;
}*/

.alert {
  position: fixed;
  top: 25px;
  z-index: 10000;
  left: 50%;
  width: 600px !important;
  margin-left: -300px;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 0 30px rgba(0,0,0,0.1);
}

.alert p, .alert .noty_message {
  color: #fff;
  font-size: 20px !important;
  margin-top: 0;
  font-family: 'VAG Rounded W01 Light';
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 1.1 !important;
  padding: 25px !important;
}

.close {
  opacity: 1;
  text-shadow: none;
}

.alert-dismissable .close,
.alert-dismissible .close {
  color: #ccc;
}


/* TOOLTIPS */

.tooltip-cursor {
  cursor: default;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #666;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #666;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #666;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #666;
}

.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  background-color: #666;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 3px 6px 1px 6px;
  font-family: 'VAG Rounded W01 Bold';
  letter-spacing: 0.5px;
}


/* POPOVERS */

.popover-cursor {
  cursor: default;
}

.popover {
  background-color: #666;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
}

.popover-title {
  background-color: transparent;
  border-bottom: 0;
  color: #fff;
  margin: 10px 14px 0 14px;
  padding: 4px 0;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  letter-spacing: 1px;
}

.popover-content {
  padding: 12px 14px;
  font-size: 14px;
}

.popover-content, .popover-content p {
  color: #fff;
}

.popover.left>.arrow:after { border-left-color: #666; }
.popover.right>.arrow:after { border-right-color: #666; }
.popover.bottom>.arrow:after { border-bottom-color: #666; }
.popover.top>.arrow:after { border-top-color: #666; }

.workflow .popover {
  width: 250px;
}

.workflow .popover a {
  color: #fff;
}

.workflow hr {
  border-top: #aaa;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* TABS */

.tab-content {
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.tab-pane {
  padding: 30px;
}

.nav>li>a.tab-short {
  padding: 8px 12px;
  font-size: 16px;
}

.nav-tabs>li>a {
  border: 1px solid #e3e3e3;
  background-color: transparent;
  text-shadow: 0 1px #fff;
  color: #777;
}

.nav-tabs>li>a:hover {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #555;
}

@media (min-width: 768px) {
  .nav > li > a.app-tab-short,
  .nav > li > a.tab-short {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0;
    margin-right: -1px;
  }
  .nav-tabs > li.active > a.app-tab-short,
  .nav-tabs > li.active > a.app-tab-short:hover,
  .nav-tabs > li.active > a.app-tab-short:focus {
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  .nav > li > a.app-tab-short {
    padding: 10px;
    font-size: 13px;
    max-width: 35px;
    white-space: nowrap;
    overflow: hidden;
  }
  .nav-tabs > li.active > a.app-tab-short,
  .nav-tabs > li.active > a.app-tab-short:hover,
  .nav-tabs > li.active > a.app-tab-short:focus {
    background-color: #fff;
  }
}



.view-tab {
  float: right !important;
}

.view-tab a:hover {
  background-color: #f4f4f4 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-top: 1px solid #e5e5e5 !important;
}

.view-tab a {
  margin-right: 0 !important;
  background-color: #f4f4f4 !important;
  color: #aaa;
  text-shadow: 0 1px #fff;
  border-right: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-top: 1px solid #e5e5e5 !important;
}

.view-tab .glyphicon {
  font-size: 85%;
  color: #ccc;
  margin-left: 6px;
}


/* TAGS */

.bootstrap-tagsinput {
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 0;
  margin-bottom: 0px;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  cursor: text;
  height: 24px;
  line-height: 20px;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
  color: #fff;
  font-size: 9px;
  position: relative;
  top: -1px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #fff;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  color: #fff;
}

.tag.label {
  vertical-align: middle !important;
  font-size: 12px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  font-weight: normal;
  color: #fff;
  padding: 2px 5px 1px 6px;
  text-transform: uppercase;
  border-radius: 3px;
}


/* FONT AWESOME */

.fa-ltgray { color: #eee; }
.fa-gray { color: #ccc; }
.fa-dkgray { color: #aaa; }

a i.fa-gray:hover {
  color: #aaa;
}

.fa-md { font-size: 90% !important; }
.fa-small, .fa-sm { font-size: 75% !important; position: relative; top: -1px; }
.fa-xs { font-size: 60% !important; position: relative; top: -2px; }

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fa-exclamation-conflict {
  color: #b33b60;
  text-shadow: 0 2px 3px #fff
}

/* FORMS */

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}

input, input.form-control {
  border: 0;
  height: auto;
  background-color: #f5f5f5;
  font-size: 16px;
  outline: none;
  padding: 6px 12px 5px 12px;
  border-radius: 0;
}

input[type=text], input[type=email],
input[type=datetime-local], input[type=tel],
input[type=number], input[type=password],
input[type=date], input[type=time], textarea,
select {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

.form-control.inline {
  display: inline-block;
  padding: 3px 8px 2px 8px;
  height: auto;
  line-height: inherit !important;
}

.form-control:focus {
  border-color: #bbb;
}

input[type=text], input[type=number] {
  height: 36px;
}

.form-control, .form-control:focus, .form-control:active {
/*  box-shadow: none;
  -webkit-box-shadow: none;*/
  outline: none;
}

select, select.form-control {
  background-color: #f5f5f5;
  height: 36px;
  border: 0;
  font-size: 16px;
/*  border-bottom: 1px solid #eee;*/
}

button.multiselect {
  font-size: 16px;
  background-color: #f5f5f5; 
  overflow: hidden;
}

.form-control.text-xl {
  font-size: 21px;
  height: 42px;
}

.form-control.text-large {
  font-size: 18px;
  height: 38px;
}

.form-control.text-medium {
  font-size: 14px;
  height: 32px;
}

select.small, input.small {
  font-size: 14px;
  height: 28px;
}


.input-group-addon {
  border: 0;
  background-color: transparent;
  padding: 0 8px;

}

.input-group {
  background-color: #f5f5f5;
  border-radius: 0;
/*  border-bottom: 1px solid #eee;*/
}

.input-group.disabled-field, .disabled-field {
/*  background-color: #e5e5e5;*/
  border-radius: 0;
}

.form-control[readonly],
.form-control[disabled] {
  background-color: #f5f5f5;
/*  pointer-events: none;*/
  cursor: not-allowed;
/*  opacity: 0.6;*/
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
/*  opacity: 0.6;*/
  cursor: not-allowed;
}

fieldset.disabled .input-group,
div#options-dropdown.disabled {
/*  background-color: #e5e5e5;*/
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.disabled input, .disabled textarea,
.disabled select, .disabled a, .disabled .day,
fieldset[disabled] input, a[disabled], a.disabled,
fieldset[disabled] .input-group {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.disabled input[type="radio"],
.disabled input[type="checkbox"],
.disabled input[type=text],
.disabled input[type=number],
.disabled select {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}


fieldset.disabled a#options-list-toggle,
fieldset.disabled div#options-dropdown,
fieldset.disabled .input-group,
fieldset.disabled .input-group-addon,
fieldset.disabled select,
fieldset.disabled input {
  pointer-events: none;
  cursor: not-allowed;
}

textarea, textarea.form-control, textarea:focus {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  padding: 8px;
  background-color: #f5f5f5;
  font-size: 16px;
  border: 0;
}

.field-label, p.field-label {
  font-size: 12px !important;
  line-height: 13px;
  text-transform: uppercase;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
}

/* MODALS */

.modal-content {
  background-color: #fff;
  border: 0;
}

.modal-content .input-group-addon {
  min-width: 40px;
  color: #666;
  text-shadow: 0 1px #fff;
  padding: 6px 0;
}

.modal-content .row {
/*  margin-bottom: 6px;*/
}

.modal-content .tab-content {
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
  border-style: solid;
}

.modal-content .modal-body {
  padding: 20px;
}

/* primary navigation */

.primary-navigation.navbar {
  border-radius: 0px;
  height: 60px;
  min-height: 60px;
}

.primary-navigation .navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.primary-navigation .navbar-nav>li>.dropdown-menu {
  border-radius: 0;
}

.primary-navigation .navbar-nav>li>a:hover {
  background-color: #66cbe2;
  color: #fff;
}

.primary-navigation .navbar-nav>li>a:hover .fa {
  color: #fff;
}

.primary-navigation .navbar-nav>li>a:hover .badge {
  background-color: #fff !important;
  color: #66cbe2;
}

.primary-navigation .badge {
  background-color: #66cbe2;
}

.primary-navigation.navbar {
  background-color: #fff;
  border-color: #ddd;
}

.primary-navigation .navbar-brand {
  font-size: 26px;
  padding: 10px 15px;
}

.primary-navigation .dropdown-menu>li>a {
  padding: 6px 20px 6px 15px;
}

.primary-navigation .dropdown-menu>li>a:hover {
  color: #66cbe2;
  background-color: transparent;
}

.primary-navigation .navbar-nav>.open>a,
.primary-navigation .navbar-nav>.open>a:hover,
.primary-navigation .navbar-nav>.open>a:focus {
  background-color: #66cbe2;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.3);
  color: #fff;
}

.primary-navigation .navbar-nav>.open>a .fa,
.primary-navigation .navbar-nav>.open>a:hover .fa,
.primary-navigation .navbar-nav>.open>a:focus .fa {
  color: #fff;
}

.primary-navigation .navbar-toggle {
  border: 0;
}

.primary-navigation .notifications .dropdown-menu {
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0 0 4px 4px;
}

.primary-navigation .notifications .dropdown-menu li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}

.primary-navigation .notifications.open>a,
.primary-navigation .notifications.open>a:hover,
.primary-navigation .notifications.open>a:focus,
.primary-navigation .notifications.open>a:active,
.primary-navigation li.notifications >a:hover {
  background-color: #ff8e36;
}

.primary-navigation li.notifications >a:hover .badge,
.primary-navigation .notifications.open>a .badge {
  background-color: #fff !important;
  color: #ff8e36;
}

@media (max-width: 768px) {
  .navbar-right {
    background-color: #fff;
    margin-top: 0;
  }
  .logo {
    visibility: hidden;
    display: none;
  }
  .site-title {
    width: 240px;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: hidden;
  }
}

@media (min-width: 768px) {
  .logo {
    display: inline-block !important;
  }
  .site-title {
    display: inline-block !important;
  }
}

.badge {
  padding: 4px 7px 2px 7px;
  position: relative;
  top: -1px;
}

.navbar-toggle {
  border: 1px solid #ddd;
}

/* account navigation */

.account-navigation.navbar {
  background-color: #444444;
  border: 1px solid #444444;
  border-radius: 0px;
  min-height: 40px;
  max-height: 47px;
}

.account-navigation .navbar-nav>.active>a,
.account-navigation .navbar-nav>.active>a:hover,
.account-navigation .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}

.account-navigation .navbar-nav>.open>a,
.account-navigation .navbar-nav>.open>a:hover,
.account-navigation .navbar-nav>.open>a:focus {
  background-color: #444444;
  color: #fff;
}

.account-navigation .navbar-nav>li>a {
  color: #ddd;
  padding-top: 13px;
  padding-bottom: 13px;
}

.account-navigation .nav > li > a:hover,
.account-navigation .nav > li > a:focus {
  background-color: #444444;
}

.account-navigation .navbar-nav>li>a:hover,
.account-navigation .navbar-nav>li>a:active {
  color: #fff;
  background-color: transparent;
}

.account-navigation .btn-small {
  padding: 4px 10px;
}

.account-navigation .dropdown-menu {
  background-color: #444444;
  border: 0;
}

.account-navigation .dropdown-menu>li>a {
  color: #ddd;
  padding: 4px 10px;
}

.account-navigation .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.account-navigation .dropdown-menu .divider {
  height: 1px;
  background-color: #fff;
  margin: 7px 0;
  opacity: 0.1;
}

.account-navigation .dropdown-section-label {
  margin: 0 0 8px 10px;
  cursor: default;
  color: #fff;
  opacity: 0.4;
}

.account-navigation .navbar-nav > li {
  float: left;
}

@media (max-width: 768px) {
  .account-navigation .navbar-nav {
    margin: 0 0 0 15px;
  }
}


/* admin navigation */

.admin-navigation.navbar {
  background-color: #6eb7d7;
  border: 1px solid #6eb7d7;
}

.admin-navigation.navbar {
  border-radius: 0px;
  min-height: 40px;
}

.admin-navigation .navbar-nav>.active>a,
.admin-navigation .navbar-nav>.active>a:hover,
.admin-navigation .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #6eb7d7;
  border-color: #6eb7d7;
}

.admin-navigation .navbar-nav>.open>a,
.admin-navigation .navbar-nav>.open>a:hover,
.admin-navigation .navbar-nav>.open>a:focus {
  background-color: #6eb7d7;
  color: #fff;
}

.admin-navigation .navbar-nav>li>a {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
}

.admin-navigation .navbar-nav>li>a:hover,
.admin-navigation .navbar-nav>li>a:active {
  color: #fff;
  background-color: transparent;
}

.admin-navigation .btn-small {
  padding: 4px 10px;
}

.admin-navigation .dropdown-menu {
  background-color: #6eb7d7;
  border: 0;
}

.admin-navigation .dropdown-menu>li>a {
  color: #fff;
}

.admin-navigation .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.admin-navigation .nav > li > a:focus {
  background-color: transparent;
}


/* footer */

.footer-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.footer-content {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 12px;
}


/* space short listing */

.listing-container {
  background-color: #fff;
  margin-bottom: 15px;
/*  border: 1px solid rgba(0,0,0,0.05);*/
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  border-radius: 0;
  overflow: hidden;
  max-width: 790px;
}

.listing-container:hover {
/*  border: 1px solid rgba(0,0,0,0.25);*/
  box-shadow: 0 0 0 1px rgba(0,0,0,0.20)
}

.listing-image {
  height: 183px;
  text-align: center;
}

.listing-info-container {
  padding: 15px 0 5px 0;
  margin-bottom: 0;
}

.listing-container p.space-name, p.space-name a {
  font-size: 36px;
  line-height: 30px;
  margin: 5px 0;
  text-decoration: none;
  font-weight: 400;
}

.listing-container .venue-name {
  font-size: 16px;
  margin: 0 0 7px 0;
}

.listing-table {
  margin-right: 0;
  padding: 0;
}

.listing-table .table-cell {
  padding: 12px 10px 8px 10px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: -16px;
  margin-bottom: 10px;
  min-height: 62px;
}

.listing-table .heading {
  font-size: 12px;
  color: #666;
}

.listing-table .info {
  font-size: 22px;
  color: #cd4f2a;
  margin-top: 2px;
}

.marketplace-info-header {
  background-color: rgba(0,0,0,0.1);
  padding: 8px 15px 4px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.marketplace-info-body {
  background-color: #fff;
  padding: 15px;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

/* panels */

a .panel-heading {
  background-color: #eee;
  border-radius: 0;
}
a .panel-heading:hover {
  background-color: #e8e8e8;
}

.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel, .panel {
  border-radius: 0;
}

.panel a {
  text-decoration: none;
}

.panel-body .subtitle, .white-box .subtitle {
  font-size: 12px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  margin: 15px 0 0 0;
  color: #aaa;
  text-transform: uppercase;
}

.panel-body .small {
  font-size: 12px;
  line-height: 13px;
}

.panel-body p {
  font-size: 14px;
  margin: 7px 0;
}

.dashboard .panel {
  box-shadow: none;
}

.dashboard .panel-heading {
  background-color: #fff;
  padding: 15px;
}

.dashboard h3 {
  font-size: 32px;
}

.dashboard .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}

.dashboard .panel-body {
  padding-top: 10px;
  padding-bottom: 20px;
}

.concurrent .collapsed {
  color: #ccc !important;
}

/* tables */

.col-title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  padding: 2px 8px;
  margin-bottom: 0;
  color: #999;
  border-bottom: 1px solid #ccc;
  letter-spacing: .5px;
}

.table {
  margin-bottom: 0;
}

.table .row {
  border-bottom: 1px solid #eee;
}

.table-row {
  font-size: 14px;
  padding: 8px;
  line-height: 19px;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
}

.table-row-fixed {
  font-family: courier, fixed;
  color: #333;
  font-size: 11px;
  padding: 3px 8px;
  line-height: 19px;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
}

.underline {
  border-bottom: 1px solid #e5e5e5 !important;
}

.overline {
  border-top: 1px solid #e5e5e5 !important;
}

.double-underline {
  padding-bottom: 3px;
  border-bottom: 2px solid #ccc !important;
}


/* google maps */

#map-canvas {
  height: 400px;
	border-bottom: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
  margin-top: -5px;
}

#search-map-canvas {
  height: 450px;
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 20px;
}

/*#map-canvas h4 {
  font-size: 24px;
  margin-bottom: 6px;
}

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #ff8e36;
}

.gm-style .gm-style-iw {
  max-width: 400px;
  border-radius: 3px;
}
*/

.gm-style .gm-style-iw-c {
  border-radius: 3px;
}

/* cover image */

.home-cover-image {
  width: 100%;
  margin-top: -5px;
  height: 400px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: all;
  margin-bottom: 20px;
}


.currency {
  text-align: right;
  padding-right: 0;
}

.row-wrapper {
  background-color: #e7e7e7;
  padding: 2px;
}

.pricing-table {
  margin: 0 5px;
}

.pricing-table .row {
  border-bottom: 1px solid #ddd;
  padding-top: 4px;
  padding-bottom: 3px;
}

.label-status {
  color: #666;
  font-size: 11px;
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #fff;
  padding: 3px 6px 2px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.label-plain {
  color: #666;
  font-size: 11px;
  position: relative;
  top: -2px;
  display: inline-block;
  background-color: #fff;
  padding: 3px 6px 2px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.label-small {
  font-size: 11px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  padding: 2px 6px 1px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 0;
  margin: 0;
}

.label-xs {
  font-size: 10px;
  position: relative;
  display: inline-block;
  background-color: transparent;
  padding: 2px 4px 1px 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0;
}

i.req {
  color: #87d03c;
  font-size: .65rem;
  position: relative;
  top: -.5rem;
  left: .1rem;
}

i.tip {
  color: #ffc75f;
  font-size: 90%;
  position: relative;
  top: -1px;
}

.request-toolbar {
  position: fixed;
  top: 300px;
  left: -1px;
  background-color: #fff;
  padding: 10px 8px;
  border: 1px solid #ddd;
  z-index: 1025;
}

.count {
  display: inline-block;
  border-radius: 3px;
/*  height: 20px;*/
  padding: 1px 5px;
/*  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
*/  font-size: 12px;
  color: #fff;
/*  background-color: rgba(0,0,0,0.25);*/
  position: relative;
  text-align: center;
  cursor: pointer;
  top: -2px;
  margin-bottom: -5px;
}

.done {
  background-color: #87d03c;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  padding: 2px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  font-size: 11px;
  position: relative;
  text-align: center;
  cursor: pointer;
  top: -2px;
  margin-bottom: -5px;
}

#internal-notes .note {
  color: #ff8e36;
  line-height: 1.1;
  font-size: 26px;
}

#internal-notes .note-frame {
  padding: 8px 16px;
  border: 1px solid #eee;
  margin-top: 10px;
  border-radius: 4px;
}

.internal-note {
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 2px 2px 10px 2px;
  position: relative;
}

.internal-note .corner {
  background-color: #fff;
  width: 20px;
  height: 35px;
  position: absolute;
  bottom: -15px;
  right: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* DASHBOARD */

.dash-num {
  font-size: 84px;
  margin: 0;
  line-height: 1;
}

.week-cal .header {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  padding: 2px 8px;
  color: #999;
  border-bottom: 2px solid #ccc;
  letter-spacing: .5px;
}

.week-cal .events {
  padding: 4px 0;
}

.week-cal p {
  margin: 5px 0;
  font-size: 11px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  letter-spacing: .4px;
  background-color: #fff;
  padding: 4px 6px;
}

.week-cal p.color1 { border-left: 3px solid #ff8e36 }
.week-cal p.color2 { border-left: 3px solid #ff8e36 }
.week-cal p.color3 { border-left: 3px solid #ffc75f }
.week-cal p.color4 { border-left: 3px solid #87d03c }
.week-cal p.color5 { border-left: 3px solid #66cbe2 }
.week-cal p.color6 { border-left: 3px solid #3dabc4 }


/* MULTISELECT */

.dropdown-menu > li > a {
  padding: 8px 10px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container > li {
  padding: 0
}

.multiselect-container > li > a.multiselect-all label{
  font-weight:700
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight:700
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor:pointer
}

.multiselect-container > li > a {
  padding:0
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px
}

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn.multiselect {
  font-family: 'VAG Rounded W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}

.filter .btn {
  padding: 6px 3px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  }

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.field_with_errors {
  display: inline;
}

.field_with_errors label {
  color: #ff8e36;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 23px;
  padding-top: 0;
  padding-bottom: 0;
}


/* roles table */

.role-table .cell {
  height: 38px;
  max-height: 38px;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden
}

.role-table .cell.head {
  border-bottom: 2px solid #ccc;
}

.role-table .cell.check {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  text-align: center;
  border-left: 1px solid #ddd;
}


.occurrence-row {
  border-left: 15px solid #e5e5e5;
  border-right: 15px solid #e5e5e5;
  padding: 8px 15px 0 15px;
}

.occurrence-footer {
  border-left: 15px solid #e5e5e5;
  border-right: 15px solid #e5e5e5;
  border-bottom: 15px solid #e5e5e5;
  padding: 8px 15px;
}

.message-text {
  font-size: 22px;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #fff;
}

.message-input {
  height: 175px !important;
  border-radius: 15px !important;
  padding: 15px !important;
  background-color: #f5f5f5;
  padding: 16px;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  font-size: 20px !important;
}

.less-padding {
  padding-right: 10px;
  padding-left: 10px;
}

.border-right {
  border-right: 1px solid #ddd !important;
}

.border-left {
  border-left: 1px solid #ddd !important;
}

.report-frame {
  width: 100%;
  overflow-x: scroll;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.report-view td {
  font-size: 14px;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px;
  white-space: nowrap;
  max-width: 100px;
  overflow-x: hidden;
}

.report-view td.table-header {
  background-color:#fff;
  border-bottom: 2px solid #999;
}

.report-view td.table-row {
  background-color:#fff;
}

.request-tag {
  color: #fff;
  font-size: 11px;
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 6px 2px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
}

.request-tag-input {
  background-color: transparent;
  font-size: 12px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px;
  height: 20px !important;
  position: relative;
  top: -2px;
}

.new_request_tag {
  display: inline;
}

.ui-menu-item {
  font-size: 11px;
  position: relative;
  top: -2px;
  padding: 3px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
}

.ui-autocomplete {
  background-color: #fff;
  max-width: 250px;
  overflow-x: hidden;
  list-style-type: none;
  padding: 5px 0 2px 0;
  border: 1px solid #ddd;
}

ul.ui-autocomplete {
  margin: 0;
}

li.ui-state-focus {
  background-color: #f1f1f1;
  border-radius: 0
}

.tag-color {
  padding: 0;
  height: 20px;
  width: 30px;
}

.tags .badge {
  width: 21px;
}

.event-tag {
  color: #fff;
  font-size: 11px;
  position: relative;
  display: inline-block;
  padding: 3px 6px 2px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  cursor: default;
}

.dropdown.options, .no-options {
  background-color: #f9f9f9;
  height: 36px;
  padding: 7px 10px;
}

.dropdown.options.open {
  background-color: #e8e8e8;
  height: 36px;
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
}

.dropdown.options .dropdown-menu {
  padding: 10px 10px 5px 10px;
  background-color: #e8e8e8;
  border-width: 1px 0 0 0;
  border-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.1);
  margin: 0;
}

#occurrence-fees-frame {
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#insurance-frame {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

div.space_type {
/*  background-color: #fff;*/
  height: 28px;
  padding: 4px 6px;
  margin-top: 3px;
/*  border: 1px solid #eee;*/
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
}

input[type="radio"].btn-toggle:checked + label {
  background-color: #999999;
  color: #fff;
  cursor: default;
}

.activity-feed {
  padding: 0 15px;
}

.activity-feed .row {
  margin-top: 0;
  margin-bottom: 0;
}

.activity-item label {
  background-color: #f5f5f5;
  font-size: 12px;
  padding: 1px 5px 0 5px;
  letter-spacing: 1px;
  border: 1px solid #f1f1f1;
  margin: 0;
  color: #888;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
}

.activity-marker {
  position: absolute;
  left: -8px;
  top: 10px;
}

.activity-item {
  padding-left: 35px;
  margin-left: 20px;
  border-left: 2px solid #ddd !important;
}

.activity-feed p.field-label {
  margin-top: 13px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
    -moz-appearance: textfield;
}

.row.property {
  padding-top: 6px;
  padding-bottom: 6px;
/*  background-color: #f5f5f5;*/
}

.row.property div {
  padding-left: 0;
}
.row.space {
  padding-top: 7px;
  padding-bottom: 4px;
}

.row.space .name {
  font-size: 14px;
}

/* TINY MCE WYSIWYG */

.mce-container {
  border: 0 !important;
}

body.tinymce {
  font-size: 16px !important;
  font-family: 'VAG Rounded W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.mce-panel, .mce-btn {
  background-image: none !important;
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
  border-bottom: 1px solid #ddd !important;
}

.mce-btn-group .mce-last {
  border-right: 0 !important;
}

.mce-btn-group .mce-first {
  border-left: 0 !important;
}

.mce-btn-group .mce-btn {
  border-width: 0 !important;
}

.mce-ico {
  color: #777 !important;
}

/* FULL CALENDAR */

/* weekly cals */
.fc-time-grid-event {
  padding: 6px 4px !important;
}

/* month cal view */
.fc-day-grid-event {
  padding: 3px 3px 2px 3px !important;
  border-radius: 0;
}

.fc-day-grid-event .fc-content {
  line-height: 1.2px !important;
}

.fc-event .fc-content {
  margin-top: 1px;
}

.fc-title, .fc-time {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  line-height: 12px;
  padding: 0;
}

.fc-header-toolbar h2 {
/*  background-color: #f5f5f5;*/
  padding: 7px 15px 6px 15px;
  margin: 0 2px !important;
  position: relative;
  top: 1px;
  font-size: 18px;
  color: #999;
}

#space_calendar .fc-left, #space_calendar .fc-right,
#property_calendar .fc-left, #property_calendar .fc-right {
  width: 250px;
}

#public_calendar .fc-left, #public_calendar .fc-right {
  width: 220px;
}

#space_calendar .fc-right .fc-button-group,
#property_calendar .fc-right .fc-button-group {
  float: right;
}

.fc-today-button.fc-state-disabled { opacity: 1; }

.fc-state-disabled {
  color: #333333;
  background-color: #cccccc;
}

.fc-day.fc-today {
  background-color: #f9f9f9 !important;
}

.fc-day-header {
  background-color: #f5f5f5;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 5px 0 4px 0 !important;
}

.fc-ltr .fc-basic-view .fc-day-number {
  position: relative;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 100px;
}

.fc-time-grid-event {
  padding: 6px 2px;
}

.fc .fc-toolbar > * > * {
  margin: 0;
}

.fc .fc-toolbar .btn-primary {
  background-color: #e5e5e5;
  border: 0;
  font-size: 14px;
  color: #888;
}

.fc .fc-toolbar .btn-default {
  background-color: #f9f9f9;
  color: #999;
  border: 1px solid #f1f1f1;
  font-size: 14px;
}

.fc-next-button,
.fc-prev-button {
  padding: 0 4px !important;
}

/*.fc-next-button, .fc-prev-button {
  border: 0 !important;
  background-color: #fff !important;
  height: 22px !important;
}*/

/*.fc-next-button:active, .fc-prev-button:active,
.fc-next-button:hover, .fc-prev-button:hover {
  color: #ff8e36;
  background-color: #fff !important;
  box-shadow: none;
}*/

.fc .fc-toolbar .pull-left {
  width: 33%;
}

.fc .fc-toolbar .pull-right {
  width: 33%;
}

.fc .fc-toolbar .pull-right .btn-group {
  float: right;
}

.fc .fc-toolbar .fa-center {
  width: 33%;
  text-align: center;
}

.progress-bar .fa {
  font-size: .7em;
}

.fc button {
  box-shadow: none;
}

.fc-state-default {
  box-shadow: none;
  background-image: none;
  border-color: #fff;
  color: #999;
  outline: none;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.5em;
}

.fc-toolbar .fc-left {
  min-width: 120px;
}

.fc-event .fc-content {
  color: #fff;
  border-radius: 0 !important;
}

.fc-content .fc-time,
.fc-content .fc-title {
  color: #fff;
}

.fc-event {
  border-radius: 0 !important;
}

.fc-basicWeek-view .fc-title {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.fc-list-item-title {
  font-size: 22px;
}

.fc-event-dot {
  height: 14px;
  width: 14px;
  border-radius: 0;
  position: relative;
  top: 6px;
}

.fc-list-item-time {
  font-size: 22px;
}

.fc-list-heading-main {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #999;
}

.fc-list-table td {
  padding: 3px 14px;
}

.fc-list-heading td {
  background: #fff !important;
  border: 0;
  padding-top: 25px;
}

.fc-listMonth-view {
  border: 0;
}

.fc-list-item-title a[href]:hover {
  text-decoration: none;
}

/* PAGINATION */

.pagination {
  margin: 0;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #fff;
  border-radius: 2px !important;
  color: #666;
  height: 25px;
  text-align: center;
  margin-right: 3px;
  font-family: 'VAG Rounded W01 Bold';
  font-size: 13px;
  text-transform: uppercase;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #666;
  border-color: #666;
  border-radius: 2px !important;
  height: 25px;
  text-align: center;
  font-family: 'VAG Rounded W01 Bold';
  font-size: 13px;
  text-transform: uppercase;
}

.pagination > li > a,
.pagination > li > span {
  padding: 3px 8px;
}

.entry-info {
  color: #666;
  vertical-align: middle;
  margin-left: 10px;
}

.pagination-info {
/*  font-family: 'VAG Rounded W01 Bold';*/
  font-size: 14px;
}

#error_explanation h2 {
  display: none;
  visibility: hidden;
}

#error_explanation > ul {
  list-style: none;
}

#error_explanation > ul > li {
  margin-left: -40px;
  color: #ff8e36;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'VAG Rounded W01 Bold', 'Helvetica Neue', arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

.agreement-arrow {
  position: relative;
  width: 48px;
  height: 48px;
  top: -10px;
  left: -55px;
  margin-bottom: -45px;
  color: #ff8e36;
}

.column-tenth {
  float: left;
  position: relative;
  min-height: 1px;
  width: 12.5%;
  padding: 0 2px;
}

.ruler {
  width: 100%;
  max-width: 1250px;
  height: 100px;
  border-radius: 4px;
  cursor: pointer;
  background: rgba(226,185,72,1);
  background: -moz-linear-gradient(top, rgba(226,185,72,1) 0%, rgba(209,171,65,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,185,72,1)), color-stop(100%, rgba(209,171,65,1)));
  background: -webkit-linear-gradient(top, rgba(226,185,72,1) 0%, rgba(209,171,65,1) 100%);
  background: -o-linear-gradient(top, rgba(226,185,72,1) 0%, rgba(209,171,65,1) 100%);
  background: -ms-linear-gradient(top, rgba(226,185,72,1) 0%, rgba(209,171,65,1) 100%);
  background: linear-gradient(to bottom, rgba(226,185,72,1) 0%, rgba(209,171,65,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2b948', endColorstr='#d1ab41', GradientType=0 );
}

.introjs-tooltip {
  padding: 15px;
/*  margin-left: 150px;*/
  min-width: 300px;
  max-width: 400px;
}

.introjs-helperNumberLayer {
  opacity: 0;
  visibility: hidden;

}

.introjs-progressbar {
  background-color: #aaa;
}

.introjs-tooltiptext h3 {
  margin-bottom: 5px;
}

.introjs-helperLayer {
  background-color: #fff;
}

.tab-pane .max-width {
  width: 1130px;
  max-width: 1130px;
}

.price-list-cell {
  padding: 12px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 3px;
  margin-left: 3px;
/*  color: #999;*/
}

.price-list-cell h1 {
  font-size: 68px !important;
  margin-bottom: -5px;
  margin-top: 5px;
}

.price-list-cell h2 {
  font-size: 44px !important;
}

.dropdown-menu.pricing-plans {
  width: 280px;
}

.dropdown-menu.pricing-plans .dropdown-section-label {
  margin: 10px;
  color: #999;
}

.register-form-field.true { color: #777; }
.register-form-field.false { pointer-events: none; color: #777; opacity: 1; }

.register-form-label.true { color: #ffc75f; }
.register-form-label.false { color: #eee; }

.register-form-button.true { }
.register-form-button.false { display: none; pointer-events: none; }

.register-form-text.true { color: #888; }
.register-form-text.false { color: #ccc !important; }

.register-form-frame.true { border: 2px solid #aaaaaa; border-radius: 6px; }
.register-form-frame.false { border: 2px solid #e5e5e5; border-radius: 6px; }

.register-form-link.true { }
.register-form-link.false { pointer-events: none; cursor: not-allowed;}

.form-field-border {
  padding: 6px 8px;
  background-color: #e5e5e5;
}

.form-field-single-line {
  height: 34px;
  overflow: hidden;
  white-space: nowrap;
}

.selected-options-dropdown {
  padding: 6px 8px;
  background-color: #e5e5e5;
  box-shadow: none;
  margin: 0;
  border-top: 0;
  border-radius: 0;
}


/* PRINT */

.only-print, .print-only {
  display: none;
  visibility: hidden;
}

@media print {
  @page {
    margin: 1cm;
    min-width: 992px !important;
  }
  html {
    height: auto;
    min-width: 992px !important;
  }
  body {
    height: auto;
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
    min-width: 992px !important;
  }
  .container {
    width: auto;
    min-width: 992px;
  }
  .container-fluid {
    width: auto;
    min-width: 992px;
  }
  .page-frame {
    border: 0 !important;
  }
  .no-print, .noPrint {
    visibility: hidden !important;
    display: none !important;
  }
  .only-print, .print-only {
    display: inherit;
    visibility: inherit;
  }
  a:link:after, a:visited:after {
    content: "";
  }
  .tab-content {
    border: 0;
  }
  .tab-pane {
    padding: 0;
  }
  .tab-pane .max-width {
    width: 100%;
    max-width: 100%;
  }
  #occurrence-fees-frame {
    max-height: none;
    overflow-y: auto;
  }
  #insurance-frame {
    max-height: none;
    overflow-y: auto;
  }
  .frame-no-print {
    border: 0 !important;
    padding: 0 !important;
  }
  .form-field-border, .print-border {
    border: 1px solid #555 !important;
  }
  div#content {
    overflow: visible;
  }
  .print-no-float {
    float: none;
  }
  .btn, .btn-color1, .btn-color2, .btn-color3, .btn-color4, .btn-color5 {
    border: 1px solid #999 !important;
    background-color: #fff !important;
    color: #666 !important;
  }

  .col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12, .col-print-05, .col-print-15 { float: left; }
  .col-print-12 { width: 100%; }
  .col-print-11 { display: inherit !important; width: 91.6666%; }
  .col-print-10 { display: inherit !important; width: 83.3333%; }
  .col-print-9 { display: inherit !important; width: 75%; }
  .col-print-8 { display: inherit !important; width: 66.6666%; }
  .col-print-7 { display: inherit !important; width: 58.3333%; }
  .col-print-6 { display: inherit !important; width: 50%; }
  .col-print-5 { display: inherit !important; width: 41.66666%; }
  .col-print-4 { display: inherit !important; width: 33.3333%; }
  .col-print-35 { display: inherit !important; width: 29.1666% }
  .col-print-3 { display: inherit !important; width: 25%; }
  .col-print-25 { display: inherit !important; width: 20.8333%; }
  .col-print-2 { display: inherit !important; width: 16.66666%; }
  .col-print-15 { display: inherit !important; width: 12.5%; }
  .col-print-1 { display: inherit !important; width: 8.3333%; }
  .col-print-05 { display: inherit !important; width: 4.1666%; }
  .hidden-print { display: none !important; }
}

@media (max-width: 767px) {
  .col-xs-35 { float: left; width: 29.1666%; }
  .col-xs-25 { float: left; width: 20.8333%; }
  .col-xs-15 { float: left; width: 12.5%; }
  .col-xs-05 { float: left; width: 4.1666% }
}
@media (min-width: 768px) {
  .col-sm-35 { float: left; width: 29.1666%; }
  .col-sm-25 { float: left; width: 20.8333%; }
  .col-sm-15 { float: left; width: 12.5%; }
  .col-sm-05 { float: left; width: 4.1666% }
}
@media (min-width: 992px) {
  .col-md-35 { float: left; width: 29.1666%; }
  .col-md-25 { float: left; width: 20.8333%; }
  .col-md-15 { float: left; width: 12.5%; }
  .col-md-05 { float: left; width: 4.1666% }
}
@media (min-width: 1200px) {
  .col-lg-35 { float: left; width: 29.1666%; }
  .col-lg-25 { float: left; width: 20.8333%; }
  .col-lg-15 { float: left; width: 12.5%; }
  .col-lg-05 { float: left; width: 4.1666% }
}

.space-type {
  font-size: 21px;
  background-color: #fff;
  height: 42px;
  line-height: 1.5;
  padding: 6px 12px;
  border-radius: 6px;
  color: #aaa;
}

.change-order .btn[disabled] {
  opacity: 0.2;
}

.lighten input,
.lighten .input-group-addon,
.lighten #options-list-toggle {
  opacity: 0.6 !important;
  pointer-events: none;
}

.request-confirmed {
  background-color: #66cbe2 !important;
  border: 1px solid #66cbe2 !important;
}

.request-tentative {
  background-color: #66cbe2 !important;
  border: 1px solid #66cbe2 !important;
  opacity: 0.5;
}

.event-confirmed {
  background-color: #ff8e36 !important;
  border: 1px solid #ff8e36 !important;
}

.event-tentative {
  background-color: #ff8e36 !important;
  border: 1px solid #ff8e36 !important;
  opacity: 0.5;
}

.request-confirmed .fc-title, .request-confirmed .fc-time,
.event-confirmed .fc-title, .event-confirmed .fc-time {
  color: #ffffff !important;
}

.request-tentative .fc-title, .request-tentative .fc-time,
.event-tentative .fc-title, .event-tentative .fc-time {
  color: #ffffff !important;
}

.nav-crumbs-container {
  height: 35px;
}

.nav-crumbs > li > a {
  padding: 0 !important;
  background-color: transparent !important;
}

.nav-crumbs > li > .field-label {
  line-height: 20px;
  display: block;
}

.nav-crumbs > li {
  float: left;
}

.nav-crumbs .divider {
  padding: 0 14px;
  line-height: 18px;
  font-size: 16px;
}

.nav-crumbs .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
}

.nav-crumbs .dropdown-menu li {
  font-size: 14px !important;
}

.nav-crumbs .dropdown-menu li a {
  padding: 2px 8px;
}

.nav-crumbs .divider {
  padding: 0 14px;
  line-height: 18px;
  font-size: 16px;
}

.collapse-link-color1:link .fa-check,
.collapse-link-color1:visited .fa-check,
.collapse-link-color2:link .fa-check,
.collapse-link-color2:visited .fa-check,
.collapse-link-color3:link .fa-check,
.collapse-link-color3:visited .fa-check,
.collapse-link-color4:link .fa-check,
.collapse-link-color4:visited .fa-check,
.collapse-link-color5:link .fa-check,
.collapse-link-color5:visited .fa-check,
.collapse-link-color6:link .fa-check,
.collapse-link-color6:visited .fa-check
 {
  color: #fff !important;
}

a.collapse-link-color1,
.collapse-link-color1:link,
.collapse-link-color1:visited,
a.collapse-link-color2,
.collapse-link-color2:link,
.collapse-link-color2:visited,
a.collapse-link-color3,
.collapse-link-color3:link,
.collapse-link-color3:visited,
a.collapse-link-color4,
.collapse-link-color4:link,
.collapse-link-color4:visited,
a.collapse-link-color5,
.collapse-link-color5:link,
.collapse-link-color5:visited,
a.collapse-link-color6,
.collapse-link-color6:link,
.collapse-link-color7:visited
 {
  color: #555;
}

.collapse-link-color1:hover,
.collapse-link-color1:active,
.collapse-link-color1:hover .fa-check,
.collapse-link-color1:active .fa-check {
  color: #ff8e36 !important;
}

.collapse-link-color2:hover,
.collapse-link-color2:active,
.collapse-link-color2:hover .fa-check,
.collapse-link-color2:active .fa-check {
  color: #ff8e36 !important;
}

.collapse-link-color3:hover,
.collapse-link-color3:active,
.collapse-link-color3:hover .fa-check,
.collapse-link-color3:active .fa-check {
  color: #ffc75f !important;
}

.collapse-link-color4:hover,
.collapse-link-color4:active,
.collapse-link-color4:hover .fa-check,
.collapse-link-color4:active .fa-check {
  color: #87d03c !important;
}

.collapse-link-color5:hover,
.collapse-link-color5:active,
.collapse-link-color5:hover .fa-check,
.collapse-link-color5:active .fa-check {
  color: #66cbe2 !important;
}

.collapse-link-color6:hover,
.collapse-link-color6:active,
.collapse-link-color6:hover .fa-check,
.collapse-link-color6:active .fa-check {
  color: #3dabc4 !important;
}

.event-cover-image {
  height: 300px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: all;
  border-width: 1px 1px 0 1px;
  border-color: #eee;
  border-style: solid;
  padding: 15px;
  position: relative;
}

.event-cover-image-square {
  height: 131px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: all;
}

.user-thumbnail {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  margin: 5px;
  vertical-align: middle;
}
