@charset "UTF-8";
/* 
main.css

For core site styles - subsections should get their own stylesheets (ex. orders, products, messages, etc)
 */

*{ 
	margin:0;
}

ul{ 
	padding: 0; 
	list-style: none;
}

a{ 
	text-decoration: none;
	outline: none;
}

pre{
	max-width: 1000px;
	word-break: break-all; /*Prevent output checks from breaking page layout*/
	white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.text-tooltip {
	max-width: 300px;
}

.idb_link, .idb_link:active, .idb_link:visited{
	color: #333;
}

.idb_link:hover{
	color: $CCC;
}

.info_box{
	background-color: cornsilk;
	padding: 5px;
	border: thin solid black;
	color: black;
}

img{
	border: none;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
	font-family:Gibson;
	font-size:12px;
	background-color:#FFF;
	width: 100%;
	overflow-x: hidden;
}

#page-overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  
  /*Below will be set when page needs to be dimmed*/
   z-index: -10;
   opacity: 0;
}

#section_title{
	font-size: 2em;
	font-weight: bold;
	float: left;
	display: inline;
}

.section_title-highlight{
	color: darkslategrey;
}

.vertical_align *{
	vertical-align: middle;
	line-height: inherit;
}

.vertical-center-fixed{
	position: fixed;
	top: 50%;
}

.horizontal-center-fixed{
	position: fixed;
	left: 50%;
}

.center-fixed{
	position: fixed;
	left: 50%;
	top: 50%;
}

.center{
	margin-right: auto;
	margin-left: auto;
}

.center-container{
	position:relative;
	left:50%;
	float:left;
	clear:both;
}

.hidden{
	display: none;
}

.hidden_important{
	display: none !important; 
}

.float_left{
	display: inline;
	float: left;
}

.float_right{
	display: inline;
	float: right;
}

.clear{
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

#body_container{
	margin-left: 150px;
	margin-right: 50px;
}

#content-section{
	background-color: white;
	margin-top: 0px;
	padding: 10px;
	border-radius: 3px;
	min-height: 800px;
}

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

.bold{
	font-weight: bold;
}

.larger{
	font-size: larger;
}

.tooltip-header{
	font-weight: bold;
	font-size: larger;
}

.tooltip_error{
	background: red !important;
	color: white !important;
}

.object_preview{
	cursor: pointer;
}

.object_type_overlay{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 2px;
	bottom: 2px;
	border: none;
}

.object_type_overlay img{
	border: none;
}

.object_preview_title, .object_preview_link{
	float: left;
	display: inline;
	margin-right: 5px;
}

.object_preview_link img{
	height: 20px;
}

.no_select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.content_bg{
	background-repeat: no-repeat;
	background-position: -webkit-calc(100% - 7px) 7px;
}



.object_page_content{
	float: left; 
	display: inline;
	width: -webkit-calc(100% - 180px); /*subtract width of sidebar (including margins)*/
}

.sidebar{
	display: inline;
	float: right;
	margin-left: 10px;
	width: 170px;
}

.sidebar fieldset{
	width: 150px;
}

.sidebar-button{
	width: 100%;
	line-height: 50px;
	border: thin solid black;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-color: darkslategrey;
	color: white;
	margin-bottom: 5px;
	cursor: pointer;
}

.sidebar-button:hover{
	background-color: slategrey;
}

.sidebar-button-current{
	background-color: lightgrey;
	color: black;
}

.sidebar-button-current:hover{
	background-color: lightgrey;
}

.section-top-button{
	display: inline; 
	float: left; 
	line-height: 20px;
	margin-right: 10px;
	position: relative;
}

.section-top-button .todo-counter{
	top: 10px;
	left: 0px;
}

.section-explanation_text{
	font-size: larger;
	font-weight: bold;
}

.future_change{
	opacity: .5;
	background-color: cornsilk;
}

.faded{
	opacity: .2;
}

.paperclip_link{
	position: absolute; 
	top: -12px; 
	right: 10px;
	width: 20px;
}

.paperclip_link img{
	margin-top: -3px;
	width: 20px;
}

.paperclip_link_small{
	position: absolute; 
	top: -12px; 
	right: 5px;
	
	width: 15px;
}

.paperclip_link_small img{
	margin-top: -3px;
	width: 15px;
}

.paperclip_link_tiny{
	position: absolute; 
	top: -12px; 
	right: 5px;
	
	width: 10px;
}

.paperclip_link_tiny img{
	margin-top: -3px;
	width: 10px;
}

.contain_absolutes{
	position: relative;
}

.vertical_grey_gradient{
	background: #D1D1D1;
	background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
}

.horizontal_grey_gradient{
	background: #D1D1D1;
	background: -o-linear-gradient(right, #ECECEC 50%, #D1D1D1 100%);
	background: -ms-linear-gradient(right, #ECECEC 50%, #D1D1D1 100%);
	background: -moz-linear-gradient(right, #ECECEC 50%, #D1D1D1 100%);
	background: -webkit-linear-gradient(right, #ECECEC 50%, #D1D1D1 100%);
	background: linear-gradient(right, #ECECEC 50%, #D1D1D1 100%);
}

.workstation_locked{
	color: #DEDEDE;
	font-size: 24px;
	width: 100%;
	height: 50px;
	margin-top: 100px;
	text-align: center;	
}

.highlight_search_result{
	font-weight: bold;
	color: darkslategrey;
	background-color: #F8C709;
}

.todo-counter{
	position: absolute;
	top: 52px;
	left: 54px;
	text-align: center;
	line-height: 12px;
	height: 12px;
	min-width: 12px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px;
	padding: 2px;
	
	 -webkit-box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	
	border: thin solid #CC0000;
	background-color: red;
	font-size: 8px;
	font-weight: bolder;
	color: white;
	z-index: 11;
}

.idb_new_badge{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 2px;
	top: 0px;
	z-index: 11;
	
	background-image: url('../images/other/new_badge.png');
	background-size: 40px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 5px 5px;
}

.name_tree_delimiter:after{
	content: " ► ";
}

.spacer_row{
	line-height: 5px;
}

.oneshot_list li{
	margin-bottom: 5px;
	font-size: larger;
}

.loading{
	background: url(../images/gifs/ajax-loader.gif) center no-repeat;
}

.ui-effects-transfer{
	border: 2px solid darkslategrey;
	background-color: cornsilk;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	z-index: 10000;
}

.popup_image img{
	max-width: 800px;
}

.break-words{
	word-wrap: break-word;
}

/*Line-up todo-counters on Jquery UI tabs*/
.ui-corner-top .todo-counter{
	top: -3px;
	left: -1px;
}