/* ================== */
/* === GLOBAL CSS === */
/* ================== */

body {
	margin:0;
	padding:0;
	background:#424953;
	font-family:Arial, Helvetica, sans-serif;
}

.alert {
	margin: 25px auto;
}


a, a:active, a:focus {
	text-decoration:none; color:#f7901e;
}
a:hover {
	text-decoration:none;
}

h2{
	font-family:Adventor; margin:0; padding:0;
	font-size:30px; margin-bottom:10px;
}
h3 {
	font-size:18px; font-family:Adventor; font-weight:bold;
}
h4 {
	font-size:14px; font-family:Adventor; font-weight:bold;
}

input, select, button, textarea {
	background:#f0f0f0; border:1px solid #d4d4d4; border-radius:5px; padding:5px;
}

.btn:focus, .btn:active{outline:0; !important;}
   

nav ul{
	margin:0 auto; padding:0; list-style: none; width:660px;
}
nav ul li{
	width:110px; float:left; text-align:center; font-size:12px;  padding-top:9px; height:85px; 
}
nav ul ul{
	position:absolute; margin-top:24px; display:none; width:200px; z-index:1000;
}
nav ul ul li{
	margin:0; padding:0; text-align:left; float:none; width:200px;  height:auto; 
}
nav ul ul li a {
	display:block; background:#c16500; padding: 12px 30px; color:#fff; 
}
nav ul ul li a:hover {
	background:#f7901e; color:#fff; 
}
nav small {
	display:block; color:#fff; margin:2% 0; font-size:14px; height:10px;
}



/* ========================= */
/* === CUSTOM GLOBAL CSS === */
/* ========================= */

.page_header {
	width:100%; height:85px; background:#f7901e;
}

.clearfix:after {
	content: " ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.textcenter {
	text-align:center;
}
.nodisplay {
	display:none;
}

.bootstrap_form_wrapper {
	width:50%
}
.bfw_100 {
	width:100%
}

.bootstrap_form_wrapper label{
	width:30%; float:left; margin-bottom:5px;
}
.bootstrap_form_wrapper input[type="text"], 
.bootstrap_form_wrapper input[type="password"], 
.bootstrap_form_wrapper input[type="email"], 
.bootstrap_form_wrapper textarea
{
	width:70%; float:left;  margin-bottom:5px;
	background:#fff; border:1px solid #d4d4d4; border-radius:5px; padding:5px;	
  	
}

.bootstrap_form_wrapper .spaced_button {	
	margin-top:10px; margin-left:30%;
}

.bootstrap_form_wrapper_buttons{
	display:block;
	clear:both; padding-top:20px;
}

.header {
	width:100%; height:105px; background:#f7901e;
}
.header .wrapper {
	text-align:center; padding-top:15px;
}

.header_black {
	width:100%; background:#2c2e32; height:30px;
}
.header_black_wrapper{
	color:#d3d3d3; font-size:12px; text-align:right; padding-top:5px; width:1000px; margin:auto; 
}

.main_wrapper_no_padding {
	width:1000px;  margin:25px auto; 
}
.main_wrapper {
	width:1000px;  margin:25px auto; padding:35px;  
}
.body_wrapper {
	width:1000px;  margin:25px auto; padding:35px;  
}

.main_wrapper ul {
	margin:0; padding:0; list-style:none;  
}

.white_container {
	background:#fff; border-radius:5px; 
}
.white_wrapper{
	background:#fff; border-radius:5px; 
}
.white_container button {
	margin-bottom:5px;
}
.white_container h2, .job_view_content h2 {
	font-family:Adventor; margin:0; padding:0;
	font-size:30px; margin-bottom:10px;
}
.white_container h2 i{
	margin-right: 10px;
}
.loading_image {
	display:none; margin:5px 0 5px;
}

.pagination_wrappper {
	text-align:center; margin:40px auto 20px; font-size:12px;
}
.pagination_wrappper input{
	background:#fff;
}

.eido_breadcrumb ul {
	margin:0; padding:0;
}
.eido_breadcrumb ul li{
	display:inline-block; list-style:none;
}
.eido_breadcrumb ul li a:hover{
	color:#fff;
}

.fm_wrapper {
	width:1000px; margin:auto;
}
.fm_login_wrapper {
	width:400px; margin:auto;
}

