/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 12, 2016, 11:16:21 AM
    Author     : Mubeen Ali
*/

/******************************Fonts*****************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Work+Sans:wght@100;200;300;400;500;600;700;800&display=swap");

/* font-family: 'Poppins', sans-serif;
font-family: 'Work Sans', sans-serif; */

@font-face {
  font-family: Rubik-Bold;
  src: url("../fonts/Rubik-Bold.ttf");
}

@font-face {
  font-family: Rubik-Medium;
  src: url("../fonts/Rubik-Medium.ttf");
}

@font-face {
  font-family: Rubik-Regular;
  src: url("../fonts/Rubik-Regular.ttf");
}

@font-face {
  font-family: RUBIK-LIGHT;
  src: url("../fonts/Rubik-Light.ttf");
}

@font-face {
  font-family: opensans;
  src: url("../fonts/opensans.woff");
}

/******************************Genral*****************************/

img {
  border: none;
  max-width: 100%;
}

img:focus,
a:focus {
  outline: none;
}

h1 {
  color: #fff;
  font: 2.75rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

p {
  /* color: #fff; */
  /* font: 16px Rubik-Regular; */
  /* margin-bottom: 17px; */
}

ul {
  margin-bottom: 1rem;
}

li {
  /* color: #fff; */
  /* font: 16px Rubik-Regular; */
}

/* Useful classes */

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.h1-big-size {
  font-size: 56px !important;
}

.f_size_13 {
  font-size: 13px;
}

.font-bolder {
  font-weight: bolder;
}

.bgyellow {
  background-color: #faae17 !important;
}

.bggray {
  background-color: #333 !important;
}

.bgwhite {
  background-color: #fff;
}

.bgred {
  background-color: #9b0c0d !important;
}

.cwhite {
  color: white !important;
}

.cdarkgray {
  color: darkgray;
}

.cgray {
  color: #333 !important;
}

.bgwhite-cblack {
  background-color: #fff !important;
  color: #000 !important;
}

.bggray-cwhite {
  background-color: #515151 !important;
  color: #fff !important;
}

.no-margin {
  margin: 0 !important;
}

.margin_20 {
  margin: 20px;
}

.m_left_-5 {
  margin-left: -5px;
}

.m_left_0 {
  margin-left: 0 !important;
}

.m_left_10 {
  margin-left: 10px;
}

.m_left_15 {
  margin-left: 15px;
}

.m_right_10 {
  margin-right: 10px;
}

.m_right_20 {
  margin-right: 20px;
}

.m_right_50 {
  margin-right: 50px;
}

.m_bottom_0 {
  margin-bottom: 0;
}

.m_bottom_3 {
  margin-bottom: 3px;
}

.m_bottom_10 {
  margin-bottom: 10px;
}

.m_bottom_30 {
  margin-bottom: 30px;
}

.m_top_35 {
  margin-top: 35px;
}

.m_top_45 {
  margin-top: 45px;
}

.m_top_25 {
  margin-top: 25px;
}

.m_top_20 {
  margin-top: 20px;
}

.m_top_-5 {
  margin-top: -5px !important;
}

.margin_0_15 {
  margin: 0 15px;
}

.margin_0_20 {
  margin: 0 20px;
}

.margin_20_0 {
  margin: 20px 0;
}

.margin_40_0 {
  margin: 40px 0;
}

.p_right_0 {
  padding-right: 0 !important;
}

.padding_15 {
  padding: 15px;
}

.padding_0 {
  padding: 0px !important;
}

.padding_5 {
  padding: 5px;
}

.p_bottom_50 {
  padding-bottom: 50px;
}

.p_bottom_15 {
  padding-bottom: 15px;
}

.padding_20_0 {
  padding: 20px 0;
}

.padding_30_0 {
  padding: 30px 0;
}

.p_top_10 {
  padding-top: 10px;
}

.p_bottom_10 {
  padding-bottom: 10px;
}

.p_left_10 {
  padding-left: 10px;
}

.p_right_10 {
  padding-right: 10px;
}

.fullwidth {
  width: 100%;
}

.width_70percent {
  width: 70% !important;
}

.width_33percent {
  width: 33%;
}

.width_720 {
  width: 720px;
}

.max_width_500 {
  max-width: 500px;
}

.height_60px {
  height: 60px;
}

.noradius {
  border-radius: 0;
}

.pointer {
  cursor: pointer;
}

.pos_relative {
  position: relative;
}

.right-margins-only {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.alert-success h4 {
  text-transform: capitalize;
}

.about-page li {
  font-family: opensans;
}

.phone-img {
  max-width: 80%;
}

.soc-icon-img {
  max-width: 20%;
}

.download_buttons {
  padding-left: 15px;
  margin-top: 320px;
}

.download_buttons.download_buttons--lg-margin {
  margin-top: 375px;
}

.download_btn_first {
  margin-right: 15px;
}

.content-section {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.right_img {
  position: absolute;
  right: 25px;
  top: 108px;
}

.right_img.right_img--work-site {
  top: auto;
  bottom: 25px;
}

/* .accept_job h1 {
    font-family: "Rubik-Medium", sans-serif;
    font-size: 36px;
    text-transform: uppercase;
} */

.accept_job {
  padding: 30px 40px 40px;
}

.accept_job .table {
  padding: 25px 30px;
  background-color: #efefee;
}

.accept_job table {
  width: 100%;
  border-collapse: collapse;
}

.table-th,
.accept_job th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: opensans, sans-serif;
  padding: 8px;
  text-align: center;
}

.table-tr:hover .table-th {
  color: #898989;
}

.table-tr,
.accept_job tr {
  background-color: #fff;
}

.table-tr:hover,
.table-tr.active,
.accept_job tr:hover:not(:first-child),
.accept_job tr.active {
  background-color: #ebebeb;
  cursor: pointer;
}

.table-th-tr,
.accept_job tr:first-child {
  background-color: #424242;
}

.table-body {
  position: relative;
}

.table-td,
.accept_job td {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 7px 12px;
  /* font-family: opensans, sans-serif; */
}

.table-td,
.accept_job td {
  border-right: 1px solid #efefef;
  min-height: 29px;
}

.table-td.table-td--head {
  background-color: #ebebeb;
}

.material-section .table-td {
  height: auto;
  vertical-align: middle;
}

.table-td:last-child,
.accept_job td:last-child {
  border-right: none;
}

.table-loading {
  position: absolute;
  background: white;
  opacity: 0.7;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 36px;
}

/**/
.right-section-top a img {
  max-height: 40px;
}

.right-section-top {
  background-color: #f6f7fb;
  text-align: right;
}

.right-section-top a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.right-section-top a:hover {
  opacity: 0.8;
}

.main-window {
  padding: 0;
  /* min-height: 100vh; */
}

/* .content-section {
    overflow: hidden;
} */

/* .content-section h1 {
    margin-bottom: 0;
    font: 34px "Rubik-Medium";
} */

.content-section .content-title {
  font-size: 37px;
  font-family: "Rubik-Medium";
}

.form-control {
}

/* .submit-button {
    background-color: #fbaf17;
    width: 370px;
    font: 16px Rubik-Medium;
    color: #ffffff;
    margin-top: 5px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding-bottom: 10px;
    padding-top: 10px;
} */

.contact {
  background: url("../images/abouto-bg_03.jpg") no-repeat top center;
  background-size: cover;
}

.contact-form {
  padding: 30px 30px 25px;
}

.contact-form.contact-form--contact {
  margin-bottom: 5px;
  max-width: initial;
}

.contact-form textarea {
  width: 100%;
  resize: none;
}

.sub-form {
  padding-left: 8px;
  margin-bottom: 20px;
}

.sub-form > label {
  margin-left: -8px;
  margin-bottom: 0;
}

.sub-form .labl-stac .labl-chec {
  margin-bottom: 0;
}

.address-form input {
  margin-bottom: 10px;
}

.address-form__select {
  margin-bottom: 10px;
  /* color: #999; */
}

.address-form__suburb,
.address-form__state,
.address-form__country,
.address-form__postcode {
  display: block;
  float: left;
}

.address-form__suburb,
.address-form__country {
  width: 70%;
  padding-right: 10px;
}

.address-form__state,
.address-form__postcode {
  width: 30%;
}

.viewMobile {
  display: none;
}

.datePickerMobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .address-form__suburb,
  .address-form__state {
    width: 100%;
  }

  .address-form__suburb {
    padding-right: 0;
  }

  .swms-sign-modal {
    width: 90%;
  }
}

.contact form {
  float: left;
}

.how-box {
  background: url("../images/how-1.png") no-repeat left center;
  float: left;
  height: 110px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 5px 2% 0 100px;
  width: 50%;
}

.how-box.icon2 {
  background-image: url("../images/how2.png");
}

.how-box.icon3 {
  background-image: url("../images/how3.png");
}

.how-box.icon4 {
  background-image: url("../images/how4.png");
}

.how-box.icon5 {
  background-image: url("../images/how5.png");
}

.how-box.icon6 {
  background-image: url("../images/how6.png");
}

.how-box.icon7 {
  background-image: url("../images/how7.png");
}

.how-box.icon8 {
  background-image: url("../images/how8.png");
}

.how-icon-box {
  padding: 20px 15%;
}

.how-icon-box .icon {
  width: 20%;
  height: 120px;
  display: inline-block;
  background: url("../images/how-1.png") no-repeat;
  background-size: 100% 100%;
}

.sign-up-form .checkbox label {
  font-family: RUBIK-LIGHT;
}

.home {
  /* background-image: url(../images/home_03.jpg); */
  min-height: 100vh;
}

.how-it-works {
  padding-bottom: 30px;
  background-image: url(../images/pricing.png) !important;
  background-size: cover;
}

.commercial-edu {
  padding-bottom: 30px;
  background-image: url(../images/commercial-edu-shadow.jpg) !important;
  background-size: cover;
}

.content-section__title,
.content-section__subtitle {
  color: #ffffff !important;
}

.commercial-health {
  padding-bottom: 30px;
  background-image: url(../images/commercial-health-shadow.jpg) !important;
  background-size: cover;
}

.commercial-com {
  padding-bottom: 30px;
  background-image: url(../images/commercial-com-shadow.jpg) !important;
  background-size: cover;
}

.commercial-construction {
  padding-bottom: 30px;
  background-image: url(../images/commercial-construction-shadow.jpg) !important;
  background-size: cover;
}

.pricing,
.contact {
  /* background-image: url(../images/pricing.png) !important; */
  background-color: #344759;
  min-height: 100vh;
}

.user-signup,
.about-page {
  background-image: url(../images/login.png);
  min-height: 100vh;
}

.how-it-works p,
.pricing > p,
.about-page p,
.user-login p,
.user-signup p {
  color: #fff !important;
}

.how-it-works h1,
.pricing h1,
.home h1,
.about-page h1,
.user-signup h1,
.contact h1 {
  color: #fff !important;
}

.how-it-work-info h2 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 40px;
  font-weight: bold;
  margin: 0;
}

