/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 1, 2014, 10:28:01 AM
    Author     : FelipeKarel
*/

.data-table td{
    text-align: center !important;
    color: #333;
}
.paginate_button{
    cursor: pointer !important;
}

.data-table thead{
    background-color: #609cec;
}

.data-table thead th {
    cursor: pointer;
    color: white;
    font-weight: bold !important;
    text-align: center;
}

.custom-link{
    cursor: pointer;
}

.blue-link{
    cursor: pointer;
    color: blue;
}

.logo a{
    font-size: 11px;
}

.loading-header{
    float: right; width: 20px; height: 20px; padding: 0; margin: 0;
    display: none;
}

.loading-header-blue{
    float: right; width: 26px; height: 26px; padding: 0; margin: 0;
    display: none;

}
.span-header{
    float: right;
    margin-right: 10px;
}


#progress-file{
   
	background-color: #f3f3f3;
	border: 0;
	border-radius: 9px;
        float: right; height: 26px; display: none; 

}

.label-info{
    color: black;
    background-color: none;
    font-size: 11px;
    width: 100%;
}

.h3-sub{
    font-size: 18px;
    font-weight: 300;
    background-color: #f3f3f3;
}

.file-icon{
    width: 20px;
    height: 25px;
    cursor: pointer;
}

#lista-novedades p{
    font-size: 12px;
}

.btn-pdf {
height: 25px; 
width: 25px;   
background-image: url('images/pdf_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-word {
height: 25px; 
width: 25px;   
background-image: url('images/word_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-ver {
height: 25px; 
width: 25px;   
margin-bottom: 10px;
background-image: url('images/ver_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}


.btn-music {
height: 25px; 
width: 25px;   
background-image: url('images/music_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-blank {
height: 25px; 
width: 25px;   
background-image: url('images/empty_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-folder {
height: 25px; 
width: 25px;   
background-image: url('images/folder_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.btn-texto {
height: 25px; 
width: 25px;   
background-image: url('images/texto_icon.png');
background-repeat:no-repeat;
background-position: center center;
background-size: 25px 25px;

}

.principal{
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    height: 100%;
}
.alert-hidden{
    display: none;
}

.principal-full{
        background-image: none;
        background:#fafafa url("../img/main-back.png");
        padding:150px 0px;
}

@media (max-width: 768px) {
    .principal{
        background-image: none;
        background:#fafafa url("../img/main-back.png");
        padding:150px 0px;
    }
   
}

.padding-0{
    padding: 0px !important;
    margin: 0px !important;
}

.padding-20{
    /* padding: 20px; */
}
.padding-10{
    padding: 10px;
}

@media (max-width: 480px){
    
    .login-page{
        position: absolute;
        width: 96% !important;
        left: 2%;
        max-width: none;
        top: 25px;
    }
    
}

.tables-left{
     max-width: 100%;
     margin-left: 15px;
}
.novedad{
    background-color: #e9eaed;
}
.novedad td{
    background-color: #e9eaed !important;
}

.tooltipevent{
    width:250px;height:100px;background:#e7e7e7;position:absolute;z-index:10001;
}

.loading-page{
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #333639;
    opacity: 0.7;
    background-image: url('images/loading_page.GIF');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    display: none;
}