.table thead {
	background: #f7901e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.table-list {

}

#notice, .alert {
	background: #717a88;
	border: 1px solid #828b9a;
	border-radius: 5px;
	padding: 10px;
	margin-bottom:15px;
	color:#ccd4e0;
	
}
.alert-success {
	background: #7da7bc;
	border: 1px solid #93b9cc;
	border-radius: 5px;
	padding: 10px;
	margin-bottom:15px;
	color:#e0ebf1;
	
}

.error-login {
	color: #c04442; 
	background:#f2dede;
	border: 1px solid #ebccd1;
	margin-top:0;
}
.error-notice {
	color: red;	
}

#forgot-password {
	margin-top : 10px;
}


/* CSS for Buttons */
.submit_buttons{
	margin:10px 0 20px; 
}
.bottom_buttons_margin {
	margin-top:10px; 
}

/* CSS for modal */
.finder_form {
	width:100%; margin-bottom:10px; text-align:center;
}
.finder_form input{
	float:left; width: 84%; background:#fff;
}
.finder_form button{
	width: 15%;
}
.map_container {
	width: 100%; margin:auto; height:100px; border:1px solid #fff; border-radius:5px;
}
.map_title {
	background-color: #f4990d; padding: 5px; color: #fff; font-weight: bold; border
}
#mapoutput{
	margin:10px 0;
}
#mapoutput button {
	float:right; margin-top:0;
}
.map_button {
	padding:4px 8px; border:1px solid #FF9900; margin-top:5px; background-color:#feb945; width:50px; border-radius:3px; color:#fff
}
.signature_button {
	padding:4px 8px; border:1px solid #FF9900; margin-top:5px; background-color:#feb945; border-radius:3px; color:#fff
}

.map_html {
	width:600px; border:1px solid #ccc; 
	font-size:12px; color:#333333; 
}
.map_html .title {
	background-color:#FF9900; color:#fff; padding:5px;
}
.map_html .left{
	float:left; width:48%; padding:5px
}
.map_html .right{
	float:left; width:50%; padding:5px; 
}
.map_html .key{
	float:left; width:46%; color:#333333;
}
.map_html .divider{
	float:left; width:5%; text-align:center
}
.map_html .value{
	float:left; width:46%;
}

.loader_wrapper{
	border:1px solid #999; border-radius:3px; 
}
.loader_bar {
	background:#FF9900; height:15px; width:0; max-width:100%;
}

.margin-bottom-5{
	margin-bottom:5px;
}


/* ======================== */
/* === CUSTOM PAGES CSS === */
/* ======================== */

/* quality review */
.qr_wrapper{
	margin-top:25px; float:left; width:50%;
}
.qr_wrapper label {
	width:28%; font-weight:normal;
}
.qr_wrapper label small {
	font-size:12px;
}
.qr_wrapper select, .qr_wrapper input{
	width:65%; 
}
.qr_wrapper section{
	margin-bottom:5px; display:block; 
}
.qr_wrapper .mini {
	width:52%;
}
.qr_list_header {
	background:#f7901e; padding:10px 15px 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; color:#fff;
}
.qr_list_description {
	float:left; margin:5px 10px 0 0;
}
.qr_list_button {
	float:left; padding-top:5px; margin-right:10px; 
}
.action-buttons {
	float:left; font-size:12px; font-weight:bold;
}
.qr_list_column_wrapper {
	 border-right: 1px solid #ccc; border-left: 1px solid #ccc; background:url(../images/qr_list_background.jpg) repeat-y center;
}
.qr_list_photo_wrapper label{
	font-weight:bold; font-size:12px; display:block; 
}
.qr_list_column {
	 width:50%; padding:20px; 
	font-size:13px; float:left;
}
.qr_list_column h2{
	font-size:20px; margin:10px 0 20px 0;
}