.media-project-details {
  padding: 15px;
  margin-right: 50px;
}

.home h1 {
  font-size: 42px;
  color: #fff !important;
}

.home-icons {
  color: #fff;
  font-family: Rubik-Regular;
  font-size: 25px;
  line-height: 28px;
  margin: 55px auto 0;
  max-width: 850px;
  text-shadow: 1px 1px 0 #000;
}

.home-icons .col-md-3 img {
  margin-bottom: 15px;
}

a,
button,
h2 {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.left {
  float: left;
  min-width: 230px;
}

.home .content-section {
  padding-left: 0;
  padding-top: 80px;
}

.log-in {
  background: url("../images/SIGN-UP.jpg") no-repeat top center;
  background-size: cover;
}

.how-box h3 {
  color: #000;
  font-family: Rubik-Bold;
  font-size: 18px;
  margin-bottom: 0;
}

.how-box p {
  color: #333 !important;
  font-family: Rubik-Regular;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.price-detail {
  background-color: #fff;
  padding: 15px;
  min-height: 100px;
}

.price-detail__title {
  display: block;
  padding-left: 15px;
  margin-bottom: 20px;
  background: url("../images/rhombus.svg") no-repeat top center !important;
  background-position: left center !important;
  background-size: 10px !important;
}

.price-detail__wrapper-title-box {
  text-align: center;
}

.price-detail__item-info-small {
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 8px 10px;
}

.price-detail__grid {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.price-detail__box {
  margin: 0 10px 10px 0;
  flex: 1;
  max-width: 235px;
  min-width: 233px;
  padding-bottom: 20px;
  background-color: #fff;
}

.price-detail__pack {
  width: 100%;
  display: flex;
  background-color: #fff;
}

.price-detail__pack-title {
  max-width: 30%;
  width: 100%;
  font: 23px Rubik-Bold;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  background-color: #333;
}

.price-detail__item-title {
  width: 100%;
  font: 24px Rubik-Bold;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  background-color: #333;
  min-height: 76px;
}

.price-detail__item-subtitle {
  width: 100%;
  font: 22px Rubik-Bold;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-top: 10px;
  text-align: center;
}

.price-detail__item-subtitle.stick {
  padding-bottom: 1px;
  padding-top: 1px;
}

.price-detail__item-hr {
  margin: 10px 0;
}

.price-detail__item {
  padding: 0 20px;
}

.price-detail__item-info {
  display: block;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.price-detail__pack-info {
  display: flex;
  padding: 15px;
  width: 100%;
}

.price-detail__pack {
  margin-bottom: 20px;
}

.price-detail__pack-info-item > p {
  display: block;
  max-width: 80% !important;
  margin-bottom: 0;
}

.price-detail__pack-info-item:last-child {
  text-align: center;
}

.price-detail__price {
  width: 100%;
  font: 24px Rubik-Bold;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-top: 0;
}

.price__copy {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.pricing-section-header {
  display: inline-block;
  background-color: #fbaf17;
  width: auto;
  font: 24px Rubik-Bold;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 10px;
}

.white-font-color {
  color: #fff !important;
}

.text-transform-initial {
  text-transform: initial !important;
}

.business-pack {
  background-color: #fbaf17;
  width: 100%;
  font: 24px Rubik-Bold;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-top: 10px;
}

.employee-pack {
  width: 100%;
  font: 24px Rubik-Bold;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
}

.employee-pack.small {
  font: 18px Rubik-Bold;
}

.price-detail__wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  min-height: auto;
  list-style-type: none;
  background-color: #f6f7fb;
  width: 100%;
  margin-bottom: 30px !important;
  margin: 0px;
  background-color: #f6f7fb;
}

.price-detail li {
  color: #000000;
  font-size: 16px;
}

.price-detail li ul {
  color: #000000;
  font-size: 13px;
  list-style: disc;
  margin-left: 20px;
}

.glyphicon-ok-circle {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 17px;
  color: #56ba38;
}

.price-required {
  font-size: 11px !important;
  text-align: center;
}

.business-pack-info {
  float: left;
  width: 80%;
}

.price-int {
  left: 7px;
}

.price-str {
  left: -23px;
}

sup {
  font-size: 20px;
  color: #000000 !important;
}

sub {
  color: #000000 !important;
  font-size: 10px;
  position: relative;
  left: -20px;
  top: 0;
}

.price span {
  font-size: 10px;
  display: block;
  font-weight: 100;
  margin-top: 0;
}

.content-section a:hover {
  text-decoration: none;
}

.content-section a h2:hover {
  background-color: #e6e6e6;
  color: #333333;
}

.col-sm-10 p {
  margin-top: 6px;
  text-align: justify;
}

.sign {
  background-color: #ffffff;
  padding: 0 5px 0 5px;
  border: #cccccc solid 1px;
}

td a:hover {
  text-decoration: none;
  /* font-weight: bold; */
}

/*payment page*/
.payment {
  background: url("../images/payment.jpg") no-repeat top center;
  background-size: cover;
}

.total {
  background-color: #f6f7fb;
  /*width: 303px;*/
  width: 343px;
}

.total p {
  color: #000000;
  font: 14px Rubik-Regular;
  padding: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}

.total p span {
  float: right;
}

.swms-sign-modal {
  width: 50%;
}

.viewDesktop {
  display: block;
}

.viewMobileCollapse {
  display: none;
}

/* custom collapse */
.list-info-collapse {
  margin: 30px 0;
}

.list-info-collapse .info-item {
  border: 1px solid #ddd;
}

.list-info-collapse .item-panel-header {
  background-color: #f8f8f8;
  padding: 10px 15px;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.list-info-collapse .item-panel-header .icon-extra {
  font-size: 24px;
  font-weight: 900;
}

.list-info-collapse .item-panel-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  width: calc(100% - 20px);
}

.list-info-collapse .item-panel-content {
  border-top: 1px solid #ddd;
}

/******************************Media Queries*****************************/

@media screen and (min-width: 767px) {
  .navbar-inverse .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
  }

  .navbar-inverse {
    background-color: transparent;
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
  }

  .navbar-collapse {
    padding: 0;
  }

  .navbar-inverse .navbar-nav > li > a {
    border-left: 10px solid transparent;
    color: #fff;
    display: block;
    font-family: Rubik-Regular;
    font-size: 16px;
    /*padding: 7px 0 7px 20px;*/
    padding: 10px 0 10px 20px;
  }

  .navbar-inverse .navbar-nav > li.active > a {
    border-left: 10px solid #ffaf00;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #222222;
    /*border-left: 10px solid gray;*/
  }

  .navbar-nav {
    float: none;
  }

  .navbar-nav > li {
    padding: 0;
    float: none;
  }

  .col-sm-5 {
    width: 310px;
  }

  .home-icons .col-md-3 {
    padding: 0 30px;
  }

  .home-btn2-group {
    margin: 0 auto;
    width: 70%;
  }
}

@media screen and (max-width: 1279px) {
  .glyphicon-ok-circle {
    margin-left: 5px;
    margin-right: 5px;
  }

  .business-pack-info {
    width: 85%;
  }

  .soc-icon-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .price-detail {
    padding: 0;
  }

  .business-pack-info {
    width: 83%;
  }

  .how-box h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .price-detail__wrapper {
    flex-direction: column;
  }

  .price-detail__pack {
    flex-direction: column;
  }

  .price-detail__pack-title {
    max-width: none;
  }

  .swms-sign-modal {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .glyphicon {
    font-size: 2em;
  }

  .glyphicon-chevron-left {
    left: 10px !important;
  }

  .glyphicon-chevron-right {
    right: 10px !important;
  }

  .prdDetailsRow {
    padding: 10px !important;
    font-size: 18px;
  }

  .price-detail {
    min-height: 600px;
  }

  .contentMobile {
    margin-top: 112px;
  }

  .datePickerDesktop {
    display: none;
  }

  .viewDesktop {
    display: none;
  }

  .datePickerMobile {
    display: block;
  }

  .price-detail__grid {
    flex-direction: column;
  }

  .price-detail {
    min-height: auto;
  }

  .how-box {
    width: 100%;
  }

  .media-project-details {
    margin-right: 0;
  }

  .main-window,
  .left-section {
    height: auto;
  }

  .home h1 {
    font-size: 23px !important;
  }

  .home-icons .col-md-3 + .col-md-3 {
    margin-top: 20px;
  }

  .main-window {
    background-size: auto 100%;
    /* margin-top: 150px; */
  }

  /* .submit-button {
        width: 100%;
        max-width: 370px;
        margin: 5px auto;
    } */
  .content-section {
    /* padding: 20px; */
  }

  .contact form {
    max-width: 100%;
  }

  .sign-up-form,
  .contact-form {
    max-width: 100%;
  }

  .total,
  .payment-form,
  .backtocart,
  .payment-button,
  .business-pack,
  .price-detail,
  .price,
  .business-pack,
  .employee-pack {
    width: 100%;
  }

  .content-section .col-sm-10,
  .content-section .col-sm-5 {
    padding: 0;
  }

  .glyphicon-ok-circle {
    margin-left: 5px;
    margin-right: 5px;
  }

  .business-pack-info {
    width: 85%;
  }

  .payment-continue {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .payment-cells3-r,
  .payment-cells3-l {
    padding-right: 5px;
  }

  .home .content-section {
    padding-left: 20px;
  }

  .payment-total1 {
    padding-left: 45px;
  }

  .payment-cells1,
  .payment-cells2 {
    padding: 5px;
  }

  .payment-heading1 {
    padding: 3px 0 3px 5px;
  }

  .sign {
    padding: 0 3px;
  }

  .popup_wrapper .popup_login {
    width: auto;
    right: 5%;
    left: 5%;
    top: 10%;
  }

  .popup_wrapper .popup_small {
    right: 0;
    left: auto;
    top: 0;
  }

  /* Useful classes */
  .h1-big-size {
    font-size: 25px !important;
  }

  /* .navbar-inverse{
        margin: 0;
    }
    .navbar-inverse .navbar-collapse{
        position: fixed;
        inset: 150px 0px 0px;
        z-index: 150000000;
        background: rgba(33, 32, 32, 0.54);
    }
    .navbar-inverse .navbar-collapse ul.navbar-nav {
        width: 50%;
        background: #353434;
        height: 100%;
        margin: 0;
        text-align: left;
    }
    .container-fluid{
        overflow: hidden;
    } */

  .content-section-admin {
    /*margin-top: 112px;*/
    min-height: calc(100vh - 172px);
  }

  .card-content {
    padding: 10px !important;
  }
}

@media screen and (max-width: 479px) {
  .media-project-details {
    padding: 5px;
  }

  .popup_wrapper .popup_login {
    width: auto;
    right: 2%;
    left: 2%;
    top: 10%;
  }

  .popup_wrapper .popup_small {
    right: 0;
    left: auto;
    top: 0;
  }
}

#terms {
  color: orange;
}

body input[type="radio"] {
  margin-top: 2px;
}

.hav-acc {
  padding-top: 35px;
  font-size: 17px !important;
}

/*View/Add*/

.accept_job .table-view-add th {
  text-align: left;
  padding-left: 20px;
}

.accept_job .table-view-add td {
  padding: 7px 20px;
}

.star {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url(../images/star.png);
}

.split-7 .accept_job .link-view-add .btn1 {
  margin-left: 10px;
  display: block;
  width: 200px;
}

.split-7 .accept_job .link-view-add .btn1:hover {
  opacity: 0.85;
  background-color: #e9e9e9;
}

.split-7 .accept_job .link-view-add .act-link:hover {
  background-color: #262827;
}

.table-view-add .btn1 {
  float: right;
  width: 285px;
  margin-top: 10px !important;
  background-color: #fcb932 !important;
}

/*EDIT CONTRACTOR DETAILS*/

.add-type-form input {
  margin-top: 10px;
}

.top-form > input:first-child {
  margin-top: 0;
}

.mid-form input[type="text"] {
  width: 130px;
  display: inline-block;
}

.mid-form select {
  display: inline-block !important;
  width: 100px !important;
  display: none;
}

.bot-form input {
  width: 90px !important;
}

.bg-image-form {
  background: url(../images/image-con.png) no-repeat 5px center;
  padding-left: 25px;
  position: relative;
}

.form-group {
  position: relative;
}

.clos {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
  color: #9a9a9a;
}

.file-link {
  display: block;
  position: absolute;
  bottom: 5px;
  right: -70px;
  z-index: 2;
  color: #9a9a9a;
}

.btn-upload {
  opacity: 0;
  height: 0;
  width: 0;
}

.split-7-contact .form-group .lab-upl-btn {
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
  background-color: #faae17;
  color: #fff;
  font-family: Rubik-Bold;
  font-size: 16px;
  margin: 7px 0 7px;
  padding: 7px 0;
  text-transform: uppercase;
  min-width: 238px;
  /*width: 60%;*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.split-7-contact .form-group .lab-upl-btn:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  font-weight: normal;
}

.mid-form select {
  background-color: #ffffff;
  background-image: url(../images/select-arrov-b-black.png);
  background-repeat: no-repeat;
  background-position: 80px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mid-form select::-ms-expand {
  display: none;
}

.mid-form.select-table select {
  background-color: transparent;
  color: #2b2c2b;
}

/* .split-7-contact .checkbox input[type="checkbox"] {
    display: none;
}

.split-7-contact .checkbox label {
    position: relative;
}

.split-7-contact .checkbox input + .labl-chec::before {
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    background: url(../images/chec.png) no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}

.split-7-contact .checkbox input:checked + .labl-chec::before {
    background: url(../images/chec.png) no-repeat bottom;
}

.split-7-contact .checkbox input:checked + .labl-chec.labl-chec--grey::before {
    background: url(../images/chec-gray.png) no-repeat bottom;
}

.split-7-contact .checkbox label {
    font-weight: normal;
    font-size: 15px;
    font-family: opensans, sans-serif;
} */

.checkbox p {
  color: #000;
  font: 14px opensans;
  font-weight: bold;
}

.split-7-contact .text-chek,
.split-7-contact .form-group .text-chek {
  margin: 5px 0 10px 0;
  /*width: 55%;*/
}

.form-group .lab-upl-btn img {
  padding-right: 3px;
  margin-top: -5px;
}

.labl-stac .labl-chec {
  display: block;
  margin: 20px 0;
}

.labl-stac p {
  margin-top: 10px;
}

.accept_job ul li {
  font-size: 14px;
  color: #000;
}

.mg-t {
  position: relative;
  top: 10px;
}

.contra-details .contact-form h3,
.contact-form h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.contra-details .contact-form .condet-right {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  display: inline-block;
}

.contra-details .contact-form .form-control[disabled] {
  background-color: #fff;
}

.contact-form .form-control {
  width: 100%;
}

.form-group input[type="radio"] {
  display: none;
}

.form-group .radio-label {
  cursor: pointer;
  position: relative;
  padding-left: 1.75rem;
  /* margin-left: 20px; */
}

.form-group .radio-label::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background: url(../images/radio.png);
  background-position: bottom;
}

.form-group input[type="radio"]:checked + .radio-label::before,
.form-group .checked.radio-label::before {
  background-position: top;
}

.form-group .radio-tt {
  font-weight: bold;
  font-size: 15px;
}

.radio-wrapp {
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .right_img {
    position: inherit;
  }

  .pad_bot .content {
    max-width: none;
  }

  .download_buttons {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .download_buttons,
  .right_img {
    display: inline-block;
    vertical-align: bottom;
  }

  .download_buttons a {
    display: block;
  }

  .download_buttons a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .app {
    margin-top: 25px;
  }

  .popup_phones .right_img {
    float: right;
  }

  .popup_phones .download_buttons {
    margin-top: 315px;
  }
}

@media screen and (min-width: 920px) {
  .rimg_lg {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .rimg_mb {
    display: none;
  }

  .download_buttons {
    padding-left: 0;
  }

  .download_buttons a {
    display: inline-block;
  }

  .download_buttons a:first-child {
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .right_img {
    width: 100%;
    text-align: center;
  }

  .app {
    text-align: center;
    padding-right: 40px;
  }

  .popup_phones .download_buttons {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.table-view-add td {
  color: #2b2c2b;
  /* font-size: 12px; */
  position: relative;
}

.table-view-add .sm-clos {
  font-size: 13px !important;
  bottom: 8px !important;
}

.table-view-add .clos {
  text-transform: lowercase;
  right: 20px;
  bottom: 4px;
  font-size: 16px;
  color: #2b2c2b;
}

.select-table select {
  color: #bdbdbd;
  /* font-size: 12px; */
  cursor: pointer;
  border: none;
  width: 100% !important;
  margin: 0 !important;
  height: 100%;
  padding: 0;
  background-position: right;
}

.accept_job tr:hover .select-table select {
  background-color: #ebebeb;
}

.table-view-add .submit-button {
  font: 16px Rubik-Medium;
  margin-top: 10px;
  width: 55.5%;
  padding: 6px 0;
  margin-bottom: 30px;
}

.select-table select:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-table select:hover {
  outline: none;
  background-color: #ebebeb;
}

.job-contact .glyphicon {
  color: #9a9a9a;
  font-size: 17px;
}

.job-contact .glyphicon:hover {
  opacity: 0.8;
}

.rad-job .radio-label {
  font-weight: normal !important;
}

/* brentp 2021 - fix for radio issue.
.job-contact .form-group .radio-label:last-child {
    margin-left: 10px;
    font-weight: normal;
    margin-bottom: 20px;
}

.job-contact .rad-job .radio-label:last-child {
    margin-left: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}
*/

/* .edit-contra-det .contact-form,
.sign-up-form, .contact-form {
    width: auto;
    max-width: 700px;
    margin-bottom: 25px;
}

.edit-contra-det .contact-form .form-group,
.sign-up-form, .contact-form .form-group {
    max-width: 370px;
} */

.job-contact {
  margin-bottom: 20px !important;
}

.job-contact .mid-form select {
  width: 60% !important;
  background-position: 97%;
  font-size: 13px;
  color: #bcbcbc;
}

.job-contact .main-mid select {
  font-size: 15px;
  width: 100px !important;
  background-position: 90%;
}

.job-contact .thiet-inp-sel select {
  background-position: 85%;
  margin-left: 5px;
  width: 55px !important;
}

.job-contact-content {
  width: 60%;
}

.thiet-inp-sel input[type="text"] {
  margin-left: 4px;
  width: 65px;
}

.add-link:hover {
  background-color: #e6e6e6;
  color: #333;
}

.add-link {
  display: inline-block;
  /*margin-left: 10px;*/
  background-color: #fbaf17;
  text-transform: uppercase;
  font: 14px Rubik-Medium;
  color: #ffffff;
  padding: 4.5px 10px;
  cursor: pointer;
}

.yellow_title {
  text-align: center;
  text-transform: uppercase;
  color: #faae17;
  font-family: Rubik-Medium;
  margin-top: 0;
}

.view-job-details .contact-form {
  width: 70%;
}

/* Left Menu */
.left-menu .container {
  padding: 0;
  width: 100%;
}

/* Form list with spans */

/* .form-group .headerspan {
    font-weight: 600 !important;
    display: block;
    margin: 10px 12px;
    font: 15px opensans;
    color: #000;
} */

/*  Home   */
.home-item-wrapper {
  max-width: 32%;
  display: inline-block;
  padding: 10px;
  /* background-color: #EFEFEE; */
}

.home-item-wrapper .btn-wrapper {
  background-color: #efefee;
  padding: 0px;
}

.home-item-wrapper img {
  width: 100%;
  max-height: 210px;
  object-fit: cover;
}

/*   Modals   */

.modal-s {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: auto;
}

.modal-body li {
  color: grey;
}

.popup .row {
  margin-top: 30px;
}

.popup .account-description.card {
  border: none;
  border-top: 1px solid #efefee;
}

.popup .account-description .card-img {
  margin-left: 80px;
  max-height: 100px;
}

.payment-type {
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  background: white;
}

.payment-type.selected {
  background: rgb(220, 220, 220);
}

.modal-s .content {
  position: relative;
  top: 35%;
  transform: translate(0, -35%);
  max-width: 450px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 auto;
}

.modal-s .content p {
  font-size: 1rem;
}

.modal-s .large {
  max-width: 50%;
}

.modal-s .extra-large {
  max-width: 85%;
}

.modal-confirm {
  background: rgba(0, 0, 0, 0.5);
}

.modal-confirm .modal-hstyle {
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  font-family: opensans, sans-serif;
  height: 50px;
  line-height: 50px;
}

.modal-header .close {
  margin-top: 0;
}

.modal-confirm .modal-hstyle span {
  color: #fff;
}

.faq .row {
  height: 100%;
  /* display: table-row; */
  display: table;
  margin-left: 0px;
  width: 100%;
}

.faq .row .no-float {
  display: table-cell;
  float: none;
  padding-bottom: 15px;
}

.faq .list {
  list-style: none;
  margin: 10px 5px;
  padding: 0;
}

.faq .list .list-item a {
  display: block;
  padding: 10px 0px;
  color: #ffffff;
  text-transform: uppercase;
  /* font: 13px Rubik-Medium; */
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}

.faq .list .list-item:hover a,
.faq .list .list-item.active a {
  color: #fbaf17;
}

.faq .subtitle {
  color: #fbaf17;
  font-size: 21px;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}

.faq .table h3 {
  padding: 10px 0px;
  text-transform: uppercase;
}

.faq .table ul li {
  font-size: 13px;
  color: #000;
  line-height: 19px;
}

.faq .table ol li {
  font-size: 13px;
  color: #000;
  line-height: 19px;
}

.faq .tab-content {
  padding: 0px 10px;
}

.faq .collapse-icon {
  font-size: 27px;
  font-weight: bold;
  color: #fbaf17;
  margin-left: 10px;
}

/**
 Buttons
*/
.btn-s {
  background-color: transparent;
  display: inline-block;
  font-family: Rubik-Bold;
  font-size: 24px;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  margin: 6px 12px 6px 0;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn-s:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-s:focus {
  outline: none;
}

.btn-s.info-page-btn1 {
  color: #2e2d2e;
  font-family: Rubik-Regular;
  font-size: 22px;
  padding: 5px 60px;
}

.btn-s.info-page-btn1:hover {
  opacity: 1;
  color: #fff;
  background: #faae17;
}

.btn-s.info-page-btn2 {
  font-family: Rubik-Regular;
  font-size: 22px;
  padding: 5px 60px;
}

.btn-s.info-page-btn2:hover {
  opacity: 1;
  background-color: #efefef !important;
  color: #2e2d2e;
}

.btn-s.party-btn1 {
  /*margin-left: 0;*/
  font: 18px Rubik-Medium;
  width: 200px;
  padding: 6px 5px;
}

.btn-s.party-btn2 {
  font: 18px Rubik-Medium;
  width: 200px;
  padding: 6px 5px;
  margin-left: 25px;
}

.btn-s.party-btn3 {
  font: 18px Rubik-Medium;
  width: 200px;
  padding: 6px 5px;
  margin-left: 25px;
}

.btn-s.party-btn3:hover,
.btn-s.party-btn2:hover,
.btn-s.party-btn1:hover {
  text-decoration: none;
}

.btn-s.business-pack-btn {
  width: 100%;
  font: 24px Rubik-Bold;
  color: #ffffff;
  margin: 0 0 5px !important;
  box-shadow: none;
  border: none;
  padding-bottom: 20px;
  padding-top: 20px;
}

.btn-s.business-pack-btn.small {
  font: 18px Rubik-Bold;
  padding: 10px !important;
}

.btn-s.business-pack-btn:hover {
  opacity: 1;
}

.btn-s[disabled="disabled"],
.btn-s[disabled] {
  background-color: darkgray !important;
}

.btn-s.sm {
  font-size: 18px;
  padding: 5px 20px;
}

.btn-s.lg {
  font-size: 24px;
  padding: 15px 35px;
}

.btn-s.v-margin {
  margin: 6px 0;
}

.btn-s.h-margin {
  margin: 0 6px;
}

.btn-s.xsm {
  font-size: 16px;
  padding: 5px 16px;
}

.btn-s.xxsm {
  font-size: 16px;
  padding: 4px 6px;
}

.btn-s.radius {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}

.btn-s.contact-form {
  width: 100%;
  max-width: initial;
  margin-bottom: 30px;
}

/* Background colors */

.sign-in-error {
  font-family: RUBIK-LIGHT;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  margin: 6px 0;
}

.sign-in-error-message {
  font-family: Rubik-Regular;
}

/* @media screen and (max-width: 992px) {
   

    .split-7 .contact-form {
        width: 100%;
    }

    .split-7 .sign-up-form {
        width: 370px;
    }
} */

@media screen and (max-width: 992px) {
  .btn-s.logout-home-btn1 {
    width: 100%;
    font-size: 30px;
  }

  .btn-s.logout-home-btn2 {
    font-size: 18px;
  }

  .home-btn2-group {
    padding: 0px 10px;
  }

  .job-contact-content,
  .job-contact-content .form-control {
    width: 100% !important;
  }

  .split-7 .contact form {
    padding-right: 0;
  }

  .split-7-contact .form-control {
    /*width: 90%;*/
  }

  .home-item-wrapper .btn-wrapper {
    padding: 0px;
  }

  .btn-s.login-home-btn {
    font-size: 14px;
    width: 100%;
  }

  .home-item-wrapper {
    max-width: 50%;
  }

  .left-section {
    min-height: 0;
    position: fixed;
    top: 0;
    z-index: 8;
    left: 0;
    right: 0;
  }

  .app {
    padding-right: 0px;
  }

  .patent {
    position: initial !important;
    padding-top: 10px;
    padding-left: 40px;
  }

  .left-menu-socials {
    bottom: -3px !important;
    left: 10px;
  }
}

@media screen and (max-width: 690px) {
  .btn-s.party-btn3 {
    margin-left: 0;
  }
}

@media screen and (max-width: 530px) {
  .price-detail__box {
    flex: 1;
    margin: 0 10px 10px 0;
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .btn-s.party-btn1,
  .btn-s.party-btn2,
  .btn-s.party-btn3 {
    margin-left: 0;
  }

  .download_buttons a {
    display: block;
  }

  .download_buttons a:first-child {
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

  .accept_job .table {
    padding: 0;
    margin: 0 -20px 20px;
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .modal-s .content {
    width: 100%;
  }

  .modal-s .large {
    max-width: 100%;
  }

  .accept_job .table {
    overflow-x: scroll;
  }
}

.add-contractor-popup {
  width: 630px;
}

.draw-image-wrapper {
  display: inline-block;
  border: 1px solid #d4d4d4;
}

.reset-password-content {
  margin-right: 20px;
  padding: 15px;
  background-color: darkgray;
}

.wrong-code {
  color: gray;
}

.ReactModalPortal {
  position: absolute;
  z-index: 9999;
}

.sk-spinner {
  display: block;
  position: absolute !important;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
  margin: 0 auto;
}

.sk-loading {
  position: relative;
  min-height: 100px;
}

.sk-loading:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contractor {
  /*margin-right: 40px;*/
}

.started__title {
  margin: 15px auto 0;
  padding: 10px 0;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff !important;
  width: 70%;
  background-color: #000000;
  text-align: center;
}

.started__subtitle {
  margin: 0 auto;
  padding: 10px;
  background-color: #ffaf00;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 21px;
  width: 90%;
  text-align: center;
}

.started__info {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 60%;
}

.started__device-title {
  display: block;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

.started__device {
  max-width: 90%;
  margin: 50px auto 30px;
  display: flex;
  justify-content: space-between;
}

.started__info > p {
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: bold;
}

.contractor .accept_job {
  padding: 0;
  /*width: 80%;*/
  max-width: 700px;
}

.table-view-add .employee-table td,
.table-view-add .employee-table td a,
.table-view-add .nah-table td,
.table-view-add .nah-table td a {
  color: #424042;
}

/* admin */
.content-section-admin {
  padding-right: 30px;
}

.section {
  padding: 1.25rem;
  border: 1px solid #e9e9e9;
}

.report-select,
.report-input {
  margin-top: 15px;
  width: 100%;
}

.card {
  margin: 30px auto;
  border: 1px solid #efefee;
}

.card-header {
  position: relative;
  padding: 15px 30px;
  color: #8e8e8e;
  background-color: #efefee;
  cursor: pointer;
}

.card-title {
  text-transform: uppercase;
}

.collapse-btn-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  cursor: pointer;
}

/* reset bootstrap panel */

.panel-group .panel {
  border-radius: 0;
  margin: 30px auto;
  border: 1px solid #efefee;
  box-shadow: none;
}

.panel-default {
  border: none;
}

.panel-heading {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-default > .panel-heading {
  color: initial;
  background-color: initial;
  border-color: initial;
}

.panel-body {
  padding: 0;
}

/* reset bootstrap panel - end */

.card-content {
  padding: 15px 30px;
}

.detail-section {
  margin-top: 10px;
}

.swms-section {
  margin-top: 30px;
}

.swms-table .table-body {
  border-left: 1px solid #d8d9d8;
  border-bottom: 1px solid #d8d9d8;
}

.swms-table .table-th-tr {
  border: 1px solid #424242;
}

.swms-table .table-tr:nth-child(2n + 1) {
  background-color: #f8f8f8;
}

.detail-title {
  margin: 20px 12px;
  font-size: 24px;
  font-weight: bolder;
}

.detail-value {
  margin: 10px 12px;
}

.td-options a {
  margin: auto 5px;
  text-decoration: underline;
  color: #424342;
}

.text-gray,
.form-group .text-gray {
  color: #646464;
}

.text-lightgrey,
.text-lightgrey a {
  color: #c0c0c0;
}

.width_5percent {
  width: 5%;
}

.width_7percent {
  width: 7%;
}

.width_8percent {
  width: 8%;
}

.width_15percent {
  width: 15%;
}

.width_10percent {
  width: 10%;
}

.width_18percent {
  width: 18%;
}

.width_20percent {
  width: 20%;
}

.width_25percent {
  width: 25%;
}

.width_30percent {
  width: 30%;
}

.width_35percent {
  width: 35%;
}

.width_40percent {
  width: 40%;
}

.width_50percent {
  width: 50%;
}

.width_60percent {
  width: 60%;
}

.width_70percent {
  width: 70%;
}

.width_75percent {
  width: 75%;
}

.width_80percent {
  width: 80%;
}

.width_90percent {
  width: 90%;
}

.staff-section {
  margin-top: 25px;
}

.whs-table,
.staff-table {
  border: 1px solid #efefef;
}

.employee-hl {
  border-bottom: 1px solid #c0c0c0;
  /*font-family: Rubik-Medium;*/
}

.material-table {
  border: solid 1px #efefef;
}

.material-table .text-right {
  text-align: right;
}

.material-table .table-tr-ft,
.material-table .table-tr-ft.table-tr:nth-child(2n + 1) {
  background-color: #898989;
}

.table-tr-total {
  color: #424342;
  background-color: #ebebeb;
}

.inspection-guide {
  margin: 20px;
}

.inspection-guide-modal {
  font-family: RUBIK-REGULAR;
  width: 90%;
}

.no-data-modal {
  width: 30%;
}

.no-data-modal .modal-header {
  background: none;
}

.inspection-guide-modal h1,
.inspection-guide-modal h2,
.inspection-guide-modal h3 {
  font-family: Rubik-Bold;
}

.inspection-guide-modal .guide-title {
  margin: 20px 12px;
  font-family: Rubik-Regular;
  font-size: 32px;
  color: #000;
}

.guide-section .headerspan,
.guide-section .detail-value,
.photo-section .headerspan,
.photo-section .detail-value {
  font-size: 18px;
}

.headerspan {
  margin: 10px 12px;
}

.guide-section .headerspan,
.photo-section .headerspan {
  padding-left: 30px;
}

.photo-section {
  margin-bottom: 30px;
}

.detail-value {
  cursor: pointer;
}

.actions-recorded-row .detail-value div {
  margin: 5px 0;
}

.large-image {
  width: 100%;
}

.player-section {
  margin: 30px auto;
  font-size: 18px;
}

.player-section .row {
  margin: 15px auto;
}

.player-section .date {
  font-weight: bolder;
}

.player-container {
  display: table;
  width: 220px;
  padding: 15px;
  background-color: #efefee;
}

.player-container.small {
  padding: 0;
  width: 90px;
}

.player-container .audio-action {
  width: 33.33%;
  height: 50px;
  float: left;
  cursor: pointer;
}

.player-container.small .audio-action {
  height: 20px;
  background-size: 50% !important;
}

.player-container .back-action,
.player-container .play-action,
.player-container .pause-action .player-container .load-action {
  width: 33.33%;
}

.player-container .back-action {
  padding: 10px;
  background: url("../images/back-2.png") no-repeat center;
}

.player-container .play-action {
  background: url("../images/play.png") no-repeat center;
}

.player-container .pause-action {
  background: url("../images/pause.png") no-repeat center;
}

.player-container .load-action {
  background: url("../images/stop.png") no-repeat center;
}

.employee-container .contact-form {
  background: none;
}

.report-option {
  cursor: pointer;
  text-decoration: underline;
}

.report-link-container {
  margin: 15px;
}

.report-link-row {
  display: table;
  margin: 20px auto;
}

.report-link-row div {
  display: table-cell;
}

.report-link-row .left-part,
.report-link-row .right-part {
  width: 200px;
}

.report-link-row button,
.report-link-row input {
  margin: 0;
  width: 100%;
  height: 35px;
  vertical-align: middle;
}

.report-link-row .left-part button {
  outline: 1px solid #faae17;
}

.report-link-row .middle-part input {
  padding: 10px;
}

.report-link-row .middle-part input,
.report-link-row .right-part button {
  border: none;
  outline: 1px solid #ccc;
}

.report-link-row .right-part button {
  font-size: 12px;
  text-transform: none;
  color: #999;
  background-color: #f3f3f3;
}

.select-account-title {
  font-size: 13px;
  font-family: Rubik-Medium;
  color: #575757;
}

.select-account-title-row {
  margin-bottom: 20px;
}

.content-section__btn,
.content-section__btn-orange {
  display: inline-block;
  background-color: #000000;
  text-transform: uppercase;
  padding: 10px 50px;
  color: #ffffff;
  font-size: 30px;
  font-family: Rubik-Bold;
  text-decoration: none;
}

.content-section__btn:hover,
.content-section__btn-orange:hover {
  text-decoration: none;
  opacity: 0.85;
  color: #ffffff;
}

.started__btn {
  margin: 0 auto 50px;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
}

.content-section__btn-orange {
  background-color: #ffaf00;
}

.change-email-modal button,
.reset-password-modal button,
.change-account-type-modal button {
  width: 45%;
}

.change-email-content,
.change-account-type-content {
  padding: 20px;
}

.master-admin-panel h3 {
  margin: 20px 0;
}

.change-email-input {
  width: 400px;
}

.change-account-type-content select {
  width: 100px;
}

.reset-password-modal .reset-password-content {
  background-color: transparent;
}

.staff-table .width_10percent.mins {
  font-size: 10px;
}

.whs-table .td-options a {
  margin: auto 0;
}

.whs-table .user-row {
  background-color: #ebebeb;
}

.whs-table .user-name {
  font-weight: 600;
  text-decoration: underline;
}

.whs-table .table-td {
  padding-left: 25px;
  padding-right: 25px;
}

.whs-table .table-tr-last {
  margin-bottom: 20px;
}

.empty-space {
  margin: auto 10px;
}

.end-of-day-title {
  margin-top: 50px;
}

/* responsive <br> */

@media screen and (max-width: 920px) {
  .br-large {
    display: none;
  }
}

/* responsive <br> --end */

/* helpers */

.no-padds {
  padding: 0;
}

/* helpers --end */

.form-groups-indented {
  padding-left: 20px;
  max-width: 362px;
}

.cart-price-btn-group {
  white-space: nowrap;
}

.business-pack-amount {
  padding-left: 46px !important;
}

/* row smaller indents */

.row.row--small-indents {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row--small-indents > div {
  padding-left: 10px;
  padding-right: 10px;
}

/* row smaller indents --end */

.typeahead-form-control {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}

.typeahead-form-control .rbt-menu {
  width: 100%;
  border-radius: 0;
}

.typeahead-wrapper {
  position: relative;
  max-width: 460px;
  padding-right: 125px;
}

.typeahead-wrapper .typeahead-wrapper__btn {
  position: absolute;
  margin: 0;
  right: 0;
  top: 0;
  line-height: 18px;
  padding: 8.5px 20px 7px;
}

@media screen and (max-width: 769px) {
  .typeahead-wrapper .typeahead-wrapper__btn {
    margin-top: 5px;
    position: initial;
  }

  .typeahead-wrapper {
    padding-right: 0;
  }
}

.report-date {
  margin-top: 5px;
}

.report-date.report-date--first {
  margin-top: 10px;
}

.report-date__title,
.report-date__main {
  display: inline-block;
}

.report-date__title {
  width: 155px;
}

.report-date__title.report-date__title--actual {
  width: 140px;
}

.swms-hazards-separator {
  border-color: #000;
}

.swms-new-hazard {
  position: relative;
}

/* Not loggedin layout styles */
#not-loggedin-layout * {
  font-family: opensans;
}

#not-loggedin-layout .carousel-chevron {
  font-family: Glyphicons Halflings;
}

#not-loggedin-layout .main-navbar {
  color: #fff;
  background-color: #ffb30e;
  border: none;
  border-radius: 0;
}

#not-loggedin-layout .navbar-nav > li {
  float: left;
}

#not-loggedin-layout .navbar-nav > li > a {
  color: #fff;
}

#not-loggedin-layout .navbar-nav > li > a.menu-special-btn {
  color: #ffb30e;
}

#not-loggedin-layout .header-section {
  background: url("../images/not-logged-in/header-bg.png") no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

#not-loggedin-layout .title-row {
  margin: 200px auto;
  text-align: center;
}

#not-loggedin-layout .title-row h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 70px auto;
  color: #fff;
}

#not-loggedin-layout .top-menu .navbar-nav {
  margin: 30px;
}

#not-loggedin-layout .top-menu .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

#not-loggedin-layout .menu-special-btn,
#not-loggedin-layout .special-btn {
  color: #ffb30e;
  background: #fff;
  border-radius: 30px;
}

#not-loggedin-layout .special-btn {
  padding: 12px 50px;
  font-size: 21px;
  font-weight: bold;
}

#not-loggedin-layout .orange-bg {
  color: #fff;
  background-color: #ffaf00;
}

#not-loggedin-layout .navbar-logo img {
  margin: auto 5px;
}

#not-loggedin-layout .section-1 {
  padding-bottom: 20px;
}

/* carousel */
#not-loggedin-layout .custom-carousel {
  position: relative;
  top: -100px;
}

