/* MAIN CSS */

html, body {
    font-family: Calibri, "Open Sans", sans-serif;
    font-size: 18px;
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #454545;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.text-muted {
    color: #FFFFFF !important;
}

.bg-dark
{
    background-color: #454545 !important;
}

/* BUTTONS */

.btn-primary, .btn-success
{
    background-color: #F26622;
    border: none;
}

.btn-primary:hover, .btn-success:hover
{
    background-color: #454545;
    border: none;
}

/* GRIDVIEW */

a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

/* NAVBAR */

.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings", emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-pencil::before {
    content: "\f044";
}

.glyphicon-trash::before {
    content: "\f2ed";
}

.glyphicon-eye-open::before {
    content: "\f06e";
}

#esivtoggle {
    display: none;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #F26622 !important;
}

/* PUBLIC PAGES */

.generic, h1
{
    color: #F26622;
    font-size: 60px;
    font-weight: bold;
}

h2
{
    color: #F26622;
    font-size: 40px;
    font-weight: bold;
}

a, a:hover
{
    color: #F26622;
    text-decoration: none;
}

.opl_course_block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.opl_course_text {
    margin: 20px;
    background-image: linear-gradient(180deg, #454545, #BBBBBB);
    padding: 10px;
    color: #FFFFFF;
}

.opl_lesson_block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.opl_lesson_text {
    margin: 20px;
    background-image: linear-gradient(180deg, #454545, #BBBBBB);
    padding: 10px;
    color: #FFFFFF;
}

.opl_product_block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.opl_product_text {
    margin: 20px;
    background-image: linear-gradient(180deg, #454545, #BBBBBB);
    padding: 10px;
    color: #FFFFFF;
}

.opl_location_block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.opl_location_text {
    margin: 20px;
    padding: 10px;
}

.opl_regular_block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    padding-bottom: 1em;
}

.opl_regular_text {
    margin: 20px;
    padding: 10px;
}

.icons_yii {
    width: 30px !important;
}

.dots {
    border-bottom: 1px dotted black;
}

/* SEARCH BOXES */

.textListSearchContainer .card, .textListSearchContainer {
    width: 25em !important;
}

.esiv-expanded-row {
    background-color: #ffffff !important;
}