.header {
    background-color: white;
    border-bottom: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

    .header p {
        margin-bottom: 0px;
    }

.left-menu-img {
    width: 50px;
}

.left-menu li {
    list-style-type: none;
    margin-bottom: 7px;
    margin-top: 7px;
}

.alignment-box {
    text-align: center;
    margin-bottom: 15px;
}

    .alignment-box p {
        font-size: 15px;
        font-weight: 700;
        font-family: 'OpenSans-SemiBold', Arial !important;
        padding-top: 15px;
        color: #555 !important;
        line-height: 15px;
    }

.menu-img {
    /*width: 50px;*/
    height: 50px;
    image-rendering: -webkit-optimize-contrast;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.content-box {
    background-color: white;
    border-left: 5px solid white; /*#fcd5b5*/
    border-bottom: 5px solid white;
    border-radius: 10px;
    padding-top: 15px;
    width: 75%;
    margin: auto;
    height: 130px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

    .content-box:hover {
        border-left: 5px solid #f15a2d;
        border-bottom: 5px solid #f15a2d;
        background-color: #fff;
    }

        .content-box:hover img {
            background-color: #fcd5b5;
        }


img.logo-img {
    width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d0d3d5;
    box-shadow: 0px 3px 3px #e4e4e4;
    border-radius: 0;
    /*padding: 15px;*/
    width: 97%;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
}

.content-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	border-radius: 50%;
}


.heading-sec {
    margin: auto;
    width: 100%;
    background-color: white;
    padding-top: 11px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding-left: 0px;
}

.admin-head {
    font-size: 18px;
    border-bottom: #eb5c1e solid 2px;
    padding-bottom: 5px;
    margin-bottom: 3px;
    color: #555;
    padding-left: 10px;
    font-family: 'OpenSans-SemiBold', Arial !important;
    font-weight: 600;
}

@media (max-width: 767px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #ff7f6a 50%, #e47127 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

.content {
    background-color: rgba(255,255,255,.8);
    border-radius: .25em;
    box-shadow: 0 0 .25em rgba(0,0,0,.25);
    box-sizing: border-box;
    left: 50%;
    padding: 10vmin;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    font-family: monospace;
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

.heading-logo {
    width: 26px;
}

.alignment-box:hover a {
    text-decoration: none;
}


.footer p {
    font-size: 12px;
    font-family: 'OpenSans-SemiBold', Arial;
}

.version {
    background: #f15a2d;
    padding: 8px 15px;
    color: #fff;
    border-radius: 18px;
}

.footer {
    border-top: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
