@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
*{box-sizing: border-box;}

/* page elements */
body { margin:0; background-color: #273A8F !important; height: 100%; font-family: Arimo;}

html { height: 100%; }

ul, ul li, input, select, div {
	margin: 0;
	padding: 0;
	list-style: none;
}

button:focus { outline: 0; }
button.ad-call {
	border: 1px solid #BBB;
	background: #2ECC71;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 90px; /* Should be removed when message icon is added. */
}
button.ad-call:active {
	-webkit-box-shadow: inset -1px 1px 7px -2px rgba(51,51,51,1);
	-moz-box-shadow: inset -1px 1px 7px -2px rgba(51,51,51,1);
	box-shadow: inset -1px 1px 7px -2px rgba(51,51,51,1);
}
button.ad-call:hover {
	cursor: pointer;
}

#pageContainer  { background-color: #EEEEEE; width: 1250px; min-height: 100vh; /*height: 100vh;*/ overflow:hidden;  margin-left:auto; margin-right:auto; }

::-webkit-input-placeholder {
	opacity:.40;
}
:-moz-placeholder { /* older Firefox*/
	opacity:.40;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity:.40;
}
:-ms-input-placeholder {
	opacity:.40;
}


img { border: 0; }

/* header elements */
#headerWrapper { width: 100%; background-color:#FFF; height: 160px; }
#logo { width: 250px; height: 94px; margin-top: 30px; margin-left: 30px; background-image:url(../images/logo.png); background-repeat: no-repeat; float: left; }
#topNav {
	width: 947px;
	height: 96px;
	background-image:url(../images/top-nav-bar2.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 22px;
	margin-right: 20px;
}
#topNav .topNavChild { margin-top: 50px; float: left; border-left: 2px solid #CCC; padding: 7px 15px; }
#topNav .topNavChild #userType { width: 200px; text-align: center; }
#topNav #welcomeText { margin-left: -30px; }
#searchForm { width: 500px; height: 25px; margin-top: 52px; margin-left: 70px; float:left; }
#notificationIcon { width: 40px; height: 40px; background-image:url(../images/mail-none.png); background-repeat: no-repeat; margin-top: 47px; margin-left: 20px; float:left; }
#quickSearch { height: 20px; width: 105px; position:absolute; margin-left: 55px; margin-top: 10px; font-size: 16px; font-weight: 700; color:#525252; }
.headerText { color: #000000; font-size: 9pt; font-weight: 400; }

#searchForm input#unit-id { width: 75px; }
#qs-properties-results {
	border: 1px solid #AAA;
	width: 300px;
	background: #FFF;
	position: relative;
	z-index: 99999999;
	height: auto;
	max-height: 400px;
	overflow-y: auto;
	font-size: 13px;
}
#qs-properties-results ul li a,
#qs-properties-results ul li span {
	text-decoration: none;
	color: #555;
	display: block;
	width: 100%;
	padding: 2px 10px;
}
#qs-properties-results ul li a:hover { background: #DBE6F4; }
#qs-properties-results ul.fka li a { padding-left: 20px; }

.menu-list { text-align: center; width: 100%; }
.menu-list > a, .menu-list > div { display: inline-block; }

