/*
	Delv-in Styles
*/

@font-face {
	font-family: GillSans-Light;
	src: url(GillSans-Light.woff);
}
@font-face {
	font-family: GillSans-LightItalic;
	src: url(GillSans-LightItalic.woff);
}
@font-face {
	font-family: GillSans;
	src: url(GillSans.woff);
}
@font-face {
	font-family: GillSans-Italic;
	src: url(GillSans-Italic.woff);
}
@font-face{
	font-family: GillSans-SemiBold;
	src: url(GillSans-SemiBold.woff);
}
@font-face{
	font-family: GillSans-SemiBoldItalic;
	src: url(GillSans-SemiBoldItalic.woff);
}
@font-face {
	font-family: GillSans-Bold;
	src: url(GillSans-Bold.woff);
}
@font-face {
	font-family: GillSans-BoldItalic;
	src: url(GillSans-BoldItalic.woff);
}


html, body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#444;
	height: 100%;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: -moz-repeating-linear-gradient(-80deg,rgb(256, 256, 256), rgb(235, 235, 235)10%, rgb(256, 256, 256)30%); /* For Firefox 3.6 to 15 */
	background: repeating-linear-gradient(-80deg,rgb(256, 256, 256), rgb(235, 235, 235)10%, rgb(256, 256, 256)30%); /* Standard syntax (must be last) */
	color: #3D368B;
	font-weight: bold;
	z-index: 10;
	-webkit-transition: height 2s;
	transition: height 2s;
}
	.logo_box {
    	flex: 25%;
    	display: flex;
    	align-items: center;
    	background-repeat: no-repeat;
    	background-size: contain;

	}
    
    .header_logo {
        background-position: left;
        width:  100%;
        height:  70px;
    }

    .delvin_logo{ 
        background-image: url('views/images/0/delvin_logo.png');
        background-position: right;
        margin-bottom: 20px;
        width:  100%;
        height:  70px;
    }

.sticky {
    position: fixed;
    top: 0px;
    height: 90px;
}

/*    .header_logo img{
    	max-width: 65%;
    	max-height: 65%;
    }*/

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	color: #fff;
	background-color:#3D368B;
	height: 26px;
	margin: 12px 0 0 0;
	padding: 4px 20px;
	z-index: 200;
}
	.footer a:link{
		color:#fff;
	}
	.footer a:visited{
		color:#fff;
	}
	.footer a:hover{
		color: #7AC37B;
	}



* {
	box-sizing: border-box;
}

.full_height{
	position: absolute;
	top: 0;
	bottom: 0;
}

.login_lang{
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 16px;
	text-align: right;
	z-index: 100;
}

.lang_opts { /* a tag for languages in private_header */
	position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 25%;
}
	.lang_opts a:link {
		color: #3D368B;
	}
	.lang_opts a: hover{
		color: #7ec57c;
	}

.creds {
	position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 75%;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    font-weight: 100;
}

