/* 
    Document   : styles.css
    Created on : 29/08/2011, 10:11:11
    Author     : paulotrajano
    Description:
        Folha de estilo comum para todas as páginas do projeto.
*/

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,400italic);*/

*  {
    margin:0;
    padding:0;
    font-style: normal;
    line-height:normal;
    text-decoration: none;

}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/** http://tableless.com.br/design-responsivo-na-pratica-2-layout-ao-html/
    "Proporção: garantir que todas as imagens, videos e conteúdos embedados fiquem com a largura máxima de 100% do tamanho original." */
img,
picture,
video,
embed {
    max-width: 100%;
}

/* Seletor finalizado em 04/10/2012*/
a{
    /*    color: #FF7300;*/
    color: #909090;      

}

input[type="number"] {
    width: 5em;
}

bold, strong,
#right-sidebar bold strong{
    font-weight: 500;
}



/* Seletor finalizado em 04/10/2012*/
a:link{
    /*color: #393939;*/
    /*color: #e85858 !important;*/
    text-align: left;    
    font-family: "Roboto", sans-serif
}

/* Seletor finalizado em 04/10/2012*/
a:link:hover{
    text-decoration: none;    
}

/* Seletor finalizado em 04/10/2012*/
href{
    font-family: "Roboto", sans-serif;
    /*font-family: "Open Sans Condensed";
    color: #0072cf;
    color: #0388a6;*/
    font-weight: 300;
    /*color:#393939;*/
    text-align: left    
}

/* Data, abaixo do brasão. Finalizado. */
h1, .legenda {
    color: #666666; /* Tom de cinza */
    font-size:10px;    
    font-weight: 500;
    width: 100%;
    float:left;    

}

/* Semelhante ao nível h2 da #right-sidebar . Finalizado. */
h2{
    font-family: inherit;
    font-size: 150%;
    /*color: rgb(10, 100, 164);*/
    text-align: left;
    font-weight: 500;    
    line-height: 14px;  
    height: 20px;
    /*border: 1px solid red;*/
    width: auto;

}

/* Título das páginas, abaixo do menu (antigo breadcrumb). Finalizado. */
h3{

    font-weight: 100;
    font-size: 4em;
    text-align: left;
    width: auto;
}

h4{
    font-size: 150%;
    font-weight: 300;
    font-family: inherit;
    display: block;
    font-size: 150%;
    text-align: left;
    line-height: 1em;
    padding-bottom: 0.6em;
}

h5{
    font-weight: 400;
    text-transform: none;
    font-size: 1.8em;
    color: #000;
    text-align: left;
    padding-bottom: 1.6em;
}

ol li{
    font-size: 100%;
}

.divisor{
    border-bottom: 1px solid #DDDDDD;
    height: 1px;
    margin-bottom: 14px !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    clear: both;
}

html, body {height: 100%; }

/*@media screen and (min-width: 760px){*/
html{ 
    /*background: url("../img/grid-760_to_1136.png") no-repeat 50% 0 transparent;*/ 
    width: 100%;

}

body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 62.5%; /* << Para saber porque esse valor, veja: http://tableless.com.br/design-responsivo-na-pratica-2-layout-ao-html/ */
    line-height: 1.5;
    font-weight: 300 !important;
    width: 100%;
    height:auto !important;
    min-height: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center; /*  esse é o hack para o ie */
    color: #444444;        /*background: url("../img/bg-4.png") repeat-x scroll 0 bottom transparent;*/
    color: #212121;        /*background: url("../img/bg-4.png") repeat-x scroll 0 bottom transparent;*/

}

*::-moz-selection {
    background: rgba(231, 105, 105, 0.7) none repeat scroll 0 0;
}

/*Opera Fix*/
/*body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px
}*/

/********  A QUESTÃO DO RODAPÉ JÁ FOI RESOLVIDA **********************/

/* A div que engloba todas as outras */
.container {
    /*width: 100%;*/
    max-width: 1128px;
    min-height: 100%;
    margin:0 auto;
    padding: 0px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/** http://tableless.com.br/design-responsivo-na-pratica-2-layout-ao-html/
    "Border-box: box-sizing border box acompanhado do seletor *. Basicamente esta regra diz que todos os elementos agora levarão em conta 
    apenas a largura e altura determinada, sem somar a este valor a borda e o padding. Ou seja, uma coisa a menos para nos preocuparmos."*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Não está sendo levada em consideração*/
#maincontent {

    background-color: white;

    margin: 0 auto;
    width: 960px;
    text-align: left;
    min-height: 500px;
    /*height: auto !important;*/
    /*height:100%;*/
    /*display:table;*/

    /*  -moz-box-shadow: 0 0 6px #BBBBBB;
        -webkit-box-shadow: 0 0 6px #BBBBBB#E1DFD8;
        -ms-box-shadow: 0 0 6px #BBBBBB#E1DFD8;
        box-shadow: 0 0 6px #BBBBBB#E1DFD8 #D4D0C8;*/

    padding-left: 18px;
    padding-top: 0px;
    padding-bottom: 30px; 
    overflow: hidden;
    /*margin-bottom: 10px;*/
    padding-top: 20px;  
    position: relative;    
    z-index: 1; /*<< Essa opção estava impedindo que o jquery-modal aparecesse.  */

}

.footer{
    position: relative;
    top: 100% !important;
    width: 100%;
    margin-top: 3.4em;
    /*margin-bottom: 0;
    float: left;*/
    text-transform: uppercase;
    text-align: center;
    /*border: 1px solid red;*/
    background: #edeff1;
    height: 10%;
    padding-top: 2.3em;
    padding-bottom: 2.3em;
    font-size: 150%;

}

#footer{
    color: #353535;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    height: 30px;
    text-align: center;
    padding: 20px;
    font-size: 12px;     

    /*bottom: 0; */
    text-transform: uppercase;
    clear:both;
    /*border:1px solid red;*/
}

