/* CSS Document */

body {
	margin: 0;
	padding: 0;
	
	font-family: 'MPC', sans-serif;
	font-size: 20px;
	color: #214435;
	
	
	/*background-color: #505053;*/
	/*background-image: url(metal-back.png);*/
	/*background-repeat: repeat;*/
	
	color: #FFF;
	background-color: #215a3f;
}



#wash {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1001;
    opacity: 0.8;
}

#header {
	/*position: fixed;*/
	position: relative;
	background-color: #FFF;
	/*background-image: url(header-back.png);*/
	background-repeat: repeat-x;
	height: 81px;
	height: 75px;
	width: 100%;
	z-index: 510;
	
	/*-moz-box-shadow:    0px 0px 3px 3px rgba(0,0,0,0.3);*/
	/*-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);*/
	/*box-shadow:         0px 0px 3px 3px rgba(0,0,0,0.3);*/
}
#nav {
	/*position: fixed;*/
	top: 0;
}



#loading-status {
	position: fixed;
	top: 50%;
	left: 50%;
	
	margin-top: -32px;
	margin-left: -32px;
	
	background-image: url(loading.png);
	width: 75px;
	height: 75px;
	z-index: 10000;
	
	display: none;
}

@-webkit-keyframes rotating {
    from{ -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

.rotating {
	-moz-animation: rotate 1s linear infinite;
    -webkit-animation: rotating 1s linear infinite;
}


#header-logo {
	position: absolute;
	/*background-color: #FFF;*/
	/*background-image: url(header-logo.png?a=1);*/

	background-image: url(jms-logo.jpg);
	background-size: 240px auto;
	background-repeat: no-repeat;


	/*margin-left: -4px;*/
	/*width: 248px;*/
	/*height: 81px;*/

	margin: 5px 0 0 15px;
	width: 239px;
	height: 76px;

	cursor: default;
}
#logo.offline {
	position: absolute;
	background-image: url(logos.png);
	background-position: 0 -84px;
	width: 81px;
	height: 84px;
}

@media screen and (max-width: 600px) {
	#header-logo {
		background-size: 220px auto;
		margin: 7px 0 0 15px;
		height: 70px;
	}
}




#setting-btn {
	position: absolute;
	right: 8px;
	top: 6px;
	padding: 2px 10px;
	background-image: url(settings-icon-2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 27px;
	height: 27px;
	cursor: pointer;
	z-index: 5;
	border-radius: 7px;
}
#setting-btn:hover {
	background-color: #444;
	background-color: #EEE;

}


#jms-area {
	position: relative;
	margin-left: 155px;
	display: none;
}
#jms-area .text {
	font-size: 35px;
	font-weight: bold;
	margin-top: 1px;
	padding-top: 1px;
	text-align: center;
	
	/*color: #FFF;*/
	/*text-shadow: 1px 1px 2px #333;*/
	color: #215a3f;
}
#jms-area .offline {
	font-size: 16px;
	margin-top: 7px;
	padding-top: 6px;
	text-align: center;
	color: #DDD;
	line-height: 15px;
}


#franchise-select {
	position: relative;
	float: right;
	top: 6px;
	right: 5px;
	font-size: 16px;
	z-index: 1;

	font-size: 18px;
	padding: 3px 3px;
	cursor: pointer;
}


#login {
	position: relative;
	/*background-image: url(menu-item-back.png);*/
	/*background-repeat: repeat;*/

	background-color: #FFF;

	height: 30px;
	border: 1px solid #777;
	
	float: right;
	margin-top: 5px;
	margin-right: 60px;
	
	cursor: pointer;
	color: #FFF;
	color: #555;
	/*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3) inset;*/
	z-index: 5;
}
#login:hover {
	color: #FFF;
	color: #555;
	/*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3);*/
	background-color: #EEE;
	border: 1px solid #AAA;
}
#login-arrow {
	
}
#login-text {
	margin: 3px 7px 0 7px;
	padding-right: 23px;
	
	background-image: url(arrow-right-grey.png);
	background-position: right;
	background-repeat: no-repeat;
	
	font-size: 22px;
	overflow: hidden;
	height: 25px;
	
	/*text-shadow: 0px 0px 3px rgba(0,0,0,0.5);*/
}


