﻿@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Content/font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../Content/font/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../Content/font/Roboto-Bold.ttf') format('truetype');
}

.alert i span {
    font-family: Arial, sans-serif;
}

.tituloNav {
    float: left;
    color: #fff;
    margin-left: 25px;
    margin-top: 12px;
    font-size: 22px;
    font-weight: 300;
}

.ace-nav > li > a {
    background-color: #535456;
}

    .ace-nav > li > a:hover {
        background-color: #A2A4A7;
    }

.main-content {
    margin-left: 0px;
}


div.bootbox.modal.fade.in {
    z-index: 1070;
}

    div.bootbox.modal.fade.in + div {
        z-index: 1060;
    }

.no-float {
    float: none !important;
}
