@font-face {
    font-family: 'Type';
    src: url('fonts/NotoSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Type';
    src: url('fonts/NotoSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html {
    height: 100%;
}

.ImgBack {
    max-width: 2560px;
    bottom: 23px;
}

#footer_wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

#footer_wrapper img {
    width: 100%;
    position: relative;
    top: 23px;
}

#line_menu_ppal {
    display: none;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Type", sans-serif;
    font-weight: normal;
    font-size-adjust: inherit;
    color: #999;
    margin: 0;
    padding: 0;
}

form[name="cabecerainc"] {
    height: 60px;
}

form[name="pon_foto_empresa_pagina_inc"] {
    height: 0px;
}

#form {
    margin: -1% auto 0 auto;
    position: relative;
    text-align: right;
    z-index: 1007;
}

#form,
.folders,
.folders_error {
    width: 93.75%;
}

#form,
.folders_error {
    max-width: 420px;
}

#form span {
    font: 13px "Type", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input,
textarea {
    color: #666;
    font: 14px "Type", sans-serif;
}

.width100,
.width100+span input,
.width100+.ui-selectmenu-button.ui-button {
    width: 100%
}

input[type="text"],
input[type="password"],
input[type="textarea"] {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 5px;
    text-align: left;
}

.active,
.menu-principal a.active,
.ui-state-active,
.ui-button.ui-state-active {
    background-color: transparent;
    border-bottom: solid 2px #e35e24;
}

input,
textarea,
.ui-button,
button.ui-multiselect,
.wizard>.actions a {
    border-radius: .2em;
    border: solid 1px #ccc;
    font-size: 1.4em;
    padding-bottom: .6em;
    padding-top: .6em;
    padding: .5em;
}

button.ui-button,
.button.ui-button,
button.ui-multiselect,
[id*="button_"],
[class="button_"] {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #231f20;
    font-size: 14px;
    font-weight: bold;
    margin-right: .5em;
    padding: 7px;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}

input:focus {
    border-color: #e35e24;
    outline: none;
}

[id*="button_"]:hover,
[id*="button_"]:active,
[id*="button_"]:focus,
.nav .menu-principal a:hover,
.ui-menu-item:hover,
.ui-menu-item:active,
.ic-menu:hover,
.ic-menu:active,
.ui-button:hover,
.ui-button:active,
.ui-button.button-cancel:hover,
.ui-button.button-cancel:active,
.ui-datepicker td a:hover,
.ui-datepicker td a:active,
.ui-button:hover,
.ui-button:active,
.ui-selectmenu-button:hover .ui-selectmenu-icon,
.ic-power:hover,
.ic-power:active,
.ui-accordion .ui-accordion-header:hover,
.ic-search:hover,
.ic-search:active,
.search-panel a:hover,
.search-panel a:active,
.grid-item3:hover,
.grid-item3:active,
.wizard>.actions a:hover,
.ui-button.button-secondary:hover,
.ui-button.button-secondary:active {
    background-color: #f0f0f0;
    color: #e35e24;
    cursor: pointer;
    outline: none;
}

.ui-button.button-cancel,
a[href*="#previous"],
.ui-button.button-secondary,
.button-secondary {
    background: #ac002b;
    color: #fff;
}

.ui-button-icon-only {
    box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-indent: -9999px;
    vertical-align: top;
    white-space: nowrap;
    white-space: nowrap;
    width: 2em;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
}

#form td {
    /*padding-bottom:10px;*/
    z-index: 1010;
}

#line_menu_ppal {
    background: url(images/bck_header.png) repeat-x;
    height: 13px;
    padding: 0;
    position: relative;
    width: 100%;
}

body,
input,
textarea,
select,
span {
    font-family: "Type", sans-serif;
}

body {
    color: #555;
    font-style: normal;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

form {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 1002;
}

#logos_body_everilion,
#logos_body {
    background: url(images/logo_everilion.png) no-repeat center/95% auto;
    margin: 4% auto 0;
    max-width: 24.295%;
    min-width: 300px;
    padding-top: 15%;
    position: relative;
    text-align: center;
    z-index: 1003;
}

#logos_body_ndistributor {
    background-position: left center;
    background-repeat: no-repeat;
    height: 105px;
    text-align: center;
    width: 50%;
    z-index: 1002;
}

#logos_body_error {
    background-size: 35%;
    background: url(images/logo_everilion.png) no-repeat center;
    padding-top: 20%;
    position: relative;
    text-align: center;
    z-index: 1002;
}

#expl {
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 800px;
    z-index: 1004;
}

#expl_title {
    font: 14px "Type", sans-serif;
    margin-bottom: 15px;
}

.steps div {
    border: #ccc solid 1px;
    display: inline-block;
    position: relative;
}

