/********************
	EMPLOYEES
*******************/

.hl_red { 
	background: darkred !important;
	color: white !important;
}

.hl_purple {
	background: #d26eee !important;
	color: #555 !important;
}

.hl_mint {
	background: #9bf8ab !important;
	color: #555 !important;
}

.hl_blue {
	background: #a7cdfe !important;
	color: #555 !important;
}

.hl_yellow {
	background: #fffda3 !important;
	color: #555 !important;
}

.hl_orange {
	background: #ffc677 !important;	
	color: #555 !important;
}

.hl_pink {
	background: #fbc6e2 !important;
	color: #555 !important;	
}

.hl_navy {
	background: #88c1ca !important;	
	color: #555 !important;
}

.hl_forest {
	background: #8dba9f !important;	
	color: #555 !important;
}

.hl_maroon {
	background: #c35873 !important;
	color: white !important;
}

.hl_brown {
	background: #ad815d !important;	
	color: #555 !important;
}
.hl_plum {
	background: plum !important;
	color: #555 !important;
}
.hl_khaki {
	background: khaki !important;
	color: #555 !important;
}
.hl_greenyellow {
	background: greenyellow !important;
	color: #555 !important;
}
.hl_darkslateblue {
	color: white !important;
	background: darkslateblue !important;
}
.hl_coral {
	background: coral !important;
	color: #555 !important;
}
.hl_darkkhaki {
	background: darkkhaki !important;
	color: #555 !important;
}
.hl_palegreen {
	background: palegreen !important;
	color: #555 !important;
}
.hl_crimson {
	background: crimson !important;
	color: white !important; 
}
.hl_deepskyblue {
	background: deepskyblue !important;
}
.hl_darkolivegreen {
	background: darkolivegreen !important;
	color: white !important;
}
.hl_turquoise {
	background: turquoise !important;
	color: #555 !important;
}
/*********************************
       Main Styles
*********************************/

body {
	font-family: 'Oxygen', Arial, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	margin: 0px;
}

div, p, h1, h2 {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

img {
	border: 0px;	
}

a {
	color: #097589;
}

a:hover {
	color: #086273;
}

.clearer:before, .clearer:after { 
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearer:after {
	clear: both;
}

.clearer {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin {
	margin-bottom: 1em !important;
}

.no_margin {
	margin: 0px !important;	
}

.margin-top {
	margin-top: 1rem !important;	
}

.margin-left {
	margin-left: 1rem !important;	
}

.left {
	text-align: left !important;	
}

.sButton {
	border: 0px;
	padding: 3px 10px;
	font-size: 11pt;
	font-family: 'Oxygen', sans-serif;
	color: #fff;
	background-color: #999;
	text-decoration: none;
}

.sButton:hover {
	cursor: default;
	color: #fff;
	background-color: #0099cc;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-ms-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;		
}
.sButton.org {
	background-color: #fd973f; padding: 6px 0px;
}
.sButton.org:hover {
	background-color: #e37b21;
}

.sButton: disabled:hover {
	color: #fff;	
	background: #999;
}

.greenBG {
	background-color: #2ca364;	
}

.redBG {
	background-color: #9d3333;	
}

.highlight {
	background: #ffc;
	padding:10px 0 0;
}

.success {
	background-color: #2ca364;	
	color: #FFF;	
	display: block;
	border-radius: 10px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.sf {
	background-color: #2ca364;	
	color: #FFF !important;
	display: block;
	border-radius: 10px;
	padding: 3px 10px;
	font-size: 10pt !important;
	margin-bottom: 10px !important;
}
.reqrequo {
	/* background-color: #ffdbdc; */
	color: #ff3a40;
}

#loginContainer {
	width: 325px;
	margin: 125px auto;
}

#loginForm label {
	display: block;
	color: #555;
	font-size: 14pt;
	margin-top: 10px;
}

#loginForm input[type=text], #loginForm input[type=password] {
	border: 1px solid #555;
	padding: 5px;
	width: 295px;
	color: #555;
	font-size: 14pt;
}

#loginForm .sButton {
	margin-top: 10px;
	width: 307px;
	font-size: 14pt;
	padding: 5px 0px;
}

.error {
	font-family: Arial;
	border-radius: 5px;
	font-size: 10pt;
	color: #b74040;
	margin-top: 10px;
	text-align: center;
	width: 300px;
}

.green {
	color: #003333;	
}

.red {
	color: #660000 !important;
	font-weight: bold;	
}

.no-select {
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;	
}

.no-select:hover {
	cursor: default;
}

.arrow-up {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid black;
}

.arrow-down {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;	
	border-top: 8px solid #000;
}

/**********************
   Left Side Bar
**********************/

#left-sidebar {
	width: 258px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #eee;
	padding: 0;
	font-size: 10pt;
	overflow-y: scroll;
}

#right-sidebar {
	width: 258px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background: #eee;
	padding: 0;
	border-left: 1px solid #ccc;
	font-size: 10pt;
	overflow-y: scroll;
}

#left-sidebar h2 {
	font-family: Oxygen;
	font-weight: bold;
	text-align: center;
}

#global-search h2 {
	background-image: url(../images/cp-h2-bg.png);
	color: #f2f2f2;
	font-size: 12pt;
	height: 35px;
	line-height: 35px;
}

#new-reminder {
	display:block;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/cp-head-bg.png);
	color: #fff;
	font-size: 12pt;
	height: 34px;
	line-height: 34px;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
}

#global-search h2 img {
	margin-right: 5px;
	width: 10px;
	vertical-align: middle;	
}

#global-search h2 span {
	vertical-align: middle;	
}

.sf-input {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #FFF;
}

#global-search input[type=text] {
	float: left;
	border: 0;
	width: 180px;
	height: 35px;
	color: #555;
	padding: 0 10px;
	font-size: 14pt;
    box-sizing: border-box;
}

#global-search input[type=submit] {
	height: 35px;
	width: 40px;
	float: right;
	border-left: 1px solid #666;
	background-color: #ccc;
	font-size: 0pt;
	background-image: url(../images/search_icon.png);
	background-position: center;
	background-size: 35% 35%;
	background-repeat: no-repeat;
}

#global-search input[type=submit]:hover {
	background-color: #eee;	
}

.side-head {
	font-family: Oxygen;
	background-image: url(../images/cp-h2-bg.png);
	font-size: 10pt;
	font-weight:bold;
	color: #f2f2f2;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.side-list {
	width: 100%;
}

.side-list td {
	padding: 3px;	
}

.side-list .num {
	text-align: right;
	width: 52px;
	padding-right: 10px;	
}

#phone-table th {
	padding: 6px 0 4px;
	background: #ddd;
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.cm-holder {
	margin-bottom: 0px;
	font-size: 9pt;
}

.none-found {
	text-align: center;	
}

#reminder-bar {

}

#rem-side {
	position: relative;
	overflow-x: hidden;
}

#right-sidebar h3, #left-sidebar h3 {
    padding: 3px 20px;
    font-family: Oxygen;
    font-weight: normal;
    margin: 0px;
	font-size: 11pt;
}

.reminder-box {
	border-bottom: 1px solid #ccc;
	padding: 0px 25px 10px;
	margin: 10px 0;
	position: relative;
}

.rem-i {
    float: right;
}

.prr-box {
    height: 80%;
    width: 0px;
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 0px;
}

#pen-table-holder h3 + div, .sub-content h3 + div {
	display: none;	
}

/*************************
       Control Top
*************************/

#panelContainer {
	width: 800px;
	margin: 0px auto;
}

#topContainer {
	position: relative;
	width: 800px;
	height: 90px;
}

#topContainer img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 270px;
}

#headerText {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #666;
	letter-spacing: -2px;
	position: absolute;
	top: 65px;
	right: 20px;
}
#headerCountText
{
	position: absolute;
	left: 250px;
	top: 15px;
	width: 500px;
	font-size: 10px;
	color: orange;	
}
#headerCount {
	position: absolute;
	left: 250px;
	top: 28px;
	width: 500px;
	font-size: 33px;
	color: orange;
}
.prevYear{
	color:darkcyan;
}
#headNav {
	position: absolute;
	top: 10px;
	right: 0px;	
}

#headNav a {
	text-decoration: none;
	display: inline-block;
	color: #0091c8;
    padding: 6px;
    border: 1px solid;
    border-radius: 3px;
    background-color: #0091c81c;
	font-size: 16px;
}
#headNav a:hover {
	color: #fff;
	background-color: #0091c8;
}

/***************************************
	NAVI GATE TION 
***************************************/

nav {
	z-index: 20;
	background-color: #333
}


nav ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul div {
	display: none;
}


nav ul li:hover > div {
	display: block;
}

nav ul:after {
	content: ""; clear: both; display: block;
}

nav ul li {
	float: left;
}

nav ul li:hover a {
	background: #555;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-ms-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;
}

nav ul li a {
	display: block; 
	text-align: center;
	color: #f7f7f7;
	text-decoration: none;
	font-size: 11pt;
	padding: 8px 14px;
}

nav ul li a:hover {
	color: #f7f7f7;
}

nav ul li div {
	position: absolute; 
	top: 100%;

	z-index: 20;
	font-size: 11pt;
}

nav ul div ul li {
	float: none; 
	position: relative;
	line-height: 18pt;
}

nav ul div ul li a {
	text-align: left;
	color: #f2f2f2 !important;
	font-weight: normal;
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
}

nav ul div li + li {
	margin-left: 0;
}

