#dashboard-wrapper table {
  width: 100%; }
  #dashboard-wrapper table.overview {
    margin-bottom: 60px; }
    #dashboard-wrapper table.overview tr.first-row td {
      border-bottom: 1px solid #d8d8d8; }
    #dashboard-wrapper table.overview tr td {
      text-align: center;
      padding: 30px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }
      #dashboard-wrapper table.overview tr td.total-offline-installation.orange {
        color: #ffbf3d; }
      #dashboard-wrapper table.overview tr td.total-offline-installation.green {
        color: #71bc4c; }
      #dashboard-wrapper table.overview tr td.total-evacuations {
        color: #ffbf3d; }
      #dashboard-wrapper table.overview tr td .count {
        font-family: "Montserrat", sans-serif;
        font-size: 36px; }
      #dashboard-wrapper table.overview tr td.middle {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8; }
#dashboard-wrapper .installation-actions-wrapper {
  padding: 30px 0; }
  #dashboard-wrapper .installation-actions-wrapper .title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px; }
  #dashboard-wrapper .installation-actions-wrapper button {
    margin-top: 15px; }

.evacuation-reason-label {
  margin-top: 15px; }

#dashboard-middleware-wrapper table {
  width: 100%; }
  #dashboard-middleware-wrapper table.overview {
    margin-bottom: 60px; }
    #dashboard-middleware-wrapper table.overview tr td {
      text-align: center;
      padding: 30px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }
      #dashboard-middleware-wrapper table.overview tr td .count {
        font-family: "Montserrat", sans-serif;
        font-size: 36px; }
      #dashboard-middleware-wrapper table.overview tr td.middle {
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8; }

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3b3d39;
  width: 320px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }
  #navigation .nav-box {
    margin: 15px 0 15px 0; }
    #navigation .nav-box.manuals ul {
      border: none; }
    #navigation .nav-box a {
      color: #fff; }
      #navigation .nav-box a.active {
        color: #62BDFB; }
    #navigation .nav-box .title-wrapper {
      color: #c6c6a4;
      margin-left: 20px;
      position: relative;
      height: 25px; }
      #navigation .nav-box .title-wrapper .icon-wrapper {
        position: absolute;
        top: 0;
        font-size: 20px; }
      #navigation .nav-box .title-wrapper .title {
        position: absolute;
        top: 2px;
        left: 40px; }
    #navigation .nav-box ul {
      padding: 0;
      margin-left: 60px;
      margin-right: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #7d7d7c; }
      #navigation .nav-box ul li {
        list-style-type: none;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px; }

.user-status {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
  background-color: #ee0000; }
  .user-status.status-1 {
    background-color: #71bc4c; }

#user-overview table tr td {
  vertical-align: bottom; }

#user-info-wrapper {
  height: 100px;
  border-bottom: 1px solid #7d7d7c; }
  #user-info-wrapper .image {
    width: 50px;
    height: 50px;
    margin: 20px;
    border-radius: 50%;
    background-color: #c6c6a4;
    display: inline-block;
    overflow: hidden; }
    #user-info-wrapper .image .initials {
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      letter-spacing: 1px;
      margin-top: 12px; }
    #user-info-wrapper .image img {
      max-width: 100%; }
  #user-info-wrapper .user-info {
    display: inline-block;
    width: 180px;
    position: absolute;
    top: 30px;
    color: #fff;
    font-size: 12px; }
    #user-info-wrapper .user-info a {
      color: #fff; }
      #user-info-wrapper .user-info a:hover {
        text-decoration: underline; }
      #user-info-wrapper .user-info a.logout {
        border-left: 2px solid #c6c6a4;
        padding-left: 6px;
        margin-left: 6px; }
    #user-info-wrapper .user-info .name {
      font-family: "Montserrat", sans-serif;
      font-weight: 300; }
    #user-info-wrapper .user-info .group {
      font-style: italic;
      text-transform: uppercase;
      color: #c6c6a4; }

