@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

@media print {
	//div.billBody {
		//page-break-after: always;
	//}
	//thead {display: table-header-group;}
   //table {
        //page-break-inside:avoid;
        //position:relative;
   // }
	//th,td{ position:relative; page-break-inside:avoid; page-break-after:always; }
		.avoid {
		position: relative;
	    page-break-inside: avoid !important;
	    page-break-after:always;
	    margin: 4px 0 4px 0;  /* to keep the page break from cutting too close to the text in the div */
	  }
}


* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #000;
	color: #fff;
	font-family:'arial bold',verdana,helvetica,arial,sans-serif;
	/*font-size:90%;*/
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
	/*font-weight: bold;*/
	text-transform:uppercase;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	/*background:#fff;*/
	color: #f42534;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #2c6877;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 0px;
}
p {
	margin: 0 0 1em 0;
}

/** Layout **/
#container {
	text-align: left;

}

#header{
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #000 ;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #000;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #000;
	text-decoration: underline;
}
#content{
	background: #000 !important;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;

	/*overflow: auto;*/

}

.login{
	/*margin-left:auto;
	margin-right:auto;*/
	margin: 0 auto;
	max-width:500px;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
#header a, #footer a {
	color: #fff;
}

/** containers **/
div.form,
div.index,
div.view {
	/*float:right;*/
	/*width:80%;*/
	/*border-left:1px solid #666;*/
	padding:10px 2%;
	/*background:#000 !important;*/
		border:0px solid;
	border-radius:15px;
}
div.actions {
	float:left;
	width:auto;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color:#000;
	font-size:12px;
}

th a:hover {color#000;

}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;

}
table tr:nth-child(even) {
	/*background: #f9f9f9;*/
}
td.actions,
td.balance {
	text-align: center;
	white-space: nowrap;
}
table td.actions a,
a.actions,
input[type=submit].actions {
	margin: 0px 6px;
	padding:2px 5px;
	background: none repeat scroll 0 0 #40b4e5;
	border: 0 none;
	color:#fff !important;

}

table td.balance a,
a.balance {
	margin: 0px 6px;
	padding:2px 5px;
	background: none repeat scroll 0 0 #00B800;
	border: 0 none;
	color:#fff !important;

}

td.timecard {
	text-align: center;
	white-space: nowrap;
}
table td.timecard a {
	margin: 0px 6px;
	padding:2px 5px;
	background: none repeat scroll 0 0 #F42534;
	border: 0 none;
	color:#fff !important;

}

/* tables style--*/
table.hovertable {
    font-family: arial,sans-serif;
    font-size:16px;
    color:#333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    width: 100%;
}
table.hovertable th {
    background-color:#d6d2d0;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #000;
    text-align: center;
    text-transform:uppercase;
    font-size:12px;
}
table.hovertable tr:nth-child(odd) {
    background-color:#ffffff
}
table.hovertable tr:nth-child(even) {
    background-color:#f1f1f1;
}
table.hovertable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
   // border-color: #000;
    text-align: center;
    //text-transform:uppercase;
   // background:#000;
    font-size:12px;
    color:#000;
}

