h1, h2, h3, h4, h5, h6, p, pre, code, kbdblockquote, ul, ol, dl, li, address, div {
    font: 15px/150% "Roboto Regular",helvetica,sans-serif;
    margin: 0 0;
    padding: 0;
    text-decoration: none;
}

body {
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	height: 100%;
  	box-sizing: border-box;
}
html {
	height: 100%;
}
body div#formbar {
	padding: 0px 5px 0 10px;
	flex: none;
}


body * {
    font-family: 'Roboto Regular';
}
#form_title_w {
    min-height: 50px;
    line-height: 50px;
    border: none; 
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

#form_title {
    color: #2062AD;
	font-size: 16px;
	font-family: Roboto medium;
	
    min-height: 50px;
    line-height: 50px;
    float: left;
    padding-right: 100px;
    padding-left: 18px;
    
    padding: 0px;
    margin-left: 20px;
}
#form_desc{
   line-height: 1.6em; 
   font-size: 1.6em;   
   color: #9aa098;
}
.gobject input[type="text"], .gobject textarea, .gobject input[type="password"]{
    color: #373737;
    border: 1px solid #DADADA;
    border-radius: 4px;
    padding: 0px 10px 0px 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

div.gobject input[type="text"]:focus, div.gobject textarea:focus, .gobject input[type="password"]:focus{
	border-color: #447EC0;
	box-shadow: none;
    outline: 0px;
}

.gobject textarea{
	padding: 4px 10px 4px 10px;
	line-height: 20px;
}

.gobject .disabledObject input{
    background-color: #EEEEEE;
    color: #6E6E6E;
}

.gobject.disabledObject textarea{
    background-color: #EEEEEE;
    color: #6E6E6E;
}

.gfoldablecontainer .header .title {
	font-size: 12pt !important;
}

.gobject label, .gobject .label, .gobject.glabel {
	color: #575757;
}


#breadcrumbs {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	padding: 0px 14px 0px 16px;
}

#breadcrumbs span.bc_separator {
	background-image: none;
}

#breadcrumbs span.bc_separator:before {
	content: "\f105";
	color: #929292;
	font-size: 17px;
	
	font-family: 'fontawesome-webfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited {
   color: #646464;
   text-decoration:none;
   padding: 8px 8px 9px 8px;
}

#breadcrumbs span.current {
	color: #2062AD;
	font-size: 16px;
	font-family: Roboto medium;
}

#breadcrumbs span.previous {
	color: #a0a0a0;
	font-weight: normal;
}

#breadcrumbs a {
	border: 1px solid transparent;
}

#breadcrumbs a:hover{
   border: 1px solid #D9D9D9;
   border-radius: 4px;
   box-shadow: inset 0 -2px 0 0 #F0F0F0;
}

.gobject .lblH label:empty {
	display: none;
}

.ginnerform {
	padding: 0px;
}

.gform .flat-link, .gform .flat-link:visited {
	color: #0066B7;
	text-decoration: none;
}
.gform .flat-link:hover {
	text-decoration: underline;
}

.alert::after {
	animation: pulse 1s infinite;
	content: "\f071";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #DB532F;
	display: inline-block;
	line-height: 12px;
	font-style: normal;
}

@keyframes pulse {
  0% {
   	opacity: 1;
  }
  70% {
  	opacity: 1;
  }
  100% {
    opacity: 0;
  }
}