nav ul div ul li a:hover {
	background: #888 !important;
}

nav .active {
	background-image: url('../images/nav_active.png');

	background-position: 100% 40%;
}

nav ul li div ul li div{
	position: absolute; 
	left: 100%;
	top: 0%;
	z-index: 21;
	font-size: 11pt;
}

/*********************************
       Control Content
*********************************/

#content {
	padding-bottom: 20px;	
}

#content h2 {
	font-size: 12pt;
	color: #333;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-family: Oxygen;
}

.small_form {
	float: left;	
	width: 355px;
	padding: 20px;	
	min-height: 100px;	
	background-color: #ebebeb;
	margin-top: 10px;
}

.small_form + .small_form {
	margin-left: 10px;	
}

.main_sm {
	float: left;	
}

.main_sm label {
	display: inline-block;
	font-size: 10pt;
	width: 140px;
	margin-right: 10px;
}

#content .main_sm input[type=text] {
	padding: 1px 3px;
	width: 50px;
}

#content input[type=text], #content input[type=password], select, .popup-box input[type=text] {
	width: 200px;
	display: inline-block;
}

#content input[type=text], #content input[type=password], select, textarea, .popup-box input[type=text] {
	padding: 3px;
	font-size: 11pt;
	border: 1px solid #666;
	margin-bottom: 8px;
	color: #555;
}

input[type=file] {
	padding: 3px;
	width: 244px;
	font-size: 10pt;
	background-color: #e9eef0;
}

input[type=file] + input[type=file] {
	margin-top: 5px;	
}

#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	max-width: 80%;
	min-width: 80%;	
	max-height: 100px;
	min-height: 100px;
}

#content form {
	margin-top: 10px;	
	color: #333;
}

#content .view_container label {
	font-size: 11pt;
	display: block;
	margin-bottom: 2px;
	margin-top: 5px;
}

#calculator {
	width: 400px;
	text-align: right;
	float: left;
}

#calculator h2 {
	text-align: left;
	background-color: #dadada;
	padding-left: 15px;
}

#calculator .sButton {
	font-size: 13pt;	
	margin-top: 5px;
}

#calculatorInfo {
	width: 300px;
	margin-left: 40px;
	padding-top: 50px;
	float: left;
}

#calculator input[type=text] {
	width: 142px;
	margin: 3px 0px 3px 5px;	
	border: 1px solid #666;
	padding: 3px 1px;
}

#calculator select {
	width: 145px;
	margin: 3px 0px 3px 5px;	
	border: 1px solid #666;
	padding: 2px;
}

#calculator input[type=radio] {
	margin-bottom: 8px;	
}

#calculatorInfo .sButton {
	margin: 10px 0px 10px 100px;
}

#calculatorInfo b {
	display: inline-block;
	width: 135px;
	text-align: right;
	padding-right: 10px;
}

#calculatorInfo .priceLine {
	display: inline-block;
	width: 135px;	
}

#calculatorSpecs h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: #003333;
}

#calculatorSpecs h3 {
	font-weight: normal;
	font-size: 1.1em;	
	padding: 0px;
	margin: 0px 0px 10px;
	color: #003333;
}
#email_table td {
	max-width: 225px;
	overflow: hidden;
}
.general_table {
	margin-top: 10px;
	font-family: 'Oxygen', sans-serif;		
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

.general_table th {
	background-color: #0099cc;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-size: 11pt;
	padding: 2px 5px;
}

.general_table th:hover {
	cursor: default;
	background-color: #0b799e;
	-webkit-transition: background 400ms ease;
	-moz-transition: background 400ms ease;
	-ms-transition: background 400ms ease;
	-o-transition: background 400ms ease;
	transition: background 400ms ease;			
}

.general_table td {
	padding: 2px 5px;
	font-size: 10pt;
}
#email_table.general_table td {
	font-size: 12px;
}
.general_table td+td {
	min-width: 0px;
}

.general_table tr:hover td {
	background-color: #eee;
	cursor: default;
}

.general_table tr.nohover td {
	font-size: 10pt;
	padding-bottom: 20px;
}

.general_table.smtext td, .general_table.smtext th {
	font-size: 10.5pt;
}

.general_table tr.nohover:hover td {
	background-color: #fff;	
}

#request_table tr:hover td: nth-child(1) {
	background-color: #FFF;
}


#sales .general_table tr:hover td {
	background-color: #fff;	
}

#sales .general_table img:hover {
	transition: opacity .30s;
	opacity: .5;	
}

.view_container {
	width: 545px;
	float: left;	
}

.side_bar {
	width: 250px;
	float: right;
	margin-top: 10px;
}

.side_bar h2 {
	padding-left: 15px;	
}

#prepare_quote, #prepare_confirmation {
	background: #0099cc;	
}

#prepare_quote:hover, #prepare_confirmation:hover {
	background: #097589;
}

#customer-box {
	background-color: #e9eef0;
}

#customer-box h2 {
	margin-top: 0;	
}

.view_container h2 {
	background-color: #dadada;
	padding: 3px;
}

.view_container h3 {
	background-color: #dadada;
	margin: 0px 0px 5px;
	padding: 3px;
	font-size: 12pt;
	font-weight: normal;
	font-family: Oxygen;
}

.question {
	font-size: 11pt;
	font-weight: 700;
	color: #0b799e;	
	float: left;
	width: 300px;
}

.answer {
	margin-bottom: 10px;
	width: 245px;
	float: left;
}

#view_request .view_container {
	width: 545px;	
}

#customer_info {
	line-height: 1.8;
	padding-left: 15px;	
	padding-bottom: 15px;
}

#customer_info img {
	width: 20px;	
	float: left;
	margin-top: 4px;
}

#customer_info span {
	float: left;	
	margin-left: 10px;
	width: 190px;
}

#customer_info .edit-c-sep span {
	float: none;
	margin-left: 0;
	width: auto;
}

#customer_info + .side_big_button {
	margin-bottom: 2px;	
}

#side-bar-buttons {
	margin-bottom: 10px;	
}

#side-bar-buttons .sButton {
	width: 100%;
	display: block;
	padding: 4px 0px;
	font-size: 10pt;
	text-align: center;
	cursor: pointer;
}

#side-bar-buttons .sButton + .sButton {
	border-top: 1px solid #fff;	
}

#side-bar-buttons img {
	width: 20px;
	vertical-align: -2px;
	margin-right: 15px;	
}

.icon_buttons .sButton {
	width: 210px !important;
	padding-left: 40px !important;
	text-align: left !important;
}

.feature_list {
	margin-bottom: 5px;
}

.header_date {
	float: right;
	font-size: 12pt;	
	margin-right: 10px;
}

#content .date_selects select {
	display: inline-block;
	width: 75px;	
}

.tooltip {
	position: absolute;
	font-size: 10pt;
	background-color: #efefef;
	border: 1px solid #ababab;
	border-radius: 5px;
	padding: 2px 4px;	
}

#prepare_form, #mailer {
	display: none;	
}

#addressee-wrap label {
	display: inline-block;
}

.quote-left label {
	display: block;
}

.quote-left {
	float: left;
	width: 430px;	
}

.quote-right {
	float: left;
	width: 370px;
}

.quote-right h3 {
	margin: 0px 0px 10px;	
}

.attach_item {
	padding: 2px 0px;
	margin-bottom: 3px;
}

.attach_item:hover {
	background-color: #cdcdcd;
}

.form_buttons {
	position: absolute;
	bottom: 0px;
	width: 800px;
}

.top_form_buttons {
	position: static !important;	
}

.form_buttons .sButton {
	font-size: 12pt;	
}

#custom_attach {
	margin-top: 15px;	
}

#left_buttons {
	width: 545px;
	float: left;
}

#left_buttons .sButton {
	width: 130px;
	padding: 4px 0px;
	float: left;
	text-align: center;	
}

.option-button, #view-button, .ez-button {
	width: 130px;
	float: left;
	margin-left: 7px;
}

#left_buttons .sButton + .sButton, #left_buttons #options-button + .sButton, #left_buttons #view-button + .sButton {
	margin-left: 7px;	
}

.ins-button, #outer-button {
	width: 250px;
	float: right;
	margin-right: 0px !important;
}

.ins-button .sButton, #outer-button .sButton {
	width: 100%;	
	padding: 4px 0px;
}

#conf-container {
	width: 2400px;
	position: absolute;
	left: 0px;	
}

#conf-container .form-page {
	overflow-y: scroll;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#conf-container #conf-mce {
	overflow-y: auto;
}

.part-block .input-box {
	height: 30px;
}

.conf-gates-holder .input-box {
	height: auto;	
}

#form-visible {
	width: 800px;
	position: relative;
	overflow: hidden;
}

#form-container {
	width: 2400px;
	position: absolute;
	left: 0px;	
}

.form-page {
	width: 800px;
	float: left;	
}

#ins-button {
	float: right;
	margin-right: 5px;	
}

#option-holder {
	height: 365px;
	overflow-y: scroll;
	line-height: 1.7;
}

#sel-options {
	width: 240px;
	padding-left: 10px;
	float: left;	
}

#option-holder input[type=text], #option-holder select {
	width: 60px;
	padding: 1px;
	margin-left: 6px;
	margin-right: 6px;	
	margin-bottom: 0px;	
	border: 0px;
	background-color: #d7e8ff;
}

#option-holder select {
	width: auto;
	margin-right: 1px;
}

#option-holder label:hover {
	color: #46667b;
}

