﻿.sandsection {
    background-color: #fefbec;
}

.card{
    border-radius:0;
}
.card-img-top{
    padding:5px;
}
.card-footer{
    background-color:inherit;
    border:none;
}
.line-icon {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    font-size: 0;
    height: 60px;
}
    
    .line-icon::before, .line-icon::after {
        box-sizing: border-box;
        width: 40%;
        height: 1px;
        
        display: inline-block;
        content: '';
        margin-left: 5%;
        margin-right: 5%;
        position: relative;
        top: 50%;
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
        transform: translatey(-50%);
    }
    /*boende*/
    .line-icon.cat_1 {
        background-image: url('/menu_img/boende.png');
    }
    .line-icon.cat_1::before, .line-icon.cat_1::after {
        border-top: 1px solid #009EE0;
    }
    /*barnen*/
    .line-icon.cat_2 {
        background-image: url('/menu_img/barnen.png');
    }

    .line-icon.cat_2::before, .line-icon.cat_2::after {
        border-top: 1px solid #009EE0;
    }
    /*upplev*/
    .line-icon.cat_6 {
        background-image: url('/menu_img/aktivitet.png');
    }

    .line-icon.cat_6::before, .line-icon.cat_6::after {
        border-top: 1px solid #009EE0;
    }

    /*Pool o bad*/
    .line-icon.cat_3 {
        background-image: url('/menu_img/poolen.png');
    }

    .line-icon.cat_3::before, .line-icon.cat_3::after {
        border-top: 1px solid #009EE0;
    }
    /*träning*/
    .line-icon.cat_8 {
        background-image: url('/menu_img/traning.png');
    }

    .line-icon.cat_8::before, .line-icon.cat_8::after {
        border-top: 1px solid #009EE0;
    }
    /*Äta*/
    .line-icon.cat_100 {
        background-image: url('/menu_img/ata.png');
    }

        .line-icon.cat_100::before, .line-icon.cat_100::after {
            border-top: 1px solid #009EE0;
        }
    /*Om*/
    .line-icon.cat_7 {
        background-image: url('/menu_img/om.png');
    }

        .line-icon.cat_7::before, .line-icon.cat_7::after {
            border-top: 1px solid #009EE0;
        }



/*knappar*/
.btn {
    border-radius: 4px;border:none;
}
    .btn:hover {
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }
.btn-sax {
    background-color: #FFCC00;
    color:white;
    border-radius:8px;
    margin:2px;
}
.btn-yellow-medium {
    background-color: #eebc41;
    color: white;
    display: block;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 8px 40px;
    display: inline-block;
    font-size:1.2em;
}
.btn-yellow-large {
    background-color: #eebc41;
    color: white;
    display: block;
    margin-bottom: 15px;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}
    .btn-yellow-large:hover, .btn-yellow-medium:hover {
        background-color: #fcb203;
    }
.btn-sax:hover {
    background-color: #F9D438;
    color: #fff;
    
}
.btn-reseration {
    background-color: #FFCC00;
    color: white;
    font-size: 0.9em;
    padding: .10rem .99rem;
}
    .btn-reseration:hover {
        background-color: #ffe200;
        color: white;
    }
.btn-light {
    background-color: #FFCC00;
    color: white;
    border-radius: 8px;
    margin: 2px;
}
.btn-3 {
    background-color: #00B6E8;
    color: white;
}
    .btn-3:hover {
        background-color: #009EE0;
        color: white;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }
.btn-6 {
    background-color: #FFE200;
    color: #444444;
}

    .btn-6:hover {
        background-color: #FFD500;
        color: #444444;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

    .btn-light:hover {
        background-color: #F9D438;
        color: #fff;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

.btn-success, .show > .btn-success.dropdown-toggle, .show > .btn-success.dropdown-toggle {
    background-color: #2197C4;
    border: none;
}
    
.btn-success:hover, .btn-success:active {
    background-color: #46AECE;
}

.badge.bg-light{
    color:#323232;
}

.Rbox {
    position: relative;
    background-color: white;
/*    border-radius: 8px;*/
}
.RImg img {
/*    border-radius: 8px ;*/
    width:100%;
}
h3.RHeader2 {
    position: absolute;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 6px;
    background-color: #009fe3;
    color: white;
    width: 100%;
    margin: -40px auto 0 auto;
    padding: 5px 0;
}
.RBody {
    padding: 0px 15px 30px 15px;
}
.RText{
    text-align:center;
}
.WeekSelectorPane{
    width:100%;
}
.WeekSelectorPane button {
    width: 100%;
/*    border-radius: 6px;*/
    background-color: #009EE0;
    font-size:1.2em;
}
.WeekSelector {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}