﻿.vertical-scrollable {
    overflow-y: scroll;
}
.bg-gradient-primary {
    background-color: #5F398C;
    background-image: linear-gradient(180deg,#5F398C 10%,#9168C1 100%);
    background-size: cover;
}
.field-validation-error{
    color:#ce1010
}
label{
    font-weight:bold;
}

.heightnav{
    height:60px;
}

.toggled .heightnav {
    height: 35px !important;
}
.toggled .heightnav {
    height: 50px !important;
}
/*p {line-height:0.5}*/

.custom-control-label:before {
    background-color: red !important;
    border-color:red !important;
   
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: red !important;
    border-color: red !important;
}
.custom-control-label {
    font-size: 15px !important;
}
.btn-blue {
    background-color: #39408c;
}
@media (min-width: 768px) {
    .sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
        margin: 0 0.5rem;
    }
}
.btn-viola-2 {
    background-color: #88398c;
    color:#fff;
}

/********************* Shopping Demo-6 **********************/
.product-grid6, .product-grid6 .product-image6 {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
    z-index: 1
}


.product-grid6 {
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    position: relative;
    transition: all .5s ease 0s
}

    .product-grid6:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.3)
    }

    .product-grid6 .product-image6 a {
        display: block
    }

    .product-grid6 .product-image6 img {
        width: 100%;
        height: auto;
        transition: all .5s ease 0s
    }

    .product-grid6:hover .product-image6 img {
        transform: scale(1.1)
    }

    .product-grid6 .product-content {
        padding: 12px 12px 15px;
        transition: all .5s ease 0s
    }

    .product-grid6:hover .product-content {
        opacity: 0
    }

    .product-grid6 .title {
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all .3s ease 0s
    }

        .product-grid6 .title a {
            color: #000
        }

            .product-grid6 .title a:hover {
                color: #2e86de
            }

    .product-grid6 .price {
        font-size: 18px;
        font-weight: 600;
        color: #39408c
    }

        .product-grid6 .price span {
            color: #999;
            font-size: 15px;
            font-weight: 400;
            text-decoration: line-through;
            margin-left: 7px;
            display: inline-block
        }

    .product-grid6 .social {
        background-color: #fff;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: translateX(-50%);
        position: absolute;
        bottom: -50%;
        left: 50%;
        z-index: 1;
        transition: all .5s ease 0s
    }

    .product-grid6:hover .social {
        opacity: 1;
        bottom: 20px
    }

    .product-grid6 .social li {
        display: inline-block
    }

        .product-grid6 .social li a {
            color: #909090;
            font-size: 16px;
            line-height: 45px;
            text-align: center;
            height: 45px;
            width: 45px;
            margin: 0 7px;
            border: 1px solid #909090;
            border-radius: 50px;
            display: block;
            position: relative;
            transition: all .3s ease-in-out
        }

            .product-grid6 .social li a:hover {
                color: #fff;
                background-color: #39408c;
                width: 80px
            }

            .product-grid6 .social li a:after, .product-grid6 .social li a:before {
                content: attr(data-tip);
                color: #fff;
                background-color: #39408c;
                font-size: 12px;
                letter-spacing: 1px;
                line-height: 20px;
                padding: 1px 5px;
                border-radius: 5px;
                white-space: nowrap;
                opacity: 0;
                transform: translateX(-50%);
                position: absolute;
                left: 50%;
                top: -30px
            }

            .product-grid6 .social li a:after {
                content: '';
                height: 15px;
                width: 15px;
                border-radius: 0;
                transform: translateX(-50%) rotate(45deg);
                top: -20px;
                z-index: -1
            }

            .product-grid6 .social li a:hover:after, .product-grid6 .social li a:hover:before {
                opacity: 1
            }

@media only screen and (max-width:990px) {
    .product-grid6 {
        margin-bottom: 30px
    }
    
}
.product-grid6 .product-discount-label {
    display: block;
    padding: 4px 15px 4px 30px;
    color: #fff;
    background-color: #0081c2;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-clip-path: polygon(34% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(34% 0,100% 0,100% 100%,0 100%)
}
/*scheda prodotto*/
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}



