body {
	/*font-family: 'Tahoma';*/
	font-size: 14px;

}

.home-status-large {
	font-size: 80px;
	line-height: 88px;
	margin: 0 auto;
	text-align: center;
}
.home-status {
	font-size: 20px;
}

.home-status-textarea {
	width: 100%;
}

.icon-loader-success {
	background-image: url('../img/success-loader.gif');
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

.icon-loader-error {
	background-image: url('../img/error-loader.gif');
	background-position: 0 0;
	width: 32px;
	height: 32px;
}

/** ------------------------*
 * 	Main Container Styles
 *--------------------------*/

#page * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#page {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	width: 100%;
}
#container {
	width: 100%;
	/*float: left;*/
	min-height: 70vh;
	/*padding: 0 1em 1em 1em;*/
}

#container > .alert {
	margin-top:1em;
}

#container-inner {

	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	position: relative;
}
div#menu-output {
	width: 20%;
	float: left;
	font-size: 20px;
	background-size: 82.7%;
}
div#menu-output .avatar img {
	width: 50px;
	float: left;
	max-height: 100px;
	margin-left: 10px;
}
div#menu-output .avatar {
	margin: 20px 0;
}
div#menu-output .avatar div {
	margin-left: 10px;
	float: left;
	font-size: 16px;
	line-height: 16px;
}
div#menu-output .avatar div span.username {
	font-size: 23px;
	line-height: 23px;
}
div#module-output {
	float: left;
	border-left: 1px solid #CCCCCC;
	padding: 20px;
	width: 80%;
	background-color: #FFFFFF;
}

div#menu-output img.logo {

	margin: 0 auto;
	display: block;
}

div#module-output .module-header {
	clear: both;
	font-weight: bold;
	margin-bottom: 20px;
}

div#login-box .password-reset {
	padding: 10px;
}

/*.table-responsive {
	overflow-x:visible;
}*/


/**------------------------*
 * 	Header styles
 *-------------------------*/
#header {
	background: #000000;
	color: #000;
	padding: 0px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#header .logo {
	width: 20%;
	background-image: url("../img/logo-light.png");
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 0px;
	max-width:200px;
}
#header .logo img {
	width: 100%;
}

#header a {
	color: #FFFFFF;
}

#header h2 {
	font-size: 1.7em;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 55px;
	background: url('../img/logo.png') no-repeat left 40%;
	float: left;
	width: 300px;
	height: 60px;
}
#header h2 span {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	font-weight: 100;
	font-size: 0.8em;
	letter-spacing: 0em;
	border-left: 1px solid #FFF;
}

#header .global-settings {
    float: right;
    background-color: rgba(100,100,100,.4);
    color: #FFF;
}

#header .global-settings i {
    font-size: 22px;
    color: #FFF;
    text-align: center;
    position: relative;
    background-color: rgba(100,100,100,.4);
    vertical-align: middle;
    padding: 5px;
    padding-left: 20px;
}

#header .global-settings a.usr-btn {
    padding: 15px;
    font-weight: 100;
}

#header .global-settings i span.badge {
    vertical-align: top;
    font-family: calibri;
    font-size: 12px;
    position: absolute;
    top: -5px;
    left: 15px;
    background-color: #cce6ef;
    color: #000;
}
#header .global-settings span.username a {
    color: #000;
    text-decoration: underline;
}

#header .global-settings a {
    color: #FFF;
    text-decoration: none;
}

#header .inner {

	margin: 0 auto;
	background: #293d4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #293d4b 0%, #1d2b35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#293d4b), color-stop(100%,#1d2b35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #293d4b 0%,#1d2b35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #293d4b 0%,#1d2b35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #293d4b 0%,#1d2b35 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #293d4b 0%,#1d2b35 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293d4b', endColorstr='#1d2b35',GradientType=0 ); /* IE6-9 */
	height: 110px;
	position: relative;
}

#header #breadcrum {
	background: #f5923f;
	height: 40px;
	color: #FFF;
	padding-left: 20px;
	padding-top: 10px;
}

.home-header {
	margin-top:0.5em;
}

#header .company-name {
	display: none;
	margin-left: 2em;
	/*font-size: 24px;*/
	font-size: 2.5em;
	font-weight: bold;
	font-style: italic;
	opacity: 0.6;
	color: #FFF;
	padding: 27px 0px;
	margin-top: 20px;
}

.hide-company-name {
	display: none !important;
}

/**------------------------*
 * 	Main Side Navigation styles
 *-------------------------*/

#epic-nav-bar {
	width: 100%;
	text-align: center;
	padding: 12px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	/*color: #FFF;*/
	font-size: 20px;
	cursor: pointer;
	cursor: hand;
}