#option-holder .long_field {
	width: 400px !important;	
}

.required_opt {
	background-color: #ff8989 !important;
}

#filter_states .require_input {
	background-color: #fff !important;
	border: 1px solid #e93737 !important;
}

.notification {
	position: absolute;
	z-index: 10;
	min-height: 20px;
	min-width: 20px;
	max-width: 210px;
	background-color: #FFF;
	border: 1px solid #aaa;
	color: #666;
	padding: 0px 1em 1em;
}

.notification p {
	clear: both;
	font-size: 10pt;
}

.notification .button {
	margin-top: 5px;
	font-size: 10pt;
	display: inline-block;
	background: #0099cc;
	padding: 3px 5px;
	color: #FFF;
	border: 1px solid #00688b;
	text-decoration: none;
}

.notification .button:hover {
	background: #00688b;	
}

.notification .button + .button {
	margin-left: 10px;	
}

.notification div {
	text-align: right;
	font-size: 11pt;
	margin-left: 5px;
	float: right;
	padding: 0px 5px;
	margin-right: -15px;
}

.notification:hover {
	cursor: default;	
}

.notification div:hover {
	cursor: default;
	font-weight: bold;
}

.require_input {
	border: 0px;
	background-color: #ff8989 !important;
}

#emp_form .general_form {
	margin-top: 10px;	
}

#emp_form .general_form label {
	font-size: 11pt;
	display: block;
	margin-bottom: 1px;
}

#emp_form .general_form input[type=text], .general_form input[type=password], #emp_form .general_form select {
	font-size: 11pt;
	padding: 3px;
	margin-bottom: 10px;
	display: block;
}

#emp_holder {
	width: 550px;
	float: left;	
}

#emp_form {
	float: right;	
}

.add_button {
	margin-top: 20px;
	margin-left: 5px;	
}

.email-button, .green-button {
	background-color: #0F9951;
}

.email-button:hover, .green-button:hover {
	background-color: #00803D;
}

.send-button, .red-button {
	background-color: #fd3c16;
}

.send-button:hover, .red-button:hover {
	background-color: #A8270D;
}

.options-button, .blue-button {
	background-color: #009ef6;
}

.options-button:hover, .blue-button:hover {
	background-color: #097589;
}

@media print {
	body, html {
		width: auto !important;
		background: #FFF;
	}
	
	* {
		border-color: #000 !important;
		color: #000 !important;	
	}
	
	
	#panelContainer,
	#content, #view_table {
		width: auto !important;
		margin: 0 auto;
		padding: 0; 
		border: 0; 
		color: #000; 
		font-size: 12px !important;
	}	
	
	.no-print {
		display: none !important;	
	}
	
	#view_table {
		width: 100% !important;
		margin: 0 auto;
		padding: 0; 
	}
	
	#view_table th {
		font-weight: bold;
	}
	
	#topContainer {
		width: auto !important;
		display: block;
		height: auto;
	}
	
	#topContainer img {
		width: 33%;
		position: static;
	}
	
	#form-visible, nav, #side-bar-buttons, #logout, .side_bar, input[type=checkbox], .ch_th, .ch_td, .pr_th, .pr_td,
	#headerText, #assign_box, #master_search, #main-sidebar, #phone-schedule, #edit-c-link, #headNav, #sc_container, #sub-sidebar, #right-sidebar, #left-sidebar,
	#calculator-holder .misc_button {
		display: none !important;
	}
	
	.view_container {
		width: 57% !important;
	}
	
	.question {
		font-size: 12px;
		width: 55%;
		clear: both;
	}
	
	h2 {
		font-size: 14px !important;	
	}
	
	.header_date {
		font-size: 14px;	
	}
	
	.answer {
		width: 40%;
	}
	
	#manager_note {
		background-color: #eee !important;
		border: 1px dotted #ddd !important;
	}

	
	.side_bar {
		background-color: #e5e5e5 !important;
		width: 38%;
	}
	
	#calculator-fields {
		width: 48% !important;
	}
	
	#calculator-fields input, #calculator-fields select {
		width: 90% !important;
		font-size: 9pt !important;
	}

	#calculator-fields .left_column {
		width: 55% !important;
		font-size: 10pt !important;
		font-weight: normal !important;
	}
	
	#calculator-fields .left_column .question {
		width: 100% !important;	
	}
	
	#calculator-fields .right_column {
		width: 45%;
		font-size: 10pt !important;
		float: right;
	}
	
	#calculator-fields .calc-h2 {
		width: auto !important;
		padding: 3px !important;
	}
	
	#calculator-holder {
		width: 48% !important;	
	}
	
	#calculator-fields .gate-container select {
		width: 20% !important;	
	}
	
	#calculator-holder .switch, #calc_table tr td:first-child {
		color: #fff !important	
	}
}

#popup-back {
	display: none;
	background-color: #000000;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

.popup-box {
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
	width: 450px;
	min-height: 40px;
	z-index: 1001;
	background-color: #F2F2F2;
	/*border: 1px solid #AAAAAA;*/
}

.popup-box h2 {
	font-size: 14pt;
	color: #08568F;
}

.popup-box input[type=text] {
	width: 100px;
	margin-left: 15px;
}

.popup-box .topper {
	background-color: #009ef6;
	width: 100%;
	height: 25px;
}

.popup-box p {
	margin: 20px;
	font-size: 12pt;
	color: #333333;
	text-align: center;
	line-height: 17px;
}

.popup-box .c_text {
	display: inline-block;
	width: 100%;
	text-align: center;	
}

.popup-box .pop-ins {
	background-color: #E2E2E2;
	text-align: center;
	padding: 10px;
}

.popup-box input[type='button'], .popup-box input[type='submit'] {
	padding: 6px 22px 5px;
	min-width: 100px;
	text-align: center;
	background-color: #747674;
	color: #FFFFFF;
	border: 0px;
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	margin: 0px 5px;
}
.popup-box input.message-tchange.newline { 
	display: block;
	margin: 8px 5px;
}
.popup-box input.message-tchange.newline.hidden { 
	display: none;
}
.popup-box input.message-tchange {
	width: auto; padding: 5px 10px; box-sizing: border-box;
}

.popup-box input[type='button']:hover, .popup-box input[type='submit']:hover {
	cursor: pointer;
	background-color: #009ef6;
}

.popup-box form {
	text-align: Center;	
}

.utility_table {
	width: 100%;	
	margin: 10px 0;
}

.utility_table th {
	background-color: #DADADA;
	padding: 3px 10px;
	border-bottom: 1px solid;
	font-family: Oxygen;
	font-size: 11pt;
	font-weight: 400;
	color: #333;
}

.utility_table td {
	height: 30px;
	font-size: 10pt;
	padding: 0px 6px;
}

.utility_table tr td: nth-child(3) {
	text-align: center;	
}

#samples .utility_table tr td: nth-child(3) {
	text-align: right;	
}

.sent_row {
	background-color: #8bea94;	
}

.utility_table .sent_row .fButton {
	color: #fff;
	background-color: #53b95d;
	border-left: 1px solid #7abc80;
	border-top: 1px solid #7abc80;
	border-right: 1px solid #3f9d48;
	border-bottom: 1px solid #3f9d48;
}

.utility_table .sent_row .fButton:hover {
	border-left: 1px solid #3f9d48;
	border-top: 1px solid #3f9d48;
	border-right: 1px solid #7abc80;
	border-bottom: 1px solid #7abc80;	
}

.utility_table .fButton {
	display: inline-block;
	text-decoration: none;
	color: #555;
	border: 0px;
	background-color: #ccc;
	padding: 2px 0px;
	width: 75px;
	text-align: center;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 10pt;
		
}

.utility_table .fButton:hover {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.utility_table .cancel_row .fButton {
	color: #fff;
	background-color: #9a3333;
	border-left: 1px solid #ae3b3b;
	border-top: 1px solid #ae3b3b;
	border-right: 1px solid #822a2a;
	border-bottom: 1px solid #822a2a;
}

.utility_table .cancel_row .fButton:hover {
	border-left: 1px solid #822a2a;
	border-top: 1px solid #822a2a;
	border-right: 1px solid #ae3b3b;
	border-bottom: 1px solid #ae3b3b;	
}

#follow_up_options {
	float: left;
	width: 250px;	
}

.tile {
	padding: 7px 10px;
	background-color: #0099cc;
	width: 230px;
	display: block;
	text-align: center;
}

.tile + .tile {
	margin-top: 10px;
}

.tile p {
	display: inline-block;
	color: #fff;
}

.tile:hover {
	transition: background .30s ease;
	background-color: #097589;	
}

.pr_box {
	min-height: 20px;
	width: 100%;
	font-size: 0pt;
}

.key_line {
	margin-left: 15px;
}

.key_line span {
	line-height: 30px;
	vertical-align: middle;	
}

.p_key {
	display: inline-block;
	height: 20px;
	width: 50px;
	font-size: 0px;
	margin-right: 15px;
	vertical-align: middle;	
}

.high_p {
	background-color: #fd3c16;
	border: 3px solid #fd3c16;
}

.med_p {
	background-color: #76bfe7;
	border: 3px solid #76bfe7;	
}

.def_p {
	background-color: #ccc;
	border: 3px solid #ccc;
}

.low_p {
	background-color: #32d26b;
	border: 3px solid #32d26b;
}

.phone_p {
	background-color: #4f2388;
	border: 3px solid #4f2388;
}