/* Ad-call button */
button.ad-call {
	border: 1px solid #BBB;
	background: #2ECC71;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 10px;
	margin-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
button.ad-call:active {
	-webkit-box-shadow: inset -1px 1px 7px -2px rgba(51,51,51,1);
	-moz-box-shadow: inset -1px 1px 7px -2px rgba(51,51,51,1);
	box-shadow: inset -1px 1px 7px -2px rgba(51,51,51,1);
}
button.ad-call:hover {
	cursor: pointer;
}


/*
#navBG-Left { width: auto; height: 55px; background-color: #DDDDDD; float:left; border-right: red 1px solid;}
#navBG-Middle { width: auto; height: 55px; background-color: #DDDDDD; float:left;  border-right: blue 1px solid; }
#navBG-Right { width: auto; height: 55px; background-color: #DDDDDD; float:left; border-right: red 1px solid;}

#navWrapper { width: 100%; height: 55px; background-color: #e7e7e7; }

#navcontainer { width:auto; background-color: white; cursor: pointer; margin-top: -18px;}

#navcontainer img { float:left; margin-top:-10px; margin-left: 10px;}

#navcontainer p { float:left; margin-top:18px;  margin-left: 5px; font-size:16px; color: #525252; font-weight: 700; padding-right: 10px;}

#navitemtop { width:100%; height:18px; background-color:#FFF; border-top-right-radius:20px; -webkit-border-top-right-radius:20px; -moz-border-radius-topright:20px; border-top-left-radius:20px;-webkit-border-top-left-radius:20px; -moz-border-radius-topleft:20px; }

#navitemtop-dark { width:100%; height:18px; background-color:#FFF; border-top-right-radius:20px; -webkit-border-top-right-radius:20px; -moz-border-radius-topright:20px; border-top-left-radius:20px;-webkit-border-top-left-radius:20px; -moz-border-radius-topleft:20px; }

#navcontainer:hover #navitemtop { background-color:#EEEEEE; cursor: pointer;}
#navcontainer:hover #navitemtop-dark { background-color:#DDDDDD; cursor: pointer;}

#navitembottom { width:100%; height:55px; background-color:#EEEEEE; color: #000;}

#navitembottom {background-color: #EEEEEE;}

#navitembottom:hover { background-color:#EEEEEE; }

#navcontainer:active #navitembottom { background-color:#DDDDDD; cursor: pointer; color: #FFF; text-shadow: 1px 1px 2px #555555; font-weight: normal;}
*/


.navWrapper { width: 100%; height: 55px; background-color: #EEEEEE;     -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow:  0 4px 10px -2px rgba(0, 0, 0, 0.3);
    z-index:5; position:relative; }


.navBG-Left { width: auto; height: 55px; background-color: #DDDDDD; float:left; margin-right:1px; }
.navBG-Middle { width: auto; height: 55px; background-color: #DDDDDD; float:left; margin-left:1px; margin-right:1px; }
.navBG-Right { width: auto; height: 55px; background-color: #DDDDDD; float:left; margin-left:1px; }


.navcontainer { width:auto; background-color: white; cursor: pointer; margin-top: -18px;}
.navcontainer img { float:left; margin-top:-10px; margin-left: 10px;}
.navcontainer p { float:left; margin-top:18px;  margin-left: 5px; font-size:16px; color: #525252; font-weight: 700; padding-right: 10px;}
.navcontainer p {
    font-weight: 400;
}

.navitemtop {
	width:100%;
	height:18px;
	background-color:#FFF;
	border-top-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
}

.navcontainer:hover .navitemtop {
	background-color:#EEEEEE;
}

.navitembottom {
	background-color:#EEEEEE;
	width:100%;
	height:55px;
	color: #000;
}


.navitemtop-dark {
	width:100%;
	height:18px;
	background-color:#fff;
	border-top-right-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-left-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;

}

.navitembottom-dark {
	background-color:#DDDDDD;
	width:100%;
	height:55px;
	color: #000;
}

#profile-thumbnail img { margin-top: 0; }



#subnavcontainer { background-color:#DDDDDD; width: 100%;  height: 30px; display: none; text-align: center; z-index:-1; }

#subnavitems { color: #7E7870;  font-size: 12px; font-weight: bold; margin-right: 2px; cursor:pointer; height:100%; display:inline-block; width:120px; line-height: 30px;} /*margin-top was 8px*/

#subnavitems a:link, #subnavitems a:visited {
	/*color:#396FB6;*/
	color: #7E7870;
	text-decoration:none;

}
#subnavitems a:active { color: #396FB6;}
.activesub {
	background-color: #EEEEEE;
}

#subnavitems:hover { /* opacity:.6 */ color: #396FB6; background-color: #EEEEEE; }

/* welcome message */
.welcome-msg {
	position: relative;
	width: 1250px;
	height: 900px;
	background: #FFF;
	padding: 50px 175px;
	min-height: 100%;
	font-size: 13px;
}

.welcome-msg span.bld {
	font-weight: bold;
}


/* form elements */

label { font-size: 12px; color: #525252; font-weight: 700; float:left; margin-left:10px; margin-top:6px; }

input { font-size: 12px; color: #525252; padding: 4px;  border: solid 1px #C9CBCA;  }

input[type=submit] {
		font-weight:bold;
		background-color: #EEEEEE;
		border: solid 1px #CCCCCC;
		color: #444444;
}

input[type=submit]:hover {
		background-color: #CCCCCC;
}



select, textarea { font-family: Arimo; font-size: 12px; color: #525252; padding: 3px;  border: solid 1px #C9CBCA;  }
::-webkit-input-placeholder { color:#525252; }
::-moz-placeholder { color:#525252; } /* firefox 19+ */
:-ms-input-placeholder { color:#525252; } /* ie */
input:-moz-placeholder { color:#525252; }

/* system messages */
.error { color: #ff0000; font-size: 11px; font-weight: 400;}


.icon_container {
	margin-right:5px;
	padding:4px;
	float:left;

}

.fa_icon_container {
	text-align:center;
	padding:4px;
	color:#2ECC71;
	margin-right:5px;
	float:left;
	border: 1px solid #2ECC71;
	background-color:#CFFFBF;
	height:15px;
	width:15px;
	cursor:pointer;
}


.fa_icon_container:hover {
	color:#CFFFBF;
	border: 1px solid #CFFFBF;
	background-color:#2ECC71;
}


/* login elements */
#loginDivider {
	margin-top: 0px;
	margin-bottom: 0;
	border-bottom: 2px solid #eee;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

#loginArea {
	background-color:#FFF;
	text-align:center;
	height: calc(100vh - 160px);
	overflow: hidden;
}

#loginArea h1 {
	font-size: 65px;
	font-weight: bold;
	color: #273a8f;
	margin-bottom:0px;
	margin-top:75px;
}

#loginArea p {
	font-size: 16px;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:10px;
}



#loginBox {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	width:315px;
	height:109px;
	background-color:#EEEEEE;
	border-color:#EEEEEE;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 1px #CCC;
	-webkit-box-shadow: 2px 2px 1px #CCC;
	box-shadow: 2px 2px 1px #CCC;

}

#loginInput {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:20px;

}


.loginButton {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
	width:115px;
	height:45px;
	background-color:#D96D00;
	color:#FFF;
	font-size:18px;
	font-weight: 700;
	text-shadow: 2px 2px 3px #AC5600;
	cursor:pointer;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* secton elements */
#sectioncontainer_profile {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	box-shadow: 3px 3px 10px #888888; /* added 11/11/15 */
	/*
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;


	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/


	padding-bottom:20px;

}


#sectioncontainer_office {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	box-shadow: 3px 3px 10px #888888;
	/*
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/

	padding-bottom:20px;

}



#sectioncontainer_training {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	box-shadow: 3px 3px 10px #888888;
	/*
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/

	padding-bottom:20px;

}



#sectioncontainer_admin_calendar {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	box-shadow: 3px 3px 10px #888888;
	/*
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/

	padding-bottom:20px;

}



#sectioncontainer_admin_event {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;


	padding-bottom:20px;

}


#sectioncontainer_admin_forms {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;


	padding-bottom:20px;

}



#sectioncontainer_clients {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	box-shadow: 3px 3px 10px #888888;
	/*
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/


	padding-bottom:20px;

}

#statusselect {
	margin-top: 8px;
	margin-right: 6px;
	float:right;
	color: #FFF;
	font-family: arimo;
	font-size: 12px;
	font-weight: bold;
}

#sectioncontainer_client_profile {
	background-color:#FFF;
	margin-left:25px;
	margin-right:25px;
	width:1200px;
	height:auto;
	overflow:hidden;
	box-shadow: 3px 3px 10px #888888;
	/*
	border-left:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;

	moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;

	moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/


	padding-bottom:20px;

}


#clientinfowrapper {
	width: 300px;
	float:left;
	height:auto;
	overflow:hidden;
}



#clientinfobox {
	font-size:12px;
    border-style: solid;
    border-color: #cccccc;
	border-width: 2px;
	margin-top: 20px;
	margin-left: 20px;
	height:auto;
	overflow:hidden;
	width:40%
}

#clientinfobox_editicons {
	float:left;
	padding-right:10px;
	margin-left:10px;
}

#clientinfo_detailbox {
	background-color:#EEEEEE;
	color:#FF7A4D;
	float:left;
	height:inherit;
	overflow:hidden;
	width:160px;
	padding:10px;
	min-height:160px;

}

#clienticons {
    border-style: solid;
    border-color: #cccccc;
	border-width: 2px;
	width: 40%;
	margin-top: 20px;
	margin-left: 20px;
}

.clienticonstyle {
	padding-left:10px;
	padding-right:10px;
}


#breadcrumbs {
    padding: 0;
    margin: 0;
    height: 30px;
    line-height:30px; /* line-height MUST be the same as height */
    list-style-type:none;
    background: #FFF;
}

#breadcrumbs li {
    float: left; /*ie6/7 needs this */
}

#breadcrumbs a {
    float: left;
    position:relative;
    padding: 0 20px 0 10px;
    color: #000000;
    text-decoration: none;
    outline: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs a.one {
    background: #CFFFBF;
}


#breadcrumbs a.two {
    background: #FFFF99;
}

#breadcrumbs a.three {
    background: #FFC926;
}

#breadcrumbs span {
    position: absolute;
    display: block;
    line-height: 0px;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    border-left: 10px solid #CFFFBF;
    border-right: none;
    border-top: 15px solid #FFFF99;
    border-bottom: 15px solid #FFFF99;
}

#breadcrumbs span.noarrow {
    position: absolute;
    display: block;
    line-height: 0px;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    border-left: 10px solid #CFFFBF;
    border-right: none;
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
}


#breadcrumbs a.two span {
    border-left: 10px solid #FFFF99;
    border-top: 15px solid #FFC926;
    border-bottom: 15px solid #FFC926;
}


#breadcrumbs a.two span.noarrowtwo {
    border-left: 10px solid #FFFF99;
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
}


