﻿
html {
    color: #000;
    background-color: #e9e9e9;
    border: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: 12px;
    font-weight: inherit;
    outline: none;
}

input, textarea, select {
    font-size: 100%;
}

legend {
    color: #000;
}

html, body, .CorpoPagina {
    font-family: 'Segoe UI Light', 'Segoe UI Leve', 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

a {
    text-decoration: none;
    color: white;
}

    a:visited {
        color: white;
    }


body {
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: static;
    top: auto;
    border-top-color: #000;
}

Table {
    border: none;
    border-style: none;
    width: 100%;
}

tr {
}

td {
    padding-right: 10px;
}

h2 {
    font-size: 14px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

#body {
    margin: 0 auto;
    width: 95%;
    padding-left: 2%;
    padding-right: 2%;
}

.pager {
    clear: both;
    text-align: center;
    vertical-align: middle;
}

.main-content {
    /*background: url("http://nas1sistemas.com.br/c_imagens/logo.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 0px;
}

.featured + .main-content {
    /*background: url("Imagens/heroAccent.png") no-repeat;*/
}


/*
	====================================================================================================================
    ============================================CABEÇALHO===============================================================
    ====================================================================================================================
*/
.Header {
    clear: both;
    text-align: center;
    vertical-align: middle;
    min-height: 65px;
    background-color: #1a1a1a;
    padding-left: 15px;
    padding-right: 15px;
}

.CabecalhoLogo {
    padding: 25px;
    float: left;
    background: url('Imagens/logo.png') no-repeat;
    width: 152px;
    height: 45px;
    margin-right: 15px;
    margin-top: 10px;
}

.CabecalhoMenu {
    font-size: 14px;
    font-weight: lighter;
    vertical-align: middle;
    float: right;
}

aMenu, li {
    display: inline-block;
    border: #890000 solid thin;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    padding: 35px 5px 5px 5px;
    color: #FFFFFF;
    text-decoration: none;
}

    .aMenu:hover, li:hover {
        line-height: 25px;
        text-decoration: underline;
        cursor: pointer;
    }

.active, .active:visited, .active:hover {
    background-color: white;
    color: #890000;
    font-size: 14px;
    font-size-adjust: 0.50;
    line-height: 25px;
    font-weight: bold;
    padding: 50px 5px 5px 5px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
}

#PanelCentral {
    border-left: 3px solid #CC3300;
    border-right: 2px double #999999;
    border-top: 3px solid #CC3300;
    border-bottom: 2px double #999999;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
}

