/*  
Title: Mobilis 01
Author: Darwin Santos                                                  
Date:  Jan 2018
*/
body
{
	font-family: 'Roboto Condensed';
	background:url('../img/logo_mobilis_clear_20.png') #F1F7FB fixed center center no-repeat;
	color:#333;
}
a
{
	text-decoration: none;
}
.centered
{
	text-align: center;
}
#loginform
{
	width:230px;
	height:180px;
	padding:9px;
	margin:0 auto;
	border:1px solid #0068B4;
	border-top:0;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 2px 5px #777;
	font-size:1.1em;
}
#loginform input
{
  border:1px solid #0068B4;
	font-size:1em;
}
input, select, textarea
{
	font-family: 'roboto_condensedregular';
}
#logintitle
{
	text-align:center;
	color:#fff;
	border:1px solid #0068B4;
	width:238px;
	margin:20px auto 0;
	padding:10px 5px;
	font-weight:normal;
	box-shadow: 0px 2px 7px #777;
	font-size:1.6em;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 45%;
  width: 128px;
	height: 128px;
	margin:0 auto;
	padding:10px;
	border:5px solid #42C8F4;
	background-color: #fff;
	display: none;
	z-index: 1000;
	overflow: hidden;
}
#loading img
{
	margin:1px;
}
#exit_button div.icon
{
	color:#fff;
	font-weight: bold;
}
.tab_bar_button
{
	float:right;
  padding:13px 15px 0 0;
}
#logo
{
	background: url("../img/logo-mobilis-small.png") no-repeat scroll center center #fff;
	width: 130px;
	height: 32px;
  margin: 2px 17px 0 0;
  padding: 10px 15px;
	float: right;
}
#topbar p
{
	float: right;
	margin: -25px 14px 0 0;
	padding: 0;
	font-weight:normal;
	font-size: 1.1em;
}
.hide_for_screen
{
	display:none;
}
.tab_title
{
	font-size:1.2em;
	float:right;
	padding:10px 10px 0px 0px;
}
#module_title
{
	font-size:1.5em;
	float:left;
	margin:0;
	padding:7px 0 0 15px;
}
.ui-widget-header
{
	font-weight: normal;
}
.full-width
{
	width:100%;
}
.half-width
{
	width:49%;
}
.third-width
{
	width: 75%;
}
table:not(.datatables)
{
	border:1px solid #333333;
	padding:4px;
	border-collapse: separate;
	background-color: #fff;
}
table tr
{
 padding:4px;
}
table:not(.doc_table,.no_highlight) tbody tr:hover td
{
	background-color: lightblue;
}
table tbody tr:hover td
{
 color : #000;
}
form table tr td, .details tr td, #route table tr td
{
	border:1px solid #333333;
	margin:0;
	padding:2px 8px;
}
.hidden
{
	display: none;
}
.float-right
{
	float: right;
}
.float-left
{
	float: left;
}
form table input:not(input[type="checkbox"]),form table textarea
{
	border:1px solid #333333;
	width: 97%;
}
th
{
	font-weight: normal;
}
/*Messages and Error Messages*/
p.messages
{    
	border:1px solid #5A82AB;
	width:500px;
	padding:30px;
	margin:5px auto;
	text-align:center;
	cursor: pointer;
	font-family: 'Roboto Condensed';
}
p.messages a
{
	text-decoration:underline;
	color:blue;
}
p.success
{    
	background:url('../img/arrows_circle_check.svg') no-repeat #E1EBF2;
	background-position:25px center;
}
.underlined
{
	text-decoration: underline;
}

