@charset "UTF-8";
@import "../../../../public/css/open-sans-font.css";
@import "../../../../public/css/jquery/jquery-ui.min.css";
@import "../../../../public/css/fontawesome/font-awesome.min.css";
@import "../../../../public/css/jquery/jquery.mCustomScrollbar.css";
@import "../../../../public/css/summernote/summernote.css";
@import "../../../../public/css/dropzone/dropzone.css";
@import "../../../../public/css/bootstrap-addon.css";
html,
body {
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  background: #f5f5f5 url('../images/bg.png') left top repeat;
  position: relative;
  font-family: '맑은고딕', malgun gothic, '돋움', Dotum, 'Apple SD Gothic Neo', Helvetica, sans-serif;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 400;
}
footer {
  float: left;
  width: 100%;
  background-color: #082e41;
  color: #97b9ca;
  padding: 20px 0 0;
  font-size:14px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.row > [class^='col-xxs-'],
.row > [class^='col-xs-'],
.row > [class^='col-sm-'],
.row > [class^='col-md-'],
.row > [class^='col-lg-'] {
  min-height: 1px;
  padding-left:30px;
  padding-right: 10px;
}
@media all and (max-width: 480px) {
  .row > [class^='col-xxs-'].col-xxs-stacked,
  .row > [class^='col-xs-'].col-xxs-stacked,
  .row > [class^='col-sm-'].col-xxs-stacked,
  .row > [class^='col-md-'].col-xxs-stacked,
  .row > [class^='col-lg-'].col-xxs-stacked {
    padding-left: 0;
    padding-right: 0;
  }
}
.row.stacked > [class^='col-xxs-'],
.row.stacked > [class^='col-xs-'],
.row.stacked > [class^='col-sm-'],
.row.stacked > [class^='col-md-'],
.row.stacked > [class^='col-lg-'] {
  padding-left: 0px;
  padding-right: 0px;
}
.page-title {
  float: left;
  width: 100%;
  padding: 15px 10px 5px 10px;
}
.page-title h2 {
  float: left;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #434a54;
  padding: 0px;
  margin: 0px;
}
h1,
.h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
}
h2,
.h2 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
}
h3,
.h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
h3 small,
.h3 small {
  line-height: 19px;
}
h4,
.h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
h5,
.h5 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
h6,
.h6 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
.push-down-0 {
  margin-bottom: 0px !important;
}
.push-down-5 {
  margin-bottom: 5px !important;
}
.push-down-10 {
  margin-bottom: 10px !important;
}
.push-down-15 {
  margin-bottom: 15px !important;
}
.push-down-20 {
  margin-bottom: 20px !important;
}
.push-down-25 {
  margin-bottom: 25px !important;
}
.push-down-30 {
  margin-bottom: 30px !important;
}
.push-down-35 {
  margin-bottom: 35px !important;
}
.push-down-40 {
  margin-bottom: 40px !important;
}
.push-down-45 {
  margin-bottom: 45px !important;
}
.push-down-50 {
  margin-bottom: 50px !important;
}
.push-up-0 {
  margin-top: 0px !important;
}
.push-up-5 {
  margin-top: 5px !important;
}
.push-up-10 {
  margin-top: 10px !important;
}
.push-up-15 {
  margin-top: 15px !important;
}
.push-up-20 {
  margin-top: 20px !important;
}
.push-up-25 {
  margin-top: 25px !important;
}
.push-up-30 {
  margin-top: 30px !important;
}
.push-up-35 {
  margin-top: 35px !important;
}
.push-up-40 {
  margin-top: 40px !important;
}
.push-up-45 {
  margin-top: 45px !important;
}
.push-up-50 {
  margin-top: 50px !important;
}
.push-up-minus-5 {
  margin-top: -5px !important;
}
.push-up-minus-10 {
  margin-top: -10px !important;
}
.push-up-minus-15 {
  margin-top: -15px !important;
}
.push-up-minus-20 {
  margin-top: -20px !important;
}
.push-up-minus-25 {
  margin-top: -25px !important;
}
.push-up-minus-30 {
  margin-top: -30px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.media .media-object {
  width: 64px;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
  left: 0;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .active.left {
  top: -400px;
}
.carousel.vertical .active.right {
  top: 400px;
}
.carousel.vertical .next {
  top: 400px;
}
.carousel.vertical .prev {
  top: -400px;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
/* PAGINATION */
.pagination {
  width: 100%;
  margin: 10px 0px;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #656d78;
  border-color: #E5E5E5;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #222;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background: #33414e;
  color: #FFF;
  border-color: #33414e;
}
.pagination.pagination-sm {
  margin: 0px;
  width: auto;
}
.pagination.pagination-sm.push-down-20 {
  margin-bottom: 20px;
}
.pagination.pagination-sm.push-up-20 {
  margin-top: 20px;
}
.panel {
  float: left;
  width: 100%;
}
.panel .panel-heading {
  padding: 10px;
  background: #F5F5F5;
}
.panel .panel-heading .panel-title-image {
  float: left;
  width: 30px;
  border: 2px solid #D5D5D5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.panel .panel-heading .panel-title {
  margin-left: 7px;
}
.panel .panel-heading .panel-title span {
  font-size: 12px;
  color: #a7adb5;
  font-weight: 400;
  line-height: 12px;
}
.panel .panel-heading .panel-title-box {
  float: left;
}
.panel .panel-heading .panel-title-box h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #434a54;
  padding: 0px;
  margin: 0px;
}
.panel .panel-heading .panel-title-box span {
  font-size: 12px;
  color: #a7adb5;
  font-weight: 400;
  line-height: 12px;
}
.panel .panel-heading,
.panel .panel-footer,
.panel .panel-body {
  float: left;
  width: 100%;
}
.panel .panel-body {
  padding: 15px;
  position: relative;
}
.panel .panel-body .post-img {
  max-width: 100%;
}
.panel .panel-body.scroll {
  padding-right: 0px;
}
.panel .panel-body.panel-body-map {
  padding: 5px;
}
.panel .panel-body.panel-body-static {
  padding: 0;
}
.panel .panel-body.panel-body-image {
  padding: 0px;
  margin-bottom: 10px;
  position: relative;
}
.panel .panel-body.panel-body-image img {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}
.panel .panel-body.panel-body-image .panel-body-inform {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  background: #3fbae4;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: -15px;
  text-align: center;
  line-height: 30px;
  padding-left: 1px;
  padding-top: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-primary {
  background: #33414e;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-success {
  background: #95b75d;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-warning {
  background: #fea223;
}
.panel .panel-body.panel-body-image .panel-body-inform.inform-danger {
  background: #b64645;
}
.panel .panel-body.panel-body-image .panel-body-inform .fa {
  font-size: 16px;
  color: #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.panel .panel-body.list-group {
  padding: 0px;
}
.panel .panel-body.profile {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.panel .panel-body.panel-body-search {
  padding: 5px;
}
.panel .panel-body.panel-body-half .panel-body {
  width: 50%;
  height: 100%;
}
.panel .panel-body.panel-body-half .panel-body:nth-child(2n) {
  padding-left: 25px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image {
  margin-bottom: 0px;
}
.panel .panel-body.panel-body-half .panel-body.panel-body-image .panel-body-inform {
  bottom: auto;
  left: auto;
  right: -15px;
  top: 50%;
  margin-left: 0px;
  margin-top: -15px;
}
.panel .panel-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  float: left;
  color: #434a54;
}
.panel .panel-footer {
  background: #F5F5F5;
  border: 0px;
  border-top: 1px solid #E3E3E3;
  line-height: 30px;
  padding: 10px;
}
.panel-default .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-info .panel-heading,
.panel-warning .panel-heading,
.panel-danger .panel-heading {
  background: #F5F5F5;
  border-color: #E5E5E5;
}
.panel-fullscreen-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #FFF;
}
.panel-fullscreen-wrap .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
.panel-fullscreen-wrap .panel .panel-body {
  overflow-y: scroll;
}
/* PANEL GROUP / ACCORDION */
.panel-group {
  float: left;
  width: 100%;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
}
.panel-group.accordion .panel-body {
  display: none;
}
.panel-group.accordion .panel-body.panel-body-open {
  display: block;
}
.panel-title > a {
  text-decoration: none;
}
/* END PANEL GROUP / ACCORDION */
.note-editor .panel,
.note-editor .panel-heading,
.note-editor .panel-body,
.note-editor .panel-footer {
  float: none;
}
.note-video-clip {
  max-width: 854px;
  max-height: 480px;
  width: 100%;
  height: 480px;
}
@media only screen and (max-width: 768px) {
  .note-video-clip {
    height: 360px;
  }
}
@media only screen and (max-width: 480px) {
  .note-video-clip {
    height: 240px;
  }
}
/* PANEL CONTROLS */
ul.panel-controls {
  float: right;
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
}
ul.panel-controls > li {
  float: left;
}
ul.panel-controls > li > a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #656d78;
  border: 1px solid #BBB;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
ul.panel-controls > li > a.control-primary {
  color: #33414e;
  border-color: #33414e;
}
ul.panel-controls > li > a.control-success {
  color: #95b75d;
  border-color: #95b75d;
}
ul.panel-controls > li > a.control-info {
  color: #3fbae4;
  border-color: #3fbae4;
}
ul.panel-controls > li > a.control-warning {
  color: #fea223;
  border-color: #fea223;
}
ul.panel-controls > li > a.control-danger {
  color: #b64645;
  border-color: #b64645;
}
ul.panel-controls > li > a:hover {
  border-color: #999;
  color: #434a54;
}
ul.panel-controls > li > a.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
ul.panel-controls.panel-controls-title {
  margin-top: 3px;
}
.panel-hidden-controls ul.panel-controls > li > a {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.panel-hidden-controls:hover ul.panel-controls > li > a {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
.panel-hidden-controls:hover ul.panel-controls > li > a:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
ul.panel-controls > li.label-control .label,
.label-form {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  line-height: 12px;
  margin-top: 4px;
}
ul.panel-controls > li > .dropdown-menu {
  left: auto;
  right: 3px;
}
ul.panel-controls > li > .dropdown-menu:after,
ul.panel-controls > li > .dropdown-menu:before {
  left: auto;
  right: 11px;
}
ul.panel-controls > li > .dropdown-menu:after {
  margin-left: auto;
  margin-right: -5px;
}
ul.panel-controls > li > .dropdown-menu:before {
  margin-left: auto;
  margin-right: -6px;
}
/* EOF PANEL CONTROLS */
.panel-heading .label {
  line-height: 16px;
  padding: 4px 10px;
  margin: 3px 0px 3px 5px;
  font-size: 12px;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.panel-heading .label.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
/* PANEL BODY PRICING */
.panel.panel-primary .panel-body-pricing small {
  color: #33414e;
}
.panel.panel-success .panel-body-pricing small {
  color: #95b75d;
}
.panel.panel-info .panel-body-pricing small {
  color: #3fbae4;
}
.panel.panel-warning .panel-body-pricing small {
  color: #fea223;
}
.panel.panel-danger .panel-body-pricing small {
  color: #b64645;
}
.panel-body.panel-body-pricing h2 {
  font-size: 26px;
  font-weight: 400;
}
.panel-body.panel-body-pricing h2 small {
  text-transform: uppercase;
}
.panel-body.panel-body-pricing p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.panel-body.panel-body-pricing p.text-muted {
  color: #AAA;
  font-size: 11px;
}
.panel-body.panel-body-pricing .fa {
  color: #EEE;
}
/* PANEL BODY PRICING */
/* PANEL REFRESHING */
.panel-refresh-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  z-index: 3;
  font-size: 21px;
}
.panel-refresh-layer img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
/* EOF PANEL REFRESHING */
.table-responsive {
  border: 0px;
}
.table.table-bordered-top {
  border-top: 1px solid #ddd;
}
.table.table-bordered-bottom {
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-color: #E5E5E5;
  border-width: 1px;
  word-break: break-all;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #F8FAFC;
}
.table > thead > tr > th {
  background: #FFF;
  color: #333;
  font-size: 11px;
  white-space: nowrap;
}
.panel-body.panel-body-table {
  padding: 0px;
}
.panel-body.panel-body-table h1,
.panel-body.panel-body-table h2,
.panel-body.panel-body-table h3,
.panel-body.panel-body-table h4,
.panel-body.panel-body-table h5,
.panel-body.panel-body-table h6 {
  padding-left: 10px;
  margin-bottom: 10px;
}
.panel-body.panel-body-table .table {
  margin-bottom: 0px;
  border: 0px;
}
.panel-body.panel-body-table .table tr > td:first-child,
.panel-body.panel-body-table .table tr > th:first-child {
  border-left: 0px;
}
.panel-body.panel-body-table .table tr > td:last-child,
.panel-body.panel-body-table .table tr > th:last-child {
  border-right: 0px;
}
.panel-body.panel-body-table .table > tbody > tr:last-child > td {
  border-bottom: 0px;
}
.panel-body.panel-body-table td,
.panel-body.panel-body-table th {
  padding: 8px 10px;
}
.table.table-actions td {
  line-height: 28px;
}
.table .progress-small {
  margin: 7px 0px 8px;
}
/* EOF TABLES */
.panel-toggled .panel-body,
.panel-toggled .panel-footer {
  display: none;
}
.panel-body.panel-body-table {
  padding: 0px;
}
.panel-body.panel-body-table h1,
.panel-body.panel-body-table h2,
.panel-body.panel-body-table h3,
.panel-body.panel-body-table h4,
.panel-body.panel-body-table h5,
.panel-body.panel-body-table h6 {
  padding-left: 10px;
  margin-bottom: 10px;
}
.panel-body.panel-body-table .table {
  margin-bottom: 0px;
  border: 0px;
}
.panel-body.panel-body-table .table.table-bordered-top {
  border-top: 1px solid #ddd;
}
.panel-body.panel-body-table .table.table-bordered-bottom {
  border-bottom: 1px solid #ddd;
}
.panel-body.panel-body-table .table tr > td:first-child,
.panel-body.panel-body-table .table tr > th:first-child {
  border-left: 0px;
}
.panel-body.panel-body-table .table tr > td:last-child,
.panel-body.panel-body-table .table tr > th:last-child {
  border-right: 0px;
}
.panel-body.panel-body-table .table > tbody > tr:last-child > td {
  border-bottom: 0px;
}
.panel-body.panel-body-table td,
.panel-body.panel-body-table th {
  padding: 8px 10px;
}
.files-table {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
}
.files-table .table {
  margin-bottom: 0;
}
/* BUTTONS */
.btn {
  font-size: 12px;
  padding: 4px 15px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  padding: 12px 20px;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 11px;
  padding: 2px 10px;
}
.btn.btn-xs,
.btn-group-xs > .btn {
  font-size: 10px;
  padding: 0px 5px;
}
.btn-default {
  border-color: #DDD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #f7f7f7;
  border-color: #DDD;
}
.btn-danger {
  background-color: #b64645;
  border-color: #b64645;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #a43f3e;
  border-color: #a43f3e;
}
.btn-danger[disabled],
.btn-danger.disabled {
  background: #c66968;
  border-color: #c36261;
}
.btn-warning {
  background-color: #fea223;
  border-color: #fea223;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #fe970a;
  border-color: #fe970a;
}
.btn-warning[disabled],
.btn-warning.disabled {
  background: #feb756;
  border-color: #feb34c;
}
.btn-success {
  background-color: #95b75d;
  border-color: #95b75d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #89ad4d;
  border-color: #89ad4d;
}
.btn-success[disabled],
.btn-success.disabled {
  background: #acc780;
  border-color: #a7c479;
}
.btn-primary {
  background-color: #33414e;
  border-color: #33414e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #29343f;
  border-color: #29343f;
}
.btn-primary[disabled],
.btn-primary.disabled {
  background: #475b6d;
  border-color: #435667;
}
.btn-info {
  background-color: #3fbae4;
  border-color: #3fbae4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #29b2e1;
  border-color: #29b2e1;
}
.btn-info[disabled],
.btn-info.disabled {
  background: #6ccaea;
  border-color: #63c7e9;
}
.btn-link {
  font-weight: 600;
  color: #33414e;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  color: #33414e;
}
.btn-kakao {
  color: #333;
  background-color: #ffeb0c;
  border-color: #ffeb0c;
}
.btn-kakao:hover,
.btn-kakao:focus,
.btn-kakao:active,
.btn-kakao.active {
  color: #333;
  background-color: #ffef3f;
  border-color: #ffeb0c;
}
.btn-facebook {
  color: #fff;
  background-color: #3C599B;
  border-color: #3C599B;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
  color: #fff;
  background-color: #4f70bb;
  border-color: #3C599B;
}
.btn .fa,
.btn .glyphicon {
  font-size: 14px;
  margin-right: 5px;
}
.btn.btn-rounded {
  background: transparent;
  color: #656d78;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border-width: 2px;
  padding: 2px 10px;
  font-weight: 600;
}
.btn.btn-rounded.btn-default:hover,
.btn.btn-rounded.btn-default:focus,
.btn.btn-rounded.btn-default:active,
.btn.btn-rounded.btn-default.active {
  border-color: #CCC;
  color: #333;
}
.btn.btn-rounded.btn-success {
  color: #95b75d;
}
.btn.btn-rounded.btn-success:hover,
.btn.btn-rounded.btn-success:focus,
.btn.btn-rounded.btn-success:active,
.btn.btn-rounded.btn-success.active {
  border-color: #89ad4d;
  color: #89ad4d;
}
.btn.btn-rounded.btn-warning {
  color: #fea223;
}
.btn.btn-rounded.btn-warning:hover,
.btn.btn-rounded.btn-warning:focus,
.btn.btn-rounded.btn-warning:active,
.btn.btn-rounded.btn-warning.active {
  border-color: #fe970a;
  color: #fe970a;
}
.btn.btn-rounded.btn-info {
  color: #3fbae4;
}
.btn.btn-rounded.btn-info:hover,
.btn.btn-rounded.btn-info:focus,
.btn.btn-rounded.btn-info:active,
.btn.btn-rounded.btn-info.active {
  border-color: #29b2e1;
  color: #29b2e1;
}
.btn.btn-rounded.btn-danger {
  color: #b64645;
}
.btn.btn-rounded.btn-danger:hover,
.btn.btn-rounded.btn-danger:focus,
.btn.btn-rounded.btn-danger:active,
.btn.btn-rounded.btn-danger.active {
  border-color: #a43f3e;
  color: #a43f3e;
}
.btn.btn-rounded.btn-primary {
  color: #33414e;
}
.btn.btn-rounded.btn-primary:hover,
.btn.btn-rounded.btn-primary:focus,
.btn.btn-rounded.btn-primary:active,
.btn.btn-rounded.btn-primary.active {
  border-color: #29343f;
  color: #29343f;
}
.btn:active,
.btn.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-twitter {
  background: #1AB2E8;
  border-color: #1AB2E8;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter.active {
  background: #15a1d3;
}
.btn.btn-facebook {
  background: #3C599B;
  border-color: #3C599B;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook.active {
  background: #354e89;
}
.btn.btn-google {
  background: #E04A39;
  border-color: #E04A39;
}
.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google.active {
  background: #dd3623;
}
.btn.btn-condensed {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.btn.btn-condensed .fa,
.btn.btn-condensed .glyphicon {
  margin: 0px;
  text-align: center;
}
.btn.btn-condensed.btn-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.btn.btn-condensed.btn-lg {
  padding-left: 15px;
  padding-right: 15px;
}
.open > .dropdown-toggle.btn-default {
  background-color: #f7f7f7;
  border-color: #DDD;
}
.open > .dropdown-toggle.btn-danger {
  background-color: #a43f3e;
  border-color: #a43f3e;
}
.open > .dropdown-toggle.btn-warning {
  background-color: #fe970a;
  border-color: #fe970a;
}
.open > .dropdown-toggle.btn-success {
  background-color: #89ad4d;
  border-color: #89ad4d;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #29343f;
  border-color: #29343f;
}
.open > .dropdown-toggle.btn-info {
  background-color: #29b2e1;
  border-color: #29b2e1;
}
/* EOF BUTTONS */
/* FORM ELEMENTS */
.radio,
.checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.radio input[type=radio],
.checkbox input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=checkbox] {
  margin-left: 0;
  position: relative;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}
input[type=radio],
input[type=checkbox] {
  margin: 2px 0px 0px;
}
.checkbox.pull-left,
.checkbox.pull-right,
.radio.pull-left,
.radio.pull-right {
  width: auto;
}
.form-control {
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #D5D5D5;
  background: #fff;
}
.form-control:focus {
  border-color: #C5C5C5;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #C1C1C1;
  background: #FFF;
}
.form-control.form-control-select {
  padding-right: 40px;
  background-image: url("../images/select_arr.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 38px 100px;
}
.form-control[disabled],
.form-control[readonly] {
  color: #666;
}
.form-control[disabled]focus,
.form-control[readonly]focus {
  background-color: #fff;
  color: #CCC;
  border-color: #D5D5D5;
}
.input-group-addon {
  border-color: #33414e;
  background-color: #33414e;
  font-size: 12px;
  padding: 0px 10px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  min-width: 36px;
}
.input-group-addon.grey {
  border-color: #dfdfdf;
  background-color: #f4f4f4;
  color: #999;
}
.input-group-addon.white {
  border-color: #dfdfdf;
  background-color: #FFFFFF;
  color: #999;
}
.input-group-addon,
.input-group-btn {
  vertical-align: top;
}
.form-group:last-child {
  margin-bottom: 0px;
}
.form-group-separated {
  border-top: 1px dashed #D5D5D5;
}
.form-group-separated .form-group {
  border-bottom: 1px dashed #D5D5D5;
  margin-bottom: 0px;
}
.form-group-separated .form-group [class^="col-md-"] {
  border-right: 1px dashed #D5D5D5;
  padding: 12px 10px;
}
.form-group-separated .form-group [class^="col-md-"]:last-child {
  border-right: 0px;
}
.form-group-separated .form-group:last-child {
  border-bottom: 0px;
}
.form-group-separated .form-group.form-group-border-left [class^="col-md-"] {
  border-right: 0px;
  border-left: 1px dashed #D5D5D5;
}
.form-group-separated .form-group.form-group-border-left [class^="col-md-"]:first-child {
  border-left: 0px;
  margin-left: -1px;
}
.form-group-separated.panel-body,
.form-group-separated.modal-body {
  padding: 0px;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.form-horizontal .control-label {
  line-height: 30px;
  padding-top: 0px;
}
.form-horizontal .form-group-acf {
  margin: 0;
  padding-top: 14px;
  padding-bottom: 15px;
  border-top: 1px dashed #D5D5D5;
}
.form-horizontal .form-group-acf:after,
.form-horizontal .form-group-acf:before {
  display: table;
  content: "";
}
.form-static .form-group {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
.form-static .control-label {
  line-height: 20px;
  padding-top: 0px;
  padding-bottom: 5;
  color: #888;
}
.form-static .form-control-static {
  padding-top: 0;
  padding-bottom: 14px;
  min-height: 30px;
}
.form-static:after {
  display: block;
  clear: both;
  content: '';
}
.help-block {
  color: #AAB2BD;
  margin-bottom: 0px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  font-size: 11px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 0;
}
.has-feedback label ~ .form-control-feedback {
  top: 20px;
}
/* FORM VALIDATION STATES */
/* EOF FORM VALIDATION STATES */
.form-control.error,
.bootstrap-select.error > button {
  border-color: #b64645;
}
label {
  font-weight: 600;
}
label.error,
label.valid {
  color: #b64645;
  margin-bottom: 0px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
  width: 100%;
}
.form-control.valid,
.bootstrap-select.valid > button {
  border-color: #95b75d;
}
label.valid {
  color: #95b75d;
}
.control-label.text-left {
  text-align: left;
}
/* EOF FORM ELEMENTS */
/* LABELS AND BADGES */
.label {
  font-weight: 500;
}
.badge {
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 8px;
}
.label-primary,
.badge-primary {
  background-color: #33414e;
}
.label-success,
.badge-success {
  background-color: #95b75d;
}
.label-info,
.badge-info {
  background-color: #3fbae4;
}
.label-warning,
.badge-warning {
  background-color: #fea223;
}
.label-danger,
.badge-danger {
  background-color: #b64645;
}
/* EOF LABELS AND BADGES */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background:none;
  border-color: #E9E9E9;
}
/* DROP DOWN */
.dropdown-menu {
  font-size: 12px;
  border: 1px solid #E5E5E5;
  padding: 0px;
  margin: 8px 0px 0px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top:100px;
  /*
  &:after,
  &:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  &:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 5px;
    margin-left: -5px;
  }
  &:before {
    border-color: rgba(229, 229, 229, 0);
    border-bottom-color: #E5E5E5;
    border-width: 6px;
    margin-left: -6px;
  }
  */
}
.dropdown-menu > li > a {
  padding: 8px 15px;
  border-bottom: 1px solid #E9E9E9;
  line-height: 20px;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0px;
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
  display: none;
}
.dropdown-header {
  padding: 10px 15px;
  border-bottom: 1px solid #E5E5E5;
  color: #777;
}
.dropdown-menu .fa {
  margin-right: 5px;
}
.dropdown-menu .divider {
  background: #F5F5F5;
  margin: 0px;
  padding: 15px 0px 0px;
  border-bottom: 1px solid #E5E5E5;
}
/* EOF DROP DOWN */
/* DROP DOWN SUBMENU */
.dropdown-submenu > a:after {
  content: "";
}
@media (min-width: 1000px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    border-top-left-radius: 0;
  }
  .dropup .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-right .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .dropup .navbar-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
    border-radius: 4px 4px 0;
  }
  .dropdown-submenu > a:after {
    float: right;
    margin-top: 6px;
    margin-right: -10px;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .dropdown-menu-right .dropdown-submenu > a:after,
  .navbar-right .dropdown-submenu > a:after {
    float: left;
    border-left: none;
    margin-left: -10px;
    margin-right: 0;
    border-right: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
@media (max-width: 999px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
  .dropdown-submenu > a:after {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 60px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 55px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px;
  }
}
/* EOF DROP DOWN SUBMENU */
/* MODAL */
.modal-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 5px;
}
.modal-header {
  padding: 10px 10px 10px 15px;
  line-height: 30px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  background: #F5F5F5;
  border-color: #d5d5d5;
}
.modal-header .close {
  margin-top: 5px;
  margin-right: 5px;
}
.modal-title {
  line-height: 30px;
}
.modal-body {
  padding: 15px;
  zoom: 1;
}
.modal-body:before,
.modal-body:after {
  content: "";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-footer {
  background: #F5F5F5;
  border-color: #D5D5D5;
  padding: 10px 15px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
/* EOF MODAL */
/* errors */
.error-container {
  width: 100%;
  margin: 50px auto 20px 0;
}
.error-container .error-code {
  float: left;
  width: 100%;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #333;
  font-weight: 300;
}
.error-container .error-text {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-weight: 400;
}
.error-container .error-subtext {
  float: left;
  width: 100%;
  margin: 30px 0px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #AAA;
  text-align: center;
  font-weight: 400;
}
.error-container .error-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* end errors */
.pass-container {
  float: left;
  width: 100%;
  min-height: 100%;
}
.pass-container .pass-box {
  width: 400px;
  margin: 0px auto 30px auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.pass-container .pass-title {
  float: left;
  width: 100%;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  color: #333;
  font-weight: 300;
}
.pass-container .pass-subtext {
  float: left;
  width: 100%;
  margin: 30px 0px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #AAA;
  text-align: center;
  font-weight: 400;
}
/* PAGE LOADING FRAME */
.page-loading-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: url(../images/bg.png) left top repeat #33414e;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.page-loading-frame .page-loading-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
.page-loading-frame.v2 {
  background: #111;
  background: url(../images/bg.png) left top repeat rgba(0, 0, 0, 0.8);
}
.page-loading-frame.v2 .page-loading-loader {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}
.page-loading-frame.v2 .page-loading-loader .dot1,
.page-loading-frame.v2 .page-loading-loader .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #F5F5F5;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.page-loading-frame.v2 .page-loading-loader .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.page-loading-frame.removed {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
.page-loading-frame.removed .page-loading-loader {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
}
/* BOOTSTRAP DATEPICKER */
div.datepicker {
  padding: 4px;
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
div.datepicker > div {
  display: none;
}
div.datepicker table {
  width: 100%;
  margin: 0;
}
div.datepicker td,
div.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
}
div.datepicker td.day:hover {
  background: #F5F5F5;
  cursor: pointer;
}
div.datepicker td.day.disabled {
  color: #CCC;
}
div.datepicker td.old,
div.datepicker td.new {
  color: #999;
}
div.datepicker td.active,
div.datepicker td.active:hover {
  background: #33414e;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span {
  display: block;
  width: 31%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}
div.datepicker td span:hover {
  background: #F5F5F5;
}
div.datepicker td span.active {
  background: #33414e;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.datepicker td span.old {
  color: #999;
}
div.datepicker th.switch {
  width: 145px;
}
div.datepicker th.next,
div.datepicker th.prev {
  font-size: 12px;
}
div.datepicker thead tr:first-child th {
  cursor: pointer;
  padding: 8px 0px;
}
div.datepicker thead tr:first-child th:hover {
  background: #F5F5F5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
  left: 16px;
}
.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
  left: auto;
  right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */
/* BOOTSTRAP TIMEPICKER */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before,
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  left: 15px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #E5E5E5;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 6px;
  color: #333;
}
.bootstrap-timepicker-widget table td input {
  width: 50px;
  margin: 0;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.bootstrap-timepicker-widget {
  display: block;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
/* EOF BOOTSTRAP TIMEPICKER */
/* Bootstrap fileinput */
.file-input {
  overflow-x: auto;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url(../img/fileinput/loading.gif) top left no-repeat;
  border: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption .glyphicon,
.file-caption .fa {
  display: inline-block;
  min-width: 18px;
  float: left;
  margin-top: 2px;
}
.file-caption-name {
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
}
.file-error-message {
  background-color: #f2dede;
  color: #a94442;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-input .btn .disabled,
.file-input .btn[disabled] {
  cursor: not-allowed;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.file-preview-frame {
  display: table;
  margin: 10px;
  height: 160px;
  border: 1px solid #d5d5d5;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
  float: left;
  text-align: center;
}
.file-preview-frame:hover {
  background-color: #F5F5F5;
}
.file-preview-image {
  height: 150px;
  vertical-align: text-center;
}
.file-preview-text {
  display: table-cell;
  width: 150px;
  height: 150px;
  color: #428bca;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-preview-other {
  display: table-cell;
  width: 150px;
  height: 150px;
  font-family: Monaco,Consolas,monospace;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .fa-file {
  display: none;
}
.loading {
  background: transparent url(../images/loading.gif) no-repeat scroll center center content-box !important;
}
.wrap-indicator {
  font-weight: 700;
  color: #245269;
  cursor: pointer;
}
/* END Bootstrap fileinput */
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icheck/blue.png) no-repeat 0 0;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"].aero,
input[type="radio"].aero {
  background: url(../images/icheck/aero.png) no-repeat 0 0;
}
input[type="checkbox"].green,
input[type="radio"].green {
  background: url(../images/icheck/green.png) no-repeat 0 0;
}
input[type="checkbox"].grey,
input[type="radio"].grey {
  background: url(../images/icheck/grey.png) no-repeat 0 0;
}
input[type="checkbox"].orange,
input[type="radio"].orange {
  background: url(../images/icheck/orange.png) no-repeat 0 0;
}
input[type="checkbox"].pink,
input[type="radio"].pink {
  background: url(../images/icheck/pink.png) no-repeat 0 0;
}
input[type="checkbox"].red,
input[type="radio"].red {
  background: url(../images/icheck/red.png) no-repeat 0 0;
}
input[type="checkbox"].yellow,
input[type="radio"].yellow {
  background: url(../images/icheck/yellow.png) no-repeat 0 0;
}
input[type="checkbox"] {
  background-position: 0 0;
}
input[type="checkbox"]:hover {
  background-position: -20px 0;
}
input[type="checkbox"]:checked {
  background-position: -40px 0;
}
input[type="checkbox"]:disabled {
  background-position: -60px 0;
}
input[type="checkbox"]:disabled:checked {
  background-position: -80px 0;
}
input[type="radio"] {
  background-position: -100px 0;
}
input[type="radio"]:hover {
  background-position: -120px 0;
}
input[type="radio"]:checked {
  background-position: -140px 0;
}
input[type="radio"]:disabled {
  background-position: -160px 0;
}
input[type="radio"]:disabled:checked {
  background-position: -180px 0;
}
/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */
/* MESSAGES */
.messages {
  width: 100%;
  float: left;
}
.messages .item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.messages .item .text {
  background: #FFF;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
}
.messages .item .text .heading {
  width: 100%;
  margin-bottom: 5px;
}
.messages .item .text .heading a {
  text-decoration: none;
  font-size: 12px;
  color: #33414e;
  font-weight: 600;
  line-height: 20px;
}
.messages .item .text .heading .name {
  text-decoration: none;
  font-size: 12px;
  color: #33414e;
  font-weight: 600;
  line-height: 20px;
}
.messages .item .text .heading .date {
  float: right;
  line-height: 20px;
  font-size: 11px;
  color: #CCC;
  font-weight: 600;
}
.messages .item .text .heading .pull-right a {
  color: #aaa;
  display: block;
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.messages .item .text:hover {
  border-color: #BBB;
}
.messages .item .text #reply-cancle {
  display: block;
}
.messages .item:nth-child(2n) .text {
  background: #F6F6F6;
}
.messages .item.item-visible {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.messages .item.item-reply {
  width: 95%;
  margin-left: 5%;
}
.messages .item form {
  margin-top: 20px;
}
.messages.messages-img .item .image {
  float: left;
  width: 40px;
}
.messages.messages-img .item .image img {
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  width: 40px;
}
.messages.messages-img .item .text {
  margin-left: 50px;
  position: relative;
}
.messages.messages-img .item .text:after,
.messages.messages-img .item .text:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.messages.messages-img .item .text:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.messages.messages-img .item .text:before {
  border-color: rgba(213, 213, 213, 0);
  border-right-color: #D5D5D5;
  border-width: 6px;
  margin-top: -6px;
}
.messages.messages-img .item .text:hover:before {
  border-right-color: #BBB;
}
.messages.messages-img .item.in .image {
  float: right;
}
.messages.messages-img .item.in .text {
  margin-left: 0px;
  margin-right: 50px;
}
.messages.messages-img .item.in .text:after,
.messages.messages-img .item.in .text:before {
  right: auto;
  left: 100%;
}
.messages.messages-img .item.in .text:after {
  border-right-color: transparent;
  border-left-color: #FFF;
}
.messages.messages-img .item.in .text:before {
  border-right-color: transparent;
  border-left-color: #D5D5D5;
}
.messages.messages-img .item.in .text:hover:before {
  border-left-color: #BBB;
}
.messages.messages-comment .item .item-reply {
  float: left;
  width: 10px;
}
.messages.messages-comment .item .item-reply img {
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  width: 40px;
}
.messages.messages-comment .item .text.reply {
  margin-left: 20px;
  position: relative;
}
.messages.messages-comment .item .text.reply:after,
.messages.messages-comment .item .text.reply:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.messages.messages-comment .item .text.reply:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
}
.messages.messages-comment .item .text.reply:before {
  border-color: rgba(213, 213, 213, 0);
  border-right-color: #D5D5D5;
  border-width: 6px;
  margin-top: -6px;
}
.messages.messages-comment .item .text.reply:hover:before {
  border-right-color: #BBB;
}
.messages.messages-comment .item.in .image {
  float: right;
}
.messages.messages-comment .item.in .text {
  margin-left: 0px;
  margin-right: 50px;
}
.messages.messages-comment .item.in .text:after,
.messages.messages-comment .item.in .text:before {
  right: auto;
  left: 100%;
}
.messages.messages-comment .item.in .text:after {
  border-right-color: transparent;
  border-left-color: #FFF;
}
.messages.messages-comment .item.in .text:before {
  border-right-color: transparent;
  border-left-color: #D5D5D5;
}
.messages.messages-comment .item.in .text:hover:before {
  border-left-color: #BBB;
}
/* END MESSAGES */
#comment-write-body #reply-cancle {
  display: none;
}
.dropzone.dropzone-mini {
  min-height: 150px;
}
.dropzone.dropzone-mini .dz-message {
  background: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  width: 100%;
  float: left;
  height: 120px;
}
.dropzone.dropzone-mini .dz-message:after {
  content: "\f0ee";
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 88px;
  top: 26px;
  left: 50%;
  margin: 0px 0px 0px -40px;
  line-height: 80px;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropzone.dropzone-mini .dz-message:hover:after {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.dropzone.dz-started .dz-message {
  display: none;
}
.page-tabs {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  background: #FFF;
  border-bottom: 1px solid #D5D5D5;
  height: 50px;
}
.page-tabs a {
  float: left;
  display: block;
  line-height: 49px;
  padding: 0px 15px;
  color: #656d78;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  border-top: 0px;
  min-width: 120px;
  text-align: center;
}
.page-tabs a:hover {
  color: #434a54;
  border-bottom-color: #33414e;
  background: #F9F9F9;
}
.page-tabs a.active {
  border-bottom-color: #33414e;
  background: #F5F5F5;
  color: #434a54;
}
.page-tabs-item {
  display: none;
}
.page-tabs-item.active {
  display: block;
}
/* END PAGE TABBED */
/* tagsinput */
div.tagsinput {
  border: 1px solid #D5D5D5;
  background: #FFF;
  width: 100%;
  min-height: 30px;
  overflow-y: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
div.tagsinput span.tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: left;
  text-decoration: none;
  background: #33414e;
  color: #FFF;
  margin: 2px 0px 2px 2px;
  line-height: 20px;
  padding: 2px 5px 2px 20px;
  position: relative;
}
div.tagsinput span.tag a {
  color: #FFF;
  text-decoration: none;
  position: absolute;
  left: 5px;
  width: 15px;
  height: 20px;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
div.tagsinput span.tag a:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
div.tagsinput span.tag a:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
div.tagsinput input {
  width: 80px;
  margin: 4px 5px;
  border: 0px;
  height: 20px;
  line-height: 20px;
}
div.tagsinput div {
  display: block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #b64645 !important;
  color: #FFF !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 5px;
}
/* END tagsinput */
/* LOGIN */
.login-container {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .login-container {
    padding: 0px 10px;
  }
  .login-container .btn {
    line-height: 38px;
    font-size: 16px;
  }
}
.login-container .login-box {
  width: 400px;
  margin: 0px auto;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .login-container .login-box {
    width: 100%;
  }
}
.login-container .login-box .login-body {
  width: 100%;
  float: left;
  background: #4b5560;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.login-container .login-box .login-body .login-title {
  color: #FFF;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
.login-container .login-box .login-body .form-control {
  border: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  color: #CCC;
  line-height: 20px;
  height: auto;
}
.login-container .login-box .login-body .btn-link {
  color: #FFF;
  border: 0px;
}
.login-container .login-box .login-body .login-or {
  width: 40px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 25px auto;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}
.login-container .login-box .login-body .login-or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-or:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-subtitle {
  line-height: 20px;
  padding: 5px 0px;
  font-size: 12px;
  color: #FFF;
}
.login-container .login-box .login-body .login-subtitle a {
  color: #3fbae4;
}
.login-container .login-box .login-body hr {
  border-top: solid 1px #353c43;
  border-bottom: solid 1px #616e7d;
}
.login-container .login-box .login-footer {
  width: 100%;
  float: left;
  padding: 10px;
  color: #FFF;
}
.login-container .login-box .login-footer a {
  color: #FFF;
}
.login-container .login-api {
  margin-top: 20px;
}
.login-container.login-inside {
  background: transparent;
}
.login-container.login-inside .login-box {
  width: 100%;
  padding-top: 0px;
}
.login-container.login-inside .login-box .login-body {
  padding: 0px;
}
/* END LOGIN */
/* JOIN CONTAINER */
.join-container {
  background: #fff;
}
/* END JOIN CONTAINER */
/* iCheck plugin Minimal skin, black ----------------------------------- */
.check {
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
  margin-right: 5px;
  margin-top: -2px;
}
.check.disabled {
  color: #AAA;
}
.check .radio-inline,
.check .checkbox-inline {
  padding-left: 0;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 10px;
}
.check .radio-inline input[type=radio],
.check .checkbox-inline input[type=radio],
.check .radio-inline input[type=checkbox],
.check .checkbox-inline input[type=checkbox] {
  margin-left: 0;
  position: relative;
}
/* END icheckbox */
/* CONTACTS */
.contact-info {
  float: left;
  width: 100%;
}
.contact-info > div {
  margin-bottom: 5px;
}
.contact-info strong {
  font-size: 15px;
}
.contact-info small {
  font-weight: 700;
  font-size: 13px;
}
/* END CONTACTS */
.modal-backdrop {
  display: none;
}
/* calendar */
.tooltiptopicevent {
  width: auto;
  height: auto;
  color: #fff;
  background: #000;
  position: absolute;
  z-index: 10001;
  padding: 5px 10px ;
  line-height: 25px;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.fc-day {
  background: #FFF;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #D5D5D5;
}
.fc th.fc-widget-header {
  background: #F5F5F5;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px;
}
.fc-button {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
}
.fc-text-arrow,
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight,
.fc-cell-overlay {
  background: #F0F0F0;
}
.fc-event {
  padding: 3px 5px;
  text-align: center;
}
.fc-content .fc-title {
  font-size: 14px;
  line-height: 20px;
}
.fc-ltr .fc-basic-view .fc-day-number {
  font-size: 12px;
}
.fc-event-skin.lock,
.fc-event.lock {
  background-color: #c1c1c1;
  border-color: #a8a8a8;
}
.fc-event-skin.grey,
.fc-event.grey {
  background-color: #94a7bc;
  border-color: #758da8;
}
.fc-event-skin.red,
.fc-event.red {
  background-color: #ed205b;
  border-color: #ca1046;
}
.fc-event-skin.orange,
.fc-event.orange {
  background-color: #ee8517;
  border-color: #c46b0e;
}
.fc-event-skin.yellow,
.fc-event.yellow {
  background-color: #efbc20;
  border-color: #cd9e0f;
}
.fc-event-skin.green,
.fc-event.green {
  background-color: #59c936;
  border-color: #47a12b;
}
.fc-event-skin.blue,
.fc-event.blue {
  background-color: #1b9fe6;
  border-color: #1480ba;
}
.fc-event-skin.purple,
.fc-event.purple {
  background-color: #bc68d0;
  border-color: #ab41c4;
}
.fc-event-skin.ochre,
.fc-event.ochre {
  background-color: #927551;
  border-color: #715b3f;
}
.category-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  border: 4px solid #CCC;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.category-color.lock {
  border-color: #c1c1c1;
}
.category-color.grey {
  border-color: #94a7bc;
}
.category-color.red {
  border-color: #ed205b;
}
.category-color.orange {
  border-color: #ee8517;
}
.category-color.yellow {
  border-color: #efbc20;
}
.category-color.green {
  border-color: #59c936;
}
.category-color.blue {
  border-color: #1b9fe6;
}
.category-color.purple {
  border-color: #bc68d0;
}
.category-color.ochre {
  border-color: #927551;
}
.widgetCalendar .tooltiptopicevent {
  padding: 5px !important;
}
.widgetCalendar .fc-toolbar {
  margin: 8px 0 5px;
  padding: 0 5px;
}
.widgetCalendar .fc-toolbar h2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.widgetCalendar th.fc-widget-header {
  font-size: 11px;
}
.widgetCalendar .fc-event {
  font-size: 12px;
  padding: 3px;
  text-align: left;
}
.widgetCalendar .fc-content .fc-title {
  font-size: 11px;
  line-height: 14px;
}
.widgetCalendar .fc-basic-view .fc-day-number {
  font-size: 10px;
}
.widgetCalendar .fc-head > tr > .fc-widget-header,
.widgetCalendar .fc-body > tr > .fc-widget-content {
  border-left: 0;
  border-right: 0;
}
/* eof calendar */
.navbarSearch {
  float: left;
  display: block;
  position: relative;
  width: auto;
  height: 50px;
  padding: 10px 10px;
}
.navbarSearch input {
  width: 200px;
  height: 30px;
  padding: 0px 8px 0px 28px;
  line-height: 25px;
  border: 1px solid #29343f;
  background: #2d3945;
  color: #AAA;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.navbarSearch input:focus {
  width: 300px;
}
@media all and (max-width: 768px) {
  .navbarSearch input {
    width: 100px;
  }
  .navbarSearch input:focus {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .navbarSearch input {
    width: 80px;
  }
  .navbarSearch input:focus {
    width: 300px;
  }
}
.navbarSearch:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  color: #AAA;
  left: 10px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}
.block {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
/* theme layout */
.theme-layout {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.theme-layout:before {
  display: block;
  content: '';
}
.theme-layout:after {
  display: block;
  clear: both;
  content: '';
}
.theme-layout-left {
  float: left;
  position: relative;
}
.theme-layout-right {
  float: right;
  position: relative;
}
.theme-layout-left,
.theme-layout-right {
  width: 240px;
  padding: 0;
}
.theme-layout-footer {
  float: left;
  width: 100%;
  padding: 0 10px;
}
.theme-layout-content {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}
.theme-layout-content .page-content {
  padding: 0px;
}
.theme-layout-content.theme-layout-content-right {
  float: right;
}
.theme-layout-content.theme-layout-content-left,
.theme-layout-content.theme-layout-content-center {
  float: left;
}
.theme-layout-content.theme-layout-content-left,
.theme-layout-content.theme-layout-content-center,
.theme-layout-content.theme-layout-content-right {
  padding: 0 20px;
}
.theme-layout-content.theme-layout-content-right {
  padding-right: 0;
  padding-left: 300px;
  margin-left: -300px;
}
.theme-layout-content.theme-layout-content-left {
  padding-left: 0;
  margin-right: 300px;
  width: auto;
  float: none;
}
.theme-layout-content.theme-layout-content-center {
  width: 600px;
}
@media only screen and (max-width: 768px) {
  .theme-layout {
    padding: 0 10px;
  }
  .theme-layout-left,
  .theme-layout-right {
    width: 100%;
  }
  .theme-layout-content {
    padding: 0;
  }
  .theme-layout-content.theme-layout-content-left,
  .theme-layout-content.theme-layout-content-right,
  .theme-layout-content.theme-layout-content-center {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .theme-layout {
    padding: 0 5px;
  }
  .theme-layout-content > .panel > .panel-body {
    padding: 15px 8px;
  }
  .theme-layout-content > .panel > .panel-body.panel-body-table {
    padding: 0;
  }
}
/* eof theme layout */
.placeholder {
  position: absolute;
  top: 150px;
  left: 60px;
  font-size: 20px;
  color: #e4e5e7;
  display: none;
  pointer-events: none;
}
.placeholder:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 25px;
  background-color: #53c3e8;
  position: absolute;
  left: -14px;
  top: 3px;
}
/* 다음지도 표지판 */
.customoverlay {
  position: relative;
  bottom: 50px;
  border-radius: 6px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ddd;
  float: left;
}
.customoverlay:nth-of-type(n) {
  border: 0;
  box-shadow: 0px 1px 2px #888;
}
.customoverlay .title-bx {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  background: #fff;
  background: url(../../../../public/images/map_logo.png) no-repeat 3px 50%;
}
.customoverlay .title {
  display: block;
  text-align: center;
  background: #fff;
  margin-left: 35px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}
.customoverlay .title a.roadsearch {
  color: #0295d6;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
  padding-left: 16px;
  background: url(../../../../public/images/mapsearch.png) no-repeat 0 50% transparent;
}
.customoverlay:after {
  content: '';
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 12px;
  background: url(../../../../public/images/vertex_white.png);
}
/* Animations */
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.0;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media only screen and (max-width: 768px) {
  .pass-container {
    padding: 0px 10px;
  }
  .pass-container .pass-box {
    padding-top: 10px;
    width: 100%;
  }
}

.sub_logos {margin-bottom:40px;}
.sub_logos li {float:left; width:25%;}
.sub_logos:after {
  display: block;
  clear: both;
  content: '';
}
.down_btn:after {
  display: block;
  clear: both;
  content: '';
}
.logo_down {float:right;"}