﻿.s-site-logo-img {
  max-width: 24rem;
}
.s-mobile-header-logo {
  content: url(brands/spetsdor/logos/logo-s.png);
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111 !important;
}
.bg-red {
  background-color: #dd4b39 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active {
  background-color: #d33724 !important;
}
.bg-yellow-active {
  background-color: #db8b0b !important;
}
.bg-aqua-active {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active {
  background-color: #357ca5 !important;
}
.bg-green-active {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #D81B60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
/*.flat {
  .border-radius(0) !important;
}*/
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
/*.bg-teal-gradient {
  .gradient(@teal; @teal; lighten(@teal, 16%)) !important;
  color: #fff;
}

.bg-light-blue-gradient {
  .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%)) !important;
  color: #fff;
}

.bg-blue-gradient {
  .gradient(@blue; @blue; lighten(@blue, 7%)) !important;
  color: #fff;
}

.bg-aqua-gradient {
  .gradient(@aqua; @aqua; lighten(@aqua, 7%)) !important;
  color: #fff;
}

.bg-yellow-gradient {
  .gradient(@yellow; @yellow; lighten(@yellow, 16%)) !important;
  color: #fff;
}

.bg-purple-gradient {
  .gradient(@purple; @purple; lighten(@purple, 16%)) !important;
  color: #fff;
}

.bg-green-gradient {
  .gradient(@green; @green; lighten(@green, 7%)) !important;
  color: #fff;
}

.bg-red-gradient {
  .gradient(@red; @red; lighten(@red, 10%)) !important;
  color: #fff;
}

.bg-black-gradient {
  .gradient(@black; @black; lighten(@black, 10%)) !important;
  color: #fff;
}

.bg-maroon-gradient {
  .gradient(@maroon; @maroon; lighten(@maroon, 10%)) !important;
  color: #fff;
}*/
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
/*.list-seperator {
  height: 1px;
  //background: @box-border-color;
  margin: 15px 0 9px 0;
}*/
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(18, 35, 122, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(18, 35, 122, 0.4);
    box-shadow: 0 0 0 0 rgba(18, 35, 122, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
html {
  height: 100%;
  width: 100%;
  display: table;
}
body {
  margin: 0;
  background-color: #131334;
  display: table-row;
  /* color: #fff; */
}
#gs-mesh-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#gs-mesh-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.gs-page-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
}
.gs-container {
  width: 70vw;
  /*border: 1px solid red;*/
  overflow-y: auto;
  /* hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
  color: white;
  position: relative;
}
.gs-login-system-info {
  padding-top: 10px;
}
.gs-login-system-info p {
  text-align: center;
  color: #a8a6a6;
  font-size: 7px;
  padding: 0px;
  margin: 0px;
}
.gs-logo-brand {
  margin: 5vh;
  text-align: center;
  opacity: 0.5;
  height: 10vh;
  background: url(images/gs/logo-brand.png) no-repeat center center;
  background-size: auto 80%;
}
.gs-logo-dir {
  margin: 2vh;
  height: 15vh;
  background: url(images/gs/logo-dir.png) no-repeat center center;
  background-size: auto 100%;
  text-align: center;
}
.gs-logo-dir .big {
  margin: 5vh;
  height: 20vh;
}
.gs-user {
  padding: 5vh;
  text-align: center;
  color: white;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited {
  background-color: #2BCC00 !important;
}
.btn-cancel,
.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:visited {
  background-color: #828282 !important;
}
.gs-list {
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.gs-list::-webkit-scrollbar {
  display: none;
}
.gs-list-name {
  position: absolute;
  bottom: 0px;
  background: #2BCC00;
  width: 100%;
  display: table;
  height: 30px;
  text-align: center;
}
.gs-list-name span {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: black;
}
.gs-list-name-error {
  position: absolute;
  bottom: 0px;
  background: #ff5722;
  width: 100%;
  display: table;
  height: 30px;
  text-align: center;
}
.gs-list-name-error span {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  color: black;
  font-weight: bold;
}
.gs-list-button {
  height: 23vh;
  width: 23vh;
  /* border: 1px solid red;*/
  vertical-align: bottom;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  border-top-right-radius: 10%;
  border-top-left-radius: 10%;
}
.gs-list-item {
  justify-content: center;
  display: flex;
  padding: 2vh;
}
.gs-button {
  justify-content: center;
  display: flex;
  padding: 5vh;
  height: 55vh;
}
.gs-button-image {
  height: 35vh;
  width: 20vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
  border-top-right-radius: 10vh;
  border-top-left-radius: 10vh;
}
.gs-button-on-outer {
  display: grid;
  place-items: center;
  border: 2px solid #2BCC00;
  height: 27vh;
  width: 28vh;
  border-radius: 50%;
  position: absolute;
  bottom: -12vh;
  left: 50%;
  transform: translateX(-50%);
}
.gs-button-on-inner {
  border: 2px solid #2BCC00;
  height: 90%;
  width: 90%;
  border-radius: 50%;
  padding: 5%;
}
.gs-button-on {
  background: url(images/gs/button-on.svg) no-repeat center center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}
.gs-caption {
  font-size: 2vh;
  opacity: 1;
  font-weight: lighter;
  color: lightslategray;
  line-height: 2vh;
  padding-top: 2vh;
}
.gs-modal {
  color: black;
}
.gs-modal .modal-content {
  background: white;
}
.gs-modal .modal-body p {
  font-size: 18px;
  font-weight: bold;
}
.gs-modal .modal-header {
  border-bottom-color: transparent;
  background: white;
}
.gs-modal .modal-footer {
  text-align: center;
  border-top-color: transparent;
  padding-top: 0px;
}
.gs-modal .modal-footer button {
  width: 100px;
}
.gs-modal .gs-dialog-name {
  background-color: #2BCC00;
}
.gs-dialog-image {
  height: 40vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 100%;
}
.gs-timer {
  font-size: 18vh;
  padding: 5vh;
  font-weight: bold;
}
.gs-status {
  margin: 2vh;
  height: 10vh;
  padding: 2vh;
  font-size: 2vh;
  opacity: 1;
  font-weight: lighter;
  color: lightslategray;
  line-height: 2vh;
  padding-bottom: 4vh;
}
.gs-status .gs-status-header {
  font-size: 2vh;
  font-weight: normal;
  line-height: 2vh;
  padding-bottom: 1vh;
}
.gs-status .gs-status-header .error {
  color: #ff5722;
}
.gs-status .gs-status-caption {
  font-size: 3vh;
  font-weight: normal;
  line-height: 3vh;
  padding-bottom: 2vh;
}
.gs-monitoring {
  margin: 0vh;
  height: 10vh;
  padding: 0vh;
  font-size: 4vh;
  opacity: 1;
  font-weight: lighter;
  color: lightslategray;
  line-height: 4vh;
  padding-bottom: 4vh;
}
.gs-footer {
  position: absolute;
  bottom: 3vh;
  width: 100%;
}
.modal-sm .modal-content {
  /* margin: 15px;*/
}