@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/* MEDIAS */

@media (min-width:1200px) and (max-width:1800px) {
    .especial {
        width: 25%;
    }
    .especial_5{
        width: 20%;
    }
}

@media only screen and (max-width:1200px) {    
    .mobile-no-padding-top{
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 1656px){
    .font-responsive{
        font-size: 0.8vmax !important;
    }
}

/***************************************
* Tamanho mínimo de tela para layout pc*
****************************************/ 
@media screen and (max-width: 1420px){
    .img-small-size{
        width: 5.4vw !important;
    }
    .font-smaller, .font-smaller-white, .font-smaller-blue, .font-smaller-orange{        
        font-size: 2vmin !important;
        /*font-size: 0.7em;*/
    }
    .font-small, .font-small-white, .font-small-blue, .font-small-orange{
        font-size: 2.2vmin !important;
        /*font-size: 1em;*/
    }
    .font-normal, .font-normal-white, .font-normal-blue, .font-normal-orange{
        font-size: 2.2vmin !important;
        /*font-size: 1.2em;*/
    }
    .font-large, .font-large-white, .font-large-blue, .font-large-orange{    
        font-size: 3vmin !important;
        /*font-size: 1.8em;*/                  
    }
    .font-huge, .font-huge-white, .font-huge-blue, .font-huge-orange{    
        font-size: 3.8vmin !important;
        /*font-size: 2.8em;*/         
    }
}

/***************************************
* Tamanho mínimo de font para dispositivos com tela menor que 540px*
****************************************/ 
@media screen and (max-width: 768px){
/*@media screen and (max-width: 985px){*/
    .img-small-size{
        width: 12vw !important;
    }
    .font-smaller, .font-smaller-white, .font-smaller-blue, .font-smaller-orange{        
        font-size: 3.8vmin !important;
        /*font-size: 0.7em;*/
    }
    .font-small, .font-small-white, .font-small-blue, .font-small-orange{
        font-size: 2.8vmin !important;
        /*font-size: 1em;*/
    }
    .font-normal, .font-normal-white, .font-normal-blue, .font-normal-orange{
        /*font-size: 4vmin !important;*/
        font-size: 3.6vmin !important;
        /*font-size: 1.2em;*/
    }
    .font-large, .font-large-white, .font-large-blue, .font-large-orange{    
        /*font-size: 5.8vmin !important;*/
        font-size: 3.8vmin !important;
        /*font-size: 1.8em;*/                  
    }
    .font-huge, .font-huge-white, .font-huge-blue, .font-huge-orange{    
        font-size: 6.1vmin !important;
        /*font-size: 2.8em;*/         
    }
    .box-font{
        font-size: 5.5vmin !important;        
    }
    .context-menu-padding{
        padding-left: 15px !important;
    }
    .menu-title-padding{
        padding-left: .2% !important;
    }
    /**************************/
    /*****OUTRAS DEFINIÇÕES****/
    /**************************/
    #elasticSearchBar{
        width: 100%;
        padding-left: 10px;
    }
    #img-header{
        background-position: 15% !important;    
    }
    #slideCentrosUFSM{
        display: none;
    }
    .search-bar-size{                
        margin-left: 0;
    }    
    .title-size{
        padding-left: 20px;                
        /*width: auto;*/
    }
    .navbar-header-size{
        height: 70px;
    }
    .navbar-brand{
        height: auto;
        padding: 0;
        float: unset;
    }
    .logo-title{
        padding-left: 5px;
        padding-right: 5px;
    }
    .list-centros{
        column-count: 1 !important;
    }
    .list-centros li{
        padding-bottom: 0.5rem;
    }
    /*    .section>.row{
            padding-left: 45px!important;
        }*/
}

@media screen and (min-width: 768px){
    .navbar-brand{
        text-align: center;
    }
    .title-size{        
        height: 100% !important; 
        width: 100% !important;
        padding: 0;
    }
    .navbar-header-size{
        height: 70px;        
    }    
}


@media screen and (max-width: 1170px){
    .search-bar-size{
        width:100% !important;
        margin-right: 0;
    }
}

/*  ELEMENTS  */

h1{
    font-size: 5em;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    margin:0;
    padding:0;
}

