/*--------------------------------
              THEME
--------------------------------*/

img {
    display: block;
}

body {
    overflow-x: hidden;
    color: #686868;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    border-style: solid;
    border: 0;
    border-bottom: 4px solid;
    border-bottom-color: rgba(0, 0, 0, 0.2) !important;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 0 transparent;
}

a.btn {
    color: #fff !important;
}

.modal-dialog {
    /* effet 3D */
    border-width: 0 1px 4px 1px;
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.btn:not(.disabled):not(.btn-disabled):hover {
    margin-top: 2px;
    border-bottom-width: 2px;
}

.btn-disabled {
    pointer-events: none;
}

.btn-primary {
    background-color: #118cc2;
}

.btn-primary:hover {
    background-color: #1b769c;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #6ebadb;
    box-shadow: 0 0 .2rem .2rem rgba(0, 123, 255, .5);
}

a {
    border-bottom: 2px solid transparent;
    transition: all .4s;
    cursor: pointer
}

a,
a:visited,
.brand {
    color: #118cc2;
}

p a:hover:not(.link-0):not(.btn) {
    color: #f39000;
    text-decoration: none;
}


p a:hover:not(.link-0):not(.btn),
a.link,
a.lnk {
    border-bottom: 2px solid #f39000;
}

.brand b {
    font-weight: 700;
}

h2 {
    color: #118cc2;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 30px;
}

.invalid-feedback {
    font-size: 1rem;
}

.bg-danger {
    background-color: #c8414e !important;
}

.bg-danger .modal-header,
.bg-success .modal-header,
.bg-danger .modal-footer,
.bg-success .modal-footer {
    border: 0;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.75) !important;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.bg-light {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-light p,
.bg-light ul {
    color: #000;
    text-shadow: 0 0 1px #fff, 0 0 6px #fff;
}

.bg-dark a,
.bg-dark a:visited {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.btn-danger {
    color: #c8414e;
    background-color: #fff;
}

.modal-content {
    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.4);
    border: 0;
}

.card {
    background: transparent;
}

.panel {
    border-radius: 18px;
    padding: 15px;
}

.material-icons {
    font-size: 130%;
    line-height: 1.1;
    vertical-align: bottom;
}
