﻿.panel-primary {
    border-color: #891f5c;
}

    .panel-primary > .panel-heading {
        color: #FFF;
        font-size: large;
        font-family: century gothic;
        background-color: #891f5c;
        font-weight: 600;
        border-color: #891f5c;
    }

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.bg-backcolor {
    color: white;
    background-color: #891f5c;
    border-color: #891f5c;
}

    .bg-backcolor:hover,
    .bg-backcolor:focus,
    .bg-backcolor.focus,
    .bg-backcolor:active,
    .bg-backcolor.active,
    .open > .dropdown-toggle.bg-backcolor {
        color: white;
        background-color: #891f5c;
        border-color: #891f5c;
    }


.label-success {
    color: white;
    background-color: #891f5c;
    border-color: #891f5c;
}

    .label-success:hover,
    .label-success:focus,
    .label-success:active,
    .label-success.active,
    .open > .dropdown-toggle.label-success {
        color: white;
        background-color: #891f5c !important;
        border-color: #891f5c !important;
    }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: white;
    background-color: #891f5c;
    border-color: #891f5c;
}

.sweet-alert {
    background-color: #fff;
    width: 320px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    left: 55%;
    top: 50%;
    /* margin-left: -256px; */
    overflow: hidden;
    z-index: 2000;
    /* margin-top: -280px !important; */
    display: block;
}



.btn-primary {
    color: white;
    background-color: #891f5c;
    border-color: #891f5c;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: white;
        background-color: #891f5c;
        border-color: #891f5c;
    }

    .btn-primary:hover {
        color: white;
        background-color: #891f5c;
        border-color: #891f5c;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: white;
        background-color: #891f5c;
        border-color: #891f5c;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: white;
            background-color: #891f5c;
            border-color: #891f5c;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #891f5c;
        border-color: #891f5c;
    }

    .btn-primary .badge {
        color: white;
        background-color: #891f5c;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: 3px 7px;
    font-size: 13px;
    line-height: 1.333333;
    border-radius: 6px;
}

.h2, h2 {
    font-size: 18px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.pt-1
{
    padding-top: 1%;
}

.ptbtn
{
    padding-top: 39px;
}
