/* Add this to web/assets/css/style.css */
#customer-portal-home header {
  background-color: #64A555 !important;
}

/* Switch styling for the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

/* Tabs*/
/* section {
  padding: 60px 0;
} */

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
background: #007b5e;
  color: #eee;
}
#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #eee;
  font-size: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #sidenav {
    width: 0;
  }
  #main {
    margin-left: 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #sidenav {
    width: 0;
  }
  #main {
    margin-left: 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {...}  */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...}  */

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */


.font-size-30 {
  font-size: 30px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-50 {
  font-size: 50px;
}







.light-red {
  color: #FFBFC1;
}

.light-grey {
  color: #EEEEEE;
}

.crop-details-panel {
  padding-left:0;
  background-clip: content-box;
  background-color: #EEEEEE;
}

.medium-grey {
  color: #616161;
}

.light-green {
  color: #ADD966;
}

.bg-dark-green {
  background-color: #6DA611;
}

.white {
  color: #fff;
}


.cropNickname {
  /* font-family: 'Roboto Slab', serif; */
  font-size: 27px;
}

.nav-tabs .nav-link  {
  font-size: 18px;
  font-weight: 100;
  color: #616161 !important;
}


.nav-tabs .nav-link.active  {
  font-size: 18px;
  font-weight: 300;
  color: #D43759 !important;
}

.roomStats {
  background-color: transparent;
  min-height: 100px !important;
}

.card-header-title {
  font-size: 20px;
  margin-top: 10px;
}

.settings-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.crop-item {
  height:150px;
}

.crop-item-img {
  height: 150px;
  max-height:150px;
}

.card-img-bottom-camera {
  color: #fff;
  height: 20rem;
  background: url(../img/crop_bg.jpg) center no-repeat;
  background-size: cover;
}

.card-img-bottom-default {
  color: #fff;
  height: 20rem;
  /* background: url(../img/default_bg.jpg) center no-repeat; */
  background-size: cover;
}


.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}

.list-group .media {
  width: 100%;
  padding: 2px 0;
  border-bottom: 0;
}

.list-group-item>.media:only-child {
  margin: 0;
}

.list-group-full .list-group-item {
  padding-right: 0;
  padding-left: 0;
}

.list-group-item {
  border: 1px solid transparent;
}

.media-body {
  overflow: auto;
}

.btn-floating {
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin: 0;
  font-size: 1.715rem;
  text-align: center;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.15);
  box-shadow: 0 6px 10px rgba(0,0,0,.15);
}

.site-action {
  position: fixed;
  right: 32px;
  bottom: 55px;
  z-index: 1290 !important;
  -webkit-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.site-action input {
  display: none;
}
.site-action .btn {
  -webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
          box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}
.site-action .front-icon {
  display: block;
}
.site-action .back-icon {
  display: none;
}
.site-action-buttons {
  position: absolute;
  bottom: 56px;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
.site-action-buttons .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}
.site-action.active .front-icon {
  display: none;
}
.site-action.active .back-icon {
  display: block;
}
.site-action.active .site-action-buttons {
  display: block;
}
@media (max-width: 767px) {
  .site-action .btn-floating {
    width: 46px;
    height: 46px;
    padding: 0;
    font-size: 16px;
    -webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
            box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
  }
  .site-action-buttons {
    bottom: 46px;
  }
}

.activity_edit {
  display: none;
  font-size: 12px;
  padding: 0;
  margin: 0;

}

.activity_type {
  cursor: pointer;
}



.btn-transparent {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

#diagnosticsMsg {
  visibility: hidden;
}

#photo {
  visibility: hidden;
}

.btn-activity {
  color: #fff;
  background-color: #64A555;
  border-color: #64A555;
}

.btn-activity:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-activity:focus, .btn-activity.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-activity.disabled, .btn-activity:disabled {
  color: #fff;
  background-color: #64A555;
  border-color: #64A555;
}

.btn-activity:not(:disabled):not(.disabled):active, .btn-activity:not(:disabled):not(.disabled).active,
.show > .btn-activity.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-activity:not(:disabled):not(.disabled):active:focus, .btn-activity:not(:disabled):not(.disabled).active:focus,
.show > .btn-activity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* Override border on top of table */
.table th {
  border-top: none !important;
}

.btn-magenta {
  color: #fff;
  background-color: #D43759;
  border-color: #D43759;
}

.btn-magenta:hover {
  color: #fff;
  background-color: #EB5476;
  border-color: #EB5476;
}

.btn-magenta:focus, .btn-magenta.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 37, 55, 0.5);
}

.btn-magenta.disabled, .btn-magenta:disabled {
  color: #fff;
  background-color: #D43759;
  border-color: #D43759;
}

.btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active,
.show > .btn-magenta.dropdown-toggle {
  color: #fff;
  background-color: #EB5476;
  border-color: #EB5476;
}

.btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus,
.show > .btn-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 37, 55, 0.5);
}

#uploadForm {
  visibility: hidden;
}

#img-container {
  visibility: hidden;
}