.nav { }
	.punchClock { color: #7e1b1b; }
	.schedule { color:#7e341b; }
	.extraTime { color:#7e4d1b; }
	.openTime { color:#7e651b; }
	.production { color:#7e7e1b; }
	.awayRequest { color: #657e1b; }
	.directory { color: #4d7e1b; }
	.dashboard { color:#347e1b; }
	.home { color: #1b7e1b; }

	.myAccount { color: #1b7e34; }
	.myWorkHx { color: #1b7e4d; }
	.myTimeAwayHx { color: #1b7e65; }

	.staffAway { color: #1b7e34; }
	.timeAwayHx { color: #1b7e4d; }
	.workHx { color: #1b7e65; }
	.payrollHours { color: #1b7e7e; }
	.reports { color: #1b657e; }
	.personnel { color: #1b4d7e; }
	.practices { color: #1b347e; }
	.emplStandards { color: #1b1b7e; }
	.emailLog { color: #341b7e; }
	.quick_start { color: #341b7e; }
	.admin_quide { color: #4d1b7e; }


input[type=text], input[type=password] {
    background-color: #e7efe6;
    border: solid 1px #b2c5aa;
    color: #3D368B;
	width: auto;
	font-size: 12px;
    font-family: Verdana, sans-serif;
}
select, textarea {
    background-color: #e7efe6;
    border: solid 1px #b2c5aa;
    color: #3D368B;
	width: auto;
	font-size: 12px;
    font-family: Verdana, sans-serif;
}

h1 {
	font-family: GillSans-SemiBold;
	font-size:24px;
	color: #3D368B;
	margin: 0 0 8px 0;
	font-weight: 100;
}

h2 {
	font-family: GillSans-SemiBold;
	font-size:18px;
	color: #3D368B;
	margin: 0 0 2px 0;
	font-weight: 100;
}
h3 {
	font-family: GillSans-SemiBold;
	font-size:16px;
	margin: 0;
	font-weight: 100;
	color: #3D368B;
}

input [type=button]{
	color: #fff;
	padding: 1px 3px;
}

br {
	margin: 3px 0;
}

a .btn {
	color: #fff;
	padding: 1px 3px;
}

li {
	margin: 2px 0;
}

.right { text-align: right; }
.centre { text-align: center; }
.left { text-align: left; }
.ft_rt { float: right; }
.ft_lt { float: left; }
.top_line{ border-top: solid 1px #3D368B; margin-top: 10px; }
.pad_8_trbl{ padding: 8px;}
.pad_4_t { padding-top: 4px; }
.pad_4_r { padding-right: 4px; }
.pad_4_b { padding-bottom: 4px; }
.pad_4_l { padding-left: 4px; }
.pad_12_t {padding-top: 12px; }
.pad_12_r { padding-right: 12px;}
.pad_12_b { padding-bottom: 12px; }
.pad_12_l { padding-left: 12px; }
.pad_20_t { padding-top: 20px; }
.pad_20_r { padding-right: 20px;}
.pad_20_b { padding-bottom: 20px; }
.pad_20_l { padding-left: 20px;}
.mar_4_t { margin-top: 4px }
.mar_4_r { margin-right: 4px; }
.mar_4_b { margin-bottom: 4px; }
.mar_4_l { margin-left: 4px; }
.mar_12_t { margin-top: 12px; }
.mar_12_r { margin-right: 12px; }
.mar_12_b { margin-bottom: 12px; }
.mar_12_l { margin-left: 12px; }
.mar_20_t { margin-top: 20px; }
.mar_20_r { margin-right: 20px; }
.mar_20_b { margin-bottom: 20px; }
.mar_20_l { margin-left: 20px; }
.margin_10_b { margin-bottom: 10px;}
.margin_40_b { margin-bottom: 40px;}

.grpLegend { /* contains 1 colour box and the text */
	position: relative;
	float:  left;
}
.grpLegendColourBox {
	float: left; 
	margin: 2px 1px 0 0;
	width: 12px;
	height: 12px; 
}

.w30px {
	width:  30px;
}
.w45px{
	width:  45px;
}
.w60px {
	width:  60px;
}
.wAuto {
	width:  auto;
}

.edit_form_group .w10{
	width: 10%;
}

.edit_form_group .w30{
	width: 28%;
}
.edit_form_group .w50{
	width: 48%;
}
.edit_form_group .w70{
	width: 68%;
}
.edit_form_group .w100{
	width: 97%;
}
.edit_form_group .h60{
	max-height: 60px;
}

.edit_form_group .ph3 { /* phone number 3 digits */
	width: 3em;
}
.edit_form_group .ph4 { /* phone number 4 digits */
	width: 4em;
}
.edit_form_group input[type=password]{
	font-size: 12px;
}
.r_txt {
	color: #b32d00;
}
.g_txt {
	color: #690;
}
.b_txt {
	color: #0052cc;
}
.p_txt {
	color: #3D368B;
}

.important {
	font-weight: bold;
	color: #900;
}

.subTitle {
	font-size:13px;
}
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }

.comment {
	font-size: 10px;
	line-height: 11px;
}
.err {
	color: #a00;
}
.strong {
	font-weight: bold;
}


/* fixed column widths */
.col10 { width: 10%; position: relative; float: left; box-sizing: border-box; }
.col15 { width: 15%; position: relative; float: left; box-sizing: border-box; }
.col20 { width: 20%; position: relative; float: left; box-sizing: border-box; }
.col25 { width: 25%; position: relative; float: left; box-sizing: border-box; }
.col30 { width: 30%; position: relative; float: left; box-sizing: border-box; }
.col40 { width: 40%; position: relative; float: left; box-sizing: border-box; }
.col50 { width: 50%; position: relative; float: left; box-sizing: border-box; }
.col60 { width: 60%; position: relative; float: left; box-sizing: border-box; }
.col70 { width: 70%; position: relative; float: left; }
.col75 { width: 75%; position: relative; float: left; }
.col80 { width: 80%; position: relative; float: left; }
.col85 { width: 85%; position: relative; float: left; }
.col90 { width: 90%; position: relative; float: left; }
.colAuto {width: auto; position:relative; }


.col-1 {width: 8.33%; float: left; position: relative; }
.col-2 {width: 16.66%; float: left; position: relative; box-sizing: border-box;}
.col-3 {width: 25%; float: left; position: relative; box-sizing: border-box;}
.col-4 {width: 33.33%; float: left; position: relative; box-sizing: border-box;}
.col-5 {width: 41.66%; float: left; position: relative; box-sizing: border-box;}
.col-6 {width: 50%; float: left;  position: relative; box-sizing: border-box;}
.col-7 {width: 58.33%; float: left; position: relative; box-sizing: border-box;}
.col-8 {width: 66.66%; float: left; position: relative; box-sizing: border-box;}
.col-9 {width: 75%; float: left; position: relative; box-sizing: border-box;}
.col-10 {width: 83.33%; float: left; position: relative; box-sizing: border-box;}
.col-11 {width: 91.66%; float: left; position: relative; box-sizing: border-box;}
.col-12 {width: 100%; position: relative; float: left; z-index: 1; }
.col-auto {width: auto; position: relative; }

a:link {
	color:#3D368B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #aaa;
}
a:active {
	text-decoration: none;
	color: #3D368B;
}

.data_table {
	width: 100%;
	min-width: 100%;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
	.data_table tr {
		position: sticky;
		top: 84px;
	}

	.data_table th{
		background-color: #3D368B;
		color: #fff;
		padding: 4px;
	}
	.data_table td{
		border-bottom: solid 1px #3D368B;
		padding: 4px;
		border-collapse: collapse;
	}

	.rt_bdr_dash{
		border-right: dashed 1px #bbb;
	}

	.data_table .highlight{
		background-color: #e1f2e1;
	}
	.data_table .normal{
		background: none;
	}

	.data_table .ltGrnBkg {
		background-color: #cde0cc;
	}

	.data_table .right{
		text-align: right;
		padding-right: 1%;
	}

	.data_table .total {
		font-weight: bold;
		padding-right: 1%;
		background-color: #eee;
		text-align: right;
	}

	.data_table .total_alt{
		font-weight: bold;
		padding-right: 1%;
		background-color:#e1f2e1;
		text-align: right;
	}
	
	.data_table .botRow{
		border-top: solid 2px  #3D368B;
		background-color: #eee;
		font-weight: bold;
	}

.Sticky_Table_Header {
    background: #3D368B;
    color: #fff;
    position: sticky;
    top: 80;
}


.filter_box {
	background: linear-gradient(rgb(255,255,255), rgb(224, 231, 223));
	border: solid 1px #3D368B;
	margin: 0 ;
	padding: 4px;
	color: #3D368B;
	margin: 4px 0;
}
	.filter_box input [type=text]{
		font-size: 12px
	}

	.filter_box select {
		font-size: 12px;
	}


.action_needed {
	font-weight: bold;
	color: #b00;
	text-align: center;
}


	.highlight{
		background-color: #e1f2e1;
		z-index: 1;
	}
	.normal{
		background-color: #fff;
		z-index: 1;
	}

	.hide {
		color: #aaa;
		background-image: repeating-linear-gradient(45deg, #ddd, #ddd 4px, #fff 4px, #fff 8px);
	}
	.unhide {
		color: #000;
	}

.grpColour {
   position: relative;
   width: 12px;
   height: 12px;
   border: none;
}

.pop_up_info { 
	position: absolute;
	top: 100px;
	left: 30%;
	width: 40%;
	min-width: 500px;
	background-color: rgb(250, 250, 250);
	background-image: linear-gradient(rgb(245, 245, 245), rgb(255, 255, 255));
	border: solid 2px #3D368B;
	box-shadow: 2px 2px 2px #333;
	padding: 10px;
	z-index: 200;
	cursor: move;
}


/* =================== CHECKMARK STYLE CLASSES  ============== */
	.checkmark_label{
	  display: block;
	  position: relative;
	  text-align: left;
	  padding-left: 25px;
	  margin-bottom: 4px;
	  cursor: pointer;
	  font-size: 12px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	.checkmark_label input{ /* hide the default checkbox */
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}
	.checkmark{
		position: absolute;
		top: 0;
		left: 0;
		width: 18px;
		height: 18px;
		border: solid 2px #3D368B;
		background-color: #eee;
	}
	.checkmark_label:hover input ~ .checkmark {
		background-color: #cde0cc;
		box-shadow: 1px -1px 2px #888;
	}
	.checkmark_label input:checked ~ .checkmark{
		background-color: #3D368B;
		box-shadow: 1px -1px 2px #888;
	}
	.checkmark:after { /* not checked */
		content: "";
		position: absolute;
		display: none;
	}
	.checkmark_label input:checked ~ .checkmark:after{
		display: block;
	}
	.checkmark_label .checkmark:after {
		left: 4px;
		top: 0px;
		width: 4px;
		height: 12px;
		border: solid #cde0cc;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		transform: rotate(40deg);
	}
	.static_checkbox0 { /* for non-editable display */
		position: absolute;
		top: 9px;
		left: 9px;
		width: 18px;
		height: 18px;
		border: solid 2px #3D368B;
		background-color: #cde0cc;
	}
	.static_checkbox1 { /* for non-editable display */
		position: absolute;
		top: 9px;
		left: 9px;
		width: 18px;
		height: 18px;
		border: solid 2px #3D368B;
		background-color: #3D368B;
		box-shadow: 1px -1px 2px #888;
		padding: 0 0 0 3px;
	}
	.st_check { /* the uncheckable version */
		display: block;
		width: 8px;
		height: 14px;
		border: solid #cde0cc;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(35deg);
		-ms-transform: rotate(35deg);
		transform: rotate(35deg);

	}

	.checkbox_bg { /* v_workHx */
		float: left;
		width: 18px;
		height: 18px;
		border-left: solid 5px #3D368B;
		background-color: #3D368B;
		box-shadow: 1px -1px 2px #888;
	}
	
/* ======== EDITABLE FORMS ============= */

	.edit_form_group {
		position: relative;
		float: left;
		border: solid 1px #aaa;
		padding: 0;
		margin: 5px auto;
		box-shadow: 1px 1px 1px #777;
		width: 100%;
	}
		.bot_line {
			border-bottom: solid 1px #ddd;
		}
	.form_label{ 
		position: relative;
		width: 40%;
		float: left;
		padding: 10px;
		min-height: 41px;
		font-weight: bold;
		background-color: #efefef;
		margin: 0;
	}
	.form_input{
		position: relative;
		width: 60%;
		float: left;
		padding: 10px;
		min-height: 41px;
		overflow: hidden;
		background-color: #fff;
		margin: 0;
	}

	.form_full_width {
		position: relative;
		width: 100%;
		float: left;
		padding: 10px;
		min-height: 35px;
		overflow: hidden;
		background-color: #fff;
		margin: 0;
	}

	/* ============== FILE UPLOAD BUTTON CLASSES=============== */
	.edit_form_group .btn-upload{
		display: inline-block;
	    margin: 1px -1px -1px 1px;
	    padding: 4px 8px;
		cursor: pointer;
	    background: #8c3676; 
		background: -webkit-linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78)); 
	    background: -o-linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78)); 
	    background: -moz-linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78));
		background: linear-gradient(rgb(140, 54, 118), rgb(92, 36, 78));
		font-size: 12px;
		width: 79px;
		text-align: center;
		color: #fff;
		z-index: 10;
	}
	.edit_form_group .btn-upload:hover {
		box-shadow: 2px 2px 2px #888;
	}
	.edit_form_group [type='file']{
		position: absolute;
		z-index: 0;
		top: 6px;
		left: 17px;
		font-size: 12px;
		color: rgb(153,153,153);
	}
	.edit_form_group .btn-upload-wrap{
		position: relative;
	}


	/* ===================== SET DATE RANGE UI ================ */

	.set_date_range {
		position: fixed;
		border: solid 2px #412f8a;
		box-shadow: 4px 4px 3px #333;
		background-color: #efefef;
		width: 500px;
		min-height: 300px;
		left: 25%;
		top: 300px;
		padding: 4px;
		transition: display 2s;
		z-index: 100;
	}
		.date_form input [type=text]{
			width: 25%;
		}
		.btn_go{
			background-color: #666;
		}

 /* ================================== SIZE BREAK 1 =====================================
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

	[class*="col-"] {
		width: 100%;
		position: relative;
		float: left;
	}

	.login_reset_parent{
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: 0;
		background-color: rgba(230,230,230, .5); /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0));
		display: flex;
		justify-content: center; /* horizontal */
		align-items: center; /* vertical */
	}

	.login_reset {
		width: 100%;
		height: auto;
	}
	
	.login_reset ul {
		width: 100%;
		margin-left: -20px;
	}

	.login_reset li{
		list-style-type: none;
		width:100%;
	}

    .login_reset input[type=text], input[type=password] {
        background-color: #e7efe6;
        border: solid 1px #b2c5aa;
        color: #3D368B;
		width:100%;
		font-size: 18px;
	    font-family: GillSans-SemiBold;
    }
    .login_reset input[type=submit]{
    	width: 100%;
    }
    .login_reset img {
    	text-align: center;
    	height: 60px;
    	margin-bottom: 10px;
    }

    .header {
		box-shadow: 0px 4px 8px #555;
		border-bottom: 3px solid #3D368B;
		font-size: 12px;
		height: 80px;
		padding: 4px 10px;
		display: flex;
        align-items: top; /* vertical */
        font-size: 12px;
    }

    .header_nav {
    	flex: 50%;
		display: flex;
        justify-content: center; /* horizontal */
        padding: 10px 5px;
        text-align: center;
		-webkit-transition: height 2s;
		transition: height 2s;
    }
    .lang_opts{
    	padding: 6px 10px;
    }
    .creds {
    	padding: 6px 10px;
    }

	.content {
		padding: 95px 10px 40px 10px;
	}
    .select_practice {
    	width: auto;
    	border: bottom solid #888;
		font-size: 10px;
		margin: 0 0 2px 0;
	}
	.mainNav {
		font-size: 12px;
	}

  	.filter_box {
  		font-size: 12px;
  	}
  		.filter_box input[type='text'] {
  			width: 100%;
  		}

	.tab_btn_div  {
		position: relative;
		float: left;
		width: 50%;
	}

  	.tab_box_liner {
  		margin: 0 auto 30px auto;
  		width: 100%;
		-webkit-transition: height 2s;
		transition: height 2s;
  	}

  	.grpLegendContainer { /* v_usr_list */
  		position: relative;
  		float: left;
  		width: 100%;
  	}
  		
	.Sticky_Table_Header {
	    background: #3D368B;
	    color: #fff;
	    position: sticky;
	    top: 80px;
	}
	.set_date_range {
		width: 90%;
		left: 5%;
		top: 300px;
	}

	

}

/* ================================= SIZE BREAK 2 =======================================
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	[class*="col-"] {
		width: 100%;
		position: relative;
		float: left;
	}

	.login_reset_parent{
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: 0;
		background-color: rgba(230,230,230, .5); /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(230,230,230, .5), rgba(255,255,255,0));
		display: flex;
		justify-content: center; /* horizontal */
		align-items: center; /* vertical */
	}

	.login_reset {
		width: 80%;
		max-width: 400px;
		height: auto;
	}
	
	.login_reset ul {
			width: 100%;
			margin-left: -20px;
		}

	.login_reset li{
		list-style-type: none;
		width:100%;
	}

    .login_reset input[type=text], input[type=password] {
        background-color: #e7efe6;
        border: solid 1px #b2c5aa;
        color: #3D368B;
		width:100%;
		font-size: 18px;
	    font-family: GillSans-SemiBold;
    }
	    .login_reset input[type=submit]{
    	width: 100%;
    }
    .login_reset img {
    	text-align: center;
    	height: 80px;
    	margin-bottom: 30px;
    }

    .header {
		box-shadow: 0px 4px 8px #555;
		border-bottom: 3px solid #3D368B;
		font-size: 12px;
		height: 100px;
		padding: 4px 20px;
		display: flex;
        align-items: top; /* vertical */
        font-size: 12px;
    }

    .header_nav {
    	flex: 50%;
        text-align: center;
        padding: 20px 5px;
		-webkit-transition: height 2s;
		transition: height 2s;
    }
    .lang_opts{
    	padding: 6px 20px;
    }
    .creds {
    	padding: 6px 20px;
    }

	.content {
		padding: 120px 20px 30px 20px;
		-webkit-transition: height 2s;
		transition: height 2s;
	}
    .select_practice {
    	width: auto;
    	border: bottom solid #888;
		font-size: 12px;
		margin: 0 0 4px 0;
	}
	.mainNav {
		font-size: 14px;
	}
  		.filter_box input[type=text] {
  			width: 99%;
  		}
	.tab_btn_div {
		position: relative;
		float: left;
		width: 25%;
	}

  	.tab_box_liner {
		margin: 0 auto;
		width: 100%;
		-webkit-transition: height 2s;
		transition: height 2s;
	}

  	.grpLegendContainer { /* v_usr_list */
  		position: relative;
  		float: left;
  		width: 75%;
  	}
  		
	.Sticky_Table_Header {
	    background: #3D368B;
	    color: #fff;
	    position: sticky;
	    top: 100px;
	}

	.set_date_range {
		width: 80%;
		left: 10%;
		top: 300px;
	}
}


/* ================================== SIZE BREAK 3 ======================================
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

	.col-1 {width: 8.33%; float: left; position: relative; }
	.col-2 {width: 16.66%; float: left; position: relative; box-sizing: border-box;}
	.col-3 {width: 25%; float: left; position: relative; box-sizing: border-box;}
	.col-4 {width: 33.33%; float: left; position: relative; box-sizing: border-box;}
	.col-5 {width: 41.66%; float: left; position: relative; box-sizing: border-box;}
	.col-6 {width: 50%; float: left;  position: relative; box-sizing: border-box;}
	.col-7 {width: 58.33%; float: left; position: relative; box-sizing: border-box;}
	.col-8 {width: 66.66%; float: left; position: relative; box-sizing: border-box;}
	.col-9 {width: 75%; float: left; position: relative; box-sizing: border-box;}
	.col-10 {width: 83.33%; float: left; position: relative; box-sizing: border-box;}
	.col-11 {width: 91.66%; float: left; position: relative; box-sizing: border-box;}
	.col-12 {width: 100%; position: relative; float: left;}
	.col-auto {width: auto; float: left; position: relative; }

    .header {
		box-shadow: 0px 4px 8px #555;
		border-bottom: 3px solid #3D368B;
		font-size: 12px;
		height: 140px;
		padding: 8px 30px;
		display: flex;
        align-items: top; /* vertical */
        font-size: 12px;
    }

	.content {
		padding: 155px 30px 30px 30px;
		-webkit-transition: height 2s;
		transition: height 2s;
	}

	.mainNav {
		margin-top: 10px;
		font-size: 16px;
	}
	.lang_opts{
		font-size: 16px;
    	padding: 6px 30px;
	}
    .creds {
    	padding: 6px 30px;
    }
    .tab_btn_div {
		position: relative;
		float: left;
		width: 25%;
	}

    .tab_box_liner {
		margin: 0 auto;
		width: 100%;
		-webkit-transition: height 2s;
		transition: height 2s;
	}

  	.grpLegendContainer { /* v_usr_list */
  		position: relative;
  		float: left;
  		width: 66%;
  	}
  		
	.Sticky_Table_Header {
	    background: #3D368B;
	    color: #fff;
	    position: sticky;
	    top: 140px;
	}

	.set_date_range {
		width: 60%;
		left: 20%;
		top: 300px;
	}

}

/* ================================== SIZE BREAK 4 ======================================
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


	.tab_box_liner {
		margin: 0 auto;
		width: 75%;
		-webkit-transition: height 2s;
		transition: height 2s;
	}

  	.grpLegendContainer { /* v_usr_list */
  		position: relative;
  		float: left;
  		width: 50%;
  	}
	.set_date_range {
		width: 50%;
		left: 25%;
		top: 300px;
	}    
	.header {
		box-shadow: 0px 4px 8px #555;
		border-bottom: 3px solid #3D368B;
		font-size: 12px;
		height: 140px;
		padding: 8px 30px;
		display: flex;
        align-items: top; /* vertical */
        font-size: 12px;
    }

}

/* ================================== SIZE BREAK 5 ======================================
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.tab_box_liner {
		margin: 0 auto;
		width: 50%;
		-webkit-transition: height 2s;
		transition: height 2s;
	}
	.tab_btn_div {
		position: relative;
		float: left;
		width: auto;
		padding-right: 4px;
	} 

  	.grpLegend { /* v_usr_list */
  		position: relative;
  		float: left;
  		width: 33%;
  	}
	.set_date_range {
		width: 40%;
		left: 30%;
		top: 300px;
	}
	   .header {
		box-shadow: 0px 4px 8px #555;
		border-bottom: 3px solid #3D368B;
		font-size: 12px;
		height: 140px;
		padding: 8px 30px;
		display: flex;
        align-items: top; /* vertical */
        font-size: 12px;
    }

} 

/*  User Time Bank */
	.debit {
		color: #a00;
	}
	.bank_form{
		background: #eee; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(255,255,255), rgba(240,240,240)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(255,255,255), rgba(240,240,240)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(255,255,255), rgba(240,240,240)); 
		padding: 6px;
	}
	.bank_form li {
		margin-left: -11px; 
		text-indent: -24px
	}

/*  Alerts & Reminders */

	.reminder {
		border:solid 2px #eee; 
		background-color: #fff;
		margin: 10px 0; 
		padding: 8px; 
		border-radius: 10px
	}


/*  Payroll Hours */
	.empl_st_rules{
	    position: fixed;
	    width: 80%;
	    top: 160px;
	    left: 100px;
	    background: #eee; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(255,255,255), rgba(240,240,240)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(255,255,255), rgba(240,240,240)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(255,255,255), rgba(240,240,240)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(255,255,255), rgba(240,240,240));
		overflow: hidden;
		z-index: 400;
		border: solid 2px #3D368B;
		padding: 8px;
		box-shadow: 3px 3px 8px #333;
		font-size: 12px;
		color: #333;
	}
	.bank_request {
		color: #999;
		font-style: italic;
	}

    .note_but{
        width: 18px;
        height: 20px;
        box-shadow: 2px 2px 2px #333;
        font-family: GillSans-SemiBold;
        text-align: center;
        font-size: 18px;
        text-shadow: 1px 1px 1px #000;
        background-size: 18px 20px;
        float:left;
        margin: 0 3px;
    }
    
    .extra_time_note_but{
        background-color: #ffdfc7;
        color: red;
        border: solid 1px red;
    }
    .extra_time_note_but:hover{
        background-color: red;
        color: #ffdfc7;
    }
    .punch_note_but{
        background-color: #f4d800;
        color: blue;
        border: solid 1px blue;
    }
    .punch_note_but:hover{
        background-color: blue;
        color: #f4d800;
    }
    
    .punches_box {
        background: linear-gradient(rgb(255,255,255), rgb(224, 231, 223));
        box-shadow: 2px 2px 2px #666;
        border: solid 2px #3D368B;
        margin: 0 ;
        padding: 0 10px 4px 10px;
        width: 230px;
        position: absolute;
        text-align: left;
        z-index: 50;
    }
    .punches_box .punch_div{
        font-weight: bold;
        width: 60%;
        float: left;
        border-bottom: solid 1px #3D368B;
    }
    .punches_box .time_div{
        font-weight: 100;
        width: 40%;
        float: right;
        text-align: right;
        border-bottom: solid 1px #3D368B;
    }
    .punches_box h4 {
        color: #3D368B;
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }
    .punches_box .skip_div{
        width: 220px;
        text-align: center;
        font-style: italic;
        border-bottom: solid 1px #3D368B;
    }

    .ave_agree {
    	background-color: #7ec57c;
    	color: #fff;
    	padding: 1px;
    	font-size: 9px;
    	margin-left: 4px;
    }
    .sticky_note{
    	position: absolute;
    	width: 125px;
    	padding: 0px;
    	z-index: 10;
    	box-shadow: 2px 2px 4px #333;
    	margin: -25px 20px 0 0;
    }
    .et_note{
        background-color: #ffdfc7;
    }
    .punch_note{
    	background-color: #fffea8;
    	border: solid 1px #fff475;
    }
    .sticky_top{
    	width: 100%;
    	padding: 2px;
    }
    .sticky_top a:link {
    	font-weight: bold;
    }
    .punch_top{
    	background-color: #f4d800;
    }
    .et_top{
        background-color: red;
    }




/* Dashboard */

	.ot_box {
		background: linear-gradient(rgb(255,255,255), rgb(224, 231, 223));
		box-shadow: 2px 2px 2px #666;
		border: solid 2px #3D368B;
		margin: 0 ;
		padding: 0 10px 4px 10px;
		width: 420px;
		position: absolute;
		text-align: left;
	}
    .target_pos {
    	color: #03a300;
    	background-color: #eefcee; /* light green */
    }
    .target_neg {
    	color: #a80539;
    	background-color: #f9e6ee; /* light red (pink) */
    }


/* Production & Collections */
	.collStyle {
		color: #3D368B;
	}

	.details_box {
        background: linear-gradient(rgb(255,255,255), rgb(224, 231, 223));
        box-shadow: 2px 2px 2px #666;
        border: solid 2px #3D368B;
        margin: 0 ;
        padding: 0 10px 4px 10px;
        width: 230px;
        position: absolute;
        margin-left: -120px;
        text-align: left;
        z-index: 150;
    }
	


/* Punch Clock */

	#clockStyle {  /* for javascript time display */
		font-size: 18px;
		font-weight: bold;
		display: inline-block;
		color: #000;
	}
	.punch_comment{
		border: solid 1px #eee;
		margin: 4%;
	}
		.punch_comment input[type=text]{
			width: 96%;
		}

	.punchRow{
		padding: 15px 10px 10px 0;
		font-size: 22px;
		border-top: solid 1px #666;
	}

	.punch_clock {
		margin: 0 auto;
		padding: 30px;
		width: 100%;
		font-size:24px;
		border: solid 3px #3D368B;
		box-shadow: 3px 3px 3px #888;
		background: #eee; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(255,255,255, 0.5), rgba(220,220,220,0.7)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(255,255,255, 0.5), rgba(220,220,220,0.7)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(255,255,255, 0.5), rgba(220,220,220,0.7)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(255,255,255, 0.5), rgba(220,220,220,0.7));
	}
	.clockStyle {
		display: inline-block;
		font-size: 30px;
	}
	.btn-punchClock {
		 font-size:30px;
		 font-family: GillSans-SemiBold;
		 width: auto;
		 min-width: 240px;
		 color: #e1f2e1;
		 border: none;
		 box-shadow: 2px 2px 2px #000;
		 cursor: pointer;
	}

	.btn-punch {
		background-color: #3D368B;
	}
	.btn-skip {
		background-color: #368c76;
	}
	.btn-punch:hover {
		 color: #FFF;
		 background-color: #4e4b77;
	}
	.btn-punchClock:active{
		 color: #FFF;
		 box-shadow: none;
	}

	.punch_hx_edit {
	    position: fixed;
	    top: 120px;
	    left: 200px;
	    width: 400px;
	    background: #eee; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(255,255,255), rgba(220,220,220)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(255,255,255), rgba(220,220,220)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(255,255,255), rgba(220,220,220)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(255,255,255), rgba(220,220,220));
		overflow: hidden;
		z-index: 10;
		border: solid 2px #3D368B;
		padding: 8px;
		box-shadow: 5px 5px 7px #333;
	}

	.jobAreaWkHx {
		width:  100%;
		font-size:  8px;
		text-align:  center;
		color: #777;
	}

	.punch_sched_notes{
		position: sticky;
		right: 20px;
		bottom: 20px;
		width: 200px;
		height: 200px;
		background-image: url('views/images/post-it.png');
		background-size: 200px 200px;
		padding: 4px;
	}

	.todayNote {
		color: #3D368B;
		font-family: GillSans-SemiBold;
	}
	.tomorrowNote{
		color: #368c76;
		font-family: GillSans-SemiBold;
	}

/* User Schedule Edit */

	.schedule_edit {
		width: 100%;
		border-spacing: 0;
		padding: 0;
		margin: 0;
		font-size: 11px;
		border-collapse: collapse;
		min-width: 100%;
	}
	.schedule_edit th {
		font-weight: bold;
		border-bottom: solid 1px #3D368B;
	}

	.schedule_edit .alt_th{
		background-color: #3D368B;
		border-bottom: solid 1px #888;
		color: #fff;
	}
	.schedule_edit .bg_green {
		background-color: #cde0cc;

	}
	.schedule_edit td {
		border-bottom: solid 1px #888;
		padding: 2px;
	}
	.schedule_edit .right {
		padding-right: 2%;
		text-align: right;
	}
	.schedule_edit .left_border{
		border-left: solid 1px #3D368B;
	}
	.schedule_edit .totals{
		font-weight: bold;
	}
	.schedule_edit select{
		font-size: 10px;
	}
	.schedule_edit input[type=text]{
		font-size: 10px;
	}
	


/* ====================== Schedule ===============================================  */

	.stat { /* denotes stat holiday */
		font-weight: bold;
		color: #c00;
	}

	.nonstat {  /* office closure that is not a stat */
		font-weight: bold;
		color: #3a5bcb;
	}

	.schedule_table{
		width: 100%;
		min-width: 100%;
		border-spacing: 0;
		padding: 0;
		margin-bottom: 20px;
		border-collapse: collapse;
		padding: 0;
	}

	.schedule_table th{
		color: #fff;
		background-color: #3D368B;
		text-align: center;
	}
	.schedule_table td{
		font-size: 12px;
		color:#000;
		border-bottom: solid 1px #000;
		text-align: center;
		vertical-align: top;
		padding: 0 4px 0 4px;
		border-right: dotted 1px #444;
		height: 35px;
	}

	.schedule_table .sched_job_area{
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		vertical-align: middle;
		color: #555;
	}
	.schedule_item {
	    position: relative;
        float: left;
	    font-size: 12px;
	    color: #333;
	    border-bottom: dashed 1px #666;
        padding: 2px;
        margin: 0 auto;
        width: 95%;
        min-height: 36px;
        overflow: hidden;
	}

	.schedule_item .name{
		font-weight: bold;
	}

	.schedule_item .alt_name{
		color: #007575;
	}

	.sched_button{
		height:18px;
		text-align: center;
		z-index: 100;
	}
	.inside_sched td{
		vertical-align: top;
		text-align: center;
		border: solid 0px;
		width: 100%;
		border-top: dotted 1px;
		padding: 0px;
		height: 20px;
	}

	.schedule_time {
	    font-size: 11px;
	}
	.sched_note {
	    font-style: italic;
	    font-size: smaller;
	    float: left;
	    position: relative;
	    text-align: center;
	    width: 100%;
	}

	.ad_hoc {
	    color: #3D368B;
	    font-weight: bold;
	}
	.away {
	    color: #999;
	}
	.default {
		color: #000;
	}

	.away_type {
		font-weight: bold;
		background-color:#fff;
		margin: 2px;
		text-shadow: 1px 1px 0px #000;
	}

	.hilite{
		color: #d00;
		font-weight:bold;
		font-size: 14px;
		background-color: #ff0;
	}
	.birthday{
		/*
	    font-style: italic;
	    padding: 2px;
		 */
        float: left;
	    width: 100%;
        margin: 12 auto;
	    height: 25px;
	    background-image: url("/views/images/birthday_icon.png");
	    background-size: 30px;
	    background-color: #036;
	    background-repeat: no-repeat;
	    font-size: 14px;
	    color: #fff;
	    text-shadow: 2px 2px 2px #000;
	    font-weight: bold;
	    overflow: hidden;
	    padding-top: 5px;
	    border-radius: 3px;
	}


	.sched_edit_table{
		border-collapse: separate;
		border-spacing: 6px 0px;
		text-align:center;
	}
	.sched_edit_table th{
		border-bottom: solid 2px #555;
	}

    .sched_edit_ui {
	    position: fixed;
	    top: 100px;
	    left: 5%;
	    width: 90%;
	    height: auto;
	    background: #eee; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgba(255,255,255), rgba(220,220,220)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgba(255,255,255), rgba(220,220,220)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgba(255,255,255), rgba(220,220,220)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgba(255,255,255), rgba(220,220,220));
		overflow: hidden;
		z-index: 10;
		border: solid 2px #3D368B;
		padding: 8px;
		box-shadow: 3px 3px 8px #333;
		font-size: 12px;
		color: #333;
    }

/*  ================= Categories ======================================================= */

	.categories{
		margin:8px 20px 8px 50px;
		padding: 10px 0 0 0;
		font-size: 16px;
	}

	.categories table {
		margin-top: 20px;
	}

	.categories td {
		border-bottom: solid 1px #000;
	}
	.categories tr {
		vertical-align: bottom;
	}

	.categories th {
		font-weight: bold;
		border-bottom: solid 2px #000;
		padding: 0 6px;
		font-size: 14px;
	}

	.categories h3 {
		font-size: 12px;
		font-weight: bold;
		margin: 0 12px 0 12px;
	}

	.centre {
		text-align: center;
	}

/* ================= Tab Buttons (Personnel & Practice Settings) ============================ */

	.tab_btn {
		background:  #e0e7df; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgb(255,255,255), rgb(224, 231, 223)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgb(255,255,255), rgb(224, 231, 223)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgb(255,255,255), rgb(224, 231, 223)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgb(255,255,255), rgb(224, 231, 223));
		color: #3D368B;
		font-size:14px;
		font-family: GillSans-SemiBold;
		margin:0 6px 0 0;
		border-top: solid 2px  #9691d4;
		border-left: solid 2px  #9691d4;
		border-right: solid 2px  #3D368B;
		border-bottom: solid 2px #e0e7df;
		padding:0 2px;
		cursor: pointer;
	  	width: 100%;
	}
	.selected  {
		background: #3D368B; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139));
		color: #FFF;
		box-shadow: 2px 2px 2px #333;
		border-top: solid 2px  #9691d4;
		border-left: solid 2px  #9691d4;
		border-right: solid 2px  #3D368B;
		border-bottom: solid 2px #3D368B;
	}
	.tab_btn:hover {
		background: #3D368B; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139));
		color: #FFF;
		box-shadow: 2px 2px 2px #333;
		border-top: solid 2px  #9691d4;
		border-left: solid 2px  #9691d4;
		border-right: solid 2px  #3D368B;
		border-bottom: solid 2px #3D368B;
	}
	.tab_box {
		border-top: solid 3px #3D368B;
		border: solid 2px #3D368B;
		padding: 4px 4px 6px 4px;
		box-shadow: 2px 2px 3px #555;
		margin-bottom: 30px;
		display flex; 
		justify-content: center; /* horizontal */
	}

	.tab_box input {
		font-size: 14px;
	}

	.tab_btn_return{

		background: #36618c; /* for browsers that don't support gradients */
		background: -webkit-linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); /* For Safari 5.1 to 6.0 */
	    background: -o-linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); /* For Opera 11.1 to 12.0 */
	    background: -moz-linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); 
		color: #fff;
		border-bottom: solid 2px rgb(21, 38, 55);
	}

/* =========== PERSONNEL ====================================== */

	.cxPunch {
		font-weight: bold;
		color: #3D368B;
	}

	.total {
		padding-right: 50px;
		font-weight: bold;
		border-top: solid 2px #3D368B;
	}

	.cxPunchAlert {
		font-weight: bold;
		color: #a00;
	}

/*	Employment Standards*/

	.emplStandHead {
		padding:3px;
		background-color:#412f8a;
		color:#fff;
		font: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
	}
	.emplStandContent{
		display: inline-block;
		float: left;
		position:relative;
		padding: 3px;
		border-left: solid 1px #412f8a;
	}


/* Job Areas*/

	.job_area {
		font-size: 14px;
		border: solid 1px #412F8C;
		margin: 5px;
		padding: 5px;
		width: 300px;
		background-color: #eee;
		display: inline-block;
		position: float-left;
		vertical-align: top;
	}
	.job_area table{
		margin-left: 50px;
	}
	.job_area td{
		border-bottom: solid 1px #000;
		padding: 5px 0 0 0;
	}
	.job_area .del_but{
		width:100%;
		margin: 20px 0 0 25px;
	}



/* Practice Meal Policy */
	.pr_punch_policy{
		font-size: 12px;
		border: solid 1px #000;
		margin: 5px;
		padding: 5px;
		width: 500px;
		background-color: #eee;
		display: inline-block;
		position: float-left;
		vertical-align: top;
	}


/* Email Log */
	.col-email_log_item {
        border-collapse: collapse;
        margin: 1% 0;
        padding: 2%;
        width: 99%;
        border: solid 2px #aaa;
        box-shadow: 2px 2px 2px #444;
	}

/*label { float: left; width: 90px; display: block; padding-top:6px; }
.val_txt { width: 110px; padding: 1px;  }
.email_input { width: 150px; padding: 1px; }
.row { clear:both; margin-bottom: 20px; float:left;}


*/
	
/* USER GUIDE */

	#left_side_menu {
		float: left;
		position: relative;
		width: 220px;
		height: auto;
		min-height: 100%;
		margin: 20px 25px 0 0;
		padding: 0 0 10px 10px;
		overflow: auto;
		display: block;
	}
	#left_side_menu:a{
	    text-decoration: none;
	    width: 200px;
	}
	.menu_level_1{
		position: relative;
		float: left;
		clear: both;
	}
		.menu_button {
			width: 200px;
			background-color:#b2d8b1;
			border: none;
			text-align: left;
			font-size: 14px;
			height: 20px;
			margin: 3px;
			padding: 0 0 0 10px;
			color:#383C8C;
			cursor: pointer;
			font-family: GillSans-SemiBold;
			box-shadow: 0;
			-webkit-transition-duration: 0.4s; /* Safari */
    		transition-duration: 0.4s;
		}

		.admin1 {
			background-color: #b1d8c4;
		}
		.admin1:hover {
			background-color: #88c3a5;
		}
		
		.menu_button:hover {
			width: 200px;
			background-color: #5e8a5c;
			border: none;
			text-align: left;
			font-size: 14px;
			height: 20px;
			margin: 3px 0;
			color:#fff;
			text-shadow: 2px 2px 2px #060;
			cursor: pointer;
			font-family: GillSans-SemiBold;
			box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
		}

		.menu_button2 {
		    width: 195px;
		    margin: 3px 0px 3px 8px;
		    border: none;
		    background-color: #7FC67D;
		    color: #383C8C;
			font-size: 14px;
			font-family: GillSans-SemiBold;
			box-shadow: 0;
			text-align: left;
			-webkit-transition-duration: 0.4s; /* Safari */
    		transition-duration: 0.4s;
		}
		.menu_button2:hover {
		    width: 195px;
		    margin: 3px 0px 3px 5px;
		    border: none;
		    background-color: #383C8C;
		    color: #fff;
			font-size: 14px;
			font-family: GillSans-SemiBold;
			box-shadow: 0;
			text-align: left;
			-webkit-transition-duration: 0.4s; /* Safari */
    		transition-duration: 0.4s;
			box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.5);
		}

		.admin2 {
			background-color: #88c3a5;
		}
		.admin2:hover {
			background-color: #55aa7d;
		}

		#right_side_content {
		padding: 0 30px 0 30px;
		margin: 30px 0 0 0;
		overflow: hidden;
		border-left: solid 1px #383C8C;
	}


	.guide_img_left{
		position:  relative;
		float: left;
		margin: 2px 4px 4px 4px;
		border: solid 1px #aaa;
		border-radius: 10px;
		padding: 4px;
		overflow: hidden;
		box-shadow: 2px 2px 4px #888;
	}
	.guide_img_right{
		position:  relative;
		float: right;
		margin: 2px 0 4px 4px;
		border: solid 1px #aaa;
		border-radius: 10px;
		padding: 0;
		overflow: hidden;
		box-shadow: 2px 2px 4px #888;
	}



	.guide_search {
		width: 100%;
		box-sizing: border-box;
		border: 2px solid #ccc;
		font-size: 16px;
		background-color: white;
		background-image: url('images/searchicon.png');
		background-position: 8px 8px;
		background-size: 25px 28px;
		background-repeat: no-repeat;
		padding: 12px 20px 12px 40px;
		margin-left: 3px;
	}


/*
	BUTTON STYLES
*/

.btn {
	color: #fff;
	border: none;
	font-family: GillSans-SemiBold;
	cursor: pointer;
    margin: 1px 0px 0px 1px;
    -webkit-transition-duration: 0.4s; /* Safari */
}
.btn:hover{
    box-shadow: 1px 1px 1px #444;
    margin: 0px 1px 1px 0px;
}
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.btn {
		font-size: 11px;
	}
}

@media only screen and (min-width: 600px) {
	.btn {
		font-size: 12px;
	}
}
@media only screen and (min-width: 768px) {
	.btn {
		font-size: 13px;
	}
}

.btn-mini {
	font-size: 11px;
	padding: 0 2px;
}


.btn-delete{ /* brick red */
	background: #8c3636; /* for browsers that don't support gradients */
	background: -webkit-linear-gradient(rgb(140, 54, 54), rgb(92, 36, 36)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(140, 54, 54), rgb(92, 36, 36)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(140, 54, 54), rgb(92, 36, 36)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(140, 54, 54), rgb(92, 36, 36)); /* Standard syntax (must be last) */
}
.btn-add{ /* purple */
	background: #3D368B; /* for browsers that don't support gradients */
	background: -webkit-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(131, 126, 190), rgb(61, 54, 139));
}
.btn-save{ /* teal */
	background: #368c76; /* for browsers that don't support gradients */
	background: -webkit-linear-gradient(rgb(54, 140, 118), rgb(36, 92, 78)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(54, 140, 118), rgb(36, 92, 78)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(54, 140, 118), rgb(36, 92, 78)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(54, 140, 118), rgb(36, 92, 78)); /* blue */
}
.btn-edit { /* muted light blue-green */
	background: #36618c; /* for browsers that don't support gradients */
	background: -webkit-linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(54, 97, 140), rgb(36, 64, 92)); 
}
.btn-cancel { /* dark orange-red */
	background: #8c4c36; /* for browsers that don't support gradients */
	background: -webkit-linear-gradient(rgb(140, 76, 54), rgb(92, 50, 36)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(140, 76, 54), rgb(92, 50, 36)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(140, 76, 54), rgb(92, 50, 36)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(140, 76, 54), rgb(92, 50, 36)); /* amber */
}

