html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}


body {
	margin: 0 auto;
    color: #444444;
    font-family: lato-light;
    font-size: 1.4rem;
    line-height: 1.5;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

:lang(pt) {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.container {
	width: 95%;
}

p {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

a:hover {
	cursor: pointer;
}

@font-face {
    font-family: comfortaab;
    src: url(../fonts/Comfortaa-Bold.ttf);
	font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
	font-family: lato-light;
    src: url(../fonts/Lato-Light.ttf);
}

@font-face {
	font-family: "lato-bold";
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: bold;
}

#top-nav {
    width: 100%;
    z-index: 15000;
    position: fixed;
    top: 0px;
    left: 0px;
}

.header_wrap {
	position: relative;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    background-color: #000000;
    z-index: 99;
}

.header_wrap .glyphicon {
	margin-right: 5px;
}

#header_content {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	font-family: lato-light;
	color: #fff;
	font-size: 14px;
}

#chat-block {
	cursor: pointer;
	position: relative;
}

#chat-icon {
	position: absolute;
	top: -1px;
	left: -10px;
}

#notification-block {
	cursor: pointer;
}

.notification_error {
	color: #ff4a4a !important;
}

.notification_message {
	color: #76ff6f !important;
}

#leave_span {
    background-color: #1b71b9;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
}

.header_item {
	color: #ffffff;
	margin-left: 20px;
}

#header_bt {
	font-family: lato-bold;
	color: #1b71b9;
	font-size: 14px;
	border: none;
	border-radius: 7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1ea41+0,f89b1c+100 */
	background: #f1ea41; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZWE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmODliMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f1ea41 0%, #f89b1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1ea41), color-stop(100%,#f89b1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1ea41 0%,#f89b1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1ea41 0%,#f89b1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1ea41 0%,#f89b1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1ea41 0%,#f89b1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ea41', endColorstr='#f89b1c',GradientType=0 ); /* IE6-8 */
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#header_bt:hover, #header_bt:focus {
	background: #f1ea41;
}

#header_bt > img {
	width: 20px;
	margin-right: 5px;
}

#en-us {
	margin-top: 0;
	margin-left: 20px;
	float: right;
	width:30px;
}

.navbar_lg {
	margin: 0 auto;
	width: 900px;
}

.navbar_wrap {
    position: relative;
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-top: 3px solid #1b71b9;
	border-bottom: 3px solid #f89b1c;
    z-index: 99;
}

.navbar_wrap .navbar-header {
	float: none;
    position: absolute;
    left: 0;
}

.navbar_wrap .navbar {
	margin-bottom: 0;
}

.sticky {
    position:fixed;
    top:0;
	z-index: 9999;
}

.navbar-default .navbar-nav > .open > a {
	color: #f79837 !important;
	background-color: #fff !important;
	border-bottom: 1px solid #538ec8;
}

.navbar-default .navbar-nav > li > a {
	margin-top: 0px;
    padding-bottom: 4px;
	font-size: 18px;
	color: #1b71b9;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.navbar-default .navbar-nav {
	margin-bottom: 0px;
}

.navbar_wrap .brand-img {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
	height: 50px;
}
.navbar_wrap .brand-img:hover {
	opacity: 0.6;
}

#navbarCollapse .active, #navbarCollapseLG .active {
	color: #f79837 !important;
	background-color: #fff !important;
	border-bottom: 1px solid #538ec8;
	padding-bottom: 4px;
}

.dropdown-toggle {
	cursor: pointer;
	background-color: #fff !important;
}

.dropdown-toggle:hover {
	color: #f79837 !important;
	background-color: #fff !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #f79837;
	border-bottom: 1px solid #538ec8;
}

.navbar-nav .cl_btn {
	width: 55px;
	visibility: hidden;
	text-align: center;
}

.navbar-nav .cl_btn img {
	display: none;
}
.navbar-default .navbar-nav > li > .cl_btn:hover, .navbar-default .navbar-nav > li > .cl_btn:focus {
	opacity: 0.6;
}

.dropdown-menu > li > a {
	color: #1b71b9!important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.dropdown-menu > li > a:hover {
	color: #FFF!important;
	background-color: #f79837;
}

