/* Backgrounds & Colours 
 * ----------------------- 
 */
 .background-light-blue {
  background: #b7cee1;
}

.color-light-blue {
  color: #b7cee1;
}

.color-blue {
  color: #015bbb;
}

.background-blue {
  background: #015bbb;
}

/* Font 
* ----------------------- 
*/
.font-size-1-2 {
  font-size: 1.2em;
}

/* Tab Menu
* --------
*/
.tab-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-menu .tab-link {
  display: block;
  padding: 1.2em 0.8em;
  background: #b7cee1;
  color: #005cbb;
  flex: 1 0;
  border-radius: 0;
  border: none;
  text-align: center;
  font-weight: bold;
}

.tab-menu .tab-link.active {
  background: #005cbb;
  color: #fff;
}


.nhs-tab-holder{
  height: 160px;
  margin-bottom: 20px;
  padding: 1em;
  line-height: 180px;
  position: relative;
}
.nhs-tab{
  width: 100%;
  height: 100%;
  border-radius: 40px 5px 40px 5px;
}
.nhs-image{
  border-radius: 50%;
  position: absolute;
  width: 40%;
  height: 40%;
  top: -7px;
  left: -7px;
}
.nhs-tab-label{
  color: whitesmoke;
  text-align: center;
  font-size: 1.6em;
  font-family: 'Baloo Tamma 2', cursive;
}
.swal-title, .swal-text {
  color: black;
}

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

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 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: #2196F3;
}

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

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%;
}

.content-block {
  padding: 0 1.5em !important;
  margin: 0em;
}


.dz-error-message{
display: none;
}
.dz-error-mark{
display: none;
}
.dz-success-mark{
display: none;
}
.dz-details{
display: none;
}
.warning{
background: #c63672;
color: white;
padding: 1em;
border-radius: 5px;
}
.send-button{
background: #009ce3;
margin-top: 2px;
height: 57px;
border-radius: 5px;
color: white;
text-align: center;
line-height: 60px;
}
#chat-thread .footer{
  height: 70px !important;
}

.page-inner-intro {
  margin: 20px auto;
  width: 85%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
border: 2px solid #257a9c;
}
 

/*Timesheets*/

/*1*/

.rocket-list-item {
  background : #fff;
  border-radius: 5px;
  height: 80px;
}

.rocket-list-item:not(:first-child){
  margin-top: .8em;
}
.rocket-list-item:not(:last-child){
  margin-bottom:.8em;
}

.rocket-list-item .timesheet-details {
  padding-top: 10px;
}

/*2*/

.rocket-list-item .status {
  width: 30px;
  background : var(--available);
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  height: 100%;
}
.rocket-list-item .status.declined,
.block-header.status.declined,
.rocket-list-item .status.expired,
.block-header.status.expired {
  background : var(--published);
  color: #fff;
}
.rocket-list-item .status.approved,
.block-header.status.approved,
.rocket-list-item .status.accepted,
.block-header.status.accepted {
  background : var(--published);
  color: #fff;
}
.rocket-list-item .status.working,
.block-header.status.working{
  background : var(--pending);
  color: #fff;
}
.rocket-list-item .status.invited,
.block-header.status.invited{
  background : var(--invited); 
  color: #fff;
}
.rocket-list-item .status.interested,
.block-header.status.interested{
  background : var(--interested);
  color: #fff;
}
.rocket-list-item .status.break,
.block-header.status.break {
  background : var(--unavailable);
  color: #fff;
}
.rocket-list-item .status.finished,
.block-header.status.finished {
  background : var(--grey);
  color: #fff;
}
.rocket-list-item .status.declined,
.block-header.status.declined {
  background : var(--declined);
  color: #fff;
}

.rocket-list-item .status div {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.rocket-list-item .chevron {
  text-align: center;
  line-height: 80px;
  padding: 0 5px;
}
.rocket-list-item .chevron .fa {
  color : var(--grey);
}

/*3*/

.rocket-list-item .avatar {
  margin-top: 13px;
}

/*other*/

.rocket-list-item .chevron{
  display: flex;
  align-items: center;
  height: 100%;
}

.rocket-list-item .fa-clock-o{
  position: relative;
  top: 2px;
  margin-right: 0.25rem;
}

.button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge.color-pending {
  background: var(--pending);
}
.badge.color-invited {
  background : var(--invited);
}

.badge.-circle {
  font-size: 13px;
  display: inline-block;
  border-radius: 20px;
  padding: 0px 6px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  box-sizing: border-box;
  text-align: center;
}