table.hovertable td a{color:#000;}

/* SQL log */
.cake-sql-log {
	background: #fff;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}

.paging .current,
.paging .disabled,
.paging a {
	color: #000;
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	/*background: #f4f4f4;*/
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	width: 15em;
}
dd {
	margin-left: 16em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	/*margin-right: 20px;*/
	padding: 0;
	/*width: 95%;*/
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #f42534;
	font-size: 120%;
	/*font-weight: bold;*/
	text-align:center;
	text-transform:uppercase;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;*/
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	/*font-weight: bold;*/
	text-transform:uppercase;
	color:#fff;

}
form .required label:after {
	color: #f42534;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
    color: #000;
	font-size: 100%;
	margin-bottom:3px;
	text-transform: uppercase;
}
input, textarea {
	clear: both;
	font-size: 140%;
	/*font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
	padding: 1%;
	width:98%;
	color: #000;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
	color: black;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 14px;
	width: auto;
}
form .submit input[type=submit] {
	background-color:#F42534;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#F42534), to(#7F0A18));*/
	/*background-image: -webkit-linear-gradient(top, #F42534, #7F0A18);*/
	/*background-image: -moz-linear-gradient(top, #F42534, #7F0A18);*/
	border-color: #000;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:-20px;
	text-transform:uppercase;
}
form .submit input[type=submit]:hover {
	background: #F42534;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

#UserAddForm fieldset label {
	color: #fff;
}

#techAddForm fieldset label {
	color: #000;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #F42534;
	/*background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);*/
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #fff;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);*/
	text-transform:uppercase;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #F42534;
	/*border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
		text-transform:uppercase;

}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/**  Actions  **/
.actions ul {
	margin: 0;
	padding: 0;
}
.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

.timecard ul {
	margin: 0;
	padding: 0;
}
.timecard li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
.timecard ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a,
.timecard a {
	font-weight:normal;
	padding: 4px 8px;
	background: #F42534;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));*/
	/*background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: linear-gradient(top, #fefefe, #dcdcdc);*/
	/*color:#333;*/
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	/*text-shadow: #fff 0px 1px 0px;*/
	min-width: 0;
/*	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);*/
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);*/
/*	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);*/
	-webkit-user-select: none;
	user-select: none;

}

/* Buttons and button links */
.balance a {
	font-weight:normal;
	padding: 4px 8px;
	background: #00B800;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));*/
	/*background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);*/
	/*background-image: linear-gradient(top, #fefefe, #dcdcdc);*/
	/*color:#333;*/
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	/*text-shadow: #fff 0px 1px 0px;*/
	min-width: 0;
/*	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);*/
/*	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);*/
/*	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);*/
	-webkit-user-select: none;
	user-select: none;

}


.actions ul li a:hover,
.actions a:hover,
.timecard a:hover,
.balance a:hover,
a.actions:hover,
input[type=submit].actions:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active,
a.actions:active,
input[type=submit].actions:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0px 1px 0px;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}


/* Base Styles */
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    font-family: 'arial bold', sans-serif;
    text-transform:uppercase;
}
#cssmenu {
    /*border: 1px solid #133e40;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: auto;
}
#cssmenu ul {
    zoom: 1;
    background: #FFB819;
   /* background: -moz-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b0b6), color-stop(100%, #2a8a8f));
    background: -webkit-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -o-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: -ms-linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);
    background: linear-gradient(top, #36b0b6 0%, #2a8a8f 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top-color', endColorstr='@bottom-color', GradientType=0);
    padding: 5px 10px;
   /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;*/
}
#cssmenu ul:before {
    content: '';
    display: block;
}
#cssmenu ul:after {
    content: '';
    display: table;
    clear: both;
}
#cssmenu li {
    /*float: left;*/
    margin: 0 5px 0 0;
    border: 1px solid transparent;
}
#cssmenu li a,
.helpBtn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px 9px 15px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid transparent;
    font-size: 14px;
}
#cssmenu li.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #36b0b6;*/
}
#cssmenu li.active a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #fecd87;
    /*border: 1px solid #133e40;
    -moz-box-shadow: inset 0 5px 10px #133e40;
    -webkit-box-shadow: inset 0 5px 10px #133e40;
    box-shadow: inset 0 5px 10px #133e40;*/
}
#cssmenu li:hover,
.helpBtn:hover,
#cssmenu li a:focus {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid #36b0b6;*/
}
#cssmenu li:hover > a,
.helpBtn:hover,
#cssmenu li > a:focus {
   -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: block;
    background: #fecd87;
    /*border: 1px solid #133e40;
    -moz-box-shadow: inset 0 5px 10px #133e40;
    -webkit-box-shadow: inset 0 5px 10px #133e40;*/
    /*box-shadow: inset 0 5px 10px #133e40;*/
}
.helpBtn {
	text-transform: uppercase;
	background-color: #F42534;
}
 @media (max-width: 768px) {
 	.navbar-collapse.collapse.in div {
 		width:100%;
 		margin: 0;
 		/*float:right;*/
 	},
 	#cssmenu ul {
 		/*margin: 0 auto;*/
 	},
 	#cssmenu li {
 		left: 0;
 		width: auto;
 		margin: 0;
 	},
 	#options li {
 		float: none;
 	}
 	#LogoutBtn li {
 		float: none;
 	}
 	#helpBtn {
 		float: none;
 	}
 	#searchBar {
 		float: none;
 	}

 }
 @media (min-width: 768px) {
 	#cssmenu li {
 		position: relative;
 		/*left: 20%;*/
 	}
 }
 @media (min-width: 768px) {
	#options {
		float: right;
	}
	#LogoutBtn {
 		left: 0;
 		float: left;
 	}
 	#helpBtn {
 		left: 0;
 		float: left;
 	}
 	#searchBar {
 		left: 0;
 		float: left;
 	}
 }