#breadcrumbs a.three span {
    border-left: 10px solid #FFC926;
    border-top: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
}


#sessionnotes {
	margin-left: 20px;
}

#addnewform label {
	margin:0px;
	float:left;
	width: 140px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

#addnewclient label, #addnewroommate label, #sourcemodal label {
	margin:0px;
	float:left;
	width: 100px;
	font-weight:bold;
	line-height:20px;
}

#addnewclient label.error, #addnewroommate label.error, #addnewform label.error {
	width:400px;
	margin-left:20px;
}

.addroommate {
	font-size:11px;
	line-height:30px;
	margin-left:100px;
	margin-right:10px;
	float:left;
}


.roomie {
	margin-top:10px;
	margin-left:20px;
	line-height:25px;
	font-weight:bold;

}

#client_buttons {
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-right:10px;
	text-align:right;
}

#client_buttons input[type="button"] {
	font-weight:bold;
	margin-left:10px;

}

#sectioncontainer_grid {
	width:1200px;
	height:auto;
}


#grid_content {
	font-size:12px;
	height:auto;
	overflow:hidden;
}


#grid_filtering {
	min-height:40px;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}

#grid_filtering_tools {
	margin:5px;
	height:auto;
	overflow:hidden;
	width:100%;
}


#grid_current_filters {
	margin:15px;
	height:auto;
	overflow:hidden;
}