.qr_list_photo_wrapper {
	 border: 1px solid #ccc; padding:15px; 
}
.abded {
	height:50px; width:100%; background:#ff0000;	
}
.qr_list_field {
	float:left; width:50%; word-wrap: break-word; 
}
.qr_list_value {
	float:left; width:50%;  word-wrap: break-word;	
}
.qr_list_value input, .qr_list_value select, .qr_list_value textarea {
	width:100%; margin-bottom:5px; background:#fff;
}
.qr_bottom_fields {
	background-color:#f0f0f0; padding:10px; font-size:12px; font-weight:normal;  border: 1px solid #ccc;
}
.qr_bottom_fields input[type="radio"] {
	margin-right:5px;
}
.qr_bottom_fields input, select, input[type="radio"] {
	background:#fff; padding:5px; border:1px solid #d0d0d0; border-radius:5px;
}
.qr_notes {
	padding:20px 10px; background:#dcdcdc;
}
.qr_notes label   {
	width:8%; padding-top:-50px; float:left; font-size:13px;
}
.qr_notes textarea {
	width:90%;
}

/* css for jobs */
.job_search_wrapper {
	margin:0;
}
.job_search_wrapper .search_filter_option {
	width:98%; 
}
.job_search_filtes label {
	font-size:13px; margin:0;
}
.job_search_filtes {
	float:left; width:20%; margin-bottom:5px;
}
.job_unassigned {
	padding-top:10px; font-size:12px; float:right;
	font-weight:bold;
}
.job_search_field {
	display:none; 
}
.job-list-dropdown > .dropdown-menu {
	right: 0;
	left: auto;
}
.job-list-dropdown {
	float: right !important;
}	
.job_view_sub {	
	float:left; width:9%;
}
.job_view_sub i {	
	font-size:24px;
}
.job_view_content{
	float:right; background:#fff; width:90%; border-radius:5px;
	padding:25px; 
}
.job_view_content h3 {
	font-size:18px; font-family:Adventor; font-weight:bold;
}
.job_side_button{
	background:#f0f0f0; color:#616161; font-size:13px;
	text-align:center; padding:8% 2%; border-radius:5px;
	margin-bottom:5px;  cursor: pointer; cursor: hand; 
}
.job_side_button:hover{
	background:#888f99; color:#fff; 
}
.job_side_on {
	background:#888f99; color:#fff; 
}
.job_view_sub span{
	display:block
}
.job_view_buttons{
	margin-top:15px;
}
.job_view_buttons_dropdown {
	display:none; margin-top:15px;
}
.job_details_table{
	width:100%; 
}
.job_details_table th{
	background:#f7901e;
}
.job_view_left {
	width:49%; float:left; margin-top:20px; 
}
.job_view_table {
	width:100%;  border-collapse:separate; font-size:13px; table-layout: fixed
}
.job_view_table h2{
	font-size:20px;
}
.job_view_table_wrapper{
	margin-top:15px;
}
.job_view_table tr:nth-of-type(even) {
	background:#f8f8f8;
}
.job_view_table thead{
	background:#888f99;  border-top-left-radius:5px; border-top-right-radius:5px;	 
}
.job_view_table th{
	padding:10px 10px;  word-wrap: break-word; color:#fff; font-weight:normal
}
.job_view_table th:first-child {
    -moz-border-radius-topleft:5px; width:40%; 
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px; padding-left:10px;
}
.job_view_table th:last-child {
    -moz-border-radius-topright:5px; width:60%; 
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
	
}
.job_view_table td{
	padding:3px 10px; border-left:1px solid #ccc; border-right:1px solid #ccc;
	border-bottom:1px solid #ccc; word-wrap: break-word;
	white-space: normal; 
}
.job_view_table td:first-child {
	border-right:0;
}
.job_view_right {
	width:49%; float:right; margin-top:20px; 
}
.job_form_wrapper {
	background:#efefef; margin-top:20px; border-radius:5px; padding:15px;
}
.job_form_wrapper label{
	width:30%; float:left;
}
.job_form_wrapper span{
	width:65%; float:left;
}
.job_form_wrapper select, .job_form_wrapper textarea, .job_form_wrapper input{
	width:100%; background:#fff;
}
.job_form_wrapper .three_columns {
	width:33.333%; float:left; margin-top:15px; 
}
.job_form_wrapper .three_columns .wrapper{
	margin-bottom:5px;
}
.job_form_wrapper_left {
	float:left; width:49%; margin-top:20px;
}
.job_form_wrapper_left label, .job_form_wrapper_right label{
	width:40%; float:left; padding-right:4%;
}
.job_form_wrapper_left span, .job_form_wrapper_right span{
	width:60%; float:left; 
}
.job_form_wrapper_left .wrapper, .job_form_wrapper_right .wrapper{
	margin-bottom:5px;
}
.job_form_wrapper_left select, 
.job_form_wrapper_left textarea, 
.job_form_wrapper_left input[type="text"],
.job_form_wrapper_left input[type="file"],
.job_form_wrapper_right select, 
.job_form_wrapper_right textarea, 
.job_form_wrapper_right input[type="text"],
.job_form_wrapper_right input[type="file"]
{
	width:100%; background:#fff;
}
.job_form_wrapper_left h2 {
	font-size:20px; margin:10px 0 20px;
}
.job_form_wrapper_right {
	float:right; width:49%; margin-top:20px; 
}
.job_form_wrapper_right .thumbnail {
	width: 90%; display:inline-block; height:auto; 
}
.jf_details {
	margin-right:2%;
}
.jfw_color {
	background:#efefef; border-radius:5px; padding:15px;
}
.job_table_wrapper{
	margin-top:20px;
}