/*-----Time picker jquery------*/
div.time-picker {
    position: absolute;
    height: 191px;
    width:4em; /* needed for IE */
    overflow: auto;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 99;
    margin: 0;
}
div.time-picker-12hours {
    width:6em; /* needed for IE */
}

div.time-picker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.time-picker li {
    cursor: pointer;
    height: 10px;
    font: 12px/1 Helvetica, Arial, sans-serif;
    padding: 4px 3px;
    color: #000;
    list-style-type: none;
}
div.time-picker li.selected {
    background: #0063CE;
    color: #fff;
}
/*#content {float:left;}*/



/*responsive tables css */
.stacktable.large-only { display: table; }
.small-only { display: none; }

.st-val a {
margin-right: 10px;
}


table.hovertable {
	/*max-width: 95%;*/
}
@media (max-width: 1500px) {
table.hovertable {
font-size: 14px;}
table.hovertable th, table.hovertable td {
padding: 6px;
}
}
@media (max-width: 1350px) {
table.hovertable {
font-size: 12px;}
table.hovertable th, table.hovertable td {
padding-left: 2px;
padding-right: 2px
}
}
@media (max-width: 1080px) {
table.hovertable {
font-size: 11px;}
table.hovertable th, table.hovertable td {
padding-left: 0px;
padding-right: 0px
}
.actions ul li a {
	padding-left:1px;
	padding-right:1px;
	font-size:12px;
}
}

@media (max-width: 960px) {
table.hovertable {
font-size: 10px;}
}
@media (max-width: 900px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
	.stacktable.small-only {
max-width: 94%;
font-size: 16px;
}
table.hovertable th, table.hovertable td {
padding-left: 2px;
padding-right: 2px
}
.actions ul li a {
	/*font-size:11px;*/
}
.technicians.view, .workOrders.view {
width: 77%;
}
div.actions {
/*width: 16%;*/
}
}

@media (max-width: 600px) {
.stacktable.small-only {
font-size: 12px;
}
table.hovertable th, table.hovertable td {
padding-left: 2px;
padding-right: 2px
}
.actions ul li a {
	/*font-size:10px;*/
}
.technicians.view, .workOrders.view {
width: 75%;
}
div.actions {
/*width: 18%;
padding-left:0;
padding-right:0;*/
}
#cssmenu ul li {
/*left: 20%!important;*/
}
}

@media (max-width: 500px) {
#cssmenu ul li {
/*left: 5%!important;*/
}
.technicians.view, .workOrders.view {
width: 98%;
}
div.actions {
/*width: 98%;*/
}
/*.actions ul {
display: inline;
}
.actions li {
margin: 0 0 0.5em 0;
display: inline-block;
}*/
}
@media (max-width: 400px) {
#cssmenu ul li {
/*left: 0%!important;*/
}
}


