/*CSS Próprio*/
li{
	list-style:none;
}
/*Elementos do DOM*/
body.default {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

label.error {
    color: red;
}


.navbar-top span {
	margin:0 3px 0 6px;
}

/*CSS de Formulários*/
#form-cadastro .form-control{
	background: white;
}

#form-cadastro label{
	margin-top: 10px
}

#form-cadastro .row{
	margin: 0
}

#txtPerguntaSecr{
    margin-left: 15px !important; 
    font-size: 12px;
    font-weight: bold
}

.action-buttons {
    float: right;
    margin: 10px;
}

/*Media Query*/
@media (min-width: 992px) {
   #divMultiusuario{
	position: relative; 
	top: -45px; 
	right: -220px;
	max-width: 350px;
	}
	
	#form-login {
    background: transparent;
    border-top: none;
    margin: 0 auto;
    padding: 0;
    /* top: 74px; */
    top: 45px;
    z-index: 100;
}
	#form-login .checkbox {
		height: 51px;
		padding: 10px 0;
	}
}

/* NOTICIAS ============================================= */

#rodape{
	margin-top:60px;
	border-top:1px solid #E2E2E2;
}
#rodape i{
	font-size:12px;
	margin-right:7px;
	color:#D72007;
}

#texto-noticias img{
	float:left;
	margin:0 20px 10px 0;
	width:420px;
}


/* 
################## alterações do CSS original ###############################
*/

p {
    text-align: justify;
    text-indent: 10px;
}

.clear {
    clear: both;
}

a {
    color: #c4161c;
    text-decoration: none;
}

a.link-cinza:link {
	color: #666;
}


    a:hover,
    a:focus {
        color: #7f0e12;
        text-decoration: underline;
    }

    a:focus {
        outline: 0;
    }

    a.link_menor {
        font-size: 9px;
        color: #666;
    }

        a.link_menor:hover,
        a.link_menor:focus {
            color: #7f0e12;
            text-decoration: underline;
        }

        a.link_menor:focus {
            outline: 0;
        }

article h4 {
    color: #003D6A;
    margin-top: 20px;
    font-weight: bold;
}

.box-destaque .box-tit{
	text-align:center;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
	text-transform:uppercase;
}

.box-destaque .box-tit2{
	text-align:center;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}

.box-destaque .box-content{
	text-align:center;
	padding:10px 0;
}

article .box-destaque {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #F5F5F5;
    padding: 20px;
    margin: 20px 0;
}

article .box-destaque-branco {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #FFF;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #CCC;
}

article .modal-header p{
	text-transform:uppercase;
	margin:10px 0;
	color:#003D6A;
}

article .modal-body ul{
	margin-top:20px;
}

article .modal-body ul li{
	margin-bottom:20px;
	font-size:15px;
}

/* logon =========================================== */

#beneficiario, #prestador, #fornecedor, #patrocinadora {
    float: right;
    margin: 15px;
}
#logado .box-destaque i {
	margin-right:10px;
	font-size:18px;
	color:#003D6A;
}
#logado .box-destaque a {
	font-size:14px;
	color:#003D6A;
}
/* ------------- */


/* AREA BENEFICIARIO ======================================= */

#atalho i{
	font-size:18px;
	margin-right:15px;
}

/* ------------- */

.img-circle2 {
    border-radius: 20px;
}

/* lnha 5771 altera configurações dos menus */
.nav-page li {
    list-style: none;
    margin-bottom: 20px;
}

    .nav-page li a {
        font-family: 'latobold';
        color: #c4161c;
        /*display: block;*/
        line-height: 1.6;
        padding: 14px 0;
        text-transform: uppercase;
    }

        .nav-page li a.active {
            color: #cccccc;
        }

        .nav-page li a:hover {
            text-decoration: underline;
            color: #585A62;
        }

    .nav-page li i {
        font-size: 8px;
        margin-right: 9px;
    }
	
/* Modifica tamanho dos botões */	
#form-login form .btn {
    margin-left: 10px;
    margin-bottom: 5px;
}