.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 18%;
        margin-right: 2.5%;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.tab-content {
    overflow: hidden;
}

    .tab-content img {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

.cardproduct {
    margin-top: 50px;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

    .checked, .price span {
        color: #ff9f1a;
    }

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 40px;
    }

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

    .color:first-of-type {
        margin-left: 20px;
    }

.add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

    .add-to-cart:hover, .like:hover {
        background: #b36800;
        color: #fff;
    }

.not-available {
    text-align: center;
    line-height: 2em;
}

    .not-available:before {
        font-family: fontawesome;
        content: "\f00d";
        color: #fff;
    }

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bt-samewidth .btn {
   
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:10px;
}
/*palette colori*/
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #231535;
    background-color: #c6b1df;
    border-color: #bca3d9;
}

    .alert-primary hr {
        border-top-color: #ae90d2;
    }

    .alert-primary .alert-link {
        color: #0b0610;
    }

.badge-primary {
    color: #fff;
    background-color: #5F398C;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #462a67;
    }

.bg-primary {
    background-color: #5F398C !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #462a67 !important;
}

.border-primary {
    border-color: #5F398C !important;
}

.btn-primary {
    color: #fff;
    background-color: #5F398C;
    border-color: #5F398C;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4d2e72;
        border-color: #462a67;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(95, 57, 140, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #5F398C;
        border-color: #5F398C;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #462a67;
        border-color: #3f255c;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(95, 57, 140, 0.5);
        }

.btn-outline-primary {
    color: #5F398C;
    background-color: transparent;
    border-color: #5F398C;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #5F398C;
        border-color: #5F398C;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(95, 57, 140, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #5F398C;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #5F398C;
        border-color: #5F398C;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(95, 57, 140, 0.5);
        }

.list-group-item-primary {
    color: #231535;
    background-color: #bca3d9;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #231535;
        background-color: #ae90d2;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #231535;
        border-color: #231535;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #bca3d9;
}

.table-hover .table-primary:hover {
    background-color: #ae90d2;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #ae90d2;
    }

.text-primary {
    color: #5F398C !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #462a67 !important;
}


/*------------------------------------
- COLOR secondary
------------------------------------*/
.alert-secondary {
    color: #38311a;
    background-color: #ded7ba;
    border-color: #d8cfac;
}

    .alert-secondary hr {
        border-top-color: #d0c49a;
    }

    .alert-secondary .alert-link {
        color: #15130a;
    }

.badge-secondary {
    color: #fff;
    background-color: #8C7C41;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #fff;
        background-color: #695d30;
    }

.bg-secondary {
    background-color: #8C7C41 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #695d30 !important;
}

.border-secondary {
    border-color: #8C7C41 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #8C7C41;
    border-color: #8C7C41;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #736635;
        border-color: #695d30;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(140, 124, 65, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #8C7C41;
        border-color: #8C7C41;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #695d30;
        border-color: #5e532b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(140, 124, 65, 0.5);
        }

.btn-outline-secondary {
    color: #8C7C41;
    background-color: transparent;
    border-color: #8C7C41;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #8C7C41;
        border-color: #8C7C41;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(140, 124, 65, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #8C7C41;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #8C7C41;
        border-color: #8C7C41;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(140, 124, 65, 0.5);
        }

.list-group-item-secondary {
    color: #38311a;
    background-color: #d8cfac;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #38311a;
        background-color: #d0c49a;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #38311a;
        border-color: #38311a;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d8cfac;
}

.table-hover .table-secondary:hover {
    background-color: #d0c49a;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #d0c49a;
    }

.text-secondary {
    color: #8C7C41 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #695d30 !important;
}



/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #41861b;
    background-color: #f1fbec;
    border-color: #e5f7db;
}

    .alert-success hr {
        border-top-color: #d6f3c6;
    }

    .alert-success .alert-link {
        color: #2c5c12;
    }

.badge-success {
    color: #212529;
    background-color: #78D943;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #212529;
        background-color: #5dc127;
    }

.bg-success {
    background-color: #78D943 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #5dc127 !important;
}

.border-success {
    border-color: #78D943 !important;
}

.btn-success {
    color: #212529;
    background-color: #78D943;
    border-color: #78D943;
}

    .btn-success:hover {
        color: #212529;
        background-color: #63ce29;
        border-color: #5dc127;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(120, 217, 67, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #212529;
        background-color: #78D943;
        border-color: #78D943;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #212529;
        background-color: #5dc127;
        border-color: #57b524;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(120, 217, 67, 0.5);
        }

.btn-outline-success {
    color: #78D943;
    background-color: transparent;
    border-color: #78D943;
}

    .btn-outline-success:hover {
        color: #212529;
        background-color: #78D943;
        border-color: #78D943;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(120, 217, 67, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #78D943;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #212529;
        background-color: #78D943;
        border-color: #78D943;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(120, 217, 67, 0.5);
        }