#PanelCentralSub {
    border-left: 3px solid #CC3300;
    border-right: 2px double #999999;
    border-top: 3px solid #CC3300;
    border-bottom: 2px double #999999;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, #CC3300 0%, rgb(232, 232, 232) 70%);
    background: -webkit-linear-gradient(90deg, #CC3300 0%, rgb(232, 232, 232) 70%);
    background: -o-linear-gradient(90deg, #CC3300 0%, rgb(232, 232, 232) 70%);
    background: -ms-linear-gradient(90deg, #CC3300 0%, rgb(232, 232, 232) 70%);
    background: linear-gradient(180deg, #CC3300 0%, rgb(232, 232, 232) 70%);
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
}

.PanelSubMenu {
    border-left: 6px solid #FFF;
    border-right: 2px double #FFF;
    border-top: 6px solid #FFF;
    border-bottom: 2px double #FFF;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, #e9e9e9 0%, rgb(232, 232, 232) 70%);
    background: -webkit-linear-gradient(90deg, #e9e9e9 0%, rgb(232, 232, 232) 70%);
    background: -o-linear-gradient(90deg, #999999 0%, rgb(232, 232, 232) 70%);
    background: -ms-linear-gradient(90deg, #e9e9e9 0%, rgb(232, 232, 232) 70%);
    background: linear-gradient(180deg, #e9e9e9 0%, rgb(232, 232, 232) 70%);
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
}

/*estrutura*/
#PanelPesquisa {
    padding: 5px;
    float: left;
    width: 100%;
    text-align: left;
}

.PanelPesquisa {
    max-height: 110px;
    padding: 5px;
    float: left;
    width: 100%;
    text-align: left;
}

#PanelBotoes {
    background-color: #424242;
    height: 45px;
    width: 100%;
    margin: 0;
    margin-left: 5px;
}


#PanelFormaPagemnto {
    background-color: #424242;
    height: 60px;
    width: 100%;
    margin: 0;
    margin-left: 5px;
}

.panelBotoesModal {
    width: 44%;
    height: 5%;
    background-color: transparent;
    padding: 5px;
    text-align: right;
    vertical-align: bottom;
    float: right;
}

    .panelBotoesModal input[type="submit"],
    input[type="button"],
    button {
        max-width: 40%;
    }


.PanelFormulario {
    height: 20%;
    margin-left: 15px;
    width: 98%;
}

.PanelFormularioPP {
    height: 10%;
    margin-left: 15px;
    width: 98%;
}

.PanelTitulo {
    background-color: #c30;
    box-shadow: -1px -1px 1px 1px #FFF;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin: 5px;
    border-bottom: 2px double #999999;
    height: 5%;
    text-align: center;
    width: 100%;
}

.PanelTitulo2 {
    background-color: #3f3f3e;
    box-shadow: -1px -1px 1px 1px #FFF;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin: 5px;
    border-bottom: 2px double #999999;
    height: 5%;
    text-align: center;
    width: 100%;
}

.BotoesAcao {
    background-color: white;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 115px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    margin: 5px;
    margin-left: 10px;
}

    .BotoesAcao:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
        background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background-color: #e9e9e9;
    }

    .BotoesAcao:active {
        position: relative;
        top: 1px;
    }

.ImageButton {
    vertical-align: middle;
    padding-right: 5px;
    width: 22px;
    height: 22px;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: -5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
    color: #000;
}

    .mGrid td {
        padding: 2px;
    }

    .mGrid th {
        padding: 10px 2px;
        color: #fff;
        background: #424242 url('Imagens/grd_head.png') repeat-x top;
        border-left: solid 1px #525252;
        font-size: 0.9em;
        font-weight: bold;
        text-align: center;
    }

    .mGrid .alt {
        background: #fcfcfc url('Imagens/grd_alt.png') repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url('Imagens/grd_pgr.png') repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #890000;
            text-decoration: none;
            font-weight: bold;
        }

            .mGrid .pgr a:hover {
                color: #FFF;
                text-decoration: none;
            }

    .mGrid a {
        color: #890000;
        font-weight: bold;
        text-decoration: underline;
        font-weight: bold;
        text-align: center;
    }

        .mGrid a:hover {
            color: #000;
            text-decoration: none;
        }
/*estrutura*/
.PanelEditar {
    padding: 5px;
    width: 100%;
    text-align: left;
    max-height: 330px;
}


.PanelEditarLeft {
    padding: 5px;
    float: left;
    width: 45%;
    text-align: left;
    display: inline;
    max-height: 330px;
}

.PanelEditarRigth {
    padding: 5px;
    float: right;
    width: 45%;
    text-align: left;
    max-height: 330px;
}

.PanelBotoesRight {
    padding: 5px;
    float: right;
    width: 45%;
    text-align: right;
    max-height: 330px;
}


.PanelFormaPagamentoLeft {
    padding: 5px;
    float: left;
    width: 80%;
    text-align: left;
    display: inline;
    max-height: 330px;
}

.PanelFormaPagamentoRight {
    padding: 5px;
    float: right;
    width: 15%;
    text-align: left;
    max-height: 330px;
}

.PanelLabel {
    float: left;
    width: 100%;
    padding-top: 3px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
}

.PanelText {
    float: left;
    width: 96%;
    font-size: 12px;
    display: inline-block;
}




.PanelSelect {
    float: left;
    width: 95%;
    font-size: 12px;
    display: inline-block;
}

select {
    float: left;
    width: 100%;
    height: 2%;
    font-size: 12px;
    display: inline-block;
}

.PanelFormaPagamentoLabel {
    float: left;
    padding-top: 7px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-align: right;
    padding-left: 10px;
}

.PanelFormaPagamentoText {
    float: left;
    font-size: 12px;
}

.TotalVenda {
    font-size: 16px;
    font-weight: bold;
}

.PanelEdicao {
    position: absolute;
    background-color: #e8e8e8;
    width: 50%;
    height: 45%;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    border-left: 3px solid #1a1a1a;
    border-right: 2px double #999999;
    border-top: 3px solid #1a1a1a;
    border-bottom: 2px double #999999;
    box-shadow: 1px 1px 5px 5px rgb(128, 128, 128);
    overflow: scroll;
    text-align: left;
}

.imButton {
    width: 22px;
    height: 22px;
}

#PanelGrid {
    padding: 5px;
    float: left;
    width: 100%;
}

.PanelGrid {
    padding: 5px;
    float: left;
    width: 100%;
}

.subMenu {
    width: 10%;
    display: inline-block;
    border: #3f3f3e solid 3px;
    background: #3f3f3e;
    font-size: 16px;
    line-height: 15px;
    font-weight: 200;
    margin-left: 3px;
    margin-bottom: 0.5px;
    padding-top: 10px;
    height: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

    .subMenu:hover {
        border: #CC3300 solid 3px;
        background-color: #CC3300;
        cursor: pointer;
    }

.subMenuActive {
    width: 10%;
    display: inline-block;
    border: #CC3300 solid 3px;
    background-color: #CC3300;
    font-size: 16px;
    line-height: 15px;
    font-weight: 200;
    margin-left: 3px;
    margin-bottom: 0.5px;
    padding-top: 10px;
    height: 30px;
    color: #FFFFFF;
    text-decoration: none;
}



.subMenu2 {
    width: 10%;
    display: inline-block;
    border: #666666 solid 3px;
    background: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    font-weight: 200;
    margin-left: 3px;
    margin-bottom: 0.5px;
    padding-top: 10px;
    height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

    .subMenu2:hover {
        border: #FFF solid 3px;
        background-color: #FFF;
        color: black;
        cursor: pointer;
    }

.subMenu2Active {
    width: 10%;
    display: inline-block;
    border: #FFF solid 3px;
    background-color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    font-weight: 200;
    margin-left: 0px;
    margin-bottom: 0.5px;
    padding-top: 10px;
    height: 20px;
    text-decoration: none;
    text-align: center;
}


footer {
    margin-top: 5px;
    clear: both;
    background-color: #C0C0C0;
    font-size: .8em;
    height: 30px;
    text-align: center;
}

/* login
----------------------------------------------------------*/
.PanelLogin {
    padding-top: 5px;
    padding-left: 5px;
    display: inline-block;
    text-align: left;
    width: 15%;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    margin-top: 2px;
    background-color: #fff;
    color: black;
    text-align: left;
    font-size: large;
    margin-left: 5px;
}

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
        color: black;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    color: black;
    height: 25px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
        color: black;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
        color: black;
    }


input[type="checkbox"] {
    font-size: 12px;
    background: transparent;
    margin: 5px;
    border: inherit;
    width: auto;
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 40px;
    max-height: 150px;
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFFF99;
}

.message-success {
    color: #006666;
    font-size: 18px;
    font-weight: bold;
    background-color: #CCFFFF;
}

#pnMensagem {
    height: 15px;
    text-align: center;
    font-weight: bold;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin-top: -90px;
    margin-left: 10%;
    margin-right: 10%;
    position: absolute;
    width: 75%;
    padding: 7px 4px 7px 4px;
    background-repeat: no-repeat;
    background-position: 0px center;
    height: 20PX;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.message-Error {
    color: #e80c4d;
}


.messageError {
    border: 1px solid;
    margin-left: 10%;
    margin-right: 10%;
    position: absolute;
    width: 75%;
    padding: 7px 4px 7px 4px;
    background-repeat: no-repeat;
    background-position: 0px center;
    height: 20PX;
    text-align: center;
    background-color: #FEEFB3;
    color: #e80c4d;
}

.messageSuccess {
    border: 1px solid;
    margin-left: 10%;
    margin-right: 10%;
    position: absolute;
    width: 75%;
    padding: 7px 4px 7px 4px;
    background-repeat: no-repeat;
    background-position: 0px center;
    height: 20PX;
    text-align: center;
    color: #4F8A10;
    background-color: #DFF2BF;
}


#pnMensagemMaster {
    margin-top: -3px;
    height: 18px;
    text-align: center;
    font-weight: bold;
}

.infoMaster, .successMaster, .warningMaster .errorMaster, .validationMaster {
    border: 1px solid;
    margin: 4px 0px;
    padding: 10px 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.infoMaster {
    color: #00529B;
    background-color: #BDE5F8;
}

.successMaster {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.warningMaster {
    color: #9F6000;
    background-color: #FEEFB3;
}

.errorMaster {
    color: #D8000C;
    background-color: #FFBABA;
}

.Busca {
    color: #7ac0da;
    font-size: 15px;
    font-weight: bold;
    width: 200px;
    margin: 0px 0 10px 0;
    text-align: right;
}


/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme {
    width: 100%;
    margin-left: 5px;
}



    .ajax__tab_msngallery-theme .ajax__tab_header {
        font-size: 12px;
        display: block;
    }


        .ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer {
            width: 100px;
            display: inline-block;
            border: #3f3f3e solid 3px;
            background: #3f3f3e;
            font-size: 16px;
            line-height: 15px;
            font-weight: 200;
            margin-left: 3px;
            margin-top: 20px;
            padding-top: 5px;
            height: 25px;
            color: #FFFFFF;
            text-decoration: none;
            position: static;
            text-align: center;
            float: left;
        }


    .ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer {
        width: 100px;
        display: inline-block;
        border: #CC3300 solid 3px;
        background-color: #CC3300;
        font-size: 16px;
        line-height: 15px;
        font-weight: 200;
        margin-left: 3px;
        margin-bottom: 0.5px;
        padding-top: 5px;
        height: 25px;
        color: #FFFFFF;
        text-decoration: none;
        text-align: center;
    }

    .ajax__tab_msngallery-theme .ajax__tab_body {
        min-height: 280px;
        width: 95%;
        border-left: 3px solid #CC3300;
        border-right: 2px double #999999;
        border-top: 3px solid #CC3300;
        border-bottom: 2px double #999999;
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
        background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
        background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
        background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
        background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(232, 232, 232) 70%);
        padding: 15px;
        text-align: left;
    }



/*FECHAR CAIXA*/


.CaixaEntradas {
    background-color: #4F8A10;
    color: #ffffff;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    width: 100%;
    margin: 0;
}

.mGridEntradas {
    width: 100%;
    background-color: #fff;
    margin: -5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
    color: #000;
}

    .mGridEntradas td {
        padding: 2px;
        font-size: 13px;
        font-weight: bolder;
    }

    .mGridEntradas th {
        padding: 10px 2px;
        color: #fff;
        background: #4F8A10 repeat-x top;
        border-left: solid 1px #525252;
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
    }

    .mGridEntradas .alt {
        background: #666666 url('Imagens/grd_alt.png') repeat-x top;
    }

    .mGridEntradas .pgr {
        background: #666666 url('Imagens/grd_pgr.png') repeat-x top;
    }

        .mGridEntradas .pgr table {
            margin: 5px 0;
        }

        .mGridEntradas .pgr td {
            border-width: 0;
            padding: 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
            font-size: 15px;
        }

        .mGridEntradas .pgr a {
            color: #890000;
            text-decoration: none;
            font-weight: bold;
        }

            .mGridEntradas .pgr a:hover {
                color: #FFF;
                text-decoration: none;
            }

    .mGridEntradas a {
        color: #890000;
        font-weight: bold;
        text-decoration: underline;
        font-weight: bold;
        text-align: center;
    }

        .mGridEntradas a:hover {
            color: #000;
            text-decoration: none;
        }

.CaixaSaidas {
    background-color: #890000;
    color: #ffffff;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    width: 100%;
    margin: 0;
}

.mGridSaidas {
    width: 100%;
    background-color: #fff;
    margin: -5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
    color: #000;
}

    .mGridSaidas td {
        padding: 2px;
        font-size: 13px;
        font-weight: bolder;
    }

    .mGridSaidas th {
        padding: 10px 2px;
        color: #fff;
        background: #890000 repeat-x top;
        border-left: solid 1px #525252;
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
    }

    .mGridSaidas .alt {
        background: #fcfcfc url('Imagens/grd_alt.png') repeat-x top;
    }

    .mGridSaidas .pgr {
        background: #424242 url('Imagens/grd_pgr.png') repeat-x top;
    }

        .mGridSaidas .pgr table {
            margin: 5px 0;
        }

        .mGridSaidas .pgr td {
            border-width: 0;
            padding: 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGridSaidas .pgr a {
            color: #890000;
            text-decoration: none;
            font-weight: bold;
        }

            .mGridSaidas .pgr a:hover {
                color: #FFF;
                text-decoration: none;
            }

    .mGridSaidas a {
        color: #890000;
        font-weight: bold;
        text-decoration: underline;
        font-weight: bold;
        text-align: center;
    }

        .mGridSaidas a:hover {
            color: #000;
            text-decoration: none;
        }


.CaixaFechar {
    background-color: #424242;
    color: #ffffff;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    width: 100%;
    margin: 0;
}

.mGridFechar {
    width: 100%;
    background-color: #fff;
    margin: -5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
    color: #000;
}

    .mGridFechar td {
        padding: 2px;
        font-size: 13px;
        font-weight: bolder;
    }

    .mGridFechar th {
        padding: 10px 2px;
        color: #fff;
        background: #424242 url('Imagens/grd_head.png') repeat-x top;
        border-left: solid 1px #525252;
        font-size: 13px;
        font-weight: bolder;
        text-align: center;
    }

    .mGridFechar .alt {
        background: #fcfcfc url('Imagens/grd_alt.png') repeat-x top;
    }

    .mGridFechar .pgr {
        background: #424242 url('Imagens/grd_pgr.png') repeat-x top;
    }

        .mGridFechar .pgr table {
            margin: 5px 0;
        }

        .mGridFechar .pgr td {
            border-width: 0;
            padding: 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGridFechar .pgr a {
            color: #890000;
            text-decoration: none;
            font-weight: bold;
        }

            .mGridFechar .pgr a:hover {
                color: #FFF;
                text-decoration: none;
            }

    .mGridFechar a {
        color: #890000;
        font-weight: bold;
        text-decoration: underline;
        font-weight: bold;
        text-align: center;
    }

        .mGridFechar a:hover {
            color: #000;
            text-decoration: none;
        }


.BotoesAcaoCliente {
    background-color: white;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    width: 115px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
    margin: 5px;
    margin-left: 10px;
}

    .BotoesAcaoCliente:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
        background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
        background-color: #e9e9e9;
    }

    .BotoesAcaoCliente:active {
        position: relative;
        top: 1px;
    }



.ingresso {
    text-align: center;
}

    .ingresso #lvImgA {
        margin-top: 260px;
        width: 280px;
    }

    .ingresso #lvImgB {
        padding-left: 85px;
        position: static;
        margin-top: -290px;
    }

        .ingresso #lvImgB img {
            width: 160px;
        }

    .ingresso #lvPedido {
        font-weight: bold;
        font-size: 8px;
        color: white;
        padding-top: 155px;
        padding-right: 15px;
    }

    .ingresso #lvEmail {
        font-weight: bold;
        font-size: 115%;
        padding: 20px;
        right: 5%;
    }

    .box-album {
	-moz-border-radius:0px 0px 8px 8px;
	-moz-box-shadow:-1px 1px 1px #d6a41d;
	-webkit-border-radius:0px 0px 8px 8px;
	-webkit-box-shadow:-1px 1px 1px #d6a41d;
	background-color:#fed559;
	border-radius:0px 0px 8px 8px;
	box-shadow:-1px 1px 1px #d6a41d;
	float:left;
	margin-left:15px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
	width:270px
}

