@import url("layout.css?v=2");

h2 {
    margin-top: 0;
}

.alert {
    cursor: pointer;
}

.alert-notice {
    background-color: #eee;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    transition: 0.1s;
}

tr.link {
    cursor: pointer;
}

.social a {
    color: #006c37;
}

.label-course {
    border: 1px solid #dff0d8;
    color: #6a737c;
    font-weight: normal;
}

.label-course:hover {
    color: #33658a;
    background-color: #dff0d8;
    transition: 0.5s;
}

/**
 * Form
 */

input[type="number"], input[type="text"], input[type="email"], input[type="password"], textarea, select {
    width: 100%;
    padding: 5px 10px;
    border: 2px solid #e1e1e1 !important;
    font-weight: 300 !important;
    border-radius: 0 !important;
}

input[type=file].form-control {
    height: auto;
}

.btn {
    border-radius: 0;
    /*border: 0;*/
    display: inline-block;
}

.btn-default, .btn-success {
    background: #008c4f;
    color: #fff;
    border-radius: 0;
    /*border: 0;*/
    display: inline-block;
}

.btn-default:hover, .btn-success:hover {
    background: #424242;
    color: #fff !important;
}

button .glyphicon {
    padding-right: 5px;
}

.form-error {
    font-size: 12px;
}

input:hover, select:hover, textarea:hover {
    border-color: #999;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-right: 10px;
}

label.required:after {
    content: "*";
    padding-left: 5px;
    color: red;
}

.form-div {
    border: 1px solid #008c4f;
    padding: 30px;
    margin: 15px 0;
    border-radius: 15px;
}

.form-div h2 {
    text-align: center;
    color: #008c4f;
}

.form-footer {
    text-align: center;
}

.form-control.select-small {
    width: 300px;
}

.navbar-nav > li > a.normal-text {
    font-weight: 100;
    text-transform: none;
}

/* hide honeypot */
#htest_email {
    position: absolute;
    left: -999em;
}

/**
 * Decor
 */
.revision-info {
    max-height: 30em;
    text-align: justify;
}

.revision-info h1, .revision-info h2 {
    font-size: 180%;
    color: #008c4f;
}

.revision-info h3 {
    font-size: 150%;
    color: #008c4f;
}

.revision-info h4, h5, h6 {
    font-size: 130%;
    color: #008c4f;
}

.revision-info table {
    border-collapse: collapse;
    border: 1px solid #E1E1E1;
    width: 100%;
    background-color: #dff0d8;
    margin: 2% 2% 2% 0;
}

.revision-info table td, .revision-info table th {
    padding: 5px;
    border: 1px solid #E1E1E1;
}

.form-search {
    background-color: #eee;
    padding: 5px;
}

.table-revisions {
    margin-bottom: 10px;
}

.table-revisions > tbody > tr > td {
    vertical-align: middle;
}

.pagination {
    margin: 10px 0;
}

.btn-success.disabled {
    background-color: #ccc;
}

.background-icon {
    position: absolute;
    top: -20px;
    right: 50px;
    font-size: 200px;
    color: #fcfcfc;
    z-index: -100;
}

.title-image {
    height: 120px;
    padding-bottom: 10px;
}
#loginform {
    max-width: 300px;
    margin: 0 auto;
}

.sidebar .side-title {
    font-size: 22px;
    font-weight: 300;
    color: #008c4f;
    padding-bottom: .3em;
}
img.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.navbar-nav.navbar-user > li > a {
    border-bottom: none;
    padding: 15px 10px;
}
.navbar-nav.navbar-user > li > a:hover, .navbar-nav.navbar-user > li > a:focus {
    border-bottom: none;
}

.navbar-nav.navbar-user > li > a:hover::after {
    content: '';
    width: 50%;
    position: absolute;
    right: 25%;
    top: 50%;
    border-bottom: 4px solid #00000096;
    -webkit-transform: skewY(10deg);
    transform: skewY(-50deg);
}

textarea:disabled, input:disabled, select:disabled {
    background-color: rgb(235, 235, 228);
}