.no_p {
	background-color: #181818;
	border: 3px solid #181818;
}

.all_p {
	border: 3px solid #ccc;
	background-color: #fff;
}

.yell_p {
	background-color: #f4d621;
	border: 3px solid #f4d621;
}

.pur_p {
	background-color: #7876e7;
	border: 3px solid #7876e7;	
}

.ora_p {
	background-color: #fd973f;
	border: 3px solid #fd973f;	
}

#p_switch {
	float: right;
	margin-right: 10px;
}

.switch_op {
	float: left;
	height: 38px;
	width: 38px;	
	font-size: 0pt;
	transition: all .30s ease;
}

.switch_op:hover {
	transform: scale(1.1);
	cursor: pointer;
}

.a_switch {
	opacity: 1;
	border-color: #444;
}

#p_switch p {
	color: #555;
	background-color: #efefef;
	padding: 3px;
}

.cancel_row td {
	background-color: #b33c3c;	
	color: #fff;
}

.false {
	margin-bottom: 10px;	
}

#view_emails h2 p, #view_samples h2 p {
	width: 50%;
	float: left;	
}

#view_emails h2 p + p, #view_samples h2 p + p {
	width: 50%;
	float: right;
	text-align: right;
}

#content .filter {
	background-color: #ddd;
	margin-bottom: 10px;	
	padding: 10px 12px;
	margin-top: 0;
}

#content .filter form {
	margin-top: 0;	
}

#content .date_holder label {
	display: inline-block;
	font-size: 10pt;
	width: 30px;
	margin-right: 10px;
}

#content .date_holder select {
	width: 60px;
	display: inline-block;
	font-size: 10pt;
	padding: 2px;
}

#content .date_holder select + select {
	width: auto;
}

.filter label, .filter p {	
	font-size: 11pt;
	font-family: Oxygen;
	color: #333;
	display: block;
	margin-bottom: 3px;
}

.filter .sButton {
	font-size: 10pt;
	width: 100%;
	padding: 3px 0;
}

#content .filter select {
	width: 100%;	
	font-size: 11pt;
}

.robo-taken td: nth-child(3), .robo-taken td: nth-child(4) {
	background: #952323;
}

.robo-open td: nth-child(3), .robo-open td: nth-child(4) {
	/*background: #2ab238;*/
}

.pr_td {
	background-color: #ddd;	
	text-align: center;
}

.ch_td {
	background-color: #FFF;
	text-align: center;	
}

.ch_th {
	background: #eee !important;	
}

#emp_key p {
	padding: 3px;
	margin: 0px 0px 0px 15px;
}

#emp_key p:hover {
	cursor: default;	
}

#content #assign_box, #content #doc_box {
	margin-bottom: 10px;
}

#sales .filter {
	padding: 12px;	
}

#sales .filter select {
	font-size: 11pt;	
	margin-bottom: 0px;
	border-radius: 3px;
}

#sales .filter select + select {
	margin-left: 5px;	
}

#sales_filter h2 {
	margin: 0px;
	background-color: #666;
	color: #fff;
	font-size: 12pt;
	padding: 2px 10px;
}

#sales_filter h2:first-child {
	border-radius: 5px 5px 0px 0px;
}

#sales_filter h2 a {
	color: #fff;
	text-decoration: none;
}

#sales .disabled {
	display: none;
}

#sales_filter {
	background-color: #eee;
	padding: 0px;
	border-radius: 6px;
	border: 1px solid #ccc;
}

#sales .sf_content {
	padding: 10px;	
}

.date-divider {
	display: inline-block;
	margin-left: 10px;
}

.sel-divider {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

#sales #content #date_group select {
	width: auto;	
}

#sales #content .filter .normal_select select {
	width: auto;
}

#sf_buttons .sButton {
	width: 150px;
}

.results {
	margin-top: 10px;	
	background-color: #ccc;
	padding: 10px 10px;
}

.results p + p {
	margin-top: 5px;
}
.results label {
	display: inline-block;
	width: 110px;	
}

#content #sales_filter h2 .reset {
	font-size: 9pt;
}

#content .results + .state_sep {
	margin-top: 30px;	
}

.quote-left .inline_block {
	display: inline-block;	
}

#content #subject, #content #addressee {
	width: 80%;
}

#extra_options {
	margin-left: 15px;
	margin-top: 1rem;
	font-size: 10pt;
}

#extra_options p + p {
	margin-top: 8px;	
}

#e_features, .extra-margin {
	margin: 8px 0;
	position: relative;
}

.report {
	margin-top: 1rem;	
}

.report h1 {
	font-size: 13pt;
	margin-bottom: 5px;	
}

.report p + p {
	margin-top: 5px;
}

.report .perc {
	color: #888;	
}

#request-analytics .perc {
	display: none;
	color: #888;
	font-size: 10pt;
	font-style: italic;	
	width: 20px;
	margin-left: 5px;
}

#content .sample_fh {
	margin-top: 1rem;	
}

#save_buttons {
	text-align: right;
	margin: 10px 0;
	float: right;
}

#save_buttons input {
	background: #fff;
	border: 1px solid #009ef6;
	color: #009ef6;
	padding: 3px;
	width: 81px;
}

.sf_button {
	display: inline-block;
	border: 1px solid #999;
	color: #999;
	padding: 2px;
	width: 100px;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}

.recalc_button {
	border-color: #fd7216;
	color: #fd7216;
}

.split_button {
	border-color: #009EF6;
	color: #009EF6;
}

.sf_button.split_button:hover {
	background: #009EF6;
}

#origi-button {
	color: #0f9951;
	border-color: #0f9951;
}

#origi-button:hover {
	color: #FFF;
	background: #0F9951;
}

.sButton.recalc_button {
	color: #FFF;	
	margin-bottom: 5px;
}

.sf_button:hover {
	background: #999;
	color: #FFF;
	cursor: default;
}

.recalc_button:hover {
	background: #fd7216;	
}

#save_buttons .ready_send {
	color: #fd3c16;
	border-color: #fd3c16;
}

#save_buttons .save_button {
	color: #0f9951;
	border-color: #0f9951;	
}

#save_buttons input:hover {
	background: #009ef6;
	color: #fff;;
}

#save_buttons .ready_send:hover {
	background: #fd3c16;
}

#save_buttons .save_button:hover {
	background: #0f9951;
}

.td_icon img {
	vertical-align: -4px;
	margin-left: 1px;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;	
}

.center img + img {
	margin-left: 5px;
}

#sold_stats {
	margin-top: 10px;	
}

#icon_key img {
	margin-left: 15px;
}

#icon_key img+ img {
	margin-left: 5px;	
}

#icon_key img:hover {
	opacity: .7;	
}

.stats {
	width: 100%;	
}

.stats th {
	text-align: left;
	font-size: 12pt;
}

.stats td {
	padding: 2px 0;	
}

.stats td+td, .stats th+th {
	text-align: center;	
}

.stats tr:hover td {
	color: #ce0d0d;
	cursor: default;
}

.stats tr: nth-child(2n) td {
	background-color: #d9eae9;	
}

#stats h1 {
	margin: 1rem 0;
	font-size: 14pt;
}

#stats .date_holder select {
	border-radius: 5px;	
}

#stats .date_holder {
	margin-bottom: 1rem;	
}

.archive_icon {
	vertical-align: -2px;	
}

#assign_box textarea {
	max-width: 100%;
	width: 220px;
}

#manager_note {
	background-color: #e5f1f3;
	border: 1px solid #dce8ea;
	padding: 0px 5px 5px;
	margin: 10px 0 0;
	color: #222;
}

#manager_note h3 {
	margin: 5px 0;
	font-family: Oxygen;	
}

#mailer a {
	float: left;
	width: 234px;
	padding: 8px 10px;
	text-decoration: none;
	color: #009ef6;
	border: 1px solid #009ef6;
	background-color: #fff;
	text-align: center;
	margin-top: 10px;
}

#mailer a:hover {
	background-color: #009ef6;
	color: #fff;
}

#mailer a+a {
	margin-left: 15px;	
}

#dupe_holder {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#old_archive {
	margin-top: 1rem;	
}

#content .filter input[type=text] {
	width: 218px;	
}

#follow_notes textarea {
	max-width: 539px;	
	min-width: 539px;
}

.followNote {
	background-color: #dce5e9;
	padding: 10px;
	border-radius: 10px;
}

.followNote + .followNote {
	margin-top: 10px;
}

.followSign {
	font-size: 10pt;
	font-style: italic;	
}

#content #follow_notes .input_line {
	margin-bottom: 10px;
}

#content #follow_notes .input_line label {
	display: inline-block;
	font-size: 10pt;
	margin-left: 5px;
}

.clickable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.clickable:hover {
	cursor: pointer;
}

.clickable img {
	vertical-align: -1px;	
}

#gate_options {
	display: none;
	position: absolute;
	background-color: #eee;
	width: 375px;
	height: 310px;	
	z-index: 10;
	-webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,.3);
	box-shadow: 0 0 2px 2px rgba(000,000,000,.3);
	border-radius: 11px 11px 10px 10px;
}

.drag-top {
	height: 25px;
	background-color: #0099cc;
	border-radius: 10px 10px 0px 0px;
	position: relative;
}

.drag-top:hover {
	cursor: move;
}

#move_pointer {
	position: absolute;
	top: 4px;
	left: 5px;		
}

#drag_close {
	position: absolute;
	right: 5px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#drag_close:hover {
	cursor: pointer;	
}

