﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}






@import "bourbon";

.wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

p {
    line-height: 1.33em;
    font-size: 14px;
    /*  color: #7E7E7E;
    font-family: 'Lemon', cursive;*/
}

h1 {
    color: #EEE;
}

#content {
    margin: 0 auto;
    padding-bottom: 50px;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    z-index: 1001;
    animation: spin 2s linear infinite;
    &:before

{
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    animation: spin 3s linear infinite;
}

&:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
}

}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: lightgray;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 1000;
    transform: translateX(0);
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

#loader {
    display: block;
    width: 100px;
    height: 100px;
    margin: 50 auto;
}
#dvDataIssue:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 1px;
    height: 50px;
    top: 30px;
    left: 50%;
    display: block;
}

@media only screen and (min-width: 1300px) and (max-width: 1360px)  {
    .col-md-10 {
        font-size: 13px;
    }
}

.circ-one {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(217,91,67,1);
    border-radius: 100%;
    float: left;
    animation: load-x 1s cubic-bezier(0.445, 0.100, 0.550, 0.900) infinite;
}

.circ-two {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(84,36,55,1);
    border-radius: 100%;
    float: right;
    animation: load-y 1s cubic-bezier(0.445, 0.100, 0.550, 0.900) infinite;
}


@keyframes load-x {
    0% {
        left: -10px;
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
        z-index: 2;
    }

    50% {
        left: 60px;
        transform: scale(1);
    }

    75% {
        transform: scale(0.5);
        z-index: 1;
    }

    100% {
        left: -10px;
        transform: scale(1);
    }
}

@keyframes load-y {
    0% {
        right: -10px;
        transform: scale(1);
    }

    25% {
        transform: scale(0.5);
    }

    50% {
        right: 60px;
        transform: scale(1);
        z-index: 1;
    }

    75% {
        transform: scale(1.5);
        z-index: 2;
    }

    100% {
        right: -10px;
        transform: scale(1);
    }
}

#loader p {
    text-align: center;
    font-family: 'Hanna', serif;
    font-weight: 50;
    color: rgba(192,41,66,1);
    animation: pulse 2s ease-in-out infinite;
}
.atag {
    text-decoration: underline;
    color: #0366d6;
}
@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateY(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateY(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.3s 1s ease-out;
}



@import url(https://fonts.googleapis.com/css?family=Oxygen);
@import url(http://weloveiconfonts.com/api/?family=entypo);

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

* {
    box-sizing: border-box;
}

.preload * {
    transition: none !important;
}

html {
    position: relative;
    min-height: 100%;
}



.wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.grid-unit {
    position: relative;
    float: left;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    width: 50%;
    height: 50%;
    perspective: 800;
    overflow: hidden;
}

.top-left {
    background: rgba(236,208,120,1);
}

    .top-left:hover {
        background-image: url('http://zvczvc.zz.vc/img/%ED%95%98%EB%B2%84%20%EB%B8%8C%EB%A6%BF%EC%A7%80.jpg');
        background-size: cover;
        border-right: 10px solid #fff;
        background-blend-mode: multiply;
        background-color: rgba(236,208,120,1);
    }

.top-right {
    background: rgba(217,91,67,1);
    border-right: 10px solid #fff;
}

    .top-right:hover {
        background-image: url('http://content.finda.photo/unsplash/oFAVqfTSby8.jpg');
        background-size: cover;
        border-right: 10px solid #fff;
        background-blend-mode: multiply;
        background-color: rgba(217,91,67,1);
    }

.bottom-right {
    background: rgba(192,41,66,1);
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
}

    .bottom-right:hover {
        background-image: url('http://zvczvc.zz.vc/img/%EB%A9%94%ED%8A%B8%EB%A1%9C%ED%8F%B4%EB%A6%AC%ED%83%84%20%EB%AF%B8%EC%88%A0%EA%B4%80.jpg');
        background-size: cover;
        border-right: 10px solid #fff;
        background-blend-mode: multiply;
        background-color: rgba(192,41,66,1);
    }

.bottom-left {
    background: rgba(84,36,55,1);
    border-bottom: 10px solid #fff;
}

    .bottom-left:hover {
        background-image: url('http://zvczvc.zz.vc/img/5%20hartensteinabroad%20pont%20neuf%20bridge%20paris.JPG');
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgba(84,36,55,1);
    }

.swing-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 2.5em;
    color: #fff;
    font-family: Oxygen, arial, sans-serif;
    transform-origin: left 50%;
    transform: rotateY(120deg);
    transition: transform .5s ease;
    letter-spacing: -.05em;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.top-right .swing-panel,
.bottom-right .swing-panel {
    transform-origin: right 50%;
    transform: rotateY(-120deg);
}

.desc {
    display: block;
    position: absolute;
    padding: 5%;
}

.label {
    position: absolute;
    font-family: Oxygen, arial, sans-serif;
    color: #fff;
    font-size: 1.2em;
    opacity: 1;
    transition: opacity .5s ease;
}

.grid-unit:hover .label {
    opacity: 0;
}

.top-left .label {
    bottom: 100px;
    right: 80px;
    transform: rotate(45deg);
}

.top-right .label {
    bottom: 100px;
    left: 80px;
    transform: rotate(-45deg);
}

.bottom-left .label {
    top: 100px;
    right: 80px;
    transform: rotate(-45deg);
}

.bottom-right .label {
    top: 100px;
    left: 80px;
    transform: rotate(45deg);
}

.top-left .desc {
    top: 0;
    left: 0;
}

.top-right .desc {
    top: 0;
    right: 0;
}

.bottom-left .desc {
    bottom: 0;
    left: 0;
}

.bottom-right .desc {
    bottom: 0;
    right: 0;
}

.grid-unit:hover .swing-panel {
    transform: rotateY(0deg);
}

.sphere {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(255,255,255,1);
    border-radius: 500px;
    transition: background-color .25s ease;
    opacity: 1;
}

.top-left .sphere {
    right: -100px;
    bottom: -100px;
}

.top-right .sphere {
    left: -100px;
    bottom: -100px;
}

.bottom-right .sphere {
    left: -100px;
    top: -100px;
}

.bottom-left .sphere {
    right: -100px;
    top: -100px;
}

.grid-unit:hover .sphere {
    background-color: rgba(255,255,255,0);
}

.icon {
    position: absolute;
    font-size: 2em;
    transition: all .25s ease;
    z-index: 5;
}

.bottom-left .icon {
    top: 20px;
    right: 30px;
    color: rgba(84,36,55,1);
}

.bottom-right .icon {
    top: 20px;
    left: 22px;
    color: rgba(192,41,66,1);
}

.top-right .icon {
    bottom: 25px;
    left: 20px;
    color: rgba(217,91,67,1);
}

.top-left .icon {
    bottom: 25px;
    right: 35px;
    color: rgba(236,208,120,1);
}

.grid-unit:hover .icon {
    color: #fff;
    font-size: 8em;
}


.rounded {
    border-radius: 1rem
}

.nav-pills .nav-link {
    color: #555
}

    .nav-pills .nav-link.active {
        color: white
    }

input[type="radio"] {
    margin-right: 5px
}

.bold {
    font-weight: bold
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.modal-body {
    overflow: auto;
    max-height: 380px !important;
}

.btn-primary {
    color: #fff !important;
}

.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
}

.datepicker {
    padding: 11px;
}

.text-withoutBorder {
    border: none;
    border-bottom: 1px solid #ced4da !important;
}

    .text-withoutBorder:focus {
        border: none !important;
        box-shadow: none;
        border-bottom: 1px solid #ced4da !important;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 641px;
    }
}

@media only screen and (min-width: 1200px) {
    .otp {
        text-align: center;
        margin: 0px 19px;
    }
}

@media only screen and (max-width: 1200px) {
    #btnEditEmail, #btnForm {
        margin-top: 10px !important;
    }

    .otp {
        text-align: center;
        margin: 0px 19px;
    }

    h4 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.55rem;
    }
}