/* css for customers */
.customer_wrapper{
	margin-top:25px; float:left; width:50%;
}
.customer_wrapper label {
	width:35%; font-weight:normal; float:left
}
.customer_wrapper label small {
	font-size:12px;
}
.customer_wrapper select, .customer_wrapper input[type=text], .customer_wrapper input[type=file], .customer_wrapper input[type=password], .customer_wrapper textarea{
	width:62%; background:#fff; 
}
.customer_wrapper input[type=file]{
	width:58%; background:#fff; 
}
.customer_wrapper section{
	margin-bottom:5px; display:block;
	clear: both;
}
.customer_view_table {
	width:100%;  border-collapse:separate; font-size:13px; table-layout: fixed
}
.customer_view_table tr:nth-of-type(even) {
	background:#f8f8f8;
}
.customer_view_table thead{
	background:#f7901e;  border-top-left-radius:5px; border-top-right-radius:5px;	 
}
.customer_view_table th{
	padding:10px 10px;  word-wrap: break-word; color:#fff; font-weight:normal
}
.customer_view_table th:first-child {
    -moz-border-radius-topleft:5px; width:65%; 
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px; padding-left:10px;
}
.customer_view_table th:last-child {
    -moz-border-radius-topright:5px; width:35%; 
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;	
}
.customer_view_table td{
	padding:3px 10px; border-left:1px solid #ccc; border-right:1px solid #ccc;
	border-bottom:1px solid #ccc; word-wrap: break-word;
	white-space: normal; text-align:center;
}
.customer_view_table td:first-child {
	border-right:0; text-align:left;
}

/* CSS for Consent */
.consent_view_table {
	width:100%;  border-collapse:separate; font-size:13px; table-layout: fixed
}
.consent_view_table tr:nth-of-type(even) {
	background:#f8f8f8;
}
.consent_view_table thead{
	background:#f7901e;  border-top-left-radius:5px; border-top-right-radius:5px;	 
}
.consent_view_table th{
	padding:10px 10px;  word-wrap: break-word; color:#fff; font-weight:normal
}
.consent_view_table th:first-child {
    -moz-border-radius-topleft:5px; width:50%; 
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px; padding-left:10px;
}
.consent_view_table th:last-child {
    -moz-border-radius-topright:5px; width:50%; 
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
	
}
.consent_view_table td{
	padding:3px 10px; border-left:1px solid #ccc; border-right:1px solid #ccc;
	border-bottom:1px solid #ccc; word-wrap: break-word;
	white-space: normal; text-align:left;
}
.consent_view_table td:first-child {
	border-right:0; text-align:left;
}

/* CSS for Login */
#login-form {
	width:400px; background:#fff; padding:50px 25px 40px; margin:auto; border-radius:5px;
}
#login-logo {
	text-align:center; margin-bottom:10px;
}
#login-logo img{
	max-width:100%
}
#form-fields label {
	width:30%; display:block; float:left; padding-right:5%; font-size:16px; font-weight:normal;
}
#form-fields input[type=text], #form-fields input[type=password] {
	width:70%; float:left; background:#f6f6f6; padding:10px 5px;
}
.tc_logo {
	margin-top:50px; text-align:center
}
#footer {
	text-align:center; margin:25px 0; color:#f7901e;
	font-size:13px;
}
#form-fields .reset input[type=text] {
	width:100%; margin:5px 0 10px;
}