#gate_form {
	height: 240px;
	padding: 0px 10px;
	overflow-y: scroll;
}

#gate_form select {
	width: auto;	
	font-size: 10pt;
}

#gate_buttons {
	position: absolute;
	bottom: 10px;
	right: 10px;	
}

#gate_buttons a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	background-color: #555;
	width: 100px;
	padding: 3px 0px;
	font-size: 10pt;
	text-align: center;	
}

#gate_buttons a:hover {
	transition: all .20s;
	background-color: #0099cc;
}

#manual_form, #previous_quotes {
	margin-bottom: 1px;
	margin-top: 1px !important;
}

#manual_form label {
	display: block;	
}

#man_contents {
	display: none;	
	margin: 10px;
}

#man_contents .sButton {
	width: auto !important;
	padding: 4px 10px !important;
}

#email_viewer_container {
	width: 600px;
	margin: 1rem auto 0;
}

#email_viewer_container h1 {
	color: #222;
	font-size: 12pt;
	font-weight: normal;
	font-family: Oxygen;	
	margin-top: 2rem;
}

#email_viewer {
	width: 600px;
	padding: 10px;
	margin: 0px auto;
	border: 1px solid #bbb;
}

#content #email_viewer p {
	margin-bottom: 1rem;	
}

#content #email_viewer a {
	color: blue;
}

#email_buttons {
	margin-top: 10px;
	text-align: center;	
}

#email_buttons .sButton {
	display: inline-block;
	width: 120px;
	padding: 4px 0;
	font-size: 12pt;	
}

#content #email_viewer .email_suc {
	margin: 0;	
}

.pr_hist_color {
	font-size: 0px;
	height: 10px;
	width: 10px;
}

#pr_history {
	font-size: 10pt;	
}

.pr_date {
	color: #666;	
}

.need_contact_but {
	float: right;	
}

#content .filter .dateHolder .dateField, #content .dateHolder .dateField {
	display: inline-block;
	width: 55%;
	padding: 1px;
	font-size: 11pt;
}

#content .form-page .quote-left .dateField {
	font-size: 12pt;	
	padding: 3px;
}

#content .filter .dateHolder img {
	vertical-align: -3px;	
}

#content .filter .dateHolder img:hover, #form-container .dateHolder img:hover, #content .dateHolder img:hover {
	cursor: pointer;
	opacity: .7;	
}

#ui-datepicker-div {
	font-size: 9pt;
}

#form-container .dateHolder .dateField {
	display: inline-block;
	width: 175px;	
}

#form-container .dateHolder .dateCal, #content .dateHolder .dateCal {
	display: inline-block;	
	vertical-align: -3px;
}

.refine_message {
	text-align: left !important;	
}

.break {
	height: 10px;	
}

#content .prep_side_by input {
	width: 89%;
}

.prep_side_by select {
	width: 89%;		
}

.prep_side_by div {
	float: left;
	width: 105px
}

.prep_side_by div + div {
	float: right;	
}

#option-holder .optBlock label {
	display: inline-block;
}

#option-holder .optBlock input[type=text], #option-holder .optBlock select {
	margin-left: 0;	
}

.popInput {
	margin: 10px 0 0 0 !important;
	width: auto !important;
}

.colorFilter {
	width: 145px;
	float: left;
}

.colorAssign, .ad_button {
	width: 60px;
	float: right;	
	border: 1px solid #aaa;
	padding: 2px;
	font-size: 9pt;
	margin: 0 15px 0 0;
	border-radius: 2px;
}

.colorAssign:hover, .ad_button:hover {
	cursor: pointer;
	border: 1px solid #555;
	opacity: .9;	
}

.ad_button.pending {
	width: 80px;	
}

.break {
	height: 10px;	
}

#centerLoader {
	z-index: 1001;
}

#master_search {
	position: absolute;
	right: 0px;
	bottom: 5px;
}

#master_search input[type=text] {
	border: 1px solid #666;
	height: 25px;
	line-height: 25px;
	color: #555;
	width: 200px;
	padding: 0 7px;
	vertical-align: middle;
}

#master_search input[type=submit] {
	height: 25px;
	width: 25px;
	border: 1px solid #666;
	background-color: #ccc;
	font-size: 0pt;
	vertical-align: middle;
	background-image: url(../images/search_icon.png);
	background-position: center;
	background-size: 65% 65%;
	background-repeat: no-repeat;
}

#master_search input[type=submit]:hover {
	transition: .30s all;
	background-color: #efefef;	
}

#master_search #zip-search {
	background-image: url(../images/region-icon.png);
}

.regH {
	background: none !important;
	font-size: 13pt !important;
}

#uniqueMOpts label {
	width: 725px;
	font-size: 9pt;
	float: right;
}

.mailerOpt {
	margin-bottom: 1rem;	
}

.mailerOpt a {
	text-decoration: none;
	font-size: 10pt;
}

#email_view nav, #email_view #master_search, #email_view #logout {
	display: none;	
}

#email_view #panelContainer, #email_view #topContainer {
	width: 600px;	
}

#mainContent{
	width: 585px;
	float: right;
	margin-top: 10px;	
}

.group_table, .gWrap{
	background-color: #f1f1f1;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}

.group_table td {
	line-height: 30px;
}

#content .groupHead {
	margin: 1rem 0 0;	
}

#content .groupHead h2 {
	background: #FFF;
	color: #333;
	margin: 0;
	float: left;
}

#group_info {
	width: 100%;
	margin-top: 1rem;	
}

#content .groupHead .toolButton {
	float: right;
	text-decoration: none;
}

#content #group_info label, #content #group_info input, #content #group_info textarea {
	margin: 0;	
	font-size: 11pt;
	min-width: 98%;
	max-width: 98%;
}

#group_info td {
	background-color: #e7e7e7;
	padding: 3px 5px;
	vertical-align: top;
}

#group_info label {
	vertical-align: top;
}

#group_info textarea{
	max-height: 80px;
	min-height: 80px;	
}

.groupMisc + .groupMisc {
	margin-top: 20px;	
}

#groupSave {
	text-align: right;
	padding-right: 10px;
}

#groupSave .sButton{
	width: 80px;
	text-align: center;	
}

.groupMisc ol li{
	line-height: 1.8;
}

.groupMisc ol li span{
	color: #777;
	font-size: 10pt;	
}
/*
#composer {
	width: 565px;
	height: 200px;
	border: 1px solid #999;
	padding: 10px;
	margin: 0;
	font-size: 10pt;
}

#composer:hover {
	cursor: text;	
}

.placeHolder {
	color: #ccc;
	font-size: 10pt;
}

#cursor {
	display: none;	
}

#view #composerWrapper {
	display: none;	
}

#composerOptions .toolButton {
	width: 40px;
	color: #666;
	border-color: #999;
}

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

#send-form .toolButton {
	color: #666;
	border-color: #999;
}

#composerSendHolder {
	float: right;
	margin-top: 10px;
}

#content #composerMessage {
	min-height: 0px; max-height: 0px;
	min-width: 0px;	max-width: 0px;
	opacity: 0;
}
*/
#add_opts input[type=button] {
	float: none;	
	margin-left: 15px;
	margin-right: 0;
	margin-bottom: 5px;
}

#dealerForm {
	display: none;	
}

#dealerForm h2 {
	background: none;
	margin-left: 7px;
}

#content #dealerForm .sButton {
	min-width: 150px;
	max-width: 150px;
	font-size: 10pt;
	padding: 5px;
}

#editSaleInfo {
	display: none;	
}

.editSaleButton {
	float: right;
	padding: 0px 10px;
	display: block;
	background: #9f9f9f;
	color: #fff;
	text-decoration: none;
}

.align_right {
	margin-top: -1rem;
	text-align: right;	
}

.hiddenSwitch {
	margin-top: 5px;
	font-size: 10pt;	
}

.no_pad {
	padding: 0 !important;	
}

#remEmail textarea {
	min-width: 96%;
	max-width: 96%;	
}

#ro_container {
	margin: 0 0 12px;
	position: relative;
}

#feature_form, #ro_form {
	display: none;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 200px;
	padding: 20px;
	background-color: #eee;
	z-index: 10;
	-webkit-box-shadow: 0 0 2px 2px rgba(000,000,000,.3);
	box-shadow: 0 0 2px 2px rgba(000,000,000,.3);	
}

#extra_options input[type=checkbox] {
	vertical-align: top;	
}

#calc_table {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	width: 99%;
	font-size: 10pt;
}

#calc_table tr td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 33%;
}

#content #calc_table input[type=text] {
	border: 0px;
	padding: 0;
	margin-bottom: 0;
	width: auto;
	background-color: #ddd;
	height: 27px;
	font-size: 10pt;
	width: 95%;
	padding: 0px 2.5%;
}

#content .misc_field {
	text-align: left;	
}

#content .misc_button {
	margin: 0;
	padding: 0;
	height: 27px;
	font-size: 10pt;
	width: 50%;	
	border: 0px;
	background-color: #777;
	color: #f1f1f1;
}

#content .misc_button:hover {
	background: #0099cc;
}

#content #calc_table .misc_field input[type=text] {
	width: 50%;
	padding: 0;
	text-align: center;	
}

#calc_table tr td:first-child {
	padding: 0 10px;
	background: #555;
	font-size: 10pt;
	color: #f2f2f2;
	width: 35%;
}

#sm_calc {
	margin-top: 10px;	
}

