﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


boxed-btn3:hover {
    background: #fff;
    color: #009DFF !important;
    border: 1px solid #009DFF;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
.slider_bg_1 {
    background-image: url(../img/banner/banner.png);
}

/* line 4, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
.slider_bg_2 {
    background-image: url(../img/banner/banner2.png);
}

/* line 8, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
.slider_area .single_slider {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767px) {
    /* line 8, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider {
        height: 420px;
    }
}

/* line 17, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 {
    color: #1F1F1F;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 300;
}

    /* line 24, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider .slider_text h3 span {
        font-weight: 700;
    }

@media (max-width: 767px) {
    /* line 17, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider .slider_text h3 {
        font-size: 33px;
        letter-spacing: 3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* line 17, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider .slider_text h3 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 17, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider .slider_text h3 {
        font-size: 35px;
        letter-spacing: 3px;
    }
}

/* line 39, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text p {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 40px;
    margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* line 39, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    /* line 39, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_slider.scss */
    .slider_area .single_slider .slider_text p {
        font-size: 16px;
    }
}






.dxCalendar FastNavFooterStyleClass {
    display: none;
}

.dxCalendar FooterStyle {
    display: none;
}

.loginbox {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 420px;
    padding: 80px 40px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.25);
}

.loginboxforditott {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 420px;
    padding: 80px 40px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.25);
}

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #e6e6e6;
        border-bottom: 1px solid #d6d5d5;
    }

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/


.loading-section {
    text-align: center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.loading-section h2 {
    color: #000;
}

.loader-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #298083;
    display: inline-block;
    -webkit-animation: grow 2.1s infinite ease-in-out both;
    animation: grow 2.1s infinite ease-in-out both;
}

    .loader-dot.dot1 {
        -webkit-animation-delay: -0.96s;
        animation-delay: -0.96s;
    }

    .loader-dot.dot2 {
        -webkit-animation-delay: -0.48s;
        animation-delay: -0.48s;
    }

@-webkit-keyframes grow {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

/* Szinezéssel kapcsolatos beállítások. Style szinek módosításánál ezeken is kell állítani */

/* https://markheath.net/post/font-awesome-circle-background */
.circle-icon {
    background: #00796b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 9px;
}

.circle-icon-container {
    padding: 0;
    height: 50px;
    width: 50px;
}

.light-on-surface {
    color: white;
}

.profile-panel {
    background: #00796b;
    color: white;
    margin-bottom: 25px;
}

.mobile-layout table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 25px 0px;
}

.mobile-layout th, td {
    text-align: left;
    padding: 5px;
    height: 50px;
}


/************ Self-host Google Fonts + Material Icons ************/

/* Material Icons */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material+icons.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

/* Roboto fontok */
/* roboto-300  */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: local(''), 
        url('../fonts/Roboto-Light.woff2') format('woff2'), 
        url('../fonts/Roboto-Light.woff') format('woff'), 
        url('../fonts/Roboto-Light.ttf') format('truetype');
}
/* roboto-normal */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-display: fallback;
    src: local(''), 
        url('../fonts/Roboto-Regular.woff2') format('woff2'), 
        url('../fonts/Roboto-Regular.woff') format('woff'), 
        url('../fonts/Roboto-Regular.ttf') format('truetype');
}

/* roboto-400 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: local(''), 
        url('../fonts/Roboto-Regular.woff2') format('woff2'), 
        url('../fonts/Roboto-Regular.woff') format('woff'), 
        url('../fonts/Roboto-Regular.ttf') format('truetype');
}

/* roboto-500 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: fallback;
    src: local(''), 
        url('../fonts/Roboto-Medium.woff2') format('woff2'), 
        url('../fonts/Roboto-Medium.woff') format('woff'), 
        url('../fonts/Roboto-Medium.ttf') format('truetype');
}
/* roboto-bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-display: fallback;
    src: local(''), 
        url('../fonts/Roboto-Bold.woff2') format('woff2'), 
        url('../fonts/Roboto-Bold.woff') format('woff'), 
        url('../fonts/Roboto-Bold.ttf') format('truetype');
}

/* roboto-700 */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: local(''), 
        url('../fonts/Roboto-Bold.woff2') format('woff2'), 
        url('../fonts/Roboto-Bold.woff') format('woff'), 
        url('../fonts/Roboto-Bold.ttf') format('truetype');
}