﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



tymesa {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 100px;
    height: 50px;
}

/*interruptor*/

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
    }


/*fondo*/
.responsive {
 
    /*width: 100%;
    height: auto;*/
    min-height: 380px;
    /* Center and scale the image nicely */

    position: relative;
}

html,
body,
header,
.view {
    height: 100%;
}

/*imagen botones o actiolink*/

select2-container .select2-selection,
.select2-container .select2-selection--single,
.select2-selection__rendered,
.select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}


.hidden-div {
    display: none;
}


.clickdisabled {
    opacity: 0.8;
    pointer-events: none;
}


.linkdisabled {
   
   
    opacity: 0.6;
    color:darkgrey;
}


.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Imagenes/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}