/* Fuentes */
@font-face{
    font-family: 'Stem-Bold';
    src:url("../fonts/subus/Stem-Bold.otf")
}
@font-face{
    font-family: 'Stem-ExtraLight';
    src:url("../fonts/subus/Stem-ExtraLight.otf")
}
@font-face{
    font-family: 'Stem-Light';
    src:url("../fonts/subus/Stem-Light.otf")
}
@font-face{
    font-family: 'Stem-Medium';
    src:url("../fonts/subus/Stem-Medium.otf")
}
@font-face{
    font-family: 'Stem-Regular';
    src:url("../fonts/subus/Stem-Regular.otf")
}
.navbar-fixed-top{
    position: relative;
}
.container-fluid{
    margin: 0;
    padding: 0;
    /* margin-top: 5vw; */
}
.main{
    padding: 0;
    margin: 0;
}
table{
    overflow-x: auto;
    display: block;
}
.error_form{
    border:1px solid #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url('../images/menu/error.svg');
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.tablesorter-blue{
    border: none !important;
}