#step1 {
    background: #fff url(images/paso1.png) no-repeat center 5px;
    margin-left: 20px;
    min-height: 170px;
    width: 240px;
}

#step2 {
    background: #fff url(images/paso2.png) no-repeat center 5px;
    margin-left: 20px;
    min-height: 170px;
    width: 240px;
}

#step3 {
    background: #fff url(images/paso3.png) no-repeat center 5px;
    margin-left: 20px;
    min-height: 170px;
    width: 240px;
}

#step3 span,
#step2 span,
#step1 span {
    bottom: 5px;
    font-size: 12px;
    margin: 0 15px;
    position: absolute;
}

#icon_alert {
    background: url(images/ic_warning.svg) no-repeat center top/auto 100%;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 5;
}

.folders {
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin: -1% auto 1.8em auto;
    max-width: 955px;
    min-height: 24px;
    padding: 30px;
    position: relative;
    z-index: 10000;
}

/*FORMULARIOS CSS*/

.ui-datepicker-trigger,
img[src*="busqueda"],
input[src*="busqueda"],
input[type="Button"][id*="Interface"] {
    height: 22px !important;
    margin-left: 5px;
    min-height: auto;
    padding: 0;
    vertical-align: text-bottom;
    width: 22px !important;
}

/*ESTILOS PARA INICIO Y ACTIVACIÓN CUENTA*/

.txt-important {
    background-color: #f5f5f5;
    border-color: #e35e24 transparent #f2a21e transparent;
    border-radius: 25px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    font-size: 120%;
    margin: 20px 0;
    padding: 0 10px;
    text-align: center;
}

.txt-important p,
.txt-important span {
    color: #231f20;
}

#tel {
    background-color: #cbc9c9;
    border-radius: 5px;
    border: solid 1px #bbb;
    color: #333;
    font-family: "Type", sans-serif;
    font-size: 14px;
    height: 44px;
    margin: 20px 0 20px 0;
    padding: 20px 10px 0px 10px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}

#tel span {
    font-size: 20px;
}

#error {
    color: #666;
    font-size: 14px;
    position: relative;
    text-align: center;
    z-index: 3;
}

.bck-wrapper+div+.folders_error #error {
    margin: 0 auto 30px;
    width: 100%
}

.bck-wrapper+div+.folders_error #form {
    margin-top: 0;
}

#error_left {
    font-size: 14px;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 3;
}

#tel_error {
    background-color: #cbc9c9;
    border-radius: 5px;
    border: solid 1px #bbb;
    color: #333;
    font-family: "Type", sans-serif;
    font-size: 14px;
    height: 44px;
    margin: 20px auto 20px auto;
    padding: 20px 10px 0px 10px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}

#tel_error span {
    font-size: 20px;
}

.folders_error {
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin: -1% auto 1.8em;
    padding: 30px;
    position: relative;
    text-align: center;
    z-index: 10000;
}

/*LOGIN*/
.login{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login section {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.login .bck {
    height: auto;
    width: 100%;
}

.bck-wrapper {
    height: auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.login-wrapper {
    margin-top: 8%;
    margin: 0 auto;
    max-width: 24.219%;
    min-width: 300px;
    position: relative;
    z-index: 1002;
}

.logo-login {
    height: auto;
    width: 100%;
}

.login-box {
    background: #fff;
    border-radius: 4px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin: 10% auto 0;
    padding: 30px;
    text-align: left;
}

.folders_error #form {
    border: none;
    padding: 0;
    width: 100%;
}

.login label,
.label {
    display: block;
    font-family: "Type", sans-serif;
    font-size: 13px;
    padding-top: 1em;
}

.login button {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.login a.secondary {
    font-size: 1.6em;
}

.bck-text {
    bottom: 20%;
    font-size: 62.5%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1003;
}

.bck-text img {
    height: auto;
    max-width: 50em;
    min-width: 24em;
    width: 50%;
}

.folders_error+.bck-text {
    display: none
}

#button_enter .body-index .footer .ui-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    height: 3em;
    left: 50%;
    margin-left: -1.5em;
    padding-top: .4em;
    position: absolute;
    text-align: center;
    top: -3em;
    transition: rotation .5s;
    width: 100%;
}

a[name="entrar"]:hover {
    font-weight: normal;
    text-decoration: none;
}

#error div:first-child a {
    color: #CCCCCC;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 11px;
    text-decoration: none;
}

#error div:first-child {
    background-repeat: no-repeat;
    margin: auto
}

/*jmr*/

table {
    z-index: 1009;
}

th,
td {
    text-align: left;
    z-index: 1006;
}

#buttonenter td {
    padding: 20px 0 0;
}

