﻿html, body {
    height: 100%;
    font-size: 80%;
}

body {
}

.page-content {
    padding-top: 3.125rem;
    min-height: 100%;
    height: 100%;
}

td.details-control {
    background: url('../App_Themes/themes01/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../App_Themes/themes01/images/details_close.png') no-repeat center center;
}


@media screen and (max-width: 800px) {
    #cell-sidebar {
        flex-basis: 52px;
    }

    #cell-content {
        flex-basis: calc(100% - 52px);
    }
}

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#theprogress {
    background-color: #f8f8f8;
    padding: 10px;
    width: 300px;
    height: 100px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    font-family: "Segoe UI",Arial,Helvetical,sans-serif;
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #000000;
    font-size: 15px;
    height: 110px;
}

.bordeCaja {
            border: 2px #ccc dashed;
            position: relative;
            background-color: #ffffff;
            margin:0px;
             
        }

        legend {
            font-weight: bold;
            background-color: white;
            margin: 2px;
        }

         
.ajax__combobox_itemlist
        {
        position:absolute!important; 
        height: 100px !important;
        overflow: auto !important;
        top: auto !important;
        left: auto !important;
        }
   
.ajax__calendar {
            z-index:50000;
            }
 
