﻿html, body {
}

/*.account-pages{
    margin-top:50px !important;
}*/

input {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}

input, select, textarea {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.custom-control-label {
    padding-top: 3px !important;
    font-weight: normal !important;
}

/*::-moz-selection {
    background: #931B03;
}

::selection {
    background: #931B03;
}*/

.alert {
    padding: 1rem !important;
}

.breadcrumb {
    padding: 0 1rem !important;
}

.list-icons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.list-icons-item {
    display: inline-block;
    line-height: 1;
}

.swal2-popup .swal2-actions button {
    margin: 0 5px;
}

a {
    color: #212529;
    font-weight: bold;
}

    a:hover {
        color: #907407;
    }

input:read-only {
    cursor: not-allowed;
}

.breadcrumb {
    margin: 0 !important;
}

.breadcrumb-card {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    -webkit-box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 0.25rem rgba(108, 118, 134, 0.1);
}

.element-error {
    color: #af1903 !important;
    border-color: #af1903 !important;
}

.custom-control-label {
    cursor: pointer !important;
}

.multiselect {
    text-align: left;
}

.multiselect-custom {
    display: none !important;
}

.show > .dropdown-menu {
    width: 100% !important;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.card-body .card-img {
    border-radius: 0.1875rem;
}

.card-img-actions {
    position: relative;
}

    .card-img-actions:hover .card-img-actions-overlay, .card-img-actions:focus .card-img-actions-overlay {
        opacity: 1;
        visibility: visible;
    }

.card-img-actions-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.15s;
}

@media screen and (prefers-reduced-motion: reduce) {
    .card-img-actions-overlay {
        transition: none;
    }
}

.alert-success {
    color: #007945;
    font-weight: 500;
}

    .alert-success .alert-close-btn {
        border: none;
        font-weight: bold;
        background: #a3cfbb;
        border-radius: 4px;
        padding: 4px 8px;
        cursor: pointer;
        margin-right: 5px;
    }

        .alert-success .alert-close-btn:hover {
            background: #e8fff5;
        }


.alert-danger {
    color: #e0230f;
    font-weight: 500;
}

    .alert-danger .alert-close-btn {
        border: none;
        font-weight: bold;
        background: #f1aeb5;
        border-radius: 4px;
        padding: 4px 8px;
        cursor: pointer;
        margin-right: 5px;
    }

        .alert-danger .alert-close-btn:hover {
            background: #ffdfdc;
        }
