﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 10px;
    background-image: url("../Images/Back-base.png");
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.mGrid {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px;
    border: solid 1px #525252;
    border-collapse: collapse;
}

.mGrid td {
    padding: 2px;
    border: solid 1px #C1C1C1;
    color: #717171;
}

.mGrid th {
    padding: 4px 4px 0px 4px;
    color: #717171;
    background: #F2F2F2;
    border: solid 1px #C1C1C1;
    font-weight: normal;
}

.mGrid th a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    color: #717171;
}

.mGrid .alt {
    background: #EFFBF8;
}

.mGrid .pgr {
    background: #F2F2F2;
    border: solid 1px #C1C1C1;
}

.mGrid .pgr table {
    margin: 5px;
}

.mGrid .pgr td {
    padding: 1px 6px 1px 0px;
    border: solid 0px #C1C1C1;    
    line-height: 13px;        
    font-weight: bold;
    font-size: 15px;    
}

.mGrid .pgr td span {
    color: #FFFFFF;
    background-color: #666666;
    font-size: 16px;
    padding: 1px 3px 1px 3px;
}

.mGrid .pgr a:link, a:visited, a:active, a:hover {
    color: #666;
    text-decoration: none;
}

a:link.linksimples, a:visited.linksimples {
    text-decoration: none;
    color: #000000;
}

a:hover.linksimples {
    text-decoration: underline;
    color: #0c2577;
}

a:active.linksimples {
    text-decoration: none;
}

.bs-form-row {
    margin-top: 5px;
}

.bs-label-row {
    margin-top: 5px;
}

.bs-barra-sup2 {
    background-image: url("../Images/Back-menu-2.png");
    background-repeat: repeat;
}

.bs-barra-sup3 {
    background-image: url("../Images/Back-menu-3.png");
    background-repeat: repeat;
}

.bs-menu {
    font-size: 14px;
}

.bs-ddlist {
    font-size: 12px;
}

.gridviewbutton {
    cursor: pointer !important;
}

.back-login {
    background-image: none;    
}

.label-info-blue {
    color: #08088A;
    font-weight: bold;
}

span.radio-list > input[type="radio"] {    
    margin: 7px 0px 0px 0px;
}

span.radio-list > label {
    margin: -5px 7px 0px 7px;
}

.loaderwait {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .5;
    background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    display: none;
}