#breadcrumb {
    /*    float: left;*/
    margin: 4px 0 28px 2px;
    padding: 2px;
    /*width: 88.65248226950355%; // 1000px / 1128;*/
    //border-bottom: 1px solid #EEEEEE;
    clear: both;
    //letter-spacing: em;
}

/*#content{
    margin: 0 auto;
    text-align: left;
    display:table;
    width: 930px;
    background: white;
    height: auto;
    padding: 20px 0 20px 0;
    margin: 10px 0 0 0;   
    border:1px solid red;
}*/

.header{
    text-align:center;
    width: 100%;   /** <<  veja: http://tableless.com.br/design-responsivo-na-pratica-2-layout-ao-html/ */
    height: 100px;
    /*overflow: hidden;*/
    color: #589c36;
    z-index: 2;
    /*O valor anterior do shadow era 4px*/

    -moz-box-shadow: 0 3px 2px -2px #BBBBBB;
    -webkit-box-shadow: 0 3px 2px -2px #BBBBBB; /*#E1DFD8;*/
    -ms-box-shadow: 0 3px 2px -2px #BBBBBB; /*#E1DFD8; */
    box-shadow: 0 3px 2px -2px #BBBBBB; /*#E1DFD8 #D4D0C8;*/

    padding-top: 2em;
    padding-bottom: 0.5em;
    margin-bottom: 3.6em;
    margin-top: 3.6em;
}


#back-top {
    bottom: 30px;
    position: fixed;
    margin-right: -80px;
    bottom: 88px;
    display: none;

    border-radius: 50%;
    height: 42px;
    margin-bottom: 7px;
    width: 42px;

    -moz-box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.1);
    -webkit-box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.1);
    -ms-box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.5);
    box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.5);
}
#go-bottom {
    position: fixed;
    margin-right: -80px;
    bottom: 38px;
    display: none;

    border-radius: 50%;
    height: 42px;
    margin-bottom: 7px;
    width: 42px;

    -moz-box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.1);
    -webkit-box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.1);
    -ms-box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.5);
    box-shadow: 0 2px 4px 1px rgba(1, 1, 1, 0.5);
}

#back-top span, 
#go-bottom span {

    /*background: url("../img/up-arrow.png") no-repeat scroll center center #B4B4B4;*/
    background: #e85858;
    opacity: 0.8;
    border-radius: 50%;
    display: block;
    height: 42px;
    /*margin-bottom: 7px;*/
    text-align: center;
    padding-top: 0.7em 

}

#go-bottom span { padding-top: 0.9em  }

#back-top span:after, 
#go-bottom span:after {
    content: '\25B2';
    color: #FFF !important;
    font-size: 1.3em;
    text-align: center !important;
    text-decoration: none;
    text-transform: uppercase;
}

#go-bottom span:after {content: '\25BC'; }

#back-top a:hover,
#go-bottom a:hover {
    color: #e85858;
}

#back-top a:hover span, 
#go-bottom a:hover span {
    /*background-color: rgb(181, 207, 47);*/
    background-color: #e85858;
    opacity: 1;
}

.logoUEFS{
    width: 13.29787234042553%; /*234px / 1128px */
    float: left;

    /*    background: url("../img/BrasaoUEFSPersp1.png") center no-repeat scroll;    
    //background: url("../img/QuemQuerMaisFazUEFSMenor.png") center no-repeat scroll;    
    //width: 150px; //86px/*62px/*50px;
    //height: 100px;*/
    overflow: hidden;
    margin-top: -2em;
    /*margin: -4px 0 0 -12px;
    
    position: relative;
    z-index: 2;
    top:10px;
    left:0px;*/

}

#logoUEFS2{
    background: url("../img/brasao.png") center -2px no-repeat scroll;   
    background-size: 78px 116px;
    width: 85px/*86px/*62px/*50px*/;
    height: 120px/*120px/*98px/*80px*/;
    float: left;
    margin-right: 25px;
    /*border: 1px solid green;*/
    /*margin: -4px 0 0 -12px;*/
}

#simbolos{
    width: auto/*86px/*62px/*50px*/;
    height: 38px/*120px/*98px/*80px*/;
    /*border: 1px solid green;*/
    /*margin: -4px 0 0 -12px;*/
    position: relative;
    z-index: 2;    
    float: left;
}

#simbolos ul {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

#simbolos ul li{
    width: 36px;
    float: left;
    display: inline;
    margin-left: 4px;
    cursor: pointer;

}

#simbolos ul li.faleconosco{
    background: url("../img/symbols.png") -2px 0px no-repeat ;    
    width: 36px;
    height: 36px;
}

#simbolos ul li.faleconosco:hover {
    background: url("../img/symbols.png") -40px 0px no-repeat scroll;    
    width: 36px;
    height: 36px;

}

#simbolos ul li.rss{
    background: url("../img/symbols.png") -80px 0px no-repeat scroll;    
    width: 36px;
    height: 36px;
}

#simbolos ul li.rss:hover{
    background: url("../img/symbols.png") -118px 0px no-repeat scroll;    
    width: 36px;
    height: 36px;

}

/****************** Conteúdo à direita do menu lateral esquerdo ****************/

#right-sidebar {
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    background-color: white;
    //margin: 0px 0px 0px 8px;
    //margin-left: 0.2em;
    margin-bottom: 5em;    
    overflow: hidden;
    float: left;
    text-align: justify;
    font-size: 160% !important;
    line-height: 1.5em;
    //width: 74.46808510638298%; /* 840px; / 1128  */
    //width: 73.13829787234043%; /* 840px; / 1128  */
    width: 72.47872340425532%; // 810px; / 1128  
}

#right-sidebar h1 {
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 22px;

}

