﻿body {

}
.swal-text {
    color: black !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-button {
    background-color: #005792 !important;
}

.text-primary {
    color: #005792 !important;
}

.btn-primary {
    background-color: #F63854 !important;
    border: 1px #F63854 !important;
}
.redFont
{
    color:red !important;
}
.modal-header {
    background-color: #F63854 !important;
    border-radius: 0px !important;
}
.modal-title {
    color: white !important;
}
.close-btn
{
    color:white !important;
}

.header {
    background-color: #F63854 !important;
    border-radius: 0px !important;
}

.nav-link {
    font-size: 18px !important;
    color: #005792 !important;
    font-weight: 400 !important;
}

    .nav-link.active, .nav-link.active:focus {
        background-color: #F63854 !important;
        color: white !important;
        border: none;
        box-shadow: 1px 1px 2px #F63854;
    }

.nav-tabs {
    background-color: transparent !important;
}

.lblText {
    /* color:black !important;*/
    color: #F63854 !important;
}
.req {
    color: red !important;
}

/*For Collapse in Invoice screen*/
.myaccordion {
    max-width: 100%;
    margin: 50px auto;
    /*box-shadow: 0 0 1px rgba(0,0,0,0.1);*/
}

    .myaccordion:focus {
        max-width: 100%;
        margin: 50px auto;
        box-sizing: unset !important;
    }

    .myaccordion .card,
    .myaccordion .card:last-child .card-header {
        border: none;
    }

    .myaccordion .card-header {
        border-bottom-color: #EDEFF0;
        background: transparent;
    }

    .myaccordion .fa-stack {
        font-size: 18px;
    }

    .myaccordion .btn {
        width: 100%;
        font-weight: bold;
        color: #004987;
        padding: 0;
    }

    .myaccordion .btn-link:hover,
    .myaccordion .btn-link:focus {
        text-decoration: none;
    }

    .myaccordion li + li {
        margin-top: 10px;
    }
.dismiss
{
    color:white;
    font-weight:500 !important;
    cursor:default !important;
}

    .dismiss:hover {
        color: white;
        font-weight: 500 !important;
        text-decoration:none !important;
    }
.modal {
    top: 6% !important;
    border-radius:0px !important;
}
.Page {
    background-color: aliceblue;
    height: 1500px !important;
}
tbody td {
    vertical-align: middle !important;
}
.table th {
    vertical-align: middle !important;
    text-transform: capitalize !important;
}
.card {
    margin-bottom: 15px;
}

    .card .content {
        padding: 15px 15px 10px 15px;
    }

        .card .content .icon-big {
            font-size: 3em;
            min-height: 64px;
            line-height: 64px;
        }

        .card .content .number {
            font-size: 1.5em;
            text-align: right;
            font-weight: bolder;
        }

        .card .content .footer {
            background-attachment: fixed;
            position: relative;
            padding: 0;
            line-height: 30px;
        }

        .card .content .stats {
            display: inline-block;
            color: #a9a9a9;
        }
/****************************/
/*     Details Lightbox     */
/****************************/
.Box_Rcs {
    border-radius: 25px;
    border: 2px solid #F63854;
    padding: 20px;
    width: 250px;
    height: 100px;
    box-shadow: gray 0.3em 0.3em 0.3em
}

.Border_Box_Rounded {
    border-radius: 25px;
    border: 2px solid #F63854;
    padding: 10px;
    width: 120px;
    height: 85px;
    box-shadow: gray 0.3em 0.3em 0.3em
}

    .Border_Box_Rounded:hover {
        background-color: lightgray;
    }

div.hover {
    background-color: red;
    cursor: pointer;
}

h2 {
    margin-bottom: 1.25rem;
}

h6 {
    color: #ffffff;
    font: 600 .75rem/1.0rem "Poppins", sans-serif;
    text-align: center;
}

bg-gray {
    background-color: #f2f3fd;
}

bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-gradient {
    background: linear-gradient(to right, #005792 0%, #0066cc 100%);
}

.bg-navy {
    background-color: #1b1e7b;
}

.center {
    text-align: center;
    width: 100%;
}

.fas {
    margin-bottom: .5rem;
    color: #026cfe;
    font-size: 2.75rem;
}

text-box_rounded {
    margin-bottom: 3rem;
    padding: 2.5rem 1rem 1.125rem 1rem;
    border-radius: 10px;
}
/* Expand/collapse*/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #F63854;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    min-height: 50px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    color: white;
    font-weight: bold;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /*  .active, .collapsible:hover {
        background-color: #ccc;
    }*/

/* Style the collapsible content. Note: hidden by default */
/*.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}*/
.collapsible:after {
    content: 'Advanced Search';
    color: white;
    font-weight: normal;
    font-size:10pt;
    float: right;
    margin-left:5px;
    margin-right:10px;
}

.active:after {
    content: "Hide"; /* Unicode character for "minus" sign (-) */
  
}
fieldset {
    border: thin solid #eb0017 !important;
}
.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #eb0017 !important;
    border-top: 2px solid #eb0017 !important;
    border-right: 1px solid #eb0017;
    border-bottom: 1px solid #eb0017;
    border-left: 1px solid #eb0017;
}
.overlay {
    background:linear-gradient(95deg, #ff528d 40%, #ff8186 100%);
}
/* End of expand/collapse*/
/*End*/