/* CSS for Billing */
.bc_left{
	float:left; width:50%; padding:0 4%; border-right:1px solid #ccc
}
.bc_right{
	float:right; width:50%; padding:0 4%;
}
.billing_top_links {
	margin-bottom:25px;
}
.billing_wrapper label{
	width:40%; font-weight:normal;
}
.billing_wrapper input[type=text], .billing_wrapper select {
	width:58%; background:#fff;
}
.billing_wrapper section {
	margin-bottom:5px;
}

/* CSS for Statistics */
.statistics_filtering {
	margin:15px 0 25px;
}
.statistics_filtering input[type=text] {	
	background:#fff;
}
.statistics_tables {
	width:32.5%; float:left; margin-right:1.25%;
}
.statistics_tables:last-child {
	margin-right:0;
}
.statistics_tables a {
	color:#646c76;
}
.statistics_tables a:hover {
	color:#000;
}
.statistics_jtf_wrapper{
	border:1px solid #ccc; border-radius:5px; padding:1% 5%; margin-top:25px;
}

.statistics_tables table th:first-child {
   width:80%;
}
.statistics_tables table th:last-child {
    width:20%; 	
}
.statistics_tables table td {
	padding:3.5% 2%;
}
.statistics_tables table th {
	font-size:14px; font-weight:bold;
}

/* CSS for Reports */
.report_top_item {
	padding: 5px;
	border:1px solid #ccc;
	border-radius:5px; 
	color:#555a60; 
}

#reports_canvas span.report_header {
	font-weight:normal;
	display: block;
}

#reports_canvas span.ajax_loader{
	font-style:italic;
	display: none;
}

.report_list li {
	float: left;
    margin-right: 10px;
    width: 32%;
}

.report_detailed_table{
	display: inline-block;
	width:100%;
	margin-top: 15px;
	border:1px solid #ccc;
   	padding: 5px;
	border-radius:5px; 
	color:#555a60; 
}

.content_wrapper{
	margin-top:20px;
}

.margin_twenty {
	margin-top:20px;
}
.navlist li{
	display:inline-block; width:25%; margin-left:-4px; padding:1%;
}
.navlist li label{
	display:block; 
}
.navlist li select{
	width:100%;
}

.buttons_dropdown {
	display:none;
}
.icons ul {
	margin:0; padding:0;  
}
.icons li {	
	list-style:none; width:25%;
	float:left; margin-bottom:3%; text-align:center;
	padding:2%;  
}
.icons img{
	max-width:100%; cursor: pointer; cursor: hand; 
}
.icons small {
	display:block; color:#fff; margin:2% 0; font-size:14px; height:10px;
}


/* ============================= */
/* ==== JQUERY UI TIMEPICKER ====*/
/* ============================== */
.ui-datepicker {  
}
.ui-timepicker-div, .ui-datepicker {
	font-size:13px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }



/* =========================== */
/* ==== BOOTSTRAP OVERRIDE ====*/
/* =========================== */

.btn-lg {
	font-size:16px;
}
.btn-warning {
	background:#f7901e; border-color:#e37e0f; 	
}
.btn-warning:hover{
	background:#e37e0f; border-color:#d7750a; 	
}
.btn-black{
	background:#2d2e32; border-color:#202125; 	
	color:#fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	background:#17181b; border-color:#070708; 	
	color:#fff;
}

.btn-do{
	background:#f6f2f1; border-color:#ffc58d; 	
	color:#373737; font-size:11px;
}
.btn-do i {
	font-size:12px;  vertical-align: text-bottom; color:#e79412;
}
.btn-do:hover,
.btn-do:focus,
.btn-do:active,
.btn-do.active {
	background:#fff; border-color:#ffc58d; 	
	color:#373737;
}

.pagination > li > a,
.pagination > li > span {
  border: 1px solid #ddd; color:#616161; background:#f6f6f6
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #58616e;
  border-color: #58616e;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #424953;
  border-color: #424953;
}
.glyphicon-test:before{content:"\e236"}

