/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 31 Aug, 2018, 9:50:25 PM
    Author     : Jawahar
*/

@import url('https://fonts.googleapis.com/css?family=Overlock');
@import url('https://fonts.googleapis.com/css?family=Niconne');
@keyframes moveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
        transform: translate(0px, 0px);
    }
}

@font-face {
    font-family: maa;
    src: url(fonts/ArialBlack.ttf);
}

@font-face {
    font-family: exo2;
    src: url(fonts/Exo2-Regular.otf);
}

@font-face {
    font-family: maa-logo;
    src: url(fonts/ALWSH_1.TTF);
}

@font-face {
    font-family: success-font;
    src: url(fonts/ComicSansMS3.ttf);
}

@font-face {
    font-family: 'hindi-font';
    src: url(fonts/KBC_2.TTF);
}

@font-face {
    font-family: 'Kruti Dev 010';
    src: url(fonts/K010_F.TTF);
}

body {
    padding: 0px;
    margin: 0px;
    line-height: 1;
    background-color: #cce2f3;
    background-color: white;
}

#top-bar {
    max-width: 100%;
    height: auto;
    background-color: #212872;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bottom-bar {
    max-width: 100%;
    height: 200px;
    background-color: #212872;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

#logo {
    width: 108px;
    height: 60px;
    background-image: url(images/MastersAcademyLogo.png);
    background-repeat: no-repeat;
    animation-name: moveInLeft;
    animation-duration: 2s;
    vertical-align: middle;
    margin-top: 10px !important;
}

#org-details {
    animation-name: moveInRight;
    animation-duration: 2s;
}

#masters-academy {
    font-family: 'maa';
    font-size: 4.0rem;
    color: white;
    font-variant: small-caps;
}

.masters-academy-panel {
    font-family: maa;
    font-size: 2rem;
    color: white;
}

#address {
    font-family: exo2;
    font-size: 1.0rem;
    color: white;
}

.menu-container {
    background-color: #c7dc5d;
    background-color: #afc736;
}

.top-menu {
    font-weight: bold;
}

.tickercontainer {
    background-color: #2f4779;
    /*    box-shadow: 0px 0px 10px #888888;*/
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
}

.responsive {
    max-width: 100%;
    height: auto;
    width: auto
}

.theme-style {
    color: #ffffff;
    background: #0071c5;
}

.display-name {
    color: white;
}

.brand {
    font-family: maa-logo;
    color: #ffffff;
    font-size: 30px;
}

.course-text {
    color: #444444;
}

.director-name {
    font-weight: bold;
    line-height: 30px;
}

.top-space {
    margin-top: 30px;
}

.bottom-space {
    margin-bottom: 30px;
}

.spaced-text {
    line-height: 30px;
}

#news-card {
    height: 480px;
}

.card-text {
    line-height: 1.2rem;
}

.bg-news-header {
    background-color: #66a9dc !important;
    background-color: #212872 !important;
}

.bg-success-story {
    background-color: #FF787F;
}

.shadow {
    box-shadow: inset 0px 0px 40px #aaaaaa;
}

.a-slide {
    height: 100%;
    width: 100%;
    background-size: cover !important;
}

