:focus {
  outline: 0;
}
  
.loader {
  background:url(../img/loader.gif) no-repeat;
  height: 24px;
  width: 160px;
  position: relative;
  display: block;
  background-size:65%;
}

#barloading{
  display: none;
}

#success{
  display: none;
}

#failed{display: none;}

/*
.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: 15px 15px;
    vertical-align: top;
    border-top: 1px solid #f2f2f2;
}*/

#myCarousel img{
  max-height:371px;
  width: 100%;
  object-fit: cover;
}

.datepicker-days .table>tbody>tr>td,
.datepicker-days .table>tbody>tr>th,
.datepicker-days .table>tfoot>tr>td,
.datepicker-days .table>tfoot>tr>th,
.datepicker-days .table>thead>tr>td,
.datepicker-days .table>thead>tr>th {
    padding:5px 10px;
    vertical-align: top;
    margin-bottom:0px!important;
    text-align: center;
}
.datepicker-days .table>tbody>tr>td:hover,
.datepicker-days .table>tbody>tr>th:hover,
.datepicker-days .table>tfoot>tr>td:hover,
.datepicker-days .table>tfoot>tr>th:hover,
.datepicker-days .table>thead>tr>td:hover,
.datepicker-days .table>thead>tr>th:hover {
  background: #02e1d0!important;
  cursor: pointer;
}

.datepicker-days .table {
    width: 100%;
    max-width: 100%;
    margin-bottom:0px;
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #02e1d0!important;
}

.notif {
    width: 350px;
    z-index: 999999;
    position: fixed;
    right: 10px;
    top: 10%;
    display: inline-block;
    display: none;
}

.alert-success{
    color: #27ae60!important;
    background-color: #daf2e4!important;
    border-color: #b8e5cb!important;
}

.alert-danger {
    color: #e74c3c!important;
    background-color: #ffd1cc!important;
    border-color: #ffb8b0!important;
}

.box.box-solid > .box-header > .box-tools .btn:hover{
  color:#ffffff!important;
  background:#333333!important;
}




/* -------------- Custom Drag And Drop ------------*/
.file-upload {
  background-color:#ecf0f5;
  width:100%;
  margin: 0 auto;
  padding:10px;
  border-radius:8px;
  -moz-border-radius:8px;
  border:solid 1px #eeeeee;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 2px dashed #cccccc;
  
  position: relative;
  border-radius: 5px;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  padding:20px 0;
  text-align: center;
}

.drag-text i{
  font-size:60px;
  color: #789bec;
  margin-bottom: 10px;
}

.drag-text h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  
}

.file-upload-image {
  max-width:300px;
  max-height:200px;
  object-fit: cover;
  margin: auto;
  padding: 20px;
}

.file-upload-image img{
  max-width:300px;
  height: auto;
}
.file-upload-content {
  display: none;
  text-align: center;
  
}

/*-----------------------
 Upload Image
--------------------------*/

.row-image {
  position:relative;
  padding: 10px 0px;
  width: 110px;
}

.row-image a.btn_remove{
  position: absolute;
  top: -5px;
  right: 0px;
  line-height:15px;
  text-align: center;
  z-index: 1;
  height:24px;
  width: 24px;
}

.upload-media{
    background: #ffffff;
    background-size: 100%!important;
    border:solid 1px #eeeeee;
    height:100px;
    width:100px;
    cursor:pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    position:relative;
    overflow: hidden;
}
 

.upload-media:hover{
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
    box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
}

.upload-media input.upload-hidden{
    width:100%;height:100px;
    position:absolute!important;
    top:0!important;
    left:0!important;
    padding:0; 
    margin-top:0px; 
    margin-left:0px;
    opacity:0!important;
    cursor:pointer;
    display: block !important;}

.upload-media i{
  font-size: 30px;
  color: #999999;
  line-height:96px;
}
    
.upload-media img {
    vertical-align:middle;
    width:100px;
    height:100px;
    background-size: 100%;
  }
  .upload-media .images{opacity: 0}
  .upload-media .images:hover{
    opacity:1
  }

