html, body {
	padding: 0;
	margin: 0;
	/*font-family: "Trebuchet MS", Verdana, sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.846;
	color: #707070;
}

/*
 * !!!!!! Styles for mobile all above styles will need to be clean up
 * !!!!!!
 */
body {
	/* padding-top: 50px; for fixed navbar */
	background-color: #FAFAFA;
}

html
{
	height: 100%;
}

h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #255783;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
input[type=checkbox], input[type=radio] {
    margin: 2px 2px 0 12px;
}
input[type=file] {
	display: block;
	border: 0px solid #ffffff;
	background-color: transparent;
}
input[type=file]:hover, input[type=file]:active {
	display: block;
	border: 0px solid #ffffff;
	background-color: transparent;
}

.header_row{
	/* For full header row with separator
	width: 100%;
	margin: 0px;
	border-bottom: 1px #ddd solid;
	*/
}

.page-card-icon{
	margin-top: -35px !important;
	/*display: none; !important;*/
}

.headerLink{
	font-size: 14px;
	font-family:'Trebuchet MS', Verdana, sans-serif;
}

.headerLink:hover, .headerLink:active{
	color: #000;
}
/* Header */
#header {
    padding: 4px 0px;
    height: 70px;
    position: relative;
}
/*
.gtiLogo {
    text-align: left;
    max-height:70px;
	margin-right: 15px;
}
*/
.gtiLogo {
	text-align: left;
	margin-top:1px;
	margin-left:2px;
	max-height:70px;
	margin-right: 10px;
	display: none !important;
}

.gtiLogoSecondary {
	text-align: left;
	max-height:70px;
	margin-top:1px;
	margin-left:2px;
	margin-right: 10px;
	display: inline !important;
}

.img_sign {
	max-width:250px;
	max-height:280px; 
}

.btn_custom, 
.btn_custom:active, 
.btn_custom:focus, 
.btn_custom:hover {
	/*margin-right:5px;
	margin-top:5px;
	border: 1px solid transparent;*/
	margin-right: 10px;
	margin-left: 10px;
	min-width: 120px;
	border-radius: 30px;
	padding: 8px 20px;
	box-shadow: 0 1px 2px 1px rgba(153, 153, 153, 0.24), 0 3px 1px -2px rgba(153, 153, 153, 0.15), 0 1px 3px 0 rgba(153, 153, 153, 0.22);
	font-weight: 600;
	transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-success{
	color: #37371F;
}

.btn-secondary{
	background-color: #FFFFFF;
	border-color: #d4d4d4;
	color: #2e6da4;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color: #F2F8FF;
	border-color: #337ab7;
	color: #2e6da4;
}

.btn-secondary:active:focus,.btn-secondary:active:hover{
	background-color: #F2F8FF;
	border-color: #337ab7;
	color: #2e6da4;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	vertical-align: middle !important;
}

.table>thead>tr>th{
	border-bottom: 1px solid #ddd !important;
	padding: 10px !important;
}


.nav-tabs>li {
	margin-left: 3px !important;
	font-weight: 700;
}

.nav-tabs>li>a{
	background-color: #d0d4da !important;
	border: 1px solid #eee;
	border-bottom: 0px solid transparent;
}

.nav-tabs>li.active>a{
	background-color: #FFFFFF !important;
}
    
.side-nav {
	margin-left:-10px;
}

.nav > li.side-nav.active > a,
.nav > li.side-nav.active > a:hover,
.nav > li.side-nav.active > a:focus, 
.nav > li.side-nav > a,
.nav > li.side-nav > a:hover,
.nav > li.side-nav > a:focus {
  color: #222;
  background-color: #dfdfdf;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav > li.side-nav > a {
  color: #000;
  background-color: #fff;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color:#1d5987;
}

.tab-badge{
	background-color: #165c96;
	color: white;
	text-align: center;
	margin-left: 10px;
	padding: 2px 5px 2px 5px;
	border-radius: 3px;
}

.nav>li>a {
	color: #000000aa;
}

#globalthemeswitcher {
    position:absolute;
    top:5px;
    right:50px;
}