.slide1 {
    background: url(images/maa_slide1.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.slide2 {
    background: url(images/maa_slide2.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.slide3 {
    background: url(images/maa_slide3.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.slide4 {
    background: url(images/maa_slide4.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
}

.success-card {
    background-color: #c7dc5d;
    background-color: #ddea9d;
    background-color: #afc736;
    background-color: wheat;
    color: black;
    color: #212872;
    padding: 20px;
    border-radius: 10px;
    border: solid 1.5px #636e2e;
    border: solid 1.5px #212872;
    margin-left: 10px;
    margin-right: 10px
}

.name-and-image {
    border-bottom: dashed 1px #212872;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.success-story-image {
    display: inline !important;
    vertical-align: bottom !important;
    border-radius: 50%;
    height: 100px;
}

.success-story-name {
    color: #626262;
    color: white;
    color: #212872;
    font-size: 2.5rem;
}

.success-story-font {
    font-family: success-font;
    font-family: 'Times New Roman', cursive;
    font-size: 15pt;
    line-height: 20px;
    color: white;
    color: #212872;
}

.matter-style {
    line-height: 25px;
}

.elevated {
    box-shadow: 0px 0px 10px #cccccc;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.list-item-style {
    line-height: 1.5;
    text-align: justify;
}

.space-after-li {
    margin-bottom: 5px;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.elevated-image {
    border: solid 1px transparent;
    box-shadow: 0px 0px 40px #9a9a9a;
}

.navbar .container .navbar-brand {
    color: #373535;
    font-size: 40px;
    margin: 8px 0;
}

.relexed {
    line-height: 1.5;
}

.block-style-1 {
    background-color: #202462;
    color: white;
    border: solid 3px red;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
}

.block-style-2 {
    background-color: #202462;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.block-style-3 {
    background-color: #afc736;
    color: black;
    padding: 5px;
    text-align: center;
    font-size: 1.2rem;
}

.hindi {
    font-family: 'hindi-font';
    font-size: 1.5rem;
}

.my-heading {
    font-size: 1.2rem;
    text-decoration: underline
}

li {
    margin-bottom: 10px;
}

.centered {
    text-align: center;
}

.selection-year {
    color: black;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.green-box {
    background-color: #afc736;
}

.required {
    color: red;
}

.form-warning {
    color: red;
    font-size: 0.8rem;
    font-style: italic;
    display: none;
    margin-top: 3px;
}

.student-name {
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
}

.vcenter {
    display: inline-block;
    vertical-align: middle !important;
    float: none;
}

.vcenter2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 600px) {
    .vcenter2 {
        position: relative;
        top: 0%;
        transform: translateY(0%);
        display: inline-block;
        margin-top: 10px;
    }
}

.building-snap {
    margin-bottom: 20px;
    margin-top: 20px;
    border: solid 1px #888888;
    box-shadow: 0px 0px 40px #acacac;
}

#vertical-ticker {
    height: 300px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .4);
    list-style: none;
}

#vertical-ticker list {
    padding: 35px 20px;
    display: block;
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: verdana;
    line-height: 1rem;
}

.vertical-ticker-list-item {
    padding: 35px 20px;
    display: block;
    background-color: transparent;
    color: #333;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.2rem;
}

.new-gif {
    border-bottom: solid 1px red;
}

#downloadable-content {
    padding: 10px;
}

.download-link {
    display: inline-block;
    width: auto;
    padding: 10px;
    background-color: #f9f9f9;
    border: solid 1px #e7e7e7;
    border-radius: 20px;
    color: black;
    margin: 10px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.2rem;
    background-color: #212872;
    color: white;
    border: solid 3px white;
}

a.download-link:hover {
    text-decoration: none;
    color: cyan;
    box-shadow: 0px 0px 20px #bcbcbc;
}

.enrollment-form-hint {
    font-size: 8pt;
    color: navy;
}

.missing {
    color: red;
}

.my-ticker-entry {
    font-size: 1.0rem;
}

.solution-card {
    background-color: #afc736;
    text-align: center;
}

@media (max-width:600px) {
    .button-top-space {
        margin-top: 0px;
    }
}

.button-top-space {
    margin-top: 30px;
}

.hidden {
    display: none;
}

.absent {
    color: red;
}

.present {
    color: #212529;
}

#student-login {
    margin: 20px;
    box-shadow: 0px 0px 20px #cccccc;
    border-radius: 8px;
    padding: 10px;
}

.prompt {
    font-weight: bold;
    margin-right: 10px;
}

.value {}

.student-detail-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.student-detail-header {
    background-color: #afc736;
    color: white;
    padding: 5px 15px 5px 15px;
}

.student-details {
    background-color: #e7eec2;
    padding: 5px 15px 5px 15px;
}

.image-link {
    cursor: pointer;
}

.prompt-column {
    width: 20%;
    background-color: #e7eec2;
    padding: 5px;
}

.sep-column {
    width: 10px;
    text-align: center;
    padding: 5px;
}

.detail-column {
    width: 80%;
    background-color: #e7eec2;
    padding: 5px;
}

.hide-student-details {
    display: none;
}

.show-student-details {
    display: block;
}

#calendar-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

#calendar-header {
    background-color: #212872;
    color: white;
    font-size: 1.3rem;
    padding: 10px;
}

.calendar-table {
    margin-top: 3px;
    table-layout: fixed;
    width: 100%;
}

.calendar-table-cell {
    margin: 2px !important;
}

.day-name {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: navy;
}

.sunday {
    color: red;
}

.box {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 10px #212872;
    -webkit-box-shadow: inset 0 0 10px #212872;
    box-shadow: inset 0 0 10px #212872;
    margin: 2px;
}

.sunday-box {
    border-radius: 5px !important;
    -moz-box-shadow: inset 0 0 10px red;
    -webkit-box-shadow: inset 0 0 10px red;
    box-shadow: inset 0 0 10px red;
    margin: 2px;
}

.shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.calendar-cell {
    display: inline-block;
    margin: 1px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle
}

.day-cell {
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px navy;
    color: black;
}

.day-cell-sunday {
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px red;
    color: red;
}

.sunday-styling {
    -moz-box-shadow: inset 0 0 10px red;
    -webkit-box-shadow: inset 0 0 10px red;
    box-shadow: inset 0 0 10px red;
}

.non-sunday-styling {
    -moz-box-shadow: inset 0 0 10px #212872;
    -webkit-box-shadow: inset 0 0 10px #212872;
    box-shadow: inset 0 0 10px #212872;
}

.date-cell {
    border: solid 1px navy;
    color: black;
    font-size: 1.3rem;
}

.present-styling {
    background-color: #e5f2e5;
    color: #008000;
    text-shadow: 1px 1px #888888;
}

.next-month-date-cell {
    color: lightgray;
}

.input-form {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px #cccccc;
    margin-top: 10px;
    margin-bottom: 40px;
}

.schedule-date {
    text-align: center;
}

.sunday {
    color: red;
}

.non-sunday {
    color: black;
}

.rank {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
    background-color: navy;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    transform: rotate(-45deg)
}

#back-drop-div {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dock-right {
    position: fixed;
    top: 40%;
    margin-left: 98%;
    float: right;
    z-index: 99999;
}

.rotate-text {
    writing-mode: vertical-lr;
    display: inline-block;
}

.register-prompt {
    background-color: #afc736;
    color: white;
    font-size: 2.0rem;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 8px;
}

.register-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.register-link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}