/*

* Override Pages default styles or create your own styles here

*/
.required:after{
  content: " *";
  display: inline;
  color: red;
  font-size: 1.1rem;
}

.jumbotron {
	margin-bottom: 0px !important;
}

.form-group select.form-control:not([size]):not([multiple]) {
  height: auto;
}

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

.input-label {
  background-color: #fff;
  font-family: Arial, sans-serif !important;
  -webkit-appearance: none;
  color: #272727;
  outline: 0;
  line-height: normal;
  letter-spacing: normal !important;
  font-size: 14px !important;
  font-weight: normal;
  margin-bottom: 3px !important;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
  text-transform: none !important;
}

#hub_register_container {
  height: 75%;
}

.table tbody tr td {
	padding: 5px;
}

td p{
	margin: 0px;
}

.taxRelated {
  display: none;
}

#taxImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#taxImg:hover {opacity: 0.7;}

#savedImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#savedImg:hover {opacity: 0.7;}

/*Modals for document and tax images*/
.image-modal {
  display: none; 
  position: fixed; 
  z-index: 5000;
  padding-top: 150px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: visible; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.5); 
}

/*Modals for document and tax images*/
.image-modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  max-height: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
  overflow: visible;
}

.tax-image-modal {
  display: none; 
  position: fixed; 
  z-index: 5000;
  padding-top: 150px; 
  left: 0;
  top: 0;
  width: 700px;
  height: 100%; 
  overflow: visible; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0); 
}

/*Modals for tax images*/
.tax-image-modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
  overflow: visible;
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .image-modal-content {
    width: 100%;
  }
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#image-caption {
  z-index: 101;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: white;
  font-size: xx-large;
  padding: 10px;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.image-modal-content, #image-caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@media (max-height: 768px) {
  #hub_register_container {
    height: 100%;
    margin-top: 25px;
  }
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
  background-color: #00cea0;
  background-image: none;
  color: #fff;
}

.datepicker table tr td.active {
  background-color: #6462e6 !important;
}

.btn-complete {
  background-color: #ccc;
  color: #000000;
}

.invoiceInfo {
  width: 120px;
}

.expan-button {
    display: inline-flex;
    background-color: rgb(100, 98, 230); 
    cursor: pointer;
    border-radius: 180px; 
    border-style: none; 
    height: 23px; 
    width: 23px; 
    margin-left: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    transition-timing-function: ease-in-out;
  }

  .fa-arrow-right {
    margin: auto;
    color: white;
  }

  .expan-button-content {
    color: white;
    font-weight: bold;
    max-width: 0;
    -webkit-transition: max-width 0.4s ease-in-out;
    transition: max-width 0.4s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
  }

  .expan-button:hover {
    width: 120px;
  }

  .expan-button:hover .expan-button-content{
    max-width: 10rem;
  }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1.5px;
  bottom: 1.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18.3px);
  -ms-transform: translateX(18.3px);
  transform: translateX(18.3px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*JELLY SLIDER STARTS*/
.jelly-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.jelly-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1.5px;
  bottom: 1.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;

  -webkit-animation: jelly-slider-unchecked 0.4s;
  animation: jelly-slider-unchecked 0.4s;
}

input:checked + .jelly-slider {
  background-color: #2196F3;
}

input:focus + .jelly-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .jelly-slider:before {
  -webkit-transform: translateX(18.3px);
  -ms-transform: translateX(18.3px);
  transform: translateX(18.3px);

  -webkit-animation: jelly-slider-unchecked 0.4s;
  animation: jelly-slider-checked 0.4s;
}

.jelly-slider.round {
  border-radius: 34px;
}

.jelly-slider.round:before {
  border-radius: 180px;
}

@keyframes jelly-slider-checked {
  0%{
    transform: translateX(0px);
    width: 18px;
  }

  20%{width: 30px;}

  80%{width: 18px;}

  100%{transform: translateX(18.3px);}
}

@keyframes jelly-slider-unchecked {
  0%{
    transform: translateX(18.3px);
    width: 18px;
  }

  20%{width: 30px;}

  35%{transform: translateX(0px);}

  100%{width: 18px;}
}

@-webkit-keyframes jelly-slider-checked {
  0%{
    transform: translateX(0px);
    width: 18px;
  }

  20%{width: 30px;}

  90%{transform: translateX(18.3px);}

  100%{width: 18px;}
}

@-webkit-keyframes jelly-slider-unchecked {
  0%{
    transform: translateX(18.3px);
    width: 18px;
  }

  20%{width: 30px;}

  35%{transform: translateX(0px);}

  100%{width: 18px;}
}
/*JELLY SLIDER END*/