.dropdown-myList {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.dropdown-myList-li {
	display: list-item;
    font-size: 12px;
    line-height: 1.42857143;
    color: #1b71b9;
    white-space: nowrap;
}

.slide {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 551px;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.25);
}

.content {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background-color: #eee;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.25);
	min-height: 500px;
	margin-top: 137px;
}

footer {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: -webkit-linear-gradient(#488eda, #115898);
	background: -o-linear-gradient(#488eda, #115898); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#488eda, #115898); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#488eda, #115898); /* Standard syntax */
}

.footer_brand {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
	width: 240px;
	height: 72px;
	background-image: url(../imgs/marca_neg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

footer .nav {
	width: 100%;
	padding: 20px 0 20px 0;
	position: relative;
	display: table;
}

footer .nav ul {
    width: 100%;
    position: relative;
    list-style-type: none;
    display: table-row;
    padding: 0;
}

footer .nav > ul > li {
	margin: 0;
	position: relative;
	display: inline-block;
}

.footer2 .nav > ul > li > a {
	line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
}

.footer2 .nav > ul > li > a:hover {
	font-family: lato-bold;
	font-size: 0.9em;
}

footer .nav > ul > li > a:hover, footer .nav > ul > li > a:focus {
	text-decoration: none;
}

.footer3 .nav > ul > li > a {
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.footer4 a {
	display: inline-block;
	margin: 0 0 5px 0;
	color: #ffffff;
    padding-left: 10px;
    font-size: 12px;
    text-align: left;
}

.footer_contact {
	height: 60px;
	padding-left: 10px;
	position: relative;
	display: block;
	list-style-type: none;
}

.footer_contact li {
	margin: 0;
	height: 60px;
	position: relative;
	display: inline-block;
	color: #fff;
}

.footer_contact > li > span {
	float: left;
	padding-top: 20px;
}

.text_block {
	display: inline-block;
}

.text_block p {
	margin: 0 0 5px 0;
	padding-left: 10px;
	font-size: 12px;
	text-align: left;
}

.footer_contact_right {
	height: 30px;
	padding-left: 10px;
	position: relative;
	display: block;
	float: right;
	list-style-type: none;
}

.footer_contact_right li {
	height: 30px;
	position: relative;
	display: block;
	color: #fff;
	background-color: #1b71b9;
}

.footer_contact_right > li > span {
	float: left;
	padding-top: 4px;
}

.glyphs_repo {
	position: relative;
	top: -20px;
	left: -20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
.footer2 .nav > ul > li > a {
	padding: 0 15px;
}
}

@media (min-width: 768px) {
.dropdown > .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
}

.popup-close-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 5px;
    padding: 5px 5px;
    font-size: 24px;
    color: #aaaaaa;
    line-height: 0.5;
    cursor: pointer;
    z-index: 1;
}

.popup-close-btn-noevent {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 5px;
    padding: 5px 5px;
    font-size: 24px;
    color: #aaaaaa;
    line-height: 0.5;
    cursor: pointer;
    z-index: 1;
    text-decoration: none;
}

.popup-close-btn:hover {
	text-decoration: none;
	cursor: pointer;
}
}

.login_tag {
	margin: 10px;
	text-align: center;
}

.blue_button {
	border: none;
	border-radius: 14px;
	color: white;
	padding: 4px 8px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
	background: #17669f;
}

.blue_button:hover {
	background: #00a8ff;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.login_tag input[type=text] {
    border: 1px solid #ccc;
	border-radius: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    padding-left: 5px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login_tag input[type=text]:focus {
    border: 1px solid #555;
}

.login_tag input[type=password] {
    border: 1px solid #ccc;
	border-radius: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    padding-left: 5px;
}

.login_tag input[type=password]:focus {
    border: 1px solid #555;
}

.match_word {
	background-color: #ffb754;
    border-radius: 3px;
}

.div_hr {
margin-top: 20px;
margin-bottom: 20px;
height: 1px;
width: 100%;
background-color: #b9b9b9;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    font-weight: bolder;
}

.nav>li {
	margin: 0px 15px;
}



.servicos_slide1_texto1 {
	left: 20%;
	top: 140px;
	font-size: 36px;
	color: rgb(66, 139, 195);
	border-radius: 10px;
	padding: 0px 10px;
	background-color: rgba(81,152,204,0.3);
}

.servicos_slide1_texto2 {
	right: 5%;
	top: 400px;
	font-size: 36px;
	color: rgb(66, 139, 195);
	border-radius: 10px;
	padding: 0px 10px;
	background-color: rgba(78,132,191,0.3);
}

.servicos_slide2_texto1 {
	left: 35%;
	top: 100px;
	font-size: 40px;
	color: white;
	text-shadow: 1px 1px 2px #505050;
	border-radius: 10px;
	padding: 0px 10px;
	background-color: rgba(247, 159, 49, 0.3);
}

.servicos_slide2_texto2 {
	top: 390px;
	font-size: 28px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
	width: 100%;
	text-align: center;
}

.servicos_slide2_texto3 {
	top: 440px;
	font-size: 28px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
	width: 100%;
	text-align: center;
}

.noticias_slide1_texto1 {
	left: 20%;
	top: 140px;
	font-size: 36px;
	color: rgb(111, 111, 111);
	border-radius: 10px;
	padding: 0px 10px;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.490196), rgba(255, 255, 255, 0.870588));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.490196), rgba(255, 255, 255, 0.870588));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.490196), rgba(255, 255, 255, 0.870588));
    background: linear-gradient(rgba(255, 255, 255, 0.490196), rgba(255, 255, 255, 0.870588));
}