/* Page */
#page {
	padding: 0px 0px;
	background: #FFFFFF;
}

/* Content */
#content {
	width: 70%;
    float:left;
}

.post {
	padding-bottom: 15px;
}

.post h1 {
	font-weight: normal;
}

.title {
	height: 30px;
	margin-left: 10px;
	padding: 8px 0 0 20px;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.submenu-title {
    padding: 4px 10px;
}

.submenu-content {
    text-align:center;
}

.byline {
	margin: -60px 20px 20px 20px;
}

.byline a {
	color: #DC8700;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.entry p {
	line-height: 200%;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}

#sidebar {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-left: -1px;
    overflow: hidden;
	background-color: white;
}

#sidebar a.ui-state-hover, 
#sidebar a.ui-state-highlight {
    border:0 none;
    text-decoration: none;
    font-weight: normal;
}

#sidebar table {
    width: 100%;
}

#sidebar table td {
    vertical-align: top;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    list-style-type: none;
    padding: 1px;
}

/* Footer */
#footer {
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
    font-size: 14px;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.homeText {
	line-height: 175%;
}

.homeMenu {
	width:200px;
	float:left;
	margin-right:10px
}

.themeMenu {
    overflow: auto;
    height:300px;
    width:200px;
}

.dp-xml {
    width:1000px;
}

.ui-themeswitcher a.ui-selectonemenu-label-container {
    text-decoration: none !important;
}
/* Jose - This the global size for all the text */
.ui-widget {
    font-size: 12px !important;
}

.dp-highlighter
{
	font-family: "Consolas", "Courier New", Courier, mono, serif;
	font-size: 12px;
	background-color: #E7E5DC;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
	padding-top: 1px; /* adds a little border on top when controls are hidden */
}

/* clear styles */
.dp-highlighter ol,
.dp-highlighter ol li,
.dp-highlighter ol li span 
{
	margin: 0;
	padding: 0;
	border: none;
}

