@import "fonts.css";
@import "bootstrap-icons.css";

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    font-weight: bold !important;
}

body {
    background: #f5faff;
}

html, body, p {
    font-family: 'Montserrat Local', sans-serif;
}

h1, h2, h3, h4, h5, h6, .title, .heading, .control-breadcrumb, .nav-label {
    font-family: 'Montserrat Local', sans-serif;

}

h1, .h1 {
    font-size: 2rem;
    font-weight: 800;
    color: #000;
}

h3, .h3 {

    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

h4, .h4 {
    color: #000;
}

.user-image .img-thumbnail {
    border-radius: 20rem;
    margin-right: 10px;
}

.pl-20 {
    padding-left: 20px;
}

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

.btn {
    border-radius: 20em;
}

/*--------------------- MAIN MENU --------------------*/

nav.layout-sidenav ul>li.mainmenu-item.active>a .nav-label {
    color: #000;
}

/*--------------------- BREADCRUMBS --------------------*/

nav.control-breadcrumb {
    border-bottom: 1px solid #e3e3e4;
    margin-bottom: 20px;
}

.control-breadcrumb ul {
    padding: 0 0 15px;
}

/*--------------------- LAYOUT --------------------*/

/*--------------------- WIDGETY --------------------*/

table.table.data tbody tr.active:not(.no-data) td, table.table.data tbody tr.selected:not(.no-data) td, table.table.data tbody:not(.tree-drag-mode) tr.rowlink:not(.nolink):not(.active):hover td, table.table.data tbody:not(.tree-drag-mode) tr:not(.no-data):not(.active).selected td {
    background-color: #C2E4F9;

}

.control-toolbar {
    padding: 0px 20px 10px 20px;
}

nav.layout-sidenav {
    box-shadow: 2px 2px 2px #e2e2e2;
    border: 1px solid #ebebeb;
    background-color: #fff;
}

nav.layout-sidenav ul>li.mainmenu-item.active>a, body:not(.drag) #layout-sidenav ul>li.mainmenu-item:not(.sidebar-button)>a:hover {
    background: #eaf0f7 !important;
}

.form-preview {
    border-radius: 10px;
    border: 1px solid #ebebeb;
}

.title-value p {
    font-weight: bold;
    color:#000;
}



.infobox.companies .icon, .infobox.departments .icon {
    vertical-align: top;
    padding-top: 15px;
}

.infobox .nav {
    margin-top: 5px;
}

.infobox .meta, .infobox .icon {
    display: inline-block;
    vertical-align: middle;
}

.infobox .meta {
    padding-top: 7px;
}

.infobox .icon i {
    font-size: 21px;
    margin-right: 20px;
    border: 2px solid rgb(205, 224, 241);
    border-radius: 60px;
    padding: 7px 8px;
    color: #EC8722;
}
.students-all .icon i {
    color: #0F5C91;
}

.students-enrolled .icon i {
    color: #666666;
}

.students-completed .icon i, .students-active .icon i{
    color: #71ad3f;
}

.students-certificates .icon i {
    color: #eecc0d;
}

.students-suspended .icon i {
    color:#d82b18;
}

#layout-sidenav ul li a span {
    display: inline-block;
}

#layout-sidenav ul li a span.nav-label {
    padding-left: 5px;
}
    


div.scoreboard div.scoreboard-item.user-image {
    margin-right: 5px;
    margin-left: 0px;
    border-radius: 20em;
    overflow: hidden;
    }

.list-widget {
    border-radius: 15px;
    background: #fff;
}

.list-header {
    padding: 0;
}

table.table.data thead td >a, table.table.data thead th >a, table.table.data thead td >span, table.table.data thead th >span {
    font-weight: 400;
}

table.table.data tbody tr:nth-child(even) td, table.table.data tbody tr:nth-child(even) th {
    background-color: rgb(244, 248, 252);
    }

table.table.data tbody td, table.table.data tbody th {
    color: #333;
}

table.table.data tbody td.list-cell-type-mdl_status {
    padding: 7px 0px 4px 25px;
    text-align: left;
}

i.status {
    font-size: 1.7em;
}

i.status.bi.bi-exclamation-circle-fill {
    color:#AB2A1C;
}

i.status.bi.bi-check-circle-fill {
    color:#31AC5F;
}

i.status.bi.bi-check-circle-fill.konci{
    color:#e49400;
}

i.status.bi.bi-exclamation-circle-fill.grey {
    color:#b4b4b4;
}

/*--------------------- GRAFY --------------------*/
.legendColorBox {
    padding-left: 12px;
    padding-right: 4px;
}

.legendLabel {
    color: rgb(102, 102, 102);
}



/*--------------------- FILTRY --------------------*/


/*aby zustaval scrollbar viditelny i v safari*/
.departments::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
  }
  .departments::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

/*--------------------- STEJNE VYSOKE SLOUPCE --------------------*/
.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .row.equal-cols:before,
  .row.equal-cols:after {
    display: block;
  }
  
  .row.equal-cols > [class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .row.equal-cols > [class*='col-'] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; 
  }