
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 300px) and (max-device-width: 700px) {
/* Styles */
	
body {
	background: #fff;
}

	.servicename {
		text-align: left;
    width: 85%;
    z-index: 999;
    position: absolute;
    height: 57px;
	}
	
.logo {
	margin: 0px !important;
	padding-top: 20px !important;
}
	.padding-20 { 
	padding: 0px !important;}
#rootwizard {
	width: 375px !important;
	padding: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}
.nav {
	display: none !important;
}
.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
	overflow: visible !important;
}
.employee {
	border: 1px solid #ccc;
    height: 109px !important;
    font-size: 22px !important;
    min-height: 60px !important;
    margin-bottom: 10px;
}
h2 {
	font-size: 16px !important;
}
.textblock-1 {
	margin-bottom: 20px;
}
.textblock-2 {
    margin-bottom: 20px;
}
.textblock-3 {
	margin-bottom: 20px;
	
}
#time-employee { 
	border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;}
.time-employee-work {
padding: 10px;
    border: 1px solid #ececec;
    cursor: pointer;
    width: 45%;
    margin-right: 2.5%;
    float: left;
    margin-left: 2.5%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.datepicker {
	width: 230px;
	margin: 0 auto;
}
#datepicker-embeded {
	border: 1px solid #ccc !important; 
	margin-bottom: 20px;
}
.tab-1 {
	height: 100% !important;
	overflow-y: visible !important;
}
.tab-content {
	margin-top: 0px !important;
	border: 0px !important;
	height: 100%;
}

	.nopadding-mobile { padding: 0px;}
	.nomargin-mobile { margin: 0px;}

	.employeebox { width: 100% !important; margin: 0px !important}
	
	
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
	
		
body {
	background: #fff;
}
.logo {
	margin: 0px;
	padding-top: 20px;
}
#rootwizard {
	width: 768px !important;
	padding: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}
.nav {
	display: none;
}
.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
	overflow: visible;
}
.employee {
	border-bottom: 1px solid #ccc;
	width: 100%;
    height: 109px !important;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	min-height: 60px !important;
}
h2 {
	font-size: 16px;
}
.textblock-1 {
	margin-bottom: 20px;
}
.textblock-2 {
	
}
.textblock-3 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.time-employee-work {
	padding: 10px;
	border: 1px solid #ececec;
	cursor: pointer;
	width: 45%;
	margin-right: 5%;
	float: left;
}
.datepicker {
	width: 230px;
	margin: 0 auto;
}
#datepicker-embeded {
	border: 1px solid #ccc !important; 
	margin-bottom: 20px;
}
.tab-1 {
	height: 100% !important;
	overflow-y: visible !important;
}
.tab-content {
	margin-top: 0px !important;
	border: 0px !important;
	height: 100%;
}
	.employeebox { width: 100% !important; margin: 0px !important}


	
}

/*iPad 3*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */

		
body {
	background: #fff;
}
.logo {
	margin: 0px;
	padding-top: 20px;
}
#rootwizard {
	width: 768px !important;
	padding: 0px !important;
	border: 0px !important;
	margin: 0px !important;
}
.nav {
	display: none;
}
.table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr td *:not(.dropdown-default) {
	overflow: visible;
}
.employee {
	border-bottom: 1px solid #ccc;
	width: 100%;
    height: 109px !important;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	min-height: 60px !important;
}
h2 {
	font-size: 16px;
}
.textblock-1 {
	margin-bottom: 20px;
}
.textblock-2 {
	
}
.textblock-3 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.time-employee-work {
	padding: 10px;
	border: 1px solid #ececec;
	cursor: pointer;
	width: 45%;
	margin-right: 5%;
	float: left;
}
.datepicker {
	width: 230px;
	margin: 0 auto;
}
#datepicker-embeded {
	border: 1px solid #ccc !important; 
	margin-bottom: 20px;
}
.tab-1 {
	height: 100% !important;
	overflow-y: visible !important;
}
.tab-content {
	margin-top: 0px !important;
	border: 0px !important;
	height: 100%;
}

	.employeebox { width: 100% !important; margin: 0px !important}

}