#right-sidebar h2,  #right-sidebar h3{
    font-family: "Roboto", sans-serif;
    /*color: rgb(10, 100, 164);*/
    color: #4E4E4E;
    text-transform: uppercase;
    text-align: left;
    /*    border-bottom: 0.5px solid #CECECE;*/
    font-weight: 300;
    height: auto;
    line-height: 24px;
    margin-bottom: 12px;
    padding-bottom: 2px;
}

#right-sidebar h2 { font-size: 120%; font-weight: 400; }  
#right-sidebar h3 { font-size: 12pt; }

#right-sidebar a:link {
    /*   color: #393939;*/
    color: #e85858;
    font-weight: 400;/*color: #444;*/
    text-align: left;    
    font-family: "Roboto", sans-serif;
    font-size: 100%;
}

#right-sidebar a:link:hover {
    /*color: #FF7300;*/  
    text-decoration: underline;
}

#right-sidebar p {
    margin-bottom: 25px;
}

#right-sidebar ol{
    /*display: block;*/
    margin: 0 0 20px 20px;    
    padding: 0;
    //font-family: "Roboto", sans-serif;;
    font-size:10pt;
    padding-top: 2px;

}

#right-sidebar ul{
    /*display: block;*/
    margin: 0;
    padding: 0;
    list-style-type: none;    
    //font-family: "Roboto", sans-serif;;
    font-size:10pt;
    /*    padding-top: 10px;*/

}

#right-sidebar ul li{
    /*border-bottom: 1px solid #eeeded; */
    padding: 2px;    
    margin-left: 28px;
    list-style: none;
    list-style-type: none;
    list-style: disc;
    /*background: url("../img/bullet-black.png") no-repeat 2px 8px transparent;*/
}

#right-sidebar ol{
    padding: 5% 3% 8%;
}

#right-sidebar ol li{
    font-size: 110%; 
}

#right-sidebar ul li a, #right-sidebar ol li a{
    color:#444;
    height: 20px;    
    padding:2px 2px 2px 8px;    
}

/*#right-sidebar ul li a:link {
    color: #4E4E4E;
}*/

#editais-formularios{
    width: 100%;
    padding-bottom: 8px;
    /*    border:1px solid red;*/

}

#editais-formularios ol{
    margin-top: -10px;       
    color: black;
}

#editais-formularios ol li{
    color: black;/*rgb(10, 100, 164);*/
    height: auto;    
    line-height: 16px;
    /*list-style-image: url("../img/pdfico.png");*/
    margin: 10px 0 8px 14px; 
    list-style-position: outside; 
    list-style-type: circle;    

}

#editais-formularios ol li a {
    color: #444;     
}

.clear{
    clear:both;
}

.blocos{
    width: 32%;
    float: left;  
    padding: 0 8px 4% 0;    
    color: #909090;
    /*    border:1px solid red;*/
}

.blocos ul li{ 
    list-style: none !important; 
    text-indent: -18px;
}

.blocos ul li a {
    margin:0;
    padding: 0;
    color: rgb(10, 100, 164); 
}


/*********** Formulários, botões, caixas de texto, dropboxes e afins **************/

fieldset{
    //border: 1px solid green;
    border: none;
    padding-top: 0px;
    padding-bottom: 16px;
    padding-left: 10px;
    /*width: auto;*/
    /*height: 100% !important;*/
    height: auto; 
    background: white;
    margin:0;

}

.legenda { font-size: 20px; color: #FF7300; font-weight: 500 !important; }

legend {
    font-family: "Roboto", sans-serif;
    font-size: 150%;
    color: #e85858;
    text-align: left;
    font-weight: 300;
    padding-top: 1em;
    /*text-transform: uppercase;*/
    margin-left: -10px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #ddd;*/
    width: 99%;
    /*margin-bottom: 8px;*/
}

/* Essa classe foi criada para facilitar o agrupamento de labels e inputs em uma mesma linha */
.row { 
    width: 100%; 
    height: auto; 
    clear: both; 
    padding: 0; 
    margin: 0; 

}

label, label.aside{
    display: block;
    font-size: 0.8em;
    /*line-height: 24px;*/
    height: auto;
    vertical-align: central;
    width:auto;
    padding-bottom: 8px;    
}

label.aside{
    float:left;
    padding-right: 20px;

}

label.clear {clear: left; }

label.error {
    color: red;
    display: table;

    padding: 4px;
    border: 1px solid #eee;
    background-color: #EEEEEE;
    width: auto;

    -webkit-box-shadow: 0px 0px 2px #aaa;
    -moz-box-shadow: 0px 0px 2px #aaa; 
    box-shadow: 0px 0px 4px #aaa;
}

input, textarea, select {font-family: inherit;}

input, textarea, select{ 		
    padding: 6px; 
    margin: 4px 0 4px 0; 
    background:   #fff; 
    width: auto; 
    font-size: 120%; 
    color: #555; 
    border: 1px #bdc3c7 solid;  
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input:disabled, textarea:disabled, select:disabled{ 		    
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    cursor: default;
    opacity: 0.6;
}

input [type = submit]{
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    font-family: "Roboto", sans-serif;
    font-size: 110%;
    font-weight: 500;
    color: #5E5E5E;
    top:-6px;
    left:-12px;
}

input.submit:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555; 
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;	
    cursor:  pointer;  
}


input[type = radio] {
    float: left;
    vertical-align: middle;
    width: auto;
    height: auto; 
    clear: both; 
    margin: 0 4px 2px 0; 
    text-align: left;
}

textarea { width: 95% !important; height: 80px; overflow: auto;}

input:hover, textarea:hover, textarea:focus, input:focus, 
select:hover, select:focus { 

    /* -- CSS3 Shadow - create a shadow around each input element -- */ 
    /*    -webkit-box-shadow: 0px 0px 2px #aaa;
        -moz-box-shadow: 0px 0px 2px #aaa; 
        box-shadow: 0px 0px 4px #aaa;*/
    border: 1px solid #1abc9c;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    /* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
    -webkit-transition: background 0.3s linear;
}


/*input[type=checkbox]{
    appearance: none;
    width: 18px;
    height: 20px;
    display: block;
    clear: left;
    float: left;
    margin: 0;
    padding: 5px 0 4px 24px;
    cursor: pointer;
    background: url("../img/check_off.png") 0 0 no-repeat;     
}

input[type=checkbox]:checked{
    
    margin: 0;
    clear: none;    
    padding: 5px 0 4px 24px;
    cursor: pointer;
    background: url("../img/check.png") left center no-repeat scroll; 
    border: none;
}*/

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    /*    border: 1px solid #adb8c0;*/
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
    background: url("../img/check.png") left center no-repeat scroll; 
}

