/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 21, 2020, 8:57:44 PM
    Author     : miroslavstankovic
*/
body {
    font-size:  16px !important;
}
p {
    font-size:  16px !important;
}


#breadcrumbs-two{
    overflow: hidden;
    width: 100%;
}

#breadcrumbs-two li{
    float: left;
    margin: 0 .5em 0 1em;
    background: #ddd;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    position: relative;
}


#breadcrumbs-two a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #ddd #ddd #ddd transparent;
    left: -1em;
}


#breadcrumbs-two a::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #ddd;
    right: -1em;
}

.origin-top-right {
    z-index: 10;
}

.checked {
    background-image: url(../icons/check.svg), none;
}

#breadcrumbs-two .active {
        color: blue;
}

a.inline-flex {
    color: black;
}

.no-courses {
    padding: 30px;
    text-align: center;
}

.course_view_holder {
    min-height: 150px;
}

.course_fees {
    list-style: circle;
    margin-left: 20px;
}

h1 {
    margin-bottom: 0.5rem;
    line-height: 1;
    color: #1a202c;
    font-weight: 300;
    font-size: 1.875rem;
}

h2 {
    margin-bottom: 0.5rem;
    line-height: 1;
    color: #1a202c;
    font-weight: 300;
    font-size: 1.575rem;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

ul.docs {
  list-style-type: circle;
  margin-left: 20px;
}

.group a {
    text-align: left;
}

.class-view {
    display: none;
}

.class-view-desk {
    display: block;
}

@media screen and (max-width: 600px) {
    .class-view {
        display: block;
        width: 96%;
        margin-left: 10px;
    }
    
    .class-view-desk {
        display: none;
    }
    
    .class-view-main {
        width: 94%;
    }
    
    .flex.justify-between {
        height: 40px;
    }
    
    .md:hidden.block {
        display:block !important;
    }
    
    .hidden.start {
        display:none;
    }
}
