/* ========================================================================
 * ========================================================================
 * 
 *  CSS for Riesgos Industria, 12 Septiembre 2017
 *  All rights reserved.
 *
 * ======================================================================== 
 * ======================================================================== */


/* ========================================================================
 * Body style
 * ======================================================================== */
 
 body {
  margin: 0; 
  margin-bottom: 185px;

  color: #000000;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  cursor: default;
  background-color: #ffffff;
}
@media all and (max-width: 600px) {
	body.main_page { margin-bottom: 515px; }
}
@media all and (max-width: 530px) {
	body.main_page { margin-bottom: 595px; }
	body:not(.main_page) { margin-bottom: 215px; }
}
@media all and (max-width: 440px) {
	body.main_page { margin-bottom: 637px; }
	body:not(.main_page) { margin-bottom: 247px; }
}


a { color: #0f5f72; cursor: pointer; }
a:visited { color: #0f5f72; }
a:hover { text-decoration: underline; }

ul { margin: 0; padding: 0; list-style-type: none; }

.text-right { text-align: right; }
.text-left { text-align: left!important; }
.material-icons { margin-top: -3px; vertical-align: middle; }
.box_midle { margin-right: 1.22222227%; }


/* ------- GLOBAL DROPDOWN MENU -------- */
.dropdown-menu li { 
  padding: 2px; 
  display: block; 
  text-align: left;
  cursor: pointer; 
}
.dropdown-menu a {
  display: block;
  width: 100%;
  padding: 5px 8px;

  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.dropdown-menu a i.material-icons { font-size: 18px; }
.dropdown-menu li:hover { background-color: #eaeaea; text-decoration: none; }
.dropdown-menu li a:visited { color: #000000; }


/* ========================================================================
 * Element style: Header;
 * ======================================================================== */
header { color: #ffffff; background-color: #000000; }

.text_logo { padding: 10px 0; }
.text_logo h1 {
	font-size: 22px;
	font-family: 'Questrial', sans-serif;
	text-transform: uppercase;
}
.text_logo p { font-size: 14px; }

.login_btn {
	margin-top: 8px;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
	background-color: #000000;
	border: none;
}

@media all and (max-width: 700px) {
	.login_btn { padding: 10px 5px; }
	.text_logo h1 { font-size: 20px; }
	.text_logo p { font-size: 13px; }
}
@media all and (max-width: 400px) {
	.text_logo h1 { font-size: 18px; }
	.login_btn { margin-top: 5px; }
}


.user_options .dropdown-menu { margin: 0 0; right: 5px; }


/* ========================================================================
 * Element style: Information banner;
 * ======================================================================== */
.mesagge_banner.full { display: block; padding: 20px 0 0; }
.mesagge_banner.min { display: none; }

.mesagge_banner {
	color: #ffffff;
	text-align: center;
	background-color: #661c1c;
}
.mesagge_banner img {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	max-width: 240px;
	border: 10px solid #ffffff;
}

.banner_content {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	margin-left: 2%;
	text-align: left;
}
.banner_content h3 { font-size: 18px; font-weight: 700; }
.banner_content p { margin: 10px 0 15px; font-size: 16px; font-weight: 300; }

.banner_content a.see_more {
	display: inline-block;
	vertical-align: middle;
	min-width: 90px;
	margin-right: 5px;
	padding: 6px 10px;
	color: #661c1c;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	background-color: #ffffff;
	border-radius: 3px;
}
.banner_content a.see_more:visited { color: #661c1c; }
.banner_content a.see_more:hover { text-decoration: none; background-color: #f0f0f0; }

.social_shared {
	display: inline-block;
	vertical-align: middle;
}
.social_shared img {
	width: 42px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline-block;
}
.social_shared img:hover { opacity: .9; }


/* ------ BANNER: CLOSE IT; ------ */
.close_banner {
	margin-top: 20px;
	padding: 5px 0;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	background-color: rgba(0,0,0,.2);
	cursor: pointer;
}
.close_banner:hover { background-color: rgba(0,0,0,.35); }


/* ------ BANNER: MINI BANNER; ------ */
.mesagge_banner.min { text-align: left; padding: 15px 0; }
.mesagge_banner.min:hover { background-color: #521616; cursor: pointer; }

.mesagge_banner.min h3 {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	font-size: 18px; 
	font-weight: 700;
}
.open_banner {
	display: inline-block;
	vertical-align: middle;
	width: 29%;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
}


@media all and (max-width: 600px) {
	.mesagge_banner.min, .close_banner { display: none; }
	.mesagge_banner.full { display: block; }
	.mesagge_banner {
		position: inherit;
		bottom: 130px;
		height: 370px;
	}

	.mesagge_banner img { display: block; width: 100%; margin: 0 auto 10px; }
	.banner_content { display: block; width: 100%; text-align: center; }
	.banner_content h3 { font-size: 16px; }
	.banner_content p { display: none; }
	.banner_content a.see_more {
		display: block;
		width: 100%;
		max-width: 240px;
		padding: 10px;
		margin: 10px auto;
	}
	.social_shared img { width: 42px; display: inline-block; }
}
@media all and (max-width: 530px) {
	.mesagge_banner { bottom: 190px; height: 380px; }
	.banner_content h3 { font-size: 14px; }
}
@media all and (max-width: 440px) {
	.mesagge_banner { bottom: 247px; }
}


/* ========================================================================
 * Element style: Filter section;
 * ======================================================================== */
.filter_section {
	padding: 20px 0;
	background-color: #e0e0e0;
}
.filter_section h1 {
	margin-bottom: 15px;
	font-size: 35px;
	text-align: center;
}
.filter_section h2 {
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center;
}
.filter_section form { margin: 20px 0 0; }

form.options { width: 80%; margin: 0 auto; }
@media all and (max-width: 800px) {
	form.options { width: 100%; }
}

form label {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	font-weight: 400;
}
form .textbox {
	width: 100%;
	height: 35px;
	padding: 10px;

	font-size: inherit;
	font-family: inherit;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	border: 1px solid #cccccc;
}
form .full_select { width: 100%; }
form .half_select { width: 49%; }


/* ------- INPUT: CHECKBOX; -------- */
.check { display: none; }
label.labelCheck {
  display: block;
  cursor: pointer;
  position: relative;
  width: auto;
  padding: 0;
  padding-left: 30px;
  margin: 10px 0;
  font-size: 13px;
  font-weight: 400;
}
.labelCheck:before {
  content: "";
  display: inline-block;
 
  width: 22px;
  height: 22px;
 
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.check:checked + .labelCheck:before {
  content: "\25A0";
  color: #661c1c;
  font-size: 28px;
  text-align: center;
  line-height: 12px;
}
@-moz-document url-prefix() { 
  .check:checked + .labelCheck:before { line-height: 15px; }
}
.check:disabled + .labelCheck { cursor: not-allowed; }

@media all and (max-width: 700px) {
	.filter_section div[class^="col-xs"]:nth-of-type(1) { width: 48.77777773%; }
	.filter_section div[class^="col-xs"]:nth-of-type(2) { width: 50%; margin: 0; }
}
@media all and (max-width: 550px) {
	.filter_section div[class^="col-xs"]:nth-of-type(1) { width: 100%; margin: 0; }
	.filter_section div[class^="col-xs"]:nth-of-type(2) { width: 100%; margin: 10px 0 0; }
}


/* ========================================================================
 * Element style: Table;
 * ======================================================================== */
.file_download { margin-top: 10px; text-align: right; }
.file_download button {
	padding: 10px 10px 5px;
	color: #661c1c;
	background-color: transparent;
	border: 1px solid #cccccc;
}
.file_download button:hover { background-color: #cccccc; }


.table_title { float: left; padding-top: 15px; }
.table_title button {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
	padding: 8px 8px 4px 4px;
	color: #661c1c;
	font-size: 12px;
	background-color: transparent;
	border: 0.5px solid #cccccc;
}
.table_title button .material-icons { font-size: 18px; }
.table_title button:hover { background-color: #e8e8e8; }

.table_title h2 { display: inline-block; vertical-align: bottom; font-size: 16px; }
.table_title h2 p { margin-top: 5px; font-size: 14px; font-weight: 400; }

@media all and (max-width: 500px) {
	.table_title h2 { width: 62%; }
}
@media all and (max-width: 420px) {
	.table_title h2 { width: 52%; }
}
@media all and (max-width: 350px) {
	.table_title h2 { width: 100%; }
	.table_title button { margin-top: 10px; margin-left: 0; }
}

.pagination_table { margin: 10px 0 15px; width: 100%; text-align: center; }
.pagination_table tr td.dataTables_empty  {
	height: 100px;
	padding-top: 20px;
	text-align: center;
}
.pagination_table tr th  {
	padding: 8px 15px;

	color: #0f5f72;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}
.pagination_table tr td  {
	padding: 10px;
	font-size: 15px;
	font-weight: 300;
}
.pagination_table tr:not(:last-child) td { border-bottom: 1px solid #cccccc; }

.pagination_table a { font-weight: 400; }
.pagination_table .material-icons {
	margin-top: -3px;
	color: #005b94;
	font-size: 18px;
	cursor: pointer;
}

.pagination_table .material-icons.modif {
	font-size: 26px;
	padding: 2px;
	background-color: #ffffff;
	border-radius: 50%;
	cursor: default;
}
.modif.green { color: #198913; }
.modif.yellow { color: #d6ba15; }
.modif.red { color: #cc2929; }


tr.first_sector  {
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
    background-color: #0f5f72;
}
tr.first_sector td { font-weight: 400; }
.pagination_table tr.first_sector .material-icons { color: #ffffff; }

tr.second_sector { background-color: #e8e8e8; }
tr.second_sector td:nth-of-type(2) { border-left: 5px solid #0f5f72; }
tr.second_sector td:nth-of-type(1) { background-color: #ffffff; border-bottom: none; }

tr.third_sector:first-child { border-top: 2px solid #cccccc; }
tr.third_sector td:nth-of-type(2) { border-left: 1px solid #cccccc; }
tr.third_sector td:nth-of-type(1) { background-color: #ffffff; border-bottom: none; }

.info_available { display: block; margin-top: 5px; color: #0f5f72; font-size: 11px; font-weight: 600; }

.tooltip { position: relative; }
.pagination_table img.forbidden { width: 70px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #ffffff;
	background-color: #0f5f72;
	border-color: #0f5f72;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext { visibility: visible; }


@media all and (max-width: 640px) {
	.tooltip:hover .tooltiptext { visibility: hidden; }
}

.column_btns { width: 120px; }
.table_btn {
	display: block;
	padding: 5px 8px;
	margin: 5px auto;

	color: #661c1c;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
}
.table_btn img { width: 32px; }
.table_btn:hover { background-color: #f2f2f2; }


/* ========================================================================
 * Page style: Note section;
 * ======================================================================== */
/* ----- NOTE SECTION: HEADER; ----- */
.news_buttons {
	padding: 10px 0 8px;
	background-color: #661c1c;
	border-bottom: 10px solid #521616;
}
.news_buttons a { color: #ffffff; font-size: 14px; font-weight: 400; }
.news_buttons a:hover { text-decoration: none; }

.news_buttons p.arrow_back { margin-top: 8px; }
.news_buttons p.arrow_back a { padding: 5px 5px 5px 0; border-bottom: 1px solid transparent; }
.news_buttons p.arrow_back a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom-color: #ffffff;
}

.news_buttons .more_news { text-align: right; }
.news_buttons .more_news a {
	display: inline-block;
	padding: 8px 12px;
	color: #ffffff;
	font-size: 12px;
	border: 1px solid transparent;
}
.news_buttons .more_news a:hover {
	border-bottom-color: #ffffff;
}
@media all and (max-width: 450px) {
	.news_buttons { padding: 10px 0; border-bottom: none; }
	.news_buttons div[class^="col-xs"] { width: 100%; margin: 0; }
	.news_buttons a { font-size: 13px; }

	.news_buttons .more_news { text-align: center; }
	.news_buttons .more_news a {
		width: 100%;
		max-width: 300px;
		margin-top: 20px;
		padding: 10px;
		background-color: #521616;
		border: none;
	}
	.news_buttons .more_news a:hover { border-bottom: none; }
}


.note_title { padding: 55px 0 30px; }
.note_title h1 {
	position: relative;
	padding-left: 20px;
	margin: 5px;
	width: 90%;
	font-size: 32px;
	font-weight: 500;
	line-height: 46px;
}
.note_title h1:after {
	content: "";
	display: block;
	position: absolute;
	top:-2px;
	left: 0px;
	width: 5px;
	height: 50px;
	background-color: #661c1c;
} 
.note_title p.note_date {
	margin: 0 5px;
	padding-left: 20px;
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}
@media all and (max-width: 800px) {
	.note_title h1 { font-size: 28px; line-height: 38px; }
}
@media all and (max-width: 650px) {
	.note_title h1 { width: 95%; font-size: 26px; line-height: 34px; }
	.note_title h1:after { top: -5px; height: 45px; }
}
@media all and (max-width: 500px) {
	.note_title { padding: 35px 0 15px; }
	.note_title h1 { width: 100%; font-size: 22px; line-height: 30px; }
}


/* ----- NOTE SECTION: CONTENT; ----- */
.note_data { padding: 15px 0 40px; }

.note_data div.full_img { display: block; max-width: 750px; margin: 30px auto; }
.note_data div.half_img { display: block; width: 90%; margin: 10px auto 0; }

.note_data div.full_img img,
.note_data div.half_img img { display: block; width: 100%; margin: 10px 0; }
.note_data h4.img_title {
	color: #0f5f72;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.note_data span.img_text {
	display: block;
	color: #666666;
	font-size: 13px;
	text-align: center;
	font-style: italic;
}

@media all and (max-width: 600px) {
	.note_data h4.img_title { font-size: 13px; }
}

.note_data h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 500;
}

.note_data p {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	text-align: justify;
}
.note_data ul, .note_data ol {
	margin: 15px 0;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
}
.note_data ul { list-style-type: circle; }
.note_data ul li { margin: 5px; }

.note_data ol { list-style-type: upper-roman; }
.note_data ol li { margin: 5px; }


@media all and (max-width: 800px) {
	.note_data div[class^="col-xs"] { width: 100%; margin: 0; }
	.note_data div[class^="col-xs"]:first-child { margin-bottom: 15px; }
}


/* ========================================================================
 * Page style: News List;
 * ======================================================================== */
.news_list { padding: 40px 0; }

.news_list h1 {
	position: relative;
	padding-bottom: 5px;
	font-size: 28px;
	font-weight: 500;
}
.news_list h1:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30px;
	height: 2px;
	background-color: #0f5f72;
}

.list_table { width: 100%; margin: 25px 0 10px; }
.list_table tbody tr td { padding: 25px 10px; }
.list_table tbody tr td:last-child { width: 140px; text-align: center; }
.list_table tbody tr:not(:last-child) td { border-bottom: 1px solid #0f5f72; }

.list_table h3 { margin-bottom: 8px; font-size: 20px; font-weight: 500; }
.list_table h3 span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	margin-left: 5px;
	color: #555555;
	font-size: 13px;
	font-weight: 400;
}
.list_table h3 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: #661c1c;
}
.list_table p { font-size: 14px; }

.list_table .button.responsive { display: none; }

.button.load_more {
	display: block;
	width: 90%;
	max-width: 260px;
	padding: 15px 10px;
	margin: 20px auto 0;
	color: #0f5f72;
	font-size: 13px;
	background-color: transparent;
	border-color: #0f5f72;
}


@media all and (max-width: 800px) {
	.news_list h1 { font-size: 24px; }
	.list_table { margin: 0px 0 10px; }
}
@media all and (max-width: 450px) {
	.list_table .button.default { display: none; }
	.list_table .button.responsive {
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	.list_table tbody tr td:last-child { padding: 25px 0; width: 10px }
}


/* ========================================================================
 * Page style: Privacy;
 * ======================================================================== */
.privacy { padding-bottom: 30px; }
.privacy h1 {
	margin: 30px 0 40px;
	font-size: 28px;
	text-align: center;
}

.privacy h2, .privacy h3,
.privacy h4, .privacy h5,
.privacy h6 {
	position: relative;
	margin: 35px 0 15px;
}
.privacy h2:after, .privacy h3:after,
.privacy h4:after, .privacy h5:after,
.privacy h6:after {
	content: "";
	display: block;
	position: relative;
	bottom: -5px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #661c1c;
}

.privacy h2 { font-size: 24px; }
.privacy h3 { font-size: 20px; }
.privacy h4 { font-size: 18px; }
.privacy h5 { font-size: 16px; }
.privacy h6 { font-size: 13px; }

.privacy p {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	text-align: justify;
}

.privacy ul {
	margin: 10px 0;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	list-style-type: circle;
}
.privacy ul li { margin: 5px; }

.privacy ol {
	margin: 10px 0;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	list-style-type: upper-roman;
}
.privacy ol li { margin: 5px; }


/* ========================================================================
 * Page style: api_docs;
 * ======================================================================== */
.api_docs { padding-bottom: 30px; }
.api_docs h1 {
	margin: 30px 0 40px;
	font-size: 28px;
	text-align: center;
}

.api_docs h2, .api_docs h3,
.api_docs h4, .api_docs h5,
.api_docs h6 {
	position: relative;
	margin: 35px 0 15px;
}
.api_docs h2:after, .api_docs h3:after,
.api_docs h4:after, .api_docs h5:after,
.api_docs h6:after {
	content: "";
	display: block;
	position: relative;
	bottom: -5px;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #661c1c;
}

.api_docs h2 { font-size: 24px; }
.api_docs h3 { font-size: 20px; }
.api_docs h4 { font-size: 18px; }
.api_docs h5 { font-size: 16px; }
.api_docs h6 { font-size: 13px; }

.api_docs p {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	text-align: justify;
}

.api_docs ul {
	margin: 10px 0;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 18px;
	list-style-type: circle;
}
.api_docs ul li { margin: 5px; }

.api_docs ol {
	margin: 10px 0;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	list-style-type: upper-roman;
}
.api_docs ol li { margin: 5px; }


/* ========================================================================
 * Element style: Footer;
 * ======================================================================== */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 180px;
  margin: 0;
  padding: 15px 20px;

  background-color: #e0e0e0;
}

.contact_info li.title {
	position: relative;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 400;
}
.contact_info li.title:after {
	content: "";
	display: block;
	position: relative;
	left: 0;
	bottom: -4px;
	width: 50px;
	height: 3px;
	background-color: #661c1c;
}

.contact_info li:not(.title) {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 400;
}
.contact_info li i.material-icons {
	margin-right: 5px;
	color: #661c1c;
	font-size: 22px;
}

.social_icons { margin: 15px 0 0; }
.social_icons a {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 5px 2px;

	background-color: #661c1c;
	border-radius: 4px;
}
.social_icons a:hover { background-color: #3c0716; }
.social_icons a img { width: 25px; }

.owner { font-weight: 400; }
.owner img { margin-left: 5px; height: 58px; vertical-align: middle; }

nav.footer_links { margin: 15px 0; }
nav.footer_links a {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
}
nav.footer_links a:not(:last-child) { margin-right: 8px; }
nav.footer_links a:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin-left: 8px;
}

@media all and (max-width: 530px) {
	footer div[class^="col-xs"] { width: 100%; margin: 0; }

	footer { height: 215px; }
	.contact_info { margin-bottom: 15px; }
	.contact_info li.title { font-size: 14px; }
	.contact_info li:not(.title) { font-size: 13px; }
	.contact_info li i.material-icons { font-size: 20px; }

	.owner { display: inline-block; vertical-align: middle; }
	.social_icons { display: inline-block; vertical-align: middle; margin: 0; }
}
@media all and (max-width: 440px) {
	footer { height: 247px; }
	.owner { display: block; }
	.social_icons { display: block; margin-top: 5px; }
}


/* ========================================================================
 * Element style: Modals;
 * ======================================================================== */
.modal-header { min-height: 36px; background-color: #661c1c; }
.modal-header h3 {
	margin-top: 10px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.modal-header p {
	width: 90%;
	margin: 3px auto 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}

.modal-body { width: 92%; margin: 10px auto; }

.modal-footer { text-align: center; padding: 10px 15px; }
.button {
	min-width: 110px;
	padding: 10px;
	margin: 5px;

	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid transparent;
}
.button.cancel { color: #000000; background-color: #ffffff; border-color: transparent; }
.button.cancel:hover { background-color: #e0e0e0; }
.button.accept { color: #ffffff; background-color: #661c1c; }
.button.accept:hover { background-color: #4f2116; }
.button.continue { color: #ffffff; background-color: #000000; }
.button.continue:hover { background-color: #1e1e1e; }


/* ----- MODALS: TITLE WITH ICON; ----- */
.message_title { text-align: center; padding: 15px 0; }
.message_title i.material-icons {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;

	color: #ffffff;
	font-size: 44px;
}
.message_title h3 {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin-top: 0;
	text-align: left;
}

.register_link {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.register_link span { color: #005b94; }
.register_link span:hover { color: #00537c; text-decoration: underline; cursor: pointer; }


/* ------- FORM: RESULTS BOXES; -------- */
.process_resultDiv { margin: 3px 0 15px; font-size: 13px; }
.process_resultDiv p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  width: 80%;
  font-weight: 400;
}
.process_resultDiv p span { color: #151515; font-weight: 600; }
.process_resultDiv i { display: inline-block; vertical-align: middle; font-size: 30px; }

.resultDiv_failed {
  margin: 5px 0;
  padding: 7px;
  background-color: rgba(204,41,41,.12);
  border: 1px solid #cc2929;
  border-radius: 6px;
}
.resultDiv_failed i { color: #cc2929; }


@media all and (max-width: 768px) {
	.button { font-size: 13px; }
	.message_title h3 { width: 60%; }
}
@media all and (max-width: 340px) {
	.button { width: 100%; margin: 5px 0; }
	.process_resultDiv p { width: 85%; }
}

.info_title {
	margin: 10px 0 22px;
	font-size: 18px;
	font-weight: 400;
}
.info_data {
	font-size: 13px;
	font-weight: 300;
}
.info_data br {
	display: block;
	content: " ";
	margin: 15px 0;
	line-height: 15px;
}


#success_modal img { display: block; margin: 0 auto 10px; width: 80%; max-width: 120px; }
#success_modal h3 { margin-bottom: 10px; font-size: 16px; text-align: center; }
#success_modal p { font-size: 16px; text-align: center; }


.title-sectorial{
	color: black;
	font-family:"Calibri";
}

.eye-container i {
    margin-left: -30px;
    cursor: pointer;
}