#epic-nav-bar {
	display: none;
}

#epic-nav-desktop {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	left: 0;
	margin: 0;
	padding: 0;
}

#epic-nav-desktop ul {
	list-style: none;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#epic-nav-desktop li {
	display: inline;
	margin-left: 3px;
	padding: 10px 10px;
	background: #2d7e73;
}

#epic-nav-desktop li a {
	display: inline-block;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 05px 05px;
}

#epic-nav-desktop li a:hover {
	text-decoration: none;
}

#epic-nav-desktop li.selected {
  background-color:#216158;
}

@media (max-width: 1020px) {
    #epic-nav-bar {
		display: inline-block;
	}

	#epic-nav-desktop {
		display: none;
	}
}

/**------------------------*
 * 	Footer styles
 *-------------------------*/

html.lt-ie9 #footer-wrapper {
	display: none;
}

#footer-wrapper {
	/*position: absolute;*/
	/*width: 100%;*/
	/*bottom: 0px;*/
}
#footer {
	width: 100%;
	margin: 1.1em auto 0 auto;
	font-size: 0.8em;
	padding: 1.5em;
	background-color: transparent;
}

#footer .footer-content {
	color: #FFF;

}

#footer .footer-content .logo {
	/*width: 100%;*/
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 2em;
}

#footer .footer-content .company-name {
	display: inline-block;
	margin-top: 0.5em;
}

/**------------------------*
 * 	Form errors
 *-------------------------*/

div.js-form-error {
	padding-top: 5px;
}

div.js-form-error .control-label {
	padding: 0px;
}
div.js-form-error .js-error-text {
	margin-left: 20px;
	float: left;
}
/**------------------------*
 * 	Table Styles
 *-------------------------*/
table.slim-table tbody tr td {
	font-size: 12px;
	padding: 4px 8px;
	line-height: 12px;
}

.info-tile table.slim-table tbody tr td, .info-tile table.slim-table thead {
	font-size: 10px;
}

table tr.suspended {
	display: none;
}

/**
 * 	Module styles
 */

input.error {
	border: 1px solid red;
}

h1,h2 {
	color:#3d3d3d;
}

.module-header,
.home-header{
	/*text-transform: uppercase;*/
	position: relative;
	font-weight: bold;
	margin: 1em 0;

	/*font-size: 2.571428571428571em;*/
}

h2 {
	/*font-size: 25px;*/
	font-style: italic;
	font-size: 1.928571428571429em;
	margin:1em 0;
	/*margin:2.1em 0 2.1em 0;*/
}

h3 {
	/*text-transform: uppercase;*/
	font-weight: 800;
	font-size: 1.214285714285714em;
	margin:1em 0;
	/*margin:1.8em 0;*/
}

/**------------------------*
 * 	Btn style overwrites
 *-------------------------*/

.btn-primary {
	background-color: #5996e0;
	border-color: #5996e0;
	color: #ffffff;
}
/*407DC7*/

.btn-primary:hover {
	color: #fff;
	background-color: #407DC7;
	border-color: #407DC7
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #407DC7;
	border-color: #407DC7
}

.btn-primary:focus,.btn-primary.focus {
	color: #fff;
	background-color: #407DC7;
	border-color: #407DC7
}


.btn-success {
	color: #fff;
	background-color: #40ae44;
	border-color: #40ae44
}

.btn-success:focus,.btn-success.focus {
	color: #fff;
	background-color: #27952B;
	border-color: #27952B
}

.btn-success:hover {
	color: #fff;
	background-color: #27952B;
	border-color: #27952B
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #27952B;
	border-color: #27952B
}



/**
 * 	CUSTOM INPUT STYLING
 */
div.back-button {

	cursor: pointer;
	font-size: 50px;
	text-transform: none;
	position: absolute;
	right: 1px;
	top: -20px;
}
.input-append .add-on, .input-prepend .add-on {
	padding: 10px 10px;
	height: 40px;
}
form.form-search div.input-append .btn {
	margin-top: 4px;
	border-radius: 0 14px 14px 0;
}

input.search-query[type='text'] {
	padding: 5px 6px;
}
/*
.form-horizontal
label.control-label {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

textarea.textarea {
	padding: 10px;
	border-radius: 0;
	width: 320px;
}

select.select {
	width: 100%;
	border: 1px solid #CCCCCC;
	line-height: 2;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	background: transparent;
	height: 30px;
	-moz-appearance: window;
	appearance: none;
}
*/
.navbar .navbar-inner input[t] {
	width: inherit;
	padding: 4px 6px;
}

.controls input[type=text], .controls input[type=password] {
	padding: 10px;
	border-radius: 0;
	width: 320px;
	height: 30px;
}