.waive {
	font-style: italic;
	color: #777;
}

.requote_label {
	font-weight: bold;
	color: #d2482d;	
}

#ro_form .sButton, #feature_form .sButton {
	position: absolute;
	bottom: 5px;
	right: 5px;	
}

#sc_container {
	width: 99%;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 5px;
}

#calc_h3 {
	margin-top: 10px;	
}

.sb_reveal {
	padding: 10px;
	line-height: 1.7;
	display: none;
}

.sb_reveal a:hover {
	opacity: .6;	
}

.sb_note {
	font-size: 10pt;
	font-style: italic;	
}

#content .requote_message {
	background-color: #fd973f;
}

#requote_message .reqCont {
	margin-bottom: 8px;
}

#requote_message .reqCont + .reqCont {
	padding-top: 8px;
	border-top: 1px dotted #ccc;	
}

.reqCont .followSign {
	margin-top: 3px;	
}

#rem_list h3 {
	font-weight: normal;
	font-family: Oxygen;	
	border-bottom: 1px solid #bbb;;
	margin-top: 0;
}

#rem_list p {
	font-size: 10pt;	
}

.view_rem {
	padding: 20px;
}

.view_rem p{
	text-align: left;
	margin: 0;
	font-size: 11pt;
	line-height: 15pt;
}

.uploader {
    border-top: 1px solid #BBB;
}

.uploader input[type=file] {
	width: 155px;
	font-size: 8pt;
}

.uploader .sButton {
	width: 60px;
	font-size: 9pt;
}

.uploads {
	font-size: 10pt;
	margin: 10px 0;
}

.uploads p {
	font-size: 10pt;
	float: left;
}

.uploads p a {
	max-width: 200px;
	display: inline-block;	
}

.uploads p + p {
	float: right;	
}

#email_list p {
	margin-bottom: 1rem;	
}

.list-subject {
	font-weight: bold;	
}

#email_list h2 {
	background-color: #666;
	color: #FFF;
	padding: 3px 10px;
}

#email_list h2:hover {
	transition: .30s all;
	background: #888;
	cursor: pointer;	
}

.list-wrap {
	display: none;	
}

.side_big_button {
	margin-bottom: 10px;	
}

.side_big_button a, .edit-form input[type=button] {
	display: block;
	height: 30px;
	line-height: 30px;
	background: #952323;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-family: Oxygen;
	border-width: 3px;
	border-style: solid;
	border-color: #ad3535 #6b1919 #6b1919 #ad3535;
}

.side_big_button a:hover {
	background: #bd2d2d;
}

.icon_header {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;	
}

.icon_header img {
	width: 36px;
	vertical-align: -10px;
}

#content .icon_header h2 {
	display: inline-block;
	font-size: 16pt;
}

.add_section {
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 8px;
	padding: 10px;
}

.add_section h3 {
	font-family: Oxygen;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;	
}

.view_container #customer_section {
	display: block;
}

.view_container #customer_section label {
		display: inline-block;
}

.view_container #customer_section .input-box:last-child {
	margin-bottom: 0;	
}

.view_container #customer_section form {
	width: 100%;
	margin-top: 0;
}

.view_container #customer_section.add_section {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.view_container #customer_section .half {
	width: 50%;
	float: left;
}

.view_container #customer_section input[type=text] {
	width: 198px;	
}

.view_container #customer_section select {
	width: 204px;
}

#content .cust-ta textarea {
	min-width: 350px;
	max-width: 350px;
	min-height: 80px;
	max-height: 80px;
	background-color: #ffc;
}

#content .cust-ta label {
	display: block;
}

#customer_section, #sale_section {
	display: inline-block;	
}

#customer_section label, #sale_section label {
	width: 150px;
	display: inline-block;
}

.add_section + .add_section {
	margin-top: 15px;	
}

.add_section .dateHolder {
	display: inline-block;	
}

#sale_section .dateHolder label {
	width: auto;
}

#sale_main {
	float: left;	
}

#sale_side_bar {
	float: right;
	width: 410px;	
}

#select_form input[type=button] {
	display: block;
	height: 50px;
	color: #f2f2f2;
	font-family: Oxygen;
	border-width: 3px;
	border-style: solid;
	background: #35adad; /* Old browsers */
	background: -moz-linear-gradient(top,  #35adad 0%, #239595 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35adad), color-stop(100%,#239595)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #35adad 0%,#239595 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #35adad 0%,#239595 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #35adad 0%,#239595 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #35adad 0%,#239595 100%); /* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35adad', endColorstr='#239595',GradientType=0 ); /* IE6-9 */
	border-color: #42b6b6 #196b6b #196b6b #42b6b6;	
	width: 300px;
	font-size: 15pt;
	border-radius: 3px;
}

#select_form input[type=button] + input {
	margin-top: 5px;	
}

#select_form input[type=button]:hover, .edit-form input[type=button]:hover {
	opacity: .7;
	transition: 1s;	
}

.sale_form {
	display: none;	
}

.sale_form label: nth-child(1){
	display: inline-block;
	width: 130px;
}

#content .sale_form input[type=text], #content .sale_form select {
	width: auto;	
	margin-bottom: 0;
}

.sale_form .input-box {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;	
}

#add_sale_form {
	font-size: 10pt;	
}

.report-table .num, table .num {
	text-align: right;		
}

.report-table {
	width: 100%;
}

.report-table th {
	font-weight: normal;	
	font-family: "Oxygen",sans-serif;
	padding: 5px 10px;
}

.report-table td {
	padding: 10px 10px;
	width: 57px;
}

.report-table tr: nth-child(2n) td {
	background: #ddd;;
}

.report-table td:hover {
	cursor: default;
}

#request-analytics {
	margin-top: 10px;	
}

.report-table .alpha {
	text-align: left;	
}

.highlight {

}

.report-table th:hover {
	cursor: pointer;
}

#analytics .date_holder a {
	float: right;
	font-size: 10pt;
	color: #09f;
}

#anal-breakdown {
	border: 1px solid #ccc;
	background: #ddd;
	padding: 10px;
	line-height: 20pt;	
}

#anal-breakdown span {
	display: inline-block;
	width: 100px;
}

#anal-breakdown h2 {
	margin: 0;
	padding: 0;	
}

#calc_table tr .additional-row {
	background-color: #0996b0 !important;
}

.dual-buttons input.sButton {
	width: 49%;
	font-size: 10pt;
}

#edit-c-link {
	float: right;
	display: block;
	position:relative;
	z-indox:5;
	margin-top: -25px;
	margin-right: 15px;	
}

#content .small_form .date_holder input[type=text] {
	padding: 1px 3px;
	width: 125px;
}

#content .small_form .date_holder .dateCal {
	vertical-align: -4px;	
}

.report-box {
	background: #eee;
	border: 1px solid #ccc;
	width: 45%;
	padding: 1% 2%;
}

#content .report-box h2 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#report-dual h1 {
	text-align: center;
	font-family: 'Oxygen', Arial, sans-serif;
	font-size: 13pt;
	margin: 1em 0;
}

#report-dual span {
	display: inline-block;
	width: 150px;	
}

#report-dual p: nth-child(2n) {
	background: #d7d7d7;	
}

.off {
	background: #a53232 !important;
}

.switch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: .20s all;
}

.switch_alert td {
	background: #ffb7b7;
}

#calc_table td.switch:hover {
	cursor: default;
	background: #5c5c5c;
}

#splitter {
	display: none;	
}

#splitter input[type=text]{
	width: 50px;
}






.sch-available td {
	background: #93e8a1;
}

.sch-taken td {
	background: #ff7878;
}

#phone-related h2 {
	font-size: 10pt;
	font-family: Oxygen;
	border-bottom: 1px solid #ccc;
	color: #111;
}

#content #lookup {
	text-align: center;
	margin: 30px 0;
}

#content #lookup input[type=text] {
	width: 40%;
	height: 50px;
	margin: 0;
	font-size: 18pt;
	padding: 0 10px;
}

#content #lookup .sButton {
	height: 52px;
	width: 15%;
	font-size: 18pt;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
/*
.column {
	width: 400px;
	float: left;
	margin: 1em 0;
}

#content .column form {
	width: 100%;
	margin-top: 0;
}

.column .add_section {
	width: 360px;
	padding: 20px;
}

#content .column .add_section input[type=text] {
	width: 198px;	
}

#content .column .add_section select {
	width: auto;
}
*/
.col-block {
	padding: 20px;	
}

.col-block h3 {
	font-family: Oxygen;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

#phone-top {
	margin-top: 1em;
}

#phone-top .result-line {
	color: #777;
	font-style: italic;
}

#phone-top .result-line + #add-phone-entry {
	margin-top: 8px;	
}

#add-phone-entry input + input {
	margin-top: 2px;	
}

#call-log p {
	margin-bottom: 5px;
	color: #777;
	font-style: italic;
}

#quote-log h2 {
	font-family: Oxygen;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;		
}

#quote-log p + h2 {
	margin-top: 1em;	
}

#employee_sales p span {
	display: inline-block;
	width: 50%;	
}

#employee_sales p span + span {
	width: 20%;	
}


@media screen and (max-width: 1280px) {
	#main-sidebar, #phone-schedule, #sub-sidebar, #right-sidebar, #left-sidebar  {
		display: none;
	}
}

#editSale {
	width: 545px;
	display: none;
}

.input-holder label {
	display: block;	
}

#content .input-holder input[type=text] {
	padding: 3px;
	width: 225px;
}

