﻿* {
    font-family: 'dinregular';
    box-sizing: border-box;
}

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: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}


body {
    background: #f5f5f5;
    font-family: 'dinregular';
    margin: 0px;
    color: #989999;
    font-size: 15px;
    text-transform: uppercase;
}

.BoasVindas {
    position: relative;
    width: 451px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 150px;
}

.Bold {
    font-family: 'din-blackregular';
}

.BoldEspaçado {
    font-family: 'din-blackregular';
    margin-bottom: 5px;
}

h2 {
    font-family: 'din-blackregular';
    font-size: 18px;
    color: #6498bf;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 20px;
    background-image: url("../img/bg-h2.png");
    background-repeat: no-repeat;
    background-position: 0px 19px;
    height: 41px;
    box-sizing: border-box;
}

.subtitulos {
    font-family: 'din-blackregular';
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 6px;
    background-image: url("../img/bg-subtitulos.png");
    background-repeat: no-repeat;
    background-position: 0px 11px;
    height: 41px;
    box-sizing: border-box;
    display: block;
}

h3 {
    font-family: 'din-blackregular';
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 6px;
    background-image: url("../img/bg-subtitulos.png");
    background-repeat: no-repeat;
    background-position: 0px 11px;
    height: 41px;
    box-sizing: border-box;
    display: block;
}

.bodyIndex {
    background: #7abdee url(../img/bg-login.jpg) repeat-y center bottom;
    background-size: cover;
    font-family: 'din-blackregular';
}


.ContainerLogin {
    position: absolute;
    width: 430px;
    height: 403px;
    background-image: url(../img/bg-login.png);
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -215px;
    top: 50%;
    margin-top: -201px;
}