.thumbnail {
	height: 125px; display:inline-block;
	 margin: 5px 5px 5px 0; 
}
.preloader {
	height: 91px;  margin: 5px 5px 5px 0; 
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown-menu li a{
	padding-top:10px; padding-bottom:10px;
}

#colorbox #cboxClose {
	top: 0;
	right: 0;
}
#cboxLoadedContent {
	margin-top:28px;
	margin-bottom:0;
}
.dialog {
	display:none; padding:0 15px 15px;
}
.dialog h2{
	margin:0; font-size:24px; color:#f7901e; font-family:Adventor;
}




@media all and (max-width: 1000px) 
{
	.main_wrapper{
		width:96%; padding:10px 2%;
	}
	.main_wrapper_no_padding {
		width:96%;
	}
	.header_black_wrapper {
		width:96%; padding-top:5x;
	}
	.img_container {
		max-width:100%;
	}
	
	.fm_wrapper, .alert {
		width:95%; 
	}
		
	.qr_bottom_fields .alignright, .qr_bottom_fields .alignleft {
		width:100%; float:none; margin-bottom:15px; 
	}	
	.job_search_filtes {
		width:25%;
	}	
	.job-list-dropdown > .dropdown-menu {
		left: 0; 
		right: auto; 
	}
	.job-list-dropdown {
		float: none !important; 
	}	
	.job_view_left, .job_view_right {
		width:100%; margin-top:0; 
	}	
	.job_form_wrapper .three_columns, .job_form_wrapper_right, .job_form_wrapper_left {
		width:100%; 
	}
	
	.bc_left{
		width:75%; border-right:0;
	}
	.bc_right{
		width:75%; float:left;
	}
	
	.statistics_tables {
		width:100%; float:none; margin:0 0 20px;
	}
	.statistics_tables table td {
		padding:2% 2%;
	}
}

@media all and (max-width: 760px) 
{
	.qr_wrapper, .bootstrap_form_wrapper{
		width:100%;
	}	
	.qr_bottom_fields .alignright select, .qr_notes textarea {	
		width:100%;
	}
	.job_search_filtes {
		width:33.333%;
	}
	.job_view_sub span{
		display:none
	}
	.job_view_buttons {
		display:none;
	}
	.job_view_buttons_dropdown {
		display:block;
	}
	.navlist li{
		width:50%; font-size:12px; font-weight:normal;
	}	
	.customer_wrapper{
		width:100% 
	}	
	
}

@media all and (max-width: 660px) 
{
	.icons li {	
		 width:33.333%; padding:3%; 
	}
	.header {
		height:80px; 
	}	
	.header .wrapper {
		 padding-top:15px;
	}
	.header img{
		width:120px;
	}
	.bcrum_login .wrapper{
		text-align:center;
	}
	
	.page_header {
		height:80px; background:#f7901e;
	}
	nav ul li{
		height:80px; padding-top:10px;
	}	
	nav ul ul{
		margin-top:15px;
	}
	
	.eido_breadcrumb, .welcome {
		font-size:11px; 
	}	
	nav ul{
		width:100%;
	}
	nav ul li{
		width:16.666%;
	}
	nav ul ul li a{
		 padding: 12px 30px; color:#fff; 
	}
	nav small {
		font-size:11px;
	}
	.qr_list_column_wrapper {
		 background:url();
	}
	.qr_list_column {
		 width:100%;
	}
	#mapoutput button {
		float:none; margin-top:15px; width:100%
	}	
	.job_search_filtes {
		width:50%;
	}
	.buttons_dropdown, .job_search_field {
		display:block; 
	}	
	.job_search_wrapper, .submit_buttons, .buttons {
		display:none;
	}	
	
	.customer_view_table th:first-child {
		width:50%; 
	}
	.customer_view_table th:last-child {
		width:50%; 		
	}	
	.map_html{
		width:250px;
	}
	.map_html .left, .map_html .right{
		width:90%; 
	}
}

