﻿.card {
    /*padding: 0px 15px;*/
    margin-bottom: 15px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 10px #E5E5E5;
    border-radius: 10px;
}

    .card .card-body h3 {
        display: block;
        margin: 0 0 1rem;
        font-size: 15px;
        font-weight: 500;
        color: inherit;
        line-height: 1.5rem;
    }

.text-secondary {
    color: #6c7a91;
}

.mb0 {
    margin-bottom: 0px;
}

.form-switch .form-check-input {
    width: 50px;
    height: 25px;
    cursor: pointer;
}

.searchPanel .fa-search {
    position: absolute;
    left: 8px;
    top: 8px;
    font-size: 18px;
    z-index: 99;
    cursor: pointer;
    color: #a3a0a0;
}

.searchPanel input {
    padding-left: 30px;
    border-radius: 4px;
}

.SearchPanelBG {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.subheader {
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: #6c7a91;
}

.list-group-transparent .list-group-item {
    border: 0;
    font-size: 14px;
}

    .list-group-transparent .list-group-item.active {
        font-weight: 500;
        color: inherit;
        background: #f5f9fd;
    }

.btn-list {
    display: flex;
    flex-wrap: wrap;
}

.card-body h2 {
    font-size: 18px;
    font-weight: 600;
    color: #0485a3;
}

.tblconfiguration .row {
    margin: 0px;
}

.list-group {
    margin: 0 -1rem;
}

.textareaSet {
    border-radius: 8px;
    margin: 10px 0px;
}

#txtSpecialCharacter {
    display: none;
}

.btn-info {
    border: 0;
    border-radius: 6px;
    padding: 10px 14px;
    color: #fff;
    background: linear-gradient(135deg, #1bc4e8, #078faf) !important;
    box-shadow: 0 8px 20px #18aacc2e;
    font-size: 12px;
    font-weight: 700;
    transition: .25s;
    height: 32px;
    min-height: 32px;
    text-shadow: none !important;
}

    .btn-info:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px #18aacc42;
    }

.list-group {
    margin-bottom: 15px;
}

.FormSetting {
    border: 1px dashed #b9dce3;
    border-radius: 14px;
    /* text-align: center; */
    background: #fafeff;
    padding: 10px;
    margin-top: 15px;
}

.form-control {
    padding: 3px !important;
    height: 33px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #dbe7ea;
}

.mt6 {
    margin-top: 6px;
}

.content-wrapper {
    background: radial-gradient(circle at 95% 0px, rgba(24, 170, 204, 0.075), transparent 31rem), linear-gradient(135deg, rgb(255, 255, 255), rgb(246, 252, 253));
}

.skin-blue .content-header {
    background: none;
}

.content {
    background: none;
}

.content-header > h1 {
    margin: 0;
    font-size: 16px;
    color: #444;
    font-weight: bold;
    margin-bottom: 15px;
}
