/**, *:before, *:after {box-sizing:  border-box !important;}*/
body {
	min-height:800px !important;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Graphik', sans-serif;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 25px;
}
#corpo_pag {
    margin: 0 auto;
    background: #ffffff
}
.container {
    width: 70%;
    margin: 0 auto;
}
.container2 {
    width: 80%;
    margin: 0 auto;
}
.bg_imagem {
    background: url(/library/images/img-topo.jpg) no-repeat;
    background-size: cover;
    height: 550px;
    background-position: center -700px;
}
.lista_at {
    float: left;
    width: 69%;
    margin-bottom: 30px;
    min-width: 400px
}
.login {
    float: right;
    width: 30%;
    background: #FFFFFF;
    min-height: 300px;
}
.box-login-position {
    position: relative;
    z-index: 1;
    top: 110px;
    background: rgba(34, 34, 34, 0.8);
    float: right;
    border-radius: 0px;
}
.login input[type=text] {
    padding: 8px !important;
    font-weight: normal;
    background: none;
    border-radius: 0px;
    border: 1px solid #999999;
    margin: 5px 0 10px 0;
    color: #ffffff !important;
    letter-spacing: 1px;
}
.login input[type=password] {
    padding: 8px;
    font-weight: normal;
    background: none;
    border-radius: 0px;
    border: 1px solid #999999;
    margin: 5px 0 10px 0;
    color: #ffffff !important;
}
/*.login input[type=text]:focus, input[type=password]:focus {background: #222222 !important;}*/
/**** para formatar o menu****/
/* novo menu*/
#cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0 auto;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    text-align: center;
    letter-spacing: 1px
}
#cssmenu > ul > li {
    display: inline-block;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 10px 15px 5px 17px;
    margin: 0 15px 12px 0;
    width: 200px;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    border: 2px solid #336699;
    text-align: center; font-weight: bold;
}
#cssmenu > ul > li:hover > a {
    color: #333333;
    border:2px solid rgba(0, 86, 125, 0.9);
} /*#eedcb7*/
#cssmenu > ul > li.has-sub > a {
    padding-right: 50px;
}
/*desenho do traço vertical do sinal + */
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 12px;
    width: 7px;
    height: 1px;
    display: block;
    background: #ffffff;
    content: '';
}
/*desenho do traço horizontal do sinal + */
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 15px;
    display: block;
    width: 1px;
    height: 7px;
    background: rgba(0, 86, 125, 1.0);
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: auto;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
/*zona de formatação do submenu*/
#cssmenu ul ul li a {
    padding: 10px;
    margin: 0px 0;
    width: 300px;
    font-size: 0.9em;
    text-decoration: none;
    color: #ffffff;
    line-height: 17px;
    text-align: left;
    z-index: 999;
    background: rgba(0, 86, 125, 1.0);
    /*background: url(/library/images/bg-submenu.png) repeat;*/
    border-top: 1px solid #014b6c; /*#a7856c*/
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #6ea3bb;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 10px 5px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ffffff; /*#eedcb7*/
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #016491;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}

.center {
    position: absolute;
    z-index: 99999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.btn-principal{margin-left:15px; background: #b2d2ea; font-weight: bold; font-size:1em !important; padding:8px; border-radius:3px;}

#btn_imprimir {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    text-align: center;
    z-index: 99;
    background: #f4f4f4;
    padding: 19px;
    border-top: 2px solid #333333;
}

#btn_imprimir a {
    font-size: 1.2em;
    color: #ff0000;
}

/*5/2016 - pag de apagar registos*/
#pag_delete {
    font-size: 1.3em;
    max-width: 600px;
    border: 1px solid #dddddd;
    padding: 50px;
    text-align: center;
    margin: 50px auto;
    background-color: #f5faff;
}

#pag_delete button {
    padding: 10px 20px;
    background: #09285a;
    text-decoration: none;
    color: #ffffff;
    border-style: none;
    cursor: pointer;
    border: 2px solid #09285a
}