h2{
    font-weight: bold;
}

a{    
    text-decoration: none;  
}

a:hover{
    cursor: pointer;    
}
a:focus{
    outline: 4px dotted black;
}

a.text-search-link{
    color: #1b75bb !important;
    font-weight:500 !important;
    font-size: 0.85em;
}

a:hover.text-search-link{
    color: #e8b424 !important;
    font-weight:600 !important;
    text-decoration: none;
    cursor: pointer;
}

a:visited .text-search-link{
    text-decoration: none !important;
}


/*body{
    position: relative;
}*/

/*  IDS  */

#img-header{
    width: 100%;    
    background: url('../img/topo_reduzido.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position: left top;
    height: 12em;    
}

#ufsm-todos-logo{
    background: url('../img/ufsmdetodos.png');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position: left top;
    width: 2vw;    
}

#context-menu{     
    position: absolute;
    margin-top: 4px;    
    top: 0;
    z-index: 999;    
    display: block;
    /*overflow: hidden;*/
    font-size: 2.2rem;
    font-family: 'Titillium Web', sans-serif;
}
@media screen and (min-width:768px) and (max-width:1200px){
    #context-menu > ul > li > a{
        font-size:1.7rem;
    }
    .list-centros{
        column-count: 3 !important;
    }
}
/*@media screen and (max-width:767px){
    #context-menu{
        display:none !important;
    }
}*/
#context-menu > ul > li > a{
    text-decoration: none;
    color: #fff;
}

#context-menu > ul > li {
    background-image: url("../img/fundo_preto_transparente.png");
    background-repeat: repeat;
    margin-bottom: 2px;        
}

#context-menu > ul > li > a:hover{
    background-color: #e8b424;     
}

#context-menu > ul > li.active{    
    background: #eca807 !important; 
}

#main-menu{    
    /*height: 120px;*/ 
    background-color: #ccc; 
    font-size: 1.1em;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600 !important;
    z-index: 99998;    
}

#main-links > ul > li > a{
    min-width: 8em;
}

#main-links > ul > li > a{
    color: #1c7fc2 !important;
    padding-left: 1.2em;
    padding-right: 1.2em;    
}

#main-links > ul > li > a:hover{    
    background-color: #d4d4d4;    
}

#main-links > ul > li > a.active {    
    color: #fff !important;
    background-color: #1b75bb;
}

/***********************************/

.search-field {
    display: flex !important;
    width: 100% !important;
}
.search-loading {
    background: url(../img/loading/pie_16.gif) no-repeat;
    padding-right: .5rem;
    vertical-align: middle;
    height: 100%;
    width: auto;
    opacity: 0;
}
.search-input {
    border: none;
    width: 100%;
    outline: none;
}

/***********************************/



#icon-search{
    /*    background: url(../img/loading/pie_16.gif) no-repeat;    
        position: relative;
        top: -25px;
        margin-left: 8px;
        height: 30px;
        width: 30px;
        z-index: 10000;
        display: none;*/
}

#ajax-elastic-search-wrapper{
    background: #F8F8F8;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: none;
    position: absolute;
    margin-top: 15px;
    /*top: 70px;*/
    left: 0;
    width: 100%;
    z-index: 10000;    
    box-shadow: 0px 2px 2px #aaaaaa;
    /*border-top: 2px solid #1b75bb;*/    
    border-top: 4px solid #eca807;    
}

.mapa{      
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5rem;
    width: 100%;
    height: auto;   
}

.todas-cidades#pgSobre{
    /*background: url(../img/slideshow/uniao_ufsm.JPG);*/
    background-color: #7b5b05;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#pgSobre{    
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 76rem;
}

/*SANTA MARIA*/

.santamaria#pgSobre{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.santamaria#pgEstrutura{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#pgEstrutura{
    /*background: url(../img/slideshow/uniao_ufsm.JPG) no-repeat center center fixed #000;*/
    /*background: #e74c3c;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00527D;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 20100;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF7700;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #adadad;
    z-index: 20000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}

/*  CLASSES  */

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.loaded #loader {
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.section{
    vertical-align: top !important;    
    /*padding-top: 100px;*/
    padding-top: 25px;
    padding-bottom: 25px;
    /*    min-height: 1000px;*/
}

