﻿

.widgetBox_Outer {

    margin-bottom: 10px;
    width: 300px;
}

.widgetCalenderAppointmentBox_Outer {
    overflow: auto;
    background-color: #ccc;
    color: #000;
    margin-top: 10px;
    width: 100%;
    
}

.widgetCalenderAppointmentBox_Inner {
    padding: 15px;
    overflow: auto;
}


.popupMapHolder {
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
    background-color: #ccc;
    z-index: 1000;
    bottom: 0;
    max-height: 1200px;
    display: none;

}

.popupMapCanvas {
    width: 100%;
    height: 100%;
}

.mapToolbar {
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding-left: 10px; 
    padding-top: 10px; 
    padding-bottom: 10px;
}

.weatherForecastHeadline {
    font-size: 14px; 
    font-weight: bold;
}

.widgetCountdownHeadline {
    font-size: 18px; 
    font-weight: bold;
    text-align: center;
}

.widgetCountdownValueWrapper {
    float: left;
    width: 50px;
}

.widgetCountdownSeparatorWrapper {
    float: left;
    width: 20px;
    font-size: 36px;
}
.widgetCountdownValueLabel {

    font-size: 36px;
}

.widgetCountdownAnnotationLabel {
    font-size: 10px;
}

.widgetArticleHeadline {
    height: 45px; 
    background-color: #ff3c00; 
    text-align: center; 
    line-height: 45px; 
    font-size: 16px;
    overflow: hidden;
}

.widgetArticleMapLocationHeadline {
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}


.widgetLinkCollectionHeadline {
    display:block; 
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.widgetLinkCollectionLink {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;

}


.widgetLinkCollectionLink:hover {
    background-color: #ccc;
    }

.documentAccordionHeaderSelected, .documentAccordionHeader {
    height: 35px;
    padding: 2px;
    padding-left: 8px;
    display:block;
    background-color: #333333;
    cursor: pointer;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    /*Used as spacing for the background image*/
    border-right: 10px solid transparent;
}

.documentAccordionHeaderSelected {
    color: #000;
    
    background-image: url('/Gfx/Icons/Collapse32.png'); 
    background-repeat: no-repeat;  
    background-position: right;

}

.documentAccordionHeader {
    color: #fff;
    
    background-image: url('/Gfx/Icons/Expand32-white.png'); 
    background-repeat: no-repeat;  
    background-position: right;
}

.documentAccordionContent {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

#foreldrepulsenTitle {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

#foreldrepulsenIngress {

}

#foreldrepulsenFooter {
    margin-top: 10px;
    overflow: auto;
}

#foreldrepulsenLink {
    font-weight: bold;
    text-decoration: none;
    float: left;
}
#foreldrepulsenBullets {
    float: right;
    text-align: right;
}

.foreldrepulsenBullet {
    background: url('/Gfx/Widgets/Bullet1.png');
    width: 24px;
    height: 24px;
    display:inline-block;
    margin-right: 3px;
    cursor: pointer;
}

.foreldrepulsenBulletSelected {
    background: url('/Gfx/Widgets/Bullet2.png') !important;
}

#foreldrepulsenIllustrasjon {
    width: 100%;
}