html, body{
	height:100%;
}

body{
	font-family: "proxima_nova_regular", sans-serif;
}
{
	box-sizing:	border-box;
}
a{
	color:	#ff9800;
}
a:hover{
	color:	#ff9800;
	text-decoration:	underline;
}

section{
	padding-bottom: 90px !important;
}
.nav-shadow{
	margin-bottom: 1px;
	-webkit-box-shadow: 5px 5px 5px #666;
}
.kuebix-nav{
	margin-right: 3%;
}

.mode-highlight {
	background-color: #d4e1f5;
}

.no-mode-highlight {

}

.table-header-one-column {
	width: 600px;
}

.detail-row-class label {
	padding-top: 4px;
}

.detail-row-class fieldset {
	height: 224px;
}

.detail-row-class input {
	height: 26px;
	width: 62%;
}

.detail-row-class textarea {
	resize: none;
	height: 36px;
}

.form-control.enter-freight-terms {
	 border-left-color: red;
   border-left-width: 4px;
}

.form-control.freight-terms-valid {
	border-left-color: #ccc;
	border-left-width: 1px;
}

tr.selected-row td {
	background-color: #c8dbf7;
}

input.date-warn {
	color : red;
}

fieldset {
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 8px;
}

fieldset legend {
	font-size: 10px;
	border-bottom: 0px;
	margin-bottom: 0px;
	width: 24%;
	padding-left: 3px;
	padding-right: 3px;
}

.legend-long {
	width: 26%;
}

.navbar{
	line-height:	68px;
	margin-bottom:	0;
	z-index:	9999;
}
	.navbar-nav > li > a{
		color:	#7e8aa2;
		padding:	0 20px;
		line-height:	68px;
		font-size:	16px;
	}

	.navbar .container-fixed{
		width:	97%;
	}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background-color:	transparent;
		border-right:	1px solid #ececec;
		border-left:	1px solid #ececec;
	}
.modal {
	top: 10%;
}

.navbar-brand{
	display: inline-block;
	background:	url(../../img/logo.svg) no-repeat center center;
	background-size:        contain;
	width:	270px;
	height:	67px;
	border-right:	1px solid #ececec;
}

.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 600px;
	padding: 15px;
}

.dropdown-menu {
	border-color:	#ececec;
	border-top:	none; 
	box-shadow:	none;
	border-radius:	0;
	padding:	0;
	min-width:	280px;
	margin-top: 0px;
}

.dropdown-menu li{
	border-bottom:	1px solid #ececec;
}

.dropdown-menu li:last-child{
	border-bottom:	none;
}

.dropdown > a{
	font-family:	"proxima_novalight", sans-serif;
	font-size:	24px;
}

.nav_drop > a{
	font-family:	"proxima_nova_regular", sans-serif;
	font-size:	24px;
}

.kuebix-img{
	width: 5%; 
	margin-right: 10px;
}

.shadow{
	-webkit-box-shadow:	0px 0px 4px 0px rgba(0, 7, 0, 0.41);
	-moz-box-shadow:		0px 0px 4px 0px rgba(0, 7, 0, 0.41);
	box-shadow:					0px 0px 4px 0px rgba(0, 7, 0, 0.41);
}

.global-footer{
	min-height:	35px;
	background:	#345a81;
	color:	#fff;
}

.global-footer a{
	color:	#fff;
}

.global-footer a:hover{
	color:	#fff;
	text-decoration:	underline;
}

.ft-copyrights{
	font-size:	12px;
	line-height:	35px;
}

.nav-list{
	text-align:	right;
	list-style:	none;
	padding-left:	0px;
}

.nav-list li{
	display: inline-block;
	line-height:	90px;
}

.nav-list li:first-child:before{
	content: "";
}

.nav-list li:before{
	content:	"/";
	margin:	0 4px;
}

.nav-list li:after{
	margin:	0 4px;
}

.last:after	{
	content: " ";
}

.datepicker .table-condensed {
	width : 100%;
}

.table {
	background-color: #fff;
}

.expedite-line-section {
	overflow-x: auto;
	margin-top: 10px;
	background-color:#FFFFFF;
}

.section {
	background-color: #bebebe;
	margin-top: 10px;
	overflow-x: auto;
}