@media(max-height:480px) {
    .bck-text {
        display: none;
    }
    .login-wrapper {
        text-align: center;
        margin-top: 4%;
    }
    .login-wrapper img {
        width: 75%;
        height: auto;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*BUTTONS*/

button.ui-button:only-child,
#button_enter:only-child,
.button.ui-button:only-child {
    margin: 0;
}

.ui-button.button-cancel,
a[href*="#previous"] {
    color: #fff;
    background: #ac002b;
}

.ui-button-icon-only {
    vertical-align: top;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
    position: relative;
    width: 2em;
    box-sizing: border-box;
    white-space: nowrap;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    text-indent: -9999px;
}

/*LOGIN*/

.login #logos_body_everilion {
    width: 100%;
    height: auto;
}

#logos_body_everilion-wrapper {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1005;
}

#logos_body_everilio-text {
    position: absolute;
    z-index: 1004;
    width: 100%;
    text-align: center;
    bottom: 20%;
}

#logos_body_everilio-text img {
    width: 50%;
    height: auto;
    max-width: 50em;
    min-width: 24em;
}

.login section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a[name="entrar"]:hover {
    text-decoration: none;
    font-weight: normal;
}

#error div:first-child a {
    color: #CCCCCC;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 11px;
    text-decoration: none;
}

#error div:first-child {
    background-repeat: no-repeat;
    margin: auto
}

/*fin multilingue*/

#contact {
    border: 1px solid #ccc;
    height: 106px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    width: 555px;
}

.table_contact {
    border: 0;
    margin-left: 2px;
    width: 100%;
}

.recoveryPass {
    display: none !important
}

.registerPass {
    display: none !important
}

a {
    text-decoration: none;
}

.secondary {
	color: #188290;
	cursor: pointer;
	font-size: .8125rem !important;
	font-weight: bold;
	text-decoration: none;
}

.secondary:hover {
	color: #e35e24;
	text-decoration: none;
}

ul {
    padding: 0 10px;
}

ul.list li {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
}

ul.list li::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: #f2a21e;
    border-radius: 8px 0 8px 8px;
    content: "";
    height: 8px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 8px;
}

ul.list {
    margin: 0;
    padding: 0;
}

.list li {
    font-size: 12px;
    padding: 5px 15px;
    list-style-type: none;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media(max-width:1919px) and (orientation:landscape) {
    .bck-text {
        bottom: 10%
    }
}

@media(max-width:1280px) and (max-height:600px) {
    .bck-text {
        bottom: -8%
    }
}

@media(max-width:1919px) and (orientation:portrait) {
    .bck-text {
        top: 550px;
    }
}

@media(min-height:768px) and (orientation:portrait) {
    .bck-text {
        top: 650px;
    }
}

@media (min-width: 1365px) {
    .contentSearch .panel-search-bottom {
        display: block;
    }
}

@media(max-width: 1365px) {
    div.show-more, .search-panel .panel-search-bottom {
        width: calc(44.5% - 1em);
    }
}

@media(max-width:1200px) {
    #form, .folders, .folders_error {
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

@media (max-width: 600px) {
    .login #logos_body_everilion, #logos_body {
        background-size: auto 95%;
        max-width: 100%;
        min-width: 0;
    }
}
.txtCenter {
    text-align: center;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #e9e9e9;
}

::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 11px;
}

::-webkit-scrollbar-thumb:hover {
	background: #999;
}

::-webkit-scrollbar-thumb:active {
	background: #6E7172;
}

html,
nav,
article,
div,
ul {
	scrollbar-width: thin;
	-ms-scrollbar-highlight-color: #e9e9e9;
	-ms-scrollbar-face-color: #c1c1c1;
	-ms-scrollbar-arrow-color: #c1c1c1;
	-ms-scrollbar-shadow-color: #e9e9e9;
}

#welcome_title {
	font-weight: bold;
	font-size: 1rem;
	margin-top: .5rem;
}

/* SPINNER */

.spinnerWheel-wrapper {
    background: rgba(255, 255, 255,.5);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255, 1) 0%, rgba(255,255,255, .5) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255, 1) 0%, rgba(255,255,255, .5) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255, 1) 0%, rgba(255,255,255, .5) 100%);
    filter: Alpha(Opacity=30);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e8082', endColorstr='#231f20', GradientType=1);
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000000001;
}

#text_transparence,
#text_transparence.spinnerWheel-image {
    border: none !important;
    height: 80px !important;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 80px;
}

#wait {
    border: none;
    float: left;
    height: 84px;
    position: relative;
    width: 84px !important;
}

#waitBoxOculto {
    left: 50% !important;
    margin-left: -42px;
    margin-top: -42px;
    position: absolute;
    top: 50% !important;
    z-index: 9999;
}

#wait_transparence,
#wait_transparence.spinnerWheel-image-bck {
    -moz-opacity: 0.95;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: none !important;
    filter: alpha(opacity=95);
    float: left;
    height: 84px !important;
    opacity: 0.95;
    width: 84px;
}

