/*******************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 ******************************************************************************/

#edcal_scrollable {
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* This height will be reset with JavaScript */ 
    height: 100%;
    margin-top: 5px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

#cal_cont, #edcal_scrollable {
    -x-system-font:none;
    font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:18px;
}

#cal {
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:100%; 
    margin-right: 10px;
}

.day {
    border: thin solid rgb(164, 164, 164);
    -moz-border-radius-topright:3px;
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    background: white;
}

.day.beforeToday {
    background: #f1f1f1;
}

.day.todayAndAfter {
    background: #fff;
}

.day.day-active {
    background-color: lightyellow;
}

.scrollHover {
    background: lightblue;
}

.row {
    height: 100%;
}

.dayobj {
    position: relative;
    width: 100%;
    height: 100%;
}

.daylabel {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    font-weight:bold;
    text-align: right;
    padding-right: 10px;
}

.daynewlink {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
    font-size:10px;
    z-index: 10;
    overflow: hidden;
    height: 1.5em;
}

.today .daylabel {
    color: white;
}

.today .daynewlink {
    color: white;
}

.post {
    display: block;
    list-style-type: none;
    z-index: 10;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 10px;
    padding: 0px;
}

.posttime {
    font-weight: bold;
}

.post.draggable .postlink {
    cursor: move;
}

.post .postactions {
    display: none;
}

.postactions a {
  text-decoration:none;
}

.post .postlink:hover {
    color: #d54e21;
    background: #f5f5f5;
}

.dayhead {
    font-weight: bold;
    text-align: left;
    text-indent: 5px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-style-top:solid solid none;
    border-width:1px 1px 0;
    line-height: 23px;
    min-width: 10em;
    -x-system-font:none;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

.dayheadcont {
    position: relative;
    height: 28px;
    top: 0px;
    
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}

.dayhead.firstday {
    margin-left: 5px;
    
}

.dayhead.lastday {
    
}

#cal_cont {
    border-left: thin solid lightgray;
    border-right: thin solid lightgray;
    border-bottom: thin solid lightgray;
    padding-bottom: 5px;
    
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#topbar {
    margin-bottom: 1em;
    width: 98%;
    margin-top: 1em;
    position: relative;
    height: 2em;
}

#topleft {
    position: absolute;
    left: 10px;
    top: -14px;
    width: auto;
}

#topright {
    position: absolute;
    right: 2em;
    top: 0px;
    width: auto;
    text-align: right;
}

#moveToToday {
    margin-left: 2em;
    text-decoration: none;
}

.publish, .post.readonly {
    color: #a4a4a4;
    font-weight:normal;
}

#loadingcont {
    position: relative;
}

#loading {
    background-image: url('images/loading.gif'); 
    background-repeat: no-repeat;
    position: absolute;
    width: 43px;
    height: 43px;
    display: block;
    left: 20em;
    top: -1.5em;
}

.loadingclass > .postlink, .tiploading, .loadingclass:hover > .postlink {
    background-image: url('images/loading_post.gif'); 
    background-position: top right;
    background-repeat: no-repeat;
    cursor: auto;
}

.postlist {
    position: relative;
    top: 1.5em;
    height: 90%;
    overflow: auto;
}

/*.page-numbers {
    text-decoration: none;
    border-bottom-style: none;
    border: none;
    background: white;
    color: #21759B;
}*/

#edit-slug-buttons {
    position: relative;
}

#newPostScheduleButton {
    position: absolute;
    right: 20px;
    top: -5px;
}

#newPostScheduleButton.disabled {
    color: #AAAAAA;
}

#tooltip {
    min-width: 35em;
}

#tooltip .mceEditor {
    height: 15em;
    margin-left: -6px;
}

#tooltiptitle {
    font-weight:bold;
    left: 0.5em;
    position:absolute;
    top: -8px;
    text-shadow: #fff 0px 1px 0px;
}

#tooltip p {
    margin-left: 1.5em;
}

#tooltip h3 {
    max-width: 20em;
    margin-bottom: -10px;
    padding-right: 15px;
    margin-top: 1em;
    font-size: 13px;
    font-weight: bold;
}

#tooltip h4 {
	margin: 0 0 3px 0;
    font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-style: italic;
    font-weight: normal;
}

#tooltip #edcal-time-status-section h4 {
    display: inline;
}

#tooltip #edcal-time {
    width: 8em;
    background-color: white;
}

#tooltip #edcal-time-section h4, #tooltip #edcal-status-section h4 {
    top: 3px;
}

#edcal-time-status-section {
    position: relative;
    height: 5em;
}

#edcal-time-section {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48%;
}

#edcal-status-section {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 48%;
}

#tooltip .edcal-form-row {
	margin-bottom: 5px;
    margin-top: 1em;
    position: relative;
}

#edcal-title-row, #edcal-time-section, #edcal-status-section {
    height: 2em;
}

#edcal-status-section {
    top: -3em;
    left: 16em;
}

#tooltip .edcal-form-label {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5.5em;
    text-align: right;
}

#tooltip .edcal-form-control {
    position: absolute;
    left: 7em;
    top: 0px;
    width: 75%;
}

#tooltip #edcal-content-row .edcal-form-label {
    position: static;
    float: left;
}

#tooltip #edcal-content-row .edcal-form-control {
    position: static;
    margin-left: 7em;
}

#tooltip #edcal-status-section h4 {
    width: 4em;
}

#edcal-status-section .edcal-form-control {
    left: 6em;
    width: auto;
}

#tooltip #cal_mediabar {
	font-size: 11px;
}

#tooltip #media-buttons {
	padding: 5px 0;
}

#tooltip {
    background: white;
    padding: 1em;
    padding-bottom: 0em;
    border: thin solid lightgray;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow:0 4px 8px #C8C8C8;
    position: relative;
    z-index: 25;
}

.newposttip {
    padding: 1em 1em 1em 0.5em;
    position: relative;
}

#edcal-title {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#edcal-title-edit-field {
    padding: 0.25em;
}

#edcal-title-new-field {
    padding: 0.25em;
    width: 100%;
}

#edcal-title-new-section {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

#tipclose {
    width: 16px;
    height: 15px;
    position: absolute;
    top: -5px;
    right: -4px;
}

#edcal-title-box {
    display: none;
    padding-right: 15px;
}

#edcal-title-edit {
    font-size: 11px;
}

#nextmonth, #prevmonth {
    /*padding: 0.5em;*/
    font-size:12px;
}

#edcal_weeks_pref {
    width: 4em;
}
