﻿* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: sans-serif;
	font-weight: 400;
}
p, h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 19px;
	font-weight: 700;
	margin: 20px auto 70px;
	text-align: center;
}
a {
	color: #0d649b;
	font-weight: 400;
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
input[type=text],
input[type=password],
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 7px;
	width: 100%;
}
input[type=submit] {
	cursor: pointer;
}
table {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 auto 25px;
	max-width: 1200px;
	width: 100%;
}
th {
	background-color: #eff6ff;
}
th, td {
	border-bottom: 1px solid #ccc;
	padding: 8px;
	text-align: left;
}
td {
	font-size: 14px;
	word-wrap:break-word;
}
tr:last-child th,
tr:last-child td {
	border-bottom: 0;
}
tr:nth-child(odd) td {
	background-color: #f8fcff;
}
tr:hover td {
	background-color: #e6f5fd;
}
th.td_center, td.td_center {
	text-align: center;
}
td a {
	margin-right: 10px;
}
td a:last-child {
	margin-right: 10px;
}
td div {
	overflow: hidden;
	max-width: 200px;
	width: auto;
}
.institution tr th {
	border-right: 1px solid #ccc;
}
.institution tr:first-child th {
	width: 250px;
}
.list_answers td.answer {
	width: 30%;
}
.list_answers td.answer div {
	margin-bottom: 7px;
}
.list_answers td.answer div:last-child {
	margin-bottom: 0;
}
.center span.required, .center sup.required {
	color: #ff0000;
	font-size: 16px;
	font-weight: 800;
}

.center span.required {
	color: #ff0000;
	font-size: 16px;
	font-weight: 800;
}
.message_result {
	margin-bottom: 35px;
	padding: 7px;
	text-align: center;
}
.message_result.msg_false {
	background-color: #ffebeb;
}
.message_result.msg_true {
	background-color: #d1ffe9;;
}
.navigation {
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
}
.navigation .row_cnt {
	float: left;
	overflow: hidden;
	margin-bottom: 7px;
}
.navigation .nav_bar {
	float: right;
	margin-bottom: 7px;
	overflow: hidden;
}
.navigation span {
	color: #777;
	font-size: 15px;
	font-weight: 400;
}
.navigation .selected {
	color: #0670b3;
	font-weight: 700;
}
.navigation .navigation_pages {
	text-align: right;
}
.navigation .navigation_pages a {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 246, 255) 100%);
	border: 1px solid #ccc;
	display: inline-block;
	margin-right: 7px;
	padding: 4px 10px;
}
.navigation .navigation_pages span,
.navigation .navigation_pages a:hover {
	background: #0d649b;
	border: 1px solid #022d48;
	color: #fff;
	display: inline-block;
	margin-right: 7px;
	padding: 4px 10px;
}
.navigation .navigation_pages a:last-child,
.navigation .navigation_pages span:last-child {
	margin-right: 0;
}

.clear {
	float: none;
}	
.section {
	overflow: hidden;
	margin: 0 auto;
	max-width: 2000px;
	padding: 0 15px;
	position: relative;
	width: 100%;
}
.section .center {
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
.section.header {
	margin: 15px auto 45px;
}


/* FORM AUTHORIZATION */

.section.authorization .logo.content,
.section.authorization .auto.content {
	border: 1px solid #0d649b;
	margin: 0 auto;
	max-width: 480px;
	padding: 15px 25px 50px;
	text-align: center;
	width: 100%;
}
.section.authorization .logo.content {
	border: 0;
	padding: 25px 25px;
}
.section.authorization .logo.content .title {
	color: #c9373c;
	font-size: 27px;
	font-weight: 900;
	margin-top: 6px;
}
.section.authorization .auto.content h2 {
	margin: 20px auto 35px
}
.section.authorization .auto.content input[type=text],
.section.authorization .auto.content input[type=password] {
	color: #282828;
	font-size: 15px;
	height: 42px;
	margin-bottom: 14px;
	max-width: 300px;
	width: 100%;
}
.section.authorization .auto.content input[type=submit] {
	background-color: #0670b3;
	border: 1px solid #022d48;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	height: 42px;
	max-width: 300px;
	width: 100%;
}


.section.header .left.logo {
	float: left;
	width: 190px;
}
.section.header .right.title {
	margin-left: 225px;
}
.section.header .right.title .title {
	color: #c9373c;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 6px;
}
.section.header .right.title .sub_title {
	color: #2b5875;
	font-size: 30px;
	font-weight: 400;
}
.section.account {
	margin: 0 auto 50px;
}
.section.account .left.menu {
	border: 1px solid #0d649b;
	float: left;
	width: 200px;
}
.section.account .left.menu ul li a {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 246, 255) 100%);
	border-bottom: 1px solid #0d649b;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
}
.section.account .left.menu ul li:last-child a {
	border-bottom: 0;
}
.section.account .left.menu ul li a:hover {
	background-color: #fdfdff;
}
.section.account .right.content {
	border: 1px solid #0d649b;
	margin: 0 auto;
	padding: 15px 25px 50px;
}
.section.account .right.content {
	margin-left: 225px;
}

.section.account .nav_menu {
	margin-bottom: 25px;
}
.button {
	background-color: #0670b3;
	border: 1px solid #022d48;
	color: #fff;
	cursor: pointer;
	display: inline-blooc;
	font-size: 18px;
	font-weight: 800;
	padding: 7px 20px;
	text-align: center;
}
td .button {
	font-size: 14px;
	font-weight: 700;
	padding: 4px;
}
td #export_questionnaires {
	padding: 4px 15.5px;
}
.section.account .edit_survey {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}
.section.account .edit_survey .field {
	margin-bottom: 30px;
}
.section.account .edit_survey .field:last-child {
	margin-bottom: 0;
}
.section.account .edit_survey .child_field {
	display: none;
}
.section.account .edit_survey .fade_field {
	display: block;
}
.section.account .edit_survey .label_title,
.section.account .edit_survey label {
	display: block;
	font-weight: 700;
	margin-bottom: 15px;
}
.section.account .edit_survey .label {
	cursor: pointer;
	display: inline;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}
.section.account .edit_survey .label_title span {
	color: #ff0000;
	font-size: 18px;
	font-weight: 700;
}
.section.account .edit_survey .descripton_field {
	font-style: italic;
	margin-bottom: 15px;
}

.section.account .edit_survey input[type=text],
.section.account .edit_survey select {
	color: #282828;
	font-size: 15px;
	height: 40px;
	max-width: 640px;
	padding: 5px;
	width: 100%;
}
.section.account .edit_survey input[type=file] {
	display: none;
}
.section.account .edit_survey input[type=submit] {
	background-color: #0670b3;
	border: 1px solid #022d48;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	height: 43px;
	max-width: 640px;
	width: 100%;
}
.section.account .open-photo img {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 40px;
	width: 40px;
}
.section.account .edit_survey .uploads_file {
	cursor: pointer;
	display: inline-block;
}
.section.account .edit_survey .uploads_file img {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 100px;
	width: 100px;
}


.section.account .no_data {
	color: #c1c1c1;
	font-size: 20px;
	font-weight: 700;
	margin: 100px auto 50px;
	text-align: center;
}





/* PAGE FORM */

.header_form {
	margin: 0 auto 10px;
}
.header_form .center {
	max-width: 702px;
	overflow: hidden;
	text-align: center;
}
.header_form img {
	border: 0;
	float: left;
	max-width: 120px;
	margin: 15px auto;
}
.header_form h1 {
	float: left;
	font-size: 22px;
	overflow: hidden;
	margin: 45px 0 0 5px;
	max-width: 465px;
	text-align: center;
}
.questionnaire input[type=text] {
	background-color: #f0fff0;
	border: 1px solid #ccc;
	color: #282828;
	font-size: 15px;
	height: 40px;
	margin-top: 10px;
	max-width: 640px;
	padding: 5px;
	width: 100%;
}
.questionnaire select {
	background-color: #f0fff0;
	border: 1px solid #ccc;
	color: #282828;
	font-size: 15px;
	height: 40px;
	margin-top: 10px;
	max-width: 640px;
	padding: 5px;
	width: 100%;
}
.questionnaire input[type=submit] {
	background-color: #07e12e;
	border: 1px solid #06a80c;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 800;
	height: 43px;
	max-width: 640px;
	width: 100%;
}

.questionnaire .information {
	margin: 0 auto 25px;
}
.questionnaire .information .text {
	margin: 0 auto;
	max-width: 702px;
	width: 100%;;
}
.questionnaire .information {
	text-align: center;
}
.questionnaire .information h2 {
	margin: 10px auto 14px;
}
.questionnaire .information h3 {
	font-size: 16px;
	margin: 0 auto 15px;
}
.questionnaire .information .text p {
	margin: 5px 0;
	text-align: justify;
	text-indent: 25px;
}
.questionnaire .data_form {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
	margin: 0 auto 30px;
	max-width: 702px;
	padding: 15px 30px 35px;
	position: relative;
	width: 100%;;
}
.questionnaire .data_form h2 {
	font-size: 22px;
	margin: 10px auto 20px;
}
.questionnaire .data_form .information_institution {
	margin: 20px 0;
}
.questionnaire .data_form .row_info {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 8px;
	text-align: left;
}
.questionnaire .data_form .sub_title {
	font-weight: 800;
}
.questionnaire .data_form form {
	margin: 25px auto 0;
	max-width: 640px;
	width: 100%;
}
.questionnaire .data_form .field {
	margin-bottom: 30px;
}
.questionnaire .data_form .field .label_title {
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	width: auto;
}
.questionnaire .data_form .field label {
	cursor: pointer;
}
.questionnaire .data_form .field .label {
	cursor: pointer;
	font-weight: 400;
	line-height: 26px;
	
}
.questionnaire .data_form .field span {
	color: #ff0000;
	font-size: 16px;
	font-weight: 800;
}
.questionnaire .message_result{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
}
.questionnaire .msg_true {
	background-color: #c9fda9;
}
.questionnaire .msg_false {
	background-color: #fde8e8;
}
.questionnaire .no_data {
	text-align: center;
}

/* */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
.white-popup.popup_export .content {
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.white-popup .load {
	display: none;
}
.white-popup .information {
	margin-top: 15px;
}
.white-popup .loop_file {
	display: none;
	margin-top: 33px;
	text-align: center;
}
.white-popup .loop_file a {
	font-size: 16px;
}


/* new */
.links-block {
	display: grid;
	max-width: 1200px;
	margin: 1em auto;
	column-gap: .33rem;
	font-family: Tahoma, Geneva, sans-serif;
}
.links-block-three {
        grid-template: auto / repeat(3, 1fr);
}
.links-block-four {
        grid-template: auto / repeat(4, 1fr);
}
.links-block__card {
	position: relative;
}
.links-block__card-p1 {
	grid-area: 1 / 1 / 2 / 2;
}
.links-block__card-p2 {
	grid-area: 1 / 2 / 2 / 3;
}
.links-block__card-p3 {
	grid-area: 1 / 3 / 2 / 4;
}
.links-block__card-p4 {
	grid-area: 1 / 4 / 2 / 5;
}
.links-block__card__header {
	display: block;
	padding: .75rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	background-color: #ebf6f9;
	color: #464646;
	text-align: center;
	font-size: 1.3em;
}
.links-block__card__body {
	background-color: #f8fcff;
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
	padding: .75rem;
}
.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}
