﻿@charset "utf-8";
/* CSS Document */


::-webkit-scrollbar {width:5px;}
::-webkit-scrollbar-track {background:#f1f1f1;}
::-webkit-scrollbar-thumb {background:#9999;}
::-webkit-scrollbar-thumb:hover {background:#555;}

body{
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	overflow-x:hidden;
	background: url(../img/bg.png);
}
.stepss {
    position: relative;
    margin-top: 30px;
}
#toolbar {
    position: fixed;
    top: 0;
    left: 0;
    background: #3366a0;
    background: linear-gradient(0deg, rgb(51 102 160) 0%, rgb(59 115 179) 100%);
    width: 100%;
    height: 48px;
    overflow: hidden;
    z-index: 2;
    transition: all .3s ease-in-out;
}
img.rounded-circle {
    margin-left: 45px;
    margin-top:15px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-inner {
        height: 45vh !important;
    }

    .carousel-item, .carousel-item img {
        height: 45vh !important;
        width: 100%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
    .carousel-inner {
        height: 30vh !important;
    }

    .carousel-item, .carousel-item img {
        height: 30vh !important;
        width: 100%
    }
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: -webkit-fill-available;
    overflow-x: auto;
    overflow-y: hidden;
}
a#dropdownUser1 {
    margin-left: 10px;
}
.contact {color: #ffffff;float: left;font-size: 14px;padding: 16px 16px;font-weight: 400;}

ul.social {float: left;}
ul.social > li {float: left;}
ul.social > li > a {display: block;padding: 5px 6px 2px 6px;margin: 9px 0px;}
ul.social > li > a:hover{background:#204884;border-radius:3px;}
ul.social > li > a > img {width: 20px;}
a.nav-link.align-middle.px-0 {
    color: #fff;
}
li.nav-item {
    border-bottom: 1px solid #fff;
    width: %100 !important;
}
@media (max-width: 400px) {
            #header{
	z-index: 1 !important;
}
}
@media (max-width: 766px) {
    div#hbr {
        margin-bottom: 50px;
    }
}
#header {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: 90px;
    overflow: hidden;
    z-index: 2;
    transition: all .3s ease-in-out;
    background: #204884;
    float:left;
}

/*#header:hover{background:#204884;background:linear-gradient(0deg, rgb(32, 72, 132) 0%, rgb(39 84 150) 100%);}*/

.logo{float:left;width:10%;margin:20px 60px 14px 14px;}
.logo img{margin-right:20px;margin-top:-14px;width:189px;}
.menu {
    float: left;
    width: 77%;
    transition: all .3s ease-in-out;
}
/*alttaki satır akedemik personelde menüleri bozuyor*/
/*.menu{float:left;width:77%;transition: all .3s ease-in-out;}*/
.menu > ul > li:hover{background:#3366a0;}
.menu > ul > li.active{}
.menu > ul > li {float:left;padding:34px 20px;transition: all .3s ease-in-out;    margin-top: -15px;}
.menu > ul > li > a {text-decoration:none;display:block;color:#ededed;font-size:15px;line-height:27px;}
/*.menu > ul > li > a > i {display:block;float:left;padding-right:5px;}*/
/*.menu > ul > li i {display: block;float: left;padding-right: 5px;margin-top: -6px;}*/
    .menu > ul > li i {
        display: block;
        float: left;
        padding-right: 5px;
        margin-top: -6px;
        font-size: 25px;
    }

#slider_bg{
	position:absolute;
	width:100%;
	background-color:#000000;
	opacity:0.3;
	z-index:1;
	top:0;
}

#slider {
    overflow: hidden;
    margin-top: 138px;
}
#bg_video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

div#slider_num ul li {
    cursor: pointer;
}

a#search_close {
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(255 255 255);
    text-decoration: none;
    font-size: 25px;
    background:rgb(51 51 51 / 95%);
    padding: 6px 15px;
}

div#search_scroll {
    overflow: scroll;
    height: 100%;
}

/**/
.news_announcements {
	position: absolute;
    top: 0;
    bottom: 0;
    height: 106px;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
}

.news_announcements ul {
    float: left;
    width: 100%;
    margin: 0px 0px;
	display: flex;
    justify-content: center;
}

.news_announcements ul > li {
	font-size: 13px;
    float: left;
    margin-left: 3%;
    margin-top: 40px;
    margin-bottom: 21px;
    width: 10%;
    font-weight: 500;
    text-align: center;
	box-shadow:0px 0px 0px 1px rgb(38 83 148);
	background: #ffffff;
    background: linear-gradient(0deg, rgb(224 224 224) 0%, rgb(255 255 255) 100%);
    transition: all .3s ease-in-out;
	border-radius:3px;
}

