@font-face {
  font-family: 'QTypeOffc-SeextMedium';
  src: url('../fonts/QTypeOffc-SeextMedium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/QTypeOffc-SeextMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/QTypeOffc-SeextMedium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/QTypeOffc-SeextMedium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/QTypeOffc-SeextMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/QTypeOffc-SeextMedium.svg#QTypeOffc-SeextMedium') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'QTypeOffc-SeextLight';
  src: url('../fonts/QTypeOffc-SeextLight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/QTypeOffc-SeextLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/QTypeOffc-SeextLight.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/QTypeOffc-SeextLight.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/QTypeOffc-SeextLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/QTypeOffc-SeextLight.svg#QTypeOffc-SeextLight') format('svg'); /* Legacy iOS */
}

body {
    background-color: #15192A;
} 

.wrapper {
    margin-left: 24px;
    margin-right: 24px;
}

.form-footer {
  font-family: 'QTypeOffc-SeextMedium';
  font-size: 11px;
}

.new-link {
  padding-right: 12px;
}

.new-link a {
  color: #ffffff;
}

h5 {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'QTypeOffc-SeextMedium';
  font-size: 12px;
}

.version {
  color: #ffffff;
  font-size: 9px;
  margin-top: 12px;
  font-family: 'QTypeOffc-SeextMedium';
}

.log-all {
  color: #CCCCCC !important;
  font-size: 9px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.log-all b {
  color: #ffffff !important;
}

.no-margin {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn-full-width {
    width: 100% !important;
    margin-right: 16px;
}

.search-list {
    width: 100%;
    max-height: 68vh;
    padding-top: 8px;
    overflow: auto;
    display:inline-block;
}

.search-padding {
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.table>tbody>tr>td {
    border-top: none !important;
}

.table>tbody>tr>td>a {
    color: #696A6C;
}

.no-padding {
  padding: 0px !important;
}

.search-box {
    margin-top: 1px;
}

.description-log {
    list-style: none;
    margin: 0;
    margin-bottom: 36px !important;
    padding: 0;
}

.description-log li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.description-log li.right .description-log-body {
    margin-right: 0px;
}

.description-log li .description-log-body p {
    margin: 0;
    color: #777777;
}

.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #1F263D;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.panel .slidedown .glyphicon, .description-log .glyphicon {
    margin-right: 5px;
}

.clearfix:before, .clearfix:after, .panel-body:before {
    display: none !important;
}

.panel-default {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.panel-heading-custom {
  border-bottom: 1px solid #fff;
  padding: 16px;
  color: #ffffff !important;
  background-color: #1F263D !important;
  text-transform: uppercase;
  font-family: 'QTypeOffc-SeextMedium';
  font-size: 12px;
}

.panel-body {
    overflow-y: scroll; 
    width: 100%; 
    height: 100%; 
    position: absolute;
    padding-top: 0px !important;
}

.red {
    color: red;
}

.green {
    color: green;
}

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	top: 10px;
	right: 10px;
	background-color: #fff;
	color: #696A6C;
	border-radius: 50px;
	text-align: center;
}

.float-servers {
	position: fixed;
  bottom: 16px;
  margin:auto;
	background-color: #fff;
	color: #696A6C;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.float:hover {
	color:#000;
}

.my-float{
  margin-top:22px;
  color: #15192A;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #1F263D;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  text-align: center;
  top: 50%;
  transform: translateY(50%);
}

.form-footer {
  color: #ffffff;
  background-color: #1F263D;
  border-top: 1px solid #5D5F70;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.sticky-footer {
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1F263D;
  color: white;
  text-align: center;
}

input[type=button], input[type=submit], input[type=reset]  {
  font-weight: 500;
  background-color: #2CA8FF;
  border: none;
  color: #ffffff;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn-primary, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  font-weight: 500;
  font-family: 'QTypeOffc-SeextMedium';
  font-size: 11px;
  background-color: #2CA8FF;
  border: none;
  border-radius: 0px;
  color: #ffffff;
}

.dropdown-toggle {
  padding: 12px;
}

.login-form input[type=text], input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'QTypeOffc-SeextMedium';
  font-size: 14px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #fff;
  border-bottom: 2px solid #CFD8DC;
}

input[type=text]:placeholder {
  color: #cccccc;
}

*:focus {
    outline: none;
}

.logo {
  padding-top: 36px;
  padding-bottom: 12px;
}

.material-switch > input[type="checkbox"] {
  display: none;   
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative; 
  width: 40px;  
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position:absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.panel {
  background-color: #1F263D;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: "QTypeOffc-SeextMedium";
}

.panel-default {
  border-color: transparent !important;
}

.panel-default>h3 {
  font-size: 16px;
}

.vcenter {
  display: flex;
  align-items: center;
}

.ending-space {
  margin-top: 96px;
}

@media only screen and (max-width: 1024px) {
  .btn-full-width {
    font-size: 9px !important;
  }
}

@media only screen and (max-width: 768px) {
  .ending-space {
    margin-top: 120px;
  }
  .vcenter {
    display: block;
  }
}

@media only screen and (max-width: 410px) {
  h5 {
    font-size: 9.5px;
  }

  .panel-heading-custom {
    font-size: 9.5px;
  }
}