﻿body {
}
.txt-w {
    color:white !important
}
.btn {
    margin-bottom:10px;
    border-radius:18px;
}
.btn-default {
    border:none
}
@font-face {
    font-family: fontface;
    src: url('/Content/fontface/HolidayFree.otf');
}
.fontface {
    font-family: fontface;
    font-size:33px;
    letter-spacing: 4px;
    color: #007bff;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgb(142 142 142);
    width: 50%;
}
.card-title {
    float: left;
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
}
/*Border radius 50%*/
.br-50 {
    border-radius:50% !important
}


/*SIDE BAR & NAVBAR*/
[class*='sidebar-dark-'] {
    background-color: #788ff1;
}
[class*='sidebar-dark-'] .sidebar a {
    color: #ffffff;
}
[class*='sidebar-dark'] .user-panel {
    border-bottom: 1px solid #ffffff;
}
[class*='sidebar-dark'] .brand-link {
    border-bottom: 1px solid #ffffff;
    color: white;
}
.navbar-white {
    background-color: #788ff1;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}


/*BOUTON BTN-LG*/
.btn-lg, .btn-group-lg > .btn {
    padding: 1rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    letter-spacing: 3px;
}

/*DROPDOWN*/
.dropdown-menu-lg {
    padding: 4px;
}

a {
    color: #000000;
}


/*BUTTON CUSTOMIZED*/
.btn-warning {
    color: #1F2D3D;
    background-color: #FCCF86;
    border-color: #FCCF86;
    box-shadow: none;
}
.bg-warning {
    background-color: #FCCF86 !important;
}

.list-group-item.active {
    z-index: 2;
    color: black;
    background-color: #FCCF86;
    border-color: #FCCF86;
}
.modal-header {
    display: -ms-flexbox;
    display: block;
}
.btn-pdt {
    width:170px
}
.list-group-item a {
    color:black
}
.dropdown-menu-right .list-group-item:hover {
    background-color:#007bff;
    color:white
}
.dropdown-menu-right .list-group-item:hover a {
    color:white
}

/*26-05-2021*/
#username {
    color: #00678D;
}
.small-box {
    border-radius: 2rem;
    box-shadow: 0px 3px 6px #00000029;
}
    .small-box > .small-box-footer {
        border-radius: 0 0 2rem 2rem;
    }
.navbar-white {
    background-color: #C9EFFF;
}
.navbar-light .navbar-nav .nav-link {
    color: #00678D;
}
[class*='sidebar-dark-'] {
    background-color: #C9EFFF;
}
    [class*='sidebar-dark-'] .sidebar a {
        color: #00678D;
    }
    [class*='sidebar-dark-'] .sidebar a:hover {
        color: #00678D;
    }
[class*='sidebar-dark'] .brand-link {
    border-bottom: 1px solid #00678D;
    color: #00678D;
}
[class*='sidebar-dark'] .user-panel {
    border-bottom: 1px solid #00678D;
}
.text-warning {
    color: #FCCF86 !important
}
.card {
    box-shadow: 0px 3px 6px #00000029;
    border-radius:18px
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 3.3rem;
    letter-spacing: 0;
}
.form-control {
    border-radius: 1.25rem;
    box-shadow: inset 0px 3px 3px #00000021;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.fontface {
    color: #707070
}
    .fontface span {
        color: #FCCF86
    }
.modal-header, .modal-footer {
    background-color: #c9efff;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}
.pagination {
    box-shadow: 0px 3px 6px #00000029;
}