.news_announcements ul > li:hover{
	box-shadow: 0px 0px 0px 6px rgb(51 102 160 / 50%);
}

.news_announcements ul > li > a {
	text-decoration: none;
    display: block;
    padding: 5px;
    line-height: 27px;
    color: #204884;
}

.news_announcements ul > li > a > i {
	font-size: 21px;
    color: #204884;
    display: block;
    padding: 2px 0px 0px 11px;
    float: left;
}
/**/

#news_announcements {
	position: absolute;
    top: 0;
    bottom: 0;
    height: 106px;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
	z-index:2;
}

#news_announcements ul {
    float: left;
    width: 100%;
    margin: 0px 0px;
}

#news_announcements ul > li {
	font-size: 13px;
    float: left;
    margin-left: 3%;
    /*margin-top: 40px;*/
    margin-bottom: 21px;
    width: 9%;
    font-weight: 500;
    text-align: center;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 32%);
	/*background: #ffffff;
    background: linear-gradient(0deg, rgb(224 224 224) 0%, rgb(255 255 255) 100%);*/
    transition: all .3s ease-in-out;
	/*border-radi*/

    margin-top: 64px;
    border-radius: 3px 3px 0px 0px;
    background: rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 0px 1px rgb(255 255 255 / 72%);

}

#news_announcements ul > li:hover{
	box-shadow: 0px 0px 0px 6px rgb(51 102 160 / 50%);
}

#news_announcements ul > li > a {
	text-decoration: none;
    display: block;
    padding: 5px;
    line-height: 27px;
    /*color: #204884;*/
    color: #ffffff;
}

#news_announcements ul > li > a > i {
	font-size: 21px;
    /*color: #204884;*/
    display: block;
    padding: 2px 0px 0px 11px;
    float: left;
    color: #ffffff;
}

.tooltip {
    position: absolute;
    background: rgb(105 105 105 / 70%);
    margin-top: -64px;
    width: 9%;
    height: 50px;
    line-height: 21px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size:12px;
}

#content{overflow:hidden;margin-left:5%;margin-right:5%;}

/* haberler v2 */
.announcements_v2 {
    float: left;
    width: 50%;
}

.announcements_v2_title {
    width: 95%;
    border-bottom: 1px solid #cecece;
    margin: 5px 0px;
    overflow: hidden;
}

.announcements_v2 h3 {
    font-size: 17px;
    border-bottom: 1px solid #204884;
    padding: 13px 0px;
    color: #204884;
    font-weight: 400;
    margin: 0px 0px;
    width: 40%;
    float: left;
}

.announcements_v2_title a {
    float: right;
    display: block;
    text-decoration: none;
    color: #204884;
    background: #e9f2ff;
    padding: 9px 30px;
    margin-top: 21px;
    float: right;
}
/* haberler v2 */


.announcements {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d3d1d1
}
.announcements_title {
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin: 5px 0px;
	overflow: hidden;
}
.announcements h3 {
    font-size: 17px;
    border-bottom: 1px solid #204884;
    padding: 13px 0px;
    color: #204884;
    font-weight: 400;
    margin: 0px 0px;
    width: 40%;
	float:left;
}
.announcements_title a{
    float: right;
    display: block;
    text-decoration: none;
    color: #204884;
    background: #e9f2ff;
    padding: 9px 30px;
	margin-top: 21px;
	float:right;
}
.announcements > ul {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 533px;
	width:95%;
}
.announcements > ul > li {
    width: 100%;
    overflow: hidden;
}
.announcements > ul > li > .announcements_calendar {
	background: #818181;
	background: linear-gradient(0deg, rgb(86 86 86) 0%, rgb(129 129 129) 100%);
    color: #ffffff;
    width: 110px;
    height: 41px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 18px;
    padding-top: 10px;
    float: left;
    font-weight: 500;
    font-size: 12px;
    border: 3px solid #cccccc;
}
span.announcements_shortstory {
    float: left;
    background: linear-gradient(0deg, rgb(249 248 248) 0%, rgb(255 255 255) 100%);
    background: #f9f9f9;
    display: block;
    padding: 10px 5px;
    margin: 0px 0px 15px 15px;
    width: 78%;
    border: 1px solid #e8e8e8;
    font-size: 13px;
}
 
span.announcements_shortstory > i {
    float: left;
    display: block;
    margin-top: -3px;
    margin-bottom: -3px;
    color: #204884;
}
span.announcements_shortstory >a {
    text-decoration:none;
    color: #000000;
    transition: transform 250ms;

}

span.announcements_shortstory >a:hover {
    text-decoration:none;
    color: #376dab;
    transform: translateY(-50px);
}