#grid_filter {
	margin:10px;
	min-width:130px;
	max-width:280px;
	padding:8px;
	background-color:#EAEAEA;
	border:1px solid #999;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float:left;

}

#grid_qry_type {
	margin:10px;
	padding:8px;
	background-color:#EAEAEA;
	border:1px solid #999;
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float:left;

}


#grid_buttons {
	height:100px;
	margin-top:15px;
}

#contact_key {
	width:100%;
	margin-bottom:10px;
	height:auto;
	overflow:hidden;
}

.contact_list {
	color:#444444;
	margin-right:60px;
	font-weight:bold;
}

.contact_blue {
	color:#273a8f;
	margin-right:15px;
	font-weight:bold;
}

.contact_red {
	color:#d90000;
	font-weight:bold;
}


#sectioncontainer_office table, #officelisting table {
	margin-bottom:10px;
	border:2px solid #cccccc;
	border-collapse:collapse;
}


#sectioncontainer_office th, #officelisting th, #sectioncontainer_grid th, #sectioncontainer_clients th, #sectioncontainer_admin_forms th  {
	background-color:#396FB6;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding:5px;
	letter-spacing:1px;
}

#sectioncontainer_office td, #officelisting td {
	border:2px solid #cccccc;
	border-collapse:collapse;
	text-align:left;
}