div.workOrders index{
background:#fff !important;}

.HomeIndexTable tr:nth-child(even){
    background-color: #0000ff;}

    div.login{background:#000;}

#LogoutBtn {border: none;}

#chartbackground{background:#fff !important;}

div.users.form{background:#000 !important;}

.inputDiv {
	border: 1px solid black;
	margin-bottom: 10px;
}
/*Please do not use the id #AddWorkOrderBtn for css*/
/*Use class red-tab-btn */
#AddWorkOrderBtn{background:#F42534;color:#fff;border:0px solid !important;border-radius:4px;text-transform:uppercase;padding:5px;margin:5px 0;}
.tab-red-btn{background:#F42534;color:#fff;border:0px solid !important;border-radius:4px;text-transform:uppercase;padding:5px;margin:5px 0;}

#ChartsButton{background:#F42534;color:#fff;border:0px solid !important;border-radius:4px;text-transform:uppercase;padding:5px;margin:5px 0;}

#LogoutBtn{background:#F42534;color:#fff;border:0px solid !important;border-radius:4px;text-decoration:none !important;text-transform:uppercase;padding:5px;}
#LogoutBtn a, .helpBtn{text-decoration:none !important;}

#print > a,
#edit > a,
#send > a {
	text-transform: capitalize;
	border: 0px solid;
	border-radius: 4px;
	padding:5px;
}

.chart-toggle {
position: relative;
float: left;
padding: 9px 10px;
border: 1px solid;
border-radius: 4px;
width: 100%;
}

.highcharts-container {
	width: auto;
	height: auto;
}

div .tooltip {
	text-transform: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #F42534;
}

#removeInputButton > span {
	color:white;
	background-color: red;
}

.emptyCell {
	border: none;
	background-color: white;
	text-align: right;
}

#punch_out > input[type="submit"] {
	color: white;
}

.editInvoice {
	background-color: #F42534;
	border-radius: 10px;
	padding: 5px;
}

#clearDiv {
	clear: none;
}

input[type=submit] {
	text-transform: uppercase;
}

a.actions,
input[type=submit].actions {
	font-weight:normal;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	line-height: 1.42857143;
	height: auto;
	width: auto;
}

.selectedRow {
	background-color: #BCC6CC !important;
}

#billTable th,
#billTable td {
	font-size: 12px;
}

#UserLoginForm > fieldset label {
	color: #FFF;
}

table.wo-agreement-table td,
table.wo-agreement-labor-table td,
table.wo-agreement-labor-table th {
	border: 1px solid black;
}

table.wo-agreement-labor-table th {
	text-align: center;
}

table.wo-agreement-table sup {
	top: -1em;
	left: -0.5em;
	font-size: 60%;
}

.searchtext span{
	background-color:#FF9;
	color:#555;
}


table.dataTable {
	border-collapse: collapse!important;
}

.dataTables_length {
	margin-top: 9px;
}

.toolbar {
	margin-top: 5px;
}

