/* CSS Document */

/* file upload */
.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;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* end file upload */


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eeeeee;
}

.datetimepicker.dropdown-menu {
  margin-top: 54px;
}
div.datepicker, div.datetimepicker {
	padding: 0 !important;
}
div#fancy_rotate {
    background: url("/images/rotate.png") no-repeat scroll left top transparent;
    cursor: pointer;
    width: 44px;
    height: 44px;
    left: -20px;
    position: absolute;
    top: -17px;
    z-index: 9999;
    display: block;
}
div#fancy_print {
    background: url("/images/print.png") no-repeat scroll left top transparent;
    cursor: pointer;
    width: 85px;
    height: 32px;
    left: 30px;
    position: absolute;
    top: -17px;
    z-index: 9999;
    display: block;
}
.list-group-item-warning {
    background-color: #ff9900;
    color: #000000;
}
.mobile-scroll {
	overflow-x: scroll;
}
dt {
	width: 110px !important;
} 
dd {
	margin-left: 130px !important;
}


body {
	padding-bottom: 70px;
	font-weight: normal;
	/*font: 13px/20px normal Helvetica, Arial, sans-serif; */
	/*background-color: DarkCyan;
	color: #4F5155;*/
}
.company_logo {
	text-align: center;	
	margin: -20px 0 20px;
}
#spinner {
	display: none;	
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
	z-index: 8011;
}
#blackout {
	display: none; 
	position: fixed; 
	z-index: 1099; 
	width: 100%; 
	height: 2000px;
}
.modal-backdrop.in {
    height: 2000px !important;
}

.form-group.required .control-label:after {
  content:" *";
  color:red;
}
.panel-brown {
	border-color: #6B4226;
	color: white;
}
.panel-brown .panel-heading, .panel-brown .panel-footer a {
	background-color: #6B4226;
}
.panel-brown .panel-footer  {
	color: #6B4226;
}
.modal {
  overflow-y:auto;
}
i.fa-info-circle {
	cursor: pointer;
}

/********************************************/
/* AUTOCOMPLETE								*/
/********************************************/

.tt-query, .tt-hint {
	border: 2px solid #CCCCCC;
	border-radius: 8px;
	font-size: 22px; /* Set input font size */
	height: 30px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 100%;
}
/*.typeahead {
	background-color: #FFFFFF;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}*/
.twitter-typeahead {
	width: 100%;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 100%;
}
.tt-suggestion {
	font-size: 22px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

/********************************************/
/* EDITABLE									*/
/********************************************/

.editable {
	cursor: pointer;
}
.editable.hide, .editable-alt {
	display: none;
}
.editable.hide.pencil {
	display: inline-block !important;
}
.editable-form {
	display: none !important;
}
.editable-form.show {
	display: inline-table !important;
}
.editable a:hover {
	text-decoration: none;
}
.editable-form-alt {
	display: none !important;
}
.editable-form-alt.show {
	display: inline-table !important;
}
.editable-field.hide {
	display: none;
}

/********************************************/
/* OVER-RIDE SB-ADMIN THEME					*/
/********************************************/

#page-wrapper {
	margin-top: 52px;
	padding-top: 10px;
}
.sidebar .nav-second-level li a {
    padding-left: 52px;
}
.sidebar .nav-third-level li a {
    padding-left: 68px;
}
.navbar-brand img {
	max-width: 140px;
	margin-top: -5px;	
}
table.larger-icons i.fa {
	font-size: 18px !important;
	padding-left: 10px !important;	
}
table td.min, table th.min {
	width: 1%;	
}

/********************************************/
/* SIDEBAR WIDTH							*/
/********************************************/

@media(min-width:768px) {
	.navbar-default.sidebar {
		width: 255px;
		height: calc(100vh - 50px);
		overflow-y: auto;
		margin-top: 1px;
	}
    #page-wrapper.nosidebar {
        margin-left: 0;
    }
	#page-wrapper {
		margin-left: 255px;
	}
}
.sidebar .nav-fourth-level li a {
    padding-left: 82px;
}

/********************************************/
/* PAGES									*/
/********************************************/

h2 i.fa {
    font-size: 32px !important;
    margin-right: 0px;
}
.page-header h2 {
	white-space: nowrap;
}
.page-header .big {
	display: block;	
}
.page-header .small {
	display: none;	
}

/********************************************/
/* TABLES									*/
/********************************************/

