/* 
 * CMS5 - Stylesheet
 * 
 * Jens Gassmann
 *
 *
 *
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 26, 2013 05:45:34 AM America/New_York */

.modal-iframe {
    
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-overlay  {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);

}

.modal-main-widget {

    background: #fff;
    max-height: auto;
    position: absolute;
}

.modal-main {

    position: absolute; 
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    max-height: 100%;
    font-family: "Open Sans";
}

.modal-title {

    padding: 5px 25px ;
    height: 50px;
    background: #333;
    line-height: 40px;
    color: #FFF;
    font-size: 15px;
    font-weight: 200;
    position: absolute;
    left:0; 
    right: 0;
    top: 0;
    z-index: 999;
}

.modal-title-button {
    
    float: right;
    margin: 0;
    width: 20px;
    height: 20px;
    background: #999;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}

.modal-button-bar {

    z-index: 1000;
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    padding: 5px 0;
}

.modal-button-bar button.second {

    color: #CCC;
    background: none;
    padding: 10px 20px;
    font-size: 14px;
    border: 0 none;
    text-shadow: none;
}

.modal-form {

    padding: 10px 20px 20px 20px;
    background: #EEE;
}

.modal-content {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 0;
    overflow: auto;
    height: 100%;
    min-height: 100%;
}

.modal-content-full {

    padding-left: 0;
}

.modal-mainbar {
    
    position: absolute;
    width: 250px;
    background: #EEE;

}

.modal-mainbar h3 {
   
    margin: 0;
    padding: 10px 10px 5px 10px;
}

.modal-mainbar li {

    cursor: pointer;
    padding: 5px;
}

.modal-sidebar {

   
    width: 250px;
    background: #EEE;
    top: 50px;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: auto;
    padding: 10px;
}

.modal-sidebar ul {

    padding: 10px;
}

.modal-sidebar li {

}

.date-calendar {

    width: 320px;
    padding: 20px;
    position: relative;
}


.date-calendar-day {

    display: inline-block;
    width: 40px;
    padding: 5px 10px;
    text-align: center;
    color: #333;

}

.time-sheet-buttons,
.date-calendar-buttons {

    list-style: none;
    border-top: 1px solid #EEE;
    margin-top: 5px;
}

.time-sheet-buttons li,
.date-calendar-buttons li {

    display: inline-block;
    width: 50%;
    padding: 5px;
    text-align: center;
    color: #333;

}


.date-calendar-month { 

    width: 100%;
    font-size: 15px;
    font-weight: 200;
    display: block;
    text-align: center; 

}

.date-calendar-weekday {

    display: inline-block;
    width: 40px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #000;

}

.date-calendar-next {

    width: 100px;
    font-size: 11px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 30px;
    padding: 5px;
    cursor: pointer;
}

.date-calendar-prev {

    width: 100px;
    font-size: 11px;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 10px;
    display: block;
    line-height: 30px;
    padding: 5px;
    cursor: pointer;
}

.date-calendar-day-selected {

    background: #999;
    color: #FFF;
}

.date-calendar-day-pre {

    color: #999;
}

.time-sheet-buttons li:hover,
.date-calendar-buttons li:hover,
.date-calendar-day:hover {
    
    background: #90C4A4;
    color: #000;
    cursor: pointer;
}


.time-sheet {

    width: 340px;
    padding: 20px;
}

.time-sheet-item {


    text-align: center;
    display: block;
    color: #777;
    padding: 5px 10px;
    display: inline-block;
    width: 100px;
 }

.time-sheet-item:hover {

    cursor: pointer;
    background: #90C4A4;
    color: #000;
 }

.time-sheet-item-selected {

    background: #999;
    color: #FFF;
}