.logo-title{
    font-family: 'Titillium Web', sans-serif !important;
/*    padding-left: 1em !important;
    padding-right: 1em !important;*/
    vertical-align: middle;
    color: #1c7fc2 !important;
/*    font-size: 1.6vw !important;
    font-weight: 600 !important;    */
}

.infobox{    
    background-color: rgba(0,0,0,0.7);
    background-repeat: repeat;
    padding: 2em;
    margin-bottom: 2em;    
    min-height: 15vw !important;
}
.infobox-inner{
    /*min-height: 20% !important;*/
    height: 16em !important;
    /*overflow: auto;*/
}
.infobox-inner img{
    height: 5em;
}

.link-elastic-search{
    background-color: #e8e5e5; 
    margin-bottom: 3px; 
    padding-top: 3px; 
    padding-bottom: 1px; 
    padding-left: 4px;
}


.rounded-border-white{
    border-radius: 8px !important; 
    border: 1px solid #fff; 
    margin-left: 0 !important;
}
.rounded-border-blue{
    border-radius: 8px !important; 
    border: 1px solid #1b75bb; 
    margin-left: 0 !important;    
}

.lproducao{
    font-weight: bold !important;
    text-decoration: none !important;   
}

.lproducao:hover{
    text-decoration: none !important;   
}

.lproducao:visted{
    text-decoration: none !important;   
}

.lproducao:valid{
    text-decoration: none !important;   
}

/*BARRA UFSM*/
#barra-ufsm .list {
    margin-top:7px;
}
#barra-ufsm .list-item {
    margin-bottom: 7px;
}
#barra-ufsm {
    width: 100%;
    overflow:hidden;
}

/* WIDTHS */

.width-100{
    width: 100%;
}
.width-80{
    width: 80%;
}
.width-70{
    width: 70%;
}
.width-65{
    width: 65%;
}
.width-50{
    width: 50%;
}
.width-40{
    width: 40%;
}
.width-30{
    width: 30%;
}

.form-control{    
    border: 1px solid #2e6da4;    
}

.btn{
    padding: 9px 12px;
}

.btn-white{
    color: #337ab7 !important;
    background-color: #fff;
    border-color: #2e6da4; 
}
.btn-white:hover{
    background-color: #337ab7;
    color: #fff !important;
    border-color: #2e6da4;
}
.btn-white.active{
    background-color: #337ab7;
    color: #fff !important;
    border-color: #2e6da4;
}

/*PADDINGS*/

.padding-top-small{
    padding-top: 5px;
}
.padding-top-normal{
    padding-top: 10px;
}
.padding-top-large{
    padding-top: 20px;
}
.padding-top-huge{
    padding-top: 60px;
}
.padding-bottom-small{
    padding-bottom: 5px;
}
.padding-bottom-normal{
    padding-bottom: 10px;
}
.padding-bottom-large{
    padding-bottom: 20px;
}
.padding-bottom-huge{
    padding-bottom: 60px;
}
.padding-left-small{
    padding-left: 5px;
}
.padding-left-normal{
    padding-left: 10px;
}
.padding-left-large{
    padding-left: 20px;
}
.padding-left-huge{
    padding-left: 60px;
}
.padding-right-small{
    padding-right: 5px;
}
.padding-right-normal{
    padding-right: 10px;
}
.padding-right-large{
    padding-right: 20px;
}
.padding-right-huge{
    padding-right: 60px;
}
.no-padding{
    padding: 0 !important;
}
.context-menu-padding{
    padding-left: 60px;
    padding-right:60px;
}
.menu-title-padding{
    padding-left: 15%;    
}
.ulPadding{
    padding: 0;
    list-style-type: none; 
}
/*TITLE COLORS*/

.title-white-1{
    font-family: 'Titillium Web', sans-serif; 
    font-size: 3.1em; 
    color: #fff;
}
.title-blue{
    font-family: 'Titillium Web', sans-serif;
    color: #1b75bb;    
}
.title-orange{
    font-family: 'Titillium Web', sans-serif;
    color: #e8b424;    
}