.side-content {
	padding-left: 15px;	
}

#content .edit-form label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

#content .edit-form select {
	width: 148px;
}

#content .edit-form input[type=text] {
	width: 140px;
	padding: 3px;
}

#content .edit-form input[type=button] {
	width: 100%;
	margin-top: 1em;
	font-size: 18pt;
	height: 50px;
}

#content .edit-form .dateHolder {
	width: 175px;
	display: inline-block;
}

#content .edit-form .dateHolder label {
	width: auto;	
	display: inline-block !important;
}
/*
#content .edit-form .conf-selcs .input-box {
	height: 30px;
	padding: 5px 0;
}
*/
#content .edit-form .tile {
	color: #fff;
	border: 0;
}

.selector {
	display: inline-block;	
}

.sel-button {
	height: 30px;
	width: 50px;
	text-align: center;
	line-height: 30px;
	background: #999;
	display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sel-button + .sel-button {
	margin-right: 5px;
}

.sel-button:hover {
	cursor: default;	
}

.sel-yes.sel-on {
	background: #0F9951;
	color: #f2f2f2;
	transition: .30s all;
}

.sel-no.sel-on {
	background: #ae2121;
	color: #f2f2f2;
	transition: .30s all;
}

.sel-req {
	background-color: #ff8989 !important;
}

#gate_price, .rail_options, .gate_type, .gate_price {
	display: none;
	height: auto !important;
	background: #eee;
	padding: 10px 20px !important;
}

.conf-col {
	float: left;
	width: 50%;
}

.conf-col .conf-blocks {
	background: #f7f7f7;	
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
}

.conf-col .conf-selcs {
	margin: 10px 0;
	padding: 10px;
}

#content .conf-blocks label {
	display: block;
}

#content .conf-selcs label {
	width: 125px;
	line-height: 27px;
	height: 27px;
}

#content .conf-col input[type=text] {
	width: 200px;
}

#content .conf-col select {
	width: 207px;
}	
	
.review-pr {
	height: 25px;
	width: 99px;	
	display: inline-block;
}

#content #review-buttons input[type=button] {
	width: 31%;
	display: inline-block;
	font-size: 20px;
}

#content #review-buttons .save-button {
	background: #239552;
	border-color: #35ad67 #196b3b #196b3b #35ad67;
}
#content #review-buttons #kickconfirm {
	background: #235695;	
	border-color: #356bad #19366b #193e6b #355aad;
}

.dd-wrapper {
	position: relative;
	width: 73px;
	height: 18px;
	margin: 0;
	padding: 5px 15px;
 	display: inline-block;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border: 1px solid #363636;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease-out;
}

.dd-wrapper .dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
 	z-index: 2;
	margin-top: 0;
	background: #fff;
	border: 1px solid #363636;
	border-top: none;
	border-bottom: none;
	list-style: none;
	transition: all 0.3s ease-out;
	max-height: 0;
	overflow: hidden;
}

.dd-wrapper .dropdown li {
	padding: 0 10px ;
}
 
.dd-wrapper .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 0;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #e6e8ea;
}
 
.dd-wrapper .dropdown li:last-of-type a {
	border: none;
}
 
.dd-wrapper .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
 
.dd-wrapper .dropdown li:hover a {
	color: #57a9d9;
}

.dd-wrapper.active {
	background: #ccc;
	box-shadow: none;
	border-bottom: none;
}

.dd-wrapper.active .dropdown {
	border-bottom: 1px solid #363636;
	max-height: 400px;
	overflow-y: scroll;
}

#review-pr ul {
	padding-left: 0;
}

#review-pr a {
	display: block;
	font-size: 0pt;
	height: 5px;
	margin: 3px 0;
}

#rev-left {
	float: left;
	width: 50%;
}

#rev-right {
	float: left;
	width: 50%;
}

.prepare-button {
	padding: 15px 0 !important;
}

.ajax-complete {
	display: inline-block;
	color: #2ca364;
	font-family: Oxygen;
}

/*****************************
 # COUNTER
*****************************/

.counter {
	position: relative;
	height: 28px;
	width: 58px;
	overflow: hidden;
}

.counter input[type=text] {
	border-radius: 2px !important;
	border: 1px solid #666 !important;
	height: 20px !important;;
	width: 33px !important;;
	text-align: center !important;;
	position: absolute !important;;
	left: 0px !important;;
	top: 0px !important;;
}

.counter input[type=button] {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #d3ced3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d3ced3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#d3ced3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#d3ced3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#d3ced3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#d3ced3 100%); /* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d3ced3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #666;
	height: 14px !important;;
	line-height: 10px !important;;
	font-weight: bold;
	width: 18px !important;;
	position: absolute !important;;
	padding: 0px !important;
	font-size: 12pt !important;
	margin: 0px !important;
	cursor: pointer !important;;
	color: #555 !important;
}

.counter input[type=button]:hover {
	background: #666;
	opacity: 1;
	color: #f2f2f2 !important;
	transition: .1s all;
}

.counter .plus {
	top: 0px !important;;
	right: 0px !important;;
	border-radius: 0px 2px 0px 0px !important;;
}

.counter .minus {
	bottom: 0px !important;;
	right: 0px !important;;
	border-radius: 0px 0px 2px 2px !important;
	border-top: 0px !important;
}

.input-box {
	margin-bottom: 8px;
}

.input-box input[type=text] {
	height: 20px;
}

#content .input-box input, #content .input-box select {
	margin-bottom: 0px !important;
}

#conf-container h2 {
	padding: 0px 10px;
	font-size: 14pt;
}

#conf-container label {
	margin-bottom: 5px;
}

#conf-container .sel-button {
	font-size: 10pt;
	height: 26px;
	line-height: 26px;
}

.conf-gate-line {
	padding: 0px 10px;
	margin-top: 10px;
}

#content .conf-gate-line select {
	width: 130px;
}

#content .conf-gate-line .input-box label {
	display: block !important;
	width: auto !important;
	margin-bottom: 5px;
}

.conf-gate-line .input-box {
	float: left;
}

.conf-gate-line .input-box + .input-box {
	margin-left: 35px;
}

#conf-personal .conf-col {
	width: 50%;
}

#conf-personal .input-box label, #content #conf-container label {
	width: 130px;
	display: inline-block;
	font-size: 10pt;
	height: 26px;
	line-height: 26px;
}

#content #conf-container .counter {
	display: inline-block;
}

#conf-billing, #conf-shipping {
	position: relative;
}

#conf-billing .same_as, #conf-shipping .same_as {
	position: absolute;
	right: 0px;
	top: -24px;
}

#content #conf-billing .same_as label {
	display: inline-block;
	width: auto;
	font-size: 9pt;
	vertical-align: 3px;
	height: auto;
	line-height: auto;
}

.add_another {
	margin: 1em 10px;
	font-family: Oxygen;
}

.conf-gate-price {
	width: 150px !important;	
}

#part-header { 
	border-bottom: 1px solid #ccc;
	margin: 15px 10px 0;
}

#part-header h2 {
	display: inline-block;
	margin: 0px;
	border-radius: 7px 7px 0 0;
	padding: 0px 20px;
	float: left;
	background: #ccc;
	font-size: 13pt;
	-webkit-box-shadow: -1px 0 2px 1px rgba(33,33,33,.3);
	box-shadow: -1px 0 2px 1px rgba(33,33,33,.3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

#part-header h2 + h2 {

}

#part-header h2:hover {
	cursor: pointer;
}

#part-header .part-active {
	background: #0099cc;
	color: #fff;
}

#add_part_button {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 10pt;
	margin-top: 3px;
	text-decoration: none;
}

.conf-blocks .input-box:last-child {
	margin-bottom: 0px;	
}

#conf-container .conf-col + h2 {
	margin-top: 1em;
}

#create-reminder, #cp-popup, #create-schedule {
	width: auto;	
}

#create-reminder form, #cp-popup form, #create-schedule form {
	text-align: left;
	margin-top: 0;
}

#create-reminder h2, #cp-popup h2, #mass-create-reminder h2, #create-schedule h2  {
	font-family: Oxygen;
	margin: 10px 0 20px;
	font-weight: 400;
	font-size: 14pt;
	color: #222;
}

#create-reminder .cr-content, #cp-popup .cr-content, #create-schedule .cr-content {
	padding: 10px 40px;	
}

#create-reminder .input, #cp-popup .input, #mass-create-reminder .input, #create-schedule .input {
	margin-bottom: 5px;	
}

#create-reminder .cr-content label, #cp-popup .cr-content label, #create-schedule .cr-content label {
	width: 120px;
	display: inline-block;
}

#create-reminder .cr-content input[type=text], #cp-popup input[type=text], #create-schedule .cr-content input[type=text] {
	width: 175px;	
}

#create-reminder .cr-content select, #cp-popup select, #create-schedule .cr-content select {
	width: 181px;
	margin-left: 15px;
}

#create-reminder .dateHolder, #create-schedule .dateHolder {
	display: inline-block;	
}

#create-reminder .dateHolder label, #create-schedule .dateHolder label {
	width: auto;
}

#create-reminder .dateHolder label img {
	vertical-align: top;	
}

#cr-textarea {
	margin-top: 5px;	
}

#create-reminder #cr-textarea label {
	display: none;
}

#create-reminder #cr-textarea textarea, #create-schedule #cr-textarea textarea {
	width: 91%;
	font-family: 10pt;
	font-family: arial;
	height: 80px;
}