#user-login-wrapper {
  width: 400px;
  margin: 100px auto 0 auto;
  border: 1px solid #7d7d7c;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff; }
  #user-login-wrapper .logo {
    width: 200px;
    height: auto;
    margin: 0 auto 15px auto;
    text-align: center; }
  #user-login-wrapper label {
    display: inline-block; }
  #user-login-wrapper input {
    width: 100%;
    margin-bottom: 10px; }
    #user-login-wrapper input[type=checkbox] {
      width: 20px; }
  #user-login-wrapper #_submit {
    height: 35px;
    line-height: 25px;
    margin-top: 15px; }

.usergroup-image {
  border-radius: 50%; }

.usergroup-no-image {
  border-radius: 50%;
  background-color: #ebebeb; }

table tr td.logo {
  width: 80px; }
table tr td.name, table tr td.actions {
  width: 20%;
  line-height: 50px; }

#usergroup-edit-wrapper .thumbnail {
  width: 100px;
  float: left;
  margin-right: 15px; }
  #usergroup-edit-wrapper .thumbnail img {
    border-radius: 50%; }
#usergroup-edit-wrapper #userbundle_usergroup_imageFile_delete {
  margin-top: 15px;
  margin-left: 15px; }

#bollard-detail-wrapper {
  margin-top: 30px; }

.bollard-up {
  width: 14px;
  height: 24px;
  margin-left: 13px;
  background: #000; }
  .bollard-up.green {
    background: #71bc4c; }
  .bollard-up.orange {
    background: #ffbf3d; }
  .bollard-up.blue {
    background-color: #62BDFB; }
  .bollard-up.purple {
    background-color: #D462FB; }
  .bollard-up.red {
    background-color: #ee0000; }

.bollard-down {
  width: 15px;
  height: 25px;
  margin-left: 13px;
  background: #d8d8d8;
  position: relative; }
  .bollard-down .bollard-state {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    background: #000; }
  .bollard-down.green .bollard-state {
    background: #71bc4c; }
  .bollard-down.orange .bollard-state {
    background: #ffbf3d; }
  .bollard-down.blue .bollard-state {
    background-color: #62BDFB; }
  .bollard-down.purple .bollard-state {
    background-color: #D462FB; }
  .bollard-down.red .bollard-state {
    background-color: #ee0000; }

.bollard-up-big {
  width: 42px;
  height: 75px;
  margin: 0 auto;
  background: #000; }
  .bollard-up-big.green {
    background: #71bc4c; }
  .bollard-up-big.orange {
    background: #ffbf3d; }
  .bollard-up-big.blue {
    background-color: #62BDFB; }
  .bollard-up-big.purple {
    background-color: #D462FB; }
  .bollard-up-big.red {
    background-color: #ee0000; }

.bollard-down-big {
  width: 45px;
  height: 75px;
  margin: 0 auto;
  background: #d8d8d8;
  position: relative; }
  .bollard-down-big .bollard-state {
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 0;
    background: #000; }
  .bollard-down-big.green .bollard-state {
    background: #71bc4c; }
  .bollard-down-big.orange .bollard-state {
    background: #ffbf3d; }
  .bollard-down-big.blue .bollard-state {
    background-color: #62BDFB; }
  .bollard-down-big.purple .bollard-state {
    background-color: #D462FB; }
  .bollard-down-big.red .bollard-state {
    background-color: #ee0000; }

#bollard-map-legend {
  background-color: #dfdfdf;
  padding: 5px 10px;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8; }

#bollard-map-wrapper {
  position: relative;
  border: 2px solid #d8d8d8;
  overflow: hidden; }
  #bollard-map-wrapper #info-window-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    background: white;
    margin-left: -240px; }
    #bollard-map-wrapper #info-window-wrapper #close-wrapper {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 3px;
      right: 3px;
      font-size: 16px; }
      #bollard-map-wrapper #info-window-wrapper #close-wrapper a {
        color: #000; }
    #bollard-map-wrapper #info-window-wrapper .info-window {
      padding: 15px; }
      #bollard-map-wrapper #info-window-wrapper .info-window .btn {
        background-color: #f4fbff; }
      #bollard-map-wrapper #info-window-wrapper .info-window #btn-neutralize-evacuate,
      #bollard-map-wrapper #info-window-wrapper .info-window #btn-neutralize-firekey {
        background-color: #fff4f4; }
      #bollard-map-wrapper #info-window-wrapper .info-window .box {
        border-bottom: 2px solid #d8d8d8;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        #bollard-map-wrapper #info-window-wrapper .info-window .box .title {
          text-transform: uppercase;
          margin-bottom: 10px;
          font-weight: 500; }
        #bollard-map-wrapper #info-window-wrapper .info-window .box.timezones ul {
          padding: 0 15px; }
          #bollard-map-wrapper #info-window-wrapper .info-window .box.timezones ul li {
            text-decoration: underline; }
        #bollard-map-wrapper #info-window-wrapper .info-window .box.actions {
          border: 0; }
          #bollard-map-wrapper #info-window-wrapper .info-window .box.actions ul {
            padding: 0px; }
            #bollard-map-wrapper #info-window-wrapper .info-window .box.actions ul li {
              list-style: none;
              padding: 5px 0; }
              #bollard-map-wrapper #info-window-wrapper .info-window .box.actions ul li a {
                width: 100%; }
      #bollard-map-wrapper #info-window-wrapper .info-window .icon-wrapper {
        float: left;
        width: 45px;
        padding-top: 4px;
        position: relative; }
      #bollard-map-wrapper #info-window-wrapper .info-window .name-address-wrapper {
        width: auto; }
        #bollard-map-wrapper #info-window-wrapper .info-window .name-address-wrapper .name {
          font-weight: bold; }
        #bollard-map-wrapper #info-window-wrapper .info-window .name-address-wrapper .address {
          font-size: 11px;
          font-style: italic; }
        #bollard-map-wrapper #info-window-wrapper .info-window .name-address-wrapper .macaddress {
          font-size: 10px; }
      #bollard-map-wrapper #info-window-wrapper .info-window .state-wrapper {
        text-transform: uppercase;
        margin-top: 20px; }

#bollard-overview table tr td {
  color: #000; }
  #bollard-overview table tr td.message {
    font-size: 11px; }
    #bollard-overview table tr td.message .is-loading {
      margin-bottom: 0; }
      #bollard-overview table tr td.message .is-loading.red .spinner > div {
        background-color: red; }
  #bollard-overview table tr td a {
    color: #000;
    text-decoration: underline; }
    #bollard-overview table tr td a.btn {
      text-decoration: none;
      background-color: #f4fbff; }
      #bollard-overview table tr td a.btn.btn-neutralize-evacuate {
        background-color: #fff4f4; }

#bollardstate-overview .bollard-state-color {
  width: 15px;
  height: 15px;
  border-radius: 50%; }

#bollard-map {
  width: 100%;
  height: 700px; }