#pag_delete button:hover {
    background: #ffffff;
    text-decoration: none;
    color: #09285a;
    border: 2px solid #09285a
}

#pag_delete a {
    font-size: inherit !important
}

/*5/2016 - pag de alertas/mensagens*/
#pag_alerta {
    font-size: 1.3em;
    max-width: 600px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    margin: 50px auto;
    background-color: #f5faff;
}

#pag_alerta h2 {
    font-size: 1.2em;
}

#pag_alerta button {
    padding: 10px 20px;
    background: #09285a;
    text-decoration: none;
    color: #ffffff;
    border-style: none;
    cursor: pointer;
    border: 2px solid #09285a
}
#pag_alerta button:hover {
    background: #ffffff;
    text-decoration: none;
    color: #09285a;
    border: 2px solid #09285a
}
#pag_alerta a {
    font-size: inherit !important
}
.paginacao {
    color: #002f44;
    cursor: pointer;
    border-radius: 10px;
    background-color: #a9ae00;
    font-size: 1.3em;
    padding: 10px;
    margin-right: 5px;
}
.paginacaoseleted {
    color: #002f44;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid #002f44;
    background-color: #ffffff;
    font-size: 1.3em;
    padding: 10px;
    margin-right: 5px;
}
.paginacaoseleted:hover {
    font-size: 1.3em
}
.paginacao:hover {
    font-size: 1.3em;
    color: #ffffff
}
/* menu interior das paginas*/
#menu_interior ul {
    margin: 0;
    padding: 0;
}
#menu_interior li {
    display: inline-block;
    margin: 3px;
    font-weight: bold !important;
    background-color: #09285a !important;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.9em !important;
    border-radius: 0px;
    padding: 5px !important;
    border: 2px solid #09285a;
    text-align: center;
}
#menu_interior li:hover {
    background-color: #cccccc !important;
    border: 2px solid #09285a;
    text-decoration: none;
    color: #09285a !important;
}
#menu_interior .selecionado {
    background-color: #09285a !important;
    border: 2px solid #09285a;
    text-decoration: none;
}
#menu_interior a {
    color: #ffffff;
}
#menu_interior a:hover {
    color: #09285a;
    text-decoration: none;
    border: 0
}


