html,body { height:100%; }

body{
    background: #ffffff;
}

footer{
    background: #1659bf;
    background-image: radial-gradient(ellipse at center center , #1659bf 1%, #003053 100%);
    box-shadow: 0px -3px 7px -1px rgb(5, 58, 109);
    color: #fff;
    padding: 40px 0;
    margin: 1% 0 0 0;
}

#content{
    padding-bottom: 25px;
}

#header{
    padding: 14px 0 0 0;
    background-color: #1659bf;
    //background-image: radial-gradient(ellipse at center center , #1659bf 1%, #234b90 100%);
    background-image: radial-gradient(ellipse at center center , #1659bf 1%, #003053 100%);
    box-shadow: 0px 2px 7px -1px rgb(5, 58, 109);
    margin-bottom: 15px;
}

#header .panel {box-shadow: 0px 0px 13px 6px;}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#tabs_menu{ margin: 0;}
#tatical_painel_feed,
#pretatical_painel_feed,
#resources_painel_feed,
#posoperations_painel_feed,
#strategic_painel_feed{
    max-height: 23.8em;
    overflow-y:scroll;
    overflow-style:auto;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}

#main-tabs .panel {box-shadow: 0px 0px 6px -1px;}
#main-tabs .panel.child{ box-shadow: 0 0 0 0px;}
#main-tabs .panel.child .panel-heading {
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
}

#footer-brasil {
   background: none repeat scroll 0% 0% transparent;
   padding: 1em 0px;
   max-width: 100%;
}