.noticias_slide1_texto1voce {
    text-shadow: rgb(0, 0, 0) 2px 2px 5px;
    font-size: 40px;
    color: #63beff;
}

.noticias_slide1_texto2 {
	right: 20%;
    top: 350px;
    font-size: 36px;
    color: white;
    text-shadow: rgb(80, 80, 80) 1px 1px 2px;
    border-radius: 10px;
    padding: 0px 10px;
    background: -webkit-linear-gradient(top, rgb(234, 170, 35), rgb(255, 224, 159));
    background: -o-linear-gradient(rgb(234, 170, 35), rgb(255, 224, 159));
    background: -moz-linear-gradient(rgb(234, 170, 35), rgb(255, 224, 159));
    background: linear-gradient(rgb(234, 170, 35), rgb(255, 224, 159));
}


.noticias_slide2_texto1 {
	text-shadow: rgb(0, 0, 0) 2px 2px 5px;
	background: -webkit-linear-gradient(top, rgb(149, 212, 255), rgb(14, 115, 176));
	background: -o-linear-gradient(rgb(149, 212, 255), rgb(14, 115, 176));
    background: -moz-linear-gradient(rgb(149, 212, 255), rgb(14, 115, 176));
    background: linear-gradient(rgb(149, 212, 255), rgb(14, 115, 176));
	font-size: 36px;
    color: white;
    border-radius: 10px;
    padding: 0px 10px;
    left: 20%;
    top: 140px;
}

.noticias_slide2_texto2 {
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.90));
	background: -o-linear-gradient(rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.90));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.90));
    background: linear-gradient(rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.90));
	font-size: 36px;
    color: rgb(111, 111, 111);
    border-radius: 10px;
    padding: 0px 10px;
    right: 19%;
    top: 260px;
}

.noticias_slide2_texto2voce {
    text-shadow: rgb(0, 0, 0) 2px 2px 5px;
    font-size: 40px;
    color: #63beff;
}

.noticias_slide2_texto3 {
	text-shadow: rgb(0, 0, 0) 2px 2px 5px;
	background: -webkit-linear-gradient(top, rgb(243, 203, 50), rgb(238, 175, 36));
	background: -o-linear-gradient(rgb(243, 203, 50), rgb(238, 175, 36));
    background: -moz-linear-gradient(rgb(243, 203, 50), rgb(238, 175, 36));
    background: linear-gradient(rgb(243, 203, 50), rgb(238, 175, 36));
	right: 16%;
    top: 380px;
    font-size: 36px;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 0px 10px;
}