/* RADIO */

.regular-radio {
    display: none;
}

.button-holder {
    float: left;
}

.label_ {display: inline}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio:checked + label {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}


fieldset:focus {border: none!important;}
fieldset:hover {border: none!important;}

table{
    width: 100%;
}

table, tr, td, th{
    border: 1px solid lightgray;
    padding: 2px 2px 2px 6px;   
}

th{ 
    background-color: rgb(238, 238, 238);
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    font-weight: 500;
}

table > tbody > tr:hover {
    background-color: rgb(230, 230, 230);
    
}
/*
.myButton {
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    font-family: "Roboto", sans-serif;, "MyriadPro-Light", "Verdana", "Geneva", "sans-serif";
    font-size: 110%;
    font-weight: 600;
    color: #5E5E5E;
    top:-6px;
    left:-12px;

}*/

#faixa{
    width: 550px; /*86px/*62px/*50px;*/
    height: 147px;/*120px/*98px/*80px;*/

    position: relative;
    background: url("../img/bg_headerFaixa.png") no-repeat border-box scroll 0 0 transparent;
    z-index: 1;
    left: -52px;
    top: -130px;




}

.myButton {
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: "Roboto", sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #FFF;
    padding: 0.5em 0.8em 0.5em 0.8em;
    border: 1px solid #D4D0C8;

    text-decoration: none;  
    /*text-transform: uppercase;
    //text-shadow: 0px 1px 1px rgb(100, 100, 100);*/

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    /*    background: #E1DFD8;*/
    background: #e85858;
    /*background: #16a085;*/
    cursor: pointer; 
    bottom: 2px;
    float: right;
    position: relative;
    margin-right: 8px;
    /*margin: 0 auto;*/

}

.myButton.abort{
    background-color: #adb8c0;
}
.myButton.center{
    float: none;
    margin: 0 auto !important;   
}
.myButton.green{
    background-color: #1abc9c;
}

.myButton.disabled{
    background: #1abc9c;
    opacity: 0.2;
}


.myButton:hover {
    /*    -webkit-box-shadow: 0px 0px 20px #555;
        -moz-box-shadow: 0px 0px 20px #aaa; 
        box-shadow: 0px 0px 6px #555;		*/
    cursor:  pointer; 
    background: #1abc9c;
    color: #FFF;
    /*border: 1px solid #FF7300;
    text-shadow: 0px 1px 1px rgb(100, 100, 100);*/
}

.container-botoes{
    width: 98%;
    height: 30px;
    text-align: center;
    margin:0 auto;
    margin: 10px 0 0 0;
    padding: 8px;  
    clear: both;
    margin-bottom: 5%;
}

.botao-aside{
    float: left;
    bottom: 0;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 1.2em;  
}

.botao-aside.right{
    float: right;    
    padding-top: 0px;  
    border: 1px solid pink;
    //font-size: 90%;
}

#carregando{
    height: 2.2em;
    min-width: 200px;
    padding: 0;
    color: #000000;
    text-align: center;
    font-size: 100%;
    line-height: 2em;
    position: absolute;
    visibility: hidden;
    background: white;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-box-shadow: 0px 0px 2px #aaa;
    -moz-box-shadow: 0px 0px 2px #aaa; 
    box-shadow: 0px 0px 4px #aaa;

    -webkit-transition: background 0.3s linear;

}

#carregando img{
    width: auto;
    height: 120%;
    float:left;
    margin: -15% 0 0 60%;

}

#carregando span{
    float:left;
    font-size: 90%;
    font-weight: 400;
    margin: 4% 0 0 5%;
}


/********** Classes de estilo para "caixas" de informação, aviso e erro ********/
.message{
    color: #333333;
    font:inherit;
    width: auto;
    padding: 0 1.2em 0;
    text-align: justify;
    /*border: 1px solid rgb(156, 191, 214);*/
    padding-bottom: 20px;
    min-height: 50px;

    -moz-box-shadow: 0px 1px 7px 2px #BBBBBB !important;
    -webkit-box-shadow: 0px 1px 7px 2px #BBBBBB !important; 
    -ms-box-shadow: 0px 1px 7px 2px #BBBBBB !important;
    box-shadow: 0px 1px 7px 2px #BBBBBB !important;

    overflow: hidden;
    position: relative;
}

.message.modal{
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.message-title2{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 130%;
    width: 100%;
    height: 1.8em;
    line-height: 1.9em;
    display: block;
    margin-bottom: 1.2em;
}

.message-title-menor{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    width: 85%;

    /*height: 18px;*/
    display: block;
    margin-bottom: 4px;
}

/* A pseudo-classe ::before ajuda a simular, nesse caso, a barra superior da caixa de mensagem .
   Logo abaixo, cada classe atribui a cor da barra de acordo com o teor da msg: info, alert, error, success */
.message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2.8em;
    width: 100%;
    z-index: -1;
}


.message.info2::before {
    background-color: #00adfe;    
}

.message.alert::before {
    background-color: #f6d554;
}

