/*
Theme Name: Utbildningsrum Yrkesakademin
Author: Mikael Wiberg, YA-lär
Description: Lista Zoomrum
Version: 1.0
License: All rights reserved
License URI: https://www.ya.se
Text Domain: utbildningsrum
*/


.ya_logo_img {
    max-height: 3.8rem;
}
.ya-padding-xsmall {
    padding: 0.6rem;
}
.ya-padding-small {
    padding: 1rem;
}
.white {
    color: #fff !important;
}

html, body {
    background-color: #f5f5f5 !important;
}

.ya-header {
    background-color: #fff;
    margin-bottom: 2rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#roomListTabs .nav-link {
    border: 0px;   
    color: #666; 
}
#roomListTabs .nav-link.active {
    background-color: transparent !important;
    border-bottom: solid 2px #004b93;
    color: #000;
}
#roomListTabsContent {
    padding-top: 1rem;
}
.ya-sub-group-container {
    margin-bottom: 1rem;
}
.card-header {
    background-color: #FFF !important;
}
.card {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.btn-primary {
    background-color: #004b93;
}
.ya-margin-bottom-1 {
    margin-bottom: 2rem;
}

.ya-text-content {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 3rem;
}
.r-navitem-current {
    color: #000;
    font-weight: bold;
}
.room-row-title {
    margin: 0.4rem 0 0 0;
}
.room-row-container {
    margin: 0.5rem 0;
    padding: 0.5rem 0 1rem 0;
    border-bottom: 1px solid #ddd;
}
.room-row-container:last-of-type {
    border: 0px;
}