/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
/*Quote page result css*/
.result-top-div {
	height:600px;
	overflow-y: scroll;
}
.result-info {
	display:inline-block;
}
.result-select {
	width:100%;
	display:inline-block;
}
.result-span {
	display: inline-block;
}

.carrier-logo {
    max-height:30px;
    max-width:100px;
}
.carrier-logo-cell {
    width:75px;
    text-align:center;vertical-align:middle;
}

.past-doe-holiday {
    color: #999;
}
.carrier-scac-cell {
    vertical-align:middle;width:400px;padding-left:10px;
}
.carrier-scac-head {
    font-size:15px !important;
}
.carrier-scac-cell .carrier-scac-partner-rating{
    display:inline;width:380px;
}
.carrier-terminal-name-td {
    vertical-align:middle;width:120px;
}
.carrier-terminal-name-td span {
    display:inline-block;float:right;width:100px;margin-right:10px;
}

table .role-th {
    -ms-transform: rotate(-50deg); /* IE 9 */
    -webkit-transform: rotate(-50deg); /* Safari 3-8 */
    transform: rotate(-50deg);
}