.dataTables_wrapper .dataTables_filter input {
	width: 100%;
	height: 27px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-image: none;
	border: 1px solid;
	border-radius: 4px;
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
	/* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
	/* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	/* transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
	width: auto;
}

.dataTables_wrapper label {
	font-weight: normal;
	text-transform: none;
}

div.action-bar {
	width: 100%;
}

div.action-bar a {
	float: left;
	width:16.66666666666666666666666666666667%;
}

div.action-bar div {
	overflow: hidden;
	display: block;
	float:none!important;
	border: 1px solid transparent;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #fff;
	border-color: #ccc;
	border-left: none;
}

div.tab-content {
	background-color: #f8f8f8;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
}

div.payment-right {
	margin-left: 150px;
	margin-top: 10px;
	float:right;
}

div.amount-text {
	font-family: "DinNextLight", Arial, sans-serif;
	letter-spacing: -0.05em;
	font-size: 3rem;
	color: #56b349;
	padding: 2px 4px 4px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 8px;
	font-size: 3rem;
	color: black;
	line-height: 0.85;
}

div.label-text {
	color: #969696;
	letter-spacing: 1px;
	margin-left: 5px;
	color: #6e8ba8;
	margin-top: -4px;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 0.8;
}

.btn-default {
	background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
}

.btn-edit {
	margin-top: 20px;
	border-radius: 2px;
	margin-left: 39px;
	padding: 6px 25px;
	float:right;
	background-image: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
}

.btn-add-down {
	margin-top: 20px;
	color: white;
	border-radius: 2px;
	margin-left: 25px;
	padding: 5px 30px;
	float:right;
	background-image: linear-gradient(to bottom, #3e6cc9 0%, #2e50b6 100%);
}

.btn-add-down:hover {
	color:white;
}

ul.nav-tabs li a {
	color: black;
	opacity: 0.5;
}

ul.nav-tabs li.active a,
ul.nav-tabs li a.add-link {
	opacity: 1;
}

.center-text {
	padding: 100px;
	text-align: center;
}

.center-text a {
	color: blue;
	text-transform: none;
}

ul.nav-tabs a.add-link {
	color:black;
}

.no-components {
	margin-top: 39px;
}

.component,
.no-components {


	border: 1px solid #ccc;
	background-color: white;
}

.h4 {
	margin-top: 20px;
}


.action_bar {
    height: 50px;
    background: #f3f5f6;
    margin: -10px -15px 15px -20px;
}

.selectButton {
    display: inline-block;
    position: relative;
    margin: 8px 4px;
    padding: 6px 24px 6px 7px;
    text-decoration: none;
    font-weight: bold;
    color: #26292c;
    cursor: pointer;
    vertical-align: top;
    background: #ffffff;
    border: 1px solid #c2c8cd;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 2px rgba(38, 41, 44, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(38, 41, 44, 0.05);
    box-shadow: 0 1px 2px rgba(38, 41, 44, 0.05);
}

.changeFilter {
    float: left;
    margin: 11px 0px 11px 20px;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.changeFilter.addLink {
	 padding: 5px;
    color: #26292c;
    font-weight: bold;
    text-transform: none;
    background: #ffffff;
    border: 1px solid #c2c8cd;
    border-radius: 3px;
}

.total_hours,
.total_vacation,
.total_holiday {
	display:none;
	float: right;
	font-size: 27px;
	margin: 11px 14px 11px 0px;
	/*max-width: 180px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selectButton::after {
    position: absolute;
    content: "\25BE";
    top: 50%;
    margin-top: -10px;
    right: 8px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Arial';
}

.selectButton.active:not(.disabled), .selectButton.active:hover:not(.disabled) {
    background: #ffffff;
    border-color: #ffffff;
    color: #3d4145;
    -webkit-box-shadow: 0 0 4px #c2c8cd;
    -moz-box-shadow: 0 0 4px #c2c8cd;
    box-shadow: 0 0 4px #c2c8cd;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.selectButton:hover:not(.disabled) {
    background-color: #f3f5f6;
}

.dropMenu.dropMenuVisible {
    opacity: 1;
}

.dropMenu {
    position: absolute;
    top: -1000px;
    left: -1000px;
    display: block;
    opacity: 1;
    max-width: 350px;
    min-width: 50px;
    background: #ffffff;
    overflow: auto;
    font-size: 0.9em;
    background-clip: padding-box;
    z-index: 3000;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.dropMenu ul li {
    width: 100%;
    position: relative;
}

.dropMenu ul li.active {
    background-color: #f3f5f6;
}

.dropMenu ul li a, .dropMenu ul li span.action {
    text-decoration: none;
    display: block;
    padding: 6px 15px 6px;
    cursor: pointer;
    cursor: hand;
    color: #26292c;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-transform: capitalize;
}

.dropMenu.optionsDropMenu li a {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
}

.sidebar {
	position: fixed;
	top: 108px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f5f5f5;
	border-right: 1px solid
}

.nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav {
	padding-left: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav-sidebar > li > a {
	padding-right: 20px;
	padding-left: 20px;
}

.nav-sidebar a {
	color: #337ab7;
	text-decoration: none;
}

.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
	color: #fff;
	background-color: #428bca;
}

menu.submenu {
	width: 165px;
	margin: 10px 20px 1em -6px;
	list-style: none;
	padding: 0;
	position: fixed;
	z-index: 500;
	background: #fff;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}

menu.submenu, .item-summary-style, .item_content_container, .item_details .details.box, .item_details .social_profile.box, .item_details .followers.box, .minibox-box .details.box, menu.submenu, .add-users.form, .billing-item-container {
	border: 1px solid #c2c8cd;
}

.variablewidth-container div, .variablewidth-container p, .variablewidth-container a, .variablewidth-container span, .variablewidth-container li, .variablewidth-container ul {
	white-space: normal;
	word-wrap: normal;
}

menu.submenu li {
	display: block;
}

menu.submenu li:first-child, menu.submenu li:first-child a {
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}

menu.submenu li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px #e0e4e7 solid;
	text-decoration: none;
	color: #3498db;
	font-size: 13px;
	text-transform: none;
}

menu.submenu li.active a {
	border-bottom: 1px #e0e4e7 solid;
}

menu.submenu li.active a {
	color: #3d4145;
	background: #f3f5f6;
}

.subpage {
	padding-left: 180px;
	overflow: hidden;
	padding-right: 15px;
}

div.checkbox label {
	padding-left: 0;
	font-weight: 700;
}

input[type=checkbox]#PartOrderReceived,
input[type=checkbox]#StageBillable,
input[type=checkbox]#StageTaxable
 {
	margin-left: 95px!important;
	margin-top: 2px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
  height:34px;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

input.btn.btn-primary[type=submit] {
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	text-transform: none;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
	display: inline-block;

}

#preview-div {
	visibility: hidden;
}

table.scans_table,
.scans_table thead,
.scans_table tbody,
.scans_table tr {
	position: relative;
}

.file-span {
    font-size: 80px;
    padding:36px
}

.file-link {
    color: black;
    display: inline-block;
    width: 180px;
    padding: 10px;
    text-align: center;
}

.file-link:hover {
	background-color: #d6d2d0;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    vertical-align: middle;
}

td.line-description {
	position: relative;
}

.hover-btn {
	position: absolute;
	top: 3px;
	right: 5px;
	display: none;
	//float:right;
}
td:hover .hover-btn {
	display: block;
}
.deleteRowButton {
	float: right;
	height: 23px;
	border-radius: 5px;
	background-color: red;
	color: white;
	border: none;
	width: 50px;
}

input#title-header {
	font-size: 30px;
	border: 0;
	border-bottom: 1px solid lightgrey;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.1;
	font-family: inherit;
	font-weight: 500;
	color: inherit;
	width: 45%;
}

input#title-header:placeholder-shown {
  font-style: italic;
  font-weight: normal;
}

div#dropzone {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

dialog.qq-alert-dialog-selector {
	margin: 0 auto;
}

.bs-docs-section {
    margin-bottom: 60px;
		max-width: 800px;
}

@media (min-width: 992px) {
	.bs-docs-sidebar.affix .bs-docs-sidenav, .bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.bs-docs-sidebar .nav>.active>ul {
	    display: block;
	}
}

.bs-docs-sidebar .nav>li>a {
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #767676;
}

.bs-docs-sidebar .nav>.active:focus>a, .bs-docs-sidebar .nav>.active:hover>a, .bs-docs-sidebar .nav>.active>a {
    padding-left: 18px;
    font-weight: 700;
    color: #ee2314;
    background-color: transparent;
    border-left: 2px solid #ee2314;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/*.bs-docs-sidebar .nav .nav {
    display: block;
    padding-bottom: 10px;
}*/

.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 400;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;
		padding-bottom: 10px;
}
/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
    display: block;
		padding-bottom: 15px;
}

