@charset "UTF-8";
/* Webmail CSS */


div#mailpopup .close_mailpopup {
    display: inline-block;
    position: absolute;
    font-size: 18px;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #0074c7;
    z-index: 9999999;
    padding: 0;
    font-family: sans-serif;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
div#mailpopup .close_mailpopup:hover {
    text-decoration: none;
    opacity: 0.8;
}


/* Personel ve staff hover efektleri */
.personelhovered {
    background: rgb(120 81 80) !important;
    color: #fff !important;
    transition: 0.5s;
}

.staffhovered {
    background: rgb(79 102 121) !important;
    color: #fff !important;
    transition: 0.5s;
}

.dark_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 14, 41, 0.93);
    z-index: 99990;
}

.white_content {
    display: none;
    position: fixed;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 860px;
    height: auto;
    /* max-height: 500px; */
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 0;
    border: 5px rgb(0 116 199);
    border-style: solid;
    z-index: 99999;
    overflow: hidden;
    border-radius: 25px;
}

/* Webmail intro */
.webmail-intro {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #ffff;
}

/* Webmail container */
.webmail-container {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -80px;
    z-index: 1;
}

/* Webmail personel and ogrenci links */
.webmail-personel > a,
.webmail-ogrenci > a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    appearance: none;
    color: #fff;
    transition: all .2s;
    padding: 12px 25px;
    background: #0074c8;
    border: 3px solid #0074c8;
    position: relative;
    cursor: pointer;
}

/* Webmail personel link style */
.webmail-personel > a {
    background: #c20000;
    border: 3px solid rgb(198, 0, 0);
    text-decoration: none;
    transition: all .2s;
}

/* Hover effects for links */
.webmail-personel > a:focus,
.webmail-personel > a:hover,
.webmail-ogrenci > a:focus,
.webmail-ogrenci > a:hover {
    padding-left: 15px;
    padding-right: 35px;
    color: #fff;
    text-decoration: none;
    transition: all .2s;
}

.webmail-personel > a:after, 
.webmail-personel > a:hover:after,
.webmail-ogrenci > a:focus:after,
.webmail-ogrenci > a:hover:after {
    opacity: 1;
    transform: translate(-10px, -50%);
    transition: all .2s;
}

.webmail-personel > a::after, .webmail-ogrenci > a::after {
    content: "\e0a9";
    font-family: uicons-regular-rounded !important;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-15px, -50%);
    opacity: 0;
    transition: all .2s;
}

/* Webmail personel and ogrenci images */
.webmail-personel img, .webmail-ogrenci img {
    width: 100%;
    max-width: 80px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

/* Webmail top */
.webmail-top {
    background: rgb(243, 243, 243);
    background-size: 200px;
    padding: 40px 0 100px 0;
    display: block;
    width: 100%;
    color: #666666;
    font-size: 32px;
    box-shadow: inset 0px 0px 100px -30px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    border-radius: 20px 20px 0 0;
}

/*.webmail-top:after {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background: #0074c8;
    margin-top: 15px;
    margin: 15px auto 0;
}*/

/* Webmail bottom */
.webmail-bottom {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}

/* Webmail personel and ogrenci box */
.webmail-personel, .webmail-ogrenci {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 25px;
    margin: 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 5%);
    transition: all .2s;
}

.webmail-personel:hover, .webmail-ogrenci:hover {
    box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
    transition: all .2s;
}

/* Webmail type paragraph */
p.webmail-type {
    color: #999;
    padding: 10px 0;
}

span.webmail-register {
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
}

span.webmail-pass {
}

span.webmail-pass a {
    font-size: 13px;
}

/* Media Queries for Mobile Devices */
@media (max-width: 768px) {

    /* Webmail Container */
    .webmail-container {
        margin-top: 0;
    }

    /* Personel and ogrenci links */
    .webmail-personel > a,
    .webmail-ogrenci > a {
        font-size: 12px;
        padding: 10px 20px;
    }

    /* Personel and ogrenci box */
    .webmail-personel, .webmail-ogrenci {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    /* Webmail type */
    p.webmail-type {
        font-size: 12px;
        padding: 5px 0;
    }

    /* Webmail Top Section */
    .webmail-top {
        padding: 30px 0 !important;
        font-size: 28px !important;
        text-align: left;
        padding-left: 20px !important;
    }

    .webmail-bottom {
        padding: 0px;
    }
	
	span.webmail-register {
    	margin-top: 0px;
		font-size: 13px;
	}

    /* Logo image */
    .webmail-personel img, .webmail-ogrenci img {
        max-width: 60px;
    }
}

/* Media Queries for Smaller Devices */
@media (max-width: 480px) {

    /* Personel and ogrenci links */
    .webmail-personel > a,
    .webmail-ogrenci > a {
        font-size: 11px;
        padding: 8px 15px;
    }

    /* Personel and ogrenci box */
    .webmail-personel, .webmail-ogrenci {
        padding: 10px;
        width: 100%;
    }

    /* Webmail type */
    p.webmail-type {
        font-size: 12px;
    }

    /* Webmail Top Section */
    .webmail-top {
        padding: 20px 0 !important;
        font-size: 18px !important;
        text-align: left;
        padding-left: 20px !important;
    }

    /* Logo image */
    .webmail-personel img, .webmail-ogrenci img {
        max-width: 50px;
    }
}