#not-loggedin-layout .carousel-indicators {
  bottom: -30px;
}

#not-loggedin-layout .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #969696;
  border: none;
}

#not-loggedin-layout .carousel-indicators li.active {
  background-color: #ffaf00;
}

.custom-carousel .carousel-inner .col-xs-4 {
  padding: 0 50px;
}

.carousel {
  overflow: hidden;
}

.carousel-inner {
  width: 170%;
  left: -35%;
  max-height: 550px;
}

.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
  -webkit-transform: translate3d(33%, 0, 0);
  transform: translate3d(33%, 0, 0);
}

.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
  -webkit-transform: translate3d(-33%, 0, 0);
  transform: translate3d(-33%, 0, 0);
}

.carousel-control.left,
.carousel-control.right {
  background: transparent;
  width: 25%;
}

/*  */
#not-loggedin-layout .img-container {
  margin: auto;
  text-align: center;
}

#not-loggedin-layout .img-container img {
  width: 80%;
}

#not-loggedin-layout .section-2 .right-block {
  padding: 25px;
}

#not-loggedin-layout .section-2 .app-logo {
  margin: 20px 0;
}

#not-loggedin-layout .section-2 {
  color: #737373;
}

#not-loggedin-layout .section-p {
  margin: 10px auto;
}

