@charset "UTF-8";
/** Generated by FG **/
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_light.eot");
  src: local("☺"), url("../fonts/proxima_nova_light.woff") format("woff"), url("../fonts/proxima_nova_light.ttf") format("truetype"), url("../fonts/proxima_nova_light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima_nova_bold.eot");
  src: local("☺"), url("../fonts/proxima_nova_bold.woff") format("woff"), url("../fonts/proxima_nova_bold.ttf") format("truetype"), url("../fonts/proxima_nova_bold.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

body {
  margin: 0;
  padding: 0;
  position: relative; }

a img {
  border: none; }

.clear {
  clear: both; }

input {
  margin: 0;
  outline: none; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0px !important; }

ol, ul {
  margin-left: 0; }

th {
  font-size: 16px; }

.font-medium {
  font-size: 16px; }

.checkbox {
  position: relative;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 0; }
  .checkbox label {
    padding: 0; }
  .checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 2; }
  .checkbox span {
    position: relative;
    display: inline-block;
    padding-left: 27px; }
    .checkbox span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #ddd;
      background: #fff; }
    .checkbox span:after {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 20px;
      height: 20px;
      background: #2da4dc;
      color: #fff;
      line-height: 20px;
      text-align: center;
      font-family: 'Glyphicons Halflings'; }
  .checkbox input:checked + span:after {
    content: "\e013"; }
  .checkbox input:disabled + span:before {
    background: #eee; }

.radio {
  position: relative;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px; }
  .radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0; }
    .radio input:checked + span:after {
      content: ''; }
  .radio input[disabled] + span:before {
    background: #eee; }
  .radio span {
    position: relative;
    display: inline-block;
    padding-left: 35px; }
    .radio span:before {
      content: '';
      position: absolute;
      left: 0;
      top: -2px;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #ddd;
      background: #fff; }
    .radio span:after {
      position: absolute;
      left: 6px;
      top: 4px;
      width: 14px;
      height: 14px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #02adff; }

.input-date {
  width: 125px; }

.input-time {
  width: 110px; }

.input-duration {
  width: 150px; }

.input-group-addon {
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 25px !important;
  padding-left: 6px;
  padding-right: 6px; }

.input-group:not(.original) {
  position: relative; }
  .input-group:not(.original) .input-group-addon {
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 5;
    border: none;
    background: transparent; }
    .input-group:not(.original) .input-group-addon ~ .chosen-container-multi .chosen-choices {
      padding-left: 30px; }
    .input-group:not(.original) .input-group-addon + .form-control {
      padding-left: 35px;
      display: block; }

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%; }
  .chosen-container-single .chosen-single div b {
    background-position: 0 7px; }

.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none; }
  .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 8px; }

.chosen-container-single .chosen-drop {
  border-color: #ccc; }

.input-group .chosen-container-single .chosen-single {
  border-color: #ccc;
  padding-left: 30px; }

.chosen-container-single {
  width: 100% !important; }
  .chosen-container-single .chosen-single {
    min-height: 34px;
    line-height: 28px; }

.chosen-container-multi {
  width: 100% !important; }
  .chosen-container-multi .chosen-choices {
    min-height: 34px;
    border-color: #ccc;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .chosen-container-multi .chosen-choices li.search-choice {
      background: #f1f1f1;
      border: 1px solid #e5e6e7;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #333333;
      cursor: default;
      line-height: 13px;
      margin: 3px 0 3px 5px;
      padding: 7px 20px 7px 5px;
      position: relative; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 8px; }
    .chosen-container-multi .chosen-choices input[type="text"] {
      min-height: 34px; }

.chosen-disabled {
  opacity: 1 !important; }
  .chosen-disabled .chosen-choices {
    background: #eee; }

.relative {
  position: relative; }

.hide-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hidden-file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 200px;
  direction: ltr;
  cursor: pointer; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-w-xs {
  padding: 0 10px; }

.p-w-sm {
  padding: 0 15px; }

.p-w-m {
  padding: 0 20px; }

.p-w-md {
  padding: 0 25px; }

.p-w-lg {
  padding: 0 30px; }

.p-w-xl {
  padding: 0 40px; }

.p-h-xs {
  padding: 10px 0; }

.p-h-sm {
  padding: 15px 0; }

.p-h-m {
  padding: 20px 0; }

.p-h-md {
  padding: 25px 0; }

.p-h-lg {
  padding: 30px 0; }

.p-h-xl {
  padding: 40px 0; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

.img-sm {
  width: 32px;
  height: 32px; }

.img-md {
  width: 64px;
  height: 64px; }

.img-lg {
  width: 96px;
  height: 96px; }

.b-r-xs {
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.b-r-sm {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.b-r-md {
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.b-r-lg {
  -webkit-border-radius: 12px;
  border-radius: 12px; }

.b-r-xl {
  -webkit-border-radius: 24px;
  border-radius: 24px; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ddd; }

/**************** Reset Bootstrap ******************/
.font-normal {
  font-weight: normal; }

.form-group-lg .form-control,
.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: 38px; }

.btn-primary {
  background: #2da4dc;
  border-color: #2da4dc; }

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff; }

.label-block {
  display: block; }

.label-success {
  background: #549D62; }

.label-warning {
  background: #F1971F; }

.label-default {
  background: #9A9CA0; }

.label-danger {
  background: #F14D63; }

.btn-back {
  border-color: #2DA4DC;
  color: #2DA4DC; }

body.opened {
  overflow: hidden; }

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  overflow-y: scroll;
  background: url("../img/overlay.png"); }

.popup {
  background-color: #31a3ad;
  background-image: url("../img/popup-logo.png");
  background-position: center top;
  background-repeat: no-repeat;
  margin: 8% auto 2%;
  position: relative;
  max-width: 800px;
  color: #fff;
  padding-top: 115px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .popup .container-wrap {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 35px;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 16px; }
  .popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    text-shadow: none;
    border: 1px solid;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100); }
    .popup .close:hover {
      background: #58585a; }
  .popup .module-title {
    text-align: center; }
  .popup .control-label {
    font-size: 14px;
    font-weight: normal; }
  .popup .form-group {
    margin-bottom: 8px; }
  .popup .checkbox {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase; }
  .popup .submit {
    text-align: center; }
  .popup .form-control, .popup .btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none; }
  .popup input.form-control {
    height: 39px; }
  .popup .btn-submit {
    background: #58585a;
    padding-right: 35px;
    padding-left: 35px;
    height: 39px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: background .3s;
    transition: background .3s; }
    .popup .btn-submit:hover {
      background: #d4d700; }

::-webkit-scrollbar {
  width: 6px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #e2f4fd;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb:active {
  background: #888;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3); }

.imgLoader {
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.zEWidget-launcher {
  left: 18px !important;
  bottom: 85px !important; }

html, body {
  height: 100%; }

body {
  background: #f3f3f4;
  font-size: 14px;
  color: #787878;
  width: 100%;
  font-family: "Proxima Nova", Arial, Tahoma, sans-serif;
  font-weight: 100; }

a {
  color: #2da4dc; }

h3 {
  font-size: 18px;
  font-weight: normal; }

.btn-add {
  font-size: 25px;
  position: relative;
  top: -2px; }

.btn-circle {
  background-color: #2da4dc;
  color: #fff !important;
  padding: 5px 5px 3px 4px;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  font-size: 1.3rem;
  margin: 0 .5rem; }
  .btn-circle:hover {
    background-color: #23527c; }

.modal-open .modal {
  top: 90px; }

.nav.nav-tabs li a {
  cursor: pointer; }

table .sort-link {
  color: inherit;
  cursor: pointer; }

table .sortorder {
  display: inline-block;
  position: relative; }
  table .sortorder:before {
    content: '\25b2'; }
  table .sortorder.reverse:before {
    content: '\25bc'; }

.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .df.ac {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .df.jc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .df.jsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.custom-range {
  position: relative;
  padding: 5px 10px;
  margin: 0 !important; }

/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #2da4dc;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace-inactive {
  display: none; }

.custom-pagination {
  margin-top: 15px; }
  .custom-pagination label {
    font-weight: normal; }
  .custom-pagination .btn {
    min-height: 0; }
  .custom-pagination .form-control {
    min-height: 0; }

.cg-busy-default-wrapper {
  z-index: 1002; }

.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -20px;
  z-index: 9999; }

.sk-spinner-wave div {
  background-color: #2da4dc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.wrapper.wrapper-content {
  background: #fff;
  margin: 15px 0;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.input-relative {
  position: relative; }

select.localytics-chosen,
.form-control.localytics-chosen {
  display: block !important;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 29px; }

.radio-field-custom {
  position: relative;
  padding-right: 30px;
  display: block;
  font-weight: normal; }
  .radio-field-custom input {
    position: absolute;
    left: 0;
    right: 0;
    outline: none;
    opacity: 0;
    z-index: 1; }
  .radio-field-custom span {
    position: absolute;
    right: 0;
    top: 6px;
    width: 29px;
    height: 12px;
    background: #ddd;
    cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block; }
    .radio-field-custom span:before {
      content: '';
      position: absolute;
      top: -3px;
      width: 17px;
      height: 17px;
      background: #ccc;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 0 2px 3px 0 #aeaeae;
      box-shadow: 0 2px 3px 0 #aeaeae;
      -webkit-transition: left 0.2s ease;
      transition: left 0.2s ease;
      left: 0; }
  .radio-field-custom input:checked + span {
    background: rgba(45, 164, 220, 0.51); }
    .radio-field-custom input:checked + span:before {
      background: #2DA4DC;
      left: 50%; }

/* Highlight form errors */
form.validate input.ng-invalid.ng-not-empty {
  border-color: red; }

/* Popup */
.popup-wrapper {
  padding: 1.5rem; }
  .popup-wrapper .title {
    font-size: 1.9rem; }
  .popup-wrapper form > .form-row {
    overflow: hidden;
    margin: .5rem 0; }
    .popup-wrapper form > .form-row.mt-2 {
      margin-top: 1.5rem; }
  .popup-wrapper form .form-row > .w100 {
    width: 100%; }
  .popup-wrapper .dismiss {
    position: absolute;
    right: 13px;
    top: 4px;
    text-decoration: none;
    font-size: 2rem; }
  .popup-wrapper .input-group .input-group-addon:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .popup-wrapper .input-group .btn {
    min-height: 38px; }

.ss-container {
  position: relative;
  height: 100%;
  overflow: hidden !important; }

.ss-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ss-wrapper.ss-hidden {
  margin-right: 0;
  border-right: none; }

.ss-wrapper.ss-scroll {
  display: none; }

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 32px 0 0;
  position: relative;
  right: -20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ss-scroll {
  position: absolute;
  right: 0;
  background: #2caae6;
  width: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #2caae6;
  margin-left: -3px; }

.ss-container:hover .ss-scroll {
  opacity: 1; }

.ss-grabbed {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.ss-hidden + .ss-scroll {
  display: none; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0; }

.ibox.collapsed .ibox-content {
  display: none; }

.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078"; }

.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077"; }

.ibox:after,
.ibox:before {
  display: table; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  z-index: 99999;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 15em; }

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em; } }

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px; }

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px; }

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0; }

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0; }

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 38px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0; }

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"; }

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"; }

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"; }

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"; }

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"; }

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit; }

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%; }

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px; }

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"; }

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"; }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td {
  height: 38px;
  line-height: 38px;
  width: 38px; }

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777; }

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer; }

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777; }

.bootstrap-datetimepicker-widget table td.today {
  position: relative; }

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px; }

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff; }

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 2px 1.5px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777; }

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed; }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px; }

.bootstrap-datetimepicker-widget.wider {
  width: 21em; }

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

