﻿.btn-dark {
    color: #fff;
    background-color: #2c3252;
    border-color: #2c3252;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1f2339;
        border-color: #1a1e31;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 3px rgba(44, 50, 82, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        background-color: #2c3252;
        border-color: #2c3252;
    }

    .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        background-color: #1f2339;
        background-image: none;
        border-color: #1a1e31;
    }

.btn-outline-primary, .tour-tour .btn {
    color: #a70304;
    background-color: transparent;
    background-image: none;
    border-color: #a70304;
}

    .btn-outline-primary:hover, .tour-tour .btn:hover {
        color: #fff;
        background-color: #a70304;
        border-color: #a70304;
    }

    .btn-outline-primary:focus, .tour-tour .btn:focus, .btn-outline-primary.focus, .tour-tour .focus.btn {
        box-shadow: 0 0 0 3px rgba(5, 195, 239, 0.5);
    }

    .btn-outline-primary.disabled, .tour-tour .disabled.btn, .btn-outline-primary:disabled, .tour-tour .btn:disabled {
        color: #a70304;
        background-color: transparent;
    }

    .btn-outline-primary:active, .tour-tour .btn:active, .btn-outline-primary.active, .tour-tour .active.btn, .show > .btn-outline-primary.dropdown-toggle, .tour-tour .show > .dropdown-toggle.btn {
        color: #fff;
        background-color: #a70304;
        border-color: #a70304;
    }

.btn-outline-secondary {
    color: #d7d7d7;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #d7d7d7;
        border-color: #d7d7d7;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 3px rgba(215, 215, 215, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #d7d7d7;
        background-color: transparent;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #d7d7d7;
        border-color: #d7d7d7;
    }

.btn-outline-success, .portfolio-grid .portfolio-tile .tile-details .btn {
    color: #70E400;
    background-color: transparent;
    background-image: none;
    border-color: #70E400;
}

    .btn-outline-success:hover, .portfolio-grid .portfolio-tile .tile-details .btn:hover {
        color: #fff;
        background-color: #70E400;
        border-color: #70E400;
    }

    .btn-outline-success:focus, .portfolio-grid .portfolio-tile .tile-details .btn:focus, .btn-outline-success.focus, .portfolio-grid .portfolio-tile .tile-details .focus.btn {
        box-shadow: 0 0 0 3px rgba(112, 228, 0, 0.5);
    }

    .btn-outline-success.disabled, .portfolio-grid .portfolio-tile .tile-details .disabled.btn, .btn-outline-success:disabled, .portfolio-grid .portfolio-tile .tile-details .btn:disabled {
        color: #70E400;
        background-color: transparent;
    }

    .btn-outline-success:active, .portfolio-grid .portfolio-tile .tile-details .btn:active, .btn-outline-success.active, .portfolio-grid .portfolio-tile .tile-details .active.btn, .show > .btn-outline-success.dropdown-toggle, .portfolio-grid .portfolio-tile .tile-details .show > .dropdown-toggle.btn {
        color: #fff;
        background-color: #70E400;
        border-color: #70E400;
    }

.btn-outline-info {
    color: #419BF9;
    background-color: transparent;
    background-image: none;
    border-color: #419BF9;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #419BF9;
        border-color: #419BF9;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 3px rgba(65, 155, 249, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #419BF9;
        background-color: transparent;
    }

    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #419BF9;
        border-color: #419BF9;
    }

.btn-outline-warning {
    color: #FFAF00;
    background-color: transparent;
    background-image: none;
    border-color: #FFAF00;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #FFAF00;
        border-color: #FFAF00;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 3px rgba(255, 175, 0, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #FFAF00;
        background-color: transparent;
    }

    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #FFAF00;
        border-color: #FFAF00;
    }

.btn-outline-danger {
    color: #FF0028;
    background-color: transparent;
    background-image: none;
    border-color: #FF0028;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #FF0028;
        border-color: #FF0028;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 3px rgba(255, 0, 40, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #FF0028;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #FF0028;
        border-color: #FF0028;
    }

.btn-outline-light {
    color: #f5f7fa;
    background-color: transparent;
    background-image: none;
    border-color: #f5f7fa;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #f5f7fa;
        border-color: #f5f7fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 3px rgba(245, 247, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f5f7fa;
        background-color: transparent;
    }

    .btn-outline-light:active, .btn-outline-light.active, .show > .btn-outline-light.dropdown-toggle {
        color: #fff;
        background-color: #f5f7fa;
        border-color: #f5f7fa;
    }

.btn-outline-dark {
    color: #2c3252;
    background-color: transparent;
    background-image: none;
    border-color: #2c3252;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #2c3252;
        border-color: #2c3252;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 3px rgba(44, 50, 82, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #2c3252;
        background-color: transparent;
    }

    .btn-outline-dark:active, .btn-outline-dark.active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #2c3252;
        border-color: #2c3252;
    }

.btn-link {
    font-weight: normal;
    color: #007bff;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent;
            box-shadow: none;
        }

            .btn-link:hover {
                border-color: transparent;
            }

            .btn-link:focus, .btn-link:hover {
                color: #0056b3;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link:disabled {
                color: #868e96;
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none;
                }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.94rem 1.94rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 0.81rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1875rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}




.form-group .form-control-file {
    display: none;
}