#not-loggedin-layout .section-row {
  margin: 10px auto;
}

#not-loggedin-layout .button-row {
  margin: 70px auto;
}

#not-loggedin-layout .section-3 {
  padding: 100px 20px;
  text-align: center;
  background-color: #f7f7f7;
}

#not-loggedin-layout .section-3 .images-row {
  display: inline-block;
  width: 80%;
  margin: 50px auto;
}

#not-loggedin-layout .circle-item {
  display: flex;
  width: 5px;
  text-align: center;
  margin: 40px auto;
  padding: 100px;
  background-color: #fff;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

#not-loggedin-layout .circle-item-1 {
  background-image: url("../images/not-logged-in/iconmonstr-cloud-19.png");
}

#not-loggedin-layout .circle-item-2 {
  background-image: url("../images/not-logged-in/iconmonstr-share-3.png");
}

#not-loggedin-layout .circle-item-3 {
  background-image: url("../images/not-logged-in/iconmonstr-note-31.png");
}

#not-loggedin-layout .circle-item-4 {
  background-image: url("../images/not-logged-in/iconmonstr-location-26.png");
}

#not-loggedin-layout .section-4 {
  padding: 120px 50px;
  color: #737373;
}

#not-loggedin-layout .section-4 p,
#not-loggedin-layout .section-4 li {
  color: #737373;
}