.section-wrap-content {
	background-color: #bebebe;
	margin-top: 10px;
	overflow-x: visible;
	width: inherit;
}

.section-header {
	width: 100%;
	background-color: #054d8d;
	color: #ffffff;
	padding-top: .5px;
	padding-bottom: .5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	float: left;
}

.section-header h4 {
	line-height: 1.8em;
	float: left;
}

.section-table-header {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 25px;
	text-align: center;
	background-color: #fff;
}

.section-table-header h5 {
	margin-top: 5px;
}

/*Input styling for required/valid*/
.input-error {
	border-left: solid 5px #d2322d !important;
}

.input-required-red {
	border-left: solid 5px #d2322d !important;
}

.input-success {
	border-right: solid 5px #5cb85c !important;
}

.input-group-btn select {
	border-color: #ccc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}

input[type=checkbox], input[type=radio] {
	margin-top: 0;
}

.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;
}

.non-edit {
	border: none !important;
	cursor: default !important;
	background: transparent!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.non-edit:focus{
	border: none !important;
	cursor: default !important;
	background: transparent!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control[type=checkbox],.form-control[type=radio]:focus{
	border-color: #cccccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.vics-form-div{
	margin-top:2%;
}

.faq-question-link{
	color:#6495ED;
}

.faq-answer {
	padding:18px;
}

.detail-row-class td {
	white-space:nowrap;
}

.dim-action span:hover{ 
	cursor:pointer;
}

.location-table th, .location-table thead {
	border-style: solid;
  border-width: 2px;
  border-color: white;
}

th .glyphicon.sort-icon {
	float: right;
}

th .glyphicon.sort-icon.glyphicon-chevron-up {
	margin-top: -5px;
}

.location-table thead {
	background-color: #FFFFFF;
}

.location-table {
	margin-bottom:0px;
}

/*.location-table td {
	width: 17%;
}*/

.remove-shipment{
	color: #FF0000;
}

.td-no-wrap{
	white-space: nowrap;
}

.ship-details{
	white-space: normal !important;
}


.faq-section{ 
	margin-top:9px !important;
	padding-top: 19px !important;
}

/* Css rules for printing the modal pop up*/
@media screen{
	#printSection{
		display:	none;
	}
}

/* Large desktops and laptops */
@media (min-width: 1620px){
	.container{
		width: 85%;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 1201px) and (max-width: 1619px){

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px){
	.navbar-nav	{
		margin-top:	0px;
	}
	.navbar-brand	{
		width:	230px;
	}
	.navbar-nav > li > a{
		font-size:	15px;
		padding-left:	10px;
		padding-right:	10px;
	}
	.container-fluid>.navbar-collapse{
		margin-left: 0px;
		margin-right: -14px;

	}
	.nav-list{
		text-align:	left;
		list-style:	none;
		padding-left:	0px;
	}
	.home .panel-body {
		text-align: center;
		min-height: 270px!important;
	}
}

@media (max-width: 952px){
	.ft-copyrights{
		font-size:	10px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav	{
		margin-top:	0px;
	}
	.navbar-brand	{
		width:	210px;
	}
	.navbar-nav > li > a{
		font-size:	13px;
		padding-left:	6px;
		padding-right:	7px;
	}
	.container-fluid>.navbar-collapse{
		margin-left: 0px;
	}
	.kuebix-img{
		width: 7%;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	
	.kuebix-img{
		width: 7%;
	}

	.ft-copyrights	{
		font-size:	11px;
		line-height:	85px;
	}
}

@media (min-width: 481px) and (max-width: 590px){
	.kuebix-img{
		width: 8%;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px){
	.kuebix-img{
		width: 9%;
	}
	.ft-copyrights{
		font-size:	10px;
	}

}

@media (min-width: 300px) and (max-width: 457px){
	.kuebix-img{
		width: 12%;
	}
	.ft-copyrights{
		font-size:	8px;
	}
}

/*css rules for firefox browsers*/
@-moz-document url-prefix(){
}


/*LOGIN PAGE*/
.login-wrapper{
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin{
	max-width: 420px;
	padding: 30px 38px 66px;
	margin: 0 auto;
	background-color: #eee;
	border: 3px dotted rgba(0,0,0,0.1);	
}

.weight-unit-input {
	border-radius: 3px;
  border: 1px solid #ccc;
}

#sheculingLoginForm .form-signin-heading{
	text-align:center;
	margin-bottom: 30px;
}

#sheculingLoginForm .form-control{
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}

#expedite-section-table-header {
	padding: 0;
	background-color: #FFFFFF;
	text-align: left;
}

#vics-detail-table {
	margin-top: 4%;
	width: 738px;
    margin-left: -3%;
}

#vics-detail-table-1 th {
	text-align: center;
}

#vics-carrier-detail-table th {
	text-align: center;
}