.message.error::before {
    background-color: #e85858;

}

.message-menor{
    color: white;
    font:inherit;
    font-size: 1em;
    margin: 0 auto;
    width: 80%;
    /*width: auto;*/
    padding: 0.9%;
    text-align: center !important;
    margin-bottom: 1%;
    margin-top: 0.5%;

    /*-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
    -moz-box-shadow: 0 18px 10px -15px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 18px 10px -15px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 18px 10px -15px rgba(0,0,0,0.5);
    box-shadow: 0 18px 10px -15px rgba(0,0,0,0.5);

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;    

}

.message-menor.neutral { 
    background-color: rgba(0,0,0,0.05) !important;
    color: #000;
}

.message-menor.info { 
    background-color: #3394d9 !important;
}

.message-menor.success { 
    background: #67c58f;
}

.message-menor.alert { 
    background-color: #f6d554 !important;
    color: #53616c;
    margin-bottom: 2%;
}

.message-menor.error { 
    /*border: 1px solid #e74c3c !important;*/
    background-color: #e74c3c;
    margin-bottom: 2%;
}

.message-menor span {
    //float: left;
    padding: 0.3% 0.5%;

}

.message-menor .button{
    margin-left: 3%;
    padding: 0.1% 0.6%;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 0.5s ease 0s;
    background: transparent repeat scroll;
    border: 2px solid #3db1ff;  
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #FFF !important; 
    text-decoration: none !important; 
    font-weight: normal !important; 
    font-size: 110%;
}

.message-menor .button:hover{
    cursor: pointer;
    border-color: #FFF;  
}


.message.ok{
    background: url("../img/new-ok.png") no-repeat 10px 12px scroll;
    /*    height: auto !important;
        width: 85% !important;*/
}


.message.legenda{
    background: url("../img/legenda-icon.png") no-repeat 10px 12px scroll;
    font-size: 11px;
    font-weight: normal !important;
    /*    height: auto !important;
        width: 85% !important;*/
}



.nota-legenda{
    font-size: 8.5px;
    position: relative;
    right:-2px;
    top:-4px;
    color: #000000;
}

#atencao {
    color:red;
}

.calendario{
    width: 100%;
    height: 420px;
    padding: 0;
    display: block;
    /*border: 1px solid red;*/
    font-family: "Roboto", sans-serif;
}

.calendario .dias-semana{
    height: 30px;
    width: 100%;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #EEEEEE;
}

.calendario .dias-semana a { 
    width: 78px; 
    padding: 8px; 
    margin: 0;
    float: left; 
    text-align: center;
}

.calendario .datas{
    height: 100%;
    width: 100%;
    float: left;
}

.calendario .dia, .calendario .dia-off, .calendario .dia-on{ 
    width: 78px;
    height: 78px;
    padding: 8px; 
    margin: 0px;
    float: left;
    margin: 0px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}

.calendario .dia-on{ 
    color: #FF7300;  
    background-color: rgb(238, 238, 238); 
}

.calendario .dia-on span{ font-size: 11px; color: #444; display: block;}

.calendario .dia-off{ 
    color: #E1DFD8; 
    background-color: white; 
}

.calendario .dia-off span{ font-size: 11px; display: block;     /*border: 1px solid red;*/ }

.calendario .data {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    background-color: #FF7300;
    width: 80px;
    height: 80px;
    padding: 8px;
}

.mapa{
    background-color: transparent;
    height: 480px;
    width: 660px;
    padding: 0;   
}

#mapa #contentInfo{
    padding: 0;
    display: block;
    width: 380px;
    height: 100px;
}

#mapa-1, #mapa-2, #mapa-3, #mapa-4, #mapa-5 {width:650px; height: 450px; display: none;}

#mapa-1 { display: block; }



/*************  Espaço reservado para os testes com o novo estilo metro theme Windows 8 ********************/

#tablets-wrap{
    width: 98%;
    border: 1px solid red;
    padding: 0;
    height: auto;
    min-height: 180px;
    margin: 0 auto;
    margin-top: -30px;
    float:left;
}

#container-tablets-left{
    background-color: rgb(95, 170, 26);
    width: 28%;
    height: 100%;
    min-height: 180px;
    float:left;
    padding: 8px;
    margin: 0;    
    display: block;

}

#container-tablets-right{
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    float:left;
}

#tablet{
    width: 29.3%;
    height: 174px;
    border: 1px solid green;
    padding: 8px;
    margin-right: 8px;
    float:left;
    color: #FFF;
    background-color: rgb(158, 200, 40);
}

#tablet span{
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
    /*border:1px solid green;*/
    display: block;

}

#tablet ul
{
    /* Não estabeleça valores para o atributo "width" aqui, pois o IE não interpreta bem*/
    /* Não estabeleça o valor "0 auto" para o atributo "margin" aqui, pois o IE não interpreta bem*/
    margin: 0px; 
    padding: 0px; 
    list-style: none;       
}

#tablet ul li{
    height: 16px;   
    padding: 3px;
    cursor: pointer;    
    display: block;
}

#tablet ul li a
{
    height: auto;    
    width: 100%;
    line-height: 24px;
    padding:2px 2px 2px 0px;
    text-decoration: none;    
    font-style: normal;   
    font-weight: 600;
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(70, 70, 70, 0.4);

}

#tablet ul li a:hover{
    text-decoration: underline;
}

#tablet.inscricao {
    background-color: rgb(45, 127, 239);
}

#tablet.inscricao span{
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    /*border:1px solid green;*/
    display: block;

}

#tablet.baixe {    
    background-color: rgb(219, 83, 45);
}
#tablet.consulte {
    background-color: rgb(99, 175, 27)
}
#tablet.anteriores {
    background-color: rgba(222, 222, 222, 0.9);
    background-color: #FF7300;
    color: #7F7F7F;
    color: white;

}

.calendar{
    margin: 0;
    padding: 0;
    list-style:none !important; 
    margin-bottom: 10px;
    padding-left: -10px;

}

.calendar li{
    margin: 0 !important;
    padding: 0px !important;
    display: block;

}

#wrapper-calendario{
    /*width:690px;*/
    width:650px;
    overflow:hidden;
    /*border: 1px solid green;*/
}
#calendario{
    /*width:690px;*/
    width:650px;
    overflow:hidden;
    height: 485px;
    /*border: 1px solid blue;*/
    margin-left: 0;

}
.calendario-fase{
    float:left;
    /*width:690px;*/
    width:650px;
    /*height: 560px;*/
    /*border: 1px solid red;*/
}


#inscricoes141{
    background: url("../img/Calendario-20141-Inscricao.png") 0 0 no-repeat transparent;
    width: 650px;
    height: 488px;

}

#cartao141{
    background: url("../img/Calendario-20141-Cartao.png") 0 0 no-repeat;
    width: 650px;
    height: 488px;

}

#provas141{
    background: url("../img/Calendario-20141-Provas.png") 0 0 no-repeat;
    width: 650px;
    height: 488px;

}

.calendar .inscricoes{
    background: url("../img/Calendario-20132-Inscricoes.png") 0 0 no-repeat;
}

.calendar .cartao{
    background: url("../img/Calendario-20132-Cartao.png") 0 0 no-repeat;
}

.calendar .provas{
    background: url("../img/Calendario-20132-Provas.png") 0 0 no-repeat;
}

.next,
.prev {
    margin-top: 6px;
    float: left;
    cursor:pointer;
    width: 30px;
    height: 28px;
    /*border:1px solid orange;*/        
}

.next{ background: url("../img/arrows.png") -28px no-repeat; }
.prev{ background: url("../img/arrows.png") 10px no-repeat;  }
.next:hover{ background-color: #EEEEEE; }
.prev:hover{ background-color: #EEEEEE; }


#faq{
    padding-top:30px;
    min-height: 500px;
}

#faq dl{

}

#faq dt{
    height: auto;
    padding: 3px;
    margin-bottom: 10px;
    cursor: pointer;    
    display: block;
    background: url("../img/faq-bullet-right.png") no-repeat 0px 6px transparent;       
    padding-left: 34px;


}

#faq .topico{
    padding: 8px 0 14px 0;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #D4D0C8;
}

#faq .topico span{
    font-size: 18px;
    font-weight: 700;
    display: block;
    color: #FF7300;
    padding-bottom: 10px;
}

#faq p{
    padding-top: 10px;
}

#faq dt a{
    font-family: "Roboto", sans-serif;
    font-size: 15px !important;
    color: #555 !important;/*border: 1px solid blue;*/
    text-transform: uppercase;
}

#faq dt:hover{
    background: url("../img/faq-bullet-down.png") no-repeat 0px 6px transparent;       
}

#faq dd, dd{    
    height: auto;
    overflow: hidden;
    padding: 18px;
    padding-left: 34px;
    font-size: 14px !important;
    margin-top: -8px;
    margin-bottom: 10px;
    display: block;
    /*border: 1px solid pink;*/
    background-color: rgba(30, 30, 30, 0.1)
}

.infografico-cotas{
    padding-bottom: 40px;
    background-image: url("../img/infografico-Cotas.png"); 
    background-position:  0 10px;
    background-size: 660px 382px;
    background-color: white; 
    background-repeat: no-repeat;
    height: 385px;
    width: 700px;
    position: relative;
    left:-34px;
}

.input-email{
    text-transform: lowercase;
}

blockquote {
    font-family: Helvetica, serif;
    font-family: georgia;
    font-size: 16px;
    font-style: italic;
    width: 510px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -20px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.tooltip {
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}


/* Futuro  */

/* Botão destaque, com a estrela em cima */

/* 
.botaoDestaque{
    background: none repeat scroll 0 0 #EB6156; <<< essa cor é perfeita
    border: 0 none;
    border-radius: 0.2em 0.2em 0.2em 0.2em;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    display: block;
    font-size: 1.75em;
    font-weight: 900;
    outline: 0 none;
    padding: 0.85em 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}*/

/* Teste de roll-link

.roll-link {
    display: inline-block;
    overflow: hidden;
    perspective: 600px;
    perspective-origin: 50% 50%;
    vertical-align: top;
}
.roll-link:hover {
    text-decoration: none;
}

.roll-link:hover span {
    background: none repeat scroll 0 0 #E93A30;
    transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.roll-link span:after {
    background: none repeat scroll 0 0 #E93A30;
    color: #FFFFFF;
    content: attr(data-title);
    display: block;
    left: 0;
    padding: 0 2px;
    position: absolute;
    top: 0;
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
    transform-origin: 50% 0 0;
}
.roll-link span {
    display: block;
    padding: 0 2px;
    position: relative;
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: all 400ms ease 0s;
}


*/


/* Formulário estilo passo a passo*/
#wrapper{
    /*width:690px;*/
    width:100%;
    overflow:hidden;
    //    border: 1px solid green;
}
#etapas-cadastro{
    //width:98%;
    overflow:hidden;
    height: auto;
    /*border: 1px solid blue;*/
    margin-left: 0;

}
.etapa{
    float:left;
    /*width:690px;*/
    width:98%;
    /*height: 560px;*/
    /*border: 1px solid red;*/
}

#navigation{
    height:65px;
    /*background-color:#e9e9e9;*/
    border-top:1px solid #fff;
    margin-bottom: 45px;


}
#navigation ul{
    list-style:none !important;
    float:left;
    /*margin-left:22px;*/
    margin-top: 10px;
    /*    -moz-border-radius:0px 0px 10px 10px;
        -webkit-border-bottom-left-radius:10px;
        -webkit-border-bottom-right-radius:10px;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;*/

}
#navigation ul li{
    list-style:none !important;
    float:left;
    /*    border-right:1px solid #ccc;
        border-left:1px solid #ccc;*/
    position:relative;
    margin:0px;
    border-top: 6px solid rgb(150, 150, 150) !important;
    background-color: #e9e9e9 !important;
}

