﻿@charset

utf-8;
/*
* Contribui��o (Projeto m2brDialog)
*
** For�a a exibi��o de 100% da div m2brOverlay no IE6 devido a bug de renderiza��o
*
** html, body { height: 100%; }
** html div#m2brOverlay { height: 100%; }
*
*
* @by R�mulo Alves (romulo@logmania.net)
* 25-11-2008 �s 20:39hs
*/
/*html, body {
    height: 100%;
}*/

* html div#m2brOverlay {
    height: 100%;
}

div > div#m2brDialogJanela, div > div#m2brOverlay {
    position: fixed;
    padding-bottom: 20px;
}

div#m2brOverlay {
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: absolute;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    background: #000;
    top:0;
}

.hTituloAlert {
    font-size: 18px;
        margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    color:#313131
}

.hAlertItens {
    font-size: 16px;
        margin: 5px;
   color: #696565;
    font-weight: 100;
}

div#m2brDialogJanela {
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 999999;
    font: 11.5px Arial, Helvetica, Tahoma, sans-serif;
    position: absolute;
    /*border: 1px solid #161515;*/
    /*background: #33689a;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


    div#m2brDialogJanela h2 {
        letter-spacing: 1px;
        height: 15px;
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
        margin: 0;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        padding: 6px 0px 3px 0px!important;
    }

        div#m2brDialogJanela h2 a#m2brDialogFechar {
            display: block;
            float: right;
            width: 15px;
            height: 15px;
            margin-top: 4px;
            margin-right:8px;
            background: url(fechar.png) no-repeat;
            background-size: 12px 12px;
        }

div#m2brDialogJanela-texto {
    font-weight: 700;
    font-size: 12.5px;
    margin: 110px 40px 0 40px;
    text-align: left;
}

div#m2brDialogJanela-botoes {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

    div#m2brDialogJanela-botoes button {
        font-weight: normal;
        width: 105px;
        margin:  5px;
        height: 45px;
        padding: 5px 0;
        vertical-align: middle;
        background: #fff;
        color: #696565;
        border: 1px solid #696565;
        border-radius:6px;
        -webkit-border-radius: 6px;
    }

        div#m2brDialogJanela-botoes button:hover {
            border: 1px solid #000;
            background-color: #fff;
            color:#000;
            font-weight:500!important;
            text-decoration:underline;
        }

    div#m2brDialogJanela-botoes div.carregando {
        background: url(m2brloading3.gif) no-repeat;
        border: none!important;
        width: 62px;
        height: 13px;
        margin: 0 auto;
    }

div#m2brDialogJanela.m2brDialog-alerta {
    background: #fff url(m2bralerta.png) no-repeat 12px 40px;
    background-position-x: center;
    border-top: 5px solid #e37c38;
}

div#m2brDialogJanela.m2brDialog-erro {
    background: #fff url(m2brerro.png) no-repeat 12px 40px;
    background-position-x: center;
    border-top: 5px solid #F27474;
        color: #F27474;
}

div#m2brDialogJanela.m2brDialog-pergunta {
    background: #fff url(m2brpergunta.png) no-repeat 12px 40px;
    background-position-x: center;
    border-top: 5px solid #557bad;
}

div#m2brDialogJanela.m2brDialog-info {
    background: #fff url(m2brinfo.png) no-repeat 12px 40px;
    background-position-x: center;
    border-top: 5px solid #A5DC86;
}