.nowrap {
	white-space: nowrap;
}
tr.highlight {
	background-color: #eeeeee;
}
tr.shade, tr.shade:hover, div.shade, div.shade:hover { 
	background-color:#ccc !important;
	color: black !important;
}
tr.shade h4, div.shade h4 { 
	margin: 0; 
	color: black; 
}
tr.subshade, tr.subshade:hover, div.subshade, div.subshade:hover { 
	background-color:#eee !important; 
}
tr.subshade h4, div.subshade h4 { 
	padding: 7px; 
	margin: 0; 
	color: white;
}
tr.customershade, tr.customershade:hover, div.customershade, div.customershade:hover { 
	background-color:#eee !important; 
	cursor: pointer; 
}
tr.customershade h4, div.customershade h4 { 
	padding: 5px; 
	margin: 0; 
}
tr.centered th, tr.centered td {
	text-align: center;	
}
div.shade h4, div.subshade h4, div.customershade h4, div.shade h3, div.subshade h3, div.customershade h3 {
	padding: 8px;
	margin: 3px;
}
/*table.rows tr.shade { background-color:#888; }
table.rows tr.shade h3 { padding: 2px 0; margin: 0; color: white; }
table.rows tr.subshade { background-color:#aaa; }
table.rows tr.subshade h3 { padding: 7px; margin: 0; }
table.rows tr.customershade { background-color:#ccc; cursor: pointer; }
table.rows tr.customershade h3 { padding: 5px; margin: 0; }
*/

/********************************************/
/* TRUCKER PAGE								*/
/********************************************/

#map-canvas {
	height: 500px;
	margin-bottom: 20px;
}
#trucker_info {
	margin-bottom: 20px;
}
#trucker_pic img {
	width: 100%;		
}
#trucker-pagination {
	text-align: left;	
}
#trucker-pagination > span {
	padding: 0 30px;	
}
#trucker_pic .datepicker {
	padding: 0;	
}
#trucker_pic .datepicker-inline {
	width: 180px;	
}
.btn-circle {
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 18px 0;
	font-size: 12px;
	line-height: 1.42;
	border-radius: 115px;
}
.big_button_row div {
	text-align: center;
}
#img_preview img {
	width: 180px;
}
#img_preview span.pic_wrapper {
	padding: 0 20px 20px 0;
	float: left;
}
#img_preview i.fa {
    font-size: 18px !important;
    margin-right: 10px;
}

/********************************************/
/* NAV										*/
/********************************************/

.navbar-inverse, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a  {
	color: #ffffff;	
	background-color: #286090;
}
nav i.fa {
    font-size: 18px !important;
    margin-right: 10px;
}
.nav > li > a {
	/*color: white;*/	
}
/* Highlighted Sidebar */
.nav > li > a:hover, .nav > li > a:focus, .sidebar ul li a.active {
	/*background-color: #4fd5d5;
	color: #333333;*/	
}
/* Banner Height */
/*.navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 25px;
}
*//* dropdown length */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: calc(100vh -234px);
}

/********************************************/
/* NEW MANUFACTURING						*/
/********************************************/

.sortable > li {
	user-select: none;
	position: relative;
	min-height: 75px;
	margin-bottom: 10px;
}
.sortable:not(.no2) > li:first-child {
	/*border: 5px solid green;*/
	margin-bottom: 20px;
	min-height: 130px;
}
/*.sortable.no2 > li {
	min-height: auto;
}*/
.sortable > li h4 {
	font-weight: bold;
}
.sortable > li.slip-reordering.topgreen {
    box-shadow: 0 2px 10px rgba(0,0,0,0.45);
    color: black;
    background-color: white;
}
.sortable .corner {
	position: absolute;
	bottom: 5px;
	left: 12px;
	margin: 0;
}
.sortable .weight {
	position: absolute;
	bottom: 8px;
	right: 12px;
}
.sortable .badge {
	font-size: 9px;
	background-color: #aaaaaa;
	cursor: pointer;
}
.sortable .badge.heavy {
	background-color: #ff9000;
}
.sortable .badge.extra-heavy {
	background-color: #ff0000;
}
.sortable a.est_done {
	color: inherit;
	cursor: pointer;
}
.sortable a:hover.est_done {
	text-decoration: none;
}
.sortbox {
	border: 5px solid green;
	min-height: 140px;
	margin: -5px -5px -135px;
	width: calc(100% + 10px);
}
.sortable .action-bar {
	position: absolute; 
	left: 0; 
	bottom: 0; 
	height: 32px; 
	width: 100%; 
	background-color: #eeeeee;
}
.sortable li:first-child .action-bar, .sortable:not(.topgreen) .action-bar {
	background-color: #c4e0c4;
}




.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
/*    background-color: #01ccff;
    color: #fff;
*/}
#sub-nav > li > a, #sub-nav .nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
	border-right: 1px solid #e7e7e7;
}
#sub-nav > li:first-of-type > a, #sub-nav .nav > li:first-of-type > a {
	border-left: 1px solid #e7e7e7;
}
#sub-nav {
	min-height: 0;	
}
.cal_border {
	border-left: 4px solid #4f5155; 
	border-right: 4px solid #4f5155;
	width: 12%;
	height: 100px;
}




