﻿body {
}

.form-check label {
    margin-bottom: 0;
    margin-right: 2rem;
}

.form-check input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.loader-modal {
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8)
}

.loader-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 16px;
    height: 120px;
}

.form-group > label {
    color: #5f76e8;
}

.form-control-underline {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}


.accordion .card {
    border: none;
    margin-bottom: 2px;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

    .accordion .card .card-header {
        background: #6245dd;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 0;
    }

.accordion .card-header h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.accordion img {
    width: 150px;
}

.accordion .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.accordion .card-header .btn {
    font-weight: 500;
}

.accordion .card-header i {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 6px 0 -10px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.accordion .card-header button:hover {
    color: #23384e;
}

.accordion .card-body {
    color: #666;
}