@CHARSET "ISO-8859-1";
/*
===========================================
	Global Level Overrides
=========================================== 
*/

html, body {
	height: 100%;
	padding: 0;
}

/*
===========================================
	GLOBAL LAYOUT
=========================================== 
*/
#Header .brand {
	height: 50px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

#Header h1 {
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #eeeff0;
}
#Header #Logo {
	display: inline-block;
	height: 50px;
	line-height: 49px;
	padding: 0 15px;
	border-right: 1px solid #eeeff0;
}
#Header #Logo img {
	max-height: 50px;
	max-width: 200px;
	display: inline-block;
}

#Header .navbar-inner {
	position: relative;
	background-color: white;
	background-image: none;
	border-bottom: 1px solid #c9c9c9;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
#Header .nav > li > a {
	color: #727272;
	font-size: 10px;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: background-color 0.2s;
}
#Header .nav > li > a:hover {
	color: #4094f0;
}
#Header .nav > li.dropdown.open > .dropdown-toggle:after {
	content: '';
	display: inline-block;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-bottom-color: white;
	position: absolute;
	bottom: -1px;
	left: 50%;
	z-index: 1001;
}
#Header .nav > li .dropdown-menu {
	border-color: #c9c9c9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	margin: 0;
	border-radius: 0 0 4px 4px;
}
#Header .nav li.dropdown-submenu > .dropdown-menu {
	border-radius: 0 4px 4px 4px;
}

#Header .nav > li > .dropdown-menu:before,
#Header .nav > li > .dropdown-menu:after {
	content: none;
}
#Header .nav > li .icon {
	margin-right: 8px;
	max-width: none;
	display: none; /* for the time being we don't display icons in the top-most menu */
}
#Header .nav > li > .dropdown-menu .icon {
	display: inline;
}

#Header .avatar {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

#NavigationMenu {
	float: none;
	height: 50px;
	overflow: hidden;
}
#NavigationMenu .dropdown {
	position: static;
}
#NavigationMenu > .dropdown > .dropdown-menu {
	position: fixed;
	top: auto;
	left: auto;
}

#SearchForm {
	float: right;
	border-right: 1px solid #eeeff0;
	padding: 10px 8px;
}
#SearchForm input {
	background-color: #f0f0f0;
	border-color: #d8d8d8;
}
#SearchForm input:focus {
	border-color: rgba(82, 168, 236, 0.8);
}

#Breadcrumbs {
	display:inline-block;
	line-height: 30px;
	margin: 5px 0 5px 15px;
	padding: 0;
	background-color: transparent;
}
#Breadcrumbs .active {
	color: #727272;
}

.page-main {
	background-color: #f0f0f0;
}

#PageTitle .options {
	display: inline-block;
	margin-left: 10px;
	/* opacity: 0.6; this will make tooltips NOT SHOW.  Making it more specific to only apply to anchors below. */
}
#PageTitle .options a {
	padding: 2px 6px;
	opacity: 0.6;
}
#PageTitle .input-prepend {
	display: inline-block;
}
body { /* this is to eliminate overlaying the scrollbar onto the screen. Only for IE. */
    -ms-overflow-style: scrollbar;
}

/*
===========================================
	GENERIC ELEMENT STYLES
=========================================== 
*/
.alert-muted {
  background-color: #c7c7c7;
  border-color: #686868;
  color: #686868;
}
.alert table td, 
.alert table th {
	padding: 2px 4px;
}
.alert table th {
	text-align: left;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.alert table td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.clickable{
	cursor:pointer;
}

.display {
	display: block;
	
	background-color: white;
	
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);
	   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);		
			box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);
}

.avatar {
	border-radius: 3px;
	width: 40px;
	height: 40px;
}

.modal-open .modal  {
	outline: none;
}

.modal-header {
	text-transform: capitalize;
}

.display {
	margin: 0 20px;
}

.edit {
	display: none; /* FIX THIS */
	padding: 15px 10px 5px;
	
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	
	color: #fff;
	background-color: #838488;
	-webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
			box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.6);
}