@media only screen and (max-width: 600px) {
    #btnEditEmail, #btnForm {
        margin-top: 10px !important;
    }

    h4 {
        font-size: 1.4rem;
    }

    .otp {
        text-align: center;
        margin: 0px 3px;
    }

    h3 {
        font-size: 1.55rem;
    }
}

@media only screen and (max-width: 360px) {
    #btnEditEmail, #btnForm {
        margin-top: 10px !important;
    }

    .otp {
        text-align: center;
        margin: 0px 3px;
    }

    h4 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.4rem;
    }
}
#time-range p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

.ui-slider-horizontal {
    height: 8px;
    background: #D7D7D7;
    border: 1px solid #BABABA;
    box-shadow: 0 1px 0 #FFF, 0 1px 0 #CFCFCF inset;
    clear: both;
    margin: 8px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 8px;
    font-size: .7em;
    display: block;
    border: 1px solid #5BA8E1;
    box-shadow: 0 1px 0 #AAD6F6 inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    background: #81B8F3;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #A0D4F5), color-stop(100%, #81B8F3));
    background-image: -webkit-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -moz-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: -o-linear-gradient(top, #A0D4F5, #81B8F3);
    background-image: linear-gradient(top, #A0D4F5, #81B8F3);
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.btn-xsm {
    padding: 0.15rem 0.4rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
    border: none;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -4px;
        background: #30A2D2;
        -webkit-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
        -moz-box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 white;
        box-shadow: 0 1px 1px 1px rgba(22, 73, 163, 0.7) inset, 0 1px 0 0 #FFF;
    }

.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
}

.ui-slider a:focus {
    outline: none;
}

#slider-range {
    /*width: 90%;
    margin:  auto;*/
}

#time-range {
    width: 400px;
}
#modelApplyStudent .modal-body {
    max-height: 500px !important;
}
#modelApplyStudent .modal-dialog {
    max-width: 760px !important;
}
.form-control-plaintext{
    border:none;
}
.GurujiImage{
    border-radius:176px;
    /*height:100%;*/
    width:100%;
}
h6{
    line-height:1.4;
}
#dvTimeTable .form-check-label {
    width:65px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 96%;
    }
}@media (max-width: 557px) {
    .mt-sm-3 {
    margin-bottom: 2rem;
    }
}
