/* Add here all your CSS customizations */


div.inner-wrapper{
    min-height: 60vh !important;
}


/* borders */
.bred{
    border: 1px solid #8c130a;
}
.bgreen{
    border: 1px solid #117a07;
}

/* MODAL CONFIRM POP-up */

.text-confirm{
    font-size: 0.85rem;
}

.modal-icon {
    float: left;
    width: 20% !important;
    text-align: center;
    margin-right: 0.5rem;
}
.modal-icon + .modal-text {
    float: left;
    width: 80%;
  }



.bg-red{
    background-color: #cc0086 !important;
}
.f40px{
    font-size: 40px !important;
}


.header.header-nav-menu .logo:after {
    content: unset !important;
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
    height: 60px;
    border-right: 1px solid #E9E9E6;
}


.page-header h2 {
    border-bottom-color: #ccc;
}



.widget-summary .summary {
    word-break: break-word;
}
.widget-summary.widget-summary-xs .summary .title {
    line-height: 1.4;
}

.widget-summary .widget-summary-col{
    vertical-align: middle;
}







/* HIGHCHARTS */

.highcharts-figure, .highcharts-data-table table {
    min-width: 310px; 
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}



/* MAPS  */
#container {
    height: 500px; 
    min-width: 600px; 
    max-width: 800px; 
    margin: 0 auto; 
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}





/* CSS SPINNER / LOADER */


.spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #005984;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}





/*login */
.body-sign .card-sign .card-body {
  border-radius: 5px ;
}



/* @media only screen and (min-width: 1200px)  */
html.boxed body {
    background: url(../img/patterns/gray_jean.png) repeat;
    padding-bottom: 0;
}



/* DIFFERENT LAYOUT add-ons */

.mr-5{
    margin-right: 1rem !important;
}

.text-bl {
    color: #0059b2;
}

.text-dark-grey {
  /* color: #494b54 !important; */
  color: #636572 !important;
}


.text-red {
    color: #8c130a;
}

.text-green {
    color: #117a07;
}


.btn-xs2 {
    padding: 0.05rem 0.5rem !important;
    margin: 0.1rem !important;
    font-size: 0.7rem !important;
}



/* new slot page  */
span.new_slot_expired{
    display: none;
}