/*::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

.left_column { position: relative; float: left; }
.right_column { position: relative; float: left; margin-left: 20px; }
.one_column { position: relative; }

.split_left { position: relative; float: left; width: 49%; }
.split_right { position: relative; float: right; width: 49% }

a { background-color: transparent; text-decoration: none; }
a:hover { text-decoration: underline; }*/
/*h1 { color: #444; background-color: transparent; border-bottom: 1px solid #D0D0D0; font-size: 24px; font-weight: normal; margin: 0 0 14px 0; padding: 14px 15px 10px 15px; }*/
/*code { font-family: Consolas, Monaco, Courier New, Courier, monospace; font-size: 12px; background-color: #f9f9f9; border: 1px solid #D0D0D0; color: #002166; display: block; margin: 14px 0 14px 0; padding: 12px 10px 12px 10px; }
#body{ margin: 0 15px 0 15px; }
#footer { background-color: black; color: white; height: 20px; margin-top: 30px; padding: 10px 20px; }
#container{ margin: 10px; border: 1px solid #D0D0D0; -webkit-box-shadow: 0 0 8px #D0D0D0; }
.button { padding: 2px 5px; border: 1px solid #888888; margin-right: 5px; font-size: 10px; background-color: white; }
.printed { background-color:#cccccc; }
a .button { color: #339900 !important; }
.pipe { padding: 0 20px; }
.error, .red { color: red; }
.highlight { color: red; }
#search { 
	position: absolute;
	margin-top: -30px; 
	right: 60px; 
	color: black; 
	z-index: 100; 
}
.right {float: right;}
.logout {position: absolute; top: 55px; right: 60px;}*/
.ironwood {
	position: absolute;
	top: 45px;
	right: 150px;
	background-color: #333333;
	padding: 5px 10px;
	color: white;
}
.amasa {
	position: absolute;
	top: 45px;
	right: 250px;
	background-color: #333333;
	padding: 5px 10px;
	color: white;
}
.move_current {
	padding: 5px 10px;
	border: 1px solid #333333;	
}
.title_location {
	padding: 0px 7px;
	border: 1px solid #888888;
}
.bright {
	background-color: #add999;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/************************************************/
/*	File Uploader								*/
/************************************************/

#progress_iframe, #progress_iframe2 {
	width: 150px;
	height: 18px;	
}
#file_upload_progress_bar {
	position: relative;
	width: 100%;
	height: 18px;
}
#file_upload_progress_background {
	position: absolute;
	top: 7px;
	width: 375px;
	height: 4px;
	background-color: #cccccc;
	z-index: 10;
}
#file_upload_progress_current {
	position: absolute;
	top: 7px;
	width: 0px;
	height: 4px;
	background-color: #00ff00;
	-moz-box-shadow:0px 0px 7px 0px #00ff00;
	-webkit-box-shadow:0px 0px 7px 0px #00ff00;
	box-shadow:0px 0px 7px 0px #00ff00;
	z-index: 11;
}

@media screen and (max-width: 992px) {
	#trucker_pic {
		text-align: center;
	}
	#trucker_pic img {
		width: 200px;	
	}
}
@media screen and (max-width: 768px) {
	.company_logo img {
		display: none;	
	}
}
@media screen and (max-width: 480px) {
	.navbar-brand img {
		max-width: 80%;
		margin-top: -3px;	
	}
	.navbar-brand .title_location {
		font-size: 12px;
	}
	.page-header h2, .page-header i.fa {
		font-size: 22px !important;	
	}
	.page-header .big {
		display: none;	
	}
	.page-header .small {
		display: block;	
	}
	#trucker-pagination > span {
		display: none;	
	}

}
/************************************************/
/*	Chat CSS																		*/
/************************************************/

.chat-panel-body{
	position: relative;
	overflow-x: hidden;
}
/*.private-chat-users{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
	background: #f5f5f5;
	z-index: 10;
	padding: 15px;
	width: 100%;
}*/
.private-chat-area{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background: #fff;
  z-index: 10;
  padding: 15px 15px 15px;
  width: 100%;
  display: none;
}
/*.private-chat-users .nav-pills li a{
	padding: 4px 8px;
}*/
.private-chat-area .close-arrow{
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 1px 3px;
	border: 1px solid #adadad;
	width: 24px;
	border-radius: 3px;
	text-align: center;
	background: #fff;
	text-decoration: none;
}
.private-chat-area .close-arrow:hover{
	background: #e6e6e6;
}
.dropdown-menu  li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu  li > a:focus, .dropdown-menu  li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.badge-important{
	background: red;
	color: #fff;
}
.badge-important.chat-notification{
	float: right;
	margin-right: -20px;
	margin-top: -12px;
	display: none;
}
.chat li{
	min-height: 56px;
}