#office_links_temps table, #office_links_temps td , #sectioncontainer_grid td  , #sectioncontainer_clients td , #sectioncontainer_admin_forms td {
	border:none;
	text-align:left;
	font-size:12px;
	color:#444444;
	padding-left:14px;
}

.bottom {
	padding-left:14px;
	line-height:18px;

}

#officelisting table, #sectioncontainer_grid table, #sectioncontainer_clients table, #sectioncontainer_admin_forms table {
	text-align:left;
	font-size:12px;
	color:#444444;

}

.underline {
	border-bottom:1px solid #CCCCCC;
}

#sectioncontainer_office .column_heading, #officelisting .column_heading {
	background-color:#eeeeee;
	text-align:center;
}


#sectioncontainer_office .column_red, #officelisting .column_red {
	color:#d90000;
	width:18px;
	text-align:center;
}


#sectioncontainer_office .column_blue, #officelisting .column_blue {
	color:#273a8f;
	width:22px;
	text-align:center;
}


#office_buttons {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:45px;

}

#office_links_temps {
	background-color:#dddddd;
	min-height:80px;
	margin-top:15px;
	padding:10px;
	border:1px solid #CDCDCD;

}

.reports_list {
	color:#444444;
	margin-right:5px;
	font-weight:bold;
}



#top_ten_heading {
	background-color:#dddddd;
	text-align:center;
	border:1px solid #CDCDCD;
	height:60px;
	font-size:18px;
	font-weight:bold;
	line-height:60px;
	margin-top:15px;
}

.topten_left {
	margin-top:7px;
	height:50px;
	overflow:hidden;
	width:48%;
	float:left;
  	-moz-box-shadow:    1px 1px 0px 1px #ccc;
 	-webkit-box-shadow: 1px 1px 0px 1px #ccc;
  	box-shadow:         1px 1px 0px 1px #ccc;
}

.topten_right {
	margin-top:7px;
	height:50px;
	overflow:hidden;
	width:48%;
	float:right;
  	-moz-box-shadow:    1px 1px 0px 1px #ccc;
 	-webkit-box-shadow: 1px 1px 0px 1px #ccc;
  	box-shadow:         1px 1px 0px 1px #ccc;
}

.topten_left img, .topten_right img {
	float:left;
	margin-right:5px;
}

.topten_left h4, .topten_right h4 {
	width:100%;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-top:10px;
	font-size:14px;
}

.topten_left h6, .topten_right h6 {
	width:100%;
	margin:0px;
	padding:0px;
	margin-left:10px;
	font-size:9px;
}


.onetwo {
	background-color:#273A8F;
	height:50px;
	width:35px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}


.threefour {
	background-color:#237D94;
	height:50px;
	width:35px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}

.fixsix {
	background-color:#229573;
	height:50px;
	width:35px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}

.seveneight {
	background-color:#209726;
	height:50px;
	width:35px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}

.nineten {
	background-color:#74991E;
	height:50px;
	width:35px;
	line-height:50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin-right:5px;
}


.column {
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:10px;
}


#sectionheading {
	margin-left:25px;
	margin-right:25px;
	margin-top:25px;
	width:1200px;
	background-color: #7E7870;
	box-shadow: 3px 3px 10px #888888;
	/*needs drop shadow*/
	/*
	border:1px solid #CDCDCD;
	moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;

	!!! Aleshia wanted no border, squared edges !!!
	*/
	height:auto;
	overflow:hidden;
}

#sectionheading p {
	color: #FFF; /*was EEE*/
	font-weight:bold;
	float:left;
	margin:12px;
}


#sectionheading a {
	color: #FFF; /*was EEE*/
}


#right_heading {
	color:#FFF;
	float:right;
	font-size:14px;
	font-weight:bold;
	margin:14px;
}

#right_map {
	padding-top:8px;
	padding-right:8px;
	padding-left:8px;
	height:35px;
	float:right;
	border-left:1px solid #CDCDCD;

}

#right_buttons {
	float:right;
	width:auto;
	height:auto;
}


.right_button {
	color:#444444;
	text-align:center;
	padding:6px;
	font-size:12px;
	font-weight:bold;
	border:1px solid #CCC;
	width:120px;
	margin-right:8px;
	float:left;
	margin-top:8px;
}