.news {
    float: left;
    width: 48%;
    margin-left: 24px;
    border-bottom: 1px solid #d3d1d1
}
.news_title {
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin: 5px 0px;
	overflow: hidden;
}
.news h3 {
    font-size: 17px;
    border-bottom: 1px solid #204884;
    padding: 13px 0px;
    color: #204884;
    font-weight: 400;
    margin: 0px 0px;
    width: 40%;
	float:left;
}
.news_title a{
    float: right;
    display: block;
    text-decoration: none;
    color: #204884;
    background: #e9f2ff;
    padding: 9px 30px;
	margin-top: 20px;
	float:right;
}

/*.container {
    overflow: hidden;
    width: 100%;*/
	/*height:450px;*/
    /*height:auto;
}

ul.news_default_img_gallery {
    position: absolute;
}

ul.news_default_img_gallery li img {
    width: 100px;
	height:75px;
    margin: 5px 0px 0px 0px;
    border: 3px solid #f7f7f7;
	transition: all .3s ease-in-out;
}

ul.news_default_img_gallery li img:hover {
    border: 3px solid #376ca8;
    cursor: pointer;
}

ul.news_default_img_gallery li {
    width: 10%;
    float: left;
    margin-right: 37px;
    margin-left: 10px;
}

ul.news_default_img_gallery {
    margin-top: 350px;
    background: rgb(37 80 143 / 55%);
    padding: 5px;
    width: 717px;
}

.container > ul {
}

.container > ul > li {
}

.news_default_img {
    width: 100%;
    overflow: hidden;
}

.news_default_img img {
    width: 100%;
}

.container > ul > li {display:none;}
.container > ul > li:first-child{display:inherit;}

.news_default_img_title {
    position: absolute;
    margin-top: 230px;
    font-weight: 500;
    background: rgb(255 255 255 / 52%);
    padding: 10px 15px;
    color: #000000;
}

.news_default_img_message {
    position: absolute;
    margin-top: 284px;
    width: 602px;
    padding: 10px 15px;
    color: #ffffff;*/
    /*background: rgb(0 0 0 / 43%);*/
/*}*/


.events{float:left;width:100%;/*height:336px;*/overflow:hidden;}
.events_title {
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin: 5px 0px;
	overflow: hidden;
}
.events h3 {
    font-size: 17px;
    border-bottom: 1px solid #204884;
    padding: 13px 0px;
    color: #204884;
    font-weight: 400;
    margin: 0px 0px;
    width: 10%;
	float:left;
}
.events_title a{
    float: right;
    display: block;
    text-decoration: none;
    color: #204884;
    background: #e9f2ff;
    padding: 9px 30px;
	margin-top: 21px;
	float:right;
}
.events > ul > li {
    float: left;
    width: 245px;
    height: 280px;
	margin-right:10px;
    overflow: hidden;
}
.events > ul > li > a > img {
    width: 100%;
	border-radius:3px;
}

.with_numbers_etu{float:left;width:100%;}
.with_numbers_etu_title {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin: 20px 0px;
}
.with_numbers_etu h3 {
    font-size: 17px;
    border-bottom: 1px solid #204884;
    padding: 13px 0px;
    color: #204884;
    font-weight: 400;
    margin: 0px 0px;
    width: 40%;
    margin-top: -65px;
}
.with_numbers_etu > ul {
    margin-top: 35px;
    overflow: hidden;
}
.with_numbers_etu > ul > li {
    float: left;
    width: 16%;
    overflow: hidden;
    text-align: center;
}
span.with_numbers_etu_icon {
    display: block;
}
span.with_numbers_etu_icon > i {
    font-size: 40px;
    color: #204884;
}
span.with_numbers_etu_icon_number {
    display: block;
    margin: 20px 0px;
    font-size: 25px;
	font-weight: 500;
}
span.with_numbers_etu_name {
    display: block;
}

#footer {
    bottom: 0px;
    position: inherit;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    background: rgb(58 102 159) url(https://www.erzurum.edu.tr/static/media/footer@rectorate.png) center center no-repeat;
    border-top: 3px solid #3a669f;
}

.footer_short_link{float:left;width:20%;}
.footer_short_link h3{font-size:15px;font-weight:500;color: #c5c5c5;text-decoration: underline;}
.footer_short_link ul li a{
	text-decoration: none;
    color: #e2e2e2;
    font-size: 12px;
    padding: 5px 0px;
    display: block;
}

.copyright {
    border-top: 1px solid #616161;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 11px;
    padding: 10px 0px;
	color: #e2e2e2;
}

.footer_info {
    float: right;
    margin-right: 80px;
    color: #ffffff;
    font-size: 12px;
	line-height: 27px;
    margin: 6px 150px 6px 0px;
}




@media (max-width: 489px) {
           .footer_info {
   float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
   
}
           #footer{
               width:100% !important;
           }
            }
			
			