/********/
.lista_logos_ods {
    margin: 5px;
    padding: 3px;
    display: block;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 5px
}
strong {
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
}
#esq {
    text-align: left;
    float: left;
}
#dir {
    text-align: left;
    float: right;
}
.esq {
    text-align: left;
    float: left;
}
.dir {
    text-align: left;
    float: right;
}
.bb {
    border-bottom: 1px solid #888888 !important;
}
.limpadiv {
    clear: both;
}
samp {
    font-family: 'Graphik', sans-serif;
    font-size: 14px;
    font-weight: 400
}
td {
    font-size: 15px;
    line-height: 15px;
}
h1{font:2em;color:#333;padding:0px;line-height:1.0em;font-family: 'Graphik', sans-serif; font-weight: 600;}
h2 {
    font-size: 1.3em;
    padding: 0px;
    font-family: 'Graphik', sans-serif;
    font-weight: 600
}
h3 {
    font-size: 1.2em !important;
    color: #a9ae00;
    padding: 0px;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    text-transform: capitalize
}
h4 {
    font: 12px;
    color: #555;
    padding: 0px;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    text-transform: uppercase
}
/*label{font-size:11px;color:#999999}*/
.label-form-registo {
    font-size: 14px !important;
}
.label-form-registo i {
    font-size: 11px;
    color: #CC1A14
}
.label3 {
    color: #666;
    font-size: 12px;
    font-weight: 300px !important;
    letter-spacing: 1px;
}
.p-tb-20 {
    padding: 20px 0
}
.bor-tb1ddd {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.separador-area {
    width: 100%;
    margin-top: 40px;
    border-bottom: 2px solid #ddd;
    padding: 0px
}
.voltaraotopo {
    float: right;
    font-size: 11px;
    font-weight: normal;
}
.bloco-cursos {
    padding: 25px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    margin: 20px 0;
}
.bloco-cursos h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 1.4em !important;
    color: #a9ae00;
}
.bloco-webinares {
    padding: 25px;
    width: 100%;
    background: #ffffff url(/library/images/webinars-bg.jpg);
    background-size: cover;
    border: 1px solid #dddddd;
    border-radius: 0px;
    margin: 20px 0;
    color: #ffffff
}
.bloco-webinares h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 1.2em;
    color: #ffffff
}
.separador {
    width: 10%;
    margin: 20px auto;
    height: 3px;
    background: #a9ae00;
}
.separador2 {
    width: 100%;
    margin: 20px auto;
    height: 3px;
    background: #cccccc;
}
.separador1 {
    width: 100%;
    margin: 20px auto;
    height: 1px;
    background: #cccccc;
}
.separador-left {
    width: 10%;
    margin: 50px 0;
    height: 3px;
    background: #a9ae00;
}
p {
    line-height: 27px;
}
/*alinhamentose peq ajustes*/
.pall10 {
    padding: 10px !important;
}
.p-l0 {
    padding-left: 0 !important;
}
.pl20 {
    padding-left: 20px
}
.p-t-30 {
    padding-top: 30px !important;
}
.filtro {
    font-size: 16px;
    color: #B8B8B8;
    margin-bottom: 15px
}
.spacer15 {
    height: 15px
}
.bloco-inscricao {
    padding: 30px;
    background: #f1f1f1;
    margin-top: 30px
}
.nota_rodape {
    line-height: 1.5em;
    font-size: 12px
}
.social {
    text-align: left;
    padding-top: 50px;
}
.voltar {
    color: #666666;
    padding: 0;
    margin: 0 0 20px 0;
}
img {
    max-width: 100%;
    height: auto
}
.ptb10-mtb20 {
    padding: 10px 0 !important;
    margin: 20px 0 !important;
}
.box_pesquisa {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 20px;
}
.ml5 {
    margin-left: 5px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mr15 {
    margin-right: 15px !important;
}
.mt50-15-30 {
    margin: 50px 15px 30px;
}
.fs12px {
    font-size: 12px;
}
.color-gray {
    color: #888
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb30 {
    padding-bottom: 20px;
}
.pb20 {
    padding-bottom: 30px;
}
/**************************/
.titulo-curso {
    margin: 0;
    color: #a9ae00;
    font-size: 15px;
}
.textoLH15 {
    font-size: 14px;
    line-height: 23px;
}
.textosize12 {
    font-size: 12px;
    line-height: 23px;
}
.certificadoverso {
    font-size: 12px;
    line-height: 20px;
}
.welcome {
    font: 14pt
}
#caixa_border_linha {
    font-size: 12px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #333333;
    margin: 0px;
    padding: 0px;
}
.caixa_border_linha {
    font-size: 12px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #333333;
    margin: 0px;
    padding: 0px;
}
.caixa_s_border {
    font-size: 11px;
    color: #333333;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.border_tabela {
    border: 1px solid #333333;
}
.border_tr {
    border: 1px solid #999999;
}
.border_linha {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}
.alerta {
    color: #CC1A14;
    font-family: 'Montserrat', calibri, arial;
    font-weight: 600;
}
.sucesso {
    color: #a9ae00;
    font-size: 12px;
}
a {
    font-size: 14px;
    color: #a9ae00;
    cursor: hand;
    text-decoration: none;
}
.bigger {
    font-size: 15px;
    color: #a9ae00;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
}
.bigger:hover {
    font-size: 15px;
    color: #a9ae00;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
}
a:hover {
    font-size: 14px;
    color: #a9ae00;
}
.linkcp {
    font-size: 10px;
    color: #0066CC;
    cursor: hand;
    text-decoration: none;
    text-transform: uppercase;
}
.linkcp:hover {
    font-size: 10px;
    color: #94aad6;
}
.lkbtn {
    padding: 4px;
    border: 1px solid #CCC;
    height: 100%;
    width: 100%;
    margin: 2px;
    background-color: #F4F9E8;
}
.lkbtn:hover {
    padding: 4px;
    border: 1px solid #CCC;
    height: 100%;
    width: 100%;
    background-color: #fff;
    margin: 2px;
}
.tituloXL {
    font-size: 12px;
    color: #9C9A9A;
}

.menu {
    font-size: 9px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
.menu:hover {
    font-size: 9px;
    color: #fca201;
    font-weight: bold;
    text-transform: uppercase;
}
.titulo {
    font-size: 12px;
    color: #333333;
}
.titulo1 {
    font-size: 11px;
    color: #333333;
}
.titulo2 {
    font-size: 10px;
    font-weight: bold;
    color: #666699;
    text-transform: uppercase;
}
.texto {
    font-size: 11px;
    line-height: 20px
}
#div_Menu_Contexto {
    border-right: 2px outset;
    border-top: 2px outset;
    display: none;
    Z-INDEX: 100;
    BORDER-LEFT: 2px outset;
    BORDER-BOTTOM: 2px outset;
    BACKGROUND-COLOR: menu
}
.tb_Menu_Contexto {
    cursor: default
}
.img_Menu_Contexto {
    width: 99%;
    border-bottom: buttonshadow 1px inset;
    HEIGHT: 1px
}
.td_Menu_Contexto_1 {
    text-indent: 1em
}
.linhamenu {
    border-top: #c3c3c3 1px solid;
    border-bottom: #c3c3c3 1px solid
}
.hidden {
    font-size: 1px;
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#vertnav {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 120px;
    color: #333333;
}
#vertnav ul {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    top: 0px;
    width: 120px;
    left: 120px;
    list-style: none;
    overflow: visible;
    position: absolute;
}
#vertnav ul.hidden {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#vertnav li {
    display: block;
    position: relative;
    width: 100%;
}
#vertnav li li {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
}
#vertnav li.first {
    border-top: 1px solid #000000;
}
#vertnav li.last {
    border-bottom: 1px solid #666666;
}
#vertnav a {
    display: block;
    padding: 4px 0px 3px 0px;
    margin: 0em 0em 0em 0em;
    text-decoration: none;
    color: #336699;
    width: 100%;
    line-height: 13px;
}
#vertnav li.leaf {
    background-image: none;
}
#vertnav li a:hover {
    color: #002252;
}
#vertnav li.leaf a:hover {
    background-image: none;
}
#vertnav ul li {
    background-color: #FFFFFF;
}
#vertnav ul li a {
    text-indent: 5px;
    color: #333333;
    line-height: 25px;
    font-size: 12px;
}
#vertnav ul li a:hover {
    color: #000000;
    background-color: #FFFFCC;
}
#vertnav li ul {
    width: 160px;
}
#vertnav li ul ul {
    width: 205px;
    left: 174px;
    top: 3px;
}
li > ul {
    top: auto;
    left: auto;
}
Win IE only \ #holdm {
    position: absolute;
    top: 150px;
    left: 20px;
    z-index: 100;
    width: 80%;
}
html #vertnav li {
    float: left;
}
.DivAberto {
    display: block;
}
.DivFechado {
    display: none;
    position: relative;
    background-position: top;
}
.cx_formatacao {
    font-size: 11px;
}
.radius {
    border-radius: 10px;
    background: #dddddd;
    padding: 5px;
    margin: 5px;
}
fieldset {

    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.legend {
	font-size:1.5em !important;

}
.notification-box {
    margin: 0 auto;
    text-align: center;
    width: 95%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 10px 22px 10px 10px;
    color: #333;
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    -webkit-animation: fadeInUp 1.3s;
    animation: fadeInUp 1.3s;
}
a.notification-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 16px;
}
.notification-box p {
    margin: 1px;
}
.notification-box p i {
    font-size: 18px;
    padding-right: 10px;
    border-right: 1px solid;
    margin-right: 10px;
}
.notification-box-info {
    background: #FFC;
    border: 1px solid #d7d7d7;
    padding: 5px;
}
.notification-box-success {
    border: 1px solid #acd71e;
    padding: 10px;
    color: #333333;
    text-align: center;
    border-radius: 10px;
}
.notification-box-warning {
    border: 1px solid #FAE9E9;
    padding: 5px;
    color: #333333;
    border-radius: 10px;
    background: #FAE9E9
}
.notification-box-error {
    border: 2px solid #e06f6f;
}
.notification-box-info a {
    border: 2px solid #65cad3;
}
.notification-box-success a {
    border: 2px solid #acd71e;
}
.notification-box-warning a {
    background: none;
    color: #333 !important;
}
.notification-box-warning a:hover {
    color: #333 !important;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
}
.notification-box-error a {
    background: #e06f6f;
}
.menu_interior ul {
    margin: 0;
    padding: 0;
}
.menu_interior li {
    display: inline-block;
    margin: 5px;
    font-weight: bold;
    background-color: #eeeeee;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.8em !important;
    padding: 5px !important;
}
.menu_interior a {
    color: #4086F3;
}
@media screen and (min-width: 1025px) and (max-width: 1786px) {
    body {
        margin: 0;
        overflow-x: hidden;
    }
    .bg_imagem {
        background-position: center center;
    }
    #corpo_pag {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .container {
        width: 80%;
        margin: 0 auto;
    }
    .container2 {
        width: 80%;
        margin: 0 auto;
    }
    .login {
        width: 40%;
        min-height: 400px;
    }
    .box-login-position {
        top: 80px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
    body {
        margin: 0;
        overflow-x: hidden;
    }
    #corpo_pag {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .bg_imagem {
        background-position: center center;
    }
    /*.lista_at{width:100%;}*/
    .login {
        width: 100%;
    }
    .bloco-cursos {
        width: 100% !important
    }
    .bloco-webinares {
        width: 100% !important
    }
}
.m-h-200 {
    min-height: 500px;
}
.sticky {
    position: -webkit-sticky;
    top: 20px;
    padding: 0 0 20px 0;
    background: #ffffff;
    z-index: 1;
    position: sticky;
}
.width30 {
    width: 30% !important;
}
.cl1 {
    color: #ffffff;
}
.bg1 {
    background: #eee
}
.cl2 {
    color: #aaad00;
}
.cl3 {
    color: #333333;
}
.row-pb-md {
    padding-bottom: 4em !important;
}
#menu-logado a {
    color: #aaad00;
    text-decoration: none;
}
#menu-logado a:hover {
    color: #ffffff;
    text-decoration: none;
}
.gtco-list-link {
    padding: 0;
    margin: 0;
}
.gtco-list-link li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.gtco-list-link li a {
    text-transform: none;
    font-size: 12px !important;
    font-family: 'Graphik', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-plus {
    font-family: 'Graphik', sans-serif;
    font-size: 2em;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 29px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    margin: 10px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: none;
    border: 1px solid #aaad00 !important;
    background: none;
    color: #aaad00;
}
.btn-plus:hover {
    background: #aaad00;
    color: #fff;
    border: 1px solid #aaad00 !important;
}
.btn-xs {
    font-family: 'Graphik', sans-serif;
    font-size: 1em;
    font-weight: 400;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: none;
    border: 2px solid #aaad00 !important;
    background: #aaad00;
    color: #ffffff;
}
.btn-xs:hover {
    background: #cccccc;
    color: #fff;
    border: 1px solid #aaad00 !important;
}
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'Graphik', sans-serif;
    font-size: 1em;
    font-weight: 600;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 5px 30px;
    text-transform: none;
}
.btn.btn-sm {
    padding: 5px 20px !important;
    font-size: 0.9em;
    background: transparent;
    color: #aaad00;
    /*font-weight: 400;*/
    border: 2px solid #aaad00 !important;
}
.btn.btn-md {
    padding: 8px 20px !important;
    font-size: 1em;
    background: transparent;
    color: #000;
    border: 2px solid #aaad00 !important;
}
.btn.btn-lg {
    padding: 8px 50px !important;
    font-size: 1.3em;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    border: 2px solid #aaad00 !important;
}
.btn-md:hover, .btn-md.btn-outline:hover, .btn-sm:hover.btn-sm-green:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #aaad00 !important;
    color: #fff !important;
}
.selected {
    /*background: #ffffff !important;*/
    padding-bottom: 3px;
    /*border-bottom: 2px solid #aaad00 !important;*/
}
.btn-lg2 {
    /*min-width: 250px;*/
    /*padding: 10px 0 !important;*/
    font-size: 1.2em;
    /*background: #aaad00;*/
    color: #000;
    padding-bottom: 3px;
    margin-right: 20px;
    border-bottom: 2px solid #000;
}
.btn-lg2:hover {
    /*background: #ffffff;*/
    font-size: 1.2em;
    color: #aaad00;
    padding-bottom: 3px;
    border-bottom: 2px solid #aaad00;
    text-decoration: none;
}
.submenuperfil a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    font-size: 1em;
    margin-right: 15px;
    margin-bottom: 20px;
    color: #000
}
.submenuperfil a:hover {
    color: #aaad00;
    border-bottom: 2px solid #aaad00;
}
.btn.btn-sm-green {
    padding: 5px 50px !important;
    font-size: 1.3em;
    background: #aaad00;
    color: #fff;
    text-transform: none;
    border: 2px solid #aaad00 !important;
}
.btn.btn-open {
    padding: 5px 5px !important;
    font-size: 1.0em;
    background: #aaad00;
    color: #fff;
    text-transform: none;
    border: 2px solid #aaad00 !important;
}
.btn-sm-cancel {
    /*padding: 5px 50px !important;
  font-size: 1.3em;*/
    color: #cccccc;
    /*color: #fff;*/
    text-transform: none;
    border-bottom: 2px solid #cccccc !important;
}
.btn.btn-lg-cancel {
    /*padding: 8px 50px !important;
  font-size: 1.3em;*/
    /*background: none;*/
    color: #999;
    text-transform: none;
    border-bottom: 2px solid #cccccc !important;
    /*min-width: 250px*/
}
.btn-lg.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #aaad00;
    color: #fff;
}
.btn:hover, .btn-outline-nav:hover, .btn:active, .btn:focus {
    outline: none !important;
    border: 2px solid #aaad00 !important;
}
.btn-primary {
    background: #aaad00;
    color: #fff;
    border: 2px solid #aaad00 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #aaad00 !important;
    border-color: #aaad00 !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #aaad00;
    border: 2px solid #aaad00;
}
.btn.btn-outline-nav {
    background: transparent;
    padding: 5px 15px;
    font-size: 0.9em;
    border: 2px solid #cccccc;
}
.btn.btn-outline-nav-green {
    background: transparent;
    padding: 5px 15px !important;
    font-size: 0.9em !important;
    color: #000;
    border: 2px solid #aaad00;
}
.btn-sm.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #aaad00;
    color: #fff;
}
@media screen and (min-width: 100px) and (max-width: 800px) {
    body {
        margin: 0;
        overflow-x: hidden;
    }
    #corpo_pag {
        width: 100% !important;
        margin: 0 auto !important;
        margin: 0;
        padding: 0
    }
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .container2 {
        width: 100%;
        margin: 0 auto;
    }
    .bg_imagem {
        background-position: center center;
    }
    .lista_at {
        width: 100%;
    }
    .login {
        width: 100%;
    }
    .mobilenone {
        display: none
    }
    .p-t-30 {
        padding-top: 0 !important;
        padding-bottom: 30px !important
    }
    .btn-lg2 {
        font-size: 0.8em;
    }
    .btn-lg2:hover {
        font-size: 0.8em;
    }
    .navbar-brand {
        display: block !important;
    }
}

