/* testing */
    
.btn.busy{

  background-color: grey !important

}


* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/* Style the header */
.header {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding-left: 10px;
}

/* #btnTotals{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
 */

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-right: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-right: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.container-fluid {
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto; 
}

.mycard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #b9a9a994;
  color: #333;
  /* background-color: #343a40; */
  /* color: #fff; */
  background-clip: border-box;
  border-top-left-radius:6px !important;
  border-top-right-radius:6px !important;
  border:1px solid black;
  height:110px;
}

.mycard > hr {
  margin-right: 0;
  margin-left: 0;
}

.mycard > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.mycard > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-table {
  background-color: #ffffff;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;  
  padding: 0.1rem 1.5rem;
  margin-bottom: 0;
  background-color: black;
  color:white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.mycontainer { 
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;  
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  margin-right: auto;
  margin-left: auto; }
 

 .form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.highlight td {
  border-color: blue;
}

.centered-cell {
	vertical-align : middle;
	text-align:center;
}

tr.noBorder td {
  border-style:hidden;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scrolling-wrapper.card {
  display: inline-block;
}

.tyronelable{
	background-color:black;color:white;
}

.brand_logo_container {
	position: absolute;
	height: 170px;
	width: 170px;
	top: 10px;
	background: black;
	padding: 10px;
	text-align: center;
}
.brand_logo {
	height: 150px;
	width: 150px;
	border: 2px solid black;
}

.internal_brand_logo {
	height:70px;
	width:70px;
	border: 2px solid black;
}

.logout {
	float:right;
	padding-top:25px;
}

.my-form-inline {
    display: flex;
    align-items: center;
}

.radius_border {
	border-top-left-radius:6px !important;
	border-top-right-radius:6px !important;
}

.header_text{
	text-align:center;
	border: 1px solid black;
}

.col_border{
	border: 1px solid black;
}

.full_radius {
	border-radius:6px !important;
}

.half_radius {
	border-radius:0px !important;
	border-left:0px !important;
	border-top-right-radius:6px !important;
	border-bottom-right-radius:6px !important; 
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.searchButton {
 	width: 40px;
    height: 34px;
    border: 1px solid #ccc;
    border-right:0px !important;
    text-align: center;
    color: #131111;
    cursor: pointer;
    font-size: 20px;
    background-color:transparent;  
	border-top-left-radius:6px !important;
	border-bottom-left-radius:6px !important;     
}

button:focus {outline:0;}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}

.form-control:focus{
	border-color:#ccc;
	outline:0
}

.image_radius{
	border-radius: 0.6rem !important
}

/* .div_half_radius {
	border-bottom-left-radius:6px !important;
	border-bottom-right-radius:6px !important; 
} */

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0px !important;
    border-bottom: 0 !important;
    border-left: 0 solid transparent !important;
}

.searchInput {
  box-sizing: border-box;
  background-image: url('/img/searchicon.png');
  background-position: 14px 6px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.searchInput:focus {outline: 3px solid #ddd;}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: black !important;
    color: white !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .9 !important;
}

.jobNoItem,
.workCodeItem,
.supplier,
.editSupplier,
.addSupplier {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.modal-footer {
    padding: 17px !important;
    text-align: right;
    border-top: 1px solid white !important;
}

.inlineSearchInput {
    box-sizing: border-box;
    background-image: url(/img/searchicon.png);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 22px;
    border: none;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.tableheader{
	background-color: #ccc !important;
}

.notBoldHeader{
	font-weight: normal;
}

.scrollablePopup .modal-body{
  max-height: 500px;
  overflow-y: scroll;	
}

.editStaffBtn{
	width:30px;
	background-color: yellow;
	height:30px	
}

.rowStaffwork{
	width:100%;
}

.btnEditJob{
	width:100%;
}

.btnViewJob{
	width:100%;
}

.reviewStaffwork{
	width:100%;
}

.reviewTimesheet{
	width:100%;
}

.showWorkTypes{
	width:100%;
}

.btnAddJob{
	text-align: center;
	width:10%;
}

.voCol{
	text-align: center;width:60px;background-color:#c1f0f0;
}

.modal {
  background-color: #00000069;
}

.plusicon{
	width:30px;
	background-color: green;
	height:30px;
}

.titleSize{
	font-size: 17px;
}

.cellWithNote {
	text-align: center;
	width:60px;
  color:#87a6f5;
  background-image: url(http://tyronets.accede.com.au/img/attach.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  }

.cellWithoutNote {
	text-align: center;
	width:60px;
	color:black;
}

.tableFixedHead thead tr th {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 75px;
  /* background-color: #343a40; */
  /* color: #fff; */
  background-color: rgb(211 202 202);
  color: #333;
  /* border: 1px #333 solid; */
  z-index: 5;
  width: 100px;
}

/* .col1 {
  position: absolute;
  left: 0;
  width: 5%;
} */

/* .col2 {
  position: absolute;
  left: 5%;
  width: 15%;
} */

table{
  table-layout: fixed;
}

tr{
  background-color: white;
}

.fixJNumb {
  position: sticky;
  left: 5px;
  z-index: 7 !important;
  background-color: inherit;
  margin-left: 0px;
}

.fixWCode {
  position: sticky;
  left: 70px;
  z-index: 7 !important;
  background-color: inherit;
}

.disabled {
  opacity: 0.9 !important;
}
    
    @media screen and (min-width: 790px) {
      
      .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
    
      }
      .form-group{
        margin-bottom: 0rem;
      }
      
    }

    @media screen and (max-width: 780px) {
      body {
        font-size: 1.5rem;
       
      
        overflow-x:hidden;
        
        

        
      }

    

      #empLogo{
        display: none !important;
      }

      #everythingfrom{
        
        margin-top: 4.0em !important;
      }
      
      #topDropDown{
        width: 80%;
      }

      .fixJNumb {
        position: sticky;
        left: 2px !important;
        z-index: 7 !important;
        background-color: inherit;
        size: ;
        
      }
      
      .fixWCode {
        position: sticky;
        left: 60px !important;
        z-index: 7 !important;
        background-color: inherit;
      }

      .mycard{
        display: flex;
        align-items: baseline;
        height: 205px;
      }
      .row{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        margin-left: 0;
        
      }

      #tableHead .row{
        display: initial !important;
        flex-wrap: initial;
        border-collapse: separate;
      }
      
      .form-group{
        margin-bottom: 0rem;
      }

      .header_text {
        position: sticky !important;
        background-color:rgb(211 202 202);
      }

      .table{
        padding: 10px !important;
        position: sticky;
        top: 0px;
        z-index: 10;
      }
/* 
      .tableFixedHead thead tr th {
        position: -webkit-sticky; 
        position: sticky;
        top: 25px;
      
        background-color: rgb(211 202 202);
        color: #333;
     
        z-index: 5;
        width: 100px;
      } */
      
      .modal-body .row  {
        display: grid !important;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        margin-left: 0;
        

        

      }

      #divEditable .column{
        width:100% !important;
        padding-top:5px;
        padding-right: 20px;

      }
      #divLVo{
        text-align: left !important;
      }
      .modal-footer{
        padding:10px 60px 20px 40px !important;
      }
      
      #homePage
      {
        max-width: 100%;
        min-width: 100%;
      }
      #addStaff{
       display: flex; 
       justify-content: center;
       margin-top: 10px;
       width: 100%;
      
      }
      .card-body{
        flex-direction: column;
        padding: 1.55rem;
        display: block;
        position: absolute;
        padding-left: 0px;
      }
     
      #txtPosted
      {
        padding-left: 0 !important;
        
      }

      #employeeLink{
        LINE-HEIGHT: 0.8em;
        white-space: pre-line;
      }

      #homeBtns{
        display: flex;
       
        flex-direction: row;
        flex-wrap: wrap;
        align-items: auto;
        justify-content: space-evenly ; 
        
      }
      #lastWeekBtn  {
        align-self: auto;
      
      }
    
      #lastWeekBtn span {
       
        display: none;
        text-emphasis: none;
        
      }

     .card-header{
      position: relative;
       /* width: 100%; */
       width: auto;
      
     }

     .col_border  {
      text-align: left !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
     
    }
    @media screen and (max-width: 420px) {
      body {
        font-size: 1.5rem;
      
      }
      

      .card-header{
        /* position: relative; */
         /* width: 100%; */
         width: auto;
        
       }
     
    }

 



    