.btn {
    padding: 12px 15px;
}

/* Modifica tamanho dos inputs */
.form-control {
    width: 100%;
    height: 40px;
    font-size: 13px;
    line-height: normal;
}
.nav-page .btn {
    margin-top: 23px;
}

.news i{
	font-size:28px;
	margin-right:15px;
}

/*Modificações no CSS padrão do jquery.ui.css*/
.ui-widget-content {
    color: #666666;
}

.ui-widget-header {
    background: #cccccc;
}

/*linha 6002 Modifica estilo dos links de cadastro e recuperação de senha*/
#form-login .link-forgot,
#form-login .link-signup {
  display: block;
  margin-top: 3px;
}
#form-login .link-forgot {
  font-family: 'latoregular';
  font-size: 12px;
}
#form-login .link-signup {
  font-family: 'latobold';
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 10px;
}


/* linha 6295 altera configurações dos links de notícias da capa */
.wrapper .news {
    padding-bottom: 29px;
}

    .wrapper .news article ul {
        padding: 0;
    }

        .wrapper .news article ul li {
            list-style: none;
        }

    .wrapper .news article a {
        font-size: 16px;
        font-weight: lighter;
        color: #666;
    }

    /* linha 6306 altera configurações dos links de notícias da capa */
    .wrapper .news article li {
        margin-bottom: 20px;
    }

    .wrapper .news article .title {
        font-size: 22px;
        line-height: 0.95;
        margin: 34px 0 6px;
    }

    .wrapper .news .date {
        display: block;
        font-size: 14px;
        margin-bottom: 23px;
    }

    .wrapper .news p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 7px;
    }

    .wrapper .news .btn-link {
        padding: 0;
    }
	
	
/* linha 5272 altera configurações dos titulos */
.title2 {
    border-bottom: 1px solid #c8c8c8;
    font-family: 'merriweatherregular';
    font-size: 22px;
    margin: 25px 0 34px;
    padding-bottom: 10px;
    position: relative;
}



/* estilo de cores de fontes*/

.font-red {
    color: #c4161c;
}

.font-azul {
    color: #003D6A;
}

.font-cinza {
    color: #666;
}

.font-16{
	font-size:16px
}
.font-18{
	font-size:18px
}

.font-10{
	font-size:10px;
}
/* estilo de listas | inserir classe na tag UL */

.lista {
    margin: 10px 0 30px 30px;
}

    .lista li {
        padding-left: 15px;
        background: url(../img/seta-azul.gif) left 5px no-repeat;
    }

.lista2 {
    margin: 0 0 20px 30px;
}

.lista3 {
    margin: 0 0 20px 0;
}

    .lista3 li {
        padding-left: 15px;
        background: url(../img/seta-azul.gif) left 5px no-repeat;
    }

.lista2 li {
    padding-left: 15px;
    background: url(../img/seta-azul.gif) left 5px no-repeat;
}

.logos li {
    border: 1px solid red;
    margin-bottom: 20px;
    !important;
}

/* rodapé de notícias */

.rodape {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 30px;
}


#rodape {
    background: #f5f5f5;
    padding: 10px;
}

    #rodape .data {
        font-size: 12px;
        color: #999;
        padding-top: 3px;
    }

/*#rodape i{
	color:#c4161c;
	border:1px solid #c4161c;
	margin-right:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:29px; width:29px;
}*/

.ico.form-group button {
    background: transparent;
    border: none;
    color: #c4161c;
    position: absolute;
    top: 50%;
    right: 4px;
    font-size: 20px;
    margin-top: -13px;
}

/* //alterações do CSS original */

/* linha 5902 */
@media (min-width: 992px) {
    #form-login .form-control {
        color: #585a62;
        border-color: #585a62;
        width: 165px;
    }
}



/* UI's ############################################# */

/* box de destaques */
#box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #F5F5F5;
    padding: 10px 30px;
}

    #box ul {
        margin: 20px 0 0 30px;
    }





/* ################ */