.navbar input {
	padding: 4px 6px;
	width: inherit;
	height: 30px;
}

input[type=text].inline {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid;
	margin: 0px 5px;
}

.input-micro {
	width: 50px !important;
}
.input-small {
	width: 110px !important;
}



/*div.select-wrapper {

	padding: 0;
	border-radius: 1px;
	background: #fff url('../img/dropdown-arrow.jpg') no-repeat right center;
	height: 30px;
	width: 345px;
}*/


.checkbox.has-help-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-height: 0;
}

.odd_row {
	background-color: #fff;
}
.mcr_checked {
	background-color: #444444;
	color: #fff;
}

.multi_checkbox_row {
	padding: 10px;
	background-image: none;
}
div.multi_checkbox_select {
	width: 340px;
	height: 200px;
}
input[type=radio] {
	padding: 0;
	margin: 0;
}
div.radio-row {

}

.form-selectize {
	width: 320px;
}

.scrollable-dropdown-menu .tt-dropdown-menu {
	max-height: 150px;
	overflow-y: auto;
}

.tt-query {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
	color: #999
}

.tt-dropdown-menu {
	width: 422px;
	margin-top: 4px;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
	padding: 3px 20px;
	line-height: 24px;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0097cf;
}

.tt-suggestion p {
	margin: 0;
}

.twitter-typeahead {
	width:100%;
}

/**
 * 	CUSTOM TABLE STYLING
 */
table {

}
.table > thead > tr > th {

	text-transform: uppercase;

}
/*.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #e5e5e5;
}*/
/*.table  td {
	vertical-align: middle;
}*/
/*table.table tbody td {
	border-top: 0px;
	border-left: 1px solid #999999;
}
table.table thead tr th:first-child, table.table tbody tr  td:first-child {
	border-left: 0px;
}*/

table.table tbody td {

}
table td .btn-group {
	margin: 0;
}


.table-bordered {
	border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
	border-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
	border-radius: 0;
}

/**
 * 	MISC
 */

a.action-link {
	font-size: 15px;
	display: inline-block;
}

div.stack {
	width: 5px;
	height: 5px;
	float: left;
	margin: 0 1px 1px 0;
}
div.empty-stack {
	background-color: #ffffff;
}

div.full-stack {
	background-color: #000000;
}

/*
 Tab nav custom
 */
div#tab-wrapper div.inner {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

div#tab-wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

#tab-wrapper .nav-tabs {
	margin-bottom: 30px;
	border: 0;
	float: left;
}
#tab-wrapper .nav-tabs > li {
	margin-right: 15px;
}
#tab-wrapper .nav-tabs > li.active > a, #tab-wrapper .nav-tabs > li.active > a:hover, #tab-wrapper .nav-tabs > li.active > a:focus {
	background: #5996e0;
	color: #FFF;
	/*border: 2px solid #42575c;*/
	border-radius: 8px;
	font-weight: bold;
	padding:1em 1.5em;
}
#tab-wrapper .nav-tabs > li > a {
	border-radius: 0;
	border: 2px solid #f9f9f9;
	font-style: italic;
	/*text-transform: uppercase;*/
}
#tab-wrapper .nav-tabs > li > a:hover {
	border: 2px solid #eee;
}

.navbar-pagination .pagination {
	margin:0;
}

/*
form.form-horizontal {
	margin-top: 10px;
}

.form-horizontal .control-group {
	margin-bottom: 20px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	content: "";
	display: table;
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	padding-top: 5px;
	text-align: right;
	width: 160px;
}
.form-horizontal .controls {
	margin-left: 180px;
}
.form-horizontal .controls:first-child {
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
	margin-top: 10px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}*/

.new-notice {
	margin-top: 1em;
}

div.searchbar {
	float: right;
}
div.searchbar form {
	margin-top: 3px;
}
div.searchbar button.btn {
	float: right;
	border-radius: 0;
	height: 32px;
	padding-top: 4px;

}
div.searchbar > form > button.btn i {
	font-size: 	15px;
}

div.searchbar input.text {
	border-radius: 0;
	/*border: 0;*/
	min-height: 30px;
    padding: 0.3em;
}

.truncate-module-title {

}

/*.truncate-module-title:hover:before {
	content:" ";
	display:inline-block;
	min-width: 100px;
}*/

.collection-dropdown {
	position:relative;
	/*width:120px;*/
	display:inline-block;
}

.truncate-module-title a {
	max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collection-dropdown:hover {

}

/*.truncate-module-title a:hover {
	position: absolute;
    max-width: none;
    margin-left: 3em;
   left:0;
   z-index:255;
}*/

.subrow-table .truncate-module-title a {
	max-width: none;
}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }
