@font-face {
    font-family:"MontserratBold";
    src: url("../fonts/montserrat/Montserrat-SemiBold.otf") 
} 


 

body{
    font-family: "Proxima Nova", "Segoe UI", "Source Sans Pro", Helvetica, Arial, sans-serif!important;
    font-weight: 300;
    color:#505458;
}




.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: top;
    width: 0;
}



.jumbotron p {
    font-size:22px;
    font-weight: 300;
}


.popover{  
  background: #335b63;
  color: white;
  font-family: "Proxima Nova", "Segoe UI", "Source Sans Pro", Helvetica, Arial, sans-serif!important;
  font-size: 18px;
} 

.popover.right>.arrow:after {
  border-right-color: #335b63;
}

.popover.left>.arrow:after {
  border-left-color: #335b63;
}

.popover.top>.arrow:after {
  border-top-color: #335b63;
}

.popover.bottom>.arrow:after {
  border-bottom-color: #335b63;
}

/*
.popover.top    { margin-top: -10px; }
.popover.right  { margin-left: 10px; }
.popover.bottom { margin-top: 10px;   }
.popover.left   { margin-left: -10px; }
*/

select.quiz{
   border: 1px solid #111;
   background: transparent;
   width: 100%;
   /*margin-left: 20px;*/
   /*margin-top: 20px;*/
   /*padding: 5px 35px 5px 5px;*/
   font-size: 26px;
   border: 1px solid #ccc;
   /*height: 2%;*/
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
} 


.modal{
  top:25%;
  outline: none;
}
/*
#quizDeletedMessageModal{
  top:25%; 
  outline: none;
}

#deleteConfirmationModal{
  top:25%; 
  outline: none;
}*/

h2{
    font-family: "MontserratBold";
    font-size: 28px;
}

.box{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #ffffff;
    background-color: #FC6B5B;
    border-color: transparent;
    /*display: block;*/
    /*float: right;*/
}



.head{
    background: white;

    font-size: 24px;
    font-style: bold;
    font-weight: bold;
    padding-left: 40px;
    line-height: 60px;
    margin-bottom: 50;
    
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
}



.ui-chart-container
{
    border: transparent;
}




a.surewash-site-link{
    /*color: #8cb8de;*/
    color: white;
}


a.surewash-site-link:hover{
    color: white;
    text-decoration: underline;
}




.progress {background: rgba(245, 245, 245, 1); border: 0px solid rgba(245, 245, 245, 1); border-radius: 4px; height: 9px;}
.progress-bar-good{background: #6cc279;}
.progress-bar-medium{background: #FFCC01;}
.progress-bar-poor{background: #FC6B5B;}



.btn-info{
    background: #427b9f;
    border: 0;
    float: right;
    margin-right: 10px;
}



.page-header, .sub-header{
    border-bottom: 0px;
      padding-bottom: 0px;
}
.card{
    background: white;
}

.panel{
    background: white;
}




.sub-header{
    font-style: bold;
    font-weight: bold;
}


.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  

}
.material-switch > .label-default{
    background-color: #5AACB5;  /* 'On' position circle colour */
}
.material-switch > label::before {
    background: rgb(0, 0, 0);  /* 'Off' position bar colour */
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background:rgb(255, 255, 255);   /* 'Off' position circle colour */
    border: 1px solid #a3a3a3;
    border-radius: 16px;
    /*background: #777;
    border: 1px solid #a3a3a3;*/
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
   background: #008998;  /* 'On' position bar colour */
   opacity: 0.4;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
    border: 0px solid #a3a3a3; 
}





/* create scrollable table w/ input form-control as <td> in 'create_surewash_app_users/' view */
.table-fixed{
  width: 100%;
  background-color: #f3f3f3;
  tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
    }
  thead,tbody,tr,td,th{
    display:block;
  }
  tbody{
    td{
      float:left;
    }
  }
  thead {
    tr{
      th{
        float:left;
       background-color: #f39c12;
       border-color:#e67e22;
      }
    }
  }
} 




/********/
.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar{
    background: rgba(0, 50, 60, 0.9);
}



@media only screen and (min-width : 768px) {

  .button-row{
    display: table;
  }

  .button-row [class*="col-"] {
    float: none;
    width: 33%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-bottom: 45px;
  }

  .button-row a.select-btn{
    position: absolute;
    bottom: 0;
    /*text-align: center;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 70%;*/
  }
}
