﻿.page-header.navbar .page-logo {
    background: #011832;
}

@media(max-width:767px) {
    .page-header.navbar {
        background: #0C2066;
    }
}

.page-header.navbar {
    background: #011832;
    border-bottom: 1px solid #0C2066;
}

    .page-header.navbar .search-form {
        background: #0C2066;
    }

.table {
    border: 1px solid #dddddd !important;
}

    .table thead tr th {
        font-size: 22px;
        font-weight: 600;
    }

    .table td, .table th {
        font-size: 22px;
    }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd !important;
    /*border-right-width: 1px !important;
        border-left-width: 0px !important;*/
}

/*xs*/
@media (max-width: 768px) {
    input[type=text] {
        font-size: 24px !important;
        height: 70px !important;
    }

    input[type=password] {
        font-size: 24px !important;
        height: 70px !important;
    }

    input[type=number] {
        font-size: 24px !important;
        height: 70px !important;
    }

    textarea {
        font-size: 24px !important;
    }

    button {
        font-size: 24px !important;
        min-height: 70px !important;
    }

    a {
        font-size: 24px !important;
        min-height: 50px !important;
    }

        a i {
            font-size: 24px !important;
        }
}
/*sm*/
@media (min-width: 768px) and (max-width: 992px) {
    input[type=text] {
        font-size: 32px !important;
        height: 70px !important;
    }

    input[type=password] {
        font-size: 32px !important;
        height: 70px !important;
    }

    input[type=number] {
        font-size: 32px !important;
        height: 70px !important;
    }

    textarea {
        font-size: 32px !important;
    }

    button {
        font-size: 32px !important;
        min-height: 70px !important;
    }

    a {
        font-size: 26px !important;
        min-height: 50px !important;
    }

        a i {
            font-size: 24px !important;
        }
}
/*md*/
@media (min-width: 992px) and (max-width: 1200px) {
}
/*lg*/
@media (min-width: 1200px) {
}


.control-label {
    margin-top: 1px;
    font-weight: 400;
    font-size: 32px !important;
}

.portlet.light > .portlet-title > .caption {
    margin-top: 5px;
    padding: 20px 0;
    font-size: 32px;
}

    .portlet.light > .portlet-title > .caption > i {
        color: #777;
        font-size: 32px;
        font-weight: 300;
        margin-top: 3px;
    }

.datetimepicker table {
    margin: 0;
    width: 500px;
}

    .datetimepicker table td {
        color: #000;
        font-weight: 300 !important;
        /*padding-left: 100px !important;*/
    }

.datetimepicker .datetimepicker-day span {
    padding-top: 10px;
    height: 50px;
    line-height: 26px;
    font-size: 30px;
}

.datetimepicker .datetimepicker-minutes span {
    padding-top: 10px;
    height: 50px;
    line-height: 26px;
    font-size: 30px;
}

.datetimepicker .datetimepicker-hours span {
    padding-top: 10px;
    height: 50px;
    line-height: 26px;
    font-size: 30px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
    font-size: 22px;
}

.block-spinner-bar > div, .page-spinner-bar > div {
    background: #6fa7d7;
}
/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.oculto {
    visibility: hidden;
    height: 0;
}

.close {
    float: right;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #D6251F;
    text-shadow: 0 0 0 #D6251F;
    filter: alpha(opacity=90);
    opacity: .9;
}

p {
    font-size: 18px;
}
