﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #ffefd5;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-content-Sem-Header {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.MargPagina {
    margin: 5px !important;
}

.MargPaginaSemTitulo {
    margin: 5px !important;
    margin-top: 20px !important;
}

/* define Panel Header Grid */
.MargBarraControles {
    margin: 5px !important;
    margin-top: -15px !important;
}

.SeparadorItemSemTitulo {
    margin: 5px !important;
    width: auto;
}

.SeparadorItem {
    margin: 5px !important;
    margin-top: -10px !important;
    width: auto;
}

.SeparadorControles {
    margin-top: -15px !important;
    width: auto;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#loader {
    position: fixed;
    left: 1px;
    top: 1px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgb(249,249,249);
}

.ajax-notifications {
    height: 365px;
    display: block;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    background: #E9E9E9;
}

    .ajax-notifications .alert.alert-transparent {
        background-color: transparent;
        border-color: transparent;
        color: #757575;
        margin: 13px 10px;
    }

    .ajax-notifications .alert > :first-child {
        margin-bottom: 10px;
        font-weight: 400;
    }

.ajax-dropdown > :last-child {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-weight: 400;
}

.ajax-dropdown .fa-4x.fa-border {
    border-width: 3px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 46px;
    text-align: center;
    color: #D1D1D1;
    border-color: #D1D1D1;
}

.ajax-notifications .alert.alert-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #757575;
    margin: 13px 10px;
}

.DivCircular {
    border-radius: 50%;
}

.dx-form-group-caption{
    color:maroon;
}

.dx-datagrid-headers .dx-header-row {
    background-color: #CC6666;
    color: #ffff99;
}

/*.dx-field-item-label-text {
    color: #330099;
}

.dx-overlay-content {
    background: #CC6666 !important;
    color: #ffff99;
}

.dx-item-content .dx-toolbar-item-content {
    color: #ffff99;
}*/

.dx-popup-title {
    background-color: #CC6666 !important;
    color: #ffff99 !important;
}
.dx-popup-content {
    background-color: #ffefd5;
    padding: 24px;
}
