/* ==================================================================
	CSTYLE.CSS  |  STYLESHEET
/* ==================================================================
 * Style Sections:
 *
 *  1.0 - Globals
 *  2.0 - Typography
 *  3.0 - Buttons & Links
 *  4.0 - Form Elements
 *  5.0 - Tables
 *  6.0 - Asset Details
 *  7.0 - Containers
 *  8.0 - Page Modules
 *  9.0 - Dashboard Widgets
 * 10.0 - Articles & Tagging
 * 11.0 - Dialogue Boxes
 *
/* ==================================================================
	1.0 Globals
================================================================== */

@import url(https://fonts.googleapis.com/css?family=Anaheim|Muli|Abel|Open+Sans:400,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);
@import url(kickstart.css);
@import url(form_elements.css);

/* ==================================================================
	2.0 Typography
================================================================== */
.enlarge {
	font-size:16px;
}

.marker
{
	background-color: #FFFF00;
}

h1.trm {
	font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:32px;
    font-weight:bold;
    line-height:28px;
	color:#333;
	text-shadow:0 1px 1px #fff;
	margin-top:10px;
}

h1.rail {
	font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:32px;
    font-weight:bold;
    line-height:28px;
	color:#333;
	text-shadow:0 1px 1px #fff;
	margin-top:10px;
    margin-bottom:6px;
}

h1.article {
	font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:40px;
    font-weight:bold;
	color:#333;
	margin-top:10px;
	line-height:40px;
	letter-spacing:-1px;
	margin-bottom:20px;
}

h2.trm {
	font-family:'Anaheim',calibri, arial, sans-serif;
	color:#333;
	text-shadow:0 1px 1px #fff;
}

table.contacts {
	width: 100%;
	margin-bottom:100px;
}

table.contacts thead {
	background-color: #e8e8e8;
	text-align: left;
}

table.terminals thead th {
	border: solid 1px #eee;
	padding:10px 8px;
	color:#666;
}

table.terminals thead th a {
	color:#666;
	font-family:calibri, arial, sans-serif;
	text-shadow:0 1px 1px #fff;
	font-size:16px;
	letter-spacing:-1px;
}

table.terminals thead th a:hover {
	color:#999;
	text-shadow:0 1px 1px #fff;
}

table.terminals tbody td {
	border: solid 1px #eee;
	padding:10px 8px;
}

a, a:hover, a:active, a:visited {
	color: blue;
	text-decoration: none;
}

table.details {
	width: 100%;
	border-collapse:collapse;
}

table.details tbody td {
    font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:17px;
    border: dotted 1px #aaa;
    padding:3px 8px;
	vertical-align:top;
}

table.details img {
    position:relative;
    top:3px;
}

#netbacks-table th{
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	padding: 10px 12px;
	background:#111111; color:#ffffff; font-weight:bold;
	background-image: -ms-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: -o-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #444444));
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: linear-gradient(to top, #000000 0%, #444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000', GradientType=0 );
}

#railmetrics table{font-size:10px;line-height:90%;border-collapse:collapse;margin:1em 0;}
#railmetrics th, td{padding:.6em;border:1px solid #666666;}
#railmetrics th{
	text-transform:uppercase;
	font-size:11px;
	background:#111111; color:#ffffff; font-weight:bold;
	background-image: -ms-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: -o-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #444444));
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #444444 100%);
	background-image: linear-gradient(to top, #000000 0%, #444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000', GradientType=0 );
}
#railmetrics th a{color:#333;}
#railmetrics a{color:#006666;}
#railmetrics a:hover{color:#000000;}
#railmetrics td{
	border:1px solid #bbbbbb;
	color:#333333;
	white-space: nowrap;
	font-size:11px;
	line-height:99%;
	background:#eeeeee;
	background-image: -ms-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F1F1F1), color-stop(1, #FFFFFF));
	background-image: -webkit-linear-gradient(bottom, #F1F1F1 0%, #FFFFFF 100%);
	background-image: linear-gradient(to top, #F1F1F1 0%, #FFFFFF 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E2E2E2', GradientType=0 );*/
}

#railmetrics tr.total td {
	white-space:wrap;color:#000; font-weight:bold; font-style:italic;
	border:1px solid #aaaaaa;
	background:#cccccc;
	background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #cccccc 100%);
	background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(1, #f1f1f1));
	background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: linear-gradient(to top, #BFBFBF 0%, #cccccc 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9D9D9', endColorstr='#f1f1f1', GradientType=0 );*/
}
#railmetrics tr.subtotal td {
	border:1px solid #aaaaaa;
	white-space: wrap;
	font-size:11px;
	line-height:99%;
	background:#E6E3D2;
	background-image: -ms-linear-gradient(bottom, #CDC7A7 0%, #E6E3D2 100%);
	background-image: -moz-linear-gradient(bottom, #CDC7A7 0%, #E6E3D2 100%);
	background-image: -o-linear-gradient(bottom, #CDC7A7 0%, #E6E3D2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CDC7A7), color-stop(1, #E6E3D2));
	background-image: -webkit-linear-gradient(bottom, #CDC7A7 0%, #E6E3D2 100%);
	background-image: linear-gradient(to top, #CDC7A7 0%, #E6E3D2 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CDC7A7', endColorstr='#E6E3D2', GradientType=0 );*/
	color:#000;
	font-weight:bold;
	font-style:italic;
}
#railmetrics tr:hover td, #railmetrics tr.evenrow:hover td {
	background:#E0FFEB;
}
#railmetrics tr.evenrow td {

	background:#f1f1f1;
	background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(1, #f1f1f1));
	background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #f1f1f1 100%);
	background-image: linear-gradient(to top, #D9D9D9 0%, #f1f1f1 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9D9D9', endColorstr='#f1f1f1', GradientType=0 );*/
}
#railmetrics td:hover{background:#E0FFEB;}

/* ==================================================================
	3.0 Buttons & Links
================================================================== */

h4.tab { color:#444; border:1px dotted #aaa; margin-bottom: 14px; margin-top: 14px; padding:8px 10px; background:#eee; text-shadow:0px 1px 1px #fff; width:98%; }
h4.tab-fit { color:#444; border:1px dotted #aaa; margin-bottom: 14px; margin-top: 14px; padding:8px 10px; background:#eee; text-shadow:0px 1px 1px #fff; width:937px; }
h4.tab-box { color:#444; border:1px dotted #aaa; margin-bottom: 2px; margin-top: 2px; padding:8px 0px 8px 10px; background:#eee; text-shadow:0px 1px 1px #fff; width:948px; }
a.headr { color:#444; text-decoration:none; }
a.headr:visited { color:#444; text-decoration:none; }
#LGT, #HVY, #CND, #USC, #GC, #RM, #WC, #ESB, #LAM, #CSE, #PRD { margin-left:20px; }

a.button {
	border: solid 2px #ccc;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	padding:1px 7px;
	text-decoration:none;
	color:#aaa;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	}

a.button:hover {
    border:solid 2px #333;
	color:#333;
	}

a.button_ved {
	border: solid 1px #ccc;
	border-radius:3px;
	padding:1px 6px 0 5px;
	text-decoration:none;
	color:#aaa;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	}

a.button_ved:hover {
    border:solid 1px #333;
	color:#333;
	}

a.button.activo {
    border:solid 2px #006666;
	color:#006666;
	}

a.mbutton {
	background-color:#4704FF;
	padding:36px 7px;
	text-decoration:none;
	color:#fff;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	}

a.mbutton:hover {
	background-color:#D60DFF;
	color:#fff;
	}

a.button2, a.button2-lg {
	border: solid 2px #bbb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	padding:1px 7px;
	text-decoration:none;
	color:#aaa;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	margin-top:10px;
	float:right;
	display:inline-block;
}

a.button-adj {
	margin-bottom:6px;
}

a.btn-insight {
	border: solid 2px #009999;
	color:#009999;
}

a.button2-lg {
	padding:6px 10px;
}

a.button2:hover, a.button2-lg:hover {
    border:solid 2px #333;
	color:#333;
}

button[type="submit"].btn,
a.btn, button.btn {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	*display: inline;
	padding: 8px 18px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-color: #fefefe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: linear-gradient(top, #ffffff 0% #e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0 );
	border-radius:5px;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	*zoom: 1;
}

button.btn.slim,
a.btn.slim {
	padding: 4px 18px;
	line-height: 12px;
	margin-bottom:1px;
}

button.btn.low,
a.btn.low,
button.btn.low {
	line-height: 12px;
	margin-top:9px;
}

button.btn.spacer-right,
a.btn.spacer-right,
button.btn.spacer-right {
  margin-right:6px;
}

button.btn:hover,
button.btn:focus,
button.btn:active,
button.btn.active,
button.btn.disabled,
button.btn[disabled],
a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn.active,
a.btn.disabled,
a.btn[disabled] {
	color: #333333;
	background-color: #cccccc;
	*background-color: #cccccc;
}

button.btn:active,
a.btn.active {
	background-color: #cccccc \9;
}

button.btn:first-child,
a.btn:first-child {
	*margin-left: 0;
}

button.btn:hover,
button.btn:focus,
a.btn:hover,
a.btn:focus {
	text-decoration: none;
	background-position: 0 -3px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

button[type="submit"].btn:focus
a.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

button[type="submit"].btn.active,
a.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


input[type="submit"].btn {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	*display: inline;
	padding: 8px 18px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background-image: linear-gradient(top, #ffffff 0% #e6e6e6 100%);
	border-radius:5px;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	*zoom: 1;
}
input[type="submit"].btn:hover,
input[type="submit"].btn:focus,
input[type="submit"].btn:active,
input[type="submit"].btn.active,
input[type="submit"].btn.disabled,
input[type="submit"].btn[disabled] {
	color: #333333;
	background-color: #cccccc;
	*background-color: #cccccc;
}
input[type="submit"].btn:active,
input[type="submit"].btn.active {
	background-color: #cccccc;
}
input[type="submit"].btn:first-child {
	*margin-left: 0;
}
input[type="submit"].btn:hover,
input[type="submit"].btn:focus {
	text-decoration: none;
	background-position: 0 -3px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
input[type="submit"].btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="submit"].btn.active,
input[type="submit"].btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


a.btn-success, input[type="submit"].btn-success {
	color: #ffffff;
	border-radius:5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00A37A;
	*background-color: #00A37A; /* IE fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#33D6AD), to(#00A37A));
	background-image: -webkit-linear-gradient(top, #33D6AD 0%, #00A37A 100%);
	background-image: -moz-linear-gradient(top, #33D6AD 0%, #00A37A 100%);
	background-image: -ms-linear-gradient(top, #33D6AD 0%, #00A37A 100%);
	background-image: -o-linear-gradient(top, #33D6AD 0%, #00A37A 100%);
	background-image: linear-gradient(top, #33D6AD 0% #00A37A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33D6AD', endColorstr='#00A37A', GradientType=0 );
	background-repeat: repeat-x;
	border-color: #00CC99 #00CC99 #1A6B56;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

a.btn-success:hover, input[type="submit"].btn-success:hover,
a.btn-success:focus, input[type="submit"].btn-success:focus,
a.btn-success:active, input[type="submit"].btn-success:active,
a.btn-success.active,
a.btn-success.disabled,
a.btn-success[disabled] {
	color: #ffffff;
	background-color: #008F6B;
	*background-color: #008F6B;
}
a.btn-success:active,
a.btn-success.active {
	background-color: #408140;
}

a.btn-tab4, button.btn-tab4 {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	position:relative;
	border:1px dotted #555555;
	color:#FFFFFF;
	background:#777777;
	text-shadow:none;
	margin-top:-9px;
	margin-right:-11px;
	padding:7px 16px;
	display:inline-block;
}
@-moz-document url-prefix() {
  a.btn-tab4, button.btn-tab4 {
     padding:5px 16px;
  }
}
a.btn-tab4:hover, button.btn-tab4:hover { color:#FFFFFF; background:#111111; text-shadow:none;}

.redstar {
	color:red;
	font-weight:bold;
}

/* ==================================================================
	4.0 Form Elements
================================================================== */

input.button {
	background:#f3f3f3;
	border: solid 2px #bbb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	padding:1px 7px;
	text-decoration:none;
	color:#aaa;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	margin-top:10px;
	}

input.button:hover {
    border:solid 2px #333;
	color:#333;
	}

input.button_rounded {
	border: solid 2px #bbb;
	border-radius:8px;
	padding:1px 7px;
	text-decoration:none;
	color:#aaa;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	margin-top:9px;
	background: #efefef;
	}

input.button_rounded:hover {
    border:solid 2px #333;
	color:#333;
	}

form input.search {
	color:#444744;
	font-size: 1.0em;
	padding:0 10px;
	height:35px;
        width:180px;
	background:#f3f3f3 url(../images/sprites/search.png) no-repeat bottom right;
	background-position:95% 50%;
	border: 1px solid #ccc;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

form input.search:focus {
	color:#444744;
	background:#fff url(../images/sprites/searchh.png) no-repeat bottom right;
	background-position:95% 50%;
}

form select.filter {
	width:180px;
	height:28px;
	color:#444744;
	font-size:1.0em;
	padding-left:10px;
	border:solid 1px #9F9F9F;
	background:#f3f3f3;
    	margin-right:20px;
}

/* Input fields */
input.formenhance {
	padding: 12px 25px;
	outline:none;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #66C2C2;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.50);
}

input:hover.formenhance {
	background: #dfe9ec;
	color: #414848;
}

input:focus.formenhance {
	background: #dfe9ec;
	color: #414848;
	outline:none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.optionset {
    font-weight:bold;
}

#options-bar {
    margin-bottom:9px;
}

select.chselect {
    width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: #333;
    font-weight: normal;
    font-size: 1em;
    line-height:1.2em;
    margin: 0 0 10px;
    padding: 6px 0; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
    border: 0 none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('images/arrow.png') no-repeat 100% 4px #fff; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    background: url('images/arrow.png') no-repeat 100% 0px #fff; /* fallback bg image*/
    background: url('images/arrow.png') no-repeat 100% 0px, -webkit-linear-gradient(top, #fff, #9c9c9c);
    background: url('images/arrow.png') no-repeat 100% 0px, -moz-linear-gradient(top, #fff, #9c9c9c);
    background: url('images/arrow.png') no-repeat 100% 0px, -ms-linear-gradient(top, #fff, #9c9c9c);
    background: url('images/arrow.png') no-repeat 100% 0px, -o-linear-gradient(top, #fff, #9c9c9c);
    background: url('images/arrow.png') no-repeat 100% 0px, linear-gradient(top, #fff, #9c9c9c);
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
}

select option.chselect {
    background: #fff; /* style the dropdown bg color */
}

.filter-options {
	border:solid 1px #D0D0D0;
	font-family:"Muli", arial, sans-serif;
	color:#222222;
	background: #eeeeee;
	background-image: -webkit-linear-gradient(top, #fafafa, #eeeeee);
	background-image: -moz-linear-gradient(top, #fafafa, #eeeeee);
	background-image: -o-linear-gradient(top, #fafafa, #eeeeee);
	background-image: linear-gradient(to bottom, #fafafa, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee', GradientType=0 );
	width: 98%;
	padding: 20px 10px;
	margin-top:-10px;
}

.filter-options input[type="checkbox"] {
    display:none;
}

.filter-options input[type="checkbox"]:checked ~ label {
    color:#FF8000;
    border:1px solid #FF8000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:6px 10px
}

.filter-button {
    color:#aaaaaa;
    border:1px solid #aaaaaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:6px 10px;
    margin-right:2px;
}

.filter-button .off {
    color:#33D6AD;
    border:1px solid #33D6AD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:6px 10px
}


/* ==================================================================
	4.1 Contact Form
================================================================== */

.wpcf7 form
{
    margin-top:25px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	width: 350px;
	padding: 10px 25px;
	margin-bottom:-10px;
	outline:none;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

.wpcf7 input:hover {
	background: #dfe9ec;
	color: #414848;
}

.wpcf7 input:focus {
	background: #dfe9ec;
	color: #414848;
	outline:none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

/* Contact button */
.wpcf7 input[type="submit"]{
	float:left;
    display:block;
	padding: 11px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background: #66E0A3;
	border: 1px solid #00cc66;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.wpcf7 input[type="submit"]:hover {
	background: #00cc66;
	border: 1px solid rgba(256,256,256,0.75);
	color:#ffffff;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.wpcf7 input[type="submit"]:focus {
	position: relative;
	bottom: -1px;
	border:1px solid #ffffff;
	background: #99ffcc;
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.sbHolder{
	background-color: #777777;
	border:1px dotted #555555;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	position: relative;
	left:500px;
	width: 200px;
	color:#FFFFFF;
	text-shadow:none;
	margin-top:-9px;
	margin-right:1px;
	margin-bottom:-12px;
	display:inline-block;
}
.sbHolder:focus .sbSelector{
	background-color: #111111;
}
.sbSelector{
	display: block;
	height: 36px;
	left: 0;
	line-height: 36px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:active, .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
.sbSelector:hover a {
	color: #FFFFFF;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/sprites/select-icons.png) 0 -114px no-repeat;
	display: block;
	height: 36px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
}
.sbToggle:hover{
	background: url(../images/sprites/select-icons.png) 0 -165px no-repeat;
}
.sbToggleOpen{
	background: url(../images/sprites/select-icons.png) 0 -14px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/sprites/select-icons.png) 0 -64px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
	background-color: #111111;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 36px;
	width: 200px;
	overflow-y: auto;
	z-index:1;
	font-size: 12px;
}
.sbOptions li{
	list-style-type: none;
	padding: 7px 0 7px 3px;
	border-bottom: dotted 1px #515151;
	margin-left:-10px;
}
.sbOptions a{
	display: block;
	outline: none;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ffffff;
	text-decoration: none;
}
.sbOptions li:hover,
.sbOptions li:focus,
.sbOptions li.sbFocus{
	color: #ffffff;
	background-color: #006666;
	border-bottom: solid 1px #009999;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	color: #999;
	display: block;
}
.sbOptions .sbGroup{
	color: #fafafa;
	display: block;
	font-weight: bold;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

/* ==================================================================
	5.0 Tables
================================================================== */
.scrollingtable {
	overflow: scroll; /* Scrollbar are always visible */
	overflow: auto;   /* Scrollbar is displayed as it's needed */
}
#rail_sum table{width:100%;border-collapse:collapse;margin:1em 0;white-space: nowrap;}
#rail_sum th, td{padding:.6em;border:1px solid #aaa;}
#rail_sum th{background:#C7E8F4; color:#333; text-shadow: 0px 1px 1px #fff;}
#rail_sum th, td a{color:#333;font-weight:bold;}
#rail_sum td{
	font-size:12px;
	text-shadow: 0px -1px 1px #fff;
	background:#E2E2E2;
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E2E2E2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E2E2E2 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E2E2E2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E9E9E9 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #E2E2E2 100%);
}

#rail_sum tr.total td { background:#CCC; color:#000; font-weight:bold; font-style:italic; text-shadow: 0px 1px 1px #fff; }
#rail_sum tr:hover{background:#fefefe;}
#rail_sum td:hover{background:#e5f1f4;}

/* ==================================================================
	6.0 Asset Details
================================================================== */

#details_container{
    width:980px;
	margin: 0 auto;
	overflow: hidden;
}

#details_container_full{
    width:100%;
	margin: 0 auto;
	overflow: hidden;
}

#details {
    float:left;
    font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:17px;
	background-color: #e8e8e8;
	border:1px solid #ddd;
	width:626px;
	margin-right:2px;
	padding:10px 20px 10px;
    margin-bottom: -100%;
	padding-bottom: 100%;
}

.details a {
    color:#006666;
}

.details a:hover {
    color:#000000;
}

#pldetails {
    float:left;
    font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:17px;
	background-color: #e8e8e8;
	border:1px solid #ddd;
	width:626px;
	margin-right:2px;
	padding:10px 20px 10px;
    margin-bottom: -100%;
	padding-bottom: 100%;
}


/* ==================================================================
	6.1 Asset Details Sidebar
================================================================== */

#aside {
	float:left;
	width:290px;
	background-color: #eee;
    margin-bottom: -100%;
	padding-bottom: 100%;
}

div.aboxa {
	background-color: #003366;
	width:250px;
	min-height:117px;
    height:auto !important;
	height:117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	margin-top:10px;
	padding:32px 20px 8px;
	text-align:center;
}

div.aboxb {
	background-color: #336699;
	width:250px;
	min-height:117px;
    height:auto !important;
	height:117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	padding:32px 20px 8px;
	text-align:center;
}

div.aboxc {
	background-color: #66CCFF;
	width:250px;
	min-height:117px;
    height:auto !important;
	height:117px;
	position:relative;
	top:0px;
	padding:32px 20px 8px;
	text-align:center;
}

div.pboxa {
	background-color: #800080;
	width:250px;
	min-height:117px;
    height:auto !important;
	height:117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	padding:32px 20px 8px;
	text-align:center;
    font-size:16px;
}

div.pboxb {
	background-color: #B366B3;
	width:250px;
	min-height:117px;
    height:auto !important;
	height:117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	padding:32px 20px 8px;
	text-align:center;
}

div.pboxc {
	background-color: #CC99FF;
	width:250px;
	min-height:117px;
    height:auto !important;
	height:117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	padding:32px 20px 8px;
	text-align:center;
}

div.rbox {
	background-color: #222;
	width:250px;
	height: auto !important;
	height: 117px;
	min-height: 117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	padding:32px 20px 8px;
	text-align:center;
    font-size:16px;
    display: inline-block;
}

div.rbox.top {
	background-color: #222;
}

div.rbox.a {
	background-color: #7a0000;
}

div.rbox.b {
	background-color: #cc0000;
}

div.rbox.c {
	background-color: #E06666;
}

div.rbox.oa {
	background-color: #A66000;
}

div.rbox.ob {
	background-color: #FF9400;
}

div.rbox.oc {
	background-color: #FFAE40;
}

div.prd-box {
	background-color: #222;
	width:250px;
	height: auto !important;
	height: 117px;
	min-height: 117px;
	position:relative;
	top:0px;
	margin-bottom:2px;
	padding:32px 20px 8px;
	text-align:center;
    font-size:16px;
    display: inline-block;
}

div.prd-box.top {
	background-color: #222;
}

div.prd-box.a {
	background-color: #7a0000;
}

div.prd-box.b {
	background-color: #cc0000;
}

div.prd-box.c {
	background-color: #E06666;
}

div.prd-box.oa {
	background-color: #215A47;
}

div.prd-box.ob {
	background-color: #2F8065;
}

div.prd-box.oc {
	background-color: #06AA73;
}

span.boxlabel {
	color:#fff;
	font-size:12px;
	font-family:calibri, arial, sans-serif;
	font-style:italic;
}

span.status {
	color:#fff;
	font-size:24px;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:normal;
	text-shadow:0 -1px 1px #777;
}

span.capy {
	color:#fff;
	text-shadow:0 -1px 1px #777;
	font-size:60px;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
    position:relative;
    top:20px;
}

span.origin {
	color:#aaa;
	text-shadow:0 1px 1px #fff;
	font-size:34px;
	letter-spacing:-1px;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:normal;
    float:left;
    margin-top:5px;
}

span.destin {
	color:#aaa;
	text-shadow:0 1px 1px #fff;
	font-size:34px;
	letter-spacing:-1px;
    float:right;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:normal;
    margin-top:5px;
}

#subtail {
	background: url(../images/sprites/pattern_13.png) repeat;
	border:1px solid #ddd;
	width:626px;
	height:48px;
	margin-top:2px;
	padding:0px 20px;
	overflow:hidden;
}

#plsubtail {
	background: url(../images/sprites/pattern_13.png) repeat;
	border:1px solid #ddd;
	width:958px;
	height:48px;
	margin-top:2px;
	padding:0px;
	overflow:hidden;
}

#hsubtail {
	background: url(../images/sprites/pattern_13.png) repeat;
	border:1px solid #ddd;
	width:958px;
	height:48px;
	margin-top:2px;
	padding:0px;
	overflow:hidden;
}

#subtail img {
	position:relative;
	top:5px;
	left:20%;
}

.inle {
	width:385px;
    height:48px;
    float:left;
    overflow:hidden;
    padding-left:10px;
margin-top:10px;
}

.ince {
	width:150px;
	background-color:#ccc;
    background-image: -ms-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: -moz-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: -o-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #BDBFBF));
    background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: linear-gradient(to bottom, #DBDBDB 0%, #BDBFBF 100%);
	height:32px;
    float:left;
    padding:2px 6px 10px;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
    margin-top:2px;
    text-align:center;
}

.inri {
	width:385px;
    height:46px;
    float:left;
    overflow:hidden;
    padding-right:10px;
    margin-top:10px;
}

span.length_label {
    color:#fff;
    font-family:'Anaheim',calibri, arial, sans-serif;
	font-style:bold italic;
    font-size:14px;
    text-shadow:0 -1px 1px #777;
}

span.length {
    color:#fff;
    font-family:'Anaheim',calibri, arial, sans-serif;
	font-style:bold;
    font-size:20px;
    text-shadow:0 -1px 1px #777;
}

/* Map & Bottom Area
-------------------------------------------------------------- */

#bottom_container {
    position:relative;
    top:-517px;
}

#mapbox {
	width:960px;
	overflow:hidden;
	margin-top:2px;
	clear:both;
	position:relative;
	top:-2px;
}

#chartbox {
	margin-top:2px;
}

#map-canvas {
    clear:both;
	position:relative;
	top:-16px;
}

#map-canvas img{
    max-width: none;
}

.relateditems {
	float:left;
	width:270px;
	height:120px;
	text-align:center;
        position:relative;
}

div.riboxa {
	background-color: #444;
	width:270px;
	height:122px;
	padding:10px;
	text-align:center;
    color:#fff;
	font-size:16px;
	font-family:'Anaheim',calibri, arial, sans-serif;
        position:absolute;
        top:483px;
}

.newsbox {
    font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:16px;
	background-color: #e8e8e8;
	border:1px solid #ddd;
	width:645px;
    height:120px;
	padding:10px 10px;
    overflow:hidden;
    float:left;
    position:absolute;
        top:483px;
        left:293px;
}
.tabbox {
    font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:16px;
	background-color: #e8e8e8;
	border:1px solid #ddd;
	width:960px;
    height:120px;
	padding:10px 10px;
    overflow:hidden;
    float:left;
    position:relative;

}

span.prdno {
	background:none;
	border: solid 2px #bbb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	margin-top:8px;
	margin-right:8px;
	padding:6px 7px;
	letter-spacing:-1px;
	color:#aaa;
	text-shadow:0 1px 1px #fff;
	font-size:13px;
	letter-spacing:0px;
	float:left;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

span.prdyes {
	background-color:#D1F0FF;
	border: solid 2px #2EB8E6;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	text-shadow:0 1px 1px #F0FAFF;
	margin-top:8px;
	margin-right:8px;
	padding:6px 7px;
	letter-spacing:-1px;
	color:#2EB8E6;
	font-size:13px;
	letter-spacing:0px;
	float:left;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

span.railyes {
	background-color:#FFE7C7;
	border: solid 2px #FF9000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	text-shadow:0 1px 1px #F0FAFF;
	margin-top:8px;
	margin-right:8px;
	padding:6px 7px;
	letter-spacing:-1px;
	color:#FF9000;
	font-size:13px;
	letter-spacing:0px;
	float:left;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.marginleft20 { margin-left:20px; }

/* ==================================================================
	7.0 Containers
================================================================== */
body.modal-open {
    overflow: hidden;
}

#navbar-space {
	width:960px;
	margin-top:37px;
}

#container2 {
	margin-top:10px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	/* overflow:hidden; */
	padding:10px;
	background-color:#fefefe;
	border-radius:4px;
}

#container3 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	width:960px;
	/* overflow:hidden; */
	padding:10px;
	background-color:#fefefe;
	border-radius:4px;
	border: 1px solid #cccccc;
  	border-bottom-color: #bbbbbb;
  	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#container-ch {
	margin-top:10px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	/* overflow:hidden; */
	padding:10px;
	background-color:#fefefe;
	border-radius:4px;
	border: 1px solid #cccccc;
  	border-bottom-color: #bbbbbb;
  	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#container-full {
	margin-top:-34px;
	margin-bottom:-45px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.container-head {
	background: #f0f0f0;
	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
	background-image: -o-linear-gradient(top, #f5f5f5, #eaeaea);
	background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeaeaea', GradientType=0);
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin: -10px -10px 14px !important;
	padding: 10px 25px;
}

.container-teaser {
	height:260px;
	background: none repeat scroll 0 0 #D9D9D9;
	background-image:url('/wp-content/themes/pitch/images/dashboard/NA2014_WEB-GLB.png');
	background-position:top left;
	border-top:1px solid #00CC99;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin: -14px -10px 14px !important;
	padding:50px 2px 50px 25px;
}

.container-teaser-alt {
	height:260px;
	background: none repeat scroll 0 0 #D9D9D9;
	background-image:url('/wp-content/themes/pitch/images/dashboard/NA2014_WEB-GLB-ALT.png');
	background-position:top left;
	border-top:1px solid #00CC99;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin: -14px -10px 14px !important;
}

.container-teaser.tsr-alt {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/dashboard/NA2014_WEB-GLB-ALT.png');
}

.container-teaser.tsr-insights {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/dashboard/INSIGHTS_WEB_MIN.png');
}

.container-teaser.tsr-featured {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/dashboard/COND_WEB6_MIN.png');
}

.container-teaser.tsr-products {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/content/CH_PRODUCTS.jpg');
}

.container-teaser.tsr-crudehub {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/content/CH_CLIENT_ACCESS_MIN.png');
}

.container-teaser.tsr-nacrude {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/content/nacrude/nac_header_min.png');
}

.container-teaser.tsr-other {
	height:130px;
	background-image:url('/wp-content/themes/pitch/images/content/CH_ADD_PRODUCTS.jpg');
}

.container-teaser.tsr-login {
	height:350px;
	background-image:url('/wp-content/themes/pitch/images/dashboard/ch_mock2.jpg');
}

.container-teaser.tsr-prd-demo {
	height:570px;
	background-image:url('/wp-content/themes/pitch/images/content/prd_map_demo.jpg');
}

.teaser-content.tsr-date {
	position:relative;
	top:4px;
	right:-710px;
	font-family:"Muli", helvetica neue, arial, sans-serif;
	font-size:30px;
	color:#ffffff;
	text-shadow:0 1px 1px #333333;
}

.teaser-content {
	margin-top:110px;
	width:600px;
}

.teaser-content-narrow {
	margin-top:104px;
	width:600px;
}

.teaser-content-right {
	margin-top:-38px;
	width:320px;
}

.teaser-content-rightside {
	margin-top:65px;
	margin-left:600px;
	width:320px;
}

.teaser-content-login {
	background: #E6FAF5;
	padding:20px 40px 8px 40px;
	margin-top:43px;
	margin-left:224px;
	width:400px;
	font-size:14px;
	text-align:left;
	border:1px solid #00CC99;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.cntr-content {
	text-align:center;
}

.transparency-box {
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.teaser-content-updates {
	background: rgba(187,187,187,0.85);
	padding:10px 10px;
	width:290px;
	font-size:14px;
	border:1px solid #777777;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.container-head-pipe {
	background: #f0f0f0;
	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
	background-image: -o-linear-gradient(top, #f5f5f5, #eaeaea);
	background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeaeaea', GradientType=0);
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin: -10px -10px 14px !important;
	padding: 10px 25px;
}

.container-head span.pretext {
	float:right;
	display:inline-block;
	font-style:italic;
	color:#777777;
	font-size:10px;
	text-shadow:0 1px 0 #fefefe;
}

.container-head h1 {
	line-height: 50px;
	height: 50px;
	margin: 0;
	color:#444444;
	font-size:24px;
	text-shadow:0 1px 0 #fefefe;
	font-family:'Anaheim',calibri, arial, sans-serif;
	font-weight:bold;
}

.container-head h1.asset-header {
	line-height: 50px;
	height: 50px;
	margin: 0;
	color:#444444;
	font-size:28px;
	text-shadow:0 1px 0 #fefefe;
}

.container-head h3 {
	line-height: 50px;
	height: 25px;
	margin: 0;
	color:#444444;
	font-size:18px;
	text-shadow:0 1px 0 #fefefe;
}

.container-option {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 0 15px;
}

.module-head {
	background: #f9f9f9;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin: -10px -10px 0 !important;
	padding: 25px 30px 0;
}

#container-wide {
	margin-top:10px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width:1080px;
	/* overflow:hidden; */
	padding:10px;
	background-color:#fefefe;
	border-radius:4px;
	border: 1px solid #cccccc;
  	border-bottom-color: #bbbbbb;
  	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#container_matrix {
	margin-top:10px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width:1200px;
	/* overflow:hidden; */
	padding:10px;
	background-color:#fefefe;
	border-radius:4px;
	position:relative;
	left:-15%;
}

#time_container {
	margin-top:10px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	/* overflow:hidden; */
	padding:10px;
	background-color:#fefefe;
	border-radius:4px;
}

#tagbox {
    display:none;
    background:#fefefe;
    padding:15px;
    margin-bottom:5px;
}


table.tag-table {
	border-collapse:collapse;
	}

table.tag-table tbody td {
	border: dotted 1px #C7C7C7;
	padding:4px 0 3px 6px;
	vertical-align:middle;
}

.tab-inner23 {
    width:580px;
    text-align:justify;
}

.chart-void {
    border:1px solid #aaaaaa;
    padding:25px;
    min-height:600px;
    text-align:center;
    background: #DBDBDB;
    background: -moz-radial-gradient(center, ellipse cover, #fafafa 0%, #cccccc 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, #fafafa), color-stop(100%, #cccccc));
    background: -webkit-radial-gradient(center, ellipse cover, #fafafa 0%, #cccccc 100%);
    background: -o-radial-gradient(center, ellipse cover, #fafafa 0%, #cccccc 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fafafa 0%, #cccccc 100%);
    background: radial-gradient(ellipse at center, #fafafa 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#bec1c1', GradientType=1 );
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
}

.chart-void p {
    position:relative;
    top:287px;
    font-family:'Muli', helvetica, arial, sans-serif;
    font-size:13px;
    text-shadow:0 1px 1px #ffffff;
}

.imagewell {
    border:1px solid #cccccc;
    border-radius:3px;
    padding:25px;
    min-height:380px;
    text-align:center;
    background: #F2F2F2;
}

.pad25 {
	padding:15px 25px;
}

.page-spacer {
	min-height:600px;
}

.page-spacer-sml {
	min-height:300px;
}
.page-spacer-xsml {
	min-height:100px;
}

.content-scroll {
	overflow-y:visible;
	overflow-x:scroll;
}
.scrollable-top, .scrollable { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.scrollable-top{ height: 20px; }
.scrollable {}
.scrollable-wrap-1 { height: 20px; }
.scrollable-wrap-2 { overflow: none; }

/* ==================================================================
	8.0 Page Modules
================================================================== */
.module {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  border-bottom-color: #bbbbbb;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.module-head {
  background: #f0f0f0;
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #f5f5f5, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eaeaea);
  background-image: -o-linear-gradient(top, #f5f5f5, #eaeaea);
  background-image: linear-gradient(to bottom, #f5f5f5, #eaeaea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeaeaea', GradientType=0);
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  padding: 10px 15px;
}
.module-head.media {
  padding: 20px 25px 10px 25px;
}
.module-head h3 {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin: 0;
}
.module-option {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin: 0 15px;
}
.module-subtle {
  font-style:italic;
    color:#999;
    font-size:11px;
    font-family:"Open Sans", calibri, arial, sans-serif;
    text-decoration:italic;
    float:left;
    display:inline-block;
    position:relative;
    top:14px;
}
.module-body {
  padding: 15px;
}
.module-body.table {
  padding: 15px 0;
}
.module-body.table .table th,
.module-body.table .table td {
  padding-left: 15px;
  padding-right: 15px;
}
.module-foot {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding: 15px;
}

.module span.badge {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 16px;
  font-size: 12px;
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

span.tab-badge {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 16px;
  font-size: 12px;
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

/* ==================================================================
	9.0 Dashboard Widgets
================================================================== */

.chwidget ol, .chwidget ul {
  list-style: none;
}

.chwidget {
  margin: 0 8px 12px 0;
  width: 310px;
  overflow: hidden;
  position: relative;
  display:inline-block;
  background: #fafafa;
  border:1px solid #bbbbbb;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  behavior: url(/?pie=true);
}

.chwidget.halfling {
  width: 473px;
}

.chwidget.halfling.height-enforce {
  min-height:308px;
}

.chwidget.twothirds {
  width: 624px;
}

.chwidget.wide {
  width: 960px;
}

.chwidget.last {
  margin: 0 0 12px 0;
}

.chwidget-heading {
  position: relative;
  z-index: 2;
  padding: 14px 8px;
  height: 24px;
  background: #eee;
  border-radius: 4px 4px 0 0;
  background-image: -webkit-linear-gradient(top, #eeeeee, #d8d8d8);
  background-image: -moz-linear-gradient(top, #eeeeee, #d8d8d8);
  background-image: -o-linear-gradient(top, #eeeeee, #d8d8d8);
  background-image: linear-gradient(to bottom, #eeeeee, #d8d8d8);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d8d8d8', GradientType=0 );
  -webkit-box-shadow: inset 0 21px rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 27px rgba(255, 255, 255, 0.22);
  behavior: url(/?pie=true);
}

.chwidget-title {
  float: left;
  line-height: 24px;
  padding: 0 4px;
  font-size: 18px;
  font-weight: bold;
  font-family:'Open Sans',helvetica, arial, sans-serif;
  color: #666666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.chwidget-heading.headline {
  height:46px;
  line-height: 18px;
  padding-top:10px;
}

.chwidget-heading.headline a {
  color:#555555;
}

.chwidget-heading.headline a:hover {
  color:#006666;
}

.chwidget-close {
  color:#666666;
  float: right;
  margin: 0 1px 0 10px;
  padding: 3px 6px 2px 7px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3);
}

a.chwidget-close {
  font-family:'Muli';
  color:#999999;
}

a.chwidget-close:hover {
  font-family:'Muli';
  color:#006666;
}

.chwidget-close:hover {
  color:#000000;
  border-color: rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.chwidget-close:active {
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.chwidget-toolbar {
  margin-left:-20px;
  position: relative;
  height: 18px;
  line-height: 18px;
  padding: 6px 0;
  background: #5c5c5c;
  background-image: -webkit-linear-gradient(top, #878787, #5c5c5c);
  background-image: -moz-linear-gradient(top, #878787, #5c5c5c);
  background-image: -o-linear-gradient(top, #878787, #5c5c5c);
  background-image: linear-gradient(to bottom, #878787, #5c5c5c);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#5c5c5c', GradientType=0 );
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 2px rgba(0, 0, 0, 0.5);
}

.chwidget-toolbar.wdef {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, 0.5);
}

.chwidget-toolbar.wprd {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 204, 153, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 204, 153, 0.5);
}

.chwidget-toolbar.wpipe {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(153, 0, 255, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(153, 0, 255, 0.5);
}

.chwidget-toolbar.wrail {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 153, 51, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 153, 51, 0.5);
}

.chwidget-toolbar.wref {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 80, 80, 0.9);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(255, 80, 80, 0.9);
}

.chwidget-toolbar.wbln {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 204, 255, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 204, 255, 0.5);
}

.chwidget-toolbar.wecn {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25), inset 0 2px rgba(255, 255, 255, 0.2), 0 0 10px rgba(0, 0, 0, 0.5);
}

.chwidget-toolbar > li {
  float: left;
}

.chwidget-toolbar > li > a {
  display: block;
  text-decoration:none;
  padding: 0 12px;
  font-size: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.chwidget-toolbar > li > a:hover {
  text-decoration:underline;
  color:#fefefe;
}

.chwidget-toolbar > li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.1);
    float:right;
}

.chwidget-toolbar span.badge {
	display: inline-block;
	vertical-align: text-top;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 5px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	text-shadow: 0 1px #902a27;
	background: #e93631;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
	background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
	background-image: -o-linear-gradient(top, #f65d5f, #e93631);
	background-image: linear-gradient(to bottom, #f65d5f, #e93631);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f65d5f', endColorstr='#e93631', GradientType=0 );
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

/* ==================================================================
	9.1 Dashboard Feature Windows
================================================================== */

.featurebox {
	line-height: 21px;
	margin-left:-20px;
	padding: 12px 15px;
	color: #999;
	text-shadow: 0 1px white;
	background: white;
	background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
	background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
	background-image: -o-linear-gradient(top, #ffffff, #fafafa);
	background-image: linear-gradient(to bottom, #ffffff, #fafafa);
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 ); */
}

.featurebox:not(.featurebox-window):hover {
	color:#006666;
	background: #F0F0F0;
	*background: #F0F0F0; /* IE fallback */
	background-image: -webkit-linear-gradient(top, #FAFAFA, #EBEBEB);
	background-image: -moz-linear-gradient(top, #FAFAFA, #EBEBEB);
	background-image: -o-linear-gradient(top, #FAFAFA, #EBEBEB);
	background-image: linear-gradient(to bottom, #FAFAFA, #EBEBEB);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#EBEBEB', GradientType=0 );
}

.featurebox.no-hover :hover {
	background-color: transparent;
}

.featurebox + .featurebox {
	border-top: 1px solid #ececec;
}

.featurebox:last-child {
	border-radius: 0 0 4px 4px;
}

.featurebox-name {
	margin: 2px 0;
	font-weight: normal;
	font-size:15px;
}

.featurebox-icon {
	float: left;
	margin-top:2px;
	margin-right:13px;
	width: 24px;
	height: 24px;
}

.featurebox-study-icon {
	float: left;
	margin-top:18px;
	margin-right:13px;
	width: 24px;
	height: 24px;
	font-size:30px;
}

.featurebox-study-btn {
	float: right;
	margin-top:-54px;
}

a.featurebox-study-btn:hover {
	color:#ffffff;
}

.icon-adjust{
	margin-top:2px;
}

.featurebox-bigicon {
	float: left;
	font-size:38px;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
}

.featurebox-medicon {
	float: left;
	font-size:32px;
	width: 24px;
	height: 24px;
	margin: 2px 10px 0 0;
}

.featurebox-info {
	margin-left:35px;
	line-height: 1px;
	font-size: 11px;
	font-weight:normal;
	color:#8A8A8A;
}

.featurebox-content {
	font-family:'Open Sans',helvetica, arial, sans-serif;
	line-height: 1px;
	font-size: 12px;
	color:#555555;
}

.featurebox-active {
	padding:12px 12px 12px 12px;
}

.featurebox-active.insight-preview {
	min-height:130px;
	max-height:130px;
	overflow:hidden;
}

.featurebox-active .featurebox-name a:hover {
	color:#006666;
}

.featurebox-active .featurebox-name {
	margin: 0;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 20px;     /* fallback */
	max-height: 40px;      /* fallback */
	min-height:40px;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

.featurebox-study {
	padding:6px 12px 6px 12px;
}

.featurebox-btn{
	padding:3px 12px 3px 12px;
	float: right;
}

.featurebox-study.fileview {
	max-height:82px;
	min-height:82px;
	text-shadow: 0 1px white;
	background: #E6FFFA;
	background-image: -webkit-linear-gradient(top, #F8FFFE, #E6FFFA);
	background-image: -moz-linear-gradient(top, #F8FFFE, #E6FFFA);
	background-image: -o-linear-gradient(top, #F8FFFE, #E6FFFA);
	background-image: linear-gradient(to bottom, #F8FFFE, #E6FFFA);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8FFFE', endColorstr='#E6FFFA', GradientType=0 );
}

.featurebox-study.fileview a {
	color:#006666;
}

.featurebox-study.fileview a:hover {
	color:#111111;
}

.featurebox-study.fileview span.filebox {
	float:right;
	position:relative;
	top:10px;
}

.featurebox-study.fileview span.filebox img {
	margin-right:9px;
	border:1px solid transparent;
}

.featurebox-study.fileview span.filebox img:hover {
	border:1px solid #00A37A;
}

.featurebox-study .featurebox-section {
	font-weight: bold;
	color: #333;
	margin-left:50px;
}

.featurebox-section-files {
	color:#006666;
	font-family:'Muli',sans-serif;
	font-size:16px;
	position:relative;
	top:33px;
}

.iconadjust {
	position:relative;
	top:8px;
}

.featurebox-active .featurebox-name a {
	color: #333;
}

.featurebox-active .featurebox-name a:hover {
	color: #006666;
}

.featurebox-name.sub, .featurebox-name.sub a {
	font-size:13px;
}

.featurebox-name.sub a {
	text-decoration:none;
	color:#999999;
}

.featurebox-name.sub a:hover {
	text-decoration:none;
	color:#006666;
}

.lt-ie9 .widget-close {
	border: 1px solid #c4c4c4;
}
.lt-ie9 .widget-close:hover {
	background: #d8d8d8;
}
.lt-ie9 .widget-toolbar {
	border-top-color: #484848;
}

.featurebox.featurebox-window {
	height: 195px;
	background: none repeat scroll 0 0 #D9D9D9;
	background-image:url('/wp-content/themes/pitch/images/dashboard/crude-3.png');
	background-position:top center;
}

.featurebox.featurebox-window.rail {
	background-image:url('/wp-content/themes/pitch/images/dashboard/railcars-load.png');
	background-position:top center;
}

.featurebox.featurebox-window.prd {
	background-image:url('/wp-content/themes/pitch/images/dashboard/crude-prd.png');
	background-position:top center;
}

.featurebox.featurebox-window.pipe {
	background-image:url('/wp-content/themes/pitch/images/dashboard/pipe.png');
	background-position:top center;
}

.featurebox.featurebox-window.mfg {
	background-image:url('/wp-content/themes/pitch/images/dashboard/mfg.png');
	background-position:top center;
}

.featurebox.featurebox-window.bln {
	background-image:url('/wp-content/themes/pitch/images/dashboard/bln.png');
	background-position:top center;
}

.featurebox.featurebox-window.ecn {
	background-image:url('/wp-content/themes/pitch/images/dashboard/ecn.png');
	background-position:top center;
}

.featurebox.featurebox-window.cnd2014 {
	background-image:url('/wp-content/themes/pitch/images/content/condensate_cover_min.png');
	background-position:top center;
	height:240px;
}

.featurebox.featurebox-window.gallery {
	background:#fefefe;
	background-position:top center;
	height:auto;
}

.featurebox.featurebox-window .circle-inlay {
	position:relative;
	top:-38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:2px solid #ffffff;
	margin-left:54px;
	background:rgba(0,0,0,0.5);
	width:170px;
	height:170px;
	background-color:#000000;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

a.inlay-link {
	color:#ffffff;
	font-size:50px;
	font-family:'Muli', helvetica,arial,sans-serif;
	position:relative;
	font-weight:normal;
	top:85px;
	left:100px;
	z-index:1;
	text-shadow:0 1px 1px #111111;
}

a.inlay-link.adjust {
	left:95px;
}

a.inlay-link:hover {
	color:#00ffcc;
}

p.clear {
	clear:both;
}

/* ==================================================================
	10.0 Articles & Tagging
================================================================== */

#article {
    font-family:'Anaheim',calibri, arial, sans-serif;
	background-color: #fefefe;
    font-size:14px;
    color:#111;
	margin-top:0px;
	padding:30px 20px;
    overflow:hidden;
}

#article span.date {
    font-style:italic;
    color:#999;
    font-size:11px;
    font-family:"Open Sans", calibri, arial, sans-serif;
    text-decoration:italic;
    float:left;
    display:inline-block;
    position:relative;
    top:8px;
}

a.button-source {
	border: solid 2px #bbb;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	padding:1px 7px;
	text-decoration:none;
	color:#aaa;
	font-family:'Muli', calibri, arial, sans-serif;
	letter-spacing:-1px;
	font-size:15px;
	margin-left:200px;
    	float:right;
    	display:inline-block;
}

a.button-source:hover {
    border:solid 2px #333;
	color:#333;
}

.article-head {
  background: #f9f9f9;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  margin: -10px -10px 0 !important;
  padding: 15px 15px 0;
}

.article-body {
   font-size:13px;
   font-family:'Open Sans',calibri, arial, sans-serif;
   color:#333333;
   text-align:justify;
   margin-top:10px;
}

#article-sub {
	background-color: #fefefe;
	margin-top:0px;
	padding:30px 20px;
    overflow:hidden;
}


hr.article-divider {
   margin-top:-10px;
   clear:both;
}

.locked-content {
	margin:20px 100px;
	background:url('/wp-content/themes/pitch/images/icons/locked.png') no-repeat scroll 10px 22px #dddddd;
	color: #555555;
	font-style:italic;
	font-weight: bold;
	font-size:14px;
	text-shadow:0 1px 0 #ffffff;
	border:1px solid #00CC99;
	padding: 40px 10px 40px 70px;
}

.locked-content-alt {
	width:91%;
	height:300px;

	color: #555555;
	font-style:italic;
	font-weight: bold;
	font-size:14px;
	border:1px solid #00CC99;
	padding: 40px 10px 40px 70px;
}

.commentary {
    font-family:'Anaheim',calibri, arial, sans-serif;
    background-color: #f5f5f5;
    font-size:15px;
    font-weight:bold;
    color:#555555;
    border:1px dotted #bbbbbb;
    width:889px;
    margin-top:0px;
    padding:20px 20px 30px;
    overflow:hidden;
}

.commentary a, .commentary a:visited {
    color:#2995CB;
}
.commentary a:hover {
    color:#000000;
}
.commentarylabel {
    font-family:'Anaheim',calibri, arial, sans-serif;
    font-size:20px;
    color:#333;
    text-shadow:0 1px 1px #fff;
    font-weight:bold;
    line-height:40px;
}

.imgadj {
    position:relative;
    top:2px;
    left:5px;
}

span.disclaimer {
	color:#111;
	font-size:12px;
	font-family:calibri, arial, sans-serif;
	font-style:italic;
}

span.modified {
	color:#777;
	font-size:12px;
	font-family:calibri, arial, sans-serif;
	font-style:italic;
}

a.newstitle {
	color:#009999;
	font-size: 14px;
	font-family:'Open Sans', Calibri, Myriad, Arial, Sans-Serif;
        font-weight:bold;
        letter-spacing: -0.0125em;
}

a.newstitle:hover {
	color:#000000;
}

span.newstag {
	color:#338585;
	background: #E6F0F0;
	font-size: 10px;
	padding:3px 5px;
	font-weight:normal;
	font-family:'Muli', arial, sans-serif;
	margin-right:4px;
        border:1px solid #70AAAA;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	/* This border does not applies for IE Browsers. These hacks are for the Firefox, Safari and Opera Browsers*/
	-webkit-border-radius:3px 3px 3px 3px;
	-khtml-border-radius:3px 3px 3px 3px;
	display: inline-block;
}

span.newstags {
	color: #638421;
 	background-color: #cde69c;
  	border-color: #a5d24a;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius:3px;
	/* This border does not applies for IE Browsers. These hacks are for the Firefox, Safari and Opera Browsers*/
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-right:5px;
	padding: 4px 6px;
	text-decoration: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	vertical-align: middle;
	text-shadow:0 1px 0px #E6F2CE;
}

span.newstags {
  color: #555555;
  background-color: #f5f5f5;
  border: #bbbbbb 1px solid;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: inline-block;
  border-radius: 3px;
  font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0 7px 3px 0;
  padding: 4px;
  text-decoration: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  vertical-align: middle;
  text-shadow:0 1px 0px #E6F2CE;
}

span.newstags.nt-grn {
  color: #638421;
  background-color: #cde69c;
  border-color: #a5d24a;
}

span.newstags.chtq {
  margin-top:2px;
  color: #008F6B;
  background-color: #E6FAF5;
  border-color: #00CC99;
  text-shadow:0 1px 0px #F2FCFA;
}

span.newstags.chtq:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  text-shadow:none;
}

span.newstags.digistudy {
  padding:5px 15px;
  color: #fff;
  background-color: #333333;
  border:2px solid #2BBE99;
  text-shadow:none;
  position:relative;
  left:20px;
  font-size:10px;
  display:inline;
}

span.nonews {
    background-color:#ccc;
    background-color:#ccc;
    background-image: -ms-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: -moz-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: -o-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #BDBFBF));
    background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #BDBFBF 100%);
    background-image: linear-gradient(to bottom, #DBDBDB 0%, #BDBFBF 100%);
    padding:15px 30px;
    color:#555;
	font-style:bold;
    font-size:12px;
    text-shadow:0 1px 1px #fff;
    border:1px dotted #eee;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
    position:relative;
    top:52;
    left:184;
}

/* ==================================================================
	11.0 Dialogue Boxes
================================================================== */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	width:928px;
}
.alert.tabfit{
	width:97%;
	border-color: #B9A789;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable {
	padding-right: 35px;
}
.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}

.redalert {
	background-color: #FFCCCC;
	display: block;
	border: 1px solid #A30000;
	padding: 10px;
	font-size: 14px;
	font-style:italic;
	color:#800000;
	margin: 5px 0px;
	/*text-shadow: 0px 1px 1px #FFCCCC;*/
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	/* This border does not applies for IE Browsers. These hacks are for the Firefox, Safari and Opera Browsers*/
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
}

.greenalert {
	background-color: #D0FFBF;
	display: block;
	border: 1px solid #00d200;
	padding: 10px;
	font-size: 14px;
    font-style:italic;
	margin: 5px 0px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	/* This border does not applies for IE Browsers. These hacks are for the Firefox, Safari and Opera Browsers*/
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
}

.error_box {
    border:1px solid #A75B4E;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    color:#800000;
    display:none;
    font-size:14px;
	font-style:italic;
	font-family:'Muli',helvetica, arial, sans-serif;
    margin:6px 0px 6px 0px;
    padding:8px 20px;
    width:920px;
    background:#F7D6D6;
    background-image: -ms-linear-gradient(bottom, #F7D6D6 0%, #F9E2E2 100%);
	background-image: -moz-linear-gradient(bottom, #F7D6D6 0%, #F9E2E2 100%);
	background-image: -o-linear-gradient(bottom, #F7D6D6 0%, #F9E2E2 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F7D6D6), color-stop(1, #F9E2E2));
	background-image: -webkit-linear-gradient(bottom, #F7D6D6 0%, #F9E2E2 100%);
	background-image: linear-gradient(to top, #F7D6D6 0%, #F9E2E2 100%);
}

.success_box {
    border:1px solid #598800;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    color:#003300;
    display:none;
    font-size:14px;
	font-style:italic;
	font-family:'Muli',helvetica, arial, sans-serif;
    margin:6px 0px 6px 0px;
    padding:8px 20px;
    width:920px;
    background:#C2FFC2;
    background-image: -ms-linear-gradient(bottom, #C2FFC2 0%, #D4FFD4 100%);
	background-image: -moz-linear-gradient(bottom, #C2FFC2 0%, #D4FFD4 100%);
	background-image: -o-linear-gradient(bottom, #C2FFC2 0%, #D4FFD4 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #C2FFC2), color-stop(1, #D4FFD4));
	background-image: -webkit-linear-gradient(bottom, #C2FFC2 0%, #D4FFD4 100%);
	background-image: linear-gradient(to top, #C2FFC2 0%, #D4FFD4 100%);
}

.ajax-notify {
    font-weight:bold;
    font-style:italic;
}

.hoverer {
    border:none;
    overflow:hidden;
	background-color:#333;
	color:#fff;
}