#mass-create-reminder .cr-content {
	padding: 10px 40px;	
}

#mass-create-reminder.popup-box form {
	text-align: left;	
}

#mass-create-reminder label {
	display: block;
}

#mass-create-reminder .dateHolder label {
	display: inline-block;	
}

#mass-create-reminder.popup-box input[type="text"] {
	margin: 0;	
}

#mass-create-reminder textarea {
	width: 91%;
	font-family: 10pt;
	font-family: arial;
	height: 80px;
}

#mass-create-reminder .input {
	margin-bottom: 1rem;	
}

#mass-create-reminder img {
	vertical-align: -4px;	
}

#mass-create-reminder .dateHolder input {
	width: 150px;	
}

.email-message {
	margin: 10px 0;
	padding: 10px;
	background: #fbfac1;
}

#view_table h1 {
	font-size: 14pt;
	font-weight: Normal;
	font-family: Oxygen;
	margin: 15px 0;	
}

.phone-sch table{
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	width: 100%;
	margin-top: 1em;
}

.phone-sch table td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	height: 50px;
	font-size: 11pt;
	text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-family: Roboto;
}

.phone-sch table td:hover {
	cursor: default;
}

.phone-sch .scheduled {
	font-size: 11pt;
	background: #0099cc;
	color: #fff;
	padding: 2px;
}

.phone-sch .scheduled.active {	
	background: #006282;
	color: #fff;
}

.phone-sch .available {
	background: #a6e6a6;
	color: #3d7739;
}

.phone-sch .available.active {
	color: #a6e6a6;
	background: #3d7739;
}

.phone-sch .taken {
	background: #e6a9aa;
	color: #9e5358;
}

.phone-sch .taken.active {
	color: #e6a9aa;
	background: #9e5358;
}

.phone-sch .blocked {
	background-color: #444;
	font-size: 20pt;
}


.sm_lbl .question {
	width: 100px;	
}

.med_lbl .question {
	width: 150px;	
}

#history-info {
	padding: 0px 0px 10px;
}

#history-info p {
	padding: 0px 15px;
	font-size: 10pt;
}

#history-info h2 {
	margin-top: 0px;	
}

#history-info p + h2 {
	margin-top: 10px;	
}

#history-info p + p {
	margin-top: 8px;
}

#history-info a span {
	font-style: italic;
	font-size: 10pt;	
}

#add_opts.phone-adds input[type=button] {
	width: 100px;
}

.missed-call .datetime {
	font-size: 10pt;
	display: inline-block;
}

.missed-call .input-holder {
	margin: 8px 0;	
}

#content .missed-call select {
	width: auto;
	margin-bottom: 0;
}

#content .action-form textarea {
	min-width: 537px;
	max-width: 537px;
}

.reveal-form {
	padding: 5px 20px;
	display: none;
}

.reveal-form label {
	display: block;
}

.reveal-form .sButton {
	padding: 4px 10px !important;
	width: auto !important;
}

.popup-scheduled {
	display: none;	
}

.found_note {
	margin: 5px 0;
	padding: 5px;
	background: #f2f2f2;
}

.to_top img {
	opacity: .5;	
}

.to_top img:hover {
	opacity: 1;
	transition: .30s all;	
}

.side_ta {
	max-width: 192px !important;
	width: 192px !important;
}

.side_ta2 {
	max-width: 215px !important;
	width: 215px !important;
}

.backlight, .backlight:hover {
	background-color: #FFC !important;	
}

.urgent {
	background: #e77070;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 1em;
}

.ugh {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}

.history-block-view {
	display: inline-block;
	background: #555;
	color: #f2f2f2;	
	text-decoration: none;
	padding: 1px 7px;
	font-size: 8pt;
	text-transform: uppercase;
}

.history-block-view:hover {
	color: #f2f2f2;
	background: #999;
	cursor: pointer;
}

.duplicate td {
	color: red;	
}

#previous_scope {
	margin-bottom: 1em;	
}

#scope-dets p span{
	font-weight: bold;
	display: inline-block;
	width: 100px;	
}

#previous_scope .ps-box {
	margin-bottom: 1em;	
}

#previous_scope .ps-box + .ps-box {
	padding: 1em 0;
	border-top: 2px solid #ccc;	
	border-bottom: 2px solid #ccc;
}

.urgent-popup {
	display: none;	
}

#gen-img-holder {
	margin-bottom: 10px;	
}

.left_column {
	width: 195px;
	float: left;
}

.right_column {
	width: 210px;
	float: left;
}

#content .right_column label {
	display: inline-block;	
}

.left_column, .right_column {
	height: 40px;
}

#content .right_column input[type=text] {
	width: 192px;	
}

#calculator-fields {
	width: 405px;
	float: left;	
}

#calculator-holder {
	width: 380px;
	float: right;	
}

.gate-container select {
	width: auto !important;	
}

#content .calc-h2 {
	margin-bottom: 10px;
	background: #ccc;
	padding: 3px 10px;
}

.text_table td {
	padding: 4px 5px;	
}

.red_new {
	background: yellow;	
}

.red_open {
	background: #940d0d;
	text-align: center !important;
	font-weight: bold;
	color: #fff;		
}

.red_self {
	background: #1b0d94;
	text-align: center !important;
	font-weight: bold;
	color: #fff;		
}

.notify-anchor:hover, .missed-img:hover {
	opacity: .6;
	cursor: default;
}

.compose-new {
	color: #0099cc;	
}

.compose-new:hover {
	cursor: pointer;	
}

.half-size {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

#cse-input-holder {
	margin-top: 1em;
	border: 1px solid #999;
}

#content #cse-input {
	width: 81%;
	padding: 0 2%;
	margin: 0;
	height: 35px;
	border: 0;
	float: left;
}

#cse-button {
	border: 0;
	height: 35px;
	width: 14%;
	float: right;
	border-left: 1px solid #999;
	background-image: url("../images/search_icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ccc;
}

#cse-button:hover {
	transition: .30s all;
	background-color: #efefef;
}

.cse-row {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 10pt;
}

.cse-row:hover {
	cursor: pointer;	
}

.cse-row span {
	display: inline-block;
	width: 50%;
	overflow: hidden;
	vertical-align: top;
}

.cse-row.selected {
	background-color: #b8ebf5;	
}

#cse-list {
	margin-top: 1em;
	height: 305px;
	overflow-y: scroll;
	border: 1px solid #999;
}

#content #cse-id {
	text-align: center;
	width: 60px;
	color: #aaa;
	border: 1px solid #aaa;	
}

#cse-go-form {
	text-align: right;	
}

.disabled-button {
	background: #1b1b1b !important;
	color: #f2f2f2 !important;	
}

.sticky-ta {
	width: 200px !important;
	max-width: 200px !important;
	min-width: 200px !important;
}

#report-options label {
	font-size: 10pt;	
}

#report-options .input {
	width: 20%;
	display: inline-block;
	margin-right: 5%;	
}

#report-params .r-option{
	display: inline-block;
	width: 30%;
}

.edit-c-sep {
	border-top: 1px solid #ccc;
	margin-top: 7px;
	padding-top: 7px;
}

.edit-c-sep a {
	display: inline-block;
	background: #ccc;
	padding: 1px 10px;
	text-decoration: none;
	color: #666;
}

.edit-c-sep span {
	vertical-align: middle;	
}

.edit-c-sep img {
	vertical-align: middle;
	width: 15px !important;
	margin-right: 3px;
	float: none !important;
	margin-top: 0px !important;
}

.pipe_date {
	font-style: italic;
	color: #777;	
}

.pipe_note_p {
	margin-bottom: 3px;
	background: #f0f0f0;
	padding: 2px;
}

.hate {
	background: #c32b2b;
	color: #fff;
	font-weight: bold;
}

.hate a {
	color: #fff;	
}

#hate-form {
	display: none;	
}

#hate-form textarea {
	min-width: 90%;
	max-width: 90%;	
}

#pending-email-table td {
	padding: 4px 5px;
}

.rq-notes {
	border: 3px solid orange;
	margin-top: 10px;
	padding: 10px;
}

.rq-notes h4 {
	margin: 0 0 5px 0;
}

.side-list .num.sm_num {
	width: 40px;	
}

.fue-re-holder {
	text-align: center;	
}

.fue-re-holder .dateCal {
	vertical-align: -4px;
	margin-left: 3px;	
}

.fue-re-holder h3 {
	text-transform: uppercase;
}

.fue-reschedule:hover {
	cursor: pointer;
	color: #0099cc;
}

.async-load {
	text-align: center;	
}
#stop_email {
    border-left: 1px solid #ae3b3b;
    border-top: 1px solid #ae3b3b;
    border-right: 1px solid #822a2a;
    border-bottom: 1px solid #822a2a;
    color: #fff;
    background-color: #b33c3c;
}
#stop_email:hover {
	
    border-left: 1px solid #822a2a;
    border-top: 1px solid #822a2a;
    border-right: 1px solid #ae3b3b;
    border-bottom: 1px solid #ae3b3b;
}

#stop_email.noemails {
	border: 0px;
	color: #666;
	background-color: #ccc;
}
#stop_email.noemails:hover {
	border: 0px;
}
.dButtonContainer {
	margin-top: 30px;
}
.dButtonContainer .dBtn {
	text-decoration: none;
	background-color: red;
	color: white;
	padding: 10px;
	
} 

.picture_optholder select {
	width: 24%;
}