@media all and (max-width: 520px) 
{
	input, select, button {
		padding:3px;
	}
	
	h3 {
		font-size:14px; 
	}
	
	.icons small {
		font-size:11px;
	}
	nav small {
		font-size:9px;
	}
	nav ul ul{
		margin-top:17px;
	}
	.main_wrapper{
		width:96%; padding:3%;
	}
	.white_container h2, .job_view_content h2 {
		font-size:20px; margin-top:10px;
	}
	.btn-lg {
		font-size:13px; padding:3%;
	}
	.qr_wrapper label, .customer_wrapper label,
	.bootstrap_form_wrapper label 
	{
		width:42%; font-size:12px; 
	}
	.qr_wrapper select, 
	.qr_wrapper input, 
	.customer_wrapper select, 
	.customer_wrapper input[type=text],	
	.bootstrap_form_wrapper input[type=text], 
	.bootstrap_form_wrapper input[type=password], 
	.bootstrap_form_wrapper input[type=email], 
	.bootstrap_form_wrapper textarea
	{
		width:55%; font-size:12px;
	}
	.qr_wrapper select, .customer_wrapper select{
		padding:5px; font-family:inherit
	}
	.qr_wrapper .mini {
		width:35%;
	}	
	.main_wrapper{
		width:96%; padding:2% 2% 10%;
	}
	
	.qr_notes label   {
		width:25%; 
	}
	.qr_notes textarea   {
		width:100%;
	}
	.qr_list_header {
		padding:10px 8px 5px; 
	}
	.qr_list_button {
		margin-right:5px; 
	}
	
	.buttons_dropdown {
		display:block; 
	}
	.buttons {
		display:none;
	}	
	.job_search_filtes {
		width:33.333%;
	}
	.job_search_filtes {
		width:100%;
	}
	.job_search_wrapper .search_filter_option {
		width:55%
	}
	.job_search_wrapper label {
		width:40%
	}
	.job_view_sub {	
		float:left; width:10%;
	}
	.job_view_sub i {	
		font-size:18px;
	}
	.job_view_content{
		float:right; background:#fff; width:88%; border-radius:5px;
		padding:15px; 
	}	
	.eido_breadcrumb {
		display:none;
	}	
	.customer_view_table th:first-child {
		width:40%; 
	}
	.customer_view_table th:last-child {
		width:60%; 		
	}	
	
	.map_html{
		width:120px;
	}
	.map_html .left, .map_html .right{
		width:100%; 
	}
	.map_html .key{
		width:100%; font-weight:bold;  
	}
	.map_html .divider{
		display:none;
	}
	.map_html .value{
		width:100%; 
	}
	#login-form {
		width:300px; padding:30px 15px 20px; margin:auto; border-radius:5px; font-size:11px; 
	}
	#login-logo img, .tc_logo img{
		width:60%
	}
	#form-fields label {
		font-size:13px; 
	}
	#form-fields input[type=text], #form-fields input[type=password] {
		width:70%; float:left; background:#f6f6f6; padding:5px 3px;
	}	
	#footer {
		font-size:12px;
	}
	
	.billing_top_links {
		margin:10px; font-size:12px;
	}
	.bc_left, .bc_right{
		width:100%; font-size:12px; padding:1%;
	}
	.billing_wrapper  {
		font-size:12px;
	}
		
}

@media all and (max-width: 360px) {
	.qr_wrapper .mini {
		width:70%;
	}
	.qr_wrapper .label_for_submit {
		display:none;
	}
	.customer_view_table td, .customer_view_table .btn {
		font-size:12px; text-align:left;
	}
	.customer_view_table th:first-child {
		width:36%; 
	}
	.customer_view_table th:last-child {
		width:64%; 		
	}
		
}

@media all and (max-width: 340px) 
{	
	.welcome {
		width:100%; text-align:center;
		
	}
	nav ul ul{
		margin-top:17px; 
	}
	
	.icons li small{	
		font-size:10px; line-height:11px; margin-top:5px;
	}
	
}