#bollard-filter-wrapper {
  height: 40px;
  width: 165px;
  float: right;
  margin-bottom: 15px; }
  #bollard-filter-wrapper .sort-wrapper {
    margin-left: 30px; }
  #bollard-filter-wrapper .title {
    float: left;
    margin-right: 10px;
    line-height: 40px; }
  #bollard-filter-wrapper .spacer {
    float: left;
    width: 30px; }
  #bollard-filter-wrapper ul {
    padding: 0;
    margin: 0;
    width: auto; }
    #bollard-filter-wrapper ul li {
      float: left;
      list-style: none;
      padding: 0 3px; }
      #bollard-filter-wrapper ul li a.square {
        border: 1px solid #d8d8d8;
        width: 40px;
        height: 40px;
        text-align: center;
        display: block;
        margin: 0; }
        #bollard-filter-wrapper ul li a.square .bollard-up {
          margin-top: 8px; }
        #bollard-filter-wrapper ul li a.square .bollard-down {
          margin-top: 8px; }
        #bollard-filter-wrapper ul li a.square .bollard-status {
          width: 16px;
          height: 16px;
          background: #ee0000;
          border-radius: 50%;
          margin: 12px; }
        #bollard-filter-wrapper ul li a.square .bollard-ok {
          background-color: #71bc4c; }
        #bollard-filter-wrapper ul li a.square .sort-icon {
          margin-top: 6px;
          font-size: 20px;
          color: #000; }
      #bollard-filter-wrapper ul li a.active {
        border-color: #000; }