#not-loggedin-layout .section-4 h2 {
  color: #ffaf00;
}

#not-loggedin-layout .section-4 ul {
  padding-left: 15px;
}

#not-loggedin-layout .section-4 li {
  margin: 15px 0px;
}

#not-loggedin-layout .section-4 .button-row {
  text-align: center;
}

#not-loggedin-layout .footer {
  padding: 40px;
  background-color: #353535;
}

#not-loggedin-layout .footer {
  min-height: 320px;
}

#not-loggedin-layout .footer-row {
  display: flex;
  margin: 30px auto;
}

#not-loggedin-layout .footer .col-left,
#not-loggedin-layout .footer .col-middle,
#not-loggedin-layout .footer .col-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

#not-loggedin-layout .footer .col-left {
  justify-content: flex-start;
}

#not-loggedin-layout .footer .col-right {
  justify-content: flex-end;
}

#not-loggedin-layout .footer-logo {
  max-width: 300px;
  width: 100%;
}

#not-loggedin-layout .footer .col-middle {
  font-size: 18px;
  color: #737373;
}

#not-loggedin-layout .soctal-btn {
  display: inline-block;
  margin: 5px;
}

/* .rt-th.-sort-asc {
    box-shadow: inset 0 3px 0 0 rgba(255,255,255,0.9) !important;
}
.rt-th.-sort-desc {
    box-shadow: inset 0 -3px 0 0 rgba(255,255,255,0.9) !important;
} */

.header-black {
  background-color: rgb(66, 66, 66);
  color: white;
  font-size: 14px;
  font-family: opensans, sans-serif;
  font-weight: bold;
}

.home-box__title {
  width: 60%;
  position: absolute;
  padding: 10px 20px;
  top: 10px;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  background-color: #000000;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  color: #ffffff !important;
  z-index: 1;
}

.home-box__grid {
  display: flex;
  flex-wrap: wrap;
}

.home-box__item {
  position: relative;
  width: 50%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.home-box__menu {
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
}

.home-box__menu-title {
  font-family: Rubik-Bold;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 1;
  background-color: #ffbc00;
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.home-box__menu-link {
  font-family: Rubik-Bold;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 1;
  background-color: #000000;
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.home-box__menu-link:hover {
  color: #ffbc00 !important;
}

.home-box__shadow {
  overflow: hidden;
  opacity: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}

.home-box__item:hover > .home-box__menu {
  overflow: visible;
  opacity: 1;
}

.home-box__item:hover > .home-box__shadow {
  overflow: hidden;
  opacity: 0;
}

.home-box__shadow-subtitle {
  width: 90%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Rubik-Bold;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 21px;
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.home-box__menu-link:hover {
  text-decoration: none;
  color: #ffffff;
}

/* media queries */
@media screen and (max-width: 1200px) {
  #not-loggedin-layout .section-2 .app-logo {
    margin: 0;
  }

  #not-loggedin-layout .button-row {
    margin: 10px auto;
  }

  #not-loggedin-layout .section-3 .images-row {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  #not-loggedin-layout .footer-row {
    display: block;
  }

  #not-loggedin-layout .footer .col-left,
  #not-loggedin-layout .footer .col-middle,
  #not-loggedin-layout .footer .col-right {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  #not-loggedin-layout .section-3 .images-row {
    width: 80%;
  }

  .home-box__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #not-loggedin-layout .navbar-nav > li {
    width: 100%;
    text-align: center;
  }

  #not-loggedin-layout .top-menu .navbar-nav > li > a {
    width: fit-content;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  #not-loggedin-layout .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }

  .custom-carousel .carousel-inner {
    width: 150%;
    left: -25%;
  }

  #not-loggedin-layout .title-row h1 {
    font-size: 36px;
  }

  #not-loggedin-layout .title-row {
    margin: 50px auto;
  }

  #not-loggedin-layout .section-3 {
    padding: 50px 20px;
  }

  #not-loggedin-layout .section-3 .images-row {
    width: 100%;
  }

  #not-loggedin-layout .custom-carousel {
    top: 0;
  }

  .content-section__btn,
  .content-section__btn-orange {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    text-align: center;
  }

  .started__btn {
    max-width: 300px;
    flex-wrap: wrap;
  }

  .started__info {
    max-width: 80%;
  }

  .started__title {
    width: 90%;
    margin-bottom: 0px !important;
  }

  /* ================== */
  .container-fluid {
    overflow: hidden;
  }

  .navbar-inverse .navbar-collapse {
    display: none;
  }

  .viewMobileCollapse {
    display: block;
  }

  .viewMobile {
    display: block;
    position: fixed;
    top: 152px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #383535bd;
    text-align: left;
    transition: width 3s;
  }

  .viewMobile .nav {
    position: relative;
    background: #353434;
    width: 50%;
    height: 100%;
    color: #fff;
    overflow: auto;
  }

  .viewMobile .nav::-webkit-scrollbar {
    width: 1px;
  }

  .viewMobile .nav h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }

  .viewMobile .nav > li > a {
    color: #9d9d9d;
  }

  .viewMobile .nav > li.active > a {
    color: #fff;
    background-color: #080808;
  }
}