.box-amarelo-claro{
	padding-bottom: 30px;
}

.box-album .capa-album{
	overflow: hidden;
	position: relative;
	height: 343px;
	width: 270px;
}

.box-album .capa-album .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 8;
	-khtml-opacity:0.40;
	-moz-opacity:0.40;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	background-color:#000;
	display:none;
	filter:alpha(opacity=40);
	opacity:0.40;
}


.box-album .capa-album img {
	height:343px;
	position:relative;
	width:343px;
	left: 50%;
	margin-left: -171px;
}

.box-album .capa-album.menor{
	height: 220px;
	overflow: hidden;
	position: relative;
}

.box-album .capa-album.menor img{
	width: 270px;
	height: 270px;
	left: 0px;
	margin-left: 0px;
	margin-top: -25px;
}

.box-album .icones-home {
	background-position:-86px 0px;
	margin-top:-42px;
	position:relative;
	color:#651300;
	font-size:11px;
	text-align:center;
	line-height:65px;
	font-family:Arial;
	font-weight: bold;
	background-color: #ffd041;
	z-index: 9;
}
.box-album .titulo{
	color:#540303;
	font-size:16px;
	margin:15px auto 12px;
	width:236px;
	font-weight: 600;
	height: 52px;
	overflow: hidden;
}
.box-album .ver-fotos{
	background-color: #ffdc73;
	width: 100%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #76140a;
	font-weight: 600;
}
.data-fotos{
	clear: both;
	float: left;
	margin-left: 25px;
	margin-top: -46px;
	font-size: 17px;
	color: #6e1d07;
	width: 800px;
}
.box-content-pattern hr{
	border-bottom: solid 1px #6e1d07;
	float: left;
	width: 635px;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 3px;
}
.box-content-pattern .titulo{
	height:auto;
	margin-top: 2px;
}
.resumo-fotos{
	clear: both;
	margin-left: 25px;
	font-size: 15px;
	color: #6e1d07;
}
.texto-fotos{
	clear: both;
    padding:15px;
	width: 100%;
    line-height:15px;
	font-size: large;
    text-align:center;
    text-transform:uppercase;
    font-weight:900;
}
.titulo{
    padding:15px;
    text-align:center;
    font-size:x-large;
    text-transform:uppercase;
    font-weight:bolder;
}

.sombra-galleria{
	background-image: url(https://wconfignas.azurewebsites.net/c_radio/imagens/sombra-galerias.png);
	width: 855px;
	height: 200px;
	margin-top: -97px;
}

.data-video{
    margin-left: 20px;
}

.texto-video{
    margin-left: 20px;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 998; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    margin-top: 65px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.box-Foto2 img{
    
    cursor:zoom-in;
}
html{
    min-width:1024px !important;
}