::selection { 
	background:#337AB7;
	color: white;
}

::-moz-selection { 
	background:#337AB7;
	color: white;
}
td.details-control {
	color: #337AB7;
	cursor: pointer
}
.global-background {
	background-color: #F3FAFC
}
.upper {
	text-transform: uppercase;
}
.lower {
	text-transform: lowercase;
}
.initcap {
	text-transform: capitalize;
}
.bolder {
	font-weight: 700
}
.defcursor {
	cursor: default
}
.focus {
	outline: 1px dotted rgba(0, 0, 0, 0.5) !important
}
.no-border {
	border: 0px solid transparent
}
.drop-shadow {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777
}
.table-gefco {
	cellpadding: 0;
	cellspacing: 0;
	border: 1px solid lightgray
}
.shadow {
	-webkit-box-shadow: 0 10px 6px -8px #777;
	-moz-box-shadow: 0 10px 6px -8px #777;
	box-shadow: 0 10px 6px -8px #777
}
.center-text {
	text-align: center !important
}
.right-text {
	text-align: right !important
}
.text-color {
	color: #777
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
	top: 6px
}
.ctower-config-input {
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	text-align: center;
	width: 85%
}
.ctower-config-small-label {
	color: rgb(160, 160, 160);
	font-size: 12px;
	margin-bottom: 0px;
	text-align: center;
	width: 80%
}
.label-double-center {
	font-size: 1.3em
}
.input-group[class*="col-"] {
	float: left;
	padding-right: 15px;
	padding-left: 15px
}
#page {
	display: none
}
#loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background-color: rgba(192, 192, 192, 0.5);
	background-image: url("../images/gefco-loading.gif");
	background-repeat: no-repeat;
	background-position: center
}
input[type="textarea"] {
	resize: vertical
}
.download-fancybox-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	padding: 4px;
	z-index: 99999;
	cursor: pointer
}
.fancybox-nav {
    width: 60px       
}
.fancybox-nav span {
    visibility: visible;
    opacity: 0.5
}
.fancybox-nav:hover span {
    opacity: 1
}
.fancybox-next {
    right: -60px
}
.fancybox-prev {
    left: -60px
}
.required {
}
.trunk-text {
    overflow: hidden;
    text-overflow: ellipsis; 
}
.trunk-space {
	white-space:normal;
}
@media ( min-width : 1439px) {
table td {
	white-space: nowrap;
}
}
.label-disabled {
	background-color: #EEE !important;
	color: #999 !important;
}
.navbar {
	min-height:50px !important;
}
.navbar-right {
	margin-right:0px !important;
}
.navbar-links a.dropdown-toggle {
	color: #337ab7 !important;
	text-decoration: none !important;
}
.navbar-links a.dropdown-toggle:hover, .navbar-links a.dropdown-toggle:focus {
	color: #23527c !important;
	text-decoration: none !important;
}
.col-md-025,.col-md-050,.col-md-075,.col-md-125,.col-md-15,.col-md-175,.col-md-25 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media ( min-width : 992px) {
	.col-md-025,.col-md-050,.col-md-075,.col-md-125,.col-md-15,.col-md-175,.col-md-25 {
		float: left;
	}
	.col-md-025	{
		width: 2.08333333%;
	}
	.col-md-050 {
		width: 4.16666666%;
	}
	.col-md-075 {
		width: 6.25%
	}
	.col-md-125 {
		width: 10.41666666%;
	}
	.col-md-15 {
		width: 12.5%;
	}
	.col-md-175 {
		width: 14.58333333%;
	}
	.col-md-25 {
		width: 20.83333333%;
	}
}
.has-disabled {
    z-index: 1000;
    opacity: 0.5;
    pointer-events: none;
}
.ui-resizable-s {
	background: #EEE url("images/gripH.png") no-repeat scroll center 2px;
	border-color: #DDD;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 14px;
	overflow: hidden;
}
.modal-open[style] {
	padding-right: 0px !important;
}
.table-responsive {
	border:none !important;
	border-right: 1px solid #ddd !important;
	margin-bottom: 0px !important;
}