/* Minification failed. Returning unminified contents.
(106,38465): run-time error CSS1036: Expected expression, found '!important'
 */
.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */

.shipment-filter-header{text-transform:uppercase;font-weight:bold;letter-spacing:1px}.shipment-filter-items{display:flex}@media(max-width: 600px){.shipment-filter-items{overflow-x:auto}}.shipment-filter-items .shipment-filter-item-component:last-child{margin-right:3em}.shipment-filter-clear-filters-button{border-radius:8px;margin-right:.5em}.shipment-filter-inverted-button{font-weight:bold;color:#fff;background:rgba(0,0,0,0);border:none;padding:0;margin:0;margin-right:1em}.shipment-filter-inverted-button:hover{color:#fff}.shipment-filter-item{position:relative;margin-right:.5em;white-space:nowrap}.shipment-filter-item .shipment-filter-item-button{align-items:center;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,0);cursor:pointer;display:flex;text-align:left;-moz-user-select:none;-webkit-user-select:none;user-select:none}.shipment-filter-item .shipment-filter-item-button .shipment-filter-item-button-text{padding:.7em}.shipment-filter-item .shipment-filter-item-button .shipment-filter-item-clear-button{padding-right:.7em}.shipment-filter-item .shipment-filter-item-button-focused{border:1px solid #261f39}.shipment-filter-item .shipment-filter-item-button-active{background-color:#261f39;border:1px solid #261f39;color:#fff}.shipment-filter-item .shipment-filter-item-contents{background-color:#fff;border-radius:8px;border:1px solid #261f39;margin-top:.3em;overflow:hidden;padding:.5em 0;position:absolute;width:auto;z-index:500}@media(max-width: 600px){.shipment-filter-item .shipment-filter-item-contents{position:fixed;top:5vh;left:2vw;right:2vw;max-height:80vh;width:auto !important;overflow-y:auto}}.shipment-filter-item .shipment-filter-item-content-group{padding:.5em}.shipment-filter-item .shipment-filter-selection-items .shipment-filter-selection-item,.shipment-filter-item .shipment-filter-selection-items .shipment-filter-selection-item-selected{background:rgba(0,0,0,0);display:block;padding:.5em;text-align:left;width:100%}.shipment-filter-item .shipment-filter-selection-items .shipment-filter-selection-item-selected{background-color:#261f39;color:#fff;position:relative;padding-right:1em}.shipment-filter-item .shipment-filter-selection-items .shipment-filter-selection-item-selected::after{content:"";font-family:FontAwesome;position:absolute;right:.5em}.shipment-filter-item-overlay{background-color:rgba(0,0,0,0);z-index:499;position:fixed;top:0;left:0;right:0;bottom:0}@media(max-width: 600px){.shipment-filter-item-overlay{background-color:rgba(0,0,0,.5)}}.shipment-filter-name-input-group{padding-top:.5em}.shipment-filter-name-input-group input,.shipment-filter-name-input-group button{text-align:left;border:1px solid rgba(0,0,0,0);border-radius:8px;padding:.7em;margin-bottom:0}.shipment-filter-name-input-group button{text-align:center;width:50%}.shipment-filter-name-input-group .shipment-filter-name-input{background-color:#fff;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-right-radius:0;border-bottom-left-radius:0}.shipment-filter-name-input-group .shipment-filter-name-buttons-group{display:flex}.shipment-filter-name-input-group .shipment-filter-name-buttons-group .shipment-filter-name-cancel-button{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:8px}.shipment-filter-name-input-group .shipment-filter-name-buttons-group .shipment-filter-name-done-button{border-bottom-right-radius:8px;border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:0}.shipment-filter-name-input-group .shipment-filter-name-buttons-group .shipment-filter-name-done-button[disabled]{border:1px solid #888}.shipment-filter-select{text-align:left;border-radius:8px;border:1px solid rgba(0,0,0,0);background-color:#fff;padding:.6em;cursor:pointer;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDUwIDUwIgogICBoZWlnaHQ9IjUwbW0iCiAgIHdpZHRoPSI1MG1tIj4KICA8ZGVmcwogICAgIGlkPSJkZWZzMiIgLz4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGE1Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPgogICAgICA8L2NjOldvcms+CiAgICA8L3JkZjpSREY+CiAgPC9tZXRhZGF0YT4KICA8ZwogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTI0NykiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8cGF0aAogICAgICAgaWQ9InBhdGgyMyIKICAgICAgIGQ9Ik0gMi42MzU2NjI2LDI1OS41IDI0Ljk5OTk5OSwyODEuODY0MzQgNDcuMzY0MzM3LDI1OS41IgogICAgICAgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzMzMzMzMztzdHJva2Utd2lkdGg6Ny40NTQ3NzkxNTtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIiAvPgogIDwvZz4KPC9zdmc+Cg==");background-repeat:no-repeat;background-size:15px 15px;background-position-x:calc(100% - 10px);background-position-y:center;-webkit-appearance:none;-moz-appearance:none}.shipment-filter-select::-ms-expand{display:none}.shipment-filter-select:focus{border:1px solid #261f39}@media(max-width: 600px){.shipment-filter-select{margin-bottom:0}}.shipment-filter-items-container{padding-left:1em}@media(max-width: 600px){.shipment-filter-items-container{padding-left:0}}@media(max-width: 600px){.shipment-filter-save-filters-area{justify-content:center;display:flex;padding-top:1em;padding-bottom:0}}[data-tooltip]{position:relative;cursor:pointer}[data-tooltip]:after{filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;font-family:sans-serif !important;font-weight:normal !important;font-style:normal !important;text-shadow:none !important;font-size:12px !important;background:rgba(17,17,17,.9);border-radius:4px;color:#fff;content:attr(data-tooltip);padding:.5em 1em;position:absolute;white-space:nowrap;z-index:10}[data-tooltip]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:none;transition:all .18s ease-out .18s;content:"";position:absolute;z-index:10}[data-tooltip]:hover:before,[data-tooltip]:hover:after,[data-tooltip][data-tooltip-visible]:before,[data-tooltip][data-tooltip-visible]:after{filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;pointer-events:auto}[data-tooltip].font-awesome:after{font-family:FontAwesome}[data-tooltip][data-tooltip-break]:after{white-space:pre}[data-tooltip][data-tooltip-blunt]:before,[data-tooltip][data-tooltip-blunt]:after{transition:none}[data-tooltip][data-tooltip-pos=up]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate(-50%, 10px);transform-origin:top}[data-tooltip][data-tooltip-pos=up]:before{bottom:100%;left:50%;margin-bottom:5px;transform:translate(-50%, 10px);transform-origin:top}[data-tooltip][data-tooltip-pos=up]:hover:after,[data-tooltip][data-tooltip-pos=up][data-tooltip-visible]:after{transform:translate(-50%, 0)}[data-tooltip][data-tooltip-pos=up]:hover:before,[data-tooltip][data-tooltip-pos=up][data-tooltip-visible]:before{transform:translate(-50%, 0)}[data-tooltip][data-tooltip-pos=up-left]:after{bottom:100%;left:0;margin-bottom:11px;transform:translate(0, 10px);transform-origin:top}[data-tooltip][data-tooltip-pos=up-left]:before{bottom:100%;left:5px;margin-bottom:5px;transform:translate(0, 10px);transform-origin:top}[data-tooltip][data-tooltip-pos=up-left]:hover:after,[data-tooltip][data-tooltip-pos=up-left][data-tooltip-visible]:after{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=up-left]:hover:before,[data-tooltip][data-tooltip-pos=up-left][data-tooltip-visible]:before{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=up-right]:after{bottom:100%;right:0;margin-bottom:11px;transform:translate(0, 10px);transform-origin:top}[data-tooltip][data-tooltip-pos=up-right]:before{bottom:100%;right:5px;margin-bottom:5px;transform:translate(0, 10px);transform-origin:top}[data-tooltip][data-tooltip-pos=up-right]:hover:after,[data-tooltip][data-tooltip-pos=up-right][data-tooltip-visible]:after{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=up-right]:hover:before,[data-tooltip][data-tooltip-pos=up-right][data-tooltip-visible]:before{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=down]:after{left:50%;margin-top:11px;top:100%;transform:translate(-50%, -10px)}[data-tooltip][data-tooltip-pos=down]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:50%;margin-top:5px;top:100%;transform:translate(-50%, -10px)}[data-tooltip][data-tooltip-pos=down]:hover:after,[data-tooltip][data-tooltip-pos=down][data-tooltip-visible]:after{transform:translate(-50%, 0)}[data-tooltip][data-tooltip-pos=down]:hover:before,[data-tooltip][data-tooltip-pos=down][data-tooltip-visible]:before{transform:translate(-50%, 0)}[data-tooltip][data-tooltip-pos=down-left]:after{left:0;margin-top:11px;top:100%;transform:translate(0, -10px)}[data-tooltip][data-tooltip-pos=down-left]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:5px;margin-top:5px;top:100%;transform:translate(0, -10px)}[data-tooltip][data-tooltip-pos=down-left]:hover:after,[data-tooltip][data-tooltip-pos=down-left][data-tooltip-visible]:after{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=down-left]:hover:before,[data-tooltip][data-tooltip-pos=down-left][data-tooltip-visible]:before{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=down-right]:after{right:0;margin-top:11px;top:100%;transform:translate(0, -10px)}[data-tooltip][data-tooltip-pos=down-right]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;right:5px;margin-top:5px;top:100%;transform:translate(0, -10px)}[data-tooltip][data-tooltip-pos=down-right]:hover:after,[data-tooltip][data-tooltip-pos=down-right][data-tooltip-visible]:after{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=down-right]:hover:before,[data-tooltip][data-tooltip-pos=down-right][data-tooltip-visible]:before{transform:translate(0, 0)}[data-tooltip][data-tooltip-pos=left]:after{margin-right:11px;right:100%;top:50%;transform:translate(10px, -50%)}[data-tooltip][data-tooltip-pos=left]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;margin-right:5px;right:100%;top:50%;transform:translate(10px, -50%)}[data-tooltip][data-tooltip-pos=left]:hover:after,[data-tooltip][data-tooltip-pos=left][data-tooltip-visible]:after{transform:translate(0, -50%)}[data-tooltip][data-tooltip-pos=left]:hover:before,[data-tooltip][data-tooltip-pos=left][data-tooltip-visible]:before{transform:translate(0, -50%)}[data-tooltip][data-tooltip-pos=right]:after{left:100%;margin-left:11px;top:50%;transform:translate(-10px, -50%)}[data-tooltip][data-tooltip-pos=right]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;left:100%;margin-left:5px;top:50%;transform:translate(-10px, -50%)}[data-tooltip][data-tooltip-pos=right]:hover:after,[data-tooltip][data-tooltip-pos=right][data-tooltip-visible]:after{transform:translate(0, -50%)}[data-tooltip][data-tooltip-pos=right]:hover:before,[data-tooltip][data-tooltip-pos=right][data-tooltip-visible]:before{transform:translate(0, -50%)}[data-tooltip][data-tooltip-length=small]:after{white-space:normal;width:80px}[data-tooltip][data-tooltip-length=medium]:after{white-space:normal;width:150px}[data-tooltip][data-tooltip-length=large]:after{white-space:normal;width:260px}[data-tooltip][data-tooltip-length=xlarge]:after{white-space:normal;width:380px}@media screen and (max-width: 768px){[data-tooltip][data-tooltip-length=xlarge]:after{white-space:normal;width:90vw}}[data-tooltip][data-tooltip-length=fit]:after{white-space:normal;width:100%}[v-cloak]{display:none}html{border-top:8px solid #6500ff;background-color:#2f2747}body{margin:0 12px;background-color:#e6e6e6;padding-bottom:25px}@media(max-width: 600px){body{margin:0}}.button-primary{background-color:#2f2747}.button-primary:hover{background-color:#563f9b}a.icon-button:hover{color:#2f2747}a{color:#563f9b}a:hover{color:#9151a2}input[type=checkbox]:checked+label::after{background-color:#2f2747}input[type=radio]:checked+label::after{background-color:#2f2747}html.logged-out{border:none;background-color:#fff}html.logged-out .logged-out-content-container{max-width:600px;flex:1}html.logged-out .logged-out-content-container-wide{max-width:800px;flex:1}html.logged-out .logged-out-content-container-narrow{max-width:540px;flex:1}html.logged-out body{padding-top:1.2em;background-color:#fff;margin:0}@media(max-width: 600px){html.logged-out article{padding-left:1em;padding-right:1em}}html.logged-out .header-main{padding:0 10%;background:#fff;justify-content:flex-start}html.logged-out .header-main .logo{padding:0;height:70px;width:auto}@media(max-width: 600px){html.logged-out .header-main{padding:0}}html.logged-out label,html.logged-out .label{text-transform:uppercase;font-size:.9em;margin-bottom:.2em}html.logged-out button,html.logged-out .button{padding:.6em 1.75em}html.logged-out .horizontal-line-heading{font-size:1.1em;font-weight:400;position:relative;display:flex}html.logged-out .horizontal-line-heading::before,html.logged-out .horizontal-line-heading::after{flex:1;content:"";display:inline-block;position:relative;top:-0.6em;border-bottom:1px solid #97999b;margin:0 1em}html.logged-out .password-requirements-valid,html.logged-out .password-requirements-invalid{padding:1em}html.logged-out .password-requirements-valid .valid,html.logged-out .password-requirements-invalid .valid{color:#53565a}html.logged-out .password-requirements-valid ul:not(.valid),html.logged-out .password-requirements-invalid ul:not(.valid){color:#97999b}html.logged-out .password-requirements-invalid{background-color:#e6e6e6}html.logged-out .password-requirements-valid{background-color:#e6e6e6}.group{background:#fff}.no-line-break{white-space:nowrap}article{overflow:visible}.button-ghost{background:rgba(0,0,0,0);border:1px solid;border-color:inherit}.tab-count{border-radius:10px;background:#555;color:#fff;padding:2px 5px}.preferred-tab-count{background-color:#6500ff;border-top-right-radius:0;border-bottom-right-radius:0;text-shadow:0 0 1.5px #000}.font-weight-normal{font-weight:normal}.text-casing-normal{text-transform:none !important}.available-tab-count{border-top-left-radius:0;border-bottom-left-radius:0}.preferred-shipments-heading{color:#6500ff;font-weight:bold}@media(max-width: 950px){.preferred-shipments-heading{display:none}}.preferred-shipments{border:2px solid #53565a;border-left:5px solid #53565a}@media(max-width: 950px){.preferred-shipments{border-left-width:2px}.preferred-shipments .shipment-summary .shipment-summary-card .shipment-summary-buttons{margin-bottom:1.25em}.preferred-shipments .shipment-summary-card::before{content:"Preferred Shipment";display:block;font-size:.9em;font-weight:300;text-align:center;width:100%;margin-top:-11px;position:absolute;left:0;color:#fff;background-color:#6500ff}}.pending-offers-heading{font-weight:bold}@media(max-width: 950px){.pending-offers-heading{display:none}}.pending-offers{border:2px solid #53565a;border-left:5px solid #53565a}@media(max-width: 950px){.pending-offers{border-left-width:2px}.pending-offers .shipment-summary .shipment-summary-card .shipment-summary-buttons{margin-bottom:1.25em}.pending-offers .shipment-summary-card::before{content:"Preferred Shipment";display:block;font-size:.9em;font-weight:300;text-align:center;width:100%;margin-top:-11px;position:absolute;left:0;color:#fff;background-color:#6500ff}}.counter-offers-heading{font-weight:bold}@media(max-width: 950px){.counter-offers-heading{display:none}}.accepted-offers-heading{font-weight:bold;color:#6500ff}@media(max-width: 950px){.accepted-offers-heading{display:none}}.counter-offers{border:2px solid #53565a;border-left:5px solid #53565a;margin-bottom:1.5em}@media(max-width: 950px){.counter-offers{border-left-width:2px}.counter-offers .shipment-summary .shipment-summary-card .shipment-summary-buttons{margin-bottom:1.25em}.counter-offers .shipment-summary-card::before{content:"Preferred Shipment";display:block;font-size:.9em;font-weight:300;text-align:center;width:100%;margin-top:-11px;position:absolute;left:0;color:#fff;background-color:#6500ff}}.accepted-offers{border:2px solid #6500ff;border-left:5px solid #6500ff;margin-bottom:1.5em}@media(max-width: 950px){.accepted-offers{border-left-width:2px}.accepted-offers .shipment-summary .shipment-summary-card .shipment-summary-buttons{margin-bottom:1.25em}.accepted-offers .shipment-summary-card::before{content:"Preferred Shipment";display:block;font-size:.9em;font-weight:300;text-align:center;width:100%;margin-top:-11px;position:absolute;left:0;color:#fff;background-color:#6500ff}}.award-type-shipments-heading{color:#261f39;padding-top:.25em;font-weight:bold}.award-type-shipments{border:2px solid #261f39;border-left:5px solid #261f39}.historical-offers-heading{color:#97999b;padding-top:1em;font-weight:bold}.historical-offers{border:2px solid #97999b;border-left:5px solid #97999b}.main-nav{margin-bottom:1.5rem}@media(max-width: 950px){.main-nav{margin-bottom:0}}.filter-tag{background:#eee;border-radius:3px;border:1px solid #ccc;font-size:1.2rem;padding:.2em .4em}.filter-tag button.filter-tag-button{background:none;padding:0}.available-shipments-filter-overlay,.available-shipments-sort-overlay{position:fixed;z-index:499;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5)}.available-shipments-filter,.available-shipments-sort{position:fixed;top:0;left:0;bottom:0;background-color:#fff;border-right:1px solid #ccc;z-index:500;padding:.5em;max-width:100%;min-width:380px;overflow:auto}@media(max-width: 400px){.available-shipments-filter,.available-shipments-sort{min-width:0}}.available-shipments-filter-closed,.available-shipments-sort-closed{display:none}.margin-right{margin-right:1em}.margin-right-small{margin-right:.5em}.margin-left{margin-left:1em}.margin-left-small{margin-left:.2em}.margin-bottom-small{margin-bottom:.5em}.margin-bottom-large{margin-bottom:3em}.margin-top-small{margin-top:.5em}.width-narrow{max-width:800px}.center{margin:0 auto}.valid{color:green}.view-pdf-link{background-color:#ddd;width:100%;display:block;padding:2em;color:#333;font-weight:bold;text-decoration:none;margin-bottom:1em}.view-pdf-link:hover{background-color:#eee}.shipment-attribute-list{-moz-column-count:3;column-count:3}@media(max-width: 1200px){.shipment-attribute-list{-moz-column-count:2;column-count:2}}@media(max-width: 770px){.shipment-attribute-list{-moz-column-count:1;column-count:1}}.bid-calculations{float:right}@media(max-width: 970px){.bid-calculations{float:left}}.open-payables-list,.shipments-list{background-color:#fff}.refresh-shipments-message{background:none;border:none;color:#563f9b}.shipments-list{position:relative;min-height:100px}.shipments-list .shipment-details-button{color:#333;font-size:1.1em;width:100%;display:block;margin-bottom:1em;font-weight:bold}.shipments-list .expedited-shipment-tag{color:#6cc4e8}.shipments-list .truck-load-shipment-tag{color:#093c71}.shipments-list .shipment-summary-header{padding-left:.4em;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:0}.sectional-loader-container{position:relative}.sectional-loader{display:flex;flex-direction:column;justify-content:center;align-content:center;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(255,255,255,.75);z-index:20}.sectional-loader img{width:32px;height:32px;margin-left:47%}.place-bid-card,.decline-bid-card,.card{position:relative}.stopoffrow{background-color:#ffffa3}.stopoffrow>td{background-color:#ffffa3 !important}.place-bid-card h1,.decline-bid-card h1{padding:.3em}.place-bid-card h1{background-color:#8fdc8f}.decline-bid-card h1{background-color:#f18383}.navigation-main-tabs .menu-button{display:none;text-align:left}.navigation-main-tabs{box-shadow:none;background-color:#261f39}.navigation-main-tabs .navigation-main-tab-selected{background-color:#e6e6e6}.shipment-summary{border-bottom:1px solid #ccc;border:4px solid rgba(0,0,0,0)}.shipment-summary .stop-off-count-badge{border:1.5px solid #97999b;border-radius:4px;display:inline-block;font-size:.8em;padding:0 .2em;position:relative;top:-0.1em}.shipment-summary .shipment-summary-card{margin-bottom:0;padding:.5em 0;display:flex;align-items:stretch}.shipment-summary .shipment-summary-card .shipment-summary-header{margin-bottom:0}.shipment-summary .shipment-summary-card a.button,.shipment-summary .shipment-summary-card button:not(.button-primary){border:1px solid #bbb}.shipment-summary:last-child{border-bottom:none}@media(min-width: 950px){.shipment-summary:nth-child(2n+1){background:#eee}}.shipment-summary:hover{border:4px solid #6500ff;box-sizing:content-box;color:#111}.shipment-summary-grey-hover:hover{border:4px solid #53565a;box-sizing:content-box;color:#111}.shipment-stop-card{border-bottom:1px solid #ccc;border:2px solid rgba(0,0,0,0);box-sizing:content-box}@media(min-width: 950px){.shipment-stop-card:nth-child(2n){background:#eee}}.shipment-stop-card:hover{border:2px solid #6500ff;box-sizing:content-box;color:#111}.shipment-stop-location{padding:.5em;width:80%}.shipment-stop-miles{padding:.5em;width:15%}.shipment-stop-location-header{padding:.5em;width:80%;font-weight:bold;border-bottom:2px solid #ccc}.shipment-stop-miles-header{padding:.5em;width:20%;font-weight:bold;border-bottom:2px solid #ccc}.shipment-stop-notes-icon{padding:.5em;width:5%}.shipment-stop-notes{margin:.5em 1em;height:17px;overflow:hidden}.shipment-summary__modal-summary{margin-bottom:1.5rem;border-bottom:1px solid #b4b4b4;padding-bottom:1em}@media(max-width: 950px){.shipment-summary__modal-summary{border-bottom:0;margin-bottom:0;padding-bottom:0}.shipment-summary__modal-summary .shipment-summary-buttons{justify-content:center;padding-right:0}}.truck-load-service-tag{min-width:36px;min-height:17px;padding-left:5px;padding-right:5px;border-color:rgba(255,255,255,0);background-color:#093c71;color:#fff}.dedicated-service-tag{min-width:36px;min-height:17px;padding-left:5px;padding-right:5px;border-color:rgba(255,255,255,0);background-color:#093c71;color:#fff}.shipment-summary-details{display:flex;flex-direction:column}.shipment-detail-icon{min-width:20px;font-size:.9em}i.shipment-detail-icon{text-align:center}.icon-button{font-size:2em;color:gray;text-align:center;vertical-align:middle;padding:10px;cursor:pointer}.offer-status-icon{font-size:larger;text-align:center}.shipment-summary-card{display:flex;flex-direction:row;flex-wrap:wrap}.shipment-summary-modal-body{padding-right:1em}.shipment-summary-modal-button-area{text-align:right;margin-bottom:.5em}.confirmation-modal-button-area{text-align:right;margin-bottom:.5em}.shipment-summary-container{padding:10px;border:1px solid;border-left-width:5px;border-color:#261f39;padding:1rem;padding-bottom:10px;display:flex;flex-wrap:wrap;flex-direction:row}.shipment-summary__main-details-section{display:flex;flex-direction:column;border-right:1px solid #b4b4b4;padding-right:10px;padding-left:10px;flex-basis:40%;max-height:510px;overflow:auto}.shipment-summary__shipment-units-section{padding-left:10px;flex-basis:60%}.shipment-unit-card-container{display:flex;flex-direction:column;flex-grow:1;padding:5px;overflow:auto}@media(max-width: 950px){.shipment-unit-card-container{padding:0}}.shipment-unit-card{padding:10px;background-color:#fafafa;border:1px solid #e2e2e2;margin-bottom:10px;max-width:350px}.shipment-unit-card__header{display:flex;justify-content:space-between;padding-bottom:10px}.shipment-unit-detail-item{margin-bottom:5px}.deemphasize{font-size:.8em;font-weight:800}.margin-bottom-10{margin-bottom:10px}.offer-details-container{border:1px solid;border-left-width:5px;border-color:#261f39;padding-bottom:10px;height:100%;display:flex;flex-wrap:wrap;transition:flex .3s ease-out;width:100%}.shipment-summary-buttons{display:flex;align-items:center;justify-content:flex-end;flex-direction:row;width:100%;padding-right:1em;min-height:2.95em}.place-offer-form{width:100%;height:100%;overflow:auto;padding:1rem}.place-offer-form .place-offer-text-input{height:2.5em}.accept-award-form{width:100%;height:100%;overflow:auto;padding:1rem 1rem 0 1rem;margin:0}.check-calls-list{width:100%;height:100%;overflow:hidden;padding:0;margin:0}.border-crossing-card{padding:10px;background-color:#fafafa;border:1px solid #e2e2e2;margin-bottom:10px;max-width:350px}.border-crossing-card__header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.hazmat-card{padding:10px;background-color:#fafafa;border:1px solid #e2e2e2;margin-bottom:10px;max-width:350px}.hazmat-card__header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.shipment-card-legend{display:flex;font-weight:300;flex-direction:row;margin-bottom:1em}.show-icons-checkbox{display:flex;align-items:center}.shipment-card-legend__offer-amount{display:flex;justify-content:center}.shipment-card-legend__offer-amount__countered{display:flex;justify-content:center;color:#6500ff}.pro-number{display:flex;justify-content:flex-start;align-items:center;padding-left:1em}.offer-amount{font-size:large;text-align:center}.offer-amount-subtext{color:#046a38;font-size:.5em}.offer-amount-suggested-subtext{font-size:.5em}.offer-amount--awarded{border-bottom:2px solid #046a38;display:inline-block}.offer-amount--under-review{border-bottom:2px solid #ff8700;display:inline-block}.offer-amount--suggested{font-size:large;font-weight:bold;color:#6500ff}.offer-amount--countered{font-size:large;text-align:center;color:#6500ff}.stop-off-row{border-left:5px solid #261f39}.stop-off-row td{background-color:#cdf1ff !important}.place-offer-modal__right-container{display:flex;flex-direction:column;justify-content:space-between}.stop-off-info-message{margin-bottom:1em;align-items:flex-end;justify-content:flex-end;display:flex}.title-bar{margin-left:1em}.title-bar .page-heading{margin-right:1em}.title-bar .title-bar__button-section{font-size:1.1em}@media(max-width: 950px){.mobile-block{display:block}.mobile-full-width{width:100%}.title-bar{flex-direction:column;margin-left:0}.title-bar .page-heading{margin-right:0}.title-bar .title-bar__button-section{font-size:1.1em;text-align:center}.shipments-list{padding:0;margin-bottom:4em}.shipment-summary .shipment-summary-card{padding:0}.shipment-summary .shipment-summary-card .pro-number{justify-content:center}.shipment-card-legend{display:flex;flex-direction:column;border-bottom:1px solid #b4b4b4;margin-bottom:0;padding-bottom:.5em}.shipment-card-legend .shipment-summary-header{border-bottom:1px solid #ccc;margin-bottom:.5em;padding:.5em;flex-direction:row;font-size:large;justify-content:space-between}.shipment-summary-modal-body,.shipment-details-form-area{padding-left:0;padding-right:0}.shipment-summary-container{display:flex;flex-direction:column;margin-bottom:1em}.shipment-summary-container,.offer-details-container{padding:.5em .2em;padding-bottom:0;border-left-width:0;border-right-width:0;border-bottom-width:0;border-color:#ddd}.shipment-summary__main-details-section{border-right:none;padding:0}.shipment-summary__shipment-units-section{padding-left:0}.check-calls-section__main-section{padding:0}.offer-amount--awarded{width:100%}.place-offer-form,.accept-award-form{padding:0}.offer-amount{padding:.5em;display:flex;justify-content:flex-start}.shipment-detail{padding:.2em;border-bottom:1px solid #ddd}.shipment-summary-locations,.shipment-summary-equipment-and-weight{display:flex;flex-direction:row}.shipment-summary-locations .shipment-detail,.shipment-summary-equipment-and-weight .shipment-detail{flex:1;border-left:1px solid #ddd}.shipment-summary-locations .shipment-detail:first-child,.shipment-summary-equipment-and-weight .shipment-detail:first-child{border-left:none}.shipment-summary-header{border-bottom:1px solid #ccc;margin-bottom:.5em;padding:.5em;flex-direction:row;font-size:large;justify-content:space-between}.shipment-summary-header .truck-load-service-tag{font-size:x-large}.shipment-summary-header .dedicated-service-tag{font-size:x-large}.shipment-summary-header .expedited-service-tag{font-size:x-large}.shipment-summary-header .master-mind-service-tag{font-size:x-large}.shipments-list .shipment-summary-header{flex-direction:row}.shipment-summary .shipment-summary-modal-button-area{display:flex;flex-direction:column;margin-bottom:200px}.shipment-summary .shipment-summary-modal-button-area button{margin-bottom:2px}.shipment-summary .shipment-summary-card .shipment-summary-buttons-container{background:#eee}.shipment-summary .shipment-summary-card .shipment-summary-buttons{width:100%;margin:.5em auto;justify-content:space-between;padding-right:0}.shipment-summary .shipment-summary-card .shipment-summary-buttons .shipment-summary-action-button{margin-left:auto}.shipment-summary .shipment-summary-card .shipment-summary-buttons .phone-number-button::after{content:""}.shipment-summary .shipment-summary-card .shipment-summary-buttons button,.shipment-summary .shipment-summary-card .shipment-summary-buttons a.button{float:left;text-align:center}.shipment-summary .shipment-summary-card .shipment-summary-buttons .button-primary{display:flex;justify-content:stretch;align-items:center}.posted-equipment-truckcount-and-comments,.lane-preference-information-section{margin-bottom:1em}}.shipment-details-form-area{display:flex;justify-content:end}.shipment-summary-disabled{opacity:.3;pointer-events:none}table.width-auto{width:auto}table.width-auto th,table.width-auto td{padding-left:2em;padding-right:2em}.contact-roles-container{-moz-column-count:2;column-count:2}.error-text{color:red}.padding-right{padding-right:1em}.padding-left{padding-left:1em}.padding-bottom{padding-bottom:1em}fieldset{border:none}.font-large{font-size-adjust:.7}.toolbar-submit-area,.toolbar-tools-area{width:auto}.toolbar-submit-area .toolbar-section{float:none}ul.list-group{list-style:none}ul.list-group li{border-top:1px solid #ccc;padding:1em}ul.list-group li:last-child{border-bottom:1px solid #ccc}ul.list-group li a{color:#563f9b}ul.list-group li a:hover{color:#9151a2}.columns{display:table;table-layout:fixed;margin-bottom:0}.columns .column{display:table-cell}.header-main{background-image:none;background-color:#2f2747;height:70px;box-shadow:none}.header-main .logo-area{height:70px;display:flex;align-items:center}.header-main .icon-area{display:flex;align-items:center;color:#fff;font-size:2em}.header-main .icon-area .icon-area-button{color:inherit;margin:0;padding:0;border:0;background:none;font-size:1em;margin-left:.25em;position:relative}.header-main .icon-area .icon-area-button .notification-icon-count{color:#fff;position:absolute;text-align:center;font-size:.4em;top:.6em;display:block;width:100%}.header-main .icon-area .icon-area-button>i{display:block}.header-main .icon-area .icon-area-button.icon-area-button-draw-attention::before{content:" ";position:absolute;border-radius:50%;background:rgba(255,255,255,.5);top:-0.25em;left:-0.25em;width:1.5em;height:1.5em}.header-main .icon-area .notification-icon{color:#261f39;position:relative;background:#fff;border-radius:50px;font-size:.75em;padding:.25rem}.header-main .icon-area .icon-popover{position:absolute;width:auto;background:#fff;color:#4e4e4e;font-size:1rem;top:5em;right:.5em;padding:1em;box-shadow:0 0 3px rgba(0,0,0,.5);z-index:501}@media(max-width: 600px){.header-main .icon-area .icon-popover{left:0;right:0}}.header-main .icon-area .icon-popover a{font-weight:normal;text-decoration:underline;color:#563f9b}.header-main .icon-area .icon-popover a:hover{color:#9151a2}.header-main .icon-area .icon-popover .user-full-name{font-weight:300;font-size:1.2em}.header-main .icon-area .icon-popover .user-email{font-size:.8em}.header-main .icon-area .icon-popover .sign-out-link{padding-top:.5em}.header-main .icon-area .icon-popover .profile-information{border-bottom:1px solid #ddd;padding-bottom:.5em}.header-main .icon-area .icon-popover::before{content:"⯁";position:absolute;color:#fff;top:-1.3rem;right:.45rem;font-size:2em}@media(max-width: 600px){.header-main .icon-area .icon-popover::before{right:.1rem}}.header-main .icon-area .profile-icon-popover{text-align:right}.header-main .icon-area .notification-icon-popover{width:580px}@media(max-width: 600px){.header-main .icon-area .notification-icon-popover{width:auto}}.header-main .icon-area .notification-icon-popover::before{right:3rem}@media(max-width: 600px){.header-main .icon-area .notification-icon-popover::before{right:2.6rem}}.header-main .icon-area .no-notifications-message{text-align:center}.header-main .icon-area .no-notifications-message .no-notifications-icon{color:#ddd;font-size:2em;margin-bottom:.2em}.header-main .icon-area .popover-notifications{max-height:300px;overflow:auto}.header-main .icon-area .popover-notification{padding:.5em;border:1px solid #261f39;display:flex}.header-main .icon-area .popover-notification:not(:last-child){margin-bottom:.5em}.header-main .icon-area .popover-notification .popover-notification-icon{color:#261f39;padding-right:1em}.header-main .icon-area .popover-notification .popover-notification-collapsed-count,.header-main .icon-area .popover-notification .popover-notification-close-button{margin-left:auto;padding-top:.2em;padding-left:1em}.header-main .icon-area .popover-notification .popover-notification-collapsed-count span,.header-main .icon-area .popover-notification .popover-notification-collapsed-count button,.header-main .icon-area .popover-notification .popover-notification-close-button span,.header-main .icon-area .popover-notification .popover-notification-close-button button{background-color:#261f39;border-radius:50%;color:#fff;display:block;padding:0 .4em;font-size:.7em}.header-main .icon-area .popover-notification .popover-notification-close-button button{background:none;border:1px solid #53565a;color:#53565a}.header-main .icon-area .popover-notification-message p:last-child,.header-main .icon-area .popover-notification-message-list-item p:last-child{margin-bottom:0}.header-main .icon-area .popover-notification-message-list-item{display:flex}.header-main .icon-area .popover-notification-message-list-item:not(:last-child){border-bottom:1px solid #ddd;margin-bottom:.5em;padding-bottom:.5em}.header-main .icon-area .popover-notification-group{cursor:pointer}.header-main .icon-area .header-notification-manager-mask{background:rgba(0,0,0,0);position:fixed;top:0;left:0;bottom:0;right:0;z-index:500}.header-main .logo{height:100%}.header-main .logo img{height:100%;padding:1.5em;padding-right:1em}@media(max-width: 600px){.header-main .logo img{padding:1.75em 0;padding-right:.5em}}.header-main .header-site-title{padding-left:1em}@media(max-width: 600px){.header-main .header-site-title{padding-left:.5em}}.header-main .header-site-title h1{color:#fff}@media(max-width: 600px){.header-main .header-site-title h1{font-size:1.5em}}.header-main .header-site-logo{border-left:2px solid #fff;padding-left:2em;padding-right:3em}@media(max-width: 600px){.header-main .header-site-logo{padding-left:.5em}}.header-main .header-site-logo img{width:120px}.disabled-input{opacity:.6;pointer-events:none}@media(max-width: 600px){.header-site-title{padding:0}}.header-secondary{background-color:#261f39;border-top:none;color:#fff;padding:.5em 0}.header-secondary a.button-link{color:#6500ff}header.header-page a{color:!important #261f39;text-decoration:none;font-weight:bold}.phone-number-button::after{content:": " attr(data-phonenumber)}.pending-paperwork-na,.pending-paperwork-received{color:green}.pending-paperwork-notreceived{color:red}.inactive{opacity:.5;pointer-events:none}.message-area{border:1px solid #ccc;margin-bottom:.5em;position:relative;overflow-y:scroll;height:200px;padding:.2em}.message-input-area{padding:0}.message-input-area input{display:block;float:left;padding:0;margin:0;height:2rem;font-size:1.5rem;width:calc(100% - 50px);border-bottom-right-radius:0;border-top-right-radius:0}.message-input-area .send-button{display:block;float:left;width:50px;padding:0;margin:0;height:2rem;font-size:1rem;border:none;border-bottom-left-radius:0;border-top-left-radius:0}.message-input-area .send-button:hover{color:#4e748b}.current-time:not(:last-child){border-right:1px solid;padding-right:.5em}@media(max-width: 700px){.current-time:not(:last-child){border-right:none;padding-right:0;display:block}}.accept-award-form .rate-agreement-button{padding:1em;display:block;border:1px solid #261f39;width:100%;text-align:center;margin-bottom:1em}.rate-agreement{border:1px solid #261f39;margin-bottom:1.5em}.rate-agreement a.rate-agreement-button{color:#563f9b}.rate-agreement a.rate-agreement-button:hover{color:#9151a2}.rate-agreement .rate-agreement-button{padding:1em;display:block;width:100%;border-bottom:1px solid #261f39}.rate-agreement .sign-rate-agreement-button{padding:1em;display:block;text-align:left;width:100%;font-weight:bold}.rate-agreement .input-group button{white-space:nowrap}.sign-rate-agreement-popup{width:35%;left:35%;right:auto}.chat-error-message{color:#fff;background-color:#c00;padding:.2em .5em;border-radius:2px;margin-top:1em;margin-bottom:1em}.chat-info-message{color:#fff;background-color:#567f98;padding:.2em .5em;border-radius:2px;margin-bottom:1em}.chat-message .timestamp{color:#555}.chat-message .timestamp::before{content:"["}.chat-message .timestamp::after{content:"] "}.chat-message .username{color:#804a35}.chat-message .username::after{content:": "}.chat-message .username.user{color:#176da0}.chat-message .message{color:#111}.quick-filter-help{position:absolute;bottom:55px;left:2px}.quick-filter-help::after{background-color:#fff;border:1px solid #aaa;border-top:none;border-left:none;content:"";height:15px;width:15px;position:absolute;bottom:-9px;left:50%;margin-left:-20px;transform:rotate(45deg)}.quick-filter-help .title{font-weight:bold;padding:.5em}.quick-filter-help .content{padding:.5em}.quick-filter-help .content .info-section{line-height:normal;margin-bottom:1em}.check-details-header{padding-bottom:10px}.check-details-header div{display:inline;margin:10px}.check-details-header div label{display:inline}.open-payables{border-bottom:1px solid #ccc}.open-payables .open-payables-card{margin-bottom:0;padding:.5em 0;display:flex;align-items:stretch}.open-payables-list{position:relative;min-height:100px}.open-payables-list .open-payables-header{padding-left:.4em}.proof-of-delivery-message{background-color:#ff0;width:400px;text-align:center;padding:7px;margin-top:5px;margin-bottom:8px}.payable-price-breakdown{margin-bottom:20px;text-align:end}.payable-price-breakdown hr{max-width:200px;margin-right:0px}.download-file{display:inline;margin-left:5px}.no-side-padding{padding-left:0;padding-right:0}@media(max-width: 1024px){.navigation-main-tabs{display:block}.navigation-main-tabs .menu-button{display:block}.navigation-main-tabs.menu-open .navigation-main-tab:not(.menu-button){display:block}.navigation-main-tabs .navigation-main-tab:not(.menu-button){display:none}.navigation-main-tabs .navigation-main-tab-selected{border-top:#fff 2px solid}}@media(max-width: 700px){.no-side-padding-700px{padding-left:0;padding-right:0}.hide-on-mobile{display:none !important}}#popup-notifications{background-color:#fff;font-weight:400;text-align:left;font-size:1.2em}#popup-notifications #acknowledge-popup-notifications-button{background-color:#fff;font-weight:400;font-size:1.3em;text-align:left;padding:0}#popup-notifications #header-popup-notification{background-color:#fff;font-weight:400;font-size:1.3em;text-align:left;padding:0}.help-and-support-button{position:fixed;right:-54px;top:45%;transform:rotate(-90deg);background:#333;color:#fff;font-weight:bold;border:2px solid #888}@media(max-width: 700px){.help-and-support-button{right:2px;transform:none;bottom:0;top:auto;padding:.75em .5em}}.help-and-support-button:hover{background-color:#555;color:#fff}.width-full{width:100%}.rate-agreement-actions{margin-bottom:0}.rate-agreement-actions input,.rate-agreement-actions button{height:2.8rem;width:100%;margin-bottom:0}.address-label{margin-bottom:.4rem}.address-block{margin:0}.address-block>p{line-height:1rem;margin-bottom:.5rem}.awarded-type-tag{color:#046a38;border-color:none}.under-review-type-tag{background-color:#ff8700;border-color:#ff8700}.new-type-tag{color:#71c5eb;border-color:none}.no-longer-available{opacity:.5}.quick-filter-container{background-color:#e04e39;border-top-right-radius:8px;position:fixed;left:0;bottom:0;color:#fff;padding:.5em;display:flex;align-items:center;z-index:400}.quick-filter-container label,.quick-filter-container input{margin:0}.quick-filter-container label{text-transform:uppercase;line-height:1em;margin-right:.5em;font-size:.8em}@media(max-width: 600px){.quick-filter-container{width:50%}.quick-filter-container input{min-width:0}}.expedited-service-tag{min-width:36px;min-height:17px;padding-left:5px;padding-right:5px;background-color:#71c5eb;color:#fff}.master-mind-service-tag{min-width:36px;min-height:17px;padding-left:5px;padding-right:5px;background-color:#6500ff;color:#fff}.shipment-item-apply-button{width:100%;border-top:1px solid #aaa;padding-bottom:0;padding-top:.4em;background-color:rgba(0,0,0,0)}.sort-container{display:inline;position:relative}.sort-container .sort-contents{border:1px solid #261f39;position:absolute;left:0;top:1.5em;z-index:500;background-color:#fff;border-radius:8px;padding:.5em 0;width:200px}@media(max-width: 600px){.sort-container .sort-contents{position:fixed;top:2vh;left:2vw;right:2vw;width:auto}}.sort-container .sort-contents .sort-options{padding:0 .2em;padding-bottom:.2em}.sort-container .sort-apply-button{width:100%;background:rgba(0,0,0,0);padding:.5em;padding-bottom:.2em;border-top:1px solid #aaa}.sort-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:499}@media(max-width: 600px){.sort-overlay{background-color:rgba(0,0,0,.5)}}.offer-details__footer{display:flex;flex-direction:column;align-items:flex-end;width:100%}.check-calls-section{display:flex;flex-direction:row;flex-basis:100%;height:100%;transition:500ms;overflow:hidden}.check-calls-section__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:.5em}.button-small{padding:.5em 1em}.check-call-card-container{display:flex;flex-direction:column;max-height:510px;overflow:auto}.check-call-card{display:flex;flex-direction:row;border:1px solid #4d4d4d}.check-call-card__status-icon-section,.check-call-card__status-icon-section--completed{font-size:small;padding:1em .5em;min-height:40px;min-width:25px;display:flex;justify-content:center;align-items:center;font-size:.6em;border-right:1px solid #4d4d4d;background-color:none;color:#4d4d4d}.check-call-card__status-icon-section--completed{background-color:#4d4d4d;color:#fff}.check-call-card__body{padding:1em}.check-call-card__location{display:flex;flex-direction:row}.check-call-card__update-status-section{display:flex;flex-basis:100%;justify-content:center;align-items:center}.check-calls-section__main-section{display:flex;flex:1 0 100%;flex-direction:column;position:relative;padding:1rem 1rem 0 1rem;height:100%;overflow:auto;left:0;transition:500ms}.check-calls-section__slide-in-form{display:flex;flex-direction:column;flex:1 0 100%;justify-content:center;position:relative;margin-left:2em;padding:1rem 1rem 0 1rem;height:100%;overflow:auto;left:0;transition:500ms}.check-calls-section--slide-in-visible .check-calls-section__main-section,.check-calls-section--slide-in-visible .check-calls-section__slide-in-form{left:-105%}.slide-enter-active{transition:all .5s ease}.slide-leave-active{transition:all .5s ease}.slide-enter,.slide-in-leave-to{left:-100%;opacity:0}.submit-check-call-form{display:flex;flex-direction:column;flex-basis:100%}.equipment-card__info-heading{font-size:.7em;opacity:.7;margin-bottom:.5em}.preference-card__info-heading{font-size:.7em;opacity:.7;margin-bottom:.5em}.flex-right{display:flex;flex-direction:row}.flex-down{display:flex;flex-direction:column}.flow-justify-space-between{justify-content:space-between}.annotated-input{display:flex;flex-direction:row;align-items:center}select:disabled{color:#545454;background-color:#ebebe4;cursor:default}.posted-equipment-card__expired-overlay{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;margin-left:-1em;color:#ab7171;font-weight:bold}.posted-equipment-card--expired{color:gray !important}.shipment-filter-location-autocomplete-result{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-top:.2em;padding-bottom:.2em}.shipment-filter-location-autocomplete-result:hover{background-color:#eee}.shipment-empty-location-autocomplete-result-container{border-style:solid;border-color:#767676;border-width:1px}.shipment-empty-location-autocomplete-search-label{padding-top:.5em;padding-left:.5em}.shipment-empty-location-autocomplete-result{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-top:.2em;padding-bottom:.2em;padding-left:.5em}.shipment-empty-location-autocomplete-result:hover{background-color:#2d94fb;color:#fff}.info-heading-lg{font-size:1em;font-weight:normal;margin-bottom:1em;text-transform:uppercase}.info-heading{font-size:.8em;font-weight:normal;margin-bottom:1em;text-transform:uppercase}.info-heading-sm{font-size:.7em;font-weight:normal;margin-bottom:.5em;text-transform:uppercase}.post-truck-template-row-button,.create-preference-template-row-button{width:100%;display:flex;align-items:center;justify-content:center;min-height:80px;font-weight:bold;color:#8d8d8d}.lane-preference-list-link{padding:.25em;display:block;border-bottom:1px solid}.lane-preference-list-link:last-child{border-bottom:none}#accessorialsContainer{max-height:250px;overflow-y:auto}.fixed-alert-wrapper{position:fixed;width:40%;z-index:1000}.fixed-alert-wrapper.center{left:0;right:0}.button-book-it{background-color:#f1c30c;color:#333;font-weight:bold}.button-book-it:hover{color:#000}.button-post-preference{background-color:#f1c30c;color:#333;font-weight:bold}.button-post-preference:hover{color:#000}.notification-manager-select-container{flex:1;min-width:250px}.notification-manager-select-container input,.notification-manager-select-container select{flex:1;margin-bottom:0;width:auto;margin-right:1em}.button-large{padding:1.2em}input[type=checkbox]+label.checkbox-toggle-label{padding-right:.5em}input[type=checkbox]+label.checkbox-toggle-label::before{width:2.25em;height:1em;background-color:#97999b;border-radius:2em;border:none;transition:50ms}input[type=checkbox]+label.checkbox-toggle-label::after{content:"";height:.7em;width:.7em;top:.125em;left:.15em;border-radius:1em;background-color:#fff;transition:50ms}input[type=checkbox]:checked+label.checkbox-toggle-label::before{background-color:#261f39}input[type=checkbox]:checked+label.checkbox-toggle-label::after{content:"";left:1.35em}.notification-settings-table{table-layout:fixed}.notification-settings-table .lane-preferences-toggle-column,.notification-settings-table .empty-postings-toggle-column,.notification-settings-table .preferred-carrier-awards-toggle-column,.notification-settings-table .auto-dispatch-awards-toggle-column,.notification-settings-table .buttons-column{text-align:center}.notification-settings-table .buttons-column{width:10em}.notification-settings-table .buttons-column .add-additional-contact-button{width:100%;padding:.3em}@media(max-width: 1440px)and (min-width: 600px){.capacity-indicator-popup .pantherjs-popup{left:10% !important;right:10% !important;width:80vw !important;height:100vh !important;top:0 !important;bottom:0 !important}}@media(max-width: 500px){.pantherjs-popup .content{padding:0}}@media(max-height: 800px){.pantherjs-popup{top:0 !important}}button.button-link{color:#563f9b}button.button-link:hover{color:#9151a2}.pantherjs-popup .titlebar{background-color:#261f39}.confirmation-popup .pantherjs-popup{border-style:solid}.fa-info-circle{color:#2f4f4f}.button-success{background-color:#2f2747}.button-success:hover{background-color:#563f9b}.create-preference-button{background-color:#2f2747;color:#fff}.create-preference-button:hover{background-color:#563f9b;color:#fff}.post-truck-button{background-color:#2f2747;color:#fff}.post-truck-button:hover{background-color:#563f9b;color:#fff}.display-hidden{display:none}.reset-password-failed-section{position:relative}.loading-overlay{background:rgba(255,255,255,.5);position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%}input,select,textarea{height:2.5em}.floating-refresh-container{display:flex;flex-direction:column;position:fixed;left:50%;top:30%;transform:translate(-50%, -50%);background-color:rgba(255,255,255,.95);color:#000;padding:25px 25px;border-radius:8px;box-shadow:0 0 12px rgba(0,0,0,.5);z-index:499}.floating-refresh-button{background-color:gold;color:#000;font-weight:bold;border-radius:4px;margin:4px}.equipment-types-tooltip{border:1.5px solid #97999b;border-radius:4px;display:inline-block;font-size:.8em;padding:0 .2em;position:relative;top:-0.1em}.equipment-types-tooltip[data-tooltip]:after{white-space:pre}.equipment-types-tooltip[data-tooltip-pos=right]:hover::after{top:0;left:100%;transform:translateY(0);margin-left:11px}.book-it-confirmation-detail{position:relative;top:10%}/*# sourceMappingURL=Site.min.css.map */