.btn-primary-simulate-hover {
	background-color: #f89b1c;
	border-color: #f89b1c;
	color: rgb(255, 255, 255);
}

button {
	color: #fff;
	background-color: #4d83bd;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

button:hover {
	background-color: #f89b1c;
	border-color: #f89b1c;
}

input[type='submit'] {
	color: #fff;
	background-color: #4d83bd;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

input[type='submit']:hover {
	background-color: #f89b1c;
	border-color: #f89b1c;
}

.qtip-title {
	text-align: center;
	font-family: lato-light;
	font-size: 16px;
}

.orange-text {
	color: #eaa826;
}

.qtip-gear {
	background-color: rgba(255,255,255,0.7) !important;
	border: 1px solid #286ec0 !important;
	border-radius: 30px;
	max-width: 200px !important;
}

.qtip-gear .qtip-content {
	font-size: 13px;
	text-align: center;
	line-height: 15px;
	font-family: lato-light;
}

.text-bold {
	font-family: lato-bold;
}

.footer_info {
	margin: 20px;
    font-size: 12px;
    color: #fff;
}

/* Notificações */

.qtip-notification {
	min-width: 550px !important;
	max-width: 550px !important;
	max-height: 90vh !important;
	overflow: auto !important;
}

.PaginationWrapper {
	margin: 0 auto;
	display: block;
}

.PaginationWrapper ul {
	margin-top: 20px;
	padding-left: 0px;
	display: block;
	list-style-type: none;
}

.PaginationWrapper li {
	display: inline-block;
	margin: 2px;
}

.PaginationWrapper a {
	display: block;
	padding: 6px 12px;
    border: 1px solid #1f74bb;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
	background: -webkit-linear-gradient(#65a7ef, #1b71b9);
	background: -o-linear-gradient(#65a7ef, #1b71b9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#65a7ef, #1b71b9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#65a7ef, #1b71b9); /* Standard syntax */
	color: white;
	text-shadow: rgb(0, 0, 0) 1px 1px 2px;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}

.PaginationWrapper a:hover {
	color: #ffffff;
	background: #f89b1c;
    border-color: #f89b1c;
	cursor: pointer;
	background: linear-gradient(#f1c341,#f89b1c);
}

.container-gray {
    border: solid 1px #dddddd;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
    background-color: #eee;
}

.container-white {
    border: solid 1px #dddddd;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pointer_img {
	cursor: pointer;
}

.progress_bar { position:relative; width: 100%; border: 1px solid #b5b5b5; padding: 1px; border-radius: 3px; text-align: center; background-color: #fff;}

.bar { background-color: #FFFF99; width:0%; height:20px; border-radius: 3px; }

.percent { position:absolute; top:1px; width: 100%; height: 20px;}

.error_file { background-color: #f8c9c9; border: 1px solid #ee9b9b; color: #864d4d; border-radius: 6px;}

.bar_blue   { background-color: rgb(180, 209, 245);
			  width:0%;
			  height:20px;
			  border-radius: 0px;
}

.bar_yellow { background-color: #FFFF99;
			  width:0%;
			  height:20px;
			  border-radius: 0px;
}

.bar_green  { background-color: rgb(180, 245, 180);
			  width:0%;
			  height:20px;
			  border-radius: 0px;
}

.context-menu-list {
	border-radius: 6px;
	font-family: lato-light !important;
	font-size: 14px !important;
}

.data-title:before {
	border-radius: 6px 6px 0 0;
	font-family: lato-light !important;
	font-size: 14px !important;
	background: #ffb045 !important;
	line-height: 14px;
}

.context-menu-item.icon {
	background-position: 4px 4px !important;
}

.context-menu-item.icon:hover {
	background-color: #9cf;
}

.context-menu-item.icon-external {
	border-radius: 0 0 6px 6px;
}

.bluebox_div ul {
	padding: 0px;
}

.bluebox_div {
	position: fixed;
	background-color: white;
	width: 400px;
	bottom: 15px;
	padding: 5px;
	z-index: 100000;
	border: 1px solid #3a80c9;
	box-shadow: 0px 0px 8px rgb(36, 107, 175);
	border-radius: 6px;
}

.bluebox_div_name {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.bluebox_min_div {
	position: relative;
	width: 100%;
	height: 30px;
}

.bluebox_mincontent_div {
	width: 30px;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	right: 0px;
    border: 1px solid #1f74bb;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    background: -webkit-linear-gradient(#65a7ef, #1b71b9);
    background: -o-linear-gradient(#65a7ef, #1b71b9);
    background: -moz-linear-gradient(#65a7ef, #1b71b9);
    background: linear-gradient(#65a7ef, #1b71b9);
}

.bluebox_mincontent_div:hover {
	color: #ffffff;
	background: #f89b1c;
    border-color: #f89b1c;
	cursor: pointer;
	background: linear-gradient(#f1c341,#f89b1c);
}

.bluebox_mincontent_div:hover {
	background-color: rgb(97, 128, 192);
}

.form-control {
	display: inline !important;
}

.form_div {
	text-align: center;
}

h3 {
	margin-top: 0px;
}

#header_instance {
	display: block;
    z-index: 14999;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #1b71b9;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.15);
}

.font-bold {
	font-family: lato-bold;
}

#local_navigator {
	position: relative;
	display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    background: -webkit-linear-gradient(#7dbfe7, #3d66aa );
    background: -o-linear-gradient(#7dbfe7, #3d66aa);
    background: -moz-linear-gradient(#7dbfe7, #3d66aa);
    background: linear-gradient(#7dbfe7, #3d66aa);
}

#local_navigator_container {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#local_navigator li {
    display: inline-flex;
}

#local_navigator ul {
	padding: 0;
	margin: 0;
}

#local_navigator a {
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
    //height: 40px;
    text-align: center;
    font-size: 15px;
    //line-height: 40px;
    /* font-family: lato-bold; */
    color: #FFF;
    font-weight: bold;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#local_navigator .active {
	color: #000;
	text-shadow: none;
    background-color: #eeeeee;
    border-radius: 6px 6px 0px 0px;
}

.bar_blue   { background-color: rgb(180, 209, 245); width:0%; height:20px; border-radius: 0px; }
.bar_yellow { background-color: #FFFF99;            width:0%; height:20px; border-radius: 0px; }
.bar_green  { background-color: rgb(180, 245, 180); width:0%; height:20px; border-radius: 0px; }
.red_li     { background-color: #f8c9c9;            border: 1px solid #ee9b9b; color: #864d4d; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; margin-top: 5px; margin-bottom: 5px; }
.orange_li  { background-color: #FFE9C8;            border: 1px solid #EFA965; color: #574531; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; margin-top: 5px; margin-bottom: 5px; }
.blue_li    { background-color: #CDE0F5;            border: 1px solid #8EB7F7; color: #313A57; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; margin-top: 5px; margin-bottom: 5px; }
.green_li   { background-color: rgb(230, 255, 214); border: 1px solid #A2C793; color: #313A57; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; margin-top: 5px; margin-bottom: 5px; }
.none_li    { padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; margin-top: 5px; margin-bottom: 5px; }

.car_conf_ready {
	margin-right: 10px;
	padding: 6px 12px;
    border: 1px solid #38a040;
    border-radius: 6px;
    text-decoration: none !important;
    /* background: -webkit-linear-gradient(#d0fccd, #3dc149); */
    background: -o-linear-gradient(#d0fccd, #3dc149);
    background: -moz-linear-gradient(#d0fccd, #3dc149);
    background: linear-gradient(#d0fccd, #3dc149);
    color: white;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}

.car_conf_not_ready {
	margin-right: 10px;
	padding: 6px 12px;
    border: 1px solid #868686;
    border-radius: 6px;
    text-decoration: none !important;
    /* background: -webkit-linear-gradient(#f1f1f1, #868686); */
    background: -o-linear-gradient(#f1f1f1, #868686);
    background: -moz-linear-gradient(#f1f1f1, #868686);
    background: linear-gradient(#f1f1f1, #868686);
    color: white;
    text-shadow: rgb(0, 0, 0) 1px 1px 2px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.4);
}