.list-group-item-success {
    color: #41861b;
    background-color: #e5f7db;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #41861b;
        background-color: #d6f3c6;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #212529;
        background-color: #41861b;
        border-color: #41861b;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #e5f7db;
}

.table-hover .table-success:hover {
    background-color: #d6f3c6;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d6f3c6;
    }

.text-success {
    color: #78D943 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #5dc127 !important;
}


/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
    color: #1d3111;
    background-color: #bde0a9;
    border-color: #b1db9a;
}

    .alert-info hr {
        border-top-color: #a2d487;
    }

    .alert-info .alert-link {
        color: #070c04;
    }

.badge-info {
    color: #fff;
    background-color: #528C32;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        background-color: #3b6624;
    }

.bg-info {
    background-color: #528C32 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #3b6624 !important;
}

.border-info {
    border-color: #528C32 !important;
}

.btn-info {
    color: #fff;
    background-color: #528C32;
    border-color: #528C32;
}

    .btn-info:hover {
        color: #fff;
        background-color: #427128;
        border-color: #3b6624;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 140, 50, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #528C32;
        border-color: #528C32;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #3b6624;
        border-color: #355b20;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 140, 50, 0.5);
        }

.btn-outline-info {
    color: #528C32;
    background-color: transparent;
    border-color: #528C32;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #528C32;
        border-color: #528C32;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 140, 50, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #528C32;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #528C32;
        border-color: #528C32;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 140, 50, 0.5);
        }

.list-group-item-info {
    color: #1d3111;
    background-color: #b1db9a;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #1d3111;
        background-color: #a2d487;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #1d3111;
        border-color: #1d3111;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #b1db9a;
}

.table-hover .table-info:hover {
    background-color: #a2d487;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #a2d487;
    }

.text-info {
    color: #528C32 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #3b6624 !important;
}


/*------------------------------------
- COLOR blue
------------------------------------*/
.alert-blue {
    color: #161a3e;
    background-color: #b6bbe5;
    border-color: #a7addf;
}

    .alert-blue hr {
        border-top-color: #959bd8;
    }

    .alert-blue .alert-link {
        color: #090a19;
    }

.badge-blue {
    color: #fff;
    background-color: #374099;
}

    .badge-blue[href]:hover, .badge-blue[href]:focus {
        color: #fff;
        background-color: #293073;
    }

.bg-blue {
    background-color: #374099 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #293073 !important;
}

.border-blue {
    border-color: #374099 !important;
}

.btn-blue {
    color: #fff;
    background-color: #374099;
    border-color: #374099;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #2d357e;
        border-color: #293073;
    }

    .btn-blue:focus, .btn-blue.focus {
        box-shadow: 0 0 0 0.2rem rgba(55, 64, 153, 0.5);
    }

    .btn-blue.disabled, .btn-blue:disabled {
        color: #fff;
        background-color: #374099;
        border-color: #374099;
    }

    .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
        color: #fff;
        background-color: #293073;
        border-color: #252b68;
    }

        .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(55, 64, 153, 0.5);
        }

.btn-outline-blue {
    color: #374099;
    background-color: transparent;
    border-color: #374099;
}

    .btn-outline-blue:hover {
        color: #fff;
        background-color: #374099;
        border-color: #374099;
    }

    .btn-outline-blue:focus, .btn-outline-blue.focus {
        box-shadow: 0 0 0 0.2rem rgba(55, 64, 153, 0.5);
    }

    .btn-outline-blue.disabled, .btn-outline-blue:disabled {
        color: #374099;
        background-color: transparent;
    }

    .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
        color: #fff;
        background-color: #374099;
        border-color: #374099;
    }

        .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(55, 64, 153, 0.5);
        }

.list-group-item-blue {
    color: #161a3e;
    background-color: #a7addf;
}

    .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
        color: #161a3e;
        background-color: #959bd8;
    }

    .list-group-item-blue.list-group-item-action.active {
        color: #fff;
        background-color: #161a3e;
        border-color: #161a3e;
    }

.table-blue,
.table-blue > th,
.table-blue > td {
    background-color: #a7addf;
}

.table-hover .table-blue:hover {
    background-color: #959bd8;
}

    .table-hover .table-blue:hover > td,
    .table-hover .table-blue:hover > th {
        background-color: #959bd8;
    }

.text-blue {
    color: #374099 !important;
}

a.text-blue:hover, a.text-blue:focus {
    color: #293073 !important;
}

