/*
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 : 23-dic-2018, 19:06:24
    Author     : EGuzman
*/
body { padding-right: 0 !important }
.salir{
    color: red;
}
.colorHoras{

    background-color: greenyellow;
    border-style: solid;
    text-align: center;
    font-weight: bold;
}

.tituloInicio{
    text-align: center;
    font-weight: bold;
}

.espacio1{
    padding-left: 10px;
    padding-right: 10px

}

.espacio2{
    padding-left: 10px;
    padding-right: 10px;
    background: #ccc

}

.espacio3{
    padding-left: 10px;
    padding-right: 10px;
    background: #fff

}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.mensaje_warning{
    background-color: #ffffcb;
    text-align: left;
    border: solid 1px #ceab60;
    padding: 1.65em 1.65em .75em 0.5em; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 75%;
    top:5;
    left:5;
    opacity:0.9;  
    width: 300px;
    float: right;
    display: none;
    border-radius: 5px;
}

.mensaje_success{
    background-color: #d0f3ea;
    text-align: left;
    border: solid 1px #46b79c;
    padding: 1.65em 1.65em .75em 0.5em; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 75%;
    top:5;
    left:5;
    opacity:0.9;  
    width: 300px;
    float: right;
    display: none;
    border-radius: 5px;
}


.mensaje_danger{
    background-color: #fdeae9;
    text-align: left;
    border: solid 1px #f33c36;
    padding: 1.65em 1.65em .75em 0.5em; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 75%;
    top:5;
    left:5;
    opacity:0.9;  
    width: 300px;
    float: right;
    display: none;
    border-radius: 5px;
}

.messageStyle{
    border: .85px;
    margin:-2.2em 0 0.55em 2.5em;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

