/*
.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 125%;
    z-index: 3000;
    background: url('../images/icons/load1.gif') 1% 1% no-repeat rgb(249,249,249);
    background-position: center;
    opacity: .7;
    display: none;
    padding: auto;
}
*/
.loader {
    position: fixed !important;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0% !important;
    z-index: 3000;
    background: url('../images/icons/load1.gif') 1% 1% no-repeat rgb(249,249,249);
    background-position: center;
    opacity: 0.4;
    display: none;
    /*padding: auto;*/
}


.modal-archivo {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: black !important;
    /*background: url('../images/icons/load1.gif') 1% 1% no-repeat rgb(0,0,0);*/
    /*background-position: center;*/
    /*opacity: 0.5;*/
    display: none;
    /*padding: auto;*/
}
.modal-archivo  .modal-login{
  padding-top: 5% !important;
}
#cabecera-modal-{
  border-bottom: none !important;
  height: 5px !important;
  padding: 0px !important;
}
#close-model-{
  height: 50px !important;
  width:50px !important; 
}



/*
.black{
    color: black !important;
}
.delete{
    color: red !important;
}
*/


.flotante {
    display:scroll;
        position:fixed;
        bottom:320px;
        right:0px;}




#header-transmision{
     margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;

}
#schedule{
    padding-top:0px !important;
    padding-bottom:  0px !important;
}