/* 
    Document   : exame.css
    Created on : May 28, 2012, 9:50:16 AM
    Author     : rodzadra
    Description: css específicos
*/

.table-view th {
    
}

.table-view thead th {
    font-size: larger;
    background-color: whitesmoke;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 27px;
    padding: 8px;
}

.justified { text-align: justify; }

.bold { font-weight: bold; }


#div_coAutor_2, 
#div_coAutor_3, #div_coAutor_4, 
#div_coAutor_5, #div_coAutor_6, 
#div_coAutor_7, #div_coAutor_8 { display: none; }

.ui-autocomplete-loading { background: white url(‘../images/indicator.gif’) right center no-repeat; }

table .borderless { border: none;}

.flash { position: fixed; 
         z-index: 8000; 
         top: 0px; 
         left: 40%;
         margin-left: auto; 
         margin-right: auto; 
         width: auto;
         height: 15px;
         display: none;
         text-align: center;
         vertical-align: central;
         padding-left: 15px;
         padding-right: 15px;
         min-width: 150px;
}

.ellipsis-100 {
    max-width: 100px; 
    white-space: nowrap; 
    overflow: hidden; 
    /*width: 100%; */
    text-overflow: ellipsis;
}

.ellipsis-110 {
    max-width: 110px; 
    white-space: nowrap; 
    overflow: hidden; 
    /*width: 100%; */
    text-overflow: ellipsis;
}



.ellipsis-120 {
    max-width: 120px; 
    white-space: nowrap; 
    overflow: hidden; 
    /*width: 100%; */
    text-overflow: ellipsis;
}

.ellipsis-150 {
    max-width: 150px; 
    white-space: nowrap; 
    overflow: hidden; 
    /*width: 100%; */
    text-overflow: ellipsis;
}

.ellipsis-550 {
    max-width: 550px; 
    white-space: nowrap; 
    overflow: hidden; 
    /*width: 100%; */
    text-overflow: ellipsis;
}

.table-detail-view th{
    width: 150px;
    white-space: nowrap;
}