/*********************************
    All Custom Style
********************************* */

/********************
* fonts
********************/

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

body * {
    font-family: 'Roboto Regular';
}

.tiles-background {
    background-image: url('../img/tile-for-background.png');
    height: 100vh;
}

.kid-header {
    top:100px;
}

.circle-img > img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.border-buttom {
    border-bottom: 1px solid #A4A4A4;
}

.black-background {
    background-color: #1A1A1A;
}


.text-capitalize {
    text-transform: capitalize;
}

.light-gray-background {
    background-color: #EAEAEA;
}

.black-color {
    color: #1C1C1C;
}

.white-color {
    color: #fff;
}

.blue-back {
    background-color: #0091EA;
}

.cursor-pointer {
    cursor: pointer;
}

.large-font {
    font-size: large;
}

.padding-left-16px {
    padding-left: 20px;
}

.margin-top-5px {
    margin-top: 5px;
}


/*dashboard*/

#dashboard-wrapper > div {
    perspective: 400px;
}


@keyframes filcker {
    25% {
        transform: rotateX(-30deg);
    }

    75% {
        transform: rotateX(30deg);
    }
}

.dashboard-icon {
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
    color: #ffffff;
}

.dashboard-icon:hover {
    animation: filcker 0.5s ease;
}

.dashboard-icon h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.dashboard-icon > img {
    margin-top: 30px;
}


.light-blue-back {
    background-color: #07ABDE;
}

.light-gray-back {
    background-color: #EAEAEA !important;
}

.dark-blue-back {
    background-color: #245C6F;
}

.dark-yellow-back {
    background-color: #E3A732;
}

.dark-red-back {
    background-color: #DE3720;
}

.green-back {
    background-color: #4BB92A;
}

.line-hight-normal {
    line-height: normal;
}

.padding-button-10px > button {
    padding: 10px;
}

.homework-icon > img {
    height: 70px;
}

.homework-back, .attendance-back, .notices-back, .event-back, .bus-back, .suggestion-back, .time-table-back, .FoodSchedule-back, .gallery-back, .fee-back, .result-back, .exam-back {
    background: url(../img/homework.png), url(../img/background-banner.png);
    background-position: 15% 100%;
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    min-height: 30vh !important;
    height: 30vh !important;
    max-height: 40vh !important;
    border-bottom: 1px solid #0091EA;
    box-shadow: 0px 3px 4px 1px #969698;
}

.attendance-back {
    background: url(../img/attendance.png), url(../img/background-banner.png);
    background-size: auto 80%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
    /*background-position: bottom left;*/
}

.notices-back {
    background: url(../img/notices.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.event-back {
    background: url(../img/event-&-calender.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.bus-back {
    background: url(../img/bus.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.suggestion-back {
    background: url(../img/suggestions.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.time-table-back {
    background: url(../img/timetable.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.FoodSchedule-back {
    background: url(../img/food-schedule.png), url(../img/background-banner.png);
    background-size: auto 80%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.gallery-back {
    background: url(../img/gallery.png), url(../img/background-banner.png);
    background-size: auto 80%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.fee-back {
    background: url(../img/fee-structure.png), url(../img/background-banner.png);
    background-size: auto 70%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.result-back {
    background: url(../img/results.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}

.exam-back {
    background: url(../img/exam.png), url(../img/background-banner.png);
    background-size: auto 60%, 100% auto;
    background-repeat: no-repeat;
    background-position: 15% 100%;
}


#event-content {
    height: 220px;
    overflow-y: auto;
}

#no-event {
    position: relative;
    top: 60px;
}

.food-card {
    line-height: 1;
    height: 200px;
}

.ablbum-title {
    position: absolute;
    background-color: #fff;
}

.primary-back {
    background: #0091EA;
}

.border {
    border:1px solid #2196F3;
}

.small-circle-img > img{
    height: 40px;
    width: 40px;
    /*border-radius: 50%;*/
}


.save-white-space {
    white-space: pre-line;
}

.md-datepicker-input {
    background: #fff !important;
}

.no-border-select {
    padding: 0;
}

.no-border-select .md-select-value {
    border: 0 !important;
    color: #0091EA !important;
}

.timetable-time:nth-child(2n) {
    background: #D0F4FF;
}

.home-badge {
    position: absolute;
    top: -45%;
    right: 0;
    text-align: center;
    background: #f44336;
    padding: 5px;
    width: 100%;
    height: 75%;
    vertical-align: middle;
    border-radius: 50%;
    color: #ffffff;
    font-size: x-small;
}

#small-map-p {
    height: 47vh;
}

#small-map {
    height: 100%;
    width: 100%;
}

.atachment-clip {
    position: absolute;
    right: 35px;
}

.atachment-clip img {
    width: 20px;
}

.attachment-link-clip img {
    position: relative;
    top: 5px;
    height: 20px;
    width: 20px;
}


calendar-md md-content > md-content.calendar > :not(:first-child) > .active {
    background-color: #64b5f6;
    color: #ffffff;
}


calendar-md md-content md-toolbar div button {
    font-size: 30px !important;
}

.calendar-md-title {
    color: #ffffff;
}