@media screen and (max-width: 576px) {
  .home-box__title {
    width: 90%;
    font-size: 18px;
  }
}

/* SWMS styles */

.scrollable {
  overflow-y: scroll;
  max-height: 720px;
  scroll-behavior: auto;
}

.en-flag img,
.es-flag img {
  max-height: 30px;
  margin-left: 0px;
  margin-right: 10px;
}

.patent {
  color: rgb(246, 247, 251);
  position: absolute;
  bottom: 3px;
  left: 20px;
}

.spayment__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  padding: 50px;
  border: 7px solid #fbaf17;
  text-align: center;
}

.spayment__container {
  position: relative;
  width: 100%;
  height: 100vh;
}

.spayment__wrapper::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  top: -7px;
  left: 100px;
  background-color: #ffffff;
}

.spayment__wrapper::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 7px;
  bottom: -7px;
  right: 100px;
  background-color: #ffffff;
}

.spayment__description {
  font-size: 14px !important;
  text-align: center !important;
}

.spayment__container {
  padding-top: 40px;
  height: 100vh;
}

.spayment__wrapper {
  margin: 0 auto;
  position: relative;
  transform: none;
  left: auto;
  top: auto;
}

.cart-line-item {
  border-bottom: 1px solid red;
}

.cart-price-btn-group label.disabled {
  color: grey;
}