#header-right {
	position: absolute;
	/*background-image: url(header-right.png);*/
	/*background-position: 4px 0;*/
	/*background-repeat: no-repeat;*/
	
	width: 90px;
	height: 81px;
	height: 75px;
	top: 0;
	right: 0;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 38px;
	/*left: 81px;*/
	left: 0;
	
	height: 43px;
	overflow: hidden;
	
	z-index: 1001;
}
#menu .text {
	padding-top: 5px;
}
#menu .item {
	float: left;
	font-size: 27px;
	font-weight: bold;
	margin-right: 0px;
	cursor: pointer;
	padding: 0 15px;
	
	color: #215a3f;
	/*text-shadow: 1px 1px 2px #555;*/
}
#menu .selected,
#menu .item:hover {
	height: 43px;
	/*background-image: url(menu-item-back.png);*/
	/*background-repeat: repeat;*/
	color: #acc217;
	/*text-shadow: 1px 1px 2px #222;*/
	/*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3) inset;*/
}
#menu .item:hover {
	box-shadow: none;
}
#menu .selected.item:hover {
	/*box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.3) inset;*/
}


@media (max-width: 1000px) {
	#menu {
		padding-left: 5px;
	}
	#menu .text {
		padding-top: 6px;
	}
	#menu .item {
		font-size: 25px;
		font-weight: bold;
		margin-right: 0px;
		padding: 0 10px;
	}
	
}
@media (max-width: 800px) {
	#menu {
		padding-left: 10px;
	}
	#menu .text {
		padding-top: 6px;
	}
	#menu .item {
		font-size: 25px;
		font-weight: bold;
		margin-right: 0px;
		padding: 0 5px;
	}
	
}

@media (max-width: 600px) {
	#menu .text {
		padding-top: 7px;
	}
	#menu .item {
		font-size: 20px;
		font-weight: bold;
		margin-right: 0px;
		padding: 0 5px;
	}
	
}






/*
#menu .selected {
	border-bottom: 6px solid #115545;
	height: 37px;
}
#menu .selected:hover {
	border-bottom: none;
}
*/

#content {
	position: relative;
	/*top: 84px;*/
	z-index: 500;
	z-index: 5;
	
	background-image: none;
	background-color: #FFF;
	color: #214435;
}




h1 {
	padding: 0;
	margin: 0;
	font-size: 40px;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 32px;
}
h3 {
	padding: 0;
	margin: 0;
	font-size: 25px;
}












/*
.btn.wide {
	width: 65%;
}
.btn, .btn-selected {
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;
	
	background-image: url(button.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 40px;
	
	padding: 10px 40px 0 0px;
	margin-left: 15px;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	
	color: #FFF;
	cursor: pointer;
}
.btn:hover { background-image: url(button-over.png); }
.btn:active {
	background-image: url(button-down.png);
	font-style: italic;
}
.btn:before, .btn-selected:before {
	content: "";
	display: block;
	position: absolute;
	
	background-image: url(button.png);
	background-repeat: no-repeat;
	background-position: left;
	
	margin-left: -15px;
	margin-top: -10px;
	
	width: 15px;
	height: 50px;
}
.btn:hover:before { background-image: url(button-over.png); }
.btn:active:before {
	background-image: url(button-down.png);
}

.btn-selected:before {
	background-image: url(button-down.png);
	
}
.btn-selected {
	background-image: url(button-down.png);
	cursor: default;
	font-style: italic;
}
*/