/*USER MESSAGES*/

.feed {
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 1px;
    box-sizing: border-box;
    clear: both;
    color: #231f20;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px;
}

.feed-info {
    background-color: rgba(25, 148, 164, .2);
    border-color: #1994a4;
}

.feed-success {
    background-color: rgba(154, 174, 4, .2);
    border-color: #616D03;
}

.feed-warning {
    background-color: rgba(242, 162, 30, .2);
    border-color: #f2a21e;
}

.feed-alert {
    background-color: rgba(172, 0, 43, .1);
    border-color: #ac002b;
}

.feed.dark {
    padding: 1rem;
}

.feed-success.dark {
    background-color: #ebefcd;
}

.feed-alert.dark {
    background-color: #f7e5e9;
}

.feed-info.dark {
    background-color: #d1eaed;
}

.feed-warning.dark{
    background-color: #fcecd2;
}

.feed-fixedRight {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 10000;
}

.noMV {
    margin-bottom: 0;
    margin-top: 0;
}

.txtLeft {
    text-align: left;
}

.flex {
    display: flex;
}

.flexWrap {
	flex-wrap: wrap
}

.pV5 {
	padding-bottom: .3125rem;
	padding-top: .3125rem;
}

.mTop20 {
	margin-top: 1.25rem;
}

.mTop5 {
	margin-top: .3125rem;
}

.mLeft5 {
	margin-left: .3125rem;
}

.noMTop,
.login .noMTop {
	margin-top: 0;
}

.noMBottom,
.login .noMBottom {
	margin-bottom: 0;
}

.flex00auto {
    flex: 0 0 auto;
}

.flex11auto {
	flex: 1 1 auto;
}

.alignItemsCenter {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.flexShrink0 {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

/**NEW ICONS FOR NEW DEVELOPEMENTS**/
/*LAYOUT ICONS*/
.ui-icon,
.caret {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    border: none;
    display: inline-block;
    height: 16px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -99999px;
    transition: transform .5s;
    vertical-align: middle;
    width: 16px;
}

.ui-icon:after {
    background-size: 18px;
}

.ui-icon-lg:after,
.ui-icon:after {
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-icon-lg:after,
.ui-icon.ui-icon-lg {
	height: 26px;
	min-width: 26px;
	width: 26px;
}

.ui-icon-lg:after {
	background-size: 22px;
}

.ic-close:after,
.ic-delete:after,
input[type="image"][src=""].ic-close,
input[type="image"][src=""].ic-delete {
	background-image: url(images/ic_delete.svg);
}

[class*="ic-"] {
    display: inline-block;
    margin: 5px;
}

button[class*="ic-"]:hover,
button:active {
	background-color: #f0f0f0;
	color: #e35e24;
	cursor: pointer;
	text-decoration: none
}

/*THEME ICONS*/

.ic-error:after {
    background-image: url(images/ic_error.svg);
}

.ic-info:after {
    background-image: url(images/ic_info.svg);
}

.ic-success:after {
    background-image: url(images/ic_success.svg);
}

.ic-warning:after {
    background-image: url(images/ic_warning.svg);
}

.icon-msg {
    background-position: center top;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 5;
}
 
.icon-msg-warning {
    background: url(images/ic_warning.svg) no-repeat center top/auto 100%;
}
 
.icon-msg-error {
    background: url(images/ic_error.svg) no-repeat center top/auto 100%;
}
 
.icon-msg-info {
    background: url(images/ic_info.svg) no-repeat center top/auto 100%;
}
 
.icon-msg-success {
    background: url(images/ic_success.svg) no-repeat center top/auto 100%;
}
 
.icon-msg-warning {
    background: url(images/ic_warning.svg) no-repeat center top/auto 100%;
}

.line {
    display: flex;
    align-items: center;
    padding-top: 0.7815rem;
}

.line-after {
    content: "";
    background: #949494;
    height: 1px;
    width: 50%;
}

.line-text {
    padding: 0 1rem;
}

.line-before {
    background: #949494;
    height: 1px;
    width: 50%;
}

.coord-card {
	-ms-flex-pack: distribute;
	background-color: #fff;
	border-radius: .375rem;
	box-sizing: border-box;
	gap: .25rem;
	justify-content: space-around;
	padding: .5rem;
	row-gap: .5rem;
	width: 100%;
}

.coord-card-wrapper {
	border: solid 1px #ccc;
	border-radius: 2px;
	width: calc(20% - .5rem)
}

.coord-card-item {
	color: #231f20;
	font-size: .875rem;
	padding: .125rem;
	text-align: center;
	width: 100%;
}

.coord-card-item:nth-child(odd) {
	background-color: #fcecd2;
}

.coord-card-item:nth-child(even) {
	background-color: #fdfdfd;
	font-weight: bold;
}