input.checkbox-switcher[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 45px;
  height: 22px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  margin-top: -2px;
  cursor: pointer; }
  input.checkbox-switcher[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 14px;
    background: #c5c5c5;
    margin: 3px 0;
    -webkit-border-radius: 7px;
    border-radius: 7px; }
  input.checkbox-switcher[type="checkbox"]:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    border: 1px solid #aaa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    -webkit-transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.3); }
  input.checkbox-switcher[type="checkbox"]:checked:before {
    background: #95d1ed;
    border-color: #95d1ed; }
  input.checkbox-switcher[type="checkbox"]:checked:after {
    left: 16px;
    background: #2da4dc;
    border-color: #2da4dc; }
  input.checkbox-switcher[type="checkbox"]:hover:not(:checked):not(:disabled):after, input.checkbox-switcher[type="checkbox"]:focus:not(:checked):not(:disabled):after {
    left: 0px; }
  input.checkbox-switcher[type="checkbox"]:hover:checked:not(:disabled):after, input.checkbox-switcher[type="checkbox"]:focus:checked:not(:disabled):after {
    left: 22px; }
  input.checkbox-switcher[type="checkbox"]:disabled {
    opacity: 0.5; }

.nav-tabs.nav-tabs-styled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  padding: 0 .5rem; }
  .nav-tabs.nav-tabs-styled > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .nav-tabs.nav-tabs-styled > li > a {
      color: #787878;
      text-align: center;
      background: none !important;
      border: none;
      cursor: pointer; }
    .nav-tabs.nav-tabs-styled > li.active, .nav-tabs.nav-tabs-styled > li.active:hover {
      border: none; }
      .nav-tabs.nav-tabs-styled > li.active > a, .nav-tabs.nav-tabs-styled > li.active:hover > a {
        color: #2da4dc;
        border: none;
        border-bottom: 3px solid #2da4dc; }

.module-authorize {
  max-width: 380px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .module-authorize .module-wrap {
    background: #fff;
    padding: 60px 48px 30px;
    -webkit-box-shadow: 0px 3px 6px #aaa;
    box-shadow: 0px 3px 6px #aaa; }
  .module-authorize .module-logo {
    display: block;
    margin-bottom: 49px;
    padding: 0px 38px; }
  .module-authorize input.form-control {
    height: 40px; }
  .module-authorize .btn {
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .module-authorize .password-input-rule .tooltip-validator {
    bottom: 100%;
    margin-bottom: 15px;
    top: auto; }
    .module-authorize .password-input-rule .tooltip-validator:before {
      top: auto;
      bottom: -10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: none;
      border-top: 10px solid rgba(0, 0, 0, 0.8); }

.page-wrapper .page-heading {
  background: #e7e7eb;
  padding: 0 10px; }
  .page-wrapper .page-heading img {
    max-width: 100%;
    max-height: 100%; }

.page-wrapper .page-body {
  height: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-wrapper .page-viewport {
  overflow: auto;
  height: 100%;
  padding: 0 15px; }

.page-wrapper .page-image-top {
  position: relative;
  z-index: 99999; }

.page-wrapper iframe {
  margin: 0 auto; }

.module-sidebar {
  position: fixed;
  width: 197px;
  z-index: 2;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #aaa;
  box-shadow: 0 0 3px #aaa;
  color: #787878;
  font-size: 16px; }
  .module-sidebar a {
    color: inherit; }
  .module-sidebar .nav > li a {
    background: none;
    padding: 14px 28px;
    font-size: 17px; }
    .module-sidebar .nav > li a span {
      padding-left: 10px; }
  .module-sidebar .nav > li:hover {
    color: #2da4dc; }
  .module-sidebar .nav > li.active {
    color: #2da4dc; }
  .module-sidebar .module-wrap {
    overflow: hidden;
    width: auto;
    height: 100%; }
  .module-sidebar .nav-header {
    padding: 35px 25px;
    display: block;
    margin-bottom: 30px; }
  .module-sidebar .user-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 27px 15px;
    border-top: 1px solid #ccc;
    text-align: center; }
    .module-sidebar .user-block .dropdown-menu {
      top: auto;
      bottom: 0;
      left: 100%; }
    .module-sidebar .user-block .dropdown.open .caret {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .module-sidebar .nav-header img {
    max-width: 100%; }
  .module-sidebar .button-sidebar-mobile {
    display: none;
    padding: 15px; }
    .module-sidebar .button-sidebar-mobile span {
      display: block;
      border-top: 2px solid;
      border-bottom: 2px solid;
      position: relative;
      height: 19px;
      width: 21px; }
      .module-sidebar .button-sidebar-mobile span:before {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        border-bottom: 2px solid;
        width: 100%;
        left: 0; }

.page-wrapper {
  height: 100vh;
  margin-left: 197px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.miniSidebar .module-sidebar {
  width: 55px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .miniSidebar .module-sidebar .nav-label {
    display: none; }
  .miniSidebar .module-sidebar .nav-header {
    display: none; }
  .miniSidebar .module-sidebar .button-sidebar-mobile {
    display: block; }
  .miniSidebar .module-sidebar:before {
    -webkit-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s; }
  .miniSidebar .module-sidebar .button-sidebar-mobile span,
  .miniSidebar .module-sidebar .button-sidebar-mobile span:after,
  .miniSidebar .module-sidebar .button-sidebar-mobile span:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .miniSidebar .module-sidebar .button-sidebar-mobile span:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-bottom: 2px solid;
    width: 100%;
    left: 0; }
  .miniSidebar .module-sidebar:before {
    content: '';
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    opacity: 0; }
  .miniSidebar .module-sidebar.module-sidebar-show {
    width: 200px; }
    .miniSidebar .module-sidebar.module-sidebar-show:before {
      left: 200px;
      bottom: 0;
      opacity: .8; }
    .miniSidebar .module-sidebar.module-sidebar-show .button-sidebar-mobile span {
      border-color: #fff; }
      .miniSidebar .module-sidebar.module-sidebar-show .button-sidebar-mobile span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .miniSidebar .module-sidebar.module-sidebar-show .button-sidebar-mobile span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .miniSidebar .module-sidebar.module-sidebar-show .user-block {
      white-space: nowrap;
      overflow: hidden; }
    .miniSidebar .module-sidebar.module-sidebar-show li {
      white-space: nowrap; }
    .miniSidebar .module-sidebar.module-sidebar-show .nav-label {
      display: inline;
      margin-left: 5px; }

.miniSidebar .page-wrapper {
  margin-left: 55px; }

@media (max-width: 768px) {
  .module-sidebar {
    width: 55px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .module-sidebar .nav-label {
      display: none; }
    .module-sidebar .nav-header {
      display: none; }
    .module-sidebar .button-sidebar-mobile {
      display: block; }
    .module-sidebar:before {
      -webkit-transition: opacity 0.5s ease 0.5s;
      transition: opacity 0.5s ease 0.5s; }
    .module-sidebar .button-sidebar-mobile span,
    .module-sidebar .button-sidebar-mobile span:after,
    .module-sidebar .button-sidebar-mobile span:before {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .module-sidebar .button-sidebar-mobile span:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      border-bottom: 2px solid;
      width: 100%;
      left: 0; }
    .module-sidebar:before {
      content: '';
      background: #000;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 100%;
      opacity: 0; }
    .module-sidebar.module-sidebar-show {
      width: 200px; }
      .module-sidebar.module-sidebar-show:before {
        left: 200px;
        bottom: 0;
        opacity: .8; }
      .module-sidebar.module-sidebar-show .button-sidebar-mobile span {
        border-color: #fff; }
        .module-sidebar.module-sidebar-show .button-sidebar-mobile span:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .module-sidebar.module-sidebar-show .button-sidebar-mobile span:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .module-sidebar.module-sidebar-show .user-block {
        white-space: nowrap;
        overflow: hidden; }
      .module-sidebar.module-sidebar-show li {
        white-space: nowrap; }
      .module-sidebar.module-sidebar-show .nav-label {
        display: inline;
        margin-left: 5px; }
  .page-wrapper {
    margin-left: 55px; } }

.page-wrapper .page-heading {
  background: #e7e7eb;
  padding: 0 10px; }
  .page-wrapper .page-heading img {
    max-width: 100%;
    max-height: 100%; }

.page-wrapper .page-body {
  height: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-wrapper .page-viewport {
  overflow: auto;
  height: 100%;
  padding: 0 15px; }

.module-news {
  padding: 25px 0 15px;
  max-width: 914px;
  margin: 0 auto; }
  .module-news h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal; }
  .module-news .items {
    padding-top: 10px; }
  .module-news .item {
    margin-bottom: 20px; }
    .module-news .item ._info {
      float: left;
      text-align: center;
      margin-right: 6px;
      margin-bottom: 5px; }
      .module-news .item ._info .label {
        margin-bottom: 3px;
        display: block;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 5px;
        padding-bottom: 3px;
        font-weight: bold;
        font-size: 12px; }
      .module-news .item ._info ._date {
        background: #065290;
        color: #fff;
        padding: 7px 3px;
        width: 65px;
        line-height: 1.3;
        margin-bottom: 4px; }
      .module-news .item ._info ._month {
        display: block;
        text-transform: uppercase; }
      .module-news .item ._info ._day {
        display: block;
        font-size: 22px; }
      .module-news .item ._info ._time {
        font-size: 12px;
        text-transform: uppercase; }
    .module-news .item ._body {
      overflow: hidden;
      background: #fff;
      padding: 15px 30px;
      -webkit-box-shadow: 0 0 3px #aaa;
      box-shadow: 0 0 3px #aaa; }
      .module-news .item ._body h4 {
        color: #2da4dc; }

.module-form-news {
  padding: 30px 0;
  position: relative;
  max-width: 830px;
  margin: 0 auto; }
  .module-form-news .module-view-new {
    background: #fff;
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    padding: 25px 30px; }

.module-classifieds {
  background: #fff;
  padding: 15px;
  margin: 15px 0;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .module-classifieds .add-item, .module-classifieds .conf-item {
    display: block;
    position: absolute;
    top: 12px;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #2da4dc;
    text-align: center; }
  .module-classifieds .add-item {
    right: 60px;
    background: #2da4dc;
    border: 2px solid #2da4dc;
    color: #fff;
    line-height: 35px;
    font-size: 22px; }
    .module-classifieds .add-item:hover {
      color: #2da4dc;
      background: #f3f3f4; }
  .module-classifieds .conf-item {
    right: 15px;
    background: #fff;
    color: #2da4dc;
    line-height: 34px;
    font-size: 24px; }
    .module-classifieds .conf-item:hover {
      color: #fff;
      background: #2da4dc; }
  .module-classifieds ._filter .filter-input {
    font-size: 16px;
    color: #666;
    height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .module-classifieds ._droupdown-filter {
    position: relative; }
    .module-classifieds ._droupdown-filter .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 38px; }
    .module-classifieds ._droupdown-filter .filter-menu {
      width: 100%;
      padding: 10px; }
      .module-classifieds ._droupdown-filter .filter-menu li {
        text-transform: capitalize;
        padding-left: 12px;
        padding-right: 12px; }
  .module-classifieds ._items {
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px; }
    .module-classifieds ._items tr:hover .btn-action {
      visibility: visible; }
    .module-classifieds ._items .label-status {
      font-size: 12px;
      font-weight: normal;
      width: 67px;
      display: inline-block; }
    .module-classifieds ._items .empty-row {
      text-align: center;
      background-color: #f5f5f5;
      font-size: 16px; }
      .module-classifieds ._items .empty-row > * {
        padding: 3rem; }
  .module-classifieds .btn-action {
    visibility: hidden;
    width: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .module-classifieds .btn-action > .btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .module-classifieds .btn-action .btn {
      color: #05c1b0;
      border-color: #05c1b0;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 13px;
      background: #fff;
      padding: 4px 10px;
      min-height: 0; }
  .module-classifieds .user-staff {
    color: #0371c7; }
  .module-classifieds .user-resident {
    color: #05c1b0; }

@media (max-width: 767px) {
  .module-classifieds ._filter {
    padding-top: 35px; } }

.module-create-classified {
  padding-top: 30px;
  height: 100%;
  position: relative;
  max-width: 930px;
  margin: 0 auto; }

.module-create-classified .module-view-classified {
  background: #fff;
  -webkit-box-shadow: 0 0 30px #ddd;
  box-shadow: 0 0 30px #ddd; }

.modal-classified {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .modal-classified .modal-body {
    padding: 0; }

.modal-content .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  background: transparent;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  z-index: 2;
  outline: none;
  border: none; }
  .modal-content .modal-close:hover {
    opacity: 1; }

.module-view-classified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .module-view-classified .classified_body .form-group, .module-view-classified .classified_body .input-group-addon {
    color: #fff; }
  .module-view-classified .classified_body .form-control {
    background: transparent;
    border-color: #fff;
    color: inherit; }
  .module-view-classified .classified-images {
    padding: 0;
    border: 1px solid #fff;
    position: relative; }
    .module-view-classified .classified-images .items {
      height: 160px;
      overflow: hidden; }
    .module-view-classified .classified-images .arrow {
      position: absolute;
      top: 50%;
      color: #fff;
      font-size: 20px;
      display: block;
      text-decoration: none;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      margin-top: -12px; }
    .module-view-classified .classified-images .arrow-left {
      left: -30px; }
    .module-view-classified .classified-images .arrow-right {
      right: -30px; }
    .module-view-classified .classified-images .item-file {
      position: relative;
      height: 160px;
      background-position: center center;
      background-size: cover; }
      .module-view-classified .classified-images .item-file .img-actions {
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden; }
        .module-view-classified .classified-images .item-file .img-actions a {
          float: left;
          display: block;
          color: #fff;
          font-size: 15px;
          width: 35px;
          text-align: center;
          line-height: 35px;
          height: 35px;
          background: rgba(0, 0, 0, 0.6); }
          .module-view-classified .classified-images .item-file .img-actions a:hover {
            background: #000; }
    .module-view-classified .classified-images .item-upload i {
      width: 35px;
      height: 35px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -12px 0 0 -12px;
      text-align: center;
      line-height: 35px;
      font-size: 35px; }
    .module-view-classified .classified-images .pagination-items {
      position: absolute;
      bottom: 10px;
      left: 5px;
      right: 5px;
      text-align: center; }
      .module-view-classified .classified-images .pagination-items span {
        display: inline-block;
        cursor: pointer;
        width: 12px;
        height: 12px;
        margin: 0 2px;
        background: #03345d;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .module-view-classified .classified-images .pagination-items span:hover {
          background: #2da4dc; }
        .module-view-classified .classified-images .pagination-items span.current {
          background: #fff; }
  .module-view-classified h4 {
    font-size: 19px;
    margin-bottom: 10px; }
  .module-view-classified ._wysiwyg {
    width: 485px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 309px;
    -ms-flex: 0 1 309px;
    flex: 0 1 309px;
    padding: 30px 50px;
    margin: 0 auto; }
    .module-view-classified ._wysiwyg ._controls {
      overflow: hidden;
      background: #ececec;
      text-align: center;
      margin: 0 auto;
      width: 235px;
      border-bottom: 1px solid #ccc;
      line-height: 0;
      padding: 3px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .module-view-classified ._wysiwyg ._controls span {
        display: inline-block;
        width: 28px;
        height: 28px;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
        padding: 3px; }
        .module-view-classified ._wysiwyg ._controls span:hover {
          -webkit-box-shadow: inset 0 0 3px #bbb;
          box-shadow: inset 0 0 3px #bbb; }
      .module-view-classified ._wysiwyg ._controls ._uppercase {
        background-image: url("../img/btns/btn_font_big.png"); }
      .module-view-classified ._wysiwyg ._controls ._lowercase {
        background-image: url("../img/btns/btn_font_sm.png"); }
      .module-view-classified ._wysiwyg ._controls ._align-left {
        background-image: url("../img/btns/btn_left.png"); }
      .module-view-classified ._wysiwyg ._controls ._align-justify {
        background-image: url("../img/btns/btn_center.png"); }
      .module-view-classified ._wysiwyg ._controls ._align-right {
        background-image: url("../img/btns/btn_r.png"); }
      .module-view-classified ._wysiwyg ._controls ._align-center {
        background-image: url("../img/btns/btn_just.png"); }
    .module-view-classified ._wysiwyg ._body {
      width: 309px;
      height: 312px;
      background: url("../img/bg-classified.png") 0 0 no-repeat;
      padding: 50px;
      font-family: 'Gotham';
      text-align: left;
      color: #0a223c;
      margin: 0 auto; }
      .module-view-classified ._wysiwyg ._body .input-view {
        padding: 0 3px;
        margin: 0; }
      .module-view-classified ._wysiwyg ._body textarea, .module-view-classified ._wysiwyg ._body input {
        padding: 0 3px;
        width: 100%;
        height: 100%;
        background: none;
        outline: none;
        resize: none;
        border: none;
        text-align: inherit;
        overflow: hidden;
        color: inherit; }
      .module-view-classified ._wysiwyg ._body .title-textarea {
        border-left: 1px solid white;
        height: 45px;
        margin-bottom: 15px;
        overflow: hidden;
        color: #ff1c27; }
      .module-view-classified ._wysiwyg ._body .content-textarea {
        border-left: 1px solid white;
        height: 100px;
        margin-bottom: 15px;
        overflow: hidden; }
      .module-view-classified ._wysiwyg ._body .item-owner ._phone {
        border-left: 1px solid white;
        height: 20px;
        overflow: hidden; }
      .module-view-classified ._wysiwyg ._body .item-owner ._name {
        border-left: 1px solid white;
        height: 20px;
        overflow: hidden; }
      .module-view-classified ._wysiwyg ._body .adsU_text_center {
        text-align: center; }
      .module-view-classified ._wysiwyg ._body .adsU_text_right {
        text-align: right; }
      .module-view-classified ._wysiwyg ._body .adsU_text_left {
        text-align: left; }
      .module-view-classified ._wysiwyg ._body .adsU_text_just {
        text-align: justify; }
  .module-view-classified ._details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 30px; }
  .module-view-classified .control-label {
    margin-top: 6px; }
  .module-view-classified .input-group {
    width: 100%; }
  .module-view-classified .btn-save, .module-view-classified .btn-back {
    width: 160px;
    font-weight: bold;
    margin-right: 10px; }
  .module-view-classified .input-view {
    display: none; }
  .module-view-classified .form-group {
    padding-top: 7px;
    margin-bottom: 7px; }
  .module-view-classified.classified-view .form-group + .form-group,
  .module-view-classified .classified-view .form-group + .form-group {
    border-top: 1px solid #ccc; }
  .module-view-classified.classified-view .input-view,
  .module-view-classified .classified-view .input-view {
    display: block;
    margin-top: 10px; }
  .module-view-classified.classified-view .input-edit,
  .module-view-classified .classified-view .input-edit {
    display: none; }
  .module-view-classified .playlist-item-name {
    background: #F3F3F3;
    padding: 1px 10px;
    display: inline-block;
    margin-right: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .module-view-classified.is_new_theme ._wysiwyg {
    background: #03345d;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 400px;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px; }
  .module-view-classified.is_new_theme .form-group {
    border-top: none !important; }
  .module-view-classified.is_new_theme .classified-title {
    font-size: 18px;
    font-weight: bold; }
    .module-view-classified.is_new_theme .classified-title input {
      font-size: inherit; }
  .module-view-classified.is_new_theme .classified-content {
    position: relative;
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden; }
    .module-view-classified.is_new_theme .classified-content textarea {
      height: 95px; }
  .module-view-classified.is_new_theme .characters-left {
    font-size: 11px;
    display: block;
    padding-top: 3px;
    text-align: right;
    margin-right: 5px; }
  .module-view-classified.is_new_theme .classified-email,
  .module-view-classified.is_new_theme .classified-phone,
  .module-view-classified.is_new_theme .classified-username {
    font-weight: bold; }
    .module-view-classified.is_new_theme .classified-email .input-group-addon,
    .module-view-classified.is_new_theme .classified-phone .input-group-addon,
    .module-view-classified.is_new_theme .classified-username .input-group-addon {
      float: left;
      background: transparent;
      border: none;
      font-size: 15px; }
      .module-view-classified.is_new_theme .classified-email .input-group-addon + span,
      .module-view-classified.is_new_theme .classified-phone .input-group-addon + span,
      .module-view-classified.is_new_theme .classified-username .input-group-addon + span {
        padding-top: 4px;
        overflow: hidden;
        display: block; }
    .module-view-classified.is_new_theme .classified-email ._value,
    .module-view-classified.is_new_theme .classified-phone ._value,
    .module-view-classified.is_new_theme .classified-username ._value {
      background: #547496;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      padding: 2px 13px;
      display: inline-block; }

.password-input-rule {
  position: relative; }
  .password-input-rule .tooltip-validator {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    z-index: 9999; }
    .password-input-rule .tooltip-validator:before {
      content: '';
      position: absolute;
      left: 95px;
      top: -10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid rgba(0, 0, 0, 0.8); }
  .password-input-rule .title {
    font-weight: bold; }
  .password-input-rule .rules-checklist {
    list-style: none;
    margin: 0;
    padding: 0; }
    .password-input-rule .rules-checklist li {
      position: relative;
      padding-left: 20px; }
      .password-input-rule .rules-checklist li:before {
        content: 'X';
        position: absolute;
        top: 0;
        left: 0;
        color: #ff6565;
        font-weight: bold; }
      .password-input-rule .rules-checklist li.success:before {
        content: 'V';
        color: #0BCE2C; }

.module-users {
  background: #fff;
  padding: 15px;
  margin: 15px 0;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .module-users .add-item {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 39px;
    height: 39px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #2da4dc;
    text-align: center;
    line-height: 39px;
    font-size: 39px; }
    .module-users .add-item:hover {
      color: #2da4dc;
      background: #f3f3f4; }
  .module-users ._filter .filter-input {
    font-size: 16px;
    color: #666;
    height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left; }
  .module-users ._items {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto; }
  .module-users ._droupdown-filter {
    position: relative; }
    .module-users ._droupdown-filter .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 38px; }
    .module-users ._droupdown-filter .filter-menu {
      padding: 10px; }
      .module-users ._droupdown-filter .filter-menu li {
        padding-left: 12px;
        padding-right: 12px; }

.module-form-user {
  padding-top: 30px;
  position: relative;
  max-width: 830px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 3rem; }
  .module-form-user .module-view-user {
    background: #fff;
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    padding: 25px 30px;
    height: 100%; }
    .module-form-user .module-view-user ._details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .module-form-user .module-view-user ._details .tab-content {
        height: 100%;
        overflow: hidden; }
        .module-form-user .module-view-user ._details .tab-content > * {
          height: 100%; }
  .module-form-user ul.user-playlists {
    list-style: none;
    padding-left: 0; }
    .module-form-user ul.user-playlists li {
      background-color: #f9f9f9;
      padding: .5rem 1rem;
      margin: .2rem 0; }
  .module-form-user .tab-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 1rem;
    margin-bottom: 2rem; }

.module-notices {
  padding: 15px 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .module-notices .module-title {
    color: inherit; }
  .module-notices .fx-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .module-notices .fx-column h3 {
      font-weight: bold;
      margin-top: 10px; }
    .module-notices .fx-column ._module-header-block {
      margin-right: 15px; }
  .module-notices .mobile-toggle-list {
    display: none;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 1; }
  .module-notices ._col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px; }
  .module-notices ._main-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden; }
  .module-notices ._items-templates {
    overflow: auto;
    margin-top: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px; }
    .module-notices ._items-templates li {
      position: relative; }
      .module-notices ._items-templates li ._info-block {
        position: absolute;
        right: 10px;
        top: 12px;
        text-decoration: none; }
      .module-notices ._items-templates li ._info {
        display: block; }
      .module-notices ._items-templates li a._info {
        padding: 5px;
        margin-top: -3px;
        text-decoration: none; }
      .module-notices ._items-templates li .i-arrow {
        display: none;
        padding-top: 3px; }
      .module-notices ._items-templates li .i-copy {
        opacity: 0; }
      .module-notices ._items-templates li:hover {
        color: #2da4dc;
        border-color: #2da4dc; }
        .module-notices ._items-templates li:hover .i-count {
          display: none; }
        .module-notices ._items-templates li:hover .i-arrow {
          display: block; }
        .module-notices ._items-templates li:hover .i-copy {
          opacity: 1; }
    .module-notices ._items-templates .empty-list {
      text-align: center;
      font-size: 16px;
      background-color: #e0e0e4;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 7px; }
  .module-notices ._item {
    display: block;
    background: #fff;
    position: relative;
    padding: 11px 15px;
    margin-bottom: 15px;
    color: inherit;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    cursor: pointer; }
    .module-notices ._item.active, .module-notices ._item:hover {
      border: 1px solid #2DA4DC;
      color: #2DA4DC; }
    .module-notices ._item ._title {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 200px; }
    .module-notices ._item .has-advance-schedule {
      color: #000;
      position: relative; }
      .module-notices ._item .has-advance-schedule i {
        font-style: normal;
        position: absolute;
        top: -2px;
        left: 5px;
        font-size: 24px;
        height: 10px;
        width: 10px;
        line-height: 1; }
    .module-notices ._item ._date {
      font-size: 80%;
      color: #aaa;
      margin: 4px 14px 0 0; }
      .module-notices ._item ._date strong {
        color: #787878; }
  .module-notices .status ._active {
    border-color: #0BCE2C !important; }
  .module-notices .status ._expired {
    border-color: #FF0000  !important; }
  .module-notices .status ._future {
    border-color: #065290  !important; }
  .module-notices .status ._archived {
    border-color: #F3A218  !important; }
  .module-notices .status ._item {
    border-left: none; }
  .module-notices .status > li {
    border-left-style: solid;
    border-left-width: 3px; }
  .module-notices .filter-form .status i {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative; }
    .module-notices .filter-form .status i:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      border: 3px solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border-color: inherit; }
  .module-notices .filter-form .checkbox .status {
    white-space: nowrap; }

@media (max-width: 768px) {
  .module-notices .mobile-toggle-list {
    display: block; }
  .module-notices ._col {
    display: none;
    padding-top: 35px; }
    .module-notices ._col.showed {
      display: block; } }

.module-search {
  background: #e7e7eb;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .module-search .form-control {
    background: transparent;
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px; }
  .module-search .btn {
    background: transparent;
    border: 0;
    outline: none;
    color: #666;
    height: 40px; }
  .module-search .btn-show-filter.active, .module-search .btn-show-filter:active, .module-search .btn-show-filter:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    outline: none; }

.module-notice-filter .closeFilterCategory {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  outline: none; }
  .module-notice-filter .closeFilterCategory:hover {
    opacity: 0.8; }

.module-notice-filter .filter-form {
  background: #fff; }

.module-notice-filter .filter-status {
  padding: 10px; }

.module-notice-filter .filter-categories {
  position: relative;
  border-top: 1px solid #ddd; }
  .module-notice-filter .filter-categories .cat-label {
    padding: 10px;
    display: block; }
  .module-notice-filter .filter-categories .dropdown-menu {
    margin: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 0;
    top: 0; }
    .module-notice-filter .filter-categories .dropdown-menu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      max-height: 300px; }
    .module-notice-filter .filter-categories .dropdown-menu li {
      padding: 0 8px; }

.module-notice-filter .filter-labels {
  padding-top: 7px; }
  .module-notice-filter .filter-labels span {
    display: inline-block;
    position: relative;
    background: #e7e7eb;
    padding: 2px 5px;
    margin: 8px 4px 0 0;
    border: 1px solid transparent;
    font-size: 85%;
    text-transform: capitalize; }
    .module-notice-filter .filter-labels span:hover {
      border-color: #ccc; }
    .module-notice-filter .filter-labels span a {
      font-size: 24px;
      text-decoration: none;
      color: inherit;
      line-height: 1;
      position: relative;
      height: 14px;
      width: 20px;
      display: inline-block; }
      .module-notice-filter .filter-labels span a:before {
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 24px;
        content: '×'; }

.display-orientation {
  margin-bottom: 25px;
  margin-right: 25px; }
  .display-orientation .btn {
    color: #2DA4DC;
    background: #fff;
    width: 45px;
    text-align: center;
    font-size: 15px;
    min-height: 0;
    z-index: 3; }
    .display-orientation .btn.active {
      background: #2DA4DC;
      color: #fff; }

.display-wrap {
  overflow: hidden; }

.module-display {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px; }

#display {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  opacity: 0; }
  #display .bg {
    height: 100%;
    width: 871px;
    background-size: 100% auto;
    background-position: bottom left; }
  #display .vertical .bg {
    width: 100%; }

.display-screen {
  position: relative;
  margin: 0 auto; }
  .display-screen #screen_content {
    padding: 20px; }
  .display-screen ._frame {
    position: absolute;
    padding: 20px 0 20px 0;
    background-size: cover;
    overflow: hidden; }
    .display-screen ._frame ._wrap {
      font-family: 'Gotham';
      line-height: normal;
      color: #fff;
      overflow: hidden; }
  .display-screen iframe {
    border: none;
    width: 695px;
    height: 720px; }

.cke_contents {
  height: 645px !important;
  width: 640px !important;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  margin: 0 auto !important; }

.is_pc .ck-editor {
  background-image: url("../img/pc/notice-bg-1.jpg");
  max-width: 642px; }

.is_new_theme .ck-editor {
  background-image: url("../img/new-theme/notice-bg-1.jpg");
  max-width: 842px; }

.horizontal, .smallscreen {
  display: block;
  width: 2209px;
  height: 1386px;
  background: url("../img/display_horizontal.png") no-repeat;
  background-size: contain; }
  .horizontal .display-wrap, .smallscreen .display-wrap {
    width: 1920px;
    height: 1080px;
    margin-top: 153px;
    margin-left: 152px;
    background-size: 1920px 1080px; }
  .horizontal ._frame, .smallscreen ._frame {
    left: 10px;
    top: 15px;
    width: 871px;
    height: 1051px;
    border: 2px solid #2caae6;
    -webkit-border-radius: 9px;
    border-radius: 9px; }
  .horizontal ._wrap, .smallscreen ._wrap {
    height: 720px;
    width: 695px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: scale(1.2) translateY(75px);
    -ms-transform: scale(1.2) translateY(75px);
    transform: scale(1.2) translateY(75px); }

.vertical {
  display: block;
  height: 2210px;
  width: 1387px;
  background: url("../img/display_vertical.png") no-repeat; }
  .vertical .display-wrap {
    height: 1920px;
    width: 1080px;
    margin-top: 139px;
    margin-left: 155px;
    background-size: 1080px 1920px; }
  .vertical ._frame {
    left: 0;
    top: 735px;
    width: 1080px;
    height: 1000px; }
  .vertical ._wrap {
    width: 695px;
    height: 720px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: scale(1.4) translateY(95px);
    -ms-transform: scale(1.4) translateY(95px);
    transform: scale(1.4) translateY(95px); }

.smallscreen {
  width: 870px;
  height: 1080px;
  background: none; }
  .smallscreen .display-wrap {
    margin: 0;
    width: 870px; }
  .smallscreen ._frame {
    border: none; }
  .smallscreen ._frame ~ div {
    display: none; }

.is_pc .slimScrollBar {
  background: #2caae6 !important;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  width: 10px !important; }

.is_pc .display-wrap {
  position: relative;
  background-image: url("../img/pc/notice-bg-1.jpg"); }

.is_pc .date-month-short {
  display: none; }

.is_pc .horizontal .display-header, .is_pc .smallscreen .display-header {
  background: url("../img/pc/horizontal/bg_clock.png");
  background-size: contain;
  position: absolute;
  right: 10px;
  width: 1013px;
  top: 15px;
  border: 2px solid #2caae6;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  height: 135px; }
  .is_pc .horizontal .display-header ._time, .is_pc .smallscreen .display-header ._time {
    position: absolute;
    left: 0;
    top: 0;
    width: 365px;
    border-right: 3px solid #2caae6;
    z-index: 2;
    color: #fff;
    height: 100%; }
  .is_pc .horizontal .display-header .icon-clock, .is_pc .smallscreen .display-header .icon-clock {
    width: 70px;
    position: absolute;
    background: #2caae6;
    top: 0;
    left: 0;
    height: 100%; }
    .is_pc .horizontal .display-header .icon-clock:before, .is_pc .smallscreen .display-header .icon-clock:before {
      content: '';
      background: url("../img/pc/horizontal/icon_clock.png") center no-repeat;
      top: 39px;
      left: 9px;
      position: absolute;
      width: 47px;
      height: 49px;
      background-size: contain; }
  .is_pc .horizontal .display-header .clock-val, .is_pc .smallscreen .display-header .clock-val {
    display: block;
    color: #8fd0ed;
    font-size: 41px;
    font-weight: bold;
    margin-left: 100px;
    padding-top: 36px; }
  .is_pc .horizontal .display-header ._date, .is_pc .smallscreen .display-header ._date {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 2;
    height: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #8fd0ed;
    text-align: center;
    padding-right: 33px; }
  .is_pc .horizontal .display-header .icon-calendar, .is_pc .smallscreen .display-header .icon-calendar {
    width: 70px;
    position: absolute;
    background: #2caae6;
    top: 0;
    right: 0;
    height: 100%; }
    .is_pc .horizontal .display-header .icon-calendar:before, .is_pc .smallscreen .display-header .icon-calendar:before {
      content: '';
      background: url("../img/pc/horizontal/icon_calendar.png") center no-repeat;
      top: 39px;
      left: 10px;
      position: absolute;
      width: 49px;
      height: 43px;
      background-size: contain; }
  .is_pc .horizontal .display-header .date-val, .is_pc .smallscreen .display-header .date-val {
    padding-top: 46px;
    display: block; }
  .is_pc .horizontal .display-header ._weather-now, .is_pc .smallscreen .display-header ._weather-now {
    left: 360px;
    top: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    border-right: 2px solid #2caae6;
    width: 264px;
    background: url("../img/pc/horizontal/bg_weather.png");
    font-size: 38px;
    color: #fff;
    font-weight: bold; }
    .is_pc .horizontal .display-header ._weather-now .icon-weather, .is_pc .smallscreen .display-header ._weather-now .icon-weather {
      width: 100px;
      height: 100px;
      display: block;
      float: left;
      margin-top: 13px;
      margin-left: 19px; }
      .is_pc .horizontal .display-header ._weather-now .icon-weather img, .is_pc .smallscreen .display-header ._weather-now .icon-weather img {
        width: 100%; }
    .is_pc .horizontal .display-header ._weather-now .weather-temp, .is_pc .smallscreen .display-header ._weather-now .weather-temp {
      margin-top: 38px;
      display: block; }

.is_pc .horizontal .display-image-container, .is_pc .smallscreen .display-image-container {
  width: 1013px;
  position: absolute;
  right: 10px;
  top: 190px;
  text-align: center;
  height: 576px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 3px solid #2caae6; }

.is_pc .horizontal .display-footer, .is_pc .smallscreen .display-footer {
  background: url("../img/pc/horizontal/bg_button.png") center center;
  height: 260px;
  width: 1013px;
  position: absolute;
  right: 10px;
  bottom: 15px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background-size: contain; }
  .is_pc .horizontal .display-footer ._buttons, .is_pc .smallscreen .display-footer ._buttons {
    text-align: center;
    padding: 20px 0; }
    .is_pc .horizontal .display-footer ._buttons ._button, .is_pc .smallscreen .display-footer ._buttons ._button {
      display: inline-block;
      position: relative;
      width: 238px;
      height: 220px;
      color: transparent;
      margin: 0 4px;
      vertical-align: top; }
    .is_pc .horizontal .display-footer ._buttons span, .is_pc .smallscreen .display-footer ._buttons span {
      display: block;
      width: 100%;
      height: 220px;
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .is_pc .horizontal .display-footer ._buttons ._sport, .is_pc .smallscreen .display-footer ._buttons ._sport {
      background-image: url("../img/pc/horizontal/sports_big.png"); }
    .is_pc .horizontal .display-footer ._buttons ._news, .is_pc .smallscreen .display-footer ._buttons ._news {
      background-image: url("../img/pc/horizontal/news_big.png"); }
    .is_pc .horizontal .display-footer ._buttons ._weather, .is_pc .smallscreen .display-footer ._buttons ._weather {
      background-image: url("../img/pc/horizontal/weather_big.png"); }
    .is_pc .horizontal .display-footer ._buttons ._notice, .is_pc .smallscreen .display-footer ._buttons ._notice {
      background-image: url("../img/pc/horizontal/notices_big_active.png"); }

.is_pc .vertical .display-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/pc/vertical/bg_top.png") 0 center;
  height: 120px;
  color: #cadce3;
  background-size: contain;
  padding: 0 15px; }
  .is_pc .vertical .display-header ._time {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 270px;
    z-index: 2; }
  .is_pc .vertical .display-header .icon-clock {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 95px;
    background: url("../img/pc/vertical/icon_clock.png") center center no-repeat;
    background-size: contain; }
  .is_pc .vertical .display-header .clock-val {
    display: block;
    font-size: 48px;
    font-weight: bold;
    margin-left: 59px;
    padding-top: 15px; }
  .is_pc .vertical .display-header ._date {
    position: absolute;
    right: 0;
    top: 9px;
    width: 310px;
    z-index: 2;
    height: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    padding-left: 65px; }
  .is_pc .vertical .display-header .icon-calendar {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0;
    height: 95px;
    background: url("../img/pc/vertical/icon_calendar.png") center center no-repeat;
    background-size: contain; }
  .is_pc .vertical .display-header .date-name {
    display: block; }
  .is_pc .vertical .display-header .date-month {
    display: block;
    font-size: 23px; }
  .is_pc .vertical .display-header .date-val {
    padding-top: 13px;
    display: block;
    line-height: 1.5; }
  .is_pc .vertical .display-header ._weather-now {
    left: 420px;
    top: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 260px;
    font-size: 49px;
    font-weight: bold; }
    .is_pc .vertical .display-header ._weather-now .icon-weather {
      width: 100px;
      height: 100px;
      display: block;
      float: left;
      margin-top: 10px;
      margin-left: 5px; }
      .is_pc .vertical .display-header ._weather-now .icon-weather img {
        width: 100%; }
    .is_pc .vertical .display-header ._weather-now .weather-temp {
      margin-top: 30px;
      display: block; }

.is_pc .vertical .display-image-container {
  width: 1060px;
  position: absolute;
  right: 10px;
  top: 120px;
  text-align: center;
  height: 615px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  border: 3px solid #2caae6; }

.is_pc .vertical .display-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../img/pc/vertical/bg_button.png") 0px 0px repeat-x;
  height: 165px;
  right: 0;
  background-size: contain; }
  .is_pc .vertical .display-footer ._buttons {
    text-align: center;
    padding: 3px 0; }
    .is_pc .vertical .display-footer ._buttons ._button {
      display: inline-block;
      width: 157px;
      height: 151px;
      position: relative;
      color: transparent;
      vertical-align: top;
      margin: 0 15px; }
    .is_pc .vertical .display-footer ._buttons span {
      width: 157px;
      height: 151px;
      display: block;
      background-position: center 0;
      background-repeat: no-repeat;
      background-size: contain; }
    .is_pc .vertical .display-footer ._buttons .active:before {
      content: '';
      position: absolute;
      left: 50%;
      top: -20px;
      border-bottom: 30px solid #96cee7;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      margin-left: -25px; }
  .is_pc .vertical .display-footer ._sport {
    background-image: url("../img/pc/vertical/sports_big.png"); }
  .is_pc .vertical .display-footer ._news {
    background-image: url("../img/pc/vertical/news_big.png"); }
  .is_pc .vertical .display-footer ._weather {
    background-image: url("../img/pc/vertical/weather_big.png"); }
  .is_pc .vertical .display-footer ._notice {
    background-image: url("../img/pc/vertical/notices_big.png"); }

.is_new_theme .display-wrap {
  position: relative;
  background-image: url("../img/pc/notice-bg-1.jpg");
  font-family: Arial, Tahome, sans-serif; }

.is_new_theme .horizontal ._frame, .is_new_theme .smallscreen ._frame, .is_new_theme .smallscreen ._frame {
  border: none; }

.is_new_theme .horizontal .display-header, .is_new_theme .smallscreen .display-header, .is_new_theme .smallscreen .display-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 1013px;
  height: 108px;
  color: #fff; }
  .is_new_theme .horizontal .display-header ._time, .is_new_theme .smallscreen .display-header ._time, .is_new_theme .smallscreen .display-header ._time {
    position: absolute;
    left: 0;
    top: 20px;
    width: 150px;
    z-index: 2; }
  .is_new_theme .horizontal .display-header .icon-clock, .is_new_theme .smallscreen .display-header .icon-clock, .is_new_theme .smallscreen .display-header .icon-clock {
    width: 50px;
    position: absolute;
    top: 7px;
    left: 4px;
    height: 50px;
    background: url("../img/new-theme/icon_clock.png") center center no-repeat;
    background-size: contain; }
  .is_new_theme .horizontal .display-header .clock-val, .is_new_theme .smallscreen .display-header .clock-val, .is_new_theme .smallscreen .display-header .clock-val {
    display: block;
    font-size: 47px;
    margin-left: 63px;
    white-space: nowrap; }
  .is_new_theme .horizontal .display-header ._date, .is_new_theme .smallscreen .display-header ._date, .is_new_theme .smallscreen .display-header ._date {
    z-index: 2;
    padding-left: 60px;
    font-size: 47px;
    position: absolute;
    top: 22px;
    right: 20px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap; }
  .is_new_theme .horizontal .display-header .icon-calendar, .is_new_theme .smallscreen .display-header .icon-calendar, .is_new_theme .smallscreen .display-header .icon-calendar {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url("../img/new-theme/icon_calendar.png") center center no-repeat;
    background-size: contain; }
  .is_new_theme .horizontal .display-header .date-name, .is_new_theme .smallscreen .display-header .date-name, .is_new_theme .smallscreen .display-header .date-name {
    display: block; }
  .is_new_theme .horizontal .display-header .date-month, .is_new_theme .smallscreen .display-header .date-month, .is_new_theme .smallscreen .display-header .date-month {
    display: block;
    font-size: 11px; }
  .is_new_theme .horizontal .display-header .date-val, .is_new_theme .smallscreen .display-header .date-val, .is_new_theme .smallscreen .display-header .date-val {
    display: block;
    line-height: 1.2; }
    .is_new_theme .horizontal .display-header .date-val *, .is_new_theme .smallscreen .display-header .date-val *, .is_new_theme .smallscreen .display-header .date-val * {
      display: none; }
    .is_new_theme .horizontal .display-header .date-val .date-month-short, .is_new_theme .smallscreen .display-header .date-val .date-month-short, .is_new_theme .smallscreen .display-header .date-val .date-month-short {
      display: block; }
  .is_new_theme .horizontal .display-header ._weather-now, .is_new_theme .smallscreen .display-header ._weather-now, .is_new_theme .smallscreen .display-header ._weather-now {
    left: 50%;
    top: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 230px;
    font-size: 40px;
    margin-left: -115px; }
    .is_new_theme .horizontal .display-header ._weather-now .icon-weather, .is_new_theme .smallscreen .display-header ._weather-now .icon-weather, .is_new_theme .smallscreen .display-header ._weather-now .icon-weather {
      width: 35%;
      height: 100%;
      display: block;
      float: left;
      margin-top: 10px;
      margin-right: 5px; }
      .is_new_theme .horizontal .display-header ._weather-now .icon-weather img, .is_new_theme .smallscreen .display-header ._weather-now .icon-weather img, .is_new_theme .smallscreen .display-header ._weather-now .icon-weather img {
        width: 100%; }
    .is_new_theme .horizontal .display-header ._weather-now .weather-temp, .is_new_theme .smallscreen .display-header ._weather-now .weather-temp, .is_new_theme .smallscreen .display-header ._weather-now .weather-temp {
      margin-top: 20px;
      display: block; }

.is_new_theme .horizontal .display-image-container, .is_new_theme .smallscreen .display-image-container, .is_new_theme .smallscreen .display-image-container {
  width: 1013px;
  position: absolute;
  right: 0;
  top: 111px;
  text-align: center;
  height: 615px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.is_new_theme .horizontal .display-footer, .is_new_theme .smallscreen .display-footer, .is_new_theme .smallscreen .display-footer {
  position: absolute;
  bottom: 0;
  width: 1013px;
  height: 140px;
  right: 0; }
  .is_new_theme .horizontal .display-footer ._buttons, .is_new_theme .smallscreen .display-footer ._buttons, .is_new_theme .smallscreen .display-footer ._buttons {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .is_new_theme .horizontal .display-footer ._buttons ._button, .is_new_theme .smallscreen .display-footer ._buttons ._button, .is_new_theme .smallscreen .display-footer ._buttons ._button {
      display: inline-block;
      width: 180px;
      height: 140px;
      position: relative;
      opacity: 0.4;
      color: #fff;
      text-transform: uppercase;
      border-bottom: 3px solid transparent;
      vertical-align: top;
      font-size: 19px; }
    .is_new_theme .horizontal .display-footer ._buttons .active, .is_new_theme .smallscreen .display-footer ._buttons .active, .is_new_theme .smallscreen .display-footer ._buttons .active {
      border-bottom: 3px solid #fff;
      opacity: 1; }
    .is_new_theme .horizontal .display-footer ._buttons span, .is_new_theme .smallscreen .display-footer ._buttons span, .is_new_theme .smallscreen .display-footer ._buttons span {
      display: block;
      width: 100%;
      height: 75px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 4px auto 20px; }
    .is_new_theme .horizontal .display-footer ._buttons ._sport, .is_new_theme .smallscreen .display-footer ._buttons ._sport, .is_new_theme .smallscreen .display-footer ._buttons ._sport {
      background-image: url("../img/new-theme/2017-sports.png"); }
    .is_new_theme .horizontal .display-footer ._buttons ._news, .is_new_theme .smallscreen .display-footer ._buttons ._news, .is_new_theme .smallscreen .display-footer ._buttons ._news {
      background-image: url("../img/new-theme/2017-news.png"); }
    .is_new_theme .horizontal .display-footer ._buttons ._weather, .is_new_theme .smallscreen .display-footer ._buttons ._weather, .is_new_theme .smallscreen .display-footer ._buttons ._weather {
      background-image: url("../img/new-theme/2017-weather.png"); }
    .is_new_theme .horizontal .display-footer ._buttons ._notice, .is_new_theme .smallscreen .display-footer ._buttons ._notice, .is_new_theme .smallscreen .display-footer ._buttons ._notice {
      background-image: url("../img/new-theme/2017-notices.png"); }

.is_new_theme .vertical ._frame {
  margin-top: 21px; }

.is_new_theme .vertical .display-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  color: #fff; }
  .is_new_theme .vertical .display-header ._time {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 150px;
    z-index: 2; }
  .is_new_theme .vertical .display-header .icon-clock {
    width: 50px;
    position: absolute;
    top: 7px;
    left: 4px;
    height: 50px;
    background: url("../img/new-theme/icon_clock.png") center center no-repeat;
    background-size: contain; }
  .is_new_theme .vertical .display-header .clock-val {
    display: block;
    font-size: 40px;
    margin-left: 67px;
    white-space: nowrap;
    text-transform: lowercase;
    margin-top: 6px; }
  .is_new_theme .vertical .display-header ._date {
    z-index: 2;
    padding-left: 60px;
    font-size: 40px;
    position: absolute;
    top: 20px;
    right: 66px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap; }
  .is_new_theme .vertical .display-header .icon-calendar {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 7px;
    left: 0;
    background: url("../img/new-theme/icon_calendar.png") center center no-repeat;
    background-size: contain; }
  .is_new_theme .vertical .display-header .date-name {
    display: block; }
  .is_new_theme .vertical .display-header .date-month {
    display: block;
    font-size: 11px; }
  .is_new_theme .vertical .display-header .date-val {
    display: block;
    margin-top: 6px; }
    .is_new_theme .vertical .display-header .date-val * {
      display: none; }
    .is_new_theme .vertical .display-header .date-val .date-month-short {
      display: block; }
  .is_new_theme .vertical .display-header ._weather-now {
    left: 50%;
    top: 0;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 230px;
    font-size: 40px;
    margin-left: -150px; }
    .is_new_theme .vertical .display-header ._weather-now .icon-weather {
      width: 35%;
      height: 100%;
      display: block;
      float: left;
      margin-top: 10px;
      margin-right: 5px; }
      .is_new_theme .vertical .display-header ._weather-now .icon-weather img {
        width: 100%; }
    .is_new_theme .vertical .display-header ._weather-now .weather-temp {
      margin-top: 26px;
      display: block; }

.is_new_theme .vertical .display-image-container {
  width: 1080px;
  position: absolute;
  right: 0;
  top: 111px;
  text-align: center;
  height: 615px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.is_new_theme .vertical .display-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  right: 0; }
  .is_new_theme .vertical .display-footer ._buttons {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .is_new_theme .vertical .display-footer ._buttons ._button {
      display: inline-block;
      width: 180px;
      height: 135px;
      position: relative;
      opacity: 0.4;
      color: #fff;
      text-transform: uppercase;
      border-bottom: 3px solid transparent;
      vertical-align: top;
      font-size: 19px; }
    .is_new_theme .vertical .display-footer ._buttons .active {
      border-bottom: 3px solid #fff;
      opacity: 1; }
    .is_new_theme .vertical .display-footer ._buttons span {
      display: block;
      width: 100%;
      height: 55px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 4px auto 20px; }
    .is_new_theme .vertical .display-footer ._buttons ._sport {
      background-image: url("../img/new-theme/2017-sports.png"); }
    .is_new_theme .vertical .display-footer ._buttons ._news {
      background-image: url("../img/new-theme/2017-news.png"); }
    .is_new_theme .vertical .display-footer ._buttons ._weather {
      background-image: url("../img/new-theme/2017-weather.png"); }
    .is_new_theme .vertical .display-footer ._buttons ._notice {
      background-image: url("../img/new-theme/2017-notices.png"); }

.display-footer:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  -webkit-box-shadow: 0px 0px 179px 60px #000;
  box-shadow: 0px 0px 179px 60px #000; }

.cke_button__inserticons {
  background: url("../img/inserticons.png") center center no-repeat !important; }

notice-step-message {
  height: 100%;
  display: block; }
  notice-step-message .cke_reset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.cke_inner {
  background: transparent !important; }
  .cke_inner.cke_reset {
    height: 100%; }
  .cke_inner .cke_wysiwyg_frame {
    background: transparent; }
  .cke_inner > .cke_top {
    padding: 6px 0 2px 9px !important; }

.module-crud-notice {
  height: 100%;
  position: relative;
  padding-top: 12px; }
  .module-crud-notice .step-title {
    margin: 0;
    height: 4%; }
  .module-crud-notice ._close {
    position: absolute;
    right: 0;
    top: 10px;
    text-transform: uppercase;
    text-align: center;
    color: inherit;
    text-decoration: none;
    font-size: 80%;
    padding-top: 25px;
    z-index: 1;
    cursor: pointer; }
    .module-crud-notice ._close:before {
      content: '×';
      position: absolute;
      left: -1px;
      font-size: 45px;
      top: -12px;
      line-height: 1; }
    .module-crud-notice ._close:hover {
      color: #2da4dc; }
  .module-crud-notice ._page-start h2 {
    font-weight: normal;
    margin-top: 0; }
  .module-crud-notice ._page-start ._items {
    padding-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .module-crud-notice ._page-start ._icon {
    font-size: 100px;
    color: #c7d8e0;
    margin: 20px 0 0;
    line-height: 1; }
  .module-crud-notice ._page-start ._title {
    font-weight: bold;
    color: #065290;
    margin: 20px 0 0;
    font-size: 18px; }
  .module-crud-notice ._page-start ._descr {
    font-size: 95%;
    color: #868686;
    margin: 20px 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .module-crud-notice ._page-start .btn {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold; }
  .module-crud-notice ._page-start ._item {
    width: 325px;
    background: #fff;
    padding: 25px 35px;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer; }
    .module-crud-notice ._page-start ._item:hover {
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc; }
      .module-crud-notice ._page-start ._item:hover ._icon {
        color: #2da4dc; }
      .module-crud-notice ._page-start ._item:hover .btn {
        color: #fff;
        background-color: #204d74;
        border-color: #122b40; }
  .module-crud-notice ._page-constructor {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
    overflow: hidden; }
    .module-crud-notice ._page-constructor ._main {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%;
      overflow: auto;
      padding: 0 15px; }
    .module-crud-notice ._page-constructor ._footer {
      background: #fff;
      padding: 15px;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc;
      border-top: 1px solid #ccc; }
      .module-crud-notice ._page-constructor ._footer .btn-back {
        float: left;
        margin-right: 60px; }
      .module-crud-notice ._page-constructor ._footer .btn-save {
        float: right;
        margin-left: 50px; }
        .module-crud-notice ._page-constructor ._footer .btn-save.no-content .templates {
          background-color: #ccc;
          border-color: #bbb; }
          .module-crud-notice ._page-constructor ._footer .btn-save.no-content .templates:hover {
            background-color: #aaa;
            border-color: #999; }
      .module-crud-notice ._page-constructor ._footer .btn {
        padding-left: 35px;
        padding-right: 35px;
        font-weight: bold; }
    .module-crud-notice ._page-constructor ._steps-items {
      max-width: 600px;
      padding: 0 45px;
      position: relative;
      top: 11px;
      margin: 0 auto; }
      .module-crud-notice ._page-constructor ._steps-items ul {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0;
        padding: 0; }
        .module-crud-notice ._page-constructor ._steps-items ul li {
          background: #2da4dc;
          content: ' ';
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          height: .3em;
          line-height: 1em;
          margin: 0;
          position: relative;
          text-align: right; }
          .module-crud-notice ._page-constructor ._steps-items ul li span {
            position: absolute;
            bottom: -30px;
            left: -52px;
            text-align: center;
            width: 110px; }
          .module-crud-notice ._page-constructor ._steps-items ul li:before {
            color: #fff;
            font: normal normal normal 10px/1 FontAwesome;
            background: #2da4dc;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            content: "\f00c";
            height: 26px;
            left: -10px;
            line-height: 20px;
            position: absolute;
            text-align: center;
            top: -10px;
            width: 26px;
            border: 3px solid #e1e1e1; }
          .module-crud-notice ._page-constructor ._steps-items ul li.active {
            background-color: #e1e1e1; }
            .module-crud-notice ._page-constructor ._steps-items ul li.active:before {
              background: #d9d9d9; }
          .module-crud-notice ._page-constructor ._steps-items ul li.active ~ li {
            background-color: #e1e1e1; }
            .module-crud-notice ._page-constructor ._steps-items ul li.active ~ li:before {
              background: #d9d9d9; }
          .module-crud-notice ._page-constructor ._steps-items ul li.active ~ .module-crud-notice ._page-constructor ._steps-items ul li:before {
            background-color: #e1e1e1; }
          .module-crud-notice ._page-constructor ._steps-items ul li:last-child {
            -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1; }
    .module-crud-notice ._page-constructor ._step_create {
      background: #fff;
      -webkit-box-shadow: 0 0 10px #ccc;
      box-shadow: 0 0 10px #ccc;
      padding: 33px;
      max-width: 375px;
      margin: 0 auto; }
      .module-crud-notice ._page-constructor ._step_create label {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 9px; }
      .module-crud-notice ._page-constructor ._step_create .form-group + .form-group {
        margin-top: 35px; }
    .module-crud-notice ._page-constructor ._step_editor .note-editor, .module-crud-notice ._page-constructor ._step_pdf .note-editor {
      height: 100%;
      overflow: hidden;
      border: 1px solid #a9a9a9;
      width: 643px;
      background-size: 1080px 1920px;
      background-repeat: no-repeat;
      background-position: center -895px; }
      .module-crud-notice ._page-constructor ._step_editor .note-editor .cke_editor_container, .module-crud-notice ._page-constructor ._step_pdf .note-editor .cke_editor_container {
        height: 100%; }
      .module-crud-notice ._page-constructor ._step_editor .note-editor .note-editable, .module-crud-notice ._page-constructor ._step_pdf .note-editor .note-editable {
        background: transparent;
        font-family: 'Gotham';
        line-height: normal;
        color: #fff;
        width: 100%;
        height: 640px;
        padding: 20px;
        margin: 0 auto; }
      .module-crud-notice ._page-constructor ._step_editor .note-editor .note-fontname .btn, .module-crud-notice ._page-constructor ._step_pdf .note-editor .note-fontname .btn {
        min-width: 120px; }
      .module-crud-notice ._page-constructor ._step_editor .note-editor .dropdown-fontsize, .module-crud-notice ._page-constructor ._step_pdf .note-editor .dropdown-fontsize {
        max-height: 300px;
        overflow: auto; }
    .module-crud-notice ._page-constructor ._step_editor .is_pc .note-editor .cke_contents, .module-crud-notice ._page-constructor ._step_editor .is_new_theme .note-editor .cke_contents, .module-crud-notice ._page-constructor ._step_pdf .is_pc .note-editor .cke_contents, .module-crud-notice ._page-constructor ._step_pdf .is_new_theme .note-editor .cke_contents {
      background-image: url("../img/pc/notice-bg-1.jpg");
      background-size: 110%;
      background-repeat: no-repeat;
      background-position: 50% 78%; }
    .module-crud-notice ._page-constructor ._step_editor {
      height: 100%; }
      .module-crud-notice ._page-constructor ._step_editor ._wrap_step {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 95%; }
      .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 300px;
        margin-right: 20px; }
        .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container hr {
          border-top-color: #ddd; }
        .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .nav-tabs.nav-tabs-styled > li.add {
          -webkit-box-flex: 0;
          -webkit-flex: 0;
          -ms-flex: 0;
          flex: 0; }
          .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .nav-tabs.nav-tabs-styled > li.add > a {
            font-size: 2rem; }
        .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .color-pallet {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          list-style: none;
          padding: 0;
          margin: 0 0 1.5rem; }
          .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .color-pallet > li {
            position: relative;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding: 0;
            margin: 0;
            width: 45px;
            height: 45px;
            cursor: pointer;
            -webkit-transition: -webkit-box-shadow .3s ease-out;
            transition: -webkit-box-shadow .3s ease-out;
            transition: box-shadow .3s ease-out;
            transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
            -webkit-box-shadow: 0 0 7px 3px #fff0;
            box-shadow: 0 0 7px 3px #fff0;
            cursor: pointer; }
            .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .color-pallet > li:hover {
              -webkit-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
              z-index: 2; }
            .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .color-pallet > li button.plus {
              background-color: transparent;
              width: 100%;
              height: 100%;
              border: 1px solid rgba(0, 0, 0, 0.5); }
            .module-crud-notice ._page-constructor ._step_editor ._backgrounds-container .color-pallet > li.active {
              outline: 1px solid #676767;
              -webkit-box-shadow: 0 0 0 3px #fff;
              box-shadow: 0 0 0 3px #fff;
              outline-offset: 3px;
              z-index: 1; }
    .module-crud-notice ._page-constructor .bg-items ._item {
      width: 100px;
      display: block;
      height: 90px;
      position: relative;
      float: left;
      margin: 0 10px 10px 0;
      cursor: pointer;
      background-position: bottom center;
      background-size: cover; }
      .module-crud-notice ._page-constructor .bg-items ._item:hover, .module-crud-notice ._page-constructor .bg-items ._item.active {
        -webkit-box-shadow: inset 0 0 0 5px #2da4dc;
        box-shadow: inset 0 0 0 5px #2da4dc; }
    .module-crud-notice ._page-constructor ._step_pdf .cg-busy-backdrop {
      background: none; }
    .module-crud-notice ._page-constructor ._step_pdf ._notice-content {
      height: auto;
      overflow: auto; }
      .module-crud-notice ._page-constructor ._step_pdf ._notice-content img {
        max-width: 100%; }
    .module-crud-notice ._page-constructor ._step_pdf ._wrap_step {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .module-crud-notice ._page-constructor ._step_pdf ._wrap_step .radio-field-custom {
        margin-bottom: 15px; }
      .module-crud-notice ._page-constructor ._step_pdf ._wrap_step ._file-upload-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 227px;
        margin-right: 20px; }
      .module-crud-notice ._page-constructor ._step_pdf ._wrap_step .my-drop-zone {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        cursor: pointer; }
      .module-crud-notice ._page-constructor ._step_pdf ._wrap_step .cloud-upload {
        width: 92px;
        height: 62px;
        display: block;
        margin: 0 auto 30px;
        background: url("../img/cloud-upload.png") center center no-repeat; }
    .module-crud-notice ._page-constructor ._step_pdf .list-files .item {
      position: relative;
      min-height: 30px;
      padding: 5px 0;
      margin: 3px 0; }
      .module-crud-notice ._page-constructor ._step_pdf .list-files .item.active, .module-crud-notice ._page-constructor ._step_pdf .list-files .item:hover {
        color: #2DA4DC; }
      .module-crud-notice ._page-constructor ._step_pdf .list-files .item .item-file-name {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-right: 25px;
        cursor: pointer; }
      .module-crud-notice ._page-constructor ._step_pdf .list-files .item .del-item {
        position: absolute;
        right: 0;
        top: 5px;
        background: none;
        outline: none;
        border: none; }
    .module-crud-notice ._page-constructor .my-drop-zone {
      border: solid 1px #ccc;
      text-align: center;
      padding: 30px 10px; }
      .module-crud-notice ._page-constructor .my-drop-zone.nv-file-over {
        border-color: #337ab7; }
    .module-crud-notice ._page-constructor ._step_scheduling .items {
      max-width: 1000px;
      margin: 7px auto; }
    .module-crud-notice ._page-constructor ._step_scheduling .sch-period {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .module-crud-notice ._page-constructor ._step_scheduling ._item + ._item {
      border-top: 1px solid #ddd;
      padding-top: 35px;
      margin-top: 35px; }
    .module-crud-notice ._page-constructor ._step_scheduling ._item ._main-item {
      background: #fff; }
    .module-crud-notice ._page-constructor ._step_scheduling ._item ._item-wrap {
      -webkit-box-shadow: 0 0 10px #bbb;
      box-shadow: 0 0 10px #bbb; }
    .module-crud-notice ._page-constructor ._step_scheduling ._item ._wrap {
      padding: 20px; }
    .module-crud-notice ._page-constructor ._step_scheduling ._item ._item-actions {
      font-size: 110%; }
    .module-crud-notice ._page-constructor ._step_scheduling ._item ._advance-item {
      background: #eee; }
      .module-crud-notice ._page-constructor ._step_scheduling ._item ._advance-item h4 {
        color: #000;
        font-weight: normal; }
    .module-crud-notice ._page-constructor ._step_scheduling .checkbox {
      display: block;
      margin-top: 3px; }
    .module-crud-notice ._page-constructor ._step_scheduling .control-label {
      margin-top: 10px; }
    .module-crud-notice ._page-constructor ._step_scheduling .input-duration {
      width: 100%; }
    .module-crud-notice ._page-constructor ._step_scheduling .input-playlists {
      width: 100%; }
    .module-crud-notice ._page-constructor ._step_scheduling .input-datetime {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .module-crud-notice ._page-constructor ._step_scheduling .input-datetime .control-label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 60px;
        -ms-flex: 0 1 60px;
        flex: 0 1 60px;
        padding-right: 10px; }
      .module-crud-notice ._page-constructor ._step_scheduling .input-datetime datetime-field {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }

.rteleft {
  text-align: left; }

.rtecenter {
  text-align: center; }

.rteright {
  text-align: right; }

.rtejustify {
  text-align: justify; }

@media (min-width: 768px) {
  ._step_scheduling .row-fx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    ._step_scheduling .row-fx .col {
      width: 25%; }
      ._step_scheduling .row-fx .col + .col {
        border-left: 1px solid #ddd; } }

.modal-scheduling {
  padding: 0; }
  .modal-scheduling ._modal-top {
    padding: 20px 25px 0; }
  .modal-scheduling .btn-grey {
    background: #9A9CA0;
    color: #fff; }
    .modal-scheduling .btn-grey:hover {
      background: #ccc; }
  .modal-scheduling ._step_scheduling {
    max-height: 470px;
    overflow: auto; }
  .modal-scheduling .input-playlists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .modal-scheduling .input-duration {
    width: 95px; }
  .modal-scheduling ._item + ._item {
    border-top: 1px solid #ccc; }
  .modal-scheduling ._main-item {
    padding: 15px 25px 15px; }
  .modal-scheduling ._advance-item {
    background: #eee;
    padding: 0 25px 15px; }
    .modal-scheduling ._advance-item .checkbox {
      display: block;
      margin-top: 3px; }

.scheduling-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .scheduling-top-row .control-label {
    float: left;
    margin-right: 10px;
    padding-top: 9px; }

.modal-list-backgrounds ._vertical {
  height: 145px;
  background-size: contain;
  background-repeat: no-repeat; }

.modal-list-backgrounds ._horizontal {
  height: 145px;
  background-size: contain;
  background-repeat: no-repeat; }

ul.preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ul.preview-list > li {
    width: 121px;
    height: 121px;
    margin: 5px;
    overflow: hidden;
    position: relative; }
    ul.preview-list > li > .preview {
      position: absolute;
      background-size: auto;
      background-position: center 80%;
      height: 100%;
      width: 100%; }
      ul.preview-list > li > .preview > .remove {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        color: #fff;
        cursor: pointer;
        background-color: #d000009e;
        text-align: center;
        line-height: 19px;
        width: 100%;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
  ul.preview-list > li:hover .remove {
    display: block; }
    ul.preview-list > li:hover .remove:hover {
      background-color: #d00000; }
  ul.preview-list.selectable > li {
    -webkit-transition: -webkit-box-shadow .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out;
    transition: box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
    -webkit-box-shadow: 0 0 7px 3px #fff0;
    box-shadow: 0 0 7px 3px #fff0;
    cursor: pointer;
    outline-offset: 1px; }
    ul.preview-list.selectable > li:hover {
      -webkit-box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
      z-index: 2; }
    ul.preview-list.selectable > li.active {
      outline: 4px solid #2da4dc; }
  ul.preview-list.pattern > li > .preview {
    background-repeat: repeat;
    background-color: #aaa;
    background-position: center center;
    width: 500px;
    height: 500px;
    -webkit-transform: scale(0.3) translateX(-630px) translateY(-615px);
    -ms-transform: scale(0.3) translateX(-630px) translateY(-615px);
    transform: scale(0.3) translateX(-630px) translateY(-615px); }
  ul.preview-list.background > li {
    height: 213px; }
    ul.preview-list.background > li > .preview {
      background-size: contain;
      height: 213px; }

.tab-content {
  height: 100%;
  overflow: auto;
  padding: 0 10px; }

.notice-icons .modal-title {
  font-size: 22px; }

.notice-icons .tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none; }

.notice-icons .icon-tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .notice-icons .icon-tabs li {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px; }
    .notice-icons .icon-tabs li a {
      border-bottom: 1px solid transparent; }
    .notice-icons .icon-tabs li a, .notice-icons .icon-tabs li button {
      font-size: inherit;
      display: block;
      padding: 10px 5px;
      color: inherit;
      text-decoration: none; }
      .notice-icons .icon-tabs li a:focus, .notice-icons .icon-tabs li a:hover, .notice-icons .icon-tabs li a:active, .notice-icons .icon-tabs li button:focus, .notice-icons .icon-tabs li button:hover, .notice-icons .icon-tabs li button:active {
        color: inherit;
        outline: none;
        text-decoration: none; }
    .notice-icons .icon-tabs li.active {
      color: #2DA4DC; }
      .notice-icons .icon-tabs li.active a {
        border-bottom: 1px solid; }

.notice-icons .upload-by-url-control {
  height: 34px;
  min-height: 34px;
  border-color: #999; }

.notice-icons .my-drop-zone {
  position: relative;
  border: 1px solid #DCDCDC;
  padding: 27px 10px;
  text-align: center;
  margin-bottom: 20px; }
  .notice-icons .my-drop-zone.nv-file-over {
    border-color: #337ab7; }
  .notice-icons .my-drop-zone:hover {
    border-style: dashed; }

.notice-icons .search-by-keywords .btn-upload {
  height: 46px;
  color: #fff;
  background: #9A9CA0;
  font-weight: bold; }
  .notice-icons .search-by-keywords .btn-upload span {
    font-size: 14px;
    position: relative;
    top: -1px; }
  .notice-icons .search-by-keywords .btn-upload:hover, .notice-icons .search-by-keywords .btn-upload:active, .notice-icons .search-by-keywords .btn-upload:focus {
    background: #ccc;
    outline: none; }

.notice-icons .module-search .input-group, .notice-icons .module-search .form-control {
  height: 46px; }

.notice-icons .block-upload {
  padding: 15px;
  position: relative;
  background: #F8F8F8; }

.notice-icons .icons-items {
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: -14px;
  margin-right: -14px; }
  .notice-icons .icons-items .item {
    width: 114px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 14px;
    position: relative; }
    .notice-icons .icons-items .item ._wrap {
      background: #f4f4f4;
      height: 114px;
      overflow: hidden;
      position: relative;
      padding: 7px; }
    .notice-icons .icons-items .item ._img {
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      overflow: hidden;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .notice-icons .icons-items .item img {
      width: 100%; }
    .notice-icons .icons-items .item ._tags {
      margin-top: 5px; }
      .notice-icons .icons-items .item ._tags .edit-tags {
        width: 100%; }
      .notice-icons .icons-items .item ._tags a {
        text-decoration: none;
        padding: 1px;
        display: inline-block; }
    .notice-icons .icons-items .item .preview-icon, .notice-icons .icons-items .item .set-icon {
      position: absolute;
      bottom: 0;
      color: #2da4dc;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      display: none;
      font-size: 20px; }
      .notice-icons .icons-items .item .preview-icon:hover, .notice-icons .icons-items .item .set-icon:hover {
        color: #fff;
        background: #2da4dc; }
    .notice-icons .icons-items .item .preview-icon {
      left: 0; }
    .notice-icons .icons-items .item .set-icon {
      right: 0; }
    .notice-icons .icons-items .item:hover ._wrap {
      background: #dfdfdf; }
    .notice-icons .icons-items .item:hover .preview-icon {
      display: block; }
    .notice-icons .icons-items .item:hover .set-icon {
      display: block; }

.module-calendar {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
  /* .fc-unselectable {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .fc-week {
    flex: 1;
  }*/ }
  .module-calendar ._calendar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden; }
  .module-calendar .calendar-block {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .module-calendar .fc-toolbar {
    margin-bottom: 15px; }
  .module-calendar .fc-view-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .module-calendar .fc-view {
    height: 100%; }
    .module-calendar .fc-view table {
      height: -webkit-calc(100% - 1px);
      height: calc(100% - 1px); }
  .module-calendar .fc-scroller {
    height: 100% !important;
    overflow-y: auto  !important; }
  .module-calendar .fc-agenda-view .fc-day-grid,
  .module-calendar .fc-agenda-view .fc-divider {
    display: none; }

.popover-content {
  min-height: 50px; }

.module-tutorials {
  max-width: 844px;
  margin: auto;
  padding-top: 40px;
  /*
	.video-status{
		border: 1px solid #787878;
		background: #fff;
		width: 22px;
		height: 22px;
		position: relative;
		border-radius: 50%;
		overflow: hidden;
	}
	.video-status > span{
		background: #787878;
		position: absolute;
		width: 100%;
	}
	*/ }
  .module-tutorials a {
    cursor: pointer; }
  .module-tutorials h1 {
    font-weight: normal;
    margin-top: 5px;
    font-size: 28px; }
  .module-tutorials textarea {
    max-width: 100%; }
  .module-tutorials .loading {
    vertical-align: middle; }
  .module-tutorials .header-progress {
    margin-top: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
  .module-tutorials .header-buttons {
    margin-top: 10px;
    display: inline-block;
    text-align: right; }
  .module-tutorials .btn-start-tutorial, .module-tutorials .btn-manage-tutorial {
    width: 225px;
    font-weight: bold;
    border: 0; }
  .module-tutorials .btn-start-tutorial {
    background: #2da4dc; }
    .module-tutorials .btn-start-tutorial:hover {
      background: #2297cd; }
  .module-tutorials .progress-slim {
    height: 6px;
    background: #dfdfdf;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px; }
    .module-tutorials .progress-slim .progress-bar {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #2da4dc; }
  .module-tutorials .step-count {
    color: #2da4dc;
    float: right;
    font-weight: bold;
    font-size: 18px;
    line-height: 34px; }
  .module-tutorials .title {
    color: #2da4dc;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.9; }
  .module-tutorials .tutorial-section, .module-tutorials .tutorial-form {
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.2);
    margin-bottom: 20px; }
  .module-tutorials #tutorial-list {
    margin-bottom: 100px; }
  .module-tutorials .tutorial-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .module-tutorials .tutorial-list li, .module-tutorials .tutorial-list-add {
    border-top: 1px solid #e4e4e4;
    margin: 0; }
  .module-tutorials .tutorial-list li .video-item, .module-tutorials .tutorial-list-add .video-item {
    text-decoration: none;
    display: block;
    padding: 20px 38px;
    color: #787878; }
    .module-tutorials .tutorial-list li .video-item:hover, .module-tutorials .tutorial-list-add .video-item:hover {
      background: #f8f8f8; }
    .module-tutorials .tutorial-list li .video-item > a, .module-tutorials .tutorial-list-add .video-item > a {
      color: #787878;
      text-decoration: none; }
  .module-tutorials .tutorial-list-add {
    background: #f1f1f1; }
  .module-tutorials .tutorial-head {
    padding: 20px 38px;
    min-height: 75px; }
  .module-tutorials .tutorial-manage {
    position: relative; }
    .module-tutorials .tutorial-manage .tutorial-head {
      padding-right: 143px;
      padding-left: 87px; }
    .module-tutorials .tutorial-manage .btn-change-status {
      position: absolute;
      top: 27px;
      left: 38px; }
    .module-tutorials .tutorial-manage .item-action {
      position: absolute;
      top: 20px;
      right: 38px; }
  .module-tutorials .tutorial-play, .module-tutorials .tutorial-add-video {
    width: 20px;
    height: 20px;
    color: #2da4dc;
    margin-right: 15px;
    font-size: 25px;
    vertical-align: middle;
    cursor: pointer; }
    .module-tutorials .tutorial-play:hover, .module-tutorials .tutorial-add-video:hover {
      color: #23527c; }
  .module-tutorials .video-time {
    float: left;
    margin-right: 15px; }
  .module-tutorials .video-status {
    display: inline-block; }
  .module-tutorials .video-status-done {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #2da4dc;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center; }
    .module-tutorials .video-status-done i {
      color: #fff; }
    .module-tutorials .video-status-done canvas {
      display: none; }
  .module-tutorials .tutorial-form, .module-tutorials .video-item-form {
    padding: 20px 38px;
    margin: 0 37px 20px; }
  .module-tutorials .btn-tutorial-edit {
    float: right;
    margin-left: 15px; }
  .module-tutorials .btn-tutorial-delete {
    float: right;
    margin-left: 15px; }
  .module-tutorials .video-form {
    padding-bottom: 15px;
    padding-right: 38px; }
  .module-tutorials .my-drop-zone {
    position: relative;
    border: 1px solid #DCDCDC;
    padding: 27px 10px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden; }

.modal-tutorial .modal-header {
  padding-top: 20px;
  padding-bottom: 0;
  background: #000;
  border-bottom: 0; }
  .modal-tutorial .modal-header a {
    color: #ccc;
    font-size: 10px; }
  .modal-tutorial .modal-header .close {
    color: #ccc;
    float: left;
    opacity: 1; }

.modal-tutorial .go-dashboard {
  border: none;
  background: transparent;
  outline: none;
  color: #ccc;
  font-size: 10px; }
  .modal-tutorial .go-dashboard:hover {
    text-decoration: underline; }

.modal-tutorial .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1.8em; }

.modal-tutorial .player {
  display: block;
  background: #000;
  border-bottom: 2px solid #000; }
  .modal-tutorial .player .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .modal-tutorial .player video,
  .modal-tutorial .player video:focus {
    outline: none;
    border: none; }

.modal-tutorial .window_after_play {
  position: absolute;
  top: 250px;
  text-align: center;
  width: 100%;
  font-size: 18px; }
  .modal-tutorial .window_after_play a {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.8); }
    .modal-tutorial .window_after_play a:hover {
      background: rgba(0, 0, 0, 0.8); }
    .modal-tutorial .window_after_play a b {
      display: block; }

.modal-tutorial .player_loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 150px; }

.modal-classified-settings {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .modal-classified-settings .playlist-block {
    background: #f3f3f4;
    width: 335px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 335px;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px;
    padding: 40px 15px 0 25px; }
  .modal-classified-settings .module-search {
    margin-right: 15px; }
  .modal-classified-settings .playlist-items {
    margin-top: 15px;
    max-height: 350px;
    margin-right: 15px; }
    .modal-classified-settings .playlist-items li {
      position: relative; }
    .modal-classified-settings .playlist-items ._item {
      display: block;
      background: #fff;
      position: relative;
      padding: 11px 15px;
      margin-bottom: 15px;
      color: inherit;
      text-decoration: none;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid transparent;
      cursor: pointer; }
      .modal-classified-settings .playlist-items ._item.active, .modal-classified-settings .playlist-items ._item:hover {
        border: 1px solid #2DA4DC;
        color: #2DA4DC; }
  .modal-classified-settings .form-settings {
    overflow: hidden;
    padding: 55px 40px 30px;
    font-size: 16px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .modal-classified-settings .form-settings .settings-overview {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0.5; }
  .modal-classified-settings .form-group {
    margin-bottom: 25px; }
  .modal-classified-settings .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    line-height: 2; }
    .modal-classified-settings .form-row .setting-label {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .modal-classified-settings .form-submit .btn {
    width: 200px;
    height: 45px;
    font-size: 16px; }
  .modal-classified-settings span.form-control {
    height: 40px;
    line-height: 26px; }
  .modal-classified-settings .form-control, .modal-classified-settings .input-group .btn {
    min-height: 40px; }
  .modal-classified-settings .form-submi .input-group .btn {
    padding-left: 25px;
    padding-right: 25px; }
  .modal-classified-settings .form-control {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.wrapper-public .page-wrapper {
  margin-left: 0; }

.wrapper-public .header-top {
  background: #e7e7eb;
  overflow: hidden; }
  .wrapper-public .header-top .logo {
    width: 197px;
    background: #fff;
    text-align: center;
    float: left;
    padding: 22px 25px;
    display: block; }
    .wrapper-public .header-top .logo img {
      max-width: 100%; }

.module-public-create-classified {
  height: 100%;
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  padding: 10px 0; }

.module-public-create-classified .module-view-classified {
  background: #fff;
  -webkit-box-shadow: 0 0 30px #ddd;
  box-shadow: 0 0 30px #ddd;
  margin: 20px 0; }

.module-public-create-classified .classified-steps {
  display: none;
  font-size: 11px;
  padding: 15px;
  height: 70px;
  background: #F3F3F4;
  overflow: hidden; }

.module-public-create-classified ._details .control-label {
  font-size: 16px; }

.public-classified {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -15px;
  overflow: hidden; }
  .public-classified ._main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: auto;
    padding: 0 15px; }
  .public-classified ._footer {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    border-top: 1px solid #ccc; }
    .public-classified ._footer .btn-back {
      float: left;
      margin-right: 60px; }
    .public-classified ._footer .btn-save {
      float: right;
      margin-left: 50px; }
      .public-classified ._footer .btn-save.no-content .templates {
        background-color: #ccc;
        border-color: #bbb; }
        .public-classified ._footer .btn-save.no-content .templates:hover {
          background-color: #aaa;
          border-color: #999; }
    .public-classified ._footer .btn {
      padding-left: 35px;
      padding-right: 35px;
      font-weight: bold; }
  .public-classified ._steps-items {
    max-width: 780px;
    padding: 0 45px;
    position: relative;
    top: 11px;
    margin: 0 auto; }
    .public-classified ._steps-items ul {
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: 0;
      padding: 0; }
      .public-classified ._steps-items ul li {
        background: #2da4dc;
        content: ' ';
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: .3em;
        line-height: 1em;
        margin: 0;
        position: relative;
        text-align: right; }
        .public-classified ._steps-items ul li span {
          position: absolute;
          bottom: -30px;
          left: -65px;
          text-align: center;
          width: 130px; }
        .public-classified ._steps-items ul li:before {
          color: #fff;
          font: normal normal normal 10px/1 FontAwesome;
          background: #2da4dc;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          content: "\f00c";
          height: 26px;
          left: -10px;
          line-height: 20px;
          position: absolute;
          text-align: center;
          top: -10px;
          width: 26px;
          border: 3px solid #e1e1e1; }
        .public-classified ._steps-items ul li.active {
          background-color: #e1e1e1; }
          .public-classified ._steps-items ul li.active:before {
            background: #d9d9d9; }
        .public-classified ._steps-items ul li.active ~ li {
          background-color: #e1e1e1; }
          .public-classified ._steps-items ul li.active ~ li:before {
            background: #d9d9d9; }
        .public-classified ._steps-items ul li.active ~ .public-classified ._steps-items ul li:before {
          background-color: #e1e1e1; }
        .public-classified ._steps-items ul li:last-child {
          -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
          flex-basis: 0;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0;
          -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
          flex-shrink: 1; }

@media (max-width: 767px) {
  .wrapper-public .header-top .logo {
    display: none; }
  .module-public-create-classified .classified-steps {
    display: block; }
  .module-view-classified {
    display: block; }
    .module-view-classified ._wysiwyg {
      width: auto; }
  .public-classified ._main {
    padding: 0; }
  .public-classified ._footer ._steps-items {
    display: none; }
  .public-classified ._footer .btn-back, .public-classified ._footer .btn-save {
    margin: 0; } }

ul.slides > li.options-list section .input-group, label.upload-file {
  position: relative; }
  ul.slides > li.options-list section .input-group .remove, label.upload-file .remove {
    position: absolute;
    color: #cccccc;
    right: 1rem;
    top: 1rem;
    z-index: 3; }
    ul.slides > li.options-list section .input-group .remove:hover, label.upload-file .remove:hover {
      color: red; }

[hidden] {
  display: none !important; }

.bg-white {
  background-color: white; }

.content-wrapper {
  margin: 1.5rem 0;
  padding: 1.5rem;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }
  .content-wrapper.survey-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .content-wrapper .table-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto; }
  .content-wrapper .input-group {
    width: 100%; }
    .content-wrapper .input-group > input, .content-wrapper .input-group > span {
      position: initial;
      border: 1px solid #ccc; }
      .content-wrapper .input-group > input:not(:last-child), .content-wrapper .input-group > span:not(:last-child) {
        border-right: none;
        padding-right: 1px; }
      .content-wrapper .input-group > input.input-group-addon + .form-control, .content-wrapper .input-group > span.input-group-addon + .form-control {
        padding-left: 6rem; }
  .content-wrapper .head-wrapper form {
    margin-bottom: 1.5rem; }
    .content-wrapper .head-wrapper form.inline {
      display: inline-block; }
  .content-wrapper .float-right {
    float: right; }
  .content-wrapper .add-item {
    display: block;
    font-size: 2rem;
    color: #fff;
    background-color: #2da4dc;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    margin: 1px;
    padding: 7px 11px 3px 11px; }
    .content-wrapper .add-item:hover {
      background-color: #1f87b7; }

/* Add Survey */
section.tools {
  background-color: #fff;
  min-width: 250px;
  padding: 0;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }
  section.tools .tab-content {
    padding: 1rem; }

#blocks ul.blocks-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  #blocks ul.blocks-list li {
    margin: .5rem 0; }
    #blocks ul.blocks-list li a.add {
      display: block;
      position: relative;
      padding: 1rem;
      border: 1px solid #ffff;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-decoration: none;
      -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15); }
      #blocks ul.blocks-list li a.add:hover {
        -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2); }
      #blocks ul.blocks-list li a.add:after {
        content: '+';
        padding-right: 1rem;
        line-height: .8;
        font-weight: bold;
        font-size: 2.5rem;
        position: absolute;
        right: 0; }
    #blocks ul.blocks-list li.active a.add {
      z-index: 12345;
      border: 1px solid #2da4dc; }

form.editor {
  border-right: 2px solid #e9e9e9;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }

ul.slides {
  list-style: none;
  padding: 0; }
  ul.slides .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    ul.slides .flex-row.right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  ul.slides > li {
    padding: 0;
    margin: .5rem 0;
    position: relative; }
    ul.slides > li > a {
      display: block;
      padding: .7rem;
      background-color: white;
      border: 1px solid #e7e7e7;
      text-decoration: none;
      color: inherit; }
      ul.slides > li > a:after {
        font-family: FontAwesome;
        content: "\f077";
        position: absolute;
        right: 1.5rem; }
    ul.slides > li.active > a:after {
      content: "\f078"; }
    ul.slides > li label.title {
      margin-top: .5rem; }
    ul.slides > li form > .row {
      margin: .5rem 0 0; }
      ul.slides > li form > .row.m {
        margin: 1rem .5rem; }
    ul.slides > li.options-list section .input-group {
      width: 100%; }
  ul.slides form {
    margin: 0;
    padding: .5rem;
    background-color: #e6e6ea; }
    ul.slides form .ng-invalid {
      border-color: red;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 52, 70, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 52, 70, 0.6); }
    ul.slides form .resize-none {
      resize: none; }
  ul.slides .btn-transparent {
    background-color: #fff0;
    border: none; }
  ul.slides .add-option {
    margin: .5rem .1rem;
    text-decoration: none; }
    ul.slides .add-option .fa {
      top: 1px;
      position: relative; }

ul.bg-preview {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.bg-preview > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    ul.bg-preview > li div.image {
      cursor: pointer;
      height: 100px;
      border: 1px solid #787878;
      margin: 2px;
      background-position: center;
      background-size: cover; }
      ul.bg-preview > li div.image.selected {
        border: 3px solid #2da4dc; }

#slide-preview {
  overflow: hidden;
  border: 1px solid #ccc;
  height: 50rem; }

/* Input imitation */
label.upload-file {
  width: 100%;
  font-weight: inherit;
  cursor: pointer; }
  label.upload-file .file-name-preview {
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    position: relative; }
    label.upload-file .file-name-preview:after {
      content: '.';
      position: absolute;
      right: 0;
      width: 36px;
      background: #fff;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, from(#fff0), color-stop(67%, #fff), to(#fff));
      background: -webkit-linear-gradient(left, #fff0 0%, #fff 67%, #fff 100%);
      background: linear-gradient(90deg, #fff0 0%, #fff 67%, #fff 100%); }

#slide-preview {
  background-color: #1b6d85;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-family: Arial, Verdana, sans-serif;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #slide-preview > .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #slide-preview h1, #slide-preview h2 {
    margin: .5rem auto;
    font-weight: normal;
    text-align: center;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
  #slide-preview h1 {
    font-size: 2.4rem; }
  #slide-preview h2 {
    font-size: 1.7rem; }
  #slide-preview .slideImage {
    display: block;
    max-width: 100%;
    margin: 0 auto 3rem; }
  #slide-preview .center {
    text-align: center; }
  #slide-preview .row {
    margin: 1.5rem 1rem; }
  #slide-preview .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #slide-preview .flex button {
      width: 100%; }
  #slide-preview .flex-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #slide-preview .flex-row .row {
      -webkit-flex-basis: min-content;
      -ms-flex-preferred-size: min-content;
      flex-basis: min-content; }
  #slide-preview .flex-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #slide-preview .flex-col .row {
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
  #slide-preview button {
    font-size: 1.08em;
    min-width: 15%;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #2da4dc;
    color: #fff;
    padding: .8rem 1.5rem .55rem;
    outline: none; }
    #slide-preview button.active {
      background-color: #43b152; }
  #slide-preview .rate {
    margin: auto;
    padding-bottom: 10rem;
    text-align: center;
    font-size: 4rem;
    counter-reset: star; }
    #slide-preview .rate .fa {
      position: relative;
      margin-right: 1rem; }
      #slide-preview .rate .fa:after {
        counter-increment: star;
        content: counter(star);
        position: absolute;
        bottom: -3rem;
        text-align: center;
        left: 0;
        width: 100%;
        font-size: 1.6rem;
        font-family: Arial, Verdana, sans-serif; }
  #slide-preview * + .rate {
    margin-top: 4rem;
    margin-bottom: 0; }
  #slide-preview .bottom-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    font-size: 2rem; }
    #slide-preview .bottom-nav a {
      color: white;
      font-weight: bold;
      text-decoration: none;
      opacity: 0.9;
      margin: 1rem; }
      #slide-preview .bottom-nav a:hover {
        opacity: 1; }
      #slide-preview .bottom-nav a .fa {
        position: relative;
        top: 1px; }
    #slide-preview .bottom-nav .next {
      margin-left: auto; }

ul.number-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: auto;
  width: 19.2rem;
  font-size: 2.5rem; }
  ul.number-pad li {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0.2rem;
    line-height: 5.5rem; }
    ul.number-pad li.input {
      color: #787878;
      width: 100%;
      text-align: center;
      background-color: white;
      height: 5rem;
      letter-spacing: 0.5rem; }
    ul.number-pad li.button {
      cursor: pointer;
      width: 6rem;
      height: 5rem;
      background-color: #2da4dc;
      -webkit-border-radius: 4px;
      text-align: center; }

* + ul.number-pad {
  margin-top: 4rem;
  margin-bottom: 0; }

body.notice-preview #launcher {
  display: none; }

@media (min-width: 769px) {
  body.notice-preview .page-wrapper .header-top {
    padding-left: 320px; } }

body.notice-preview .page-wrapper .header-top .logo {
  display: none; }

body.notice-preview .page-wrapper .page-viewport {
  padding: 0; }

body.notice-preview section.module-notices .sidebar {
  top: 0;
  height: 100%;
  position: fixed !important;
  background-color: white;
  padding: 2rem 0 0 2rem;
  width: 320px;
  -webkit-box-shadow: 0 0 3px #aaa;
  box-shadow: 0 0 3px #aaa;
  z-index: 1; }
  @media (max-width: 768px) {
    body.notice-preview section.module-notices .sidebar {
      padding-top: 60px; } }
  body.notice-preview section.module-notices .sidebar:before {
    display: block;
    content: ' ';
    height: 95.5px;
    margin: 15px 0 25px 5px;
    background: url("../img/ub-connex.png") no-repeat center center;
    background-size: contain; }
    @media (max-width: 768px) {
      body.notice-preview section.module-notices .sidebar:before {
        margin: 7px auto; } }

body.notice-preview section.module-notices .sidebar-out-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1; }

body.notice-preview section.module-notices ._main-col {
  padding-left: 320px; }
  @media (max-width: 768px) {
    body.notice-preview section.module-notices ._main-col {
      padding-left: 0;
      padding-top: 50px; } }

body.notice-preview .mobile-toggle-list {
  left: 15px;
  top: 15px;
  z-index: 100; }

body.notice-preview .display-orientation {
  display: none; }

.not-supported {
  padding: 15px 0; }
  .not-supported .wrap {
    margin: 10% auto;
    max-width: 700px;
    padding: 0 15px; }
  .not-supported h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px; }
  .not-supported h2 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px; }
  .not-supported .supported-browsers-list {
    background: #fff;
    border: 1px solid #c5c5c5;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .not-supported .supported-browsers-list-item {
    padding: 30px 30px 30px 85px;
    border-bottom: 1px solid #dcdcdc; }
  .not-supported .browser-chrome {
    background: url("../img/blowser-icon/chrome.png") no-repeat 30px 50%; }
  .not-supported .browser-firefox {
    background: url("../img/blowser-icon/firefox.png") no-repeat 30px 50%; }
  .not-supported .browser-opera {
    background: url("../img/blowser-icon/opera.png") no-repeat 30px 50%; }
  .not-supported .browser-safari {
    background: url("../img/blowser-icon/safari.png") no-repeat 30px 50%; }
  .not-supported .supported-browser-information {
    font-weight: 600;
    font-size: 15px; }
  @media (min-width: 500px) {
    .not-supported .supported-browser-information {
      float: left; }
    .not-supported .supported-browser-download {
      text-align: right;
      float: right; } }
