#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: rgba(43,43,43,0.68);
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  background: url('/common/content/theme//sfm/less/../images/loader-logo.png') center center transparent no-repeat;
  animation: bgFade 1.4s infinite alternate;
  background-size: 96%;
  box-shadow: 0px 1.5px 21px 6px rgba(253,229,229,0.2);
  border: 0;
  padding: 86px;
}
#loader:before,
#loader:after {
  display: none;
}
@keyframes bgFade {
  to {
    transform: scale(.85);
    opacity: .2;
  }
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #BDBDBD;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #E2E1E1;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
* {
  -webkit-print-color-adjust: exact;
}
#main-wrapper #loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  position: relative;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  content: "";
  border-bottom: 4px solid #1c8ed7;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.9;
  width: 100%;
}
body .dataTables_wrapper .dataTables_length select {
  color: #FFF;
  display: inline-block;
  width: auto;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: transparent;
  border: 1px solid #5e6870;
  color: #FFF !important;
  padding: 2px 9px;
  margin: 0 2px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: rgba(175,175,175,0.52) !important;
  border: 1px solid #5e6870;
  padding: 2px 9px;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_length {
  color: #C0C0C0 !important;
  padding-top: 20px;
  padding-left: 20px;
}
.dataTables_wrapper .dataTables_length select {
  color: #000000;
}
.dataTables_wrapper .dataTables_info {
  color: #C0C0C0 !important;
}
.dataTables_wrapper .dt-buttons {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.dataTables_wrapper .dt-buttons .dt-button {
  display: inline-block;
  margin-left: 10px;
}
.dataTables_wrapper .dt-buttons .dt-button span {
  background-color: rgba(139,139,139,0.45);
  border-color: rgba(36,41,44,0.5);
  color: #fff;
  outline: none;
  border-radius: 2px;
  padding: 8px 8px;
  font-size: 21px;
}
.table {
  margin-bottom: 0px;
}
.table > tbody > tr {
  cursor: pointer;
  background-color: transparent !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  border-top: 0;
  border-bottom: 1px solid #5e6870;
  outline: none;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  font-weight: bold;
  border-bottom: 1px solid #5e6870;
}
.table > tbody > tr:hover td,
.table > tbody > tr.selected td {
  background-color: #404950;
}
body .filter-wrapper {
  background: rgba(38,43,46,0.95);
  border: 1px solid rgba(0,0,0,0.39);
  border-radius: 4px;
  position: absolute;
  min-width: 180px;
  backdrop-filter: blur(5px);
  color: #FFF;
}
body .filter-wrapper .filter-clear {
  border-radius: 0px;
}
.datatable-contextmenu {
  background-color: rgba(38,43,46,0.78) !important;
  border: 1px solid rgba(0,0,0,0.39);
  border-radius: 4px;
  position: absolute;
  min-width: 180px;
  backdrop-filter: blur(5px);
  color: #FFF;
}
.datatable-contextmenu ul li {
  background-color: transparent !important;
  transition: all .2s;
}
.datatable-contextmenu ul li i {
  margin-right: 9px;
  color: #20c05c;
}
.datatable-contextmenu ul li:hover {
  background-color: #535c64 !important;
}
.btn-danger {
  background-color: #ed4949;
  border: 0;
}
.btn-primary {
  background-color: #1c8ed7;
  border: 0;
}
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}
.table-fixed tbody td,
.table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
  display: block;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  margin: 0;
  width: 100%;
  background: #FFF;
  padding: 20px 0;
  box-shadow: 1px 1px 17px 5px #676565;
}
.modal-dialog .modal-content {
  box-shadow: none;
  width: 600px;
  margin: 0 auto;
  border: 0;
}
.modal-dialog .modal-content .modal-footer,
.modal-dialog .modal-content .modal-header {
  border: 0;
}
.modal-dialog .modal-content .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 27px;
  font-weight: unset;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7c8995;
}
.modal-dialog .modal-content .btn {
  border-radius: 7px;
  padding: 10px 43px;
}
.ico-block {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: rgba(36,41,44,0.5);
  text-align: center;
  font-size: 0;
  white-space: nowrap;
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.ico-block .fa {
  vertical-align: middle;
  font-size: 20px;
}
label {
  font-weight: normal;
}
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFF;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: rgba(36,41,44,0.5);
  border-color: rgba(36,41,44,0.5);
  box-shadow: none;
  line-height: 30px;
}
select option {
  background-color: #353c42;
  border-color: #272c30;
  color: #FFF;
}
.c3-chart-arc path {
  stroke: rgba(118,118,118,0.53) !important;
}
.c3 text {
  stroke-width: 0;
  fill: white;
}
.c3-tooltip-container {
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 4px;
  color: #666;
}
.c3-tooltip-container .c3-tooltip {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
.c3-tooltip-container .c3-tooltip th {
  background-color: rgba(73,73,73,0.5);
}
.c3-tooltip-container .c3-tooltip tr {
  border: 0;
}
.c3-tooltip-container .c3-tooltip td {
  background: transparent;
  border: 0;
  color: #FFF;
}
.sky-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  border: 0;
  margin-bottom: 15px;
  background-color: #30363c;
  color: #FFF;
  padding-bottom: 15px;
}
.sky-panel .head-panel {
  border: 0;
  padding: 11px 20px 9px;
  background-color: rgba(36,41,44,0.5);
  border-bottom: 2px solid #5e6870;
}
.debug-data {
  border: 0 !important;
}
.debug-flotante {
  display: none;
}
.style-switcher-btn {
  display: none !important;
}
.floating-panel {
  position: absolute;
  left: 50%;
  top: 20%;
  color: #FFF;
  min-width: 350px;
  width: 400px;
  border: 1px solid #888888;
  z-index: 9;
  border: 1px solid #A7B1C2;
  border-radius: 0;
  border-top-width: 4px;
  background: rgba(44,237,230,0.02);
  border: 1px solid rgba(43,237,230,0.3);
  border-left: 0;
  border-right: 0;
  background-color: rgba(12,17,34,0.91) !important;
  border: 0 !important;
  overflow: hidden;
  backdrop-filter: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.floating-panel .floating-panel-title {
  min-height: 36px;
  border-bottom: 0 !important;
  background-color: #004e8c;
  padding: 10px 5px;
}
.floating-panel .floating-panel-title h2 {
  margin: 0;
  color: #FFF;
  font-size: 15px;
}
.floating-panel .close-btn {
  position: absolute;
  background: none;
  top: -3px;
  right: 0;
  border: 0;
  font-size: 28px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-image: url("/common/content/theme//sfm/less/../images/close.png");
  font-size: 0;
  top: 14px;
  right: 13px;
  font-size: 0px;
  top: 7px;
  right: 8px;
  background-size: 60%;
}
.right-button-menu {
  min-width: 21px !important;
}
.right-button-menu .floating-panel-content div {
  padding: 1px;
}
@keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.blink {
  animation-name: opacityAnim;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.ftl {
  float: left;
}
.ftr {
  float: right;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: rgba(245,245,245,0.31);
}
::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(245,245,245,0.02);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.79);
}
.nav-tabs {
  border-bottom: 0px solid transparent;
  position: relative;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background-color: #272c30;
  border: 1px solid #272c30;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a {
  cursor: default;
}
.nav-tabs .open > a,
.nav-tabs .open > a:focus,
.nav-tabs .open > a:hover {
  border-color: transparent;
  background-color: inherit;
}
.nav-pills {
  margin-bottom: 10px;
  border-bottom: 0px solid transparent;
  position: relative;
}
.nav-pills > li > a {
  border: 1px solid transparent;
  cursor: pointer;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
  background-color: #272c30;
}
.nav-pills > li.active > a {
  cursor: default;
}
.nav-pills .open > a,
.nav-pills .open > a:focus,
.nav-pills .open > a:hover {
  border-color: transparent;
  background-color: inherit;
}
.tab-content {
  padding: 15px 15px 5px;
  background-color: #272c30;
  border-radius: 4px;
  border-top-left-radius: 0px;
}
.floating-panel .floating-panel-title {
  border: 0;
  padding: 11px 20px 9px;
  background-color: rgba(151,170,182,0.5);
  border-bottom: 2px solid #5e6870;
  border-bottom-color: #1c8ed7;
}
.floating-panel {
  background-color: #1c2124 !important;
  box-shadow: 1px 1px 13px 5px rgba(117,130,143,0.39) !important;
  border-radius: 4px !important;
}
.remark-wrapper {
  width: 300px;
  height: 200px;
  margin: 12px;
  float: left;
  position: relative;
  background-image: url("/common/content/theme//sfm/less/../images/remarks/remarkFrame.png");
}
.remark-wrapper .remark-header-wrapper {
  padding: 0px;
}
.remark-wrapper .remark-header-wrapper .remark-header {
  clear: both;
  display: table;
  width: 100%;
  padding: 13px 17px 2px 0px;
  margin-bottom: 3px;
  border-bottom: 1px solid #68b8e6;
  margin-left: 14px;
  width: 93%;
}
.remark-wrapper .remark-header-wrapper .remark-header .remark-date {
  float: left;
  padding-top: 0px;
  padding-left: 11px;
  padding-bottom: 0px;
}
.remark-wrapper .remark-header-wrapper .remark-header .remark-user {
  float: right;
  text-align: right;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0;
}
.remark-wrapper .remark-text {
  margin: -3px 5px 0;
  text-align: center;
}
.remark-wrapper .remark-text textarea {
  resize: none;
  width: 95%;
  height: 96px;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  background: rgba(117,130,143,0);
  color: #FFF;
  margin: 0 auto;
  border: 0;
  padding: 10px 20px;
  outline: none;
}
.remark-wrapper .remark-text textarea::placeholder {
  color: rgba(255,255,255,0.57);
}
.remark-wrapper .remark-text textarea::-webkit-scrollbar {
  width: 5px;
}
.remark-wrapper .remark-text textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.remark-wrapper .remark-text textarea::-webkit-scrollbar-thumb {
  background-color: #5597bf;
  outline: 1px solid #5597bf;
}
.remark-wrapper.create-remark .remark-text {
  margin: 18px 5px 0;
}
.remark-wrapper.create-remark .remark-text textarea {
  height: 115px;
}
.remark-wrapper .remark-buttons {
  clear: both;
  display: table;
  width: 94%;
  bottom: 14px;
  left: 11px;
  position: absolute;
}
.remark-wrapper .remark-buttons .remark-btn {
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 13px;
  font-family: VoyagerRegular;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  opacity: 0.8;
}
.remark-wrapper .remark-buttons .remark-btn:hover {
  opacity: 1;
}
.remark-wrapper .remark-buttons .remark-btn-left {
  float: left;
  width: 139px;
  height: 48px;
  margin-left: 5px;
  padding-left: 13px;
  padding-right: 6px;
}
.remark-wrapper .remark-buttons .remark-btn-right {
  float: right;
  width: 131px;
  height: 48px;
  padding-left: 7px;
  padding-right: 5px;
}
.remark-wrapper .remark-buttons .remark-btn-cancel {
  background-image: url("/common/content/theme//sfm/less/../images/remarks/btnRed.png");
  color: #ff3737;
}
.remark-wrapper .remark-buttons .remark-btn-create {
  background-image: url("/common/content/theme//sfm/less/../images/remarks/btnGreenFilled.png");
}
.remark-wrapper .remark-buttons .remark-btn-delete {
  background-image: url("/common/content/theme//sfm/less/../images/remarks/btnRed.png");
  color: #ff3737;
}
.remark-wrapper .remark-buttons .remark-btn-enabled {
  background-image: url("/common/content/theme//sfm/less/../images/remarks/btnEnabledFilled.png");
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}
.remark-wrapper .remark-buttons .remark-btn-disabled {
  background-image: url("/common/content/theme//sfm/less/../images/remarks/btnDisabledFilled.png");
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}
.sfm-date-container {
  color: #FFF;
  display: inline-block;
  vertical-align: top;
  font-size: 9px;
  margin-top: -4px;
}
.sfm-date-container .left {
  float: left;
  font-size: 11px;
  margin-top: 5px;
  margin-right: 2px;
}
.sfm-date-container .week-day {
  display: block;
  text-align: right;
}
.sfm-date-container .month {
  display: block;
  margin-top: -6px;
  text-align: right;
}
.sfm-date-container .day {
  font-size: 24px;
}
.sfm-date-container .hour {
  font-size: 24px;
  border-left: 1px dashed #3f3f4a;
  padding-left: 7px;
  margin-left: 7px;
}
