
    /*
    ** App
    */

    .btn-custom {
        text-transform: uppercase;
        text-shadow: none; }
    .btn-custom,
    .btn-custom:hover,
    .btn-custom:focus {
        border-radius: 3px; }
    .btn-custom.logout {
        letter-spacing: 1px;
        height: 30px !important;
        min-width: 120px; }


    .form-fake {
        width: 100%;
        border: solid 1px #ccc;
        border-radius: 3px;
        padding: 6px 12px 8px 12px;
        min-height: 36px;
        height: auto; }

    .card-header-pills-padding-fix {
        padding: 18px !important; }


    .list-group-configuration * {
        border: none; }
    .list-group-configuration a {
        color: #000;
        text-decoration: none; }
    .list-group-configuration a .list-group-item {
        border-radius: 4px; }
    .list-group-configuration a .list-group-item:hover {
        background: none; }
    .list-group-configuration a .list-group-item.active,
    .list-group-configuration a .list-group-item.active:hover {
        font-weight: bold;
        background: #e8eaf6; }

    .list-group-configuration.mobile a .list-group-item {
        color: #aaa;
        margin-right: 5px;
        border: solid 1px #e8eaf6; }
    .list-group-configuration.mobile a:last-child .list-group-item {
        margin-right: 0px; }
    .list-group-configuration.mobile a .list-group-item.active,
    .list-group-configuration.mobile a .list-group-item.active:hover {
        color: #000; }



    footer {
        padding-bottom: 0 !important;
        background: #151515;
        color: #aaa; }
    footer .gdpape-logo {
        height: 200px;
        margin-bottom: 30px; }
    footer .copyright {
        padding-bottom: 25px; }
    footer .title {
        text-transform: uppercase;
        font-size: 0.9em !important;
        letter-spacing: 1px;
        color: #fff; }
    footer hr {
        margin-bottom: 25px; }
    footer ul {
        padding: 0;
        margin: 15px 0 20px 0;
        list-style: none;
        position: relative; }
    footer ul li {
        padding: 5px 0 0 0;
        margin: 0; }
    footer .address {
        padding-top: 20px; }
    footer .address span {
        display: block; }
    footer .secure {
        display: inline-block;
        padding-top: 40px; }





    /**
    ** Responsive
    */


    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) { }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px)
    {
        .app-wrapper {
            min-height: 100vh; }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) { }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) { }


    /* Extra small devices (portrait phones, less than 576px) */
    @media (max-width: 575px) { }

    /* Small devices (landscape phones, less than 768px) */
    @media (max-width: 767px)
    {
        footer .column-head {
            margin-top: 50px; }
    }

    /* Medium devices (tablets, less than 992px) */
    @media (max-width: 991px) { }

    /* Large devices (desktops, less than 1200px) */
    @media (max-width: 1199px) { }