﻿@font-face {
    font-family: 'unimed_sansregular';
    src: url('../fonts/unimedsans-regular-webfont.eot');
    src: url('../fonts/unimedsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unimedsans-regular-webfont.woff2') format('woff2'), url('../fonts/unimedsans-regular-webfont.woff') format('woff'), url('../fonts/unimedsans-regular-webfont.ttf') format('truetype'), url('../fonts/unimedsans-regular-webfont.svg#unimed_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabbold';
    src: url('../fonts/unimedslab-bold-webfont.eot');
    src: url('../fonts/unimedslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unimedslab-bold-webfont.woff2') format('woff2'), url('../fonts/unimedslab-bold-webfont.woff') format('woff'), url('../fonts/unimedslab-bold-webfont.ttf') format('truetype'), url('../fonts/unimedslab-bold-webfont.svg#unimed_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slablight';
    src: url('../fonts/unimedslab-light-webfont.eot');
    src: url('../fonts/unimedslab-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unimedslab-light-webfont.woff2') format('woff2'), url('../fonts/unimedslab-light-webfont.woff') format('woff'), url('../fonts/unimedslab-light-webfont.ttf') format('truetype'), url('../fonts/unimedslab-light-webfont.svg#unimed_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'unimed_sansregular' !important;
    background-color: #F1F3F4;
}

.bg-login {
    background: url('../images/bg-green.jpg');
    background-size: cover;
    min-height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1, h2, h3, h4 {
    font-family: 'unimed_slabbold' !important;
}

.ui.grid.container {
    width: 90vw !important;
}

.trumbowyg {
    background-color: #FFF;
}

/* Toast Nativo FUI */

.toast_success {
    background-color: #fcfff5 !important;
    color: #2c662d !important;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
}

.toast_error {
    background-color: #fff6f6 !important;
    color: #9f3a38 !important;
    box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}

.toast_alert {
    background-color: #fffaf3 !important;
    color: #573a08 !important;
    box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}

.toast_info {
    background-color: #f8ffff !important;
    color: #276f86 !important;
    box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}

.ui.toast-container .toast-box > .attached.progress .bar {
    opacity: 0.3 !important;
    filter: alpha(opacity=30) !important;
}

.ui.toast-container .toast-box > .attached.progress.bottom {
    margin: -.3em -1px -.01em;
}
