

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
*:not(i):not(.e-icon) {
	font-family: 'Open Sans', sans-serif !important;
}

.card-item {
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 94px;
    background: #ffffff;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px !important;
}

.border-top {
    border-top: 5px #fff solid !important;
}

.agents-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}



.red {
    color: #e06e6e;
}

.green {
    color: #89d096;
}

.blue {
    color: #0188cc;
}

.yellow {
    color: #c49f47;
}

.border-top-red {
    border-top: 2px #e06e6e solid !important;
}

.border-top {
    border-top: 5px #fff solid !important;
}

.font-blue-madison {
    color: #0188cc !important;
}

.font-red-thunderbird {
    color: #e06e6e !important;
}

.font-green {
    color: #89d096 !important;
}

.font-blue-oleo {
    color: #94A0B2 !important;
}