/*.btn {*/
	/*display: inline-block;*/
	/*display: -moz-inline-stack;*/
	/**display: inline;*/
	/**/
	/*background-color: #004536;*/
	/*background-image: url(btn.png);*/
	/*background-position: 0 -1px;*/
	/*background-repeat: repeat-x;*/
	/*border-top: 1px solid #005843;*/
	/*border-left: 1px solid #2d8d76;*/
	/*border-bottom: 1px solid #002b21;*/
	/*border-right: 1px solid #002b21;*/
	/**/
	/*padding: 2px 8px;*/
	/**/
	/*text-decoration: none;*/
	/**/
	/*cursor: pointer;*/
	/**/
	/*color: #FFF;*/
	/**/
	/*font-size: 25px;*/
	/**/
	/*margin: 1px 0;*/
	/**/
	/*text-shadow: 1px 1px 2px #000;*/
	/*box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);*/
	/*border-radius: 7px;*/
	/*cursor: pointer;*/
/*}*/
/*.btn.selected,*/
/*.btn:hover {*/
	/*box-shadow: none;*/
	/*text-shadow: none;*/
	/*background-color: #FFF;*/
	/*background-image: none;*/
	/*color: #333;*/
/*}*/
/*.btn.disabled {*/
	/*background-color: #2c2d32;*/
	/*color: #666;*/
	/*background-image: none;*/
/*}*/
/*.btn.hot {*/
	/*background-color: #FF0000;*/
	/*background-image: none;*/
/*}*/


.btn {
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;

	background: #f7c648;
	background: -moz-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c648), color-stop(100%, #f79c48));
	background: -webkit-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: -o-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: -ms-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: linear-gradient(to bottom, #f7c648 0%, #f79c48 100%);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f7c648', endcolorstr='#f79c48', gradienttype=0);
	color: #fff;

	border: 0;
	border-bottom: 2px solid #da7d27;


	/*box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);*/
	border-radius: 2px;

	text-shadow: 1px 1px 2px #b05e13;
	padding: 2px 8px;
	font-size: 25px;
	margin: 1px 0;

	text-decoration: none;
	cursor: pointer;
}
.btn.selected,
.btn:hover {
	box-shadow: none;
	/*background: #f79c48;*/
	background: #F00;
}
.btn.disabled {
	background-color: #2c2d32;
	color: #666;
	background-image: none;
	border-bottom: 2px solid #2c2d32;
	text-shadow: none;
}
.btn.hot {
	background-color: #FF0000;
	border-bottom: 2px solid #FFD400;
}








/*.mini-btn {*/
	/*display: inline-block;*/
	/*display: -moz-inline-stack;*/
	/**display: inline;*/
	/**/
	/*background-color: #004536;*/
	/*background-image: url(mini-btn.png);*/
	/*background-repeat: repeat-x;*/
	/*border: 1px solid #00241c;*/
	/**/
	/*text-decoration: none;*/
	/**/
	/*cursor: pointer;*/
	/**/
	/*padding: 0 5px;*/
	/*color: #FFF;*/
	/**/
	/*box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);*/
	/*border-radius: 5px;*/
/*}*/
/*.mini-btn.selected,*/
/*.mini-btn:hover {*/
	/*box-shadow: none;*/
	/*background-color: #FFF;*/
	/*background-image: none;*/
	/*color: #333;*/
/*}*/
/*.mini-btn.hot {*/
	/*background-color: #FF0000;*/
	/*background-image: none;*/
/*}*/
/*.mini-btn.disabled {*/
	/*background-color: #2c2d32;*/
	/*color: #666;*/
	/*background-image: none;*/
/*}*/
/*.mini-btn.highlight {*/
	/*background-color: #b6c936;*/
	/*background-image: none;*/
/*}*/




.mini-btn {
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;

	/*border: 1px solid #00241c;*/


	background: #f7c648;
	background: -moz-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c648), color-stop(100%, #f79c48));
	background: -webkit-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: -o-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: -ms-linear-gradient(top, #f7c648 0%, #f79c48 100%);
	background: linear-gradient(to bottom, #f7c648 0%, #f79c48 100%);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f7c648', endcolorstr='#f79c48', gradienttype=0);
	color: #fff;

	border: 0;
	border-bottom: 2px solid #da7d27;
	font-size: 20px;

	text-decoration: none;

	cursor: pointer;

	padding: 0 5px;
	color: #FFF;

	/*box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.15);*/
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 1px;

	/*text-shadow: 1px 1px 2px #b05e13;*/
	text-shadow: 1px 1px 2px #81440c;
}
.mini-btn.selected,
.mini-btn:hover {
	box-shadow: none;
	/*background: #f79c48;*/
	background: #F00;
}
.mini-btn.hot {
	background-color: #FF0000;
	background-image: none;
	border-bottom: 2px solid #FFD400;
	border-bottom: 2px solid #CC0000;
}
.mini-btn.disabled {
	background-color: #2c2d32;
	color: #666;
	background-image: none;
	border-bottom: 2px solid #2c2d32;
	text-shadow: none;
}
.mini-btn.highlight {
	background-color: #b6c936;
	background-image: none;
}







.input-box {
	font-size: 18px;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15) inset;
	background-color: #FFF;
	border: 1px solid #AAA;
	padding: 2px;
}





/*** RATE CARD ***/
/*#rate-card,*/



#book-rate-card {
	/*
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	*/
	text-align: center;
	
	/*background-color: #105c99;*/
	/*background-color: #2c6a37;*/
	/*background-image: url(back-green-flip.jpg);*/
	/*background-position: bottom;*/
	/*background-repeat: repeat-x;*/
	
	background: linear-gradient(to bottom, #c1d72e 0%, #97ab0d 100%);
	
	
	color: #FFF;
	text-shadow: 1px 1px 2px #525d07;
	
	-moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
	/*border-radius: 12px;*/
	border-radius: 2px;
}
.rate-card-price {
	color: #363e03;
	text-shadow: none;
}

#book-rate-card h3 {
	margin-top: 5px;
	text-shadow: 1px 1px 3px #525d07;
}

#book-rate-card {
	width: 570px;
}