/* input:disabled+label {
    background-color: darkgray !important;
    color: #fff !important;
    cursor: default !important;
} */

.label-btn {
  width: 240px;
  display: inline-block !important;
}

.help-item-content {
  text-align: center;
  padding: 10px;
}

.help-item-content div {
  background-color: #efefee;
}

.help-item-content img {
  width: 65%;
  margin: 25px 0px;
  object-fit: cover;
}

.help-card .card-title {
  background-color: #333;
  color: #ffffff;
  padding: 10px;
  margin: 20px;
  font-family: Rubik-Bold;
  font-size: 18px;
}

.wuu-card {
  margin-top: 10px;
  background: none !important;
  color: white;
}

.wuu-card .panel-body {
  font-size: 12px;
  vertical-align: middle;
}

.wuu-card .thumbnail,
.wuu-card .panel-footer {
  background: none;
  border: none;
  padding: 0;
}

.help-card .help-text-block {
  position: absolute;
  bottom: -10px;
  left: 0;
  color: lightgrey;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  /* doesn't work in IE9 and older I'm affraid */
  margin: 0;
}

.high-risk-selector-cell.selected {
  border: 1px solid green;
}

.high-risk-selector-cell:hover {
  border-bottom: 1px solid red;
}

.high-risk-selector-cell {
  border: 1px solid white;
  cursor: pointer;
}

.bg-light-grey {
  background-color: #f2f2f2;
}

.bg-red {
  background-color: #fc0d1b;
  color: white;
}

.bg-orange {
  background-color: #e16c22;
}

.bg-yellow {
  background-color: #fffd39;
}

.bg-blue {
  background-color: #c7d9f0;
}

.bg-green {
  background-color: #94ce58;
}

.c-white {
  color: white;
}

.work-activities .panel-title {
  font-weight: bold;
}

.work-activities .panel-title small {
  font-weight: lighter;
}

.work-activities .panel-heading {
  border: none;
}

.left-menu-socials {
  position: absolute;
  bottom: 20px;
}

.left-menu-socials .fa {
  font-size: 20px;
  color: white;
}

.modal-hstyle-title {
  text-align: center;
}

.rt-table ul.dropdown-menu {
  position: relative;
  padding: 0;
}

.rt-table ul.dropdown-menu li {
  font-size: 10px;
}

.white-preview img {
  background-color: white;
}

/* add css for mobile menu change*/
.navbar-toggle {
  float: left !important;
  margin-left: 15px;
}

#productTabs ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#productTabs ul li {
  width: 100%;
  text-align: center;
  float: none;
  display: table-cell;
}

#productTabs ul li a {
  border-color: black;
  background-color: #ffffff;
  color: black;
  line-height: 1px;
  padding: 15px;
  margin: 0px;
  font-weight: bold;
}

#productTabs ul li.active a {
  border-bottom-color: transparent;
  background-color: #fbaf17;
  color: white;
  padding: 15px;
}

.my-tab .tab-pane {
  border: solid 1px blue;
  border-top: 0;
  background-color: #ffffff;
}

.prdSignUpRow {
  background: #fbaf17;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-left: 2px;
  font-size: large;
  line-height: 50px;
}

.prodNameTitle {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
}

.prodSubTabHead {
  background-color: #fbaf17;
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 17px;
  font-weight: bold;
}

.prdNameRow {
  background: black;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-left: 2px;
  line-height: 40px;
}

.prdDetailsOuterDiv {
  margin-left: 2px;
  padding-right: 0;
  padding-left: 0;
}

.prodDetailsDiv {
  background-color: #ffffff;
  color: black;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 230px;
}

.prodSecDiv {
  padding-left: 1px;
  padding-right: 1px;
}

.price_handle_arrow {
  padding: 5px;
  cursor: pointer;
}

.prodButtonDiv > button {
  background-color: black;
  color: white;
  padding: 5px;
}

.prodButtonDiv {
  padding-top: 10px;
  padding-bottom: 10px;
}

.zeroPadding {
  /*padding-left: 15px;*/
  /*margin-left: 2px;*/
  padding-left: 0;
  padding-right: 0;
}

.marginLeft {
  margin-left: 15px;
}

.prdIcon {
  width: 75px;
  height: 80px;
}

.productCarousel {
  width: 100%;
}

.prdDetailsRow {
  background-color: white;
  text-align: center;
  padding-bottom: 1em;
}

.carousel-control.left > span,
.carousel-control.right > span,
.carousel-control:hover > span,
.carousel-control:focus > span {
  color: white;
  font-weight: normal;
  border-color: #fbaf17;
  border-radius: 50%;
  background: #fbaf17 !important;
  width: 50px;
  height: 50px;
  font-size: 30px;
  padding-top: 8px;
}

.carousel-control {
  opacity: 1 !important;
}

.carousel-indicators li {
  visibility: hidden;
}

.reportNameTitle {
  font-size: 18px;
  font-weight: bold;
  /*padding-top: 10px;*/
}

.player-wrapper {
  position: relative;
  padding-top: 56.25%;
  /* Player ratio: 100 / (1280 / 720) */
}

.react-player {
  position: absolute;
  top: 0;
  left: 0;
}

.reportlink_area {
  height: 40px;
  border: 1px solid silver;
  border-radius: 4px;
  box-shadow: none;
  padding: 0px;
  display: flex;
}

.reportlink_input {
  height: 38px;
  margin: 0px 5px;
  border: none;
  width: 100%;
  color: #282828;
}

.reportlink_input:focus {
  outline: none !important;
}

.btnCopyLink {
  float: right;
  border: solid 1px #efefee;
  margin: 1px;
}

.btnCopyLink:focus {
  outline: none !important;
  border: 1px solid #adadad;
}

.dis_hide {
  display: none;
}

.color_red {
  color: red;
}

.swms_high_risk_item_close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: red;
}

.swms_high_risk_item {
  border: solid 1px #ccc;
  background: #fff;
}

table.selectable tr.search-table-input:hover {
  background-color: transparent;
}

.client-modal .col-12.position-relative {
  margin-bottom: 0 !important;
}

#dashboard-container iframe {
  height: 100%;
  width: 100%;
}

.employee-label .form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 1;
}

.bg-transparent:disabled,
.bg-transparent .btn:disabled {
  color: inherit;
}

.fw-semibold {
  font-weight: 600;
}

.is-invalid .invalid-feedback {
  display: block;
}