#sheculingLoginForm input[type="text"]{
	margin-bottom: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#sheculingLoginForm input[type="password"]{
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#request-expedite-table td, #request-multi-expedite-table td {
	padding-bottom: 3%;
}

/*#buyerReleaseTableContainer, #vendorReleaseTableContainer {
	width: 95%;
	padding: 0;
}*/

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

#sheculingLoginForm .colorgraph{
	height: 7px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

#create-vics-modal {
	top: 9%;
}

#expediteLinesTable th {
	text-align: center;
}

#expediteLinesTable td {
	width: 84px;
}

#expediteLinesTable input {
}

.vics-form {
	margin-top:1%;
}

.current-client-header {
	padding-top: 11px;
}

/*HOME STYLING*/
.home {
	margin-top: 50px;
	margin-bottom: 30px;
}
.home .panel {
	border-top-width: 	1px;
}
.home .panel-body {
	text-align: 		center;
	min-height: 		238px;
}
.home .panel-default {
	border-color: 		#bbb;
}
.home .panel-title {
	font-size: 			12px;
}
.home .panel-body p{
	padding-top: 		15px;
	font-size: .95em;
}
.home .panel-heading .btn-group {
	margin-top: 		-7px;
}
.home .panel-heading .btn-group .btn-default {
	font-size: 			12px;
	color: 				#fff;
	background-color: 	#253248;
}
.home .panel-heading .btn-group .btn-default:hover {
	background-color: 	#7e8aa1;
}
.home .greyTitle .panel-heading {
	background-color: 	#f8971c;
	color: 				#fff;
}
.home .greyTitle .panel-heading {
	background-color: 	#7e8aa1;
	color: 				#fff;
}
.home .opacity {
	opacity: 			.5;
}


/*TYPEAHEAD STYLING*/

.twitter-typeahead {
	width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 34px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

/*.typeahead:focus {
  border: 1px solid #0097cf;
}*/

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 1px 0;
  padding: 2px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}


/*SPINNER*/

.loading-spiner-holder {  
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #7e8aa1;
	opacity: .8;
}

.loading-spiner {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	font-size: 50px;
	color: #f8971c;
	margin-left: -102px; /* -1 * image width / 2 */
	margin-top: -71px;  /* -1 * image height / 2 */
}

.pagination a {
	cursor: pointer;
}

.daterangepicker.dropdown-menu{
	min-width: 0px;
}

/*** GRID DETAILS FIELD SET STYLING ***/
.divContainer {
	display: table;
}

.theContainer {
	width: 100%;
	height: 100%;
}

.divRow {
	display: table-row;
	height: auto;
}

.divColumn {
	display: table-cell;
}

.fourColumns {
	width: 25%;
	height: 100%;
}

.grid-details fieldset {
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	border-radius: 8px;
	margin: 0 5px;
	height: 100%;
}

.grid-details fieldset legend {
	font-size: 0.9em;
	font-weight: bold;
	border-bottom: 0px;
	margin-bottom: 0px;
	width: auto;
	padding: 0 0.5em 0 0.5em;
}

.grid-details table {
	font-size: 0.8em;
}

/*** ENABLE AND DISABLE MUTLI ACTION BUTTONS ***/
.icon-enabled:hover {
	border: 1pt solid transparent;
}

.icon-disabled {
	background-image: none;
	opacity: .5;
}

/*** DIALOG LABEL STYLING ***/
.table tbody tr td > label,
fieldset table tbody tr td > label {
	float: right;
	font-size: 12px;
}

/*Input styling for required/valid*/
.input-error {
	border-left: solid 5px #d2322d !important;
}

.input-success {
	border-right: solid 5px #5cb85c !important;
}