.mm-navbars_top {
	margin-top: -40px;
}

.mm-navbars_bottom {
	height: 100px;
}

.right-header {
	margin-right: -50px;
	margin-top: 7px;
}

@media (min-width: 992px) {
	.header a {
		display: none;
	}
}

.mm-navbar_tabs span {
	display: inline-block;
	margin-left: 8px;
}
@media (max-width: 450px) {
	.mm-navbar_tabs span {
		display: none;
	}
}

.alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;  
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    text-align: center;
}

.ccButton
{
	background-color: #0079c0e0; /* McKenney's Blue */
	border-radius: 8px;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	min-width:30px;
}
.ccButton:hover {background-color: #0079c0}



.ccButton:active {
background-color: #0079c0;
box-shadow: 0 5px #666;
transform: translateY(4px);
}

.btnPadding
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.headerWithLinks {
    background: #777;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 50px;
}

#lbl_mainHeader {
	margin-bottom: 10px;
}

label {
	font-size: medium;
}

.container label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

#cover {
	height: 200px;
	overflow: hidden;
  /*top: 0;
  position:fixed;
  width:640px;
  background:red;
  height:600px;
  z-index:10;*/
}

.toolInvDDL {
	display: inline-block;
	width: 350px;
}

#toolInvChecks {
	text-align: left;
	margin-left: 15%;
}
	
	#scannerInfoTextMobile {
		display: none;
	}
	
	#scannerHelpTextMobile {
		display: none;
	}
	
#countdown_Div {
	background-image: url("https://images.mckenneys.com/Tableau/CrewConnect/PTOCountdownClock/PTOCountDownClockTablet.png");
	height: 195px !important;
	background-color: #E9EDF5;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/*#header td {
	min-width:125px;
}*/

#td_ToolTableHeader {
	width: 25px !important;
	max-width: 25px !important;
	min-width: 25px !important;
}

.defaultSearch {
	visibility: visible;
}

.altSearch {
	visibility: collapse;
}

@media (max-width:1024px) {
	.toolInvDDL {
		display: block;
		width: 100%;
	}
	
	#toolInvChecks {
		text-align: left;
		margin-left: 5px;
	}
	
	.btnRow {
		width: 100%;
	}
	
	.btnRow div {
		display: inline-block;
	}
	
	.btnRow div button {
		width: 100% !important;
	}
	
	.btnPadding {
		width:40%;
	}
	
	.restore {
		width: 100%;
	}
	
	#scannerInfoTextMobile {
		display: block;
	}
	
	#scannerHelpTextMobile {
		display: block;
	}
	
	#scannerInfoText{
		display: none;
	}
	
	#scannerHelpText {
		display: none;
	}
	
	#btn_SyncHours {
		display:none;
	}
	
	#countdown_Div {
		background-image: url("https://images.mckenneys.com/Tableau/CrewConnect/PTOCountdownClock/PTOCountDownClockTablet.png");
		height: 195px !important;
		background-color: #E9EDF5;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}


@media (max-width:415px) {
	.toolInvDDL {
		display: block;
		width: 100%;
	}
	
	#toolInvChecks {
		text-align: left;
		margin-left: 5px;
	}
	
	.btnRow {
		width: 100%;
	}
	
	.btnRow div {
		display: inline-block;
	}
	
	.btnRow div button {
		padding-left: 0;
		padding-right: 0;
	}
	
	.btnPadding {
		width:50%;
	}
	
	.restore {
		width: 100%;
	}
	
	#scanner {
		display: none;
	}
	
	#redarrow {
		display: none;
	}
	
	#scannerInfoTextMobile {
		display: block;
	}
	
	#scannerHelpTextMobile {
		display: block;
	}
	
	#scannerInfoText{
		display: none;
	}
	
	#scannerHelpText {
		display: none;
	}
	
	#btn_SyncHours {
		display: none;
	}
	
	#countdown_Div {
		background-image: url("https://images.mckenneys.com/Tableau/CrewConnect/PTOCountdownClock/PTOCountdownClockMobile.png");
		height: 254px !important;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
}