/* ---------- Switch -------*/
.checkbox-google {
    display: inline-block;    
    height: 28px;    
    line-height: 28px;      
    margin-right: 10px;       
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;  
}
.checkbox-google .checkbox-google-switch {
    display: inline-block;  
    width: 36px;
    height: 14px;   
    border-radius: 20px;
    position: relative;
    top: 6px;           
    vertical-align: top;
    background: #9f9f9f;
    transition: .2s;
}
.checkbox-google .checkbox-google-switch:before {
    content: '';
    display: inline-block;  
    width: 20px;    
    height: 20px;
    position: absolute;
    top: -3px;
    left: -1px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
    transition: .15s;       
}
.checkbox-google input[type=checkbox] {
    display: block; 
    width: 0;
    height: 0;  
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch {
    background: #9ABEF7;
}
.checkbox-google input[type=checkbox]:checked + .checkbox-google-switch:before {
    background: #1a73e8;
    transform:translateX(18px);
}
 
/* Hover */
.checkbox-google input[type="checkbox"]:not(:disabled) + .checkbox-google-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}
 
/* Active/Focus */
.checkbox-google input[type="checkbox"]:not(:disabled):active + .checkbox-google-switch:before, 
.checkbox-google input[type="checkbox"]:not(:disabled):focus + .checkbox-google-switch:before {
    animation: checkbox-active-on 0.5s forwards linear;
}


.removeRow{
  background-color: #FF6347;
  color:#FFFFFF;
}


/* ----------- UPLOAD CUSTOM ------------*/
.file-upload2 {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn2 {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn2:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn2:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content2 {
  display: none;
  text-align: center;
}

.file-upload-input2 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap2 {
    margin: 0px 0px 20px;
    border: 2px dashed #528ae6;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #eeeeee;
}

.image-title-wrap2 {
    padding: 0 15px 15px 10px;
    position: relative;
    width: 100%;
    display: table;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight:600;
  text-transform: uppercase;
  color: #518de6;
  padding: 20px 20px;
  font-size: 16px;
}

.file-upload-image2 {
    max-height: 200px;
    max-width: 200px;
    padding: 10px;
}



label.error {
    display: inline-block;
    max-width: 100%;
    font-weight:300;
    color: #ff0101;
}

#strength_message {
  color:#00e4d0;
}

.alert a{
  text-decoration: none!important;
}


textarea {
  max-width: 100%;
}


/*----------- PAYMENT ---------------------*/
.img-payment{
  position:relative;
} 
.img-payment img{
  max-width: 100%;
  height: auto;
  display: -webkit-inline-box;
}

/*-------------------------------------------
    Progress bar
---------------------------------------------*/
.amount-progress{
  height:2px;
  background-color: #0091EA;
  position: relative;
  width:100%;
}

progress::-webkit-progress-bar {
    background: #fff !important;
}
progress {
    color:#ff5a5f;
}

progress::-moz-progress-bar { 
    background: #ff5a5f;   
}

progress::-webkit-progress-value {
    background:#ff5a5f;
}

progress[aria-valuenow]:before  {
    background: #ff5a5f;
}

.progress{
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow:none;
    box-shadow:none;
    margin:0px;
    margin-bottom: 0px;
    height:15px;
    position:relative;
}

.bar {
  background: linear-gradient(120deg, #00e4d0, #5983e8);
  width:0%;
  height:15px;
}
.percent {
  position: absolute;
  display: inline-block;
  top: 0px;
  left:48%;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}



@media only screen and (max-width:600px){
  .skin-blue-light .main-header .logo{
      background-color: #ffffff;
      display: none!important;
  }

  .fixed .content-wrapper, .fixed .right-side{
    padding-top: 70px;
  }

  .content-header {
    padding: 5px 5px 0 5px;
    margin: 5px 5px 10px 5px;
  }

  .small-box h3 {
    font-size:20px;
    font-weight: bold;
  }

  .content {
      padding: 0px;
      margin-right: auto;
      margin-left: auto;
      padding-left:5px;
      padding-right:5px;
  }

  .invoice {
      position: relative;
      background: #fff;
      border: 1px solid #f4f4f4;
      padding: 20px;
      margin: 10px 5px;
  }

  .main-footer {
    text-align:center;
  }

}
@media only screen and (max-width:400px){
  .small-box h3 {
    font-size: 15px;
    font-weight: bold;
  }

  .main-footer {
    text-align:center;
  }

  .hidden-xs2{
    display: none;
  }
}