﻿
body {
    background-image: linear-gradient(to bottom right, #060d15, #323c48);
    color: #b5d8d3;
}

.text-green {
    color: #76e06c;
}

.text-orange {
    color: #e0b06c;
}

.jumbotron {
    background-color: #060d157f;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 3px 3px 3px #060d15;
}

.jumbotronlms {
    background-color: #060d157f;
    background-image: url('../images/background-lms.png');
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 3px 3px 3px #060d15;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #16101a;
}

.boxed {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #16101a;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .boxed blockquote {
        border-color: #16101a;
        border-color: rgba(0,0,0,.15)
    }

.boxed-lg {
    padding: 24px;
    border-radius: 6px
}

.boxed-sm {
    padding: 9px;
    border-radius: 3px
}

.boxed-bg {
    padding: 24px;
    border-radius: 6px;
    border: 0px solid #fff;
    background-color: #ffffff11;
}

.boxed-bg-dk {
    padding: 24px;
    border-radius: 6px;
    border: 0px solid #000;
    background-color: #00000033;
}

    .boxed-bg-dk-01 {
        background-image: url('../images/icon-bg-01.png');
        background-repeat: no-repeat;
        background-position: right top;
    }

    .boxed-bg-dk-02 {
        background-image: url('../images/icon-bg-02.png');
        background-repeat: no-repeat;
        background-position: right top;
    }

    .boxed-bg-dk-03 {
        background-image: url('../images/icon-bg-03.png');
        background-repeat: no-repeat;
        background-position: right top;
    }

    .boxed-bg-dk-04 {
        background-image: url('../images/icon-bg-04.png');
        background-repeat: no-repeat;
        background-position: right top;
    }
