@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
.btn-default {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-appearance: none !important;
}
.p-well{
  background: #f1f1f1;
  border-radius: 5px;
  border:1px solid #ddd;
  padding: 15px;
}

a, .btn, input, button{
  cursor: pointer;
  transition: all 0.3s;
}

:disabled,
.disabled,
.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
    opacity: 0.7;
    color: #484848;
    font-weight: 300;
}

.mt-10{ margin-top: 10px; }
.mb-10{ margin-bottom: 10px; }
.pt-10{ padding-top: 10px; }
.pb-10{ padding-bottom: 10px; }

.mt-15{ margin-top: 15px; }
.mb-15{ margin-bottom: 15px; }
.pt-15{ padding-top: 15px; }
.pb-15{ padding-bottom: 15px; }

.mt-20{ margin-top: 20px; }
.mb-20{ margin-bottom: 20px; }
.pt-20{ padding-top: 20px; }
.pb-20{ padding-bottom: 20px; }

.mt-30{ margin-top: 30px; }
.mb-30{ margin-bottom: 30px; }
.pt-30{ padding-top: 30px; }
.pb-30{ padding-bottom: 30px; }

.pb-0{ padding-bottom: 0 !important; }

.mt-40{ margin-top: 40px; }
.mb-40{ margin-bottom: 40px; }
.pt-40{ padding-top: 40px; }
.pb-40{ padding-bottom: 40px; }

.mt-50{ margin-top: 50px; }
.mb-50{ margin-bottom: 50px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }

.pl-15{ padding-left: 15px; }
.pr-15{ padding-right: 15px; }

.pl-20{ padding-left: 20px; }
.pr-20{ padding-right: 20px; }
.pl-30{ padding-left: 30px; }
.pr-30{ padding-right: 30px; }
.pl-40{ padding-left: 40px; }
.pr-40{ padding-right: 40px; }
.pl-50{ padding-left: 50px; }
.pr-50{ padding-right: 50px; }

.text-right{ text-align: right; }

.cursor, label{
  cursor: pointer;
}

.alert-success, .btn-success{
  color: #fff !important;
  background-color: #04b804;
  border-color: #04b804;
}

.alert-danger, .btn-danger{
  color: #fff !important;
  background-color: #ec3737;
  border-color: #ec3737;
}

.form-group.has-error label{
  color: #ec3737;
}

.clearfix{
  clear: both;
}

.label-years, .label-months{
  position: relative;
  top: 8px;
}

.months_select2 span.select2.select2-container.select2-container--default,
.days_select2 span.select2.select2-container.select2-container--default,
.years_select2 span.select2.select2-container.select2-container--default{
    width: 100% !important;
}


span.select2-selection.select2-selection--single {
    background: #fafafa;
    border-color: #ddd;
}

.form-group.has-error input,
.form-group.has-error select{
  border-color: #ec3737;
}

label.error{
  color: #ec3737;
  font-size: 12px;
}

.form-control.error{
  border-color: #ec3737;
}

.form-group.has-error span.select2-selection.select2-selection--single{
  border-color: #ec3737;
}

.login-logo {
    max-width: 150px;
    margin: 0 auto;
}

.light-logo{
  width: 110px;
}

.mini-sidebar .top-navbar .navbar-header .light-logo{
  width: 90px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px;
}

.tab-bordered {
    border: 1px solid #eee;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
}

.tab-bordered tr td{
  /*padding: 7px;*/
}

.tab-bordered label{
    margin: 0;
    padding: 8px;
}

.tab-bordered tr:first-child{
  border-bottom: 1px solid #eee;
}

.sidebar-nav > ul > li {
    margin-bottom: 0;
    margin-top: 0;
}

.table th, .table td {
    /*padding: 7px;*/
    margin: 0;
    line-height: 15px;
    font-size: 13px;
    vertical-align: middle;
}

.table thead th, .table th {
    padding: 14px 7px;
}

.dataTables_length {
    margin-left: 15px;
}

.dataTables_length select {
    background: #fb9678;
    color: #fff;
    height: 30px;
    border-radius: 4px;
    width: 50px;
}

.tooltip-item {
    background: #03a9f3;
    padding: 4px 10px;
}

.dataTables_wrapper {
    max-width: 100%;
    overflow: scroll;
}

.form-control {
    background: #fafafa;
    border-color: #ddd;
}

.asterik{
  color: #ff1000;
}

select {
    height: 38px !important;
}

.well{
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-top: 15px;
}

#loader{
  display: none;
}

#test_menu, #show_tests{
  display: none;
}

b, strong {
    font-weight: 600;
}

.cus-well{
  border: 1px solid #eee;
  border-radius: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* wizard start */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 25%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.w-50{
  width: 50%;
}

#loading{
  display: none;
}

select.form-control {
    height: 36px !important;
}

.select2-container--default .select2-selection--multiple{
  background: #fafafa;
  border-color: #ddd;
  min-height: 38px;
}

div.dataTables_processing {
    width: 100%;
    padding: 10px 20px;
    background: #329999;
    color: #fff;
    margin-bottom: 15px;
    font-size: 17px;
    text-align: center;
    border-radius: 3px;
}

.btn-xs{
  margin-bottom: 3px;
}

.select2-dropdown {
    z-index: 9999999999;
}

.modal{
  overflow: visible !important;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    min-height: 50vh;
    height: 50vh;
    overflow-y: auto;
}

.fade.in {
  opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop .fade .in {
  opacity: 0.5 !important;
}


.modal-backdrop.fade {
    opacity: 0.5 !important;
}

.accordion-btn{
    display: block;
    width: 100%;
    text-align: left;
}

.terminal-table,
.terminal-table tr,
.terminal-table tr td{
  border: 0;
}

.terminal-table{
  width: 100%;
}

.terminal-table tr td{
  background: #282828;
}

.b-t-l-r{
  border-top-left-radius:7px;
}

.b-t-r-r{
  border-top-right-radius:7px;
}

.b-b-l-r{
  border-bottom-left-radius:7px;
}

.b-b-r-r{
  border-bottom-right-radius:7px;
}

td.logs-title{
  background: #38343C !important;
  color: #ffcc00;
}

.terminal-table td{
  padding: 10px;
}

.terminal-controls{
  width: 50px;
}

.logs-terminal {
    font-family: 'Press Start 2P', cursive;
    color: #22C642; 
    max-height: 200px; 
    overflow-y: scroll;
    font-size: 9px;
}

.block{
  display: block;
}

.show-xs {
  display: none;
}

@media (min-width: 992px){
  .modal-dialog {
      width: 800px;
  }
}

@media (min-width: 768px){
  .mini-sidebar .top-navbar .navbar-header {
      width: 100px;
  }
}

@media (max-width: 992px) {
  .hide-xs {
    display: none;
  }
  .form-group {
      margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sm-spacing-top {
    margin-top: 20px;
  }
  .show-xs {
    display: block;
  }
  .form-group {
      margin-bottom: 15px;
  }
}

/* wizard end */
ul.pagination > .dots > span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
}
#pagination > nav {
    float: right !important;
}
#loader_spinner {
    height: 40px;
    margin: 10px 0;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    display: none;
}