@font-face {
    font-family: 'Adventor';
    src: url('/templates/neweido/fonts/texgyreadventor-regular-webfont.eot');
    src: url('/templates/neweido/fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/templates/neweido/fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('/templates/neweido/fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('/templates/neweido/fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('/templates/neweido/fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* CSS for Table */
table.sortable th {
 	
}
table.sortable th {
	cursor: pointer;
	margin:0; padding:0; background-color:#993300;
	height:auto;	
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width:100%; padding:0;
}

.responsive-table thead {
	position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
	font-size:14px;
	white-space: nowrap;
}

.responsive-table {
    border-collapse:separate;
    /*overflow:hidden;*/
	width:100%;
}

.responsive-table thead tr th:first-child {
    -moz-border-radius-topleft:5px; 
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px; padding-left:10px;
}
.responsive-table thead tr th:last-child {
    -moz-border-radius-topright:5px; 
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
	
}
.responsive-table tbody tr td:first-child {
	border-left:1px solid #ccc;	
}
.responsive-table tbody tr td:last-child {
	border-right:1px solid #ccc;	
}

.responsive-table tbody tr td span {
	display:none;
}

.responsive-table thead th {
  background: #f7901e; 
  font-weight: normal;
  text-align: left;
  color: white;  
  padding:10px 5px; 
  cursor: pointer;
 	margin:0;
  	height:auto;	
	width:auto;
}


.responsive-table th,
.responsive-table td {
   	display: table-cell;
  	padding: 10px .5em;
	vertical-align:top;	
}

.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
  
.responsive-table tbody th[scope="row"] {
  background-color: #f7901e; 
  color: white; padding:10px 5px;
}
.responsive-table tbody td {
  border-bottom: 1px solid #ccc; font-size:13px;
}
.responsive-table input[type=text],  .responsive-table select{
	width:95%;
}

.noEdit {
	background: #F1F1F1 !important; 
}

@media all and (max-width: 1000px) {
	.responsive-table tbody,
	.responsive-table tr,
	.responsive-table th,
	.responsive-table td {
	  display: block;
	  padding: 0;
	  text-align: left;
	  white-space: normal;
	}	
	
	.responsive-table thead {
		display:none;
	}
	
	.responsive-table tbody td {
	  	padding:10px; border-bottom: 1px solid #ccc; font-size:13px;
	}
	
	
	
	.responsive-table tbody td[data-title]:before {
	  content: attr(data-title); padding-right:15px;
	  font-size: 14px; color:#000; font-weight:bold;
	}
	
	.responsive-table tbody tr {
	 	 margin-bottom: 1em; 
	  	border-radius:5px;  
	}
	
	 
	 .responsive-table tbody tr td:nth-of-type(even) {
		background: #f8f8f8;
	 }
	
	.responsive-table tbody tr td:first-child
	{
		border-left:0; font-size:14px; border: 1px solid #f7901e; 
		border-top-left-radius:5px; border-top-right-radius:5px; 
		background-color:#f7901e; font-weight:bold; color:#fff;
	}
	
	.responsive-table tbody tr td:first-child a
	{
		color:#fff;
	}
	
	.responsive-table tbody tr td:last-child
	{
		 border-right: 1px solid #f1f1f1; 
	}	
	
	.responsive-table tbody tr td span {
		display:inline-block; 
	}
	
	.responsive-table tbody td {
	  border-bottom: 1px solid #f1f1f1;  border-left: 1px solid #f1f1f1;  border-right: 1px solid #f1f1f1; position:relative; display:block;  
	}
}


#day-names {
  width: 100%;
  font-size: 14px;
}

#day-names td:first-child { 
	background:#f7901e; border-top-left-radius:5px; 
}
#day-names td:last-child { 
	background:#f7901e; border-top-right-radius:5px; 
}

#day-names td {
  color:#fff; 
}

#day-names {
  text-align: center;  
}

#day-names td {
  width: 14.2857%;
  padding:10px 0; background:#f7901e
}

table.week {
  font-size: 75%; width:100%;
  height: 80px; 
}

table.week td {
  width: 14.2857%; border-right:1px solid #d6d6d6;
   border-bottom: 1px solid #d6d6d6; padding:3% 1%;
}
table.week td:first-child {
  border-left:1px solid #d6d6d6;
}

td.today {
  font-weight: bold;
  background: #ffffe0;
}

td.today.date {
  font-size: 110%;
  text-shadow: 1px 1px 3px rgba(25,25,25, 0.3);
}

table.week tr:first-child {
  height: 25%;
}

table.week tr:nth-child(2) {
  height: 75%;
}

.event.holiday {
  background-color: #c5c5ee;
}

td.event.important {
  background-color: #A4C739;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  	.wrapper {
    	width: inherit;
    	min-width: 220px;
 	}
  	#day-names {
    	display: none;
  	}
  	table.week{
    	height: 30px;
  	}
  	.week td {
    	padding: auto;
    	text-align: center;
  	}
  	.week tr:nth-child(2) {
    	display: none;
  	}
  	table.week tr:first-child {
	   border-top:1px solid #d6d6d6;
	}