#sectionsave {
	width:130px;
	height:40px;
	float:right;
	background-color:#748816;
	border:1px solid #748816;
	moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	text-align:center;
}

.sectionsavetext {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

#sectionwrapper {
	margin-left:25px;
	margin-right:25px;
	margin-top:25px;
	width:1150px;
	height:auto;
	overflow:hidden;
}

#sectiondiv {
	float:left;
	height:auto;
	overflow:hidden;
	font-size:12px;
	padding:10px;
}

#sectiondiv p {
	margin-left:10px;
	line-height:10px;
}


#sectiondiv label {
	float:left;
	width: 60px;
	font-weight:bold;
}

#sectiondiv hr {
	border:none;
	background-color:#E9E9E9;
	height:3px;

}


#addnewroommate hr {
	border:none;
	background-color:#EAEAEA;
	height:2px;
}


#wrapper {
	width:100%;
	height:auto;
	overflow:hidden;
}


#dividerdiv {
	float:left;
	height:870px;
	width:3px;
	margin-top:10px;
	margin-right:5px;
	border:1px solid #F5F5F5;
	box-shadow : 1px 0px 1px 1px #EAEAEA;
}


#lowersectiondiv {
	float:left;
	height:auto;
	font-size:12px;
	padding:10px;
	/*border-right:  2px solid #CCCCCC;*/
}


#lowersectiondiv hr {
	border:none;
	background-color:#CCCCCC;
	height:2px;

}

#lowersectiondiv label {
	float:left;
	margin-left:0px;
	width: 65px;
	font-weight:bold;
}



#lowerdividerdiv {
	float:left;
	width:2px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#CCCCCC;
}


#useremaildiv {
	margin-left:0px;
	margin-top:15px;
	height:auto;
	overflow:hidden;
	width: 100%;
	margin-bottom:15px;
}


#emailwrapper {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:8px;
}

#emailaddress {
	float:left;
	width:210px;
}

#emailtype {
	float:left;
	width:70px;
}

#userlanguagediv {
	margin-left:0px;
	margin-top:15px;
	height:auto;
	overflow:hidden;
	width: 100%;
	margin-bottom:15px;
}

#languagewrapper {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:8px;
}

#roleoffice {
	float:left;
	width:40px;
}

#roletype {
	float:left;
	width:105px;
}

#roleterm {
	float:left;
	width:135px;
}


#roleedit {
	font-size:12px;
}

#galleryimg {
	font-size:12px;
	width:auto;
	height:320px;
	float:left;
	margin-right:20px;
}


#gallerysig {
	font-size:12px;
	width:550px;
	height:320px;
	float:left;
}


.modallink a:link, .modallink a:visited {
	color: #36F;
}



.rightgray {
	margin-right:10px;
	float:right;
	color:#999999;

}


.rightgray:hover, #editroles:hover, #contactlist:hover, #sendemail:hover, .imggallery:hover, #createevent:hover , #edit_event:hover, #event_confirm:hover, #view_modal:hover {
	cursor:pointer;
}

.rightgray a:link, .rightgray a:visited {
	color:#999999;
	text-decoration:none;
}

.user-contract {
	color:#666;
	padding-top:  10px;
	padding-bottom:  10px;
}

.user-contract a:link, .user-contract a:visited {
	color:#666;
	text-decoration:none;
}

.stdfield  {
	width: 120px;
	margin-bottom:10px;
}

.shortfield  {
	width: 100px;
	margin-bottom:10px;
}

.xshortfield  {
	width:85px;
	margin-bottom:10px;
}


.stdselect  {
	width: 130px;
	margin-bottom:10px;
}

.longfield  {
	width: 187px;
	margin-bottom:10px;
}

.xlongfield  {
	width: 300px;
}

#calloutbox {
	width:100%;
	background-color:#EEEEEE;
	border:1px solid #CDCDCD;
	display:  flex;
	align-items:  stretch;
}