/*#navigation ul li:after{ content: ">"; }*/

#navigation ul li a{
    display:block;
    height:65px;
    width: 85px;
    font-size: 14px !important;
    /*font-family: 'Roboto' !important;*/
    background: url("../img/passo-neutro.png") no-repeat center center;

    /*background-color:#444;*/
    color:#777;
    color:rgb(150, 150, 150) !important;
    outline:none;
    text-decoration:none;
    /*line-height:45px;*/
    text-align: center !important;
    /*padding:0px 20px;*/
    border-right:1px solid #fff;
    /*border-left:1px solid #fff;*/
    /*background:#FFFFFF;*/
    /*    background:
            -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.09, rgb(240,240,240)),
            color-stop(0.55, rgb(227,227,227)),
            color-stop(0.78, rgb(240,240,240))
            );
        background:
            -moz-linear-gradient(
            center bottom,
            rgb(240,240,240) 9%,
            rgb(227,227,227) 55%,
            rgb(240,240,240) 78%
            )*/
}

#navigation ul li a:hover,
#navigation ul li.selected a{
    background: url("../img/passo-neutro-selected.png") no-repeat center center;
    /*color: #fff !important;*/
    color: #383838 !important;

}

#seta-adiante{
    position: absolute;
    left: 100px;
    top: 800px;
    background: url("../img/seta-adiante.png") no-repeat center center;
    z-index:100;
    width: 30px;
    height: 33px;

}

/*#navigation ul li.selected a{
    background: #969CAA;

}*/

/*#navigation ul li a.ok,
#navigation ul li.selected a.ok { background: url("../img/passo-ok.png") no-repeat center center; }
#navigation ul li.selected a.ok:hover { background: url("../img/passo-ok.png") no-repeat center center; }*/

#navigation ul li a.ok,
#navigation ul li.selected a.ok { background: url("../img/passo-ok.png") no-repeat center center; }
#navigation ul li.selected a.ok:hover { background: url("../img/passo-ok.png") no-repeat center center; }

#navigation ul li a.not-ok, 
#navigation ul li.selected a.not-ok { background: url("../img/passo-not-ok.png") no-repeat center center; }
#navigation ul li.selected a.not-ok:hover { background: url("../img/passo-not-ok.png") no-repeat center center; }

#navigation ul li.selected {
    border-top-color: #FF7300 !important;

}



span.checked{
    background:transparent url("../img/stepForm-checked.png") no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url("../img/stepForm-error.png") no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}


/********** Componente <ul> atuando como um <select> personalizado **********
    Ideia original por:
    Nabin Nepal
    mail@mrnepal.com
    http://mrnepal.com

    Css aperfeiçoado por:
    Paulo Trajano
    paulotrajano83@gmail.com
*/

#ul-like-select{
    width: 100%;
    padding: 2px 0;
    margin-bottom: 40px;
    height: auto;
    overflow: hidden;
    display: block;
    /*border: 1px solid red;*/
}

#ul-like-select ul { 
    height: auto;
    width: 524px;
    border: 1px #ddd solid;    
    position: absolute;
    z-index: 2; 
    background: #fff; 


    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc; 
    box-shadow: 0px 0px 5px #ccc;

    -webkit-transition: background 0.3s linear;
    background: url('..\img\select2.png') right top no-repeat;
}


#ul-like-select ul li { 
    /*z-index: 2;*/ 
    list-style:none;
    border-left:2px solid #FFF;
    margin:0;
    padding:8px;
    display: block;
    cursor: pointer;
}

#ul-like-select ul li span{ 
    font-size: 16px;
    font-weight: 600;
}

#ul-like-select ul li:not(.init) { 
    width: 500px; /* A mesma medida de #ul-like-select ul*/
    display: none; 
    background: #fff; 
    padding-bottom: 8px;
}

#ul-like-select ul li:not(.init):hover, 
#ul-like-select ul li.selected:not(.init) { 
    border-left: 2px solid #FF7300;
    background-color: #ddd;
}

#ul-like-select li.init { 
    cursor: pointer; 

}

a#submit { z-index: 1; }

.instrucoes-isencao{
    font-size: 11pt;    
    width: 600px !important;
    height: 450px !important;
}

.instrucoes-isencao .etapas {
    padding-bottom: 30px;
}

.instrucoes-isencao .etapas span {
    font-size: 10pt;
    display: block;
    margin-top: -10px;
}

.instrucoes-isencao .container-botoes {
    position: absolute;
    bottom: 5%;
    left: 0%;
}

.instrucoes-isencao ol li{
    font-size: 11pt;
    padding:0px 2px 8px 0px;

}

#bordered-box{
    clear: left;
    width: 97%;
    height: auto;
    margin-top: 20px !important;
    padding: 2%;        
    overflow: hidden;
    -moz-box-shadow: 0px 1px 7px 2px #BBBBBB !important;
    -webkit-box-shadow: 0px 1px 7px 2px #BBBBBB !important; //#E1DFD8;
    -ms-box-shadow: 0px 1px 7px 2px #BBBBBB !important;//#E1DFD8;
    box-shadow: 0px 1px 7px 2px #BBBBBB !important;//#E1DFD8 #D4D0C8;
}

#div-pne{
    clear: left;
    width: 97%;
    height: auto;
    margin-top: 20px !important;
    padding: 2%;        
    overflow: hidden;
    -moz-box-shadow: 0px 1px 7px 2px #BBBBBB !important;
    -webkit-box-shadow: 0px 1px 7px 2px #BBBBBB !important; //#E1DFD8;
    -ms-box-shadow: 0px 1px 7px 2px #BBBBBB !important;//#E1DFD8;
    box-shadow: 0px 1px 7px 2px #BBBBBB !important;//#E1DFD8 #D4D0C8;
}