.btn-login {
    font-family: GillSans-SemiBold;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    background-color: #7EC67C;
    padding-bottom: 20px;
    height: 28px;
    border: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}


.btn-login:hover {
    background-color: #638f61;
    box-shadow: 2px 2px 2px #444;
    margin: -1px 1px 1px -1px;
}

.btn-forgotPass {
    font-family: GillSans-SemiBold;
    font-size: 14px;
    color:#3D368B;
    background-color: #ddd;
    height: 24px;
    border: solid 1px #3d368b;
    margin-top: 15px;
}
.btn-forgotPass:hover {
    background-color: #fff;
    box-shadow: 2px 2px 2px #444;
    margin-top: 15px;
}

/*
	ERROR STYLES
*/
	.form_error {
		color: #cc0000;
	}
	
    #alert_div {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        z-index: 20;
        margin: 5px auto;
        width: 60%;
        font-size: 14px;
        box-shadow: 2px 2px 2px #666;
        text-align:center;
        -moz-animation: fadeAlert 0s ease-in 7s forwards; /* Firefox */
        -webkit-animation: fadeAlert 0s ease-in 7s forwards;/* Safari and Chrome */
        -o-animation: fadeAlert 0s ease-in 7s forwards;/* Opera */
        animation: fadeAlert 0s ease-in 7s forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            box-shadow: none;
            font-size: 1px;
            overflow:hidden;
        }
    }
    @-webkit-keyframes fadeAlert {
        to {
            width:0;
            height:0;
            margin: 0;
            padding: 0;
            font-size: 1px;
            box-shadow: none;
            visibility:hidden;
        }
    }
	.error { padding: 0px; margin: 0 0 20px 0; font-size: 12px; text-align:center; color:#c00; font-weight: bold;}

	.alert_success { background: #c8eebf; color: green; padding: 8px;}
	.alert_warning { background: #f6f6cf; color:orange; padding: 8px; }
	.alert_error { background: #fce9e9; color: #c20000; padding: 8px;}