.charcoal {
	color:#FFF;
	height:25px;
	padding-right:8px;
	padding-left:8px;
	float:right;
	background-color:#666666;
	border:1px solid #666666;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

.rightred {
	color:#C30;
	font-weight:bold;
	text-align:right;
	margin-left:45px;

}

#sourcemodal, #roleconfirm, #officeconfirm, #reactivateconfirm, #emaildeleteconfirm, #imageupload,
#edituserroles, #reactivateconfirm, #licenserelease, #setupevent, #view_save, #event_upload,
#confirmevent, #unconfirmevent, #addnewclient,  #addnewroommate, #dupclient, #addnewform  {
	font-size:13px;
}

#imageupload, #imagegallery, #edituserroles, #licenserelease, #reactivateconfirm, #roleconfirm,
#licenseupload, #licenseupload2, #contractupload, #w9upload, #signatureupload {
	padding: 15px;
}

.ui-dialog h4 { margin: 0; } /* Reset */

.modal_content {
	margin-left:20px;
	margin-right:20px;

}


.trans40 {
	opacity:.40;
}

#calendar {
	margin:20px;
	width:700px;
	height:600px;
	float:left;
}


#calendar_selections {
	float:left;
	margin-top:20px;
	margin-left:20px;
	font-size:12px;
	width:160px;
}





#calendar_selections_header {
	width:100%;
	font-size:12px;
	color:#444444;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
}


#selection_boxes {
	background-color:#EEEEEE;
	width:100%;
	line-height:28px;
	margin-bottom:10px;
	border:1px solid #CCC;

}


#selection_boxes input[type=checkbox] {
	visibility: hidden;
}

.checkboxFive {
	height:auto;
	overflow:hidden;
	width:100%;
}

.checkboxFive label {
	cursor: pointer;
	width: 15px;
	height: 15px;
	border:1px solid #CCC;
}

.checkboxFive label:hover {
	background-color:inherit;
}



.new_event_button {
	color:#FFF;
	background-color:#2FD072;
	text-align:center;
	padding:6px;
	font-size:12px;
	font-weight:bold;
}


#admin_event_left {
	font-size:12px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	width:400px;
	/*margin-left:-70px;*/
}

#admin_event_left label {
	margin:0px;
	float:left;
	width: 75px;
	font-weight:bold;
	margin-bottom:5px;
}


#admin_event_left label.error {
	width:400px;
	font-size:12px;
}



#admin_event_right {
	margin-left: 25px;
	float:left;
	width:550px;
	font-size:12px;
}


#event_notifications {
	background-color:#EEEEEE;
	min-height:100px;
	width:350px;
}

#event_notifications p {
	margin:6px;
}


#event_action_button {
	height:auto;
	overflow:hidden;
	margin-top:10px;
}


.event_info {
	opacity:.4;
}

#right_buttons_attendees {
	float:right;
	margin-bottom:10px;
	width:100%;
	height:auto;
	overflow:hidden;
}

#right_buttons_documents {
	float:right;
	margin-bottom:10px;
	width:100%;
	height:auto;
	overflow:hidden;
}


.right_button_leftal {
	float:right;
	margin-left:8px;
	margin-top:8px;
}


.right_button_leftal a:link, .right_button_leftal a:visited {
	text-decoration:none;
	cursor:pointer;
}


.right_button_leftal:hover {
	text-decoration:none;
	cursor:pointer;
	background-color:#CCCCCC;
}


#right_event_selections {
	float:right;
	font-size:15px;
	margin:10px;
	color: #FFF;
}

#right_event_selections select {
	margin:0px;
	padding:0px;
}


.event_button {
	color:#444;
	background-color:#EEEEEE;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	min-width:76px;
	float:left;
	border:1px solid #CCC;
	margin-bottom:10px;
}



.modal_button {
	color:#444;
	background-color:#EEEEEE;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	min-width:76px;
	border:1px solid #CCC;
	margin-bottom:10px;
}


#confirm_tools {
	height:auto;
	overflow:hidden;
	width:200px;
	margin-top:15px;

}

input[type=submit].confirm_button {
	color:#444;
	background-color:#FFEFBF;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	width:76px;
	float:left;
	border:1px solid #CCC;
	margin-right:8px;
}



input[type=submit].unconfirm_button {
	color:#444;
	background-color:#CFFFBF;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	width:76px;
	float:left;
	border:1px solid #35D377;
	margin-right:8px;
}