.display .edit {
	margin-left: -1px;
	margin-right: -1px;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
}
.edit legend {
	color: #464646;
	border-bottom: 2px groove #A4A9B1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

label, .label, .label_top, .iwlabel, .control-label {
	color: #757575;
	font-size: 12px;
	top: 1px;
	vertical-align: top;
}
.edit label, .edit .label, .edit .label_top, .edit .iwlabel {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
input.error, select.error {
	border-color: #b94a48;
}
input.error:focus, select.error:focus {
	border-color: #b94a48;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
label.error {
	color: #b94a48;
}
.edit a {
	color: #b8c8cf;
}
.label {
	line-height: 30px;
	padding: 0 5px 0 20px;
}
.iwlabel,
.label_top {
	text-align: right;
	line-height: 20px;
}

.welcomeBox {
	border: none !important;
}

.knowledge-base {
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.15);
	box-sizing: border-box;
}

/*Experimental*/
.row-table {
	display: table;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    	box-sizing: border-box;
}

.row-table [class*="span"] {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	float: none;
}

.row-table,
.row-table .span12 {
	width: 100%;
}
.row-table .span11 {
	width: 91.6666666666667%;
}
.row-table .span10 {
	width: 83.3333333333333%;
}
.row-table .span9 {
	width: 72%;
}
.row-table .span8 {
	width: 66.6666666666667%;
}
.row-table .span7 {
	width: 58.3333333333333%;
}
.row-table .span6 {
	width: 50%;
}
.row-table .span5 {
	width: 41.6666666666667%;
}
.row-table .span4 {
	width: 33.3333333333333%;
}
.row-table .span3 {
	width: 25%;
}
.row-table .span2 {
	width: 16.6666666666667%;
}
.row-table .span1 {
	width: 8.3333333333333%;
}

.toolbar {
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	
	/*overflow: auto;*/
    zoom: 1;
}
.toolbar .input-prepend {
	position: relative;
	display: inline-block;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.dark-well {
	padding: 10px;
	background: #c5cccf;
	-webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
			box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.light-pane {
	background-color: #e6eaec;
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
}
.light-pane .form-actions,
.tabs-left > .tab-content .form-actions {
	margin: 10px 0 0;
	padding: 15px;
	text-align: right;
	border-top-color: #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}
.tabs-left > .tab-content .form-actions {
	margin: 10px -10px -10px;
}
.light-pane .dark-well {
	-webkit-border-radius: 0 0 0 3px;
	   -moz-border-radius: 0 0 0 3px;
			border-radius: 0 0 0 3px;
}
.scroll-pane {
	max-height: 100px;
	overflow: auto;
}
.list-title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	margin: 8px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.viewbar {
	background-color: #E0E0E0;
	background-image: -webkit-linear-gradient(top, white, #E0E0E0);
	background-image: -moz-linear-gradient(top, white, #E0E0E0);
	background-image: -o-linear-gradient(top, white, #E0E0E0);
	background-image: linear-gradient(to bottom, white, #E0E0E0); 
	position: relative;
  	font-size: 0;
  	vertical-align: middle;
  	white-space: nowrap;
  	margin-bottom: 10px;
  	/*margin-left: -10px;
  	margin-right: -10px;*/
  	border-top: 1px solid #C4C4C4;
  	border-bottom: 1px solid #C4C4C4;
}
.viewbar .nav-tabs > li > a {
	padding: 4px 14px;
	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
  	background-image: none;
  	background-color: transparent;
}
.viewbar .nav-tabs > .active > a {
	color: white;
	background-color: #0077b3;
  	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  	border-color: #0088cc #026292 #026292;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.viewbar .input-prepend, .viewbar .input-round {
	margin-right: 10px;
	margin-top: 10px;
}

.tabs-left > .tab-content {
	padding: 10px;
}
.tab-pane .viewbar {
	margin: -10px -10px 10px;
}

dl.dl-steps {
	counter-reset: step-counter;
}
dl.dl-steps dt {
	color: #5F5F5F;
	font-size: 18px;
}
dl.dl-steps dt:before {
	content: counter(step-counter);
	counter-increment: step-counter;
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
	background: #5F5F5F;
	display: block;
	float: left;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 0 20px;
	border-radius: 20px;
	color: white;
}
dl.dl-steps dt.completed {
	color: #5cb85c;
	position: relative;
}
dl.dl-steps dt.completed:before {
	background: #5cb85c;
}
dl.dl-steps dt.completed:after {
	content: " \2713";
	font-size: 20px;
}
dl.dl-steps dd {
	margin-left: 80px;
	margin-bottom: 40px;
}

dl.dl-steps dd.medium-step {
	margin-bottom: 20px;
}
dl.dl-steps dd.small-step {
	margin-bottom: 10px;
}

.searchable {
	position: relative;
}
.searchable .search-box {
	position: absolute;
	top: 0;
	right: 0;
	height: 16px;
}

.statement {
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}
.statement input,
.statement select {
	margin-bottom: 2px;
	-webkit-transition: width 0.2s ease-in-out;
  	   -moz-transition: width 0.2s ease-in-out;
  		 -o-transition: width 0.2s ease-in-out;
  			transition: width 0.2s ease-in-out;
}
.statement input.confirmed,
.statement select.confirmed {
	background-color: #92959c;
	border-color: #7f8186;
	color: white;
}
.statement .badge {
	display: inline-block;
	vertical-align: bottom;
	height: 20px;
	line-height: 20px;
	padding: 4px 8px;
	margin-bottom: 2px;
	text-transform: uppercase;
	background-color: #686b70;
	border: 1px solid #7F8186;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.statement .badge-success {
	background-color: #4e814e;
}
.statement .badge-success [class^="icon-"] {
	background-position: -288px 0;
}
.statement .close {
	width: 24px;
	height: 24px;
	float: none;
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
			border-radius: 12px;
	-webkit-transition: all 0.2s ease-in-out;
  	   -moz-transition: all 0.2s ease-in-out;
  		 -o-transition: all 0.2s ease-in-out;
  			transition: all 0.2s ease-in-out;
}
.statement:hover .close {
	opacity: 0.2;
	visibility: visible;
}
.statement .close:hover {
	opacity: 0.4;
	background: gray;
	border: 2px solid white;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.header_sub {
	background-color:#99ccff;
	text-align: right;
}

.input-subtle[type="text"] {
	background-color: #fcfcfc;
}
.input-subtle[type="text"]:focus {
	background-color: white;
}

.barcode {
	display: inline-block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.barcode img {
	max-width: none;
}
.barcode .label {
	display: block;
	line-height: 20px;
	padding: 0;
	text-align: center;
}

.select-keyword-dropdown .select2-result-label {
	padding-left: 28px;
}

.sorting-select .select2-chosen {
	margin-right: 0 !important;
}
.sorting-select .select2-arrow {
	display: none !important;
}
.sorting-select .sorting-select-field .select2-choice {
	border-radius: 4px 0 0 4px;
}
.sorting-select .sorting-select-direction .select2-choice {
	border-radius: 0 4px 4px 0;
	border-left: 0;
}

a .img-polaroid,
a .barcode {
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
a:hover .img-polaroid,
a:hover .barcode {
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.img-icon {
	max-width: 22px;
	max-height: 22px;
	margin: -2px 0;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* This was too large for some fields like money & quantities.
input,
.uneditable-input {
	width: 206px;
}
*/
textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*select,
textarea,
input,
label,
.input-prepend,
.uneditable-input {
  margin-bottom: 0 !important;
}*/

select {
	max-width: 100%;
}

.address {
	font-size: 12px;
	font-weight: normal;
}
label .address {
	font-weight: normal;
}

.btn-fileinput, .file-uploader {
	position: relative;
	overflow: hidden;
}
.btn-fileinput input, .file-uploader input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	height: 100%;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	cursor: pointer;
}

/* useful for making inputs fill a space (like a table cell), but still respect
	floated siblings. use as <span class='stretch-input'><input></span> */
.stretch-input {
	display: block;
    overflow: hidden;
}
.stretch-input input {
	width: 100%;
}

input[type="text"].input-one-digit {
	width: 46px;
}
input[type="text"].input-two-digit {
	width: 54px;
}
input[type="text"].input-three-digit {
	width: 64px;
}
input[type="text"].input-four-digit {
	width: 74px;
}
input[type="text"].input-five-digit {
	width: 84px;
}

ul.tree, ul.tree ul {
	list-style-type: none;
	background: url(../imgs/tree/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

ul.tree ul {
	margin-left: 10px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(../imgs/tree/node.png) no-repeat;
}

ul.tree li.last,
ul.tree li:last-child {
	background: #fff url(../imgs/tree/lastnode.png) no-repeat;
}

/*
===========================================
	NEW TABLE SORTING
=========================================== 
*/

.table th.sortable {
	cursor: pointer;
}

.table th.sortable div {
	padding-right: 18px;
	position: relative;
}

.table th.sortable div:after,
.table th.sortable div:before {
	content: "";
	border-width: 0 4px 4px;
	border-style: solid;
	border-color: #000 transparent;
	visibility: visible;
	right: 8px;
	top: 50%;
	position: absolute;
	opacity: .3;
	margin-top: -4px;
}

.table th.sortable div:before {
	margin-top: 2px;
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
}

.table th.sortable div:hover:after,
.table th.sortable div:hover:before
	{
	opacity: 1;
	visibility: visible;
}

.table th.sortable.sort-desc,
.table th.sortable.sort-asc {
	color: white;
	background-color: #7dbde0;
	border-bottom: 2px solid #0088cc;
}

.table th.sortable.sort-desc div:after,
.table th.sortable.sort-asc div:after {
	margin-top: -2px;
}

.table th.sortable.sort-desc div:before,
.table th.sortable.sort-asc div:before {
	visibility: hidden;
}

.table th.sortable.sort-asc div:after,
.table th.sortable.sort-asc div:hover:after {
	visibility: visible;
	filter: alpha(opacity = 60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.table th.sortable.sort-desc div:after {
	border-bottom: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	visibility: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: alpha(opacity = 60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.table > tbody > tr > td.sortable {
	background-color: #e7e7e7;
}
.table > tbody > tr:nth-child(odd) > td.sortable {
	background-color: #f2f2f2;
}

.table .table-group td {
	background-color: white !important;
}
.table .table-group a {
	display: block;
}

/*
===========================================
	NEW TABLE PAGING
=========================================== 
*/

.table-pager {
	min-height: 22px;
	background-color: #eeeeee;
	border-top: 1px solid #c9c9c9;
	padding: 2px 2px 3px;
}
.table-pager .btn-group {
	margin: 0;
	display: inline-block;
}
.table-pager .btn {
	padding: 0 6px;
	font-size: 10.5px;
}

/*
===========================================
	SUPPORT FOR OLD PAGES - PHASE OUT
=========================================== 
*/
h2.title {
	margin: 0;
	padding: 10px 0;
	color: #4e4e4e;
	line-height: 40px;
}
.header, .foot {
	line-height: normal;
	color: black;
}
.header {
	margin-top: 10px;
}
.header a {
	font-size: 22px;
	line-height: 36px;
	margin: 0 0 12px;
	color: #3c3c3c;
}
.header .right {
	line-height: 36px;
}
.header .right input[type="checkbox"] {
	margin-left: 5px;
}
.welcomeBox .header a {
	font-size: 18px;
}
.welcomeBox {
	margin-top: 10px;
	margin-bottom: 30px;
}
.header a:hover {
	text-decoration: none;
}
.header:after, .foot:after {
	display: table;
    content: "";
    line-height: 0;
	clear: both;
}
.header .right, .foot .right { 
	float: right;
}
.header form, .header input {
	margin: 0;
}
.header input {
	margin-bottom: 1px;
	margin-right: 2px;
}
.header .header_title_secondary {
	margin-left: 15px;
}
.header_sub {
	clear: both;
}

.control-group:before,
.control-group:after {
    content: " ";
    display: table;
}
.control-group:after { clear: both; }
.control-group { *zoom: 1; }

.form-inline .control-group {
	display: inline-block;
	margin: 5px 15px 5px 0;
	line-height: 30px;
}
.form-inline .control-label {
	line-height: 30px;
}
.form-inline .controls {
	display: inline-block;
}

.details {
	margin: 0 -20px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: #f0f0f0;
	padding: 15px 40px;
}
.details .control-group,
.edit .control-group {
	margin-bottom: 5px;
}
.details .control-label,
.edit .control-label {
	float: left;
	text-align: right;
	width: 12%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
}
.details .control-label {
	color: #5d7480;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1.0);
}
.details .controls,
.edit .controls {
	margin-left: 14%;
}
.details .controls-right {
	text-align: right;
	border-bottom: 1px dotted #C5C5C5;
}
.details .span6 .control-label,
.edit .span6 .control-label {
	width: 24.68181818181818%;
}
.details .span6 .controls,
.edit .span6 .controls {
	margin-left: 28.79545454545455%;
}
.edit textarea, .edit input.input-fill, .edit-form input.input-fill {
	width: 100%;
}
.edit .form-actions {
	margin: 10px -10px -5px;
	padding: 5px 10px;
	text-align: right;
	border-top-color: #A2A2A2;
	background-color: rgba(255, 255, 255, 0.15);
}

.table > thead > tr > th > a {
	color: #5a5a5a;	
}

#Details {
	position: relative;
}
#Details .loading-mask {
	background-color: rgba(240, 240, 240, 0.8);
}

#MenuViewFilter {
	background-color: #f0f0f0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
	overflow: hidden;
}
#MenuViewFilter h3 {
	color: #5f5f5f;
}
/*
===========================================
	DETAILS VIEW & EDIT FORMS (OLD)
=========================================== 
*/
.controls > span {
	display: inline-block;
	vertical-align: top;
}
.controls .allow-add-new {
	padding-top: 0;
}
.control-group-inline {
	vertical-align: top;
	margin-right: 10px;
	display: inline-block;
	*display: inline;
  	*zoom: 1;
}
.control-group-inline label {
	margin-top: 2px !important;
	display: block;
}
.control-value {
	padding-top: 5px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
	.edit .control-group {
		margin-bottom: 10px;
	}
	
	.edit .control-label {
		float: none;
    	display: block;
    	width: auto !important;
    	text-align: left;
	}
	
	.edit .controls {
		margin-left: 0 !important;
	}
}

/*
===========================================
	EFFECTS
=========================================== 
*/
/* The shadow effect needs to be cut off on the details pages.
.rounded-inset {
	position: relative;
	overflow: hidden;
}
.rounded-inset:before, .rounded-inset:after
{
	content: "";
    position: absolute;
    height: 20px;
    left: 10px;
    right: 10px;
*/    /*z-index: -1;*/
/*    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}
.rounded-inset:before {
	top: -25px;
}
.rounded-inset:after {
	bottom: -25px;
}
*/

.box-shadow {
	box-shadow: inset  0  10px 10px -10px rgba(0,0,0,.12), 
				inset  0 -10px 10px -10px rgba(0,0,0,.12);
}

/*
===========================================
	RESPONSIVE
=========================================== 
*/
@media (max-width: 768px) {
	#MainMenu .nav-collapse {
		float: none;
		margin: 0;
	}

	#MainMenu .nav-collapse .btn-group {
		display: block;
		margin: 0;
	}
	
	#MainMenu .nav-collapse .btn {
		display: block;
	}
	
	#MainMenu .nav-collapse .dropdown-menu {
		display: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
			box-shadow: none;
	}
	
	#MainMenu .nav-collapse .btn-group.open .dropdown-menu {
		display: block;
	}
	
	.affix-wrapper {
		height: auto !important;
	}
}

/*
===========================================
	JQuery TableSorter
=========================================== 
*/
.tablesorter th {
	background-image: url("../imgs/icons-sorting.png");
	background-repeat: no-repeat;
	background-position: center -300px;
}
.tablesorter th.header {
	background-position: center -300px;
}
.tablesorter th.headerSortUp {
	background-position: center -100px;
	background-color: #d5dde0;
}
.tablesorter th.headerSortDown {
	background-position: center -200px;
	background-color: #d5dde0;
}

/* User Tools */
.query_tool .fillPage table, .fillPage table{
	width: 100%;
}
.query_tool .userTool2, .userTool2 {
	background-color: #FFFFCC;
}

input.right{
	text-align: right;
}
td.cellNoWrap {
	white-space:nowrap;
}
td.inputLookalike {
	vertical-align: middle;
}
td.cellRight{
	text-align: right;
}
td.cellCenter{
	text-align: center;
}

/*
===========================================
	CUSTOM FORM ELEMENTS
=========================================== 
*/
.file-uploader .file-preview {
	margin-right: 26px;
	color: #555;
}
.file-uploader .file-none {
	margin-right: 0;
}
.file-uploader:hover .file-clear-btn {
	opacity: 1.0;
}
.file-uploader.dropzone {
	border: 1px solid transparent;
	-webkit-transition: all 0.1s ease-in-out;
  	   -moz-transition: all 0.1s ease-in-out;
  		 -o-transition: all 0.1s ease-in-out;
  			transition: all 0.1s ease-in-out;
}
.file-uploader.dropzone.drop {
	border: 1px solid #00AAFF;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 119, 179, 0.5);
	-moz-box-shadow: inset 0 0 10px rgba(0, 119, 179, 0.5);
	box-shadow: inset 0 0 10px rgba(0, 119, 179, 0.5);
}

.image-selector, .image-selector.dropzone {
	display: inline-block;
	padding: 4px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.file-selector, .file-selector.dropzone {
	display: inline-block;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
	cursor: pointer;
}
.file-selector .file-clear-btn {
	position: absolute;
	right: 7px;
	top: 9px;
	border: 0;
	background: transparent;
	z-index: 1;
	color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    opacity: 0.7;
    outline: 0;
}
.file-selector .file-clear-btn:before {
	content: '\00d7';
}

.modal-image-selector .image-list {
	margin-left: -10px;
}
.modal-image-selector .image-list > li {
	margin-bottom: 10px;
	margin-left: 10px;
}
.modal-file-selector .btn-fileinput,
.modal-image-selector .btn-fileinput {
	color: white;
	background-image: none;
	display: inline-block;
	background-color: #6fbe6f;
	padding: 15px 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.modal-file-selector .btn-fileinput i,
.modal-image-selector .btn-fileinput i {
	display: block;
	margin: 0 auto;
}
.thumbnail-selectable {
	padding: 5px;
	cursor: pointer;
	-webkit-transition: border-color 0.2s ease-in-out;
	-moz-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.thumbnail-selected {
	border-color: #0088cc;
	padding: 4px;
	border-width: 2px;
}
.file-none-preview,
.image-none-preview {
	display: none;
}
.image-none > span,
.thumbnail-none > span {
	display: inline-block;
	padding: 10px 8px 8px;
	background-color: #f5f5f5;
	color: #b1b1b1;
}
.file-none > span {
	display: inline-block;
	color: #b1b1b1;
}
.file-none i,
.image-none i,
.thumbnail-none i {
	display: block;
	opacity: 0.4;
	margin: 0 auto;
}
.image-none .glyphicon,
.thumbnail-none .glyphicon {
	display: block;
	text-align: center;
}
.file-none .glyphicon {
	top: 2px;
}
.file-preview img,
.image-preview img,
.thumbnail img {
	max-height: 50px;
	max-width: 100%;
}
/*
===========================================
	NEW EDIT & DISPLAY PARADIGM
=========================================== 
*/
.options-view .control-label,
.field-view .control-label {
	float: left;
	width: 12%;
	padding-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
}
.field-view .controls {
	margin-left: 14%;
}
.field-view .span6 .control-label {
	width: 24.68181818181818%;
}
.field-view .span6 .controls {
	margin-left: 28.79545454545455%;
}

.options-view .control-label {
	width: 20%;
}
.options-view .controls {
	margin-left: 22%;
}

.simple-form .form-actions,
.edit-form .form-actions {
	padding: 5px 20px;
	text-align: right;
}

.edit-form .btn-inverse {
  background-color: #626266;
  background-image: -moz-linear-gradient(top, #6A6A6F, #56565A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6A6A6F), to(#56565A));
  background-image: -webkit-linear-gradient(top, #6A6A6F, #56565A);
  background-image: -o-linear-gradient(top, #6A6A6F, #56565A);
  background-image: linear-gradient(to bottom, #6A6A6F, #56565A);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6a6a6f', endColorstr='#ff56565a', GradientType=0);
}
.edit-form .btn-inverse:hover {
  background-color: #56565A;
}

.detail-view .controls, div.child-fragment .table-child-details-view .controls {
	padding-top: 4px;
}
.detail-view .controls-right {
	text-align: right;
	border-bottom: 1px dotted #C5C5C5;
}

.color-detail-view {
	padding: 8px 0;
	background-color: #0088cc;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 2.5px 3px rgba(0,0,0,0.14);
}
.color-detail-view .detail-view {
	margin-bottom: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

.simple-form {
	background-color: #f5f5f5;
}
.simple-form .form-break {
	text-align: center;
	border-top: 1px solid #e5e5e5;
	height: 10px;
	margin: 10px 0;
}
.simple-form .toggle-fieldset-btn {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	top: -11px;
	background-color: #f5f5f5;
	font-style: italic;
}
.simple-form .form-actions {
	background-color: #eeeeee;
}

.viewGroup .simple-form .form-actions,
.viewGroup .edit-form .form-actions {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.viewGroup .no-form-actions {
	padding-bottom: 15px;
}

.viewGroup.active.filter-tool {
	border-top-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
}

.viewGroup .field-view {
	background-color: transparent;
}

.dropdown-menu label {
	padding-left: 0;
	color: black;
	text-shadow: none;
	font-weight: normal;
}
.dropdown-menu .active label,
.dropdown-menu a:hover label {
	color: white;
}
.dropdown-menu input[type="checkbox"] {
	height: auto;
	margin: 4px 4px 0;
}

/*
===========================================
	PER-OBJECT OVERRIDES 
	(consider individual files)
=========================================== 
*/

/* -- Obligation Items -------------------- */
.child-fragment-ObligationItem table.results td {
	padding: 2px;
	vertical-align: middle;
}
.child-fragment-ObligationItem table.results input[type="text"],
.child-fragment-ObligationItem table.results select {
	width: 100%;
	height:24px;
	font-size:12px;
	line-height:12px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}
.child-fragment-ObligationItem table.results select {
	padding: 2px;
}
.child-fragment-ObligationItem table.results input.hasDatepicker {
	width: auto;
}

.child-fragment-obligationitem .shipping{
	background-color: #ddd;
}
.child-fragment-obligationitem .zerodollar{
	background-color: #ffbaba;
}
.child-fragment-obligationitem .shipping.zerodollar{
	background-color: #cf9797;
}

/* -- Attachment -------------------------- */
.child-fragment-attachment .attachment-folder-breadcrumbs {
	display: block;
	line-height: 30px;
	padding-left: 5px;
}
.child-fragment-attachment .folder-breadcrumbs {
	margin: 0;
	padding: 0;
}
.child-fragment-attachment .folder-breadcrumbs li {
	display: inline-block;
	font-size: 16px;
	padding-right: 10px;
	color: gray;
}
.child-fragment-attachment .folder-hierarchy {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background-color: #f9f9f9;
	border-radius: 3px 3px 0 0;
}
.child-fragment-attachment .folder-selectable {
	cursor: pointer;
}

/*
===========================================
	PAGINATION
===========================================
*/
.table tfoot .pagination {
	line-height: 0;
	margin: 0;
}

.pagination .pagination-details {
	font-size: 12px;
	line-height: 26px;
	color: #5a5a5a;
	float: right;
	margin-right: 10px;
}

.pagination .pagination-none {
	float: none;
	text-align: center;
	display: block;
	color: #727272;
	line-height: 30px;
}

.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	
.pagination ul > li > a, .pagination ul > li > span {
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #cacaca;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #bbbbbb;
	border-radius: 3px !important;
	margin: 0 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > .active > a, .pagination ul > .active > span,
.pagination ul > li > a:active {
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > .active > a, .pagination ul > .active > span {
	color: white;
	background-color: #0081c2;
}

.pagination ul > .ellips > a, .pagination ul > .ellips > span {
	padding: 2px;
}
.pagination ul > .disabled > a, .pagination ul > .disabled > span {
	border: 0
}

.pagination ul > li > a:hover {
	background-color: #e6e6e6;
}

.pagination ul > li > a > .icon {
	vertical-align: top;
	margin: 3px 0;
}

.pagination .goto {
	display: inline;
	margin-left: 10px;
}
.pagination .goto > .add-on, .pagination .goto > input, .pagination .goto > button {
	padding: 2px 8px;
}
.pagination .goto .add-on {
	color: #5a5a5a;
	font-size: 12px;
}
/*
===========================================
	SPECIAL JQUERY ELEMENT CLASSES
===========================================
*/
.table-affixed {
	position: fixed;
	width: auto;
	display: none;
	border: none;
	z-index: 1;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/*
===========================================
	HACKS
=========================================== 
*/
/* HACK: Make child frags with one input NOT submit as the HTML 2 standard requires */
input.child_frag_hidden {
	display: none;
}
.forcedHidden {
	display: none !important;
}
input[type="text"].hidden {
	display: none;
}

.ui-datepicker{
	z-index: 999999 !important;
}

/* Wasn't sure if this should be in bootstrap.min.css (line 225 or not).  Put it there if you like. */
.input-tiny{width:30px;}
/* For text around an input (not the input itself) mainly. */
tr.middle td, td.middle{
	vertical-align: middle;
}

#pagination a:hover {
	background-color: rgba(0, 85, 128, .25);
}
#pagination a {
	padding: 1px 6px;
}
.alert.alert-inline {/*Tone down the size */
	padding: 3px;
	margin: 0;
}

/*
===========================================
	Comments (Annotations)
=========================================== 
*/

.comment-wrapper {
	margin: 20px;
}
.comment-wrapper.threaded-comment-add {
	margin-top: 10px;
}
.comment-wrapper.forum-comment {
	margin-top: 0;
	margin-bottom: 0;
}
.comment-wrapper .comment-wrapper {
	margin: 20px 0 20px 54px;
}
.comment-wrapper .comment-max-depth {
	margin-left: 0;
}

.threaded-comment-add .avatar,
.threaded-comment .avatar,
.forum-comment-add .avatar,
.forum-comment .avatar {
	float: left;
}

.threaded-comment-add .comment,
.threaded-comment .comment {
	margin-left: 54px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.threaded-comment .comment {
	background-color: white;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);
	   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);		
			box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);
	transition: box-shadow 0.15s linear 0.1s;
}

.threaded-comment-add .comment {
	border: 2px solid #9a9a9a;
	box-shadow: none;
}
	
.threaded-comment .comment:hover {
	box-shadow: 0 12px 30px rgba(0,0,0,0.15), 0 8px 12px rgba(0,0,0,0.12);
}

.threaded-comment-add .comment:hover {
	box-shadow: none;
}

.forum-comment {
	border-top: 1px solid #e4e4e4;
}
.forum-comment .avatar {
	margin-top: 8px;
}
.forum-comment .comment {
	margin-left: 40px;
}

.comment-header {
	position: relative;
	font-size: 13px;
	padding: 8px 12px;
}

.threaded-comment .comment-header {
	border-radius: 4px 4px 0 0;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e4e4e4;
}
.threaded-comment-add .comment-header {
	padding: 8px 8px 0;
	border: 0;
	background-color: transparent;
}

.threaded-comment-add .comment-header:before,
.threaded-comment-add .comment-header:after,
.threaded-comment .comment-header:before,
.threaded-comment .comment-header:after {
	position: absolute;
	top: 11px;
	left: -16px;
	right: 100%;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid solid outset;
	pointer-events: none;
	display: block;
	content: " ";
}

.threaded-comment .comment-header:before {
	border-right-color: #d5d5d5;
  	border-width: 8px;
}
.threaded-comment .comment-header:after {
	border-width: 7px;
	border-right-color: #f9f9f9;
	margin-top: 1px;
	margin-left: 2px;
}
.threaded-comment-add .comment-header:before {
	border-right-color: #9a9a9a;
  	border-width: 8px;
}
.threaded-comment-add .comment-header:after {
	border-width: 7px;
	border-right-color: white;
	margin-top: 1px;
	margin-left: 4px;
}

.comment-author, .comment-reply-author {
	display: inline-block;
}

.comment-author {
	font-weight: bold;
}

.comment-date {
	color: gray;
	font-size: 12px;
	padding-left: 10px;
}

.comment-actions {
	position: absolute;
	right: 8px;
	top: 6px;
}
.comment-actions .btn {
	padding: 1px 4px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-actions .btn .icon {
	margin-top: 0;
}

.comment-container {
	padding: 12px;
}
.threaded-comment-add .comment-container {
	padding: 8px;
}
.forum-comment .comment-container {
	padding-bottom: 18px;
}
.comment-container-edit {
	padding: 8px;
}
.comment-container-edit textarea {
	margin-top: 8px;
}

.comment-subject {
	color: #5F5F5F;
	font-weight: bold;
	font-size: 15px;
}

.threaded-comment-add input,
.threaded-comment-add textarea {
	background-color: #f9f9f9;
}
.comment .form-actions {
	background-color: transparent;
	text-align: right;
	padding: 0 8px 8px;
	border-top: 0;
	margin: 0;
}

.child-fragment-annotation .pagination ul {
	float: right;
}
.child-fragment-annotation .pagination {
	border-top: 1px solid #e4e4e4;
	padding: 10px 20px;
	margin: 0;
}

.forum-comment-add {
	background-color: #f0f0f0;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	padding: 20px 20px 0;
	margin: 0;
}
.forum-comment-add .avatar {
	margin: 0 10px 0 0;
}
.forum-comment-add .comment-header {
	padding: 0 0 8px;
}
.forum-comment-add .comment-container {
	padding: 0;
	margin-left: 50px;
}
.forum-comment-add .form-actions {
	padding: 8px 0;
}
.forum-comment .forum-comment-add {
	margin: 20px 0;
	border: 1px solid #c9c9c9;
	border-radius: 3px;
}
.forum-comment .forum-comment-add .comment-container {
	margin-left: 10px;
}
.forum-comment .comment-reply {
	padding: 8px;
	margin-bottom: 16px;
	background-color: #f5f5f5;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.comment-reply .comment-header {
	padding: 0 0 4px;
}

/*
===========================================
	Custom UI Elements
=========================================== 
*/
  
.box {
	background-color: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);
}

.card {
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius: 2px;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.card-title {
	color: #3c3c3c;
	display: block;
	line-height: normal;
	padding: 16px 16px;
	margin: 0;
	box-sizing: border-box;
}
.card-small .card-title {
	padding: 8px 8px;
}
.card-title.card-color {
	color: white;
	background-color: #03A9F4;
}
.card-title.card-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-title-text {
	color: inherit;
	display: block;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	overflow: hidden;
}
.card-small .card-title-text {
	font-size: 14px;
}
.card-subtitle-text {
	font-size: 14px;
	color: grey;
	margin: 0;
}
.card-body {
	color: rgba(0,0,0, 0.87);
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	padding: 16px 16px;
}
.card-actions {
	font-size: 16px;
	line-height: normal;
	width: 100%;
	background-color: transparent;
	padding: 8px;
	box-sizing: border-box;
	text-align: right;
}
.card-actions.card-border {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-menu {
	position: absolute;
	right: 16px;
	top: 16px;
}

.popup-card {
	text-align: center;
	width: 200px;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -50px;
}
.popup-card-small {
	width: 80px;
	border-radius: 40px;
	margin-left: -40px;
}

.loading-mask {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

div.loading-ring,
div[class^='loading-ring'] {
	border-radius: 50%;
	margin: 2px auto;
	width: 2em;
	height: 2em;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.2em solid rgba(0, 136, 204, 0.2);
	border-right: 0.2em solid rgba(0, 136, 204, 0.2);
	border-bottom: 0.2em solid rgba(0, 136, 204, 0.2);
	border-left: 0.2em solid #0088cc;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

div.loading-ring-small {
	width: 1em;
	height: 1em;
	border-width: 0.1em;
}

div.loading-ring-large {
	width: 6em;
	height: 6em;
	border-width: 0.6em;
	margin: 10px auto;
}

div.loading-ring-center,
.loading-mask .loading-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1em;
	margin-top: -1em;
}

div.loading-ring-small.loading-ring-center,
.loading-mask .loading-ring-small {
	margin-left: -0.5em;
	margin-top: -0.5em;
}

div.loading-ring-large.loading-ring-center,
.loading-mask .loading-ring-large {
	margin-left: -3em;
	margin-top: -3em;
}


@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
===========================================
	Articles
=========================================== 
*/

.article-title {
	line-height: 24px;
	margin: 0;
}
.article-byline {
	font-size: 13px;
}
.article-author {
	font-weight: bold;
}
.article-date {
	color: gray;
	font-size: 12px;
	padding-left: 10px;
}

.article-thumbnail {
	float: left;
	margin-top: 4px;
}
.article-image {
	max-width: 500px;
	margin: 30px 20px 10px;
	float: right;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.article-body {
	margin: 30px 64px;
}
.article-title a {
	color: #333333;
}
.article-title a:hover {
	color: #333333;
	text-decoration: none;
}
.article-body a {
	color: black;
}
.article-body a:hover {
	color: black;
	text-decoration: none;
}
.article-continue {
	color: #0088cc;
}
.article-body:hover .article-continue {
	color: #005580;
  	text-decoration: underline;
}

.page-main .article {
	position: relative;
	background-color: white;
	margin: 10px 50px;
	max-width: 800px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.08);
	transition: box-shadow 0.15s linear 0.1s, z-index 0.1s step-end;
	
}
.page-main .article:hover {
	z-index: 1;
	box-shadow: 0 12px 30px rgba(0,0,0,0.15), 0 8px 12px rgba(0,0,0,0.12);
	transition: box-shadow 0.15s linear 0.1s, z-index 0.15s step-start 0.1s;
}

.article-preview {
	padding: 20px 30px 10px;
}
.article-preview .article-byline {
	margin-bottom: 20px;
}
.article-preview .article-thumbnail {
	max-width: 90px;
}
.article-preview .article-body {
	display: block;
	margin: 0 0 20px 100px;
}
.article-preview.no-image .article-body {
	margin-left: 0;
}

#PageTitle .avatar {
	float: left;
	margin-right: 8px;
}
#PageTitle .article-byline {
	margin-top: 10px;
}
#PageTitle .article-author {
	display: block;
}
#PageTitle .article-date {
	display: block;
	padding: 0;
}

.child-fragment-article .article {
	border-bottom: 1px solid #d5d5d5;
	background-color: #f9f9f9;
}
.child-fragment-article .article:first-child {
	border-radius: 4px 4px 0 0;
}
.child-fragment-article .article:last-child {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.inactive-keyword{
	display: none !important;
}

/*.page-article .article-body {
	text-align: justify;
	margin: 30px 15px;
}*/


.fragment-tabs .tab-headers {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.fragment-tabs .tab-header {
	padding: 8px 16px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-right: 2px;
}

.fragment-tabs .tab-header:hover {
	background: #e0e0e0;
}

.fragment-tabs .tab-header.active {
	background: #007cba;
	color: white;
}

.fragment-tabs .tab-pane {
	display: none;
}

.fragment-tabs .tab-pane.active {
	display: block;
}

