﻿.k-loading-color {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    opacity:0.75;
    -moz-opacity: 0.75;
    zoom: 1;
}

#unitMainImageId {
    width: 360px;
    border: 1px solid #00408A;
    border-radius: 3px;
    max-height: 300px;
}

.o-unit-main {
    float: left; 
    margin-right: 25px;
}

.o-unit-desc {
    overflow: hidden;
}

.o-unit-img {
    width: 85px;
    height: 70px;
    border: 1px solid #00408A;
    border-radius: 3px;
}

.contractexists a:link {
    color: green !important;    
}

.contractexists a:visited {
    color: green !important;    
}

.contractexists a:hover {
    color: green !important;    
}

.contractexists a:active {
    color: green !important;    
}

.o-unit-container {
    margin: 15px;
}

.o-unit-title {
    /*float: left; 
    margin-right: 25px;
    min-width: 370px;*/
}



/* Kendo grid header */


.o-date-header-attr {
    padding: 0 0.5em !important;
}

.o-date-header {
    display: table;
    width: 100%;
}

.o-date-header-day {
    display: table-cell;
    width: 3.2%;
    text-align: center;
}

.o-date-header-weekend {
    display: table-cell;
    width: 3.2%;
    text-align: center;
    background-color: #134685; 
    color: white; 
    padding: 5px 0 5px 0;
}

.o-date-header-period {
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
    color: #134685;
    min-width: 115px;
}


/* Houses */


.o-house {
    cursor: pointer;
}

.o-house-closed {
    cursor: auto !important;
}

.o-img-house-head {
    vertical-align:middle; 
    margin-bottom: 5px; 
    padding-left: 5px;
}

.o-duplicate {
    border: 1px red solid;
    border-radius: 2px;
}

.o-house-row {
    display: table;
    width: 100%;
}

.o-grid-text-center {
    vertical-align: middle;
    text-align: center !important;    
}


.o-house-container {
    display: table-cell;
    width: 3.2%;
    text-align: center;
}

.o-window-lines {
    margin: 10px 0;
}

.o-window-sublines {
    margin: 5px 0;
}

.o-window-btn-space {
    padding-top: 10px;
}


/* Payment Window */

.disabledDay {
    display: block;
    overflow: hidden;
    min-height: 22px;
    line-height: 22px;
    padding: 0 .45em 0 .1em;
    cursor: default;
    opacity: 0.5;
}

.o-price-row {
    /*background-color: #F5F5F5;*/
}

.o-price-cell {
    padding: 5px 0;
}

.o-price-display {
    display: none;
}

.o-type-display {
    display: none;
}

.o-daily-display {
    display: none;
}

.o-info-text {
    font-size: smaller; 
    font-style: italic;
}

.o-rent-display {
    display: inherit;
}

.o-date-display {
    display: inherit;
}

.o-delete-display {
    display: none;
}

.o-change-fieldset {
    border-radius: 3px; 
    background-color: #F5F5F5;
}

.o-toolbar-links {
    display: inline-block;
    margin: 0 10px 0 0;
}

.o-toolbar-member {
    float: right;
    padding: 5px 0 0 0;
}

.o-right {
    float: right;
}

.o-left {
    float: left;
}

.o-clear {
    clear: both;
}