/*!
|   =========================================================
|   Ågesta CRM styles
|   https://albertamosse.se
|   =========================================================
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )
-----------------------------------------*/
.w-40 {
  width: 40% !important;
}
.w-35 {
  width: 35% !important;
}

.w-30 {
  width: 30% !important;
}
.note-editor .note-toolbar,.note-popover .popover-content {
    background: #e9ecef;
}
.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable {
    background: #fff;
}
div.dataTables_wrapper div.dataTables_paginate {
    float: right !important;
}
.ag_dark{
  background-color: var(--bs-secondary);
}
.ag_light{
  background-color: var(--bs-primary);
}

.text-ag_dark{
  color: var(--bs-secondary);
}
.text-ag_light{
  color: var(--bs-primary);
}

.usmsgblock {
    z-index: 999 !important;
    position: fixed;
    top: 4.5em;
    right: 1em;
  }
/*
CSS för ridlistan
*/
.ridlistaMenu {
    color: #ebe2ce;
    text-decoration: none;
    font-weight: 400;
    display: block;
    float: left;
    padding: 5px;
    padding-bottom: 20px;
    text-align: center;
    background: #777777;
    position: relative;
    width: 110px;
    height: 25px;
}
.ridlista {
    text-align: center;
    font-size: 14px;
    border: 1px solid #999999;
    position: relative;
    width: 110px;
    padding: 4px 4px;
    height: 30px;
}
.dayArea {
    display: inline-block;
    vertical-align: top;
    width: 110px;
}
.weeklabel {
    padding-top: 5px;
    border: 1px solid #777;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    margin: 0;
    /* margin: -14px; */
}
.weeklabel_big {
    padding-top: 5px;
    border: 1px solid #777;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    margin: 0;
    vertical-align:top;
    width:100px;
    /* margin: -14px; */
}

.text-therory {
    color: #bd95c2;
}
/* tr {
   line-height: 10px;
   min-height: 10px;
   height: 10px;
} */
/*
/*---------------------------------------
  HERO
-----------------------------------------*/
/* #hero {
  width: 100%;
  height: 100vh;
/*background: url(../img/header-omridskolan_v2.jpg) top center;*/
  /* background-size: cover;
  position: relative;
}

.hero-section {
  opacity: 0.8;
  background-image: linear-gradient(15deg, #000 0%, #777 100%);
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 150px;
}

.hero-section .input-group {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
} */

/*---------------------------------------
  TOPICS
-----------------------------------------*/
/* .featured-section {
  opacity: 0.7;
  background-color: var(--secondary-color);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
} */

/*---------------------------------------
  BUTTONS
-----------------------------------------*/

/* #hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
} */

/* #hero .btn-get-started:hover {
  background: var(--success-color);
  border: 2px solid #8bb06a;
} */