.bs-docs-section ol,
.bs-docs-section ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 40px;
}

.bs-docs-section a {
	color: #428bca;
}

.affix {
	top: 5px;
}

div.popover h3,
.popover-content {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: black;
}

.alert-span:focus {
	outline: none;
}

.progress_bar {
	 margin-top: 10px;
	 position: relative;
    width: 100%;
    height: 20px;
    background-color: #b3b3b3;
    border: 1px solid black;
    border-radius: 5px;
}

.bar {
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #4CAF50;
   border-radius: 5px;
}

.bar_label {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 text-align: center;
    line-height: 20px;
    color: white;
}

pre#change_company_pre {
	display: -webkit-box;
	padding:0;
	margin:0;
}

pre#change_company_pre form {
	display: inline;
}

pre#change_company_pre form div {
	padding: 0;
	margin: 0;
}

input#CompanyAutoSend {
	margin: 0;
}

input.drate {
	float: none;
	margin: 0px 0px 0px 20px;
}

label.drate {
	display: inline;
	text-transform: none;
	font-weight: normal;
	font-size: 90%;
}

.help-youtube-video {
	max-width: 800px;
	padding: 20px;
	border: 2px solid #F5F5F5;
	box-shadow: 4px 2px 2px #F5F5F5;
}

hr.style1{
	border-top: 2px solid #F0F0F0;
	max-width: 900px;
}

.help-h1 {
	border: 2px solid #FFB819;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	//border-bottom: solid 2px #FFB819;
	padding-bottom: 2px;
	display: inline;
}
.formsubmit{
    background-color:#F42534;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#F42534), to(#7F0A18));*/
    /*background-image: -webkit-linear-gradient(top, #F42534, #7F0A18);*/
    /*background-image: -moz-linear-gradient(top, #F42534, #7F0A18);*/
    border-color: #F42534;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-top:-20px;
    text-transform:uppercase;
}