p.info
{    
	background:url('../img/basic_info.svg') no-repeat #E1EBF2;
	background-position:25px center;
}
p.question
{    
	background:url('../img/basic_question.svg') no-repeat #E1EBF2;
	background-position:25px center;
}
p.error
{    
	background:url('../img/arrows_circle_remove.svg') no-repeat #ECD5D8;  
	background-position:25px center;
	border:1px #9F0002 solid;
	color:#9F0002;
}
.error
{
	color:red !important;
	border-color:red;
}
tfoot th input
{
	width: 96%;border:1px solid #333333;
	text-align: center;
	text-transform: uppercase;
}
.datatables tr td:nth-child(2)
{
	cursor: pointer;
}
.bordered_title
{
	border:1px solid #333333;
	padding:5px 0;
	margin: 8px auto;
	font-weight: normal;
	text-align: center;
}
.step_back
{
	float: left;
	cursor: pointer;
	margin:-4px 0 0 4px;
}
#route_stages
{
 list-style: none;
 text-align: center;
 padding: 0;
}
#route_stages li
{
	padding:12px 8px;
	display: inline-block;
  border:1px solid #333333;
  cursor:pointer;
  margin:2px 0;
  text-transform: capitalize;
}
#route_stages li:last-child
{
 border-right:1px solid #333333;
}
#route_form table
{
	margin: 0 10px 0 0;
}
#route_form table th, #route table th
{
	background-color: #0068B4;
  color: #ffffff;
}
div.clear
{
	width: 100%;
	clear: both;
}
.uppercase
{
	text-transform: uppercase;
}
select, .capitalize
{
	text-transform: capitalize;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar-success {
background-color: #5cb85c;
}
.doc_table
{
	width:100px;
	min-height: 200px;
	margin:10px;
	float: left;
	background-color: #fff;
}
/********/
.timeline {
  border-left: 4px solid #333333;
  margin: 2px 0 0 170px;
  position: relative;
  padding: 15px 15px 1px 15px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 100%;
}
.timeline .event {
  border-bottom: 1px dashed #333333;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -185px;
  content: attr(data-date);
  text-align: right;
  min-width: 120px;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #333333;
  left: -24.85px;
  background: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  content: "";
  top: 5px;
}
.event h3
{
	font-weight: normal;
	margin:2px;
}
.event p
{
	margin:4px;
}
.datatables th, .datatables td
{
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.datatables thead tr:first-child th
{
border: 1px solid #4297D7;
background: #0068B4 url("images/ui-bg_highlight-soft_0_0068B4_1x100.png") 50% 50% repeat-x;
color: #fff;
}
.doc_thumb
{
	display: block;
	max-height: 120px;
	margin:0 auto;
}
.doc_btns, .items_list
{
	list-style: none;
	padding: 0;
}
.doc_btns li, .items_list li
{
	float: left;
	margin: 5px;
}
.title_row th
{
	background-color: #0068B4;
  color: #fff;
  border:1px solid #4297D7;
}
#title_tracking_form
{
	width:100%;
	margin: 0 0 15px 0;
}
#eroute_form input[type="text"]
{
	text-transform: uppercase;
}
.third-width
{
}
#e_route_grid
{
	display: inline-grid;
  grid-column-gap: 10px;
  grid-template-columns: 36% 36% 27%;
  width:100%;
}
#cli_route_grid
{
	display: inline-grid;
  grid-column-gap: 10px;
  grid-template-columns: 50% 49.5%;
  width:100%;
}
#e_route_grid .messages, .titles
{
	width:99.7%;
	padding: 2px 0;	
	background-color: #E1EBF2;
	border-top: 4px solid #5A82AB;
	border-left: 1px solid #5A82AB;
	border-right: 1px solid #5A82AB;
	border-bottom: 1px solid #5A82AB;
	margin: 5px auto;
	text-align: center;
	font-weight: normal;
}
#e_route_grid .complete .messages
{
	border-top: 4px solid #1A7938;
	border-left: 1px solid #1A7938;
	border-right: 1px solid #1A7938;
	border-bottom: 1px solid #1A7938;
	background-color:#B7D6C3;
}
#e_route_grid .pending .messages
{
	border-top: 4px solid #9F0002;
	border-left: 1px solid #9F0002;
	border-right: 1px solid #9F0002;
	border-bottom: 1px solid #9F0002;	
	background-color:#ECD5D8;
}
#title_tracking_holder
{
	background-color: #fff;
}
.highlight-first-column tr td:first-child
{
	font-weight: bold;
	white-space: nowrap;
}
.no_wrap
{
	white-space: nowrap;
  text-overflow: ellipsis;
}
.minimal_info
{
	border:0;
}
.minimal_info tr td
{
 border-bottom:1px solid #333333;
}
.bold
{
	font-weight: bold;
}
li.active
{
	color:blue;
	border:2px solid blue !important;
}
.lit, tr.lit td
{
	background-color:rgba(255, 255, 144, 0.48);
	margin: 0;
	padding: 0;text-align: center;
}
#note_form
{

}
#notes_grid
{
	width:100%;
	display: inline-grid;
	grid-column-gap: 1%;
	grid-template-columns: 40% auto;
}
#notes_grid .timeline
{
	max-width: 100%;
  margin-left: 180px;
}
.editable input
{
	text-transform: uppercase;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
#docs_grid
{
	width:100%;
	display: inline-grid;
	grid-column-gap: 50px;
	grid-template-columns: 10% 10% 10% 10% 10%;
}
#item_1,#item_2, .tracking_form
{
	display: none;
}
#pending
{

}
.selected>.icon-arrows-square-check:before
{
  background-color: lightblue;
}
.select_docs
{
	min-width: 1200px;
}
#email_form table
{
	background-color: #fff;
	width: 98%;
	margin:10px auto;
}
.second_child_click tbody tr td:nth-child(2),
.third_child_click tbody tr td:nth-child(3)
{
  cursor: pointer;
  color: #0068B4;
}
#excel_routes tbody tr td:last-child
{
	background-color: rgba(255, 165, 0, 0.61);
}
#excel_routes tr td:nth-child(2),
#excel_routes tr th:nth-child(2),
#archived_routes tr td:nth-child(2),
#archived_routes tr th:nth-child(2)
{
	display: none;
}
.img-icon
{
	margin: -40px 0 0 5px;
	cursor: pointer;
}
.img-icon>.icon-arrows-square-remove:before {
background-color: #fff;
}
.tasks_list
{
 width:100%;
 border-collapse: separate !important;
 border:0 !important;
 margin:5px auto;
 border-spacing: 5px;
 background-color: #fff;
}
.tasks_list tr
{

}
.tasks_list tr th
{

}
.tasks_list tr td, .tasks_list tr th
{
  padding:13px 18px;
  border:1px solid #79b7e7;
}
.tasks_list #new_task
{
	padding:10px 15px;
	width:98%;
	margin-left: -8px;
	font-size:inherit;
}
.tasks_list tr.completed td
{
	opacity: 0.3;
}
#payment_form p.messages
{
	cursor: pointer;
}
#ir_details
{
	width: 100%;
	margin-top: 80px;
}
#ir_details td
{
	padding:4px 8px;
}
#ir_details tr:first-child td
{
	font-weight: normal;
	margin:0;
	border-left:0;
	border-right:0;
}
.truncate
{
	max-width: 100px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tasks_list_holder
{
	height: calc(100% - 100px);
	overflow-y: scroll;
}
#routes_report_form_grid
{
	display: inline-grid;
  grid-column-gap: 10px;
  grid-template-columns: 12% 12% 12% 12% 12% 12% 12% 12%;
  width:100%;	
}
#routes_report_form table
{
	border-collapse: collapse;
}
#routes_report_form table tbody
{
	/*height: 200px;*/
	display:block;
	/*overflow-y: scroll;*/
}
.ui-tabs
{
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.costs_list thead tr th:nth-child(2), .costs_list tbody tr td:nth-child(2), .costs_list tfoot tr th:nth-child(2)
{
	display:none;
}