.footer_info img{
    width:155px;
}


.language {
    float: right;
    /*   height: 48px;*/
    overflow: hidden;
    background: linear-gradient(0deg, rgb(119 172 212) 0%, rgb(150 209 253) 100%);
}

    .language a {
        text-decoration: none;
        color: #ffffff;
        background: #77acd4;
        /* background: linear-gradient(0deg, rgb(119 172 212) 0%, rgb(150 209 253) 100%);*/
        display: block;
        /* padding: 17px 30px;*/
        font-size: 13px;
    }


.language a i{float:left;padding-right:5px;line-height:18px;font-weight:100;font-size:17px;}

ul.speed_bar {
    float: right;
}

ul.speed_bar li {
    float: left;
	height:48px;
}

ul.speed_bar li a {
    text-decoration: none;
    color: #f1f1f1;
    display: block;
    padding: 17px 17px;
	font-size:13px;
}

ul.speed_bar li a i {
    float: left;
    line-height: 15px;
	margin-right: 8px;
	font-size:17px;
}

ul.speed_bar li:hover {
    background: #205082;
}

.slider_page {
    position: absolute;
    margin-top: 23px;
}

.slider_page a {
    text-decoration: none;
    color: #000000;
    display: block;
    float: left;
    margin-left: 11px;
    background: rgb(255 255 255 / 73%);
    padding: 3px 5px 0px 5px;
    border-radius: 3px;
}

a#search_popup i {margin-top: 2px;}

div#searchs {
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 9999999999999999;
    background: rgb(0 0 0 / 85%);
    width: 100%;
    height: 100%;
}

div#search_result {
    background: #ffffff;
    padding: 10px;
    height: 100%;
}

ul.har_v_dur {
    list-style: none;
    margin: 20px;
    padding: 0;
}

ul.har_v_dur li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 11px 15px;
    overflow: hidden;
}

ul.har_v_dur li a .trh {
    float: left;
    width: 100px;
}

ul.har_v_dur li {
    overflow: hidden;
    transition: all .4s
}

ul.har_v_dur li:hover{transform: scale(1.01);}

ul.har_v_dur li:nth-child(even) {
    background: rgba(0,66,130,0.05);
}

div#search_result > h3 {
    margin-left: 21px;
	margin-right: 21px;
    background: #3366a0;
    background: linear-gradient(0deg, rgb(51 102 160) 0%, rgb(59 115 179) 100%);
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 3px;
}

div#slider_num ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

div#slider_num ul li {
    float: left;
    background: rgb(255 255 255 / 73%);
    border-radius: 3px;
    padding: 6px 0px 6px 0px;
    width: 34px;
    text-align: center;
    margin-left: 10px;
}

div#slider_num {
    position: absolute;
    margin: 25px 0px 0px 15px;
}

li.slid_acti {
    background: rgb(19 19 19 / 73%)!important;
	color:#ffffff!important;
}




 /*hadi bismillah*/
body {
    background: #ccc;
    font-family: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}
.anons {
    border: 1px solid #d3d1d1;
    border-radius: 6px;
    height: 105px;
}


@media only screen and (max-width: 1332px) {
    .announcements {
        width: 100% !important;
    }
    .news {
        float: unset !important;
        width: 100% !important;
    }
    .news > .row {
        margin-right: 9px;
    }
}

.announcements > .row {
    margin: 8px;
    padding: 0px;
}

.announcements > .row .col-6 {
    width: 48.5%;
}

.announcements h2 {
    margin: -7px 0px 0px 0px;
}

.announcements h1 {
    margin: 15px 0px 9px 0px;
}


@include only screen and (max-width: 212px) {
    .col-xs-8 > p {
        font-size: 12px;
    }
}
#btndisclaimer {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: #e7710c;
    border: 1px solid #e7710c;
}
.col-xs-8 {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
}
/* popup eklenen resime göre otomatik genişlesin */
#popupModal .modal-dialog {
    max-width: fit-content;
}
.modal-backdrop.show {
    margin-top: 36px;
    z-index: 99;
}

.modal-dialog.modal-fullscreen {
    width: 100%;
}
li.active {
    background-color: #84b0d4;
    color: #ffffff;
    border: 1px solid #84b0d4;
}

ul#search_tabs li button.active {
    background-color: #84b0d4;
    color: #ffffff;
    border: 1px solid #84b0d4;
}

ul#search_tabs {
    border-bottom: 3px solid #88b0d3;
}

    ul#search_tabs button {
        text-decoration: none;
        color: #666666;
    }