.dp-highlighter a,
.dp-highlighter a:hover
{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.dp-highlighter .bar
{
	padding-left: 45px;
}

.dp-highlighter.collapsed .bar,
.dp-highlighter.nogutter .bar
{
	padding-left: 0px;
}

.dp-highlighter ol
{
	list-style: decimal; /* for ie */
	background-color: #fff;
	margin: 0px 0px 1px 45px !important; /* 1px bottom margin seems to fix occasional Firefox scrolling */
	padding: 0px;
	color: #5C5C5C;
}

.dp-highlighter.nogutter ol,
.dp-highlighter.nogutter ol li
{
	list-style: none !important;
	margin-left: 0px !important;
}

.dp-highlighter ol li,
.dp-highlighter .columns div
{
	list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
	list-style-position: outside !important;
	border-left: 3px solid #6CE26C;
	background-color: #F8F8F8;
	color: #5C5C5C;
	padding: 0 3px 0 10px !important;
	margin: 0 !important;
	line-height: 14px;
}

.dp-highlighter.nogutter ol li,
.dp-highlighter.nogutter .columns div
{
	border: 0;
}

.dp-highlighter .columns
{
	background-color: #F8F8F8;
	color: gray;
	overflow: hidden;
	width: 100%;
}

.dp-highlighter .columns div
{
	padding-bottom: 5px;
}

.dp-highlighter ol li.alt
{
	background-color: #FFF;
	color: inherit;
}

.dp-highlighter ol li span
{
	color: black;
	background-color: inherit;
}

/* Adjust some properties when collapsed */

.dp-highlighter.collapsed ol
{
	margin: 0px;
}

.dp-highlighter.collapsed ol li
{
	display: none;
}

/* Additional modifications when in print-view */

.dp-highlighter.printing
{
	border: none;
}

.dp-highlighter.printing .tools
{
	display: none !important;
}

.dp-highlighter.printing li
{
	display: list-item !important;
}

/* Styles for the tools */

.dp-highlighter .tools
{
	padding: 3px 8px 3px 10px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #f8f8f8;
	padding-bottom: 10px;
	border-left: 3px solid #6CE26C;
}

.dp-highlighter.nogutter .tools
{
	border-left: 0;
}

.dp-highlighter.collapsed .tools
{
	border-bottom: 0;
}

.dp-highlighter .tools a
{
	font-size: 9px;
	color: #a0a0a0;
	background-color: inherit;
	text-decoration: none;
	margin-right: 10px;
}

.dp-highlighter .tools a:hover
{
	color: red;
	background-color: inherit;
	text-decoration: underline;
}

/* About dialog styles */

.dp-about { background-color: #fff; color: #333; margin: 0px; padding: 0px; }
.dp-about table { width: 100%; height: 100%; font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; }
.dp-about td { padding: 10px; vertical-align: top; }
.dp-about .copy { border-bottom: 1px solid #ACA899; height: 95%; }
.dp-about .title { color: red; background-color: inherit; font-weight: bold; }
.dp-about .para { margin: 0 0 4px 0; }
.dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align: right; }
.dp-about .close { font-size: 11px; font-family: Tahoma, Verdana, Arial, sans-serif !important; background-color: #ECEADB; color: #333; width: 60px; height: 22px; }

/* Language specific styles */

.dp-highlighter .comment, .dp-highlighter .comments { color: #008200; background-color: inherit; }
.dp-highlighter .string { color: blue; background-color: inherit; }
.dp-highlighter .keyword { color: #069; font-weight: bold; background-color: inherit; }
.dp-highlighter .preprocessor { color: gray; background-color: inherit; }

/* db styles */
.entityNotActive {
	background-color: #FFFFE0;
}
.entityActive {
	
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
	margin: 10px 0px 0px 0px;
}
.main .page-header {
  margin-top: 0;
}

.title-text-container{
	text-align: center;
	margin-bottom: 25px;
	padding-top: 15px;
}

.title-line1{
	font-size: 15px !important;
}

.title-line2{
	font-weight: 300 !important;
	font-size: 35px !important;
}
.title-line3{
	font-size: 16px !important;
}

.title-bottom-border{
	border-bottom: 1px solid #dfdada;
	padding-top: 13px;
	margin-bottom: 20px;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.gtiImage {
	display:inline; 
	width:20px;
	margin-right:5px;
}


@media print {
	.printNone{
		display:none;
	}
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* 
	lt 768     .col-xs-
	ge 768     .col-sm-
	ge 992     .col-md-
	ge 1200    .col-lg-
*/
@media (min-width: 1000px) {
	.main {

	}

	.sidebar {
		position: fixed;
		top: 80px;
		bottom: 0;
		left: 0;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
		border-right: 1px solid #eee;
	}

	.navbar-toggle{
		/*display: none !important;*/
	}

	.gtiLogo {
		text-align: left;
		max-height:70px;
		margin-top:2px;
		margin-left:1px;
		margin-right: 10px;
		display: inline !important;
	}

	.gtiLogoSecondary {
		text-align: left;
		max-height:70px;
		margin-top:2px;
		margin-left:1px;
		display: none !important;
	}
}

.page-container{
	margin: 20px 0px 10px 0px;
	padding: 15px 30px 30px 30px !important;
}

.navbar-relative {
	position: relative;
}

.navbar-header {
	white-space: nowrap;
}

.navbar-brand {
	height: auto !important;
	padding: 10px 10px;
	color: #545454 !important;
}

.navbar{
	margin-bottom: 0px;
}

.commentFromPortal{
	background-color: #fafafa !important;
}

/* 
 * Google Map
 */
#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 30px;
  padding-left: 10px;
}

.ticketview-status-message-inner {
	padding: 5px 20px 5px 20px;
}

.modal-backdrop{
	z-index: 1020;
}

.panel-heading{
	font-weight: bold;
}

.visible-hidden {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.visible-hidden:focus {
	clip: auto;
	height: auto;
	overflow: auto;
	position: absolute;
	width: auto;
}

 .ui-widget-content{
	 border: none;
 }

 .buttons-row{
	 text-align: center;
 }

 .col-left{
	 margin-right: 10px;
 }

.col-right{
	margin-left: 10px;
}

.ui-messages-error-summary{
	color: #AA4241;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
		box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	}
}
