/*------------------------------------------------------------------

[Custom Stylesheet]


Last change:	03/25/2013
Assigned to:	You

-------------------------------------------------------------------*/
/* Classroom Signup Styles */

div#mixContainer {
    display: table;   
}

a.mix, div.mix {
    display: block;
    float: left;
    /*display: table-row;*/ 
    
    padding: 10px;
    margin: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    
    background-color:rgba(240,240,240,1.00); 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.75);
}

a.mix:hover, div.mix:hover {
    cursor:pointer;   
}

a.mix.disabled, div.mix.disabled {
    background-color:rgba(175,175,175,.6) !important; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

.modDiv {
    margin-bottom:20px;   
}
.modDiv h5, .modDiv h6 {
    padding-bottom:4px;
    border-bottom: 1px solid #333;
    margin-bottom: 8px;   
}

.modDiv.disclaimer {
    font-size: 12px;
    margin-top:10px;   
}

.fouc { display: none; }

.sigSection {
    display: inline-block;
    padding: 15px 20px;
    margin: 0 5px 1em;
    vertical-align: top;
    text-decoration: none;
    background: #F3F3F3;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
}

.sigCount {
    float: right;
    padding: 20px 25px ;
    margin-left: 20px;
    background: rgba(215,215,215,1.00);
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 32px;   
}

.sigh4 {
    margin-bottom:10px;   
}

.sigh4  span {
   font-size: 14px; 
   float: right; 
}

.currEmployeeInfo {
    margin:10px 0 20px;   
}

#sign-inSheetCont {
    width: 800px;
    margin: 0 auto;
}


DIV.employDateBox {
    float: left;
    display: inline-block;
    min-width: 45px;
    max-width: 90px; 
    margin-right:5px;  
}

.modal-warning {
    float: left; 
    color: rgba(209,25,25,1); 
    font-weight: bold;
    width:325px;
    text-align: left;
    line-height: 14px;
}

#modalFlashBox {
    display:none;   
}

.formAlert {
    /*-webkit-box-shadow: 200px 300px 25px 0 rgba(240,0,0,.8);
    box-shadow: 200px 300px 25px 0 rgba(240,0,0,.8); */
    -moz-box-shadow: 0 0 5px 1px rgba(209,25,25,1);
    -webkit-box-shadow: 0 0 5px 1px rgba(209,25,25,1);
    box-shadow: 0 0 5px 1px rgba(209,25,25,1); 
}



.wizard-steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.wizard-steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.wizard-steps li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.wizard-steps li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #CED1D6;
  position: relative;
  top: 21px;
  z-index: 1;
}
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard-steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard-steps li.active:before,
.wizard-steps li.complete:before,
.wizard-steps li.active .step,
.wizard-steps li.complete .step {
  border-color: #5293c4;
}
.wizard-steps li.complete .step {
  cursor: default;
  color: #FFF;
  -webkit-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}
.wizard-steps li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #FFF;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}
.wizard-steps li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}
.wizard-steps li.complete:hover:before {
  border-color: #80afd4;
}
.wizard-steps li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #2b3d53;
}
.step-content {
  position: relative;
}
.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}
.step-content .active {
  display: block;
}
.wizard-actions {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .wizard-steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-width: 3px;
  }
  .wizard-steps li:before,
  .wizard-steps li:after {
    border-width: 3px;
  }
  .wizard-steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }
  .wizard-steps li:before {
    top: 16px;
  }
  .step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
  }
}

a.signin, a.signin:visited {
	color: #FFF;
	text-decoration: none;
}

a.signin:hover {
	color: #666;
	text-decoration: none;
}

a.signedin, a.signedin:visited {
	color: #666;
	text-decoration: none;
}

a.signedin:hover {
	color: #ccc;
	text-decoration: none;
}