#installation-timezones .btn-remove {
  font-size: 20px;
  color: #ee0000; }

#timezone-new-wrapper .timezone-selector {
  font-size: 14px;
  font-weight: 300; }
  #timezone-new-wrapper .timezone-selector a {
    border: 2px solid #d8d8d8;
    width: 205px;
    display: block;
    text-align: center;
    color: #3b3d39;
    padding: 15px; }
    #timezone-new-wrapper .timezone-selector a.active {
      border-color: #71bc4c; }
    #timezone-new-wrapper .timezone-selector a span {
      font-size: 20px; }

.time-slider-day-wrapper .inner-slider-content {
  padding: 15px;
  border: 1px solid #d8d8d8; }
.time-slider-day-wrapper .slider {
  margin-left: 15px; }

.time-slider-week-wrapper {
  padding: 15px 15px 40px 15px;
  border: 1px solid #d8d8d8;
  clear: both;
  overflow: hidden; }
  .time-slider-week-wrapper .legend {
    margin-bottom: 15px; }
    .time-slider-week-wrapper .legend table tr td {
      line-height: 15px; }
      .time-slider-week-wrapper .legend table tr td .square {
        width: 15px;
        height: 15px;
        background-color: #ccc;
        display: inline-block;
        margin-right: 10px; }
        .time-slider-week-wrapper .legend table tr td .square.bg-green {
          background-color: #85c883; }
  .time-slider-week-wrapper .inner-slider-content {
    height: 56px; }
    .time-slider-week-wrapper .inner-slider-content .ui-ruler-tick:first-child .ui-ruler-tick-inner {
      border: none; }
  .time-slider-week-wrapper .slider {
    margin-top: 6px; }
  .time-slider-week-wrapper .form-group {
    clear: both; }
    .time-slider-week-wrapper .form-group .day-wrapper .day {
      line-height: 54px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: bold;
      padding-right: 20px; }
    .time-slider-week-wrapper .form-group .slider-wrapper {
      width: calc(100% - 125px);
      float: left;
      border-left: 2px solid #e3e3e3; }
  .time-slider-week-wrapper .time-slider-week-legend-wrapper {
    width: 100%;
    height: 20px;
    clear: both; }
    .time-slider-week-wrapper .time-slider-week-legend-wrapper .day-wrapper {
      width: 125px;
      float: left;
      height: 20px; }
    .time-slider-week-wrapper .time-slider-week-legend-wrapper .legend-wrapper {
      width: calc(100% - 125px);
      float: left; }
      .time-slider-week-wrapper .time-slider-week-legend-wrapper .legend-wrapper .legend-item {
        font-size: 11px;
        float: left;
        width: calc(100% / 8);
        height: 20px;
        overflow: hidden; }

.time-slider-day-wrapper {
  padding: 15px;
  border: 1px solid #d8d8d8;
  clear: both;
  overflow: hidden; }
  .time-slider-day-wrapper .legend {
    margin-bottom: 15px; }
    .time-slider-day-wrapper .legend table tr td {
      line-height: 15px; }
      .time-slider-day-wrapper .legend table tr td .square {
        width: 15px;
        height: 15px;
        background-color: #ccc;
        display: inline-block;
        margin-right: 10px; }
        .time-slider-day-wrapper .legend table tr td .square.bg-green {
          background-color: #85c883; }

.time-slider .lowist-ticker-section {
  height: 62px;
  margin-top: -6px;
  border-right: 1px solid #e3e3e3; }
.time-slider .time-slider-legend {
  width: 100%;
  height: 20px;
  clear: both; }
  .time-slider .time-slider-legend .legend-item {
    font-size: 11px;
    float: left;
    width: calc(100% / 8);
    height: 20px;
    overflow: hidden; }

.day-overview-wrapper {
  margin-top: 75px; }

.timezone-remove-block {
  width: 100%;
  background-color: #FFEEEE;
  height: 50px;
  line-height: 45px;
  text-align: right;
  border-top: 1px solid #ff0000; }
  .timezone-remove-block button {
    margin-right: 10px; }

.timezone-add-block {
  clear: both;
  text-align: right;
  background-color: #EEF9FD;
  border-top: 1px solid #00BDFF;
  width: 100%;
  height: 50px;
  line-height: 45px; }
  .timezone-add-block .input-group {
    width: 200px;
    float: right; }
  .timezone-add-block select {
    margin-left: 10px; }
  .timezone-add-block button {
    margin-left: 15px;
    margin-right: 10px; }
  .timezone-add-block a {
    margin-right: 10px; }

.timezone-overview table tr td {
  line-height: 30px; }
  .timezone-overview table tr td.name {
    width: 60%; }
  .timezone-overview table tr td.type {
    width: 10%; }
  .timezone-overview table tr td.operations {
    width: 15%; }

.zone-item-wrapper {
  margin-top: 15px; }
  .zone-item-wrapper label {
    display: none !important; }
  .zone-item-wrapper .zone-item {
    width: 40%;
    display: inline-block; }
    .zone-item-wrapper .zone-item label {
      display: block !important; }
    .zone-item-wrapper .zone-item .start-time-wrapper {
      width: 175px;
      display: inline-block; }
      .zone-item-wrapper .zone-item .start-time-wrapper select {
        width: 45% !important;
        display: inline-block;
        height: 25px; }
        .zone-item-wrapper .zone-item .start-time-wrapper select:first-child {
          margin-right: 3px; }
        .zone-item-wrapper .zone-item .start-time-wrapper select:nth-child(2) {
          margin-left: 3px; }
    .zone-item-wrapper .zone-item .end-time-wrapper {
      width: 175px;
      display: inline-block; }
      .zone-item-wrapper .zone-item .end-time-wrapper select {
        width: 45% !important;
        display: inline-block;
        height: 25px; }
        .zone-item-wrapper .zone-item .end-time-wrapper select:first-child {
          margin-right: 3px; }
        .zone-item-wrapper .zone-item .end-time-wrapper select:nth-child(2) {
          margin-left: 3px; }

.lnk-new-zone {
  margin-top: 30px; }

.lnk-delete-zone {
  display: inline-block; }

#timezonebundle_timezoneweek,
#timezonebundle_timezoneday {
  display: none; }

#logs-wrapper .day {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px; }
  #logs-wrapper .day:first-child {
    margin-top: 0; }
#logs-wrapper table tr td.indicator {
  width: 3px;
  padding: 0; }
  #logs-wrapper table tr td.indicator.critical, #logs-wrapper table tr td.indicator.error, #logs-wrapper table tr td.indicator.emergency, #logs-wrapper table tr td.indicator.alert {
    background-color: #ee0000; }
  #logs-wrapper table tr td.indicator.warning, #logs-wrapper table tr td.indicator.notice {
    background-color: #ffbf3d; }
  #logs-wrapper table tr td.indicator.info {
    background-color: #71bc4c; }
  #logs-wrapper table tr td.indicator.debug {
    background-color: #7d7d7c; }
#logs-wrapper table tr td.timestamp {
  width: 90px; }
#logs-wrapper table tr td.severity {
  width: 90px; }
#logs-wrapper table tr td.type {
  width: 90px; }
#logs-wrapper table tr td.operations {
  width: 70px; }

#logs-filter-wrapper {
  margin: 15px 0;
  background-color: #edeee3;
  border-radius: 2px;
  padding: 15px;
  display: inline-block;
  width: 100%; }
  #logs-filter-wrapper .form-group {
    display: inline-block;
    margin-left: 15px; }

.search-result {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px; }
  .search-result .meta {
    margin-top: 10px; }

html {
  background-color: #f5f5f5; }
  html body {
    background-color: #f5f5f5; }

a {
  transition: all 0.2s ease 0s;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.font-italic {
  font-style: italic; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-45 {
  margin-left: 45px; }

.form-error {
  color: #ee0000;
  font-size: 11px;
  font-style: italic; }

#messages {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 400px;
  border-radius: 3px;
  z-index: 5000; }
  #messages .alert {
    border: 1px solid; }

.external-link {
  font-size: 10px;
  margin-left: 3px; }

.is-loading {
  width: 100%;
  height: 10px;
  margin-bottom: 15px; }

.spinner {
  margin: 0;
  width: 70px;
  text-align: left; }

.spinner > div {
  width: 8px;
  height: 8px;
  background-color: #71bc4c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px; }

.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1em solid rgba(186, 255, 220, 0.2);
  border-right: 1em solid rgba(186, 255, 220, 0.2);
  border-bottom: 1em solid rgba(186, 255, 220, 0.2);
  border-left: 1em solid #62BDFB;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fr {
  float: right;
  margin-left: 10px; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
label.required:after {
  content: "*";
  display: inline-block;
  font-size: 11px;
  color: #ee0000;
  margin-left: 3px; }

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.black {
  color: #333; }

.red {
  color: #ee0000; }

.orange {
  color: #ffbf3d; }

.green {
  color: #71bc4c; }

.action-wrappers .btn {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase; }

.square {
  width: 100%; }

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

button a {
  color: #fff; }
  button a:hover {
    color: #fff; }

.error {
  padding: 5px 10px;
  border: 1px solid #ee0000;
  margin: 5px 10px; }

.mt {
  margin-top: 15px; }

.mt-m {
  margin-top: 30px; }

.mt-xl {
  margin-top: 75px; }

.mb-xl {
  margin-bottom: 75px; }

.lt {
  border-top: 1px solid #d8d8d8; }

.ll {
  border-left: 1px solid #d8d8d8; }

.lb {
  border-bottom: 1px solid #d8d8d8; }

.lr {
  border-right: 1px solid #d8d8d8; }

.form-wrapper {
  margin-top: 30px; }
  .form-wrapper .form-group {
    margin-bottom: 15px; }
    .form-wrapper .form-group label {
      width: 100%;
      display: block; }
    .form-wrapper .form-group input {
      width: 100%;
      height: 40px;
      border: 1px solid #d8d8d8;
      padding-left: 4px; }
    .form-wrapper .form-group select {
      width: 100%;
      height: 40px;
      border: 1px solid #d8d8d8;
      padding-left: 4px;
      border-radius: 0; }
    .form-wrapper .form-group textarea {
      width: 100%;
      border: 1px solid #d8d8d8;
      padding: 4px; }

.form-item {
  margin-bottom: 20px; }
  .form-item label {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-size: 14px; }
  .form-item input {
    height: 36px;
    border: 1px solid #d8d8d8;
    width: 400px; }
  .form-item textarea {
    border: 1px solid #d8d8d8; }

.top-action-link {
  margin: 15px 0; }

.action-wrapper {
  margin-top: 30px;
  border-top: 1px solid #7d7d7c;
  padding-top: 15px; }

#page-title h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  margin: 15px 0 30px 0; }

#content-top-wrapper {
  margin-top: 15px; }

#header {
  height: 100px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb; }
  #header a {
    color: #000;
    width: 100px;
    height: 100px;
    display: block; }
  #header .box {
    float: left;
    line-height: 100px; }
  #header .square {
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    border-right: 1px solid #ebebeb; }
  #header .home {
    background: #c3c8a3; }
    #header .home a {
      color: #fff; }
  #header .search {
    width: calc(100% - 266px);
    height: 100px; }
    #header .search .search-box-wrapper {
      margin-left: 30px; }
      #header .search .search-box-wrapper span {
        float: left;
        font-size: 24px;
        margin-right: 15px;
        margin-top: 35px; }
      #header .search .search-box-wrapper #form_keyword {
        float: left;
        width: 90%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-top: 32px; }
  #header .locale {
    font-size: 16px;
    border-left: 1px solid #ebebeb; }
    #header .locale a {
      color: #7d7d7c; }
    #header .locale span {
      color: #000;
      margin-left: 4px; }
  #header .logo {
    width: 165px; }
    #header .logo img {
      margin-left: 19px; }

#content-wrapper {
  margin-left: 320px; }
  #content-wrapper #content {
    padding: 15px;
    max-width: 1000px; }
    #content-wrapper #content .inner-content {
      padding: 15px;
      background: #fff;
      border: 1px solid #d8d8d8; }

#settings-form-wrapper label {
  width: 100%; }

.datepicker-days {
  position: relative; }

/*# sourceMappingURL=style.css.map */
