/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
/* The container */

.monthbg-active
{
    background-color: antiquewhite;
}

@media only screen and (min-width: 993px)
.container {
    width: 80% !important;
}

#fixhead table th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  
  /* == Just general styling, not relevant :) == */
  
  #fixhead table {
    border-collapse: collapse;
  }
  
  #fixhead th {
    background-color: #ffffff;
    color: #000;
  }
  
  #fixhead th,
  td {
    padding: 1em .5em;
  }
  
  #fixhead table tr {
    color: #000000;
  }
  
  #fixhead table tr:nth-child(odd) {
    background-color: #f2f2f2;
  }

.pad-8{
    padding: 8px;
}
.martop10{
    margin-top: 10px;
}
.tabs .tab {
   line-height: 30px !important;
    
}
.side-nav li {
    float: none;
    line-height: 20px;
}
.calandertab {
    line-height: 30px !important;
   }
   
.open-comp{
    font-weight: 300;
    background-color: #8e24aa;
    border-radius: 2px;
    min-width: 1.2rem;
    margin-left: 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 1px 4px 1px 4px;
}
.pending-comp{
    font-weight: 300;
    background-color: #f57f17;
    border-radius: 2px;
    min-width: 1.2rem;
    margin-left: 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 1px 4px 1px 4px;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
 .collapsible-header:hover{
  background-color: #EEEEEE;
 } 
 .collapsible-header.active{
  background-color: #EEEEEE;
 }  
.back {background: url(../images/bg.jpg);
	background-size: 100%;
}
.img_w {
	    width: 100%;
}
.back_al{
position: absolute;
    right: 125px;
    top: 14px;
}
.mar_bot{
	    margin-bottom: -10px;
}
.mar_zero{
      margin-bottom: 0px !important;
}

 .mar_out{   margin: 15px;
 	}

.pad_bot{
  padding-bottom: 80px !important;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all .2s;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #f6f6f6;
    color: #424242;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}
.wt5{
    width: 5%;
}
.wt10{
	width: 10%;
}
.wt15{
	width: 15%;
}
.wt20{
	width: 20%;
}
.wt25{
	width: 25%;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #d1efea;
    color: #ee6e73;
}
header, main, footer {
      padding-left: 200px;
    }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }