

/* Start:/company/index/style.css?17448652794047*/
body,
.btn {
	font-size: unset !important;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
}

a {
	text-decoration: none !important;
}

td,
th {
	text-align: center;
	color: black;
}

table.table tr {
	display: table-row;
}

table.table th,
table.table td {
	display: table-cell;
}

table.table td.linkpc {
	display: block;
}

table.table td.linkmobile {
	display: none;
}

table.table {
	display: table;
}

table.table tbody {
	display: table-row-group;
}

.periodbr {
	display: none;
}

div.indextext {
	padding: 15px;
	background: #f4eac7;
}

div.indextext details b {
	cursor: pointer;
}

.inputdate {
	border: 1px solid black !important;
	background: #ffffff !important;
	font-weight: normal !important;
	color: black !important;
}

.inputdate:disabled {
	color: gray !important;
}

table.table tr:nth-child(even) td {
	background: #f4eac7 !important;
}

table.table tr:nth-child(odd) td {
	background-color: #fbf9f2 !important;
}

.white {
	background-color: #fbf9f2 !important;
}

@media (max-width: 767px) {
	#chart_div, #chart_div+br {
		display: none !important;
	}
	.index-mobile-cont {
		display: flex;
		flex-wrap: wrap;
	}
	.index-mobile-cont .indextext {
		background: transparent;
		order: 2;
	}
	.index-buttons {
		padding: 0 8px;
	}
	.index-mobile-cont summary, .index-mobile-cont summary+br {
		display: none;
	}
}

@media (max-width: 530px) {
	.index-mobile-cont table.table th,
	.index-mobile-cont table.table td {
		display: table-cell;
	}
	.index-mobile-cont table.table tr {
		display: table-row;
	}
	.linkpc {
		display: none !important;
	}

	.linkmobile {
		display: block !important;
	}

	.btn {
		padding: 6px 12px;
	}

	.btn-default, .btn.btn-default {
		margin: 2px;
		padding: 3px 5px;
	}

	input.btn-default {
		width: 30%;
	}

	div.indextext p {
		line-height: 1.5;
	}
	.periodbr {
		display: block;
	}
}

/**/
.open-popup {
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #b41818;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
}

.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 1000000;
}

.popup__bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 230px;
    padding: 25px;
    transition: 0.5s all;
    z-index: 1000001;
}

.popup.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup label {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
}

.popup .label__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #cfd0d3;
    margin-bottom: 5px;
}

.popup input {
    height: 45px;
    font-size: 18px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
}

.popup input:focus {
    border-bottom: 1px solid #b41818;
}

.popup input:focus + .label__text {
    color: #b41818;
}

.popup textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    font-size: 18px;
    padding-top: 5px;
}

.popup textarea:focus {
    border-bottom: 1px solid #b41818;
}

.popup textarea:focus + .label__text {
    color: #b41818;
}

.popup button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border: 2px solid #b41818;
    background: #b41818;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s all;
}

.popup button:hover {
    background: #fff;
    color:#b41818;
    transition: 0.5s all;
}



/* End */
/* /company/index/style.css?17448652794047 */