/* menu interior das paginas*/
.navbar-default {
    font-weight: bold !important;
    padding: 10px 0 5px 0 !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8em;
    background: #f4f4f4;
}
.navbar-brand {
    display: none;
}
.navbar-default .navbar-nav > li > a {
    color: #aaad00;
}
.navbar-default a:hover {
    text-decoration: none;
    color: #000 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000 !important;
    border-color: #000 !important;
    background: none;
}
#menu_interior a {
    color: #ffffff;
}
#menu_interior a:hover {
    color: #09285a;
    text-decoration: none;
    border: 0
}
select {
    font-weight: 600;
    color: #000;
    font-size: 12px;
}
input[type=text], textarea {
    font-weight: bold !important;
    color: #000 !important;
    font-size: 12px;
}
.lista_itens {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4
}
.FormOptionChecked {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.FormOptionChecked input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */
.FormOptionChecked:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a white background */
.FormOptionChecked input:checked ~ .checkmark {
    background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.FormOptionChecked input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.FormOptionChecked .checkmark:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: 1px solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Radio button*/
.FormOptionChecked input[type=radio] {
    display: none;
}
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff; /*border:1px solid #ccc;*/ border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.FormOptionChecked:hover input ~ .radiomark {
    background-color: #fff;
}
/* When the checkbox is checked, add a white background */
.FormOptionChecked input:checked ~ .radiomark {
    background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.FormOptionChecked input:checked ~ .radiomark:after {
    display: block;
}
/* Style the checkmark/indicator */
.FormOptionChecked .radiomark:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    background: #000;
    border-radius: 50%;
}
/********/
/* separador de conteudos*/
.tab1 {
    background-color: #E1F0E3;
    color: #333333;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
/* Paginaçao */
.pagination-tt {
    border-top: 1px solid #f1f1f1;
    padding-top: 5px;
    margin-top: 20px;
}
.pagination-tt ul {
    float: left;
}
.pagination-tt ul li {
    display: inline-block;
    margin: 0px;
}
.pagination-tt ul li span {
    display: block;
    padding: 5px 10px;
    background: none;
    color: #1d1e20;
}
.pagination-tt ul li a {
    display: block;
    padding: 8px 20px !important;
    font-size: 1em;
    background: transparent;
    color: #000;
    border: 2px solid #aaad00 !important;
    transition: all 0.2s ease;
}
.pagination-tt ul li a:hover {
    background: none;
    color: #aaad00;
}
.pagination-tt .pages {
    float: right;
    padding: 5px 10px;
}

/* Tabelas */


/* Zebra striping */
.formata_tabela tr:nth-of-type(odd) { 
  background: #fbfbfb; 
}

.formata_tabela th { 
  background: #ffffff;
  border: 1px solid #ccc;
  color: #04508c;
  /*font-size: 1.1em;*/
  padding:10px;
}

.formata_tabela td, th { 
  border: 1px solid #cccccc;
  text-align: left;
  padding:10px; /*font-size: 1.1em;*/
}

.formata_tabela tr:hover{ background:#eee;}

.formata_tabelatfoot {
  font-weight: bold;
  }

.formata_tabela tfoot th {
  color: #09285a;
  }

/*#formata_tabela tfoot th:after {
  content: ":";
  }
*/
.formata_tabela > tfoot td {
  background-color: #F2F5F9;
  }

.formata_tabela > tfoot > tr:first-child td {
  border-top: .1em solid #ccc;
  }
/*fim tabelas*/

.legenda{ font-size:0.9em; color:#333333}


/********/

#botoes_fixo_gravar{  position:fixed; bottom:20px; background-color:rgba(255,255,255,0.20); right:10px; border:1px solid #dddddd; border-radius:10px; padding:8px;}
#botoes_fixo_gravar .btn_fixo{ border-radius:10px; width:80px; padding:8px; }
@media screen and (max-width: 768px) {
    #botoes_fixo_gravar {
		display:none;
        
    }
}
