﻿
body {
    padding-top: 0px;
    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;
}

.datepicker {
    width: auto !important;
    z-index: 999999;
}

.modal-open .ui-datepicker {
    z-index: 2000 !important;
}



/**LOADING**/
.container-loading {
    opacity: 0.6;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 99999;
    left: 0;
    top: 0;
    position: fixed;
    text-align: center;
}

    .container-loading div {
        width: 260px;
        top: 50%;
        left: 50%;
        opacity: 1;
        position: absolute;
        margin-left: -130px;
        margin-top: -50px;
        color: #fff;
        font-weight: bold;
    }

        .container-loading div img {
            width: 80px;
        }

.ui-datepicker .ui-datepicker-prev {
    background: #ffffff;
    background: url(~/../../../Content/images/iconfinder_arrow-left-01_186410.png) center no-repeat;
}

.ui-datepicker .ui-datepicker-next {
    background: #ffffff;
    background: url(~/../../../Content/images/iconfinder_arrow-right-01_186409.png) center no-repeat;
}

.ui-widget-content .ui-state-default, .ui-widget-header {
    border: none;
    font-weight: normal;
    color: #000;
    background: #fff;
    text-decoration: none;
}

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        background-color: #00b3ff;
        color: #ffffff !important;
        border-radius: 0.3em;
    }

    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        /*background-color: #00b3ff;*/
        font-weight: bold;
        color: #000000 !important;
        border-radius: 0.3em;
        border: 1px solid #00b3ff;
    }

a.ui-state-default,
.ui-datepicker th {
    text-align: center !important;
}

.ui-datepicker-week-end {
    font-weight: bold;
    color: #ff0000 !important;
    border-radius: 0.3em;
    border: 1px solid #00b3ff;
}
/**FIN LOADING**/