ul.footer { border-left: 1px dotted #fff; } ul.footer li{ margin: 0 0 0 5px;}
ul.footer a, a.footer {font-family: "open_sansregular", Arial, Helvetica, sans-serif; font-size: 0.8em; color: #ffffff;}
.opacity-5 {
    opacity: 1;
}

.panel-heading a { color: #000000; }

.bg-dark-gray{background-color:#999999; color: white !important;}
a.bg-dark-gray:focus,a.bg-dark-gray:hover{ background-color:#999999 !important;}

.bg-white{background-color:#fff;}
a.bg-white:focus,a.bg-white:hover{ background-color:#fff !important;}

.bg-verde-brasil{background-color: #16B83E; color: white !important;}
a.bg-verde-brasil:focus,a.bg-verde-brasil:hover{ background-color:#16B83E !important;}

.bg-amarelo-brasil{background-color: #FFE11F; color: white !important;}
a.bg-amarelo-brasil:focus,a.bg-amarelo-brasil:hover{ background-color:#FFE11F !important;}

.bg-azul-brasil{background-color: #1651B8; color: white !important;}
a.bg-azul-brasil:focus,a.bg-azul-brasil:hover{ background-color:#1651B8 !important;}

#tabs_menu.nav-tabs>li.active>a, #tabs_menu.nav-tabs>li.active>a:focus, #tabs_menu.nav-tabs>li.active>a:hover{
    background-color: transparent;
}

@media (min-width: 768px){
#tabs_menu.nav-tabs>li{
    border-bottom: 4px solid #4A4A4A !important;
    border-radius: 15px 15px 0 0; 
    font-size: 1.5em;
}
#tabs_menu.nav-tabs>li.active{
    border-left: 4px solid #4A4A4A !important;
    border-right: 4px solid #4A4A4A !important;
    border-top: 4px solid #4A4A4A !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 15px 15px 0 0; 
    transition: ease-in-out all 0.4s !important;
    box-shadow: 7px -14px 19px #888888; 
} 
#tabs_menu.nav-tabs>li>a{
    border: 1px solid transparent !important;
    border-radius: 15px 15px 0 0 !important; 

}
#tabs_menu.nav-tabs>li>a:hover, #tabs_menu.nav-tabs>li>a:focus {
    border-radius: 15px 15px 0 0;
}    
}

@media (max-width: 767px){
#tabs_menu.nav-tabs>li{
    border-radius: 15px 15px 0 0; 
    font-size: 1.5em;
    margin-top: 2px;
}
#tabs_menu.nav-tabs>li.active{
    border-left: 4px solid #4A4A4A !important;
    border-right: 4px solid #4A4A4A !important;
    border-top: 4px solid #4A4A4A !important;
    border-radius: 15px 15px 0 0; 
    transition: ease-in-out all 0.4s !important;
}
#tabs_menu.nav-tabs>li>a{
    border: 1px solid transparent !important;
    border-radius: 15px 15px 0 0 !important; 
}
}

/*modal panel rpl*/
.tab-content div.tab-pane.rpl {
    height: 20em;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}
.link-rpl:hover {
	background-color: #0e58af;
	color: #fff !important;
	text-shadow: none;
}
.link-rpl {
    transition: ease-in-out all 0.2s;
}
.bg-info,
.bg-white,
.bg-dark-gray,
.bg-amarelo-brasil, 
.bg-verde-brasil,
.bg-azul-brasil
{color:gray;}

.bg-light-gray{ background-color: #c9c9c9;}
.bg-heavy-gray{ background-color: #777777;}
.bg-heavy-danger{ background-color: #8c0000;}
.text-white{color: #ffffff !important;}
.label-white {background-color: #ffffff; color: #333; border: 1px solid #ccc}

////Helpers

//Typography
.text-size1{font-size: 0.4em;}
.text-size2{font-size: 0.7em;}
.text-size3{font-size: 1em;}
.text-size4{font-size: 1.1em;}
.text-size5{font-size: 1.2em;}
.text-size6{font-size: 1.3em;}
.text-size7{font-size: 1.4em;}
.text-size8{font-size: 1.5em;}
.text-size9{font-size: 1.6em;}
.text-size10{font-size: 1.7em;}
.text-size11{font-size: 1.8em;}
.text-size12{font-size: 1.9em;}
.text-size13{font-size: 2em;}
.text-size14{font-size: 2.1em;}
.text-size15{font-size: 2.2em;}
.text-size16{font-size: 2.3em;}
.text-size17{font-size: 2.4em;}
.text-size18{font-size: 2.5em;}
.text-size19{font-size: 2.6em;}
.text-size20{font-size: 2.7em;}
.text-size21{font-size: 2.8em;}
.text-size22{font-size: 2.9em;}
.text-size23{font-size: 3em;}
.text-size24{font-size: 3.2em;}
.text-size25{font-size: 3.4em;}
.text-size26{font-size: 3.6em;}
.text-size27{font-size: 3.8em;}
.text-size28{font-size: 4em;}
.text-size29{font-size: 4.3em;}
.text-size30{font-size: 4.6em;}

hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(200, 200, 200, 0.75), rgba(255, 255, 255, 0));
}
/* -> ---------------------------Personalização Agenda de eventos ------------------*/		
.cal-month-day{
    height: 70px !important;
}

.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
    min-height: 70px !important;
}

span[data-cal-date] {
    margin-top: 4px !important;
    margin-right: 4px !important;
    padding: 6px !important;
}

.cal-day-today span[data-cal-date] {
    font-size: 1.2em !important;
}
.cal-day-today span[data-cal-date] {
    border-radius: 100%;
    border: 1px solid darkblue;
    padding: 2px;
    background-color: #e8fde7;
}

.cal-day-today {
    background-color: transparent !important;
}

.cal-week-box span[data-cal-date]{
    border-radius: 0px;
    border: none;
    padding: 0px !important;
}
.cal-week-box [class*="cal-cell"]{
    border-right: 1px solid #e1e1e1 !important;
}
.cal-week-box [class*="cal-cell"]:last-child{
    border-right: none !important;
}
/* <- ---------------------------Personalização Agenda de eventos ------------------*/		

/* -> --------------------------- Modal RotasPrefAltCicloVigente ---------------------------*/
.modal.modal-wide .modal-dialog {
    width: 95%
}
.modal-wide .modal-body {
    overflow-y: auto;
}

/* <- --------------------------- Modal RotasPrefAltCicloVigente ---------------------------*/


.btn-default{
    background-image: none;
}

/* -> --------------------------- CSS dos impactos do mapa de obras ---------------------------*/

    .contentver{
        color: black;
        /*background-color: #ba1600;*/
        border: 5px solid #ba1600;
        padding: 5px;        
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer;
    }
    .contentama{
        color: black;
        /*background-color: #ffb515;*/
        border: 5px solid #ffb515;
        padding: 5px;        
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer;
    }
    .contentamb{
        color: black;
        /*background-color: #fa7a11;*/
        border: 5px solid #fa7a11;
        padding: 5px;        
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer;
    }
    .content{
        color: black;
        /*background-color: #217524;*/
        border: 5px solid #217524;
        padding: 5px;        
        line-height: 30px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .lineHeight16 {
        line-height: 16px;
    }
    
/* <- --------------------------- CSS dos impactos do mapa de obras ---------------------------*/

/* efeito de piscar, blink */
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}

/* <- --------------------------- CSS dos relatórios de pós-operações ---------------------------*/
.boxPosHead {
    padding: 0;
}

.boxPosBody {
    padding: 7px;
}

.lista_relatorios li {
    margin: 0 0 5px 10px;
}

.lista_relatorios li:first-of-type {
    margin: 15px 0 5px 10px;
}

.div_card h4 {
    font-size: 13px;
}

.div_card a span {
    margin-right: 5px;
}

.div_card a:first-of-type {
    padding-top: 8px;
    padding-bottom: 0;
}

.div_card a:last-of-type {
    padding-top: 2px;
    padding-bottom: 8px;
}

.card {
    min-height: 100px;
    margin-bottom: 10px;
}

.div_card p {
    padding: 8px 12px 0 12px;
    font-size: 12px;
    margin-bottom: 8px;
}

.div_card hr {
    margin: 3px;
}

.div_card h4 {
    margin: 5px;
}

.card_bigger_header {    
    min-height: 31px;
    line-height: 31px;
}

.div_card {
    padding-right: 5px;
    padding-left: 5px;
}

/* <- -----------------------------------------------------------------------------------------------*/