body {
    padding-right: 0 !important ;

    /*overflow-x: hidden; */

    overflow-x: hidden;
    width: 100%;
}
 
table {
  width: 100% !important ;
}

th,tr,td{
  text-align: center;
}


 
 

.borda_texto{
    word-wrap: break-word;
    color:black;
  	padding-top: 10%;
}

.labelmenu{
	font-size: 10px;
}

.labelmenutela{
	font-size: 9px;
}

.label-consulta{
	  background-color: #378006;
}

.login-layout{
	background: #AADD99; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #AADD99 0%, #AADD99 25%, #AADD99 51%, #AADD99 83%, #AADD99 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #AADD99 0%,#AADD99 25%,#AADD99 51%,#AADD99 83%,#AADD99 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #AADD99 0%,#AADD99 25%,#AADD99 51%,#AADD99 83%,#AADD99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AADD99', endColorstr='#AADD99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
 
}

 

 

 a{
 	color: #000000;
 }

.principal-layout{
 	 
background-color: #AADD99; /* Old browsers */
background-color: -moz-linear-gradient(-45deg, #AADD99 0%, #AADD99 25%, #AADD99 51%, #AADD99 83%, #AADD99 100%); /* FF3.6-15 */
background-color: -webkit-linear-gradient(-45deg, #AADD99 0%,#AADD99 25%,#AADD99 51%,#AADD99 83%,#AADD99 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(135deg, #AADD99 0%,#AADD99 25%,#AADD99 51%,#AADD99 83%,#AADD99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AADD99', endColorstr='#AADD99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    

    background-image: url('fundo.png');
    background-repeat: no-repeat;
 background-size: contain, cover,100%;

}
 

.navbar-default {
/*	background: url(../img/papel.png) repeat;*/
/*background-color:#FFFFFF; 
	color: #000000;*/
}
 
.papel{
  	background-color: #FFFFFF;
}

.divFORMULARIO{
	display:none;
}

.divlabel{
  
 
	
}


.divlabel2{
  
 background-color: #00a65a;
	
}
 
.conteudo{
 	padding-top: 3%;
	padding-left: 10%;
	padding-right: 10%;
}


.conteudoprincipal{
	
 	padding-top: 3%;
	padding-left: 10%;
	padding-right: 10%;


}

.conteudo_pendencia{
	padding-top: 3%;
	padding-left: 5%;
	padding-right: 5%;
}



.sombrarel{
	 border: 1px solid rgba(105, 108, 109,  0.7);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 2px rgba(208, 223, 226, 0.4) inset;
	 -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 2px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 2px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
}

.preto {
color:#000000;
}

.logo{
	 width: 80px;
	 height: 80px;
	 padding-top: 0.5%;
	 padding-right: 0.5%;
}

.form-login{
	background-color: #FFFFFF;
 }
 
.note.taupe {
    background: none repeat scroll 0 0 #FFFFFF; /* color de fondo */
    color: #000000; /* color de texto */
    text-shadow: 1px 1px 1px #FFFFFF;
    overflow: hidden;
    position: relative;
  	border-color:#e8e8e8;
    border-style: solid;
    


}

.note.taupe:before {
    background: none repeat scroll 0 0 #e8e8e8; /* color de esquina */
    border-color: #FFFFFF #FFFFFF #e8e8e8 #e8e8e8; /* color de borde */
    border-style: solid;
    border-width: 0 20px 20px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}


.loguser {
	background: #FFF;
	width: 100%;
	/*background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-ms-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border: 1px solid #c4c6ca;
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 400px;*/
}


.loguser h1 {
	color: #7E7E7E;
	font: bold 25px Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin: 10px 0 40px;
}
.loguser h1:before,
.loguser h1:after {
	content: "";
	height: 1px;
	position: absolute;
	top: 35px;
	width: 27%;
}
.loguser h1:after {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(left,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(left,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    right: 0;
}
.loguser h1:before {
	background: rgb(126,126,126);
	background: -moz-linear-gradient(right,  rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(right,  rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
    left: 0;
}
.loguser:after,
.loguser:before {

/*	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #c4c6ca;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;*/
}
.loguser:after {
	/*-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
	top: 0;
	z-index: -1;*/
}
.loguser:before {
/*	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	top: 0;
	z-index: -2;*/
}
.loguser form { margin: 0 20px; position: relative }
.loguser form input[type="text"],
.loguser form input[type="password"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    background-color: #FFFBD5;
	border: 1px solid #000;
	color: #000;
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 15px 10px 15px 40px;
	width: 100%;
}
.loguser form input[type="text"]:focus,
.loguser form input[type="password"]:focus {
	-webkit-box-shadow: 0 0 2px #ed1c24 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #ed1c24 inset;
	background-color: #fff;
	border: 1px solid #ed1c24;
	outline: none;
}


.username { background-position: 10px 10px !important ;}
.password { background-position: 10px -53px !important }
.loguser  form input[type="submit"] {
	background: rgb(254,231,154);
	background: -moz-linear-gradient(top,  rgba(254,231,154,1) 0%, rgba(254,193,81,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	background: linear-gradient(top,  rgba(254,231,154,1) 0%,rgba(254,193,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
	border: 1px solid #D69E31;
	color: #85592e;
	cursor: pointer;
	float: left;
	font: bold 15px Helvetica, Arial, sans-serif;
	height: 35px;
	margin: 20px 0 35px 15px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	width: 120px;
}
.loguser  form input[type="submit"]:hover {
	background: rgb(254,193,81);
	background: -moz-linear-gradient(top,  rgba(254,193,81,1) 0%, rgba(254,231,154,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	background: linear-gradient(top,  rgba(254,193,81,1) 0%,rgba(254,231,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#fee79a',GradientType=0 );
}
.loguser  form div a {
	color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}
.button {
	background: rgb(247,249,250);
	background: -moz-linear-gradient(top,  rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
	padding: 15px 0;
}
.button a {
 	color: #7E7E7E;
	font-size: 17px;
	padding: 2px 0 2px 0px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button a:hover {
	background-position: 0 -135px;
	color: #00aeef;
}

.loguser form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.loguser h1{ font-size:28px;}
.loguser h2{ font-size:26px;}
.loguser h3{ font-size:18px;}
.loguser h4{ font-size:16px;}
.loguser h5{ font-size:14px;}
.loguser h6{ font-size:12px;}
.loguser h1,h2,h3,h4,h5,h6{ color:#563D64;}

.logolog{
	 width: 50px;
	 height: 50px;
	 
}

.lblerro{
	position: relative;
	padding-left: 15%;
	width:100%;
	padding-right: 15%;
}


#navbar{
background: #FFFFFF; 
}

#navbar{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(45deg,  #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;


    box-shadow: -1px -1px 2px #325d6f;
-webkit-box-shadow: -1px -1px 2px #325d6f;
-moz-box-shadow: -1px -1px 2px #325d6f;

width: 100%;

}


#navbar1 span{
  color: black;
  
} 

#navbar1{

width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+98;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.table-header{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+83,299a0b+90,299a0b+92,299a0b+94,ffffff+97,ffffff+100,ffffff+100,ffffff+100 */
background: rgb(41,154,11); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 83%, rgba(41,154,11,1) 90%, rgba(41,154,11,1) 92%, rgba(41,154,11,1) 94%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 83%,rgba(41,154,11,1) 90%,rgba(41,154,11,1) 92%,rgba(41,154,11,1) 94%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 83%,rgba(41,154,11,1) 90%,rgba(41,154,11,1) 92%,rgba(41,154,11,1) 94%,rgba(255,255,255,1) 97%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
/* IE6-9 fallback on horizontal gradient */


}

.caixadetexto{
	 -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
    
  box-shadow: 5px 5px 10px #DCDCDC;
-webkit-box-shadow: 5px 5px 10px #DCDCDC;
-moz-box-shadow: 5px 5px 10px #DCDCDC;
 
}

.listadetexto{

}

.loading{
 	/*text-align: center;*/
	margin-top :2%;
	margin-left:15%;

	color:#000;
	font-weight: bold;
	font-size: 12px;

	text-align:justify;
 
}


 
#tabbPROGCLI .table-box{ 
   	border: 1px solid #aaaaaa; 
   	box-shadow: -1px -1px 1px #DCDCDC, 1px 1px 1px #DCDCDC;
-webkit-box-shadow: -1px -1px 1px #DCDCDC, 1px 1px 1px #DCDCDC;
-moz-box-shadow: -1px -1px 1px #DCDCDC, 1px 1px 1px #DCDCDC;
}


 /* Timeline */
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: green;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;

    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        border:2px solid black;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #000;
                -webkit-box-shadow: 0 0 0 5px #000;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
                border:2px solid black;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #fff;
                padding: 1em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                border:2px solid black;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent black transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;

                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }

 
.timeline-centered .titulo{
	text-align: center;
}


  .modal-footer{
      background-color: white;
      
  }

    .modal-header{
      background-color: green;
      color:white;
  }

   .modal-title{
      color:white;
  }

  
 
   .modal-header >button  {
       color: #fff; 
    opacity: 1;
  }

  .btn-custom {
	padding: 1px 15px 3px 2px;
	border-radius: 50px;
	  
}

.btn-icon {
	padding: 8px;
 
}

.painel-login{
	border-left: 1px solid white; 
	border-right:  1px solid white; 
	border-bottom: 1px solid white;
	border-top:1px solid black;
}

.panel-login-rodape{
	font-weight: bold;
	background-color: #FFF;
}

 .input-borda{
	border:2px solid black;
}

.titulo-login{
	color:green;
	font-weight: bold;
	margin-top: 50px;
}

.logolog2{
	 width: 100px;
	 height: 100px;
	 
}

.borda_redonda{
	  	border : 2px solid white;
		border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
		box-shadow: 4px 4px 4px #4e5340;
	}
.borda_redonda_panel{
	  border-radius: 20px 20px 20px 20px;
		-moz-border-radius: 20px 20px 20px 20px;
	}

 .btn-cinza {
 	 border:1px solid transparent!important;
     color: #000!important; 
     font-weight: bold;

   

     border : 2px solid #aaaaaa!important;
	 
		box-shadow: 4px 4px 4px #aaaaaa !important;

     background: #E8E8E2 !important; /* Old browsers */ 
    background: -moz-linear-gradient(top, #FFF 0%, #E8E8E2 50%, #E8E8E2 51%, #E8E8E2 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFF 0%,#E8E8E2 50%,#E8E8E2 51%,#E8E8E2 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background :  linear-gradient(to bottom, #FFF 0%,#E8E8E2 50%,#E8E8E2 51%,#E8E8E2 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E2', endColorstr='#E8E8E2',GradientType=0 )!important; /* IE6-9 */
  
}


 
#trRELANUAL{
	 background-color: #E8E8E2 !important;  
	 color:#000;
	 font-weight: bold;

}

#trPPRA{
	 background-color: #E8E8E2 !important;  
	 color:#000;
	 font-weight: bold;

}

#trPCMSO{
	 background-color: #E8E8E2 !important;  
	 color:#000;
	 font-weight: bold;

}

 
.trprog  {
	 
	 border-top: 2px solid white;
}



 .btn-verde {
 	 border:1px solid transparent!important;
     color: #FFF!important; 
     font-weight: bold;

   

     border : 2px solid #aaaaaa!important;
	 
		box-shadow: 4px 4px 4px #aaaaaa !important;

     background: #5bc30b !important; /* Old browsers */ 
    background: -moz-linear-gradient(top, #5bc30b 0%, #339933 50%, #339933 51%, #339933 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5bc30b 0%,#339933 50%,#339933 51%,#339933 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background :  linear-gradient(to bottom, #5bc30b 0%,#339933 50%,#339933 51%,#339933 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#339933', endColorstr='#339933',GradientType=0 )!important; /* IE6-9 */
  
}


 .btn-vermelho {
 	 border:1px solid transparent!important;
     color: #FFF!important; 
     font-weight: bold;

   

     border : 2px solid #f68282!important;
	 
		box-shadow: 4px 4px 4px #aaaaaa !important;

     background: #f35959 !important; /* Old browsers */ 
    background: -moz-linear-gradient(top, #f68282 0%, #f24444 50%, #f24444 51%, #f24444 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f68282 0%,#f24444 50%,#f24444 51%,#f24444 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background :  linear-gradient(to bottom, #f68282 0%,#f24444 50%,#f24444 51%,#f24444 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68282', endColorstr='#f24444',GradientType=0 )!important; /* IE6-9 */
  
}

 .btn-amarelo {
 	 border:1px solid transparent!important;
     color: #000!important; 
     font-weight: bold;

   

     border : 2px solid #ffd65b!important;
	 
		box-shadow: 4px 4px 4px #aaaaaa !important;

     background: #ffd65b  !important; /* Old browsers */ 
    background: -moz-linear-gradient(top, #fff519 0%, #ffd147 50%, #ffd147 51%, #ffd147 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff519 0%,#ffd147 50%,#ffd147 51%,#ffd147 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background :  linear-gradient(to bottom, #fff519 0%,#ffd147 50%,#ffd147 51%,#ffd147 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff519', endColorstr='#ffdb70',GradientType=0 )!important; /* IE6-9 */
  
}


 