/* PLANOS DE SAÚDE ############################################# */

#registro {
    margin-top: 10px;
}

/* ################ */

/* CSS DAS TABELAS DE CUSTEIO ############################################# */

#valores {
    margin-top: 20px;
}

    #valores table {
        border: 1px solid #CCC;
    }

    #valores caption {
        font: 10px Arial, Helvetica, sans-serif;
        color: #C00;
    }

    #valores th {
        padding: 10px 2px;
        /*background-color:#D8D8D8;*/
        background-color: #003D6A;
        border: 1px solid #FFF;
        font: bold 10px Arial, Helvetica, sans-serif;
        color: #FFF;
        text-align: center;
    }

    #valores td {
        padding: 10px 2px;
        font: 10px Arial, Helvetica, sans-serif;
        text-align: center;
        border: 1px solid #e4e4e4;
    }

/* ################ */

.lk-menu a {
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 1;
    padding: 16px 0px;
}

/* menu colaboradores*/

.menu-colab {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: #e4e4e4;
    padding: 10px;
}

/* novos css dos TABS */

.nav-tabs > li > a {
    border-bottom: 1PX SOLID RED;
    color: inherit;
    font-size: 15px;
}

.nav-tabs > li > a {
    border-bottom-width: 0;
}

.wrapper-page article .nav-tabs li {
    margin-bottom: -1px;
}

.tab-pane dl dd {
    margin-left: 60px;
}

/* CSS convênios estaduais */

.cidade{
    font: 20px 'latoregular', Helvetica, Tahoma, Verdana;
    background:#F5F5F5;
    padding:5px;
    border-bottom:1px solid #e5e5e5;
}

.wrapper article .convenios ul {
	margin-left:85px;
	margin-bottom: 0px;
}

.font_tit{
	font-size:24px
}
.convenios{
	margin-bottom:30px;
	padding-left:60px;
}

.convenios .accordion .tab .row a {
	display: inline-block;
}

.convenios .accordion .tab .title .btn {
    margin-top: 1px;
}

.convenios .accordion .tab .title {
    padding-bottom: 10px;
    padding-top: 30px;
}

.convenios .accordion .tab .title h3 {
    font-size: 15px;
}

.convenios .accordion .tab .row {
    margin-top: 15px;
}

.convenios .accordion .tab dl dt {
	margin:20px 0 10px 0;
	color:#333;
}

.convenios .accordion .tab dl dt i{
	margin-right:3px;
	color:#003d6a;
	font-size:9px;
}

.convenios .accordion .tab dl {
	margin-left:50px;
}

.convenios .accordion .tab dl dd {
	margin-left:30px;
}

.convenios .accordion .tab dl i {
	color:#c8c8c8;
	margin-right:5px;
	font-size:12px;
}


/*
classes pra área de notícias
*/

.destaque {
    margin-bottom: 50px;
}
/*
linha 5773
*/
.nav-page.pg li a {
    font-family: 'latobold';
    color: #c4161c;
    line-height: 1.6;
    padding: 14px 0;
    text-transform: uppercase;
}

/* capa */

p.txt-justify {
    text-align: justify;
}
/*.title3 {
    position: relative;
    font-family: 'merriweatherregular';
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 34px;
}*/
.tit{
	font-weight:bold;
	color:#003D6A;
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 25px;
	margin-bottom: 34px;
}

.tit::after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    background: #003d6a;
    position: absolute;
    left: 0;
    bottom: -1px;
}

/* carousel notícias */

/*.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display:block;
	width:100% \9;
	max-width:100%;
	height:auto
}
*/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 33%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        /*text-indent:-999px;*/
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

/* Fix do Bootstrap */

/* Adicionado Well */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* -- Adicionado ButtonGroup */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group-vertical>.btn, .btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  z-index: 2;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Fim do Fix Bootstrap*/

.bufferTop{
    margin-top:30px;
}

.bufferTop-sm{
    margin-top:15px;
}

.bufferTop-lg{
    margin-top:60px;
}