.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px; 
    /* width and height can be anything, as long as they're equal */
}



/*****  CHECKBOX *****/
.check {
    width: 20px;	
    margin: 20px auto;
    position: relative;
}

.check label {
    cursor: pointer;
    position: absolute;
    width: 2em; /*20px;*/
    height: 2em; /*20px;*/
    top: 0;
    border-radius: 4px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.check label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 10px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.check label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.check input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*}*/

/*!
 * Gridpak Beta CSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */



/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

@media screen and (min-width: 320px) and (max-width: 760px){
    /*.logoUEFS{
        width: 23.29787234042553%; /*234px / 1128px */
        float: left;

        /*    background: url("../img/BrasaoUEFSPersp1.png") center no-repeat scroll;    
        //background: url("../img/QuemQuerMaisFazUEFSMenor.png") center no-repeat scroll;    
        //width: 150px; //86px/*62px/*50px;
        //height: 100px;*/
        overflow: hidden;
        margin-top: -2em;
        /*margin: -4px 0 0 -12px;
        
        position: relative;
        z-index: 2;
        top:10px;
        left:0px;*/

    }*/
}

/* 1. 6 Column Grid 0px - 319px
-----------------------------------------------------------------------------

Span 1:    15.8333333333%
Span 2:    32.6666666667%
Span 3:    49.5%
Span 4:    66.3333333333%
Span 5:    83.1666666667%
Span 6:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 0px) and (max-width: 319px) {

    .col {
        margin-left:1%;
        padding:0 2%;
    }

    .row .col:first-child {
        margin-left:0;
    }


    /*
    Add your semantic classnames in alongside their corresponding spans here. e.g.

    .span_3,
    .my_semantic_class_name {
        ...
    }
    */

    .span_1 {
        width:15.8333333333%;
    }
    .span_2 {
        width:32.6666666667%;
    }
    .span_3 {
        width:49.5%;
    }
    .span_4 {
        width:66.3333333333%;
    }
    .span_5 {
        width:83.1666666667%;
    }
    .span_6 {
        margin-left:0;
        width:100%;
    }
}

/* 2. 6 Column Grid 320px - 759px
-----------------------------------------------------------------------------

Span 1:    15.8333333333%
Span 2:    32.6666666667%
Span 3:    49.5%
Span 4:    66.3333333333%
Span 5:    83.1666666667%
Span 6:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 320px) and (max-width: 759px) {

    .col {
        margin-left:1%;
        padding:0 2%;
    }

    .row .col:first-child {
        margin-left:0;
    }



    .span_1 {
        width:15.8333333333%;
    }
    .span_2 {
        width:32.6666666667%;
    }
    .span_3 {
        width:49.5%;
    }
    .span_4 {
        width:66.3333333333%;
    }
    .span_5 {
        width:83.1666666667%;
    }
    .span_6 {
        margin-left:0;
        width:100%;
    }
}

/* 3. 12 Column Grid 760px - 1136px
-----------------------------------------------------------------------------

Span 1:    7.41666666667%
Span 2:    15.8333333333%
Span 3:    24.25%
Span 4:    32.6666666667%
Span 5:    41.0833333333%
Span 6:    49.5%
Span 7:    57.9166666667%
Span 8:    66.3333333333%
Span 9:    74.75%
Span 10:    83.1666666667%
Span 11:    91.5833333333%
Span 12:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 760px) and (max-width: 1136px) {

    .col {
        margin-left:1%;
        padding:0 1%;
    }

    .row .col:first-child {
        margin-left:0;
    }



    .span_1 {
        width:7.41666666667%;
    }
    .span_2 {
        width:15.8333333333%;
    }
    .span_3 {
        width:24.25%;
    }
    .span_4 {
        width:32.6666666667%;
    }
    .span_5 {
        width:41.0833333333%;
    }
    .span_6 {
        width:49.5%;
    }
    .span_7 {
        width:57.9166666667%;
    }
    .span_8 {
        width:66.3333333333%;
    }
    .span_9 {
        width:74.75%;
    }
    .span_10 {
        width:83.1666666667%;
    }
    .span_11 {
        width:91.5833333333%;
    }
    .span_12 {
        margin-left:0;
        width:100%;
    }
}

/* 4. 12 Column Grid 1137px - Infinity
-----------------------------------------------------------------------------

Span 1:    7.41666666667%
Span 2:    15.8333333333%
Span 3:    24.25%
Span 4:    32.6666666667%
Span 5:    41.0833333333%
Span 6:    49.5%
Span 7:    57.9166666667%
Span 8:    66.3333333333%
Span 9:    74.75%
Span 10:    83.1666666667%
Span 11:    91.5833333333%
Span 12:    100%

----------------------------------------------------------------------------- */

@media screen and (min-width: 1137px) {

    .col {
        margin-left:1%;
        padding:0 1%;
    }

    .row .col:first-child {
        margin-left:0;
    }



    .span_1 {
        width:7.41666666667%;
    }
    .span_2 {
        width:15.8333333333%;
    }
    .span_3 {
        width:24.25%;
    }
    .span_4 {
        width:32.6666666667%;
    }
    .span_5 {
        width:41.0833333333%;
    }
    .span_6 {
        width:49.5%;
    }
    .span_7 {
        width:57.9166666667%;
    }
    .span_8 {
        width:66.3333333333%;
    }
    .span_9 {
        width:74.75%;
    }
    .span_10 {
        width:83.1666666667%;
    }
    .span_11 {
        width:91.5833333333%;
    }
    .span_12 {
        margin-left:0;
        width:100%;
    }
}