/*MARGIN*/
.no-margin{
    margin: 0 !important;
}

/*BORDER*/
.border_updownOrange{
    border-top: 1px solid #e8b424;
    border-bottom: 1px solid #e8b424;
}
.border_updownBlue{
    border-top: 1px solid #1b75bb;
    border-bottom: 1px solid #1b75bb;
}
.border_bottomBlue{
    border-bottom: 1px solid #1b75bb;
}
.border_bottomOrange{
    border-bottom: 1px solid #e8b424;
}

.font-smaller{
    font-size: 0.7em;    
}
.font-small{
    font-size: 1em;    
}
.font-normal{
    font-size: 1.2em;    
}
.font-large{
    font-size: 1.8em;    
}
.font-huge{
    font-size: 2.8em;    
}

/*FONTE WHITE*/
.font-smaller-white{
    font-size: 0.7em;
    /*font-size: 0.7em !important;*/
}
.font-small-white{
    font-size: 1em;
/*    font-size: 1em !important;*/
}
.font-normal-white{
    font-size: 1.2em;
    /*font-size: 1.2em !important;*/
}
.font-large-white{    
    font-size: 1.8em;     
    /*font-size: 1.8em !important;*/     
    text-align: justify;     
}
.font-huge-white{    
    font-size: 2.8em;         
    /*font-size: 2.8em !important;*/         
}
.font-white, .font-smaller-white, .font-small-white, .font-normal-white, .font-large-white, .font-huge-white {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

/*FONTE BLUE*/
.font-blue, .font-smaller-blue, .font-small-blue, .font-normal-blue, .font-large-blue, .font-huge-blue{
    color: #1b75bb;
    font-family: 'Open Sans', sans-serif;
}
.font-smaller-blue{    
    font-size: 0.7em;
    /*font-size: 0.7em !important;*/
}
.font-small-blue{    
    font-size: 1em;
    /*font-size: 1em !important;*/
}
.font-normal-blue{    
    font-size: 1.2em;
    /*font-size: 1.2em !important;*/
}
.font-large-blue{    
    font-size: 1.8em;
    /*font-size: 1.8em !important;*/
}
.font-huge-blue{    
    font-size: 2.8em;
    /*font-size: 2.8em !important;*/
}

/*FONTE ORANGE*/
.font-orange, .font-smaller-orange, .font-small-orange, .font-normal-orange, .font-large-orange, .font-huge-orange{
    color: #e8b424;
    font-family: 'Open Sans', sans-serif;
}
.font-smaller-orange{    
    /*font-size: 0.7em !important;*/
    font-size: 0.7em;
}
.font-small-orange{    
    font-size: 1em;
    /*font-size: 1em !important;*/
}
.font-normal-orange{    
    font-size: 1.2em;
    /*font-size: 1.2em !important;*/
}
.font-large-orange{    
    font-size: 1.8em;
    /*font-size: 1.8em !important;*/
}
.font-huge-orange{    
    font-size: 2.8em;
    /*font-size: 2.8em !important;*/
}

/*IMAGES*/

.img-normal-size{
    max-width: 128px;
    max-height: 128px;
}
.img-small-size{
    max-width: 76px ;
    max-height: 76px;
}
.img-responsive-normal{
    max-height: 75%;
}
.img-responsive-small{
    max-height: 50%;
}
.img-responsive-smaller{
    max-height: 25%;
}
.img-center{
    margin-left:auto; margin-right: auto;
}

/*TABLE*/
/* tema orange */
.orange{
    background-color: #e8b424;    
    color: #fff;
}
.orange.table > thead > tr{
    background-color: #e8b424;    
    color: #fff;
}
.orange.table > tbody > tr,
.orange.table.table-striped > tbody > tr {
    color: #b28012;
    background-color: #fff;    
}
.orange.table-striped > tbody > tr:nth-child(even),
.table-striped > tbody > tr.orange:nth-child(even) {
    background-color: #f6e1a7;
}

.panel-body li{
    font-size: 16px;
    color: rgb(46, 46, 46);
    font-family: sans-serif;
}

/* TEMA BLUE */
.blue{
    background-color: #1b75bb;    
    color: #fff;
}
.blue.table > thead > tr{
    background-color: #1b75bb;    
    color: #fff;
}
.blue.table > tbody > tr,
.blue.table.table-striped > tbody > tr {
    color: #1b75bb;
    background-color: #fff;    
}
.blue.table-striped > tbody > tr:nth-child(even),
.table-striped > tbody > tr.blue:nth-child(even) {
    background-color: #bad6eb;
}

.shadow {
    display: block;
    position: relative;
    padding: 0;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
.shadow:hover {
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
}
.shadow div {
    max-width: 100%;
    position: relative;
    z-index: -1;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

.aluno-ccsh{
    background: url('../img/slideshow/ufsm_1.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    height: 30em;
}

.stuck{
    position:fixed !important;
    top:0;
    z-index: 999;
    width: 100%;                
}

.nav > li > a:focus, .nav > li > a:hover{
    background-color: #e8b424;
}

.navbar{
    margin-bottom: 0;
    border-bottom: 0;
}

.box{
    margin-left: auto; 
    margin-right: auto; 
    padding: 5px;
    min-width: 0;
}

.btnTipoCurso > .active{
    background-color: #337ab7 !important;
}


/*  SLIDESHOW   */

@media screen and (max-width:767px) {/*SMALL COL-SM*/
    .carousel-control.left {
        left:15%;
    }
    .carousel-control.right{
        right:15%;
    }
}
.image-mini-slide img{
    border:2px solid #ccc;
    width: auto;
    height: 18%; 
}
.carousel-control{
    width:0;
}
.item>div{
    margin-bottom: 4px;
}

/* PROFESSORES */
.link-professor:hover{
    color:#eca807;
}
.img-professor img{
    width: 60%;
}
.border_professoresOrange{
    border-bottom: 1px solid #e8b424;
    padding-bottom: 1em;
    padding-top: 1em;
}
.img-professor{
    text-align: center;
    background-repeat: no-repeat; 
    background-position: top center;    
    background-size: 60%;
}
.palavraChave{
    text-align: left;    
}
.palavraChave ul{
    padding: 10 0 0 0;
    list-style-type: none;     
}
.palavraChave li{
    margin:10px 5px;
    display: inline-block;
    /*float: left;*/
}
.palavraChave a{
    padding: 5px;
    border-radius: 4px;
    color: #fff !important;
    background-color: #1b75bb;
}
.btn-collapse{
    border: 0;
    width: 100%;
    padding: 5px 12px;
    margin-bottom: 2px;
}
.btn-collapse p{
    margin: 0px;
}

.Citar {
    position: absolute;
    background: #fff;
    border: 1px solid #1b75bb;
}
.Citar ul{
    font-size: 13px;
    list-style-type: none;
    padding: 20px 10px;
}
.btn-citar-open{
    color:#fff;
    border:0;
    background-color: #1b75bb;
}
.Citar-last{
    position: relative;
}
.listacollapse ul{
    list-style-type: none;
}

/* MENU CENTROS */
@media screen and (max-width:767px){
    #contextmenu_centro{
        display:none;
    }
}
@media screen and (max-width:1100px){
    #menu_centros{
        min-height: 7.1%;        
    }
}
.menu_voltar{
    text-align: center;
    padding-left: 0;
    margin-top: 1.15em;
}
.menu_voltar a{
    font-size: 1.2em;
    color:#fff;
    text-decoration: none;
}
.menu_voltar a:hover{
    color:#ffd060;
}
#contextmenu_centro{
    background-color: #1b75bb;
    padding-left: 0;
    padding-right: 0;
}
.menu_sm_centros{
    text-align: left;
}
ul.menu_sm_centros{
    padding: 5px 0px;
}
ul.menu_sm_centros > li {
    display: block;
    float: left;
    list-style-type: none;
    font-size: 1.2em;
    padding-bottom: 0.72em;
    padding-top: 0.72em;
    border-bottom: 3px solid #1b75bb;
}
.menu_sm_centros li a:hover{
    text-decoration: none;
}
.menu_sm_centros > li > a {
    width: 6em !important;
    padding-left: 1.2em;
    padding-right: 1.2em;
    color: white;    
}
.menu_sm_centros > li.active{ 
    border-bottom:3px solid #eca807 !important;
}
.menu_sm_centros > li:hover{ 
    border-bottom:3px solid #ffd060  !important;
}
/* CENTROS*/
.cursos#pgcal{
    background: url(../img/centros/cal.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    min-height: 76rem;
}
.cursos#pgccne{
    background: url(../img/centros/ccne.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;      
    min-height: 76rem;
}
.cursos#pgcefd{
    background: url(../img/centros/cefd.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgccsh{
    background: url(../img/centros/ccsh.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgccs{
    background: url(../img/centros/ccs.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgccr{
    background: url(../img/centros/ccr.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgct{
    background: url(../img/centros/ct.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgce{
    background: url(../img/centros/ce.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgctism{
    background: url(../img/centros/ctism.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgpolitecnico{
    background: url(../img/centros/politecnico.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}
.cursos#pgipe{
    background: url(../img/centros/ipeamarelo.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    min-height: 76rem;
}

#CACHOEIRA,#FREDERICO,#PALMEIRA{    
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;      
    min-height: 76rem;
}

#CACHOEIRA{
    background: url(../img/UFSM_CACHOEIRA.jpg) no-repeat center center;
}
#FREDERICO{
    background: url(../img/UFSM_FW.jpg) no-repeat center center;
}
#PALMEIRA{
    background: url(../img/UFSM_PALMEIRA.JPG) no-repeat center center;
}

.bread_active{
    color:#1b75bb;
    font-weight: 700;
}

.breadcrumbs{
    text-align: left;
    color: #7b7b7b;
}
/* DEPARTAMENTO */
.btn-collapse-cursos {
    /*    border-bottom: 2px solid #1b75bb;
        border-top: 2px solid #1b75bb;
        color: #eca807;*/
    border-bottom: 2px solid #eca807;
    color: #1b75bb;
    background: transparent;
    border-radius: 0px;
    outline: none;
}
.btn-collapse-cursos:active{
    box-shadow:none;
}
.btn.focus, .btn:focus, .btn:hover {
    color:initial;
    text-decoration: none;
}

.titulo_paginas{
    text-align: left;
    color: #1b75bb;
}
.btn-departamentos:hover,.btn-departamentos:focus,.btn-departamentos:active{
    text-decoration: none;
}
.btn-departamentos{
    text-align: center;
    background: #1b75bb;
    padding:0.2em 0.5em;
    margin-bottom: 1em;
    color:white;
    text-decoration: none;
}
.centro-collapse{
    background-color: #F1F1F1;
}
.nome_professor{
    max-height: 2em;
    height: 2em;
}
.flag-link.active{
    border-bottom: 2px solid #1b75bb;
}
.btn-tag{
    font-size: 10px;
    padding:1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 5px;
}

.search-bar-size{
    width:30%;    
}

.carousel-inner>.item{
    transition: 0s;
}

.navbar-right{
    margin-right: 0;
}

 /*popover search-bar*/
 .popover{
     -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.70) !important;
     -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.70) !important;
     box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.70) !important;
     /*border-color: #515151 !important;*/
     border: 0 !important;
 }
 
 .popover-search-bar{
     background-color: #1b75bb; 
 }
 .popover-search-bar>.arrow{
     border-bottom-color: #1b75bb
 }
 .popover.bottom>.arrow:after{
     border-bottom-color: #1b75bb
 }
 
 /*Legenda coautores*/
 .ufsm-inativo{
     background-color: #eca807 !important;
 }
 .ufsm-externo{
     background-color: #b63a00 !important;
 }
 .ufsm-ativo.inative,.ufsm-inativo.inative,.ufsm-externo.inative{
     background-color: #999da0 !important;
 } 
 .text-ufsm-ativo{
     color: #1b75bb !important;
 }
 .text-ufsm-inativo{
     color: #eca807 !important;
 }
 .text-ufsm-externo{
     color: #b63a00 !important;
 }
 .break-word{     
     -ms-word-break: break-all;
     word-break: break-all;
     /* Non standard for WebKit */
     /*word-break: break-word;*/
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
 }
 .list-centros{
    list-style: none;
    column-count: 4;
 } 