
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


	* {box-sizing: border-box;font-family:'Open Sans',sans-serif,Arial;}
	form {margin:0;padding:0;}
	body {margin:0px;padding:0px;}
	h2 {font-family: 'Gibson Regular',Helvetica,Arial,Verdana,sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    
    line-height: 1.6em;
    letter-spacing: 0.15em;}
	.widget input[type="text"], .widget input[type="password"], .widget select, .widget textarea {
		
	    border-radius: 3px;
	    box-sizing: border-box;
	    background-color: #FFFFFF;
		border: 1px solid #C5CDD3;
	    color: #4F4F4F;
	    font-family: "Gibson Light","Helvetica","Arial",sans-serif;
	    font-size: 20px;
	    margin-bottom: 10px;
		padding:5px;
	    box-shadow: 0 0 10px rgba(200, 200, 200, 0.1);
	    transition: all 0.15s ease-in-out;
	}
	
	
	.remotesysadmin, .remotesysadmin * {color:#7376FF;}
	.remotesysadmin:link, .remotesysadmin:visited, .remotesysadmin:active {color:#7376FF;}
	.sysadmin *, .sysadmin {color:#14A5DA;}
	
	
.sm8table * {padding:0 !important;margin:0 !important;font-size:8pt !important;}
.sm8table tr td {padding:0 2px !important;}
.widget input[type="text"]:focus, .widget input[type="password"]:focus, .widget select:focus, .widget textarea:focus {
    border-color: #6F8495;
	background-color:#F6F6F6;
	color:#000000;
   box-shadow: 0 0 10px rgba(200, 200, 200, 0);
    outline: 0 none;
}


	.widget input[type="submit"], .widget input[type="button"] {
		background-color:#000000;
		border: 1px solid #000000;
		padding:10px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	    -webkit-appearance: none;
	    border-radius: 2px;
	    text-align: center;
	    letter-spacing: 0.05em;
	    line-height: 1.3;
	    color: white;
	    display: inline-block;
	    font-family: 'Gibson Regular', Helvetica, Arial, sans-serif;
	    font-size: 12pt;
		cursor:pointer;
		transition: all 0.3s ease;
	}
	.widget input[type="submit"]:hover, .widget input[type="button"]:hover {
		background-color:#2B2B2B;
	}
	
	
	
	
	.catbox {clear:both;width:100%;text-align:center;display:block;font-size:8pt;background-color:#EEEEEE;margin-top:10px;padding:2px;}
	
	
	

	.admin_logo {
		margin:8px 5px 2px 10px;
		display:inline-block;
		background:url('https://www.ourindigo.ca/images/our_indigo_one_line_337x108.png');
		width:112px;
		height:36px;
		background-size:cover;
	}
	.topbar {
		width:100%;
		min-width:373px;
		position:fixed;
		z-index:9999;
		background-color:#2B2B2B;
		color:white;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	}
	.topbar .button {
		cursor:pointer;
		line-height:49px;
		display:inline-block;
		border-left:1px solid #3A3A3A;
		padding-left:20px;
		padding-right:20px;
	}
	.topbar .button:hover {
		background-color:#3A3A3A;
	}
	.topbar .button span {
		font-size:9pt;
		position:relative;
		top:-2px;
		display:inline-block;
		padding-left:5px;
	}
	.topbar .button input[type="text"] {
		border:0px solid #3A3A3A;
		background-color:transparent;
		font-size:10pt;
		line-height:49px;
		width:70px;
		color:white;
		
	}
	.leftbar {
	
	float:left;
	position:fixed;
	display:block;
	line-height:50px;
	padding-top:70px;
	text-align:center;
	background-color:#EBEBEB;
	width:70px;
	height:calc(100vh);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color:gray;
	}
	.leftbar .on {
		color:#3A3A3A !important;
	}
	.leftbar .fa {
		text-decoration:none;
		cursor:pointer;
		color:gray;
		transition: color 0.3s, transform 0.3s;
	}
	.leftbar .fa:hover {
		color:#3A3A3A;
	}
	.tooltip {
		display:none;
		position:absolute;
		background-color:black;
		border-radius:5px;
		padding:5px;
		color:#fff;
		font-size:9pt;
		top:-30px;
	}
	
	
	.widget {
	    border-radius: 3px;
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	    height: auto;
	}
	.widget-header {
	    background-color:#2B2B2B;
	    border: 1px solid #3A3A3A;
	    border-radius: 5px 5px 0 0;
	    color: #fff;
	    padding: 10px;
	    text-transform: uppercase;
	}
	.widget-content {
	    padding: 10px;
	}

	.submitbutton {
	background: #14A5DA none repeat scroll 0 0;
	background-color: #14A5DA !important;
    border: 1px solid #3A3A3A;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #ffffff !important;
    text-align: center;
	border-radius: 2px;
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration:none;
	transition: all 0.3s ease;
	}
	.submitbutton:hover {
		background:#1483AC none repeat scroll 0 0;
		background-color:#1483AC !important;
	}
	
	
	
	a:link, a:visited, a:active {color:#3A3A3A;}
	a:hover {color:#595959;}
	
				
			
			
			
	
	
	
	
	
.ft10 {font-size:10pt !important;}
.table th {text-align:left;}
table.sortable, table.sortable td, table.sortable th {  
    border: 1px solid #ddd;
    text-align: left;
	padding:10px;
}
table.sortable th {  
	padding:5px 10px;
}
.sortable .c {
	text-align:center;
}
.sortable {
	border-collapse:collapse;
	border:1px solid gray;
}

.sortable .fa {
	text-decoration:none;
}

.sortable thead tr {
    background-color: #EBEBEB;
}
.sortable thead th {
    cursor: pointer;
    font-size: 10pt;
    padding-left: 5px;
    text-align: left;
    text-decoration: underline;
}
.sortable thead th:hover {
    background-color: #d1d1d1;
    cursor: pointer;
   /* font-size: 10pt;*/
    text-align: left;
}

.notsortable thead th {
    cursor: unset;
    font-size: 10pt;
    padding-left: 5px;
    text-align: left;
    text-decoration: underline;
}
.notsortable thead th:hover {
    background-color: transparent;
    cursor: unset;
   /* font-size: 10pt;*/
    text-align: left;
}

.sortable tbody td {
    font-size: 10pt;
    padding-left: 6px;
}
.sortable tbody tr {
}

.sortable tbody tr:nth-child(even) {background-color:#F7F8F9;}
.sortable tbody tr:nth-child(odd) {background-color:#FFFFFF;}
.sortable tbody tr:hover {
    background-color: #E4EEFE;
}


.avatar50_1 {
	background-position:top left;
	background-repeat:no-repeat;
	background-size:cover;
	width:25px;
	height:25px;
}
.avatar50_2, .avatar50_ {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:25px;
	height:25px;
}
.avatar50_3 {
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:cover;
	width:25px;
	height:25px;
}


a.g {color:#00C000;}
	.pic {padding:2px !important;white-space:nowrap !important;}
	.pic div {display:inline-block;vertical-align:top;margin-right:5px;width:30px;height:30px;}
	.pic span {color:gray;}

.next_previous_buttons {transition: all 0.3s ease;box-shadow: 0px 0px 10px silver;cursor:pointer;display:inline-block;padding:10px 10px;text-align:center;width:60px;font-size:11pt;background-color:silver;margin:5px;margin-left:0;}
.next_previous_buttons:hover {background-color:gray;color:white;}
.next_previous_buttons_on {box-shadow: 0px 0px 10px silver;background-color:#14A5DA;color:white;}








/* GRAPHIC CHECKBOXES & RADIOS */
form.checkimgs input[type="checkbox"], form.checkimgs input[type="radio"] {
    display:none;
}


form.checkimgs input[type="radio"] + label span {
display:inline-block;
width:19px;
height:19px;
margin:-1px 4px 0 0;
vertical-align:middle;
background:url(https://www.ourindigo.ca/images/check_radio_sheet.png) -38px top no-repeat;
cursor:pointer;
}

form.checkimgs input[type="radio"]:checked + label span {
background:url(https://www.ourindigo.ca/images/check_radio_sheet.png) -57px top no-repeat;
}

form.checkimgs input[type="checkbox"] + label span, form.checkimgs input[type="radio"].radiotocheck + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(https://www.ourindigo.ca/images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
form.checkimgs input[type="checkbox"]:checked + label span, form.checkimgs input[type="radio"].radiotocheck:checked + label span {
    background:url(https://www.ourindigo.ca/images/check_radio_sheet.png) -19px top no-repeat;
}




/* GRAPHIC CHECKBOXES & RADIOS */

.ellipse {width:auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


/*

.linkwrapper
	a
		.pagebutton
			.pbmargin
				i
		.buttontext
			.buttontd
				span

*/
.linkwrapper {
	display:inline-block;
}
	.linkwrapper a {
		text-decoration:none;
	}
		.pagebutton {
			border:1px solid #e9e9e9;
			box-shadow:0 0 2px rgba(0,0,0,0.2);
			width:90px;
			height:90px;
			border-radius:15px;
			display:inline-block;
			margin:10px 10px 0 10px;
			text-align:center;
			font-size:10pt;
			background-color:#F8F8F8;
			transition: all 0.2s ease;
		}
		.linkwrapper:hover .pagebutton {
			background-color:#ECECEC;
			border-radius:50%;
		}
			.pbmargin {
				display:inline-block;
				margin:10px 7px 7px 6px;
			}
		.buttontext {
			color:#2B2B2B;
			height:30px;
			line-height:12px;
			vertical-align:middle;
		}
		.buttontd {
			position:relative;
			top:-40px;
			height:30px;
			width:90px;
			line-height:13px;
		}
			.buttontd span {
				padding:5px;
				display:block;
				width:calc(100% + 20px);
				text-align:center;
				font-size:9pt;
				line-height:10px;
				transition: all 0.2s ease;
			}
			.linkwrapper:hover .buttontd span {
				/*background-color:rgba(255,255,255,0.5);*/
			}


/*

.linkwrappersm
	a
		.pagebuttonsm
			.pbmarginsm
				i
		.buttontextsm
			.buttontdsm
				span
	

*/


.smwidget-header {
	height:43px;
}
.smwidget-header > a {position:relative;top:-9px;margin-right:10px;}
.linkwrappersm {
	position:relative;top:-8px;
	display:inline-block;

	
}
	
	.linkwrappersm a {
		text-decoration:none;
	}
		.pagebuttonsm {
			
			
			display:inline-block;
			border:1px solid rgba(30,30,30,1);
			background-color:rgba(70,70,70,0.8);
			box-shadow:0 0 5px rgba(20,20,20,0.1);
			width:37px;
			height:37px;
			border-radius:50%;
			text-align:center;
			font-size:8pt;
			transition: all 0.2s ease;
			position:relative;
			top:0;
		}
			.linkwrappersm:hover .pagebuttonsm {
				background-color:#ECECEC;
				
			}
			.linkwrappersm:hover .pagebuttonsm {
				/*top:-2px;*/
			}
			.pbmarginsm {
				display:inline-block;
				margin:7px 7px 7px 5px;
				position:relative;
				top:0;
			}
				.pbmarginsm i {
					font-size:1.9em;
				}
				.linkwrappersm:hover .pagebuttonsm i {
					color:#414141 !important;
				}
		.linkwrappersm:hover .buttontextsm {
			position:relative;
			color:#2B2B2B;
			height:30px;
			width:40px;
			text-align:center;
			line-height:12px;
			vertical-align:middle;
		}
		.buttontextsm {
			position:relative;
			color:#2B2B2B;
			height:30px;
			width:40px;
			text-align:center;
			line-height:12px;
			vertical-align:middle;
		}
		.linkwrappersm:hover .buttontextsm {
			
		}
		.buttontdsm {
			position:absolute;
			line-height:10px;
			color:rgba(255,255,255,0.01);
			background-color:rgba(255,255,255,0.01);
			/*transition: color 0.2s ease;*/
			text-align:center;
			top:-30px;
			width:100%;
			height:30px;
			
			
		}
		.linkwrappersm:hover .buttontdsm {
			
			
		}
		
			.buttontdsm span {
				padding:5px;
				transition: all 0.2s ease;
				position:absolute;
				display:block;
				width:200px;
				font-size:8pt;
				left:-80px;
				
				top:-30px;
				text-align:center;
				color:rgba(255,255,255,0.01);/* black */
				background-color:rgba(255,255,255,0.01); /*gray*/
				z-index:100;
				border-radius:5px;
			}
			.linkwrappersm:hover .buttontdsm span {
				
				color:rgba(0,0,0,1) !important;
				background-color:rgba(255,255,255,0.9);
			}
		


			
			

			
			
			
			
			
			

.tableellipse {}
.tableellipse div.ellipse {}
.desktop_i {display:inline-block;}

@media screen and (max-width: 600px) {
	.desktop_i {display:none !important;}
}/* @media screen and (max-width: 600px){ */
