html,body
{
    height: 100%;
    margin: 0px;
}

.container{
    padding: 0px;
    margin: auto;
    margin-top: 10px;
}

button
{
    background-color: #b90e0e;
    border-color:#A00C0C;
}

.button_table
{
    margin-bottom: 0px;
}

.button_volver
{
    width: 120px;
}

thead
{
    background-color: #b90e0e;
}

th
{
    color: white;
}


tbody 
{
    max-height: 700px;
    overflow: auto;
}

nav
{
    border: 1px solid white;
    border-width: 0px 0px 1px 0px;
}

#tittle-main{
    text-align: center;
}

article
{
    margin: 0px;
}

.click
{
    cursor: pointer;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

figure
{
    max-height: 400px;
    overflow: auto;
}

.img-logo-login
{
    text-align: center;
}

.login-article
{
    text-align: center;
    max-width: 800px;
    margin: auto;
    padding: 30px;
}

.login-article>h3{
    margin: 10px;
}

.login-article>img{
    margin: 10px;
}

.form_sevicios_card
{
    border: 1px grey solid;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0px;
}

.button_close{
    width: 40px;
    padding: 5px;
}

form{
    max-height: 700px;
    overflow:auto;
}

.form_servicios{
    height: 100%;
}

main#main-app
{
    height: 80%;
}

th,tr
{
    font-size: 14px;
}

td>select {
    font-size: 15px;
}
/*-------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 1080px) {
}

@media (min-width: 1200px){

}
