﻿.mb-4
{
    margin-bottom:20px;
}
.mb-2 {
    margin-bottom: 10px;
}
.m-2{
    margin:10px;
}
.mt-2 {
    margin-top: 10px;
}
.mt-4 {
    margin-top: 20px;
}
.mb-5{
    margin-bottom:25px;
}
.p-2{
    padding:10px;
}
.p-3 {
    padding: 15px;
}
.pt-1 {
    padding-top: 5px;
}
.pt-2 {
    padding-top: 10px;
}
.pl-1 {
    padding-left: 5px;
}
.pl-2 {
    padding-left: 10px;
}
.pt-4 {
    padding-top: 50px;
}
.pb-2 {
    padding-bottom: 10px;
}
.pb-4 {
    padding-bottom: 50px;
}
.p-5{
    padding:25px;
}
.p-0{
    padding:0px !important;
}
.p-1{
    padding:5px !important;
}
.box-shadow {
    box-shadow: 10px 10px 5px lightblue;
}
.contact .fa{
    font-size:44px;
}
.list-unstyled li {
    font-family: 'Varela Round' !important;
    cursor:default;
}
.badge-lite{
    background-color:#FFF;
    border:solid 1px gray;
    font-size:14px;
    color:black;
    padding:10px;
}
.font-family-varela-round {
    font-family: 'Varela Round';
}
.text-white{
    color:white !important;
}
.text-black {
    color: black !important;
}
.vision, .vision li {
    color: white !important;
    cursor:default;
    font-size:16px;
    list-style:circle!important;
}
.free-school, .mission {
    color: white !important;
    cursor: default;
    font-size: 16px;
}
.box-shadow-about-us {
    box-shadow: 0px 0px 12px lightblue;
    margin: 20px 0px;
    background-color: #1a7296;
}
.gallery-category-min-h-w{
    min-height:300px;
}
.gallery-category-title {
    padding-left: 4px;
    background-color: #000000c7;
    color: white;
    text-transform:uppercase;
    text-align:center;
}
.text-gold {
    color: #f39c12;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.min-width-210px{
    min-width:210px;
}
.file-upload {
    width: 200px;
    padding: 20px 10px;
    border: dashed 1px green;
    text-align: center;
}

.btn-small {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 4px;
    background-color: #b82f38;
    color: #fff;
}

    .btn-small:hover {
        color: silver;
    }

.radio-btn-padding td {
    padding-right: 10px;
    padding-top:4px;
}

    .radio-btn-padding td input {
        margin-right: 5px;
    }

.padding-top-7 {
    padding-top: 7px !important;
}

    .padding-top-7 span {
        padding: 10px 20px;
        border-radius: 5px;
        color: #ffffff;
        margin: 0px 10px;
    }

.not-started-process {
    background-color: #c5ccd2;
}

.in-process {
    background-color: #ffc107;
}

.complete-process {
    background-color: #238759;
}

.search-grid-parent-div {
    max-height: 200px;
    position: relative;
    overflow: scroll;
    z-index: 5;
    border: solid 2px #068094;
    background-color: #FFF
}

    .search-grid-parent-div table tr:nth-child(1) {
        top: 0px;
        position: sticky;
    }

    .search-grid-parent-div table td:last-child {
        text-align: center;
        background-color: #068094;
        color: white;
        border: solid 1px white
    }

        .search-grid-parent-div table td:last-child:hover {
            background-color: #176ed3;
        }

            .search-grid-parent-div table td:last-child:hover i {
                padding-left: 12px;
                transition: all 0.5s ease-in-out;
            }

::-webkit-scrollbar {
    width: 6px; /* Set the width of the scrollbar */
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #9dcae97a; /* Set the color of the scrollbar thumb (the draggable part) */
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #3498db; /* Set the color of the scrollbar thumb (the draggable part) on Hover */
    }

.search-grid {
    cursor: pointer;
    font-size: 14px;
    min-width: 328px;
}

.color-light-red {
    color: #ff8a95;
}
.img-preview-section{
    padding:10px;
    border:dashed 1px orange;
}
.multiple-img-preview {
    border: solid 1px gray;
    padding: 3px;
    border-radius: 3px;
    height: 70px;
    width: 100px;
}
    .multiple-img-preview:active {
        height: 50%;
        width: 50%;
        position: fixed;
        top: 10%;
        left: 28%;
        box-shadow: 0px 10px 5px #1a7296;
    }

.events-span-view {
    border-bottom: solid 1px #6ca8d1;
    border-radius: 3px;
    padding: 7px;
    cursor: default;
}
.events-span-view:hover {
    box-shadow: 4px 5px 5px #1a7296;
    cursor: pointer;
 }
.event-side-bar-img {
    height: 68px;
    width: 100px;
    border: double 3px #56e2e6;
    padding: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.event-side-bar-position {
    position: relative;
    top: -21px;
    max-height: 350px;
    overflow: scroll;
}
.badge-white {
    background-color: white;
    color: darkblue;
    margin-bottom: 5px;
}