/************************* Manageprofile Page Css  *********************************/

.tab {
}

    .tab .nav-tabs {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }

.nav-tabs li a {
    border: 1px solid #e4e4e4;
    border-top: 2px solid #e4e4e4;
    border-right: 0px none;
    background: #eeeeee;
    color: #444;
    border-radius: 0px;
    margin-right: 0px;
    font-family: Roboto;
    transition: all 0.3s ease-in 0s;
}

    .nav-tabs li a:hover {
        border-bottom-color: #ededed;
        border-right: 0px none;
        background: #a70304;
        color: #fff;
    }

    .nav-tabs li a i {
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

.nav-tabs li:last-child {
    border-right: 1px solid #ededed;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    border-top: 3px solid #960203;
    border-right: 1px solid #d3d3d3;
    margin-top: 0px;
    color: #444;
}

.tab .tab-content {
    padding: 20px;
    line-height: 22px;
    box-shadow: 0px 0px 0px #808080;
}

    .tab .tab-content h3 {
        margin-top: 0;
    }

@media only screen and (max-width: 767px) {
    .nav-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-tabs li a {
            padding: 15px;
        }

        .nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
            padding: 15px;
            margin-top: 0;
        }
}

.lblfromtitle {
    font-weight: normal;
    color: Black;
    font-size: 15px;
}

.btn-successstore {
    color: #111;
    background-color: #70E400;
    border-color: #70E400;
}

    .btn-successstore:hover {
        color: #111;
        background-color: #5dbe00;
        border-color: #57b100;
    }

    .btn-successstore:focus, .btn-successstore.focus {
        box-shadow: 0 0 0 3px rgba(112, 228, 0, 0.5);
    }

    .btn-successstore.disabled, .btn-successstore:disabled {
        background-color: #70E400;
        border-color: #70E400;
    }

    .btn-successstore:active, .btn-successstore.active, .show > .btn-successstore.dropdown-toggle {
        background-color: #5dbe00;
        background-image: none;
        border-color: #57b100;
    }

.btn-outline-danger {
    color: #FF0028;
    background-color: transparent;
    background-image: none;
    border-color: #FF0028;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #FF0028;
        border-color: #FF0028;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 3px rgba(255, 0, 40, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #FF0028;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #FF0028;
        border-color: #FF0028;
    }

/* dropify */ .dropify-wrapper {
    border: 2px dashed #e9ecef;
    border-radius: 7px;
}

    .dropify-wrapper:hover {
        background-size: 30px 30px;
        background-image: -webkit-linear-gradient(135deg, #F2F7F8 25%, transparent 25%, transparent 50%, #F2F7F8 50%, #F2F7F8 75%, transparent 75%, transparent);
        background-image: linear-gradient(135deg, #F2F7F8 25%, transparent 25%, transparent 50%, #F2F7F8 50%, #F2F7F8 75%, transparent 75%, transparent);
        -webkit-animation: stripes 2s linear infinite;
        animation: stripes 2s linear infinite;
    }

    .dropify-wrapper .dropify-message span.file-icon {
        color: #70E400;
    }

    .dropify-wrapper .dropify-message p {
        color: #05C3EF;
        font-weight: 600;
    }

    .dropify-wrapper .dropify-preview .dropify-infos {
        background: rgba(255, 255, 255, 0.9);
    }

        .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-filename {
            color: #05C3EF;
            font-size: 20px;
            font-weight: 400;
        }

        .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner .dropify-infos-message {
            color: #333;
            font-weight: 500;
        }

    .dropify-wrapper .dropify-preview .dropify-render img {
        opacity: 0.7;
    }

    .dropify-wrapper .dropify-clear {
        background: #fff;
        border: none;
        font-weight: 700;
        color: #434a54;
    }



/*************************   Status Color  *********************/

.badge1 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #ba0305;
    font-size: 12px;
    color: #fff;
}

.badge2 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #0048aa;
    font-size: 12px;
    color: #fff;
}

.badge3 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #e1015b;
    font-size: 12px;
    color: #fff;
}

.badge4 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #ec8103;
    font-size: 12px;
    color: #fff;
}

.badge5 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #176131;
    font-size: 12px;
    color: #fff;
}

.badge6 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #ec3a03;
    font-size: 12px;
    color: #fff;
}

.badge7 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #5301e9;
    font-size: 12px;
    color: #fff;
}

.badge8 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #a84a6b;
    font-size: 12px;
    color: #fff;
}

.badge9 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #4f5aad;
    font-size: 12px;
    color: #fff;
}

.badge10 {
    border-radius: 5px;
    padding: 3px 8px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: #52b601;
    font-size: 12px;
    color: #fff;
}




/**********************************   Button CSS    *********************************************/

/**********************************   Print Admission CSS    *********************************************/
* {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.bdtable, .bdtable th, .bdtable td {
    border: 1px solid #aea9a9;
    padding: 4px;
}

    .bdtable th {
        font-weight: 500;
    }

.dttable td:nth-child(even) {
    width: 30%;
}

.dttable td:nth-child(odd) {
    font-weight: 500;
    width: 20%;
}

.bdtable {
    border-collapse: collapse;
    page-break-inside: auto;
}

    .bdtable tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .bdtable thead {
        display: table-header-group;
    }


/**********************************   Print Admission CSS    *********************************************/