input[type=submit].search_button {
	color:#FFF;
	background-color:#00B2B2;
	text-align:center;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	width:auto;
	float:left;
	border:1px solid #00B2B2;
	margin-left:8px;
}



#event_view {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	width:260px;
}



#event_view label {
	margin:0px;
	float:left;
	width: 70px;
	font-weight:bold;
	margin-bottom:5px;
}

#event_desc {
	margin-top:10px;
	height:100px;
	overflow-y:scroll;

}


#attendee_block {
	height:auto;
	overflow:hidden;
	width:100%;
}

.attendees {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
     column-count: 2;
	-webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;}


#right_view {
	float:right;
	padding-top:8px;
	padding-right:8px;
	padding-left:8px;
	height:35px;
}

#right_view select {
	font-size:12px;
}


.modal_title, .modal_title_alert {
	background-color:#EEEEEE;
	height:40px;
	overflow:hidden;
	width:100%;
}

.modal_title p {

	margin-top:2px;
	padding:10px;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
	float:left;
}

.modal_title_alert p {
	color:#C30;
	margin:0px;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	float:left;
}


.close_modal {
	float:right;
	margin:8px;
}

.close_modal:hover {
	cursor:pointer;
}


.ui-icon-plus {
	color: #2ECC71 !important;
}


/*.ui-dialog-titlebar { display:none; }*/

.ui-dialog {
  overflow: hidden !important;
  padding: 0 !important;
  /*margin: 0 !important;*/
  border: none !important;
  /*padding-bottom:15px !important;*/
  box-shadow: 3px 3px 10px #888888 !important;
}
/*
.ui-dialog-content {
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}*/

.ui-tabs-nav li a {
	color:#444444 !important;
	opacity:1 !important;
	background-color:#fff !important;
	font-size:11px !important;
}

.ui-state-default a:hover {
	opacity:1 !important;
	color:#00B2B2 !important;
}

.ui-state-active a:hover {
	opacity:1 !important;
	color:#444444 !important;
}


.ui-tabs-nav .ui-state-default {
	opacity:.4;
	border:none !important;
}

.ui-tabs-nav .ui-state-active {
	opacity:1;
	border:1px solid #ccc !important;
	border-width: 1px 1px 0px 1px !important;
}


.ui-tabs-nav  {
	background: #FFF  !important;
	border:none !important;
}

.ui-button-text {
   font-size: 12px !important;
   padding: 0px !important;
}

.ui-tabs .ui-widget-content {
    border: none;
	font-size:12px;
}

.ui-datepicker { font-size: 14px; }

.fc-event-icons {
	float:left;
	margin-right:5px;
}

#tabs_event_view {
	border:none;
	height:auto;
	min-height:300px;
	overflow:hidden;
}

.text-danger {
  color: red !important;
}


.billing-sync-header {
	padding: 10px;
	font-weight: bold;
}

.management-unmatched-item,
.billing-unmatched-item {
	padding: 5px 10px;
}

.management-unmatched-item:hover,
.billing-unmatched-item:hover {
	color: black;
	background-color: white;
	font-weight: bold;
	cursor: pointer;
}

.show-unmatched-billing-list {
	display: block;
}

.show-all-billing-list {
	display: none;
}

.management-synced-with-billing {
	padding: 10px;
	font-weight: bold;
}

.management-table {
	border: 1px solid darkgray;
}

table.management-table,
table.management-table th,
table.management-table td,
table.management-table tr {
	border: 1px solid darkgray;
}

.management-billing:hover {
	background-color: lightblue;
}

.billto-billing:hover {
	background-color: lightblue;
}


#agent-bio-textarea {
	width:  300px;
}

#user-review-container {
	margin-top:  30px;
	margin-left:  0px;
}

.user-review-title {
	font-weight: bold;
	margin-bottom:  10px;
	margin-top:  10px;
}

.user-review-textarea {
	width:  300px;
	padding-top:  10px;
}

.user-review-input {
	margin-top:  10px;
	width:  300px;
}

#user-award-container {

}

.user-award-title {
	font-weight: bold;
	margin-bottom:  10px;
	margin-top:  10px;
}

.user-award-textarea {
	width:  250px;
	padding-top:  10px;
	margin-top:  10px;
}

.user-award-input {
	margin-top:  10px;
	width:  250px;
}