#book-rate-card .inside {
	display: inline-block;
	padding: 0 5px;
}

#rate-card table,
#book-rate-card table {
	width: 560px;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 10px; 
}
#book-rate-card th {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 3px solid #FFF;
	font-weight: bold;
}
#book-rate-card td {
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 3px 3px;
	text-align: center;
	font-weight: normal;
}
#rate-card .inside th.selected,
#rate-card .inside td.selected,
#book-rate-card .inside th.selected, 
#book-rate-card .inside td.selected {
	
	background-color: rgba(255,255,255,0.6);
	color: #0e4216;
}

.rate-card-junk-cell-cuyd {
	margin-top: -3px;
	font-size: 17px;
}




/*** RATES DISPLAY ONLY ***/
#rate-card {
	color: #0f412e;
	padding: 20px;
	margin-bottom: 50px;
}
#rate-card-calc-outer {
	margin: 20px;
	
	margin-bottom: 200px;
}

#rate-card .inside {
	display: inline-block;
	padding: 0;
}
#rate-card table {
	width: 100%;
}
#rate-card .inside {
	width: 100%;
}
#rate-card h3 {
	margin-top: 15px;
	text-shadow: 1px 1px 3px #CCC;
	font-size: 50px;
}
#rate-card th {
	font-size: 45px;
	border-left: 1px solid #8aac24;
	border-right: 1px solid #8aac24;
	
	font-weight: bold;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	
	text-shadow: 1px 1px 2px #376942;
	color: #FFF;
	background-image: url(back-green-flip.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#rate-card td {
	font-size: 45px;
	border-left: 1px solid #71ac95;
	border-top: 1px solid #71ac95;
	border-right: 1px solid #71ac95;
	
	color: #777;
	border: 1px solid #DDD;
	padding: 3px 3px;
	text-align: center;
	font-weight: normal;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1) inset;
}

#rate-card .dollar {
	font-size: 25px;
	position: relative;
	top: -10px;
}


/*
#book-rate-card {
	position: relative;
}
#book-rate-card table {
	width: 420px;
	border-spacing:0;
	border-collapse:collapse;
}
#book-rate-card th {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 3px solid #AAA;
}
#book-rate-card td {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 3px 2px;
	text-align: center;
}
*/



/* ITEM CALCULATOR CSS */

body .ui-autocomplete {
    z-index: 100000;
    font-size: 15px;
}

table.item-calculator-table  {
	width: 100%;
	border-spacing:0;
	border-collapse:collapse;
}
.item-calculator-table tr.calc-item td {
	border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        /* IE10 Consumer Preview */ 
        background-image: -ms-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%);

        /* Mozilla Firefox */ 
        background-image: -moz-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%);

        /* Opera */ 
        background-image: -o-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%);

        /* Webkit (Safari/Chrome 10) */ 
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(1, #DDDDDD));

        /* Webkit (Chrome 11+) */ 
        background-image: -webkit-linear-gradient(top, #F7F7F7 0%, #DDDDDD 100%);

        /* W3C Markup, IE10 Release Preview */ 
        background-image: linear-gradient(to bottom, #F7F7F7 0%, #DDDDDD 100%);
        
        padding: 4px;
}

table.item-calculator-table input[type="text"] {
    border: 1px solid #cbcbcb;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    
    padding: 4px 7px;
    
    outline: 0;
    
    -webkit-appearance: none;
    
    height: 18px;
}

table.item-calculator-table td {
    text-align: center;
}

table.item-calculator-table th {
    color: #555;
}

table.item-calculator-table input[type="text"]:focus {
    border-color: #339933;
}

table.item-calculator-table input.item-calc-volume {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 20px;
    background: #eee;
    height: 18px;
    text-align: right;
}

table.item-calculator-table .item-calc-qty {
    width: 35px;
    text-align: right;
}

table.item-calculator-table .item-calc-autocomplete {
    width: 200px;
}

table.item-calculator-table .item-calc-bedload {
        margin: 0 0 0 15px;
        width: 16px;
        height: 20px;
        display: inline-block;  
}

table.item-calculator-table .is-bedload {
        background-image: url('glyphicons-halflings.png');
        background-position:  -288px 2px; 
}

table.item-calculator-table .not-bedload {
        background-image: url('glyphicons-halflings.png');
        background-position:  -309px 2px; 
}

.remove-btn, .volume-btn {
    vertical-align: middle;
	display: inline-block;
	display: -moz-inline-stack;
        
	*display: inline;
	
	background-color: #f0f0f0;
	background-image: url(remove-button.png);
	background-repeat: repeat-x;
	border: 1px solid #cfcfcf;
	
	text-decoration: none;
	
	cursor: pointer;
	
	padding: 0 5px;
	color: #000;
	
	border-radius: 5px;
        
}

.volume-btn {
	-webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 20px;
        height: 26px;
        margin-top: 1px;
        border-left: none;
        
}

.remove-btn:hover, .volume-btn:hover {
        background-color: #FFF;
        background-image: none;
}

.remove-btn span, .volume-btn span {
        width: 16px;
        height: 20px;
        background-image: url('glyphicons-halflings.png');
        background-position:  -48px -90px;
        display: inline-block;
}

.volume-btn span {
        background-position: 2px -67px;
}

.item-calculator-footer {
        margin-top: 15px;
}

.item-calculator-footer div {
        display: inline-block;
        vertical-align: top;
}

.item-calculator-footer div.calc-loads {
        float: right;
        padding-left: 15px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
}

.volume-calc input{
        width: 40px;
        text-align: right;
}

.volume-calc .volume-calc-volume {
        background: #eee;
}

.volume-calc {
        display: none;
}

.error-msg {
        color: #f00;
}

td.calc-item-instructions {
    color: #555;
}