.camposLogin {
    background-color: #f1f1f1;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    outline: none;
    padding: 0px 6px;
    width: 306px;
    margin-bottom: 14px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


input[type="text"] {
    background-color: #f1f1f1;
    color: #777;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    outline: none;
    padding: 0px 6px;
    width: 306px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


input[type="password"] {
    background-color: #f1f1f1;
    color: #777;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    outline: none;
    padding: 0px 6px;
    width: 306px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.campoDesativado {
    background-color: #f1f1f1;
    color: #C3C3C3;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0px 10px;
    width: 314px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}


.campoDesativado378 {
    background-color: #f1f1f1;
    color: #C3C3C3;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0px 10px;
    width: 378px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

textArea {
    background-color: #f1f1f1;
    color: #C3C3C3;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    outline: none;
    padding: 7px 10px;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.textArea {
    background-color: #f1f1f1;
    color: #C3C3C3;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    outline: none;
    padding: 7px 10px;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*
select {
    background-color: #f1f1f1;
    color: #777;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    line-height: 40px;
    outline: none;
    padding: 0px 6px;
	width: 314px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: block;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
*/

select {
    width: 314px;
}

.campoPequenos {
    background-color: #f1f1f1;
    color: #777;
    border: solid 1px #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    outline: none;
    padding: 0px 6px;
    width: 306px;
    margin-bottom: 20px;
    margin-top: 2px;
    display: inherit !important;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    box-shadow: inset 1px 1px 4px 0px rgba(0,0,0,0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.PosicionaCamposLogin {
    position: relative;
    top: 222px;
    margin-left: 60px;
}

.BotaoLogin {
    position: relative;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #909cc0;
    outline: none;
    height: 32px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .BotaoLogin:hover {
    }


/*
.ContainerBody a {
    position: relative;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5788ac;
    outline: none;
    height: 36px;
    line-height: 36px;
    padding: 0px 18px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-bottom: 15px;
    box-sizing: border-box;
}

    .ContainerBody a:hover {
        background-color: #426b8a;
        color: #fff;
    }
*/

.ContainerLogin a {
    position: relative;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5788ac;
    outline: none;
    height: 32px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-bottom: 15px;
    margin-right: 3px;
}

    .ContainerLogin a:hover {
        background-color: #426b8a;
        color: #fff;
    }



.TituloGenerico {
    font-family: 'din-blackregular';
    margin-top: 25px;
    margin-bottom: 10px;
    color: #6876a8;
}

.TituloGenericoWithoutBold {
    font-family: 'dinregular';
    margin-top: 25px;
    margin-bottom: 0px;
    color: #6876a8;
}

.ContainerFooter {
    position: relative;
    width: 100%;
    height: 190px;
    margin-top: 20px;
    padding-top: 90px;
    box-sizing: border-box;
    background: #5996c5 url(../img/bg-footer.png) repeat center top;
}

.copyRight {
    position: relative;
    float: left;
    top: 35px;
}

.marca-rodape {
    position: relative;    
    width: 427px;
    height: 69px;
    background-image: url(../img/marcas-footer.png);
    background-repeat: no-repeat;
    float: right;
    top: 5px;
}


/************************************ FIM LOGIN **********************************************/


/************************************ PAGINAS INTERNAS **********************************************/


.ContainerTopo {
    position: relative;
    height: 110px;
    background: #82c0ed url(../img/bg-top.jpg) repeat-y center top;
    background-size: cover;
    background-position: top center;
    width: 100%;
    display: block;
}

.ContentTopo {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

.LogoTopo {
    position: relative;
    width: 185px;
    float: left;
    top: 28px;
}


    .LogoTopo a {
        border: none;
    }


.sistemaWeb {
    position: relative;
    float: right;
    width: 238px;
    height: 39px;
    top: 27px;
    text-align: right;
    background-image: url(../img/logo-sistemaweb.png);
    background-repeat: no-repeat;
}

.logoOut {
    position: relative;
    float: right;
    width: 45px;
    height: 15px;
    right: 46px;
    top: 7px;
    text-align: right;
}

.menu {
    position: relative;
    width: 750px;
    float: right;
    text-align: right;
    top: 50px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}


    .menu li a {
        float: left;
        position: relative;
        color: #fff;
        text-decoration: none;
        margin-left: 15px;
    }


.containerMenu {
    width: 100%;
    height: 42px;
    background: #3a1716;
    position: relative;
    z-index: 99999;
    background-image: url("../img/bg-menu.png");
    padding-top: 3px;
    box-sizing: border-box;
    z-index: 5;
}

.menuResp {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.ContainerH1 {
    position: relative;
    display: block;
    width: 100%;
    height: 104px;
    background-image: url(../img/bg-h1.png);
    background-position: center top;
}

.ContentH1 {
    font-family: 'din-blackregular';
    position: relative;
    width: 900px;
    margin-left: -434px;
    left: 50%;
    top: 35px;
    text-transform: uppercase;
    color: #3e76a0;
    font-size: 26px;
}

.ContainerBody {
    position: relative;
    width: 980px;
    margin: 0 auto;
}



/************************************ TABELAS ***********************/

/*
TABLE.gridview {
    background-color: #fff;
    border: solid 1px #fff;
    font-family: 'dinregular';
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
}

    TABLE.gridview TR {
        background-color: #e8edf9;
        color: #000;
        font-size: 10px;
    }

        TABLE.gridview TR a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
        }

            TABLE.gridview TR a:hover {
                color: #4667b9;
                text-decoration: none;
                font-weight: bold;
            }

            TABLE.gridview TR a:visited {
                color: #000 !important;
                text-decoration: none;
                font-weight: bold;
            }

        TABLE.gridview TR:hover {
            background-color: #dee4f2;
            color: #204177 !important;
        }

    TABLE.gridview TH {
        background: #8194da;
        color: #FFFFFF;
        padding: 7px 10px 7px 10px;
        background-image: url(img/barra_tabela.png);
        font-size: 8px;
        text-align: center;
        font-family: 'din-blackregular';
    }

    TABLE.gridview TD {
        padding: 5px 10px 5px 10px;
        height: 18px;
        text-align: center;
    }


.GridviewPager {
    background-color: #999 !important;
    font-weight: bold;
    color: #000;
}

*/








/*///////////////////////////////////////////////////////*/



TABLE.gridview {
    background-color: #fff;
    border: solid 1px #fff;
    font-family: 'dinregular';
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 100%;
}

    TABLE.gridview TR {
        background-color: #e3edf4;
        color: #000;
        font-size: 10px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        TABLE.gridview TR:hover {
            background-color: #d3e3ef;
            color: #204177 !important;
        }

        TABLE.gridview TR a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
        }

            TABLE.gridview TR a:hover {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
            }

            TABLE.gridview TR a:visited {
                color: #000 !important;
                text-decoration: none;
                font-weight: bold;
            }



    TABLE.gridview TH {
        background: #4b83ad;
        color: #FFFFFF;
        padding: 10px 10px 10px 10px;
        font-size: 11px;
        text-align: center;
        font-family: 'din-blackregular';
        vertical-align: middle !important;
    }


        TABLE.gridview TH a {
            background-color: transparent;
            line-height: 12px !important;
            padding: 0px !important;
        }




    TABLE.gridview TD {
        padding: 5px 10px 5px 10px;
        height: 18px;
        text-align: center;
    }



    table.gridview a {
        position: relative;
        display: inline-block;
        top: 0px;
        margin-bottom: 0px !important;
        background: #5286be;
        color: #fff !important;
        padding: 0px 6px !important;
        height: 24px !important;
        line-height: 25px !important;
        font-weight: normal;
        font-size: 9px !important;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        vertical-align: bottom;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        box-sizing: border-box;
    }

        table.gridview a:hover {
            color: #fff !important;
        }


                table.gridview a.jqTransformCheckbox{
            background:transparent url("../img/jqtransform/Checkbox.png") no-repeat scroll 0px 0px;

        }

                		table.gridview a.jqTransformChecked { background-position: -48px 0;}

	table.gridview span.jqTransformCheckboxWrapper {

		float:none;
	}

/*table a:before {
		 content: "\f14b";
		 font-family: FontAwesome;
		 padding-right:5px;

	}*/





/*///////////////////////////////////////////////////////*/



TABLE.gridviewMarginless {
    background-color: #fff;
    border: solid 1px #fff;
    font-family: 'dinregular';
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 25px;
    width: 100%;
}

    TABLE.gridviewMarginless TR {
        background-color: #e3edf4;
        color: #000;
        font-size: 10px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        TABLE.gridviewMarginless TR:hover {
            background-color: #d3e3ef;
            color: #204177 !important;
        }

        TABLE.gridviewMarginless TR a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
        }

            TABLE.gridviewMarginless TR a:hover {
                color: #fff;
                text-decoration: none;
                font-weight: bold;
            }

            TABLE.gridviewMarginless TR a:visited {
                color: #000 !important;
                text-decoration: none;
                font-weight: bold;
            }



    TABLE.gridviewMarginless TH {
        background: #4b83ad;
        color: #FFFFFF;
        padding: 10px 10px 10px 10px;
        font-size: 11px;
        text-align: center;
        font-family: 'din-blackregular';
    }

    TABLE.gridviewMarginless TD {
        padding: 5px 10px 5px 10px;
        height: 18px;
        text-align: center;
    }



    table.gridviewMarginless a {
        position: relative;
        display: inline-block;
        top: 0px;
        margin-bottom: 0px !important;
        background: #5286be;
        color: #fff !important;
        padding: 0px 6px !important;
        height: 24px !important;
        line-height: 25px !important;
        font-weight: normal;
        font-size: 9px !important;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        vertical-align: bottom;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        box-sizing: border-box;
    }

        table.gridviewMarginless a:hover {
            color: #fff !important;
        }









/************************************ BOTAO OPCOES USUARIO ***********************/

div.dropdown {
    color: #555;
    margin: 3px -22px 0 0;
    width: 173px;
    position: relative;
    height: 17px;
    text-align: left;
    float: right;
    z-index: 2;
}

div.submenu {
    background: #fff;
    position: absolute;
    top: -12px;
    left: -20px;
    z-index: 100;
    width: 165px;
    display: none;
    margin-left: 10px;
    padding: 40px 0 5px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    font-family: 'dinregular';
}

.dropdown li a {
    color: #555555;
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    font-family: 'dinregular';
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .dropdown li a:hover {
        background: #b3cadb;
        color: #FFFFFF;
        text-decoration: none;
    }

a.account {
    font-family: 'dinregular';
    font-size: 12px;
    line-height: 16px;
    color: #555;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 11px 0 0 20px;
    height: 28px;
    width: 151px;
    margin: -11px 0 0 -10px;
    text-decoration: none;
    background: url(../img/arrow.png) 144px 17px no-repeat;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}



.root {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    padding: 11px 0 0 0px;
    border-top: 1px solid #dedede;
}

.Divisor {
    width: 1px;
    height: 60px;
    background-color: #b9b9b9;
    border-left: solid 1px #fff;
    float: right;
    margin-right: 30px;
    top: -18px;
    position: relative;
}

.DivisorHorizontal {
    position: relative;
    height: 1px;
    background-color: #6876a8;
    margin-top: 20px;
    margin-bottom: 20px;
}



.BtnPadrao {
    position: relative;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5788ac;
    outline: none;
    height: 34px;
    line-height: 36px;
    padding: 0px 16px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-bottom: 15px;
    margin-right: 3px;
    margin-top: 20px;
    box-sizing: border-box;
}

    .BtnPadrao:hover {
        background-color: #426b8a;
        color: #fff;
    }





.BtnPadraoTelerik {
    position: relative;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5788ac;
    outline: none;
    height: 30px;
    line-height: 34px;
    padding: 0px 8px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-bottom: 15px;
    margin-right: 3px;
    margin-top: 0px;
    margin-left: 2px;
    box-sizing: border-box;
}

    .BtnPadraoTelerik:hover {
        background-color: #426b8a;
        color: #fff;
    }


.CampoAlign {
    position: relative;
    float: left;
    margin-right: 12px;
}


.CampoAlignMarginBottom {
    position: relative;
    float: left;
    margin-right: 12px;
    margin-bottom: 35px;
}

.CampoAlignRadioCheck {
    position: relative;
    float: left;
    margin-right: 12px;
    width: 287px;
}
/*.CampoAlign {position:relative; display:inline-block; margin-right:12px;}*/
.CampoRadioAlignMargem {
    position: relative;
    float: left;
    margin-right: 10px;
}

.campoRadioAlign {
    position: relative;
    float: left;
}



.BtnLateral {
    position: relative;
    display: inline-block;
    top: 0px;
    background: #5286be;
    color: #fff;
    padding: 0px 0px !important;
    height: 36px !important;
    line-height: 36px;
    width: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .BtnLateral:hover {
        background: #3669a1;
    }


.BtnLateralAjustado {
    position: relative;
    display: inline-block;
    top: 18px;
    background: #5286be;
    color: #fff;
    padding: 0px 0px !important;
    height: 36px !important;
    line-height: 36px;
    width: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .BtnLateralAjustado:hover {
        background: #3669a1;
    }



.BtnGrid {
    position: relative;
    display: inline-block;
    top: 0px;
    background: #5286be;
    padding: 0px 0px !important;
    height: 36px !important;
    width: 36px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: bottom;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    content: "\f040";
}


/*Accordion */
.accordionHeader {
    color: white;
    background-color: #ddd;
    font-size: 15px;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
    width: 700px;
}

.accordionHeaderSelected {
    color: white;
    background-color: #b6bfe1;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
    width: 700px;
}

.accordionContent {
    border-top: none;
    padding: 10px;
    padding-top: 10px;
    width: 700px;
}

.Notas {
    position: relative;
    border-top: solid 1px #777;
    padding-top: 10px;
    font-size: 13px;
    margin-top: 20px;
}




.NotaCampos {
    line-height: 24px;
    font-size: 13px;
    border-top: solid 1px #c4c4c4;
    border-bottom: solid 1px #c7c7c7;
    padding: 8px 0px;
    margin-top: 15px;
}

    .NotaCampos input[type="text"] {
        font-size: 13px;
        font-family: 'din-blackregular';
        text-transform: uppercase;
        height: 28px;
        outline: none;
        padding: 0px 6px;
        margin-bottom: 2px;
        margin-top: 2px;
        top: -2px;
        display: inline;
        overflow: hidden;
    }




.InfoTitulo {
    position: relative;
    padding-top: 10px;
    font-size: 13px;
    margin-top: 0px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 12px;
    padding-left: 13px;
}

.margin-top {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    border-bottom: dashed 1px #c9c9c9;
    padding-bottom: 10px;
}

#bgloader {
    position: fixed;
    background: url(../img/bg-loader.png) no-repeat center;
    width: 167px;
    height: 170px;
    top: 50%;
    margin-top: -110px;
    right: 50%;
    margin-right: -138px;
    padding-top: 60px;
    padding-left: 100px;
    z-index: 999999999;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-image: url(../img/bg-trans-loader.png);
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: left;
}

.clearBoth {
    clear: both;
}



/* AJUSTES DO MAPA */


.containerMapa {
    position: relative;
    padding: 15px;
    background-color: #f7f7f7;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-sizing:border-box !important;
}

.containerFoto {
    background-color: #f7f7f7;
    padding: 15px;
    width: 40%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.containerLegenda {
    position: relative;
    padding: 15px;
    background-color: #f7f7f7;
    padding: 15px;
    width: 99%;
	margin-top: 0px; 
	opacity:0.95;
    margin-left: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#mapa a {
    background: inherit;
}

.mapaGoogle {
    height: 460px;
}

.mapaGoogleAmpliado {
    height: 97%;
	box-sizing:border-box;
}

.home-img {
    position: relative;
    width: 930px;
    height: 433px;
    background-image: url(../img/inicial-mosquito-zero.png);
    margin: 0 auto;
}

.RadUpload .ruFakeInput {
    text-transform: uppercase;
    padding: 3px;
    outline: none;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #d8d8d8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
    box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.04);
}

.RadUpload .ruBrowse {
    background-image: url(img/bg-bt.png) !important;
    background-repeat: repeat;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.textSmall {
    font-size: 11px;
}

.rotulo {
    position: relative;
    margin-left: 4px;
}

.rotuloRadio {
    font-family: 'din-blackregular';
    margin-top: 15px;
    margin-bottom: 5px;
    display: inline-block;
    width: 248px;
    font-size: 14px;
}

.marginTop {
    margin-top: 20px;
}

.flexnav li {
    width: 140px !important;
}

.imagemDestaqueHome {
    position: relative;
    background-image: url(../img/bg-inicial-mosquito-zero.png);
    background-repeat: no-repeat;
    text-align: justify;
    width: 980px;
    height: 433px;
    margin: 0 auto;
}

.textoDestaqueHome {
    position: relative;
    float: right;
    width: 460px;
    margin-top: 80px;
}

    .textoDestaqueHome h1 {
        font-family: 'din-blackregular';
        font-size: 40px;
        color: #7ba6c7;
        margin-bottom: 19px;
    }

    .textoDestaqueHome p {
        font-size: 14px;
        text-transform: uppercase;
        color: #aaaaaa;
        margin-bottom: 15px;
        line-height: 16px;
    }

.tituloLegandaMapa {
    position: relative;
    background-color: #aac3e1;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    font-family: 'din-blackregular';
}

.contentLegandaMapa {
    position: relative;
    background-color: #e3ebf5;
    height: 64px;
    padding-top: 16px;
    width: 100%;
    text-align: center;
}

.rodapeLegandaMapa {
    position: relative;
    background-color: #d5e4f3;
    height: 32px;
    padding-top: 9px;
    width: 100%;
    text-align: center;
}

.btnSairFullscreen {
    position: absolute;
    z-index: 3;
    height: 32px;
    right: 35px;
    top: 35px;
    padding: 0px 16px;
    line-height: 34px;
    font-size: 14px;
    background-color: rgba(34, 73, 123, 0.77);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .btnSairFullscreen:hover {
        background-color: rgba(34, 73, 123, 0.90);
    }

.btnAtivarFullscreen {
    position: absolute;
    z-index: 3;
    height: 32px;
    right: 35px;
    top: 35px;
    padding: 0px 16px;
    line-height: 34px;
    font-size: 14px;
    background-color: rgba(34, 73, 123, 0.77);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .btnAtivarFullscreen:hover {
        background-color: rgba(34, 73, 123, 0.90);
    }

