/* Document Index ==[ Fonts ]== ==[ :root ]== ==[ Extra ]== ==[ Header ]== ==[ Content ]== - 01. Page Info - 02. Ads Area - 03. Filters - 04. Table - 05. Breadcrumb - 06. List - 07. Add / Edit Form - 08. Profile - 09. University Profile ==[ Overwrites ]== ==[ Footer ]== */ /* ==[ Media Queries ]== */ /* ==[ Fonts ]== */ @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap'); /* ==[ :root ]== */ :root { --default-font: 'Roboto', sans-serif; } /* ==[ Extra ]== */ * { margin: 0; padding: 0 } html, body { height: 100% !important; } body { display: flex; flex-direction: column; -webkit-font-smoothing: antialiased; font-family: var(--default-font); font-weight: 300; line-height: 1; } .vertical-text { writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; display: inline-block; overflow: visible; } .vertical-text2 { writing-mode: vertical-rl; transform: rotate(360deg); white-space: nowrap; display: inline-block; overflow: visible; } .vertical-text3 { writing-mode: vertical-rl; transform: rotate(360deg); white-space: nowrap; display: inline-block; overflow: visible; text-orientation: upright; } /*h1.page-title{margin:36px 0; text-align:center; font-size:36px; font-weight:bold;}*/ h1.page-title { margin: 36px 0; text-align: left; font-size: 36px; font-weight: bold; } .share { } .share .btn { background-color: #26C967; border: none; padding: 6px 18px; border-radius: 4px; display: flex; align-items: center; justify-content: center; box-shadow: none; } .share .btn::after { display: none; } .share .btn i:first-child { margin-right: 12px; } .share .btn span { font-size: 16px; font-weight: 700; } .share .btn i:last-child { width: 36px; height: 36px; margin: -6px -25px -6px 12px; border-radius: 0 4px 4px 0; background-color: rgba(0, 0, 0, 0.1); display: flex; align-items: center; justify-content: center; } .share .dropdown-menu { min-width: 220px; border: none; box-shadow: 0px 18px 64px rgba(0, 0, 0, 0.12); border-radius: 4px; } .share .dropdown-menu .dropdown-item { font-size: 16px; font-weight: 400; color: #78909C; padding: 8px 18px; display: flex; align-items: center; justify-content: flex-start; } .share .dropdown-menu .dropdown-item::before { content: ''; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center center; display: inline-block; margin-right: 18px; } .share .dropdown-menu .dropdown-item:hover, .share .dropdown-menu .dropdown-item:active { background-color: #ECEFF1; } .share .dropdown-menu .dropdown-item.facebook::before { background-image: url(../images/icons/icon_facebook_2.svg); } .share .dropdown-menu .dropdown-item.twitter::before { background-image: url(../images/icons/icon_twitter_2.svg); } .share .dropdown-menu .dropdown-item.linkedin::before { background-image: url(../images/icons/icon_linkedin.svg); } .share .dropdown-menu .dropdown-item.whatsapp::before { background-image: url(../images/icons/icon_whatsapp.svg); } .share .dropdown-menu .dropdown-item.email::before { background-image: url(../images/icons/icon_mail.svg); } .share .dropdown-menu .dropdown-item.instagram::before { background-image: url(../images/icons/icon_instagram.svg); } .share .dropdown-menu .dropdown-item.baidu::before { background-image: url(../images/icons/icon_baidu.png); } .share .dropdown-menu .dropdown-item.pinterest::before { background-image: url(../images/icons/icon_pinterest.svg); } .share .dropdown-menu .dropdown-item.telegram::before { background-image: url(../images/icons/icon_telegram.svg); } .share .dropdown-menu .dropdown-item.wechat::before { background-image: url(../images/icons/icon_wechat.svg); } .share .dropdown-menu .dropdown-item.weibo::before { background-image: url(../images/icons/icon_weibo.svg); } .share .dropdown-menu .dropdown-item.vk::before { background-image: url(../images/icons/icon_vk.svg); } .share .dropdown-menu .dropdown-item.renren::before { background-image: url(../images/icons/icon_renren.svg); } /* ==[ Header ]== */ header { } header nav#news { width: 100%; height: 32px; background-color: #111111; position: relative; } header nav#news .title { width: 60px; height: 32px; background-color: #F44A4A; color: #FFF; font-size: 14px; font-weight: 700; position: absolute; top: 0; left: 0; z-index: 1; display: flex; align-items: center; justify-content: center; } /*header nav#news .title::after{content:''; border:16px solid transparent; border-top-color:#F44A4A; border-left-color:#F44A4A; position:absolute; top:0; right:-32px;}*/ header nav#news .news-items { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } /*header nav#news .news-items .news-item{color:rgba(255,255,255,0.75); font-size:14px; font-weight:300; text-decoration:none;}*/ /* 14px idi düzenlendi. */ header nav#news .news-items .news-item { color: #ffffff; font-size: 20px; font-weight: 300; text-decoration: none; } header nav#news .news-items .news-item:not(:last-child)::after { content: '•'; margin: 0 18px; } header nav#menu { padding: 5px 0; background: rgb(65, 158, 222); background: -moz-linear-gradient(45deg, rgba(65, 158, 222, 1) 0%, rgba(37, 61, 154, 1) 100%); background: -webkit-linear-gradient(45deg, rgba(65, 158, 222, 1) 0%, rgba(37, 61, 154, 1) 100%); background: linear-gradient(45deg, rgba(65, 158, 222, 1) 0%, rgba(37, 61, 154, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#419EDE", endColorstr="#253D9A", GradientType=1); } header nav#menu .navbar-brand { color: #FFF; font-size: 24px; font-weight: 700; display: flex; align-items: center; justify-content: center } /*header nav#menu .navbar-brand span{width:36px; height:36px; background-color:#FFF; color:#253D9A; border-radius:4px; margin-right:10px; display:inline-flex; align-items:center; justify-content:center; font-size:20px; font-weight:700; transition:all 300ms;}*/ header nav#menu .navbar-brand span { width: 50px; height: 36px; background-color: #253D9A; color: #FFFFFF; border-radius: 4px; margin-right: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; transition: all 300ms; } header nav#menu .navbar-nav { } header nav#menu .navbar-nav .nav-item { } header nav#menu .navbar-nav .nav-item .nav-link { color: #FFF; font-size: 16px; font-weight: 700; padding: 0 18px; transition: all 300ms; } header nav#menu .navbar-nav:hover .nav-item .nav-link { opacity: 0.25; } header nav#menu .navbar-nav .nav-item .nav-link:hover { opacity: 1; } header nav#menu form { } header nav#menu form .btn { border-radius: 4px; font-size: 16px; font-weight: 700; padding: 5px 18px; margin-left: 18px; transition: all 300ms; display: flex; align-items: center; justify-content: center; } header nav#menu form .btn i { margin-right: 12px; } header nav#menu form .btn:hover { color: #253D9A; } header nav#submenu { background-color: #FFF !important; box-shadow: 0 4px 4px rgba(37, 61, 154, 0.07); } header nav#submenu .navbar-nav { } header nav#submenu .navbar-nav .nav-item { } header nav#submenu .navbar-nav .nav-item .nav-link { text-decoration: none; padding: 8px 18px; position: relative; display: flex; align-items: center; justify-content: center; transition: all 300ms; } header nav#submenu .navbar-nav .nav-item .nav-link::after { content: ''; transition: all 300ms; } header nav#submenu .navbar-nav .nav-item .nav-link i { color: #CFD8DC; margin-right: 18px; transition: all 300ms; } /*header nav#submenu .navbar-nav .nav-item .nav-link span{color:#78909C; font-size:16px; font-weight:300; transition:all 300ms;}*/ header nav#submenu .navbar-nav .nav-item .nav-link span { color: #000000; font-size: 16px; font-weight: 300; transition: all 300ms; } header nav#submenu .navbar-nav .nav-item .nav-link:hover span { color: #253D9A; } header nav#submenu .navbar-nav .nav-item .nav-link.active span { color: #253D9A; font-weight: 700; } header nav#submenu .navbar-nav .nav-item .nav-link:hover i, header nav#submenu .navbar-nav .nav-item .nav-link.active i { color: #253D9A; } header nav#submenu .navbar-nav .nav-item .nav-link:hover::after, header nav#submenu .navbar-nav .nav-item .nav-link.active::after { width: 100%; height: 4px; background-color: #253D9A; position: absolute; bottom: -8px; left: 0; } /* ==[ Content ]== */ main#content { flex: 1; flex-shrink: 0; position: relative; } main#content::before { content: ''; width: 100%; height: 398px; position: absolute; top: 0px; left: 0; z-index: -1; background-image: url(../images/background_pattern.svg); background-size: cover; background-position: center center; } main#content::after { content: ''; width: 100%; height: 398px; position: absolute; top: 255px; left: 0; z-index: -2; background: rgb(239, 242, 245); background: linear-gradient(180deg, rgba(239, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); } /* 01. Page Info */ section.page-info { margin: 36px 0 0 0; } section.page-info h1.page-title { margin: 36px 0 0 0; } section.page-info .page-details { display: flex; } section.page-info .page-details img.page-logo { width: 100px; height: 100px; margin-right: 18px; border-radius: 10px; } section.page-info .page-details .page-detail .badges { margin-top: 5px; } section.page-info .page-details .page-detail .badges .badge { font-size: 13px; font-weight: 700; padding: 5px 12px; border-radius: 24px; text-decoration: none; } section.page-info .page-details .page-detail .badges .badge:hover { color: #FFF; } section.page-info .page-details .page-detail .badges .badge:not(:last-child) { margin: 0 6px 6px 0; } section.page-info .page-details .page-detail .badges .badge.bg-primary { background-color: #253D9A !important; } section.page-info .page-details .page-detail .badges .badge.bg-success { background-color: #009688 !important; } section.page-info .page-details .page-detail .badges .badge.bg-secondary { background-color: #90A4AE !important; } section.page-info .page-details .page-detail .page-title { font-size: 20px; font-weight: 900; color: #000; margin: 12px 0 10px 0; } section.page-info .page-details .page-detail .page-title2 { font-size: 34px; font-weight: 900; color: #000; margin: 12px 0 10px 0; } section.page-info .page-details .page-detail .page-description { font-size: 15px; font-weight: 400; color: rgba(0, 0, 0, 0.5); margin-bottom: 0; } .page-details .page-detail .page-title3 { font-size: 16px; font-weight: 900; color: #000; margin: 12px 0 10px 0; } @media (max-width: 767px) { .page-details .page-detail .page-title3 { font-size: 16px; font-weight: 900; color: #000; margin: 0px !important; } } /* 02. Ads Area */ section.ads_area { margin: 36px 0; display: flex; align-items: center; justify-content: center; } /* 03. Filters */ /*section.filters{margin:36px 0;}*/ section.filters { margin: 5px 0; } section.filters .section-header { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; } section.filters .section-header .section-title { display: flex; align-items: center; justify-content: center; } section.filters .section-header .section-title i { color: #CFD8DC; margin-right: 18px; } section.filters .section-header .section-title span { color: #546E7A; font-size: 15px; font-weight: 700; } section.filters .share .btn { margin-left: auto; } section.filters .share i:last-child { margin: -5px -18px -5px 18px; } section.filters .form-filter { display: flex; align-items: center; justify-content: flex-start; } section.filters .form-filter .form-check { display: flex; align-items: center; justify-content: center; } section.filters .form-filter .form-check label { color: #607D8B; font-size: 15px; font-weight: 400; margin-left: 10px; padding-top: 6px; } section.filters .form-filter .results-text { color: #607D8B; font-size: 15px; font-weight: 400; margin-right: 18px; } section.filters form { } section.filters form .form-floating { background-color: #FFF; } section.filters form .form-floating input, section.filters form .country.dropdown .dropdown-toggle { height: 48px; padding: 0 82px 0 18px; font-size: 18px; font-weight: 400; border-color: #ECEFF1; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); transition: all 300ms; } section.filters form .form-floating input + label, section.filters form .country.dropdown .dropdown-toggle { max-width: calc(100% - 64px); font-size: 15px; font-weight: 400; color: #607D8B; top: 0px; left: 6px; transition: all 300ms; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } section.filters form .form-floating input:focus + label, section.filters form .country.dropdown .dropdown-toggle { font-size: 13px; font-weight: 700; color: #607D8B; opacity: 1; top: 2px !important; } section.filters form .form-floating .form-floating-button { width: 64px; height: 48px; background-color: #607D8B; border: none; position: absolute; top: 0; right: 0; z-index: 1; border-radius: 0 4px 4px 0; transition: all 300ms; } section.filters form .form-floating .form-floating-button:hover { background-color: #78909C; } section.filters form .form-floating .form-floating-button i { color: #FFF; } section.filters form .form-floating select + label { font-size: 13px; font-weight: 700; color: #607D8B; top: 0; left: 46px; opacity: 1; } section.filters form .form-floating select { height: 48px; padding: 16px 12px 0px 18px; font-size: 14px; font-weight: 400; color: #60546E; border-color: #ECEFF1; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); text-indent: 40px; background: url(../images/icons/icon_down.svg) center right 12px no-repeat; } section.filters form .form-floating i { width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 12px; left: 18px; color: #CFD8DC; } section.filters form .form-floating::after { content: ''; width: 19px; height: 24px; /*background-color: #FFF;*/ position: absolute; bottom: 1px; right: 1px; } /* section.filters form.form-floating .form-floating-2 {background-color:#FFF;} section.filters form.form-floating .form-floating-2 input, section.filters form .country.dropdown .dropdown-toggle{height:48px; padding:0 82px 0 18px; font-size:15px; font-weight:400; border-color:#ECEFF1; box-shadow:0px 2px 4px rgba(0, 0, 0, 0.04); transition:all 300ms;} section.filters form.form-floating .form-floating-2 input + label, section.filters form .country.dropdown .dropdown-toggle{max-width:calc(100% - 64px); font-size:15px; font-weight:400; color:#607D8B; top:0px; left:6px; transition:all 300ms; white-space: nowrap; overflow:hidden; text-overflow:ellipsis;} section.filters form.form-floating .form-floating-2 input:focus + label, section.filters form .country.dropdown .dropdown-toggle{font-size:13px; font-weight:700; color:#607D8B; opacity:1; top:2px !important;} section.filters form.form-floating .form-floating-2 button{width:64px; height:48px; background-color:#607D8B; border:none; position:absolute; top:0; right:0; z-index:1; border-radius:0 4px 4px 0; transition:all 300ms;} section.filters form.form-floating .form-floating-2 button:hover{background-color:#78909C;} section.filters form.form-floating .form-floating-2 button i{color:#FFF;} section.filters form.form-floating .form-floating-2 select + label{font-size:13px; font-weight:700; color:#607D8B; top:0; left:46px; opacity:1;} section.filters form.form-floating .form-floating-2 select{height:48px; padding:16px 12px 0px 18px; font-size:14px; font-weight:400; color:#60546E; border-color:#ECEFF1; box-shadow:0px 2px 4px rgba(0, 0, 0, 0.04);text-indent:40px; background:url(../images/icons/icon_down.svg) center right 12px no-repeat;} section.filters form.form-floating .form-floating-2 i{width:28px; height:28px; border-radius:50%; position:absolute; top:12px; left:18px; color:#CFD8DC;} section.filters form.form-floating .form-floating-2 ::after{content:''; width:19px; height:24px; background-color:#FFF; position:absolute; bottom:1px; right:1px;} */ section.filters form .country.dropdown .dropdown-toggle { min-width: 100%; background-color: #FFF; display: flex; align-items: center; justify-content: flex-start; text-align: left; margin-bottom: 16px; } section.filters form .country.dropdown .dropdown-toggle::after { position: absolute; right: 18px; border-width: 5px; } section.filters form .country.dropdown .dropdown-toggle .country_flag { width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 9px; left: 15px; background-image: var(--image); background-size: 20px 20px; background-repeat: no-repeat; background-position: center center; } section.filters form .country.dropdown .dropdown-menu { width: 100%; } section.filters form .country.dropdown .dropdown-toggle div { padding-left: 5px; text-indent: 15px; } section.filters form .country.dropdown .dropdown-toggle div span:last-child { min-width: 100%; font-size: 14px; font-weight: 400; color: #60546E; display: block; } section.filters form .country.dropdown .dropdown-menu { min-width: 220px; border: none; box-shadow: 0px 18px 64px rgba(0, 0, 0, 0.12); border-radius: 4px; } section.filters form .country.dropdown .dropdown-menu li { } section.filters form .country.dropdown .dropdown-menu li .dropdown-item { padding: 8px 18px; color: #60546E; font-size: 15px; font-weight: 500; } section.filters form .country.dropdown .dropdown-menu li .dropdown-item:active { color: #FFF; } section.filters form .country.dropdown .dropdown-menu li .dropdown-item img { width: 20px; height: 20px; margin-right: 18px; } /* 04. Table */ section.table { padding: 0 24px; } section.table table.table { } section.table table.table thead { } section.table table.table thead tr { } section.table table.table thead tr th { border: 1px solid #FFF; font-size: 16px; font-weight: 700; padding: 8px 2px; text-align: center; vertical-align: middle; color: #FFF; } section.table table.table thead tr th i { display: block; margin: 0px 0 0 0; } section.table table.table thead tr:nth-child(2) th:nth-child(5) i { margin-bottom: 12px; } section.table table.table thead tr th a { color: #FFF; text-decoration: none; } section.table table.table thead tr th a.info { width: 24px; height: 16px; background-image: url(../images/icons/icon_info.svg); background-repeat: no-repeat; background-position: center center; display: inline-block; } section.table table.table thead tr th.bg-color-1 { background-color: #145CAB; } section.table table.table thead tr th.bg-color-1-1 { background-color: #2DB2B2; } section.table table.table thead tr th.bg-color-1-2 { background-color: #3C8FE9; } section.table table.table thead tr th.bg-color-1-3 { background-color: #2DB2B2; } section.table table.table thead tr th.bg-color-1-4 { background-color: #68acf6; } section.table table.table thead tr th.bg-color-1-5 { background-color: #2DB2B2; } section.table table.table thead tr th.bg-color-1-6 { background-color: #E9963C; } section.table table.table thead tr th.bg-color-2 { background-color: #F0811B; } section.table table.table thead tr th.bg-color-2-1 { background-color: #f0903c; } section.table table.table thead tr th.bg-color-3 { background-color: #2DB2B2; } section.table table.table thead tr th.bg-color-3-1 { background-color: #31c4c4; } section.table table.table thead tr th.bg-color-4 { background-color: #8D4AB6; } section.table table.table thead tr th.bg-color-4-1 { background-color: #a656d7; } section.table table.table thead tr th.bg-color-5 { background-color: #92CDDB; } section.table table.table thead tr th.bg-color-6 { background-color: #148fe2 !important; } section.table table.table thead tr th.bg-color-7 { /* bg-top-100-scientist */ background-color: #3b7afb !important; } section.table table.table thead tr th.bg-color-8 { /* bg-top-100-institutions */ background-color: #0e7436 !important; } section.table table.table thead tr th.bg-color-9 { /* subject-rankings */ background-color: #ffb682 !important; } section.table table.table tbody { border-top: 1px solid #FFF; } section.table table.table tbody tr td { border: 1px solid #FFF; font-size: 16px; font-weight: 400; vertical-align: middle; box-shadow: none; } section.table table.table tbody tr:nth-child(odd) td.bg-color-1 { background-color: #CFE6FF; } section.table table.table tbody tr:nth-child(even) td.bg-color-1 { background-color: rgba(207, 230, 255, 0.5); } section.table table.table tbody tr:nth-child(odd) td.bg-color-2 { background-color: #FFEBD9; } section.table table.table tbody tr:nth-child(even) td.bg-color-2 { background-color: rgba(255, 235, 217, 0.5); } section.table table.table tbody tr:nth-child(odd) td.bg-color-3 { background-color: #DFF4F4; } section.table table.table tbody tr:nth-child(even) td.bg-color-3 { background-color: rgba(223, 244, 244, 0.5); } section.table table.table tbody tr:nth-child(odd) td.bg-color-4 { background-color: #F5E5FF; } section.table table.table tbody tr:nth-child(even) td.bg-color-4 { background-color: rgba(245, 229, 255, 0.5); } section.table table.table tbody tr:nth-child(odd) td.bg-color-5 { background-color: #92CDDB; } section.table table.table tbody tr:nth-child(even) td.bg-color-5 { background-color: rgba(146, 205, 219, 0.5); } section.table table.table tbody tr td a { color: #145CAB; text-decoration: none; display: block; } section.table table.table tbody tr td p { margin: 8px 0 0 0; } section.table table.table tbody tr td img { display: block; margin: auto auto 8px auto; } section.table table.table tbody tr td small { color: rgba(0, 0, 0, 0.5) } /* 05. Breadcrumb */ section.breadcrumb { margin: 36px 0; } section.breadcrumb h1.page-title { margin: 18px 0 0 0; } section.breadcrumb .breadcrumb-container { display: flex; align-items: center; justify-content: space-between; } section.breadcrumb .breadcrumb-container .breadcrumb-content { } section.breadcrumb .breadcrumb-container .share { margin-left: auto; } section.breadcrumb .breadcrumb-container .share .btn i:last-child { margin: -6px -18px -6px 12px; } section.breadcrumb .breadcrumb-container .breadcrumb-content .section-title { font-size: 24px; font-weight: 700; margin-bottom: 12px; } section.breadcrumb .breadcrumb-container .breadcrumb-content nav { } section.breadcrumb .breadcrumb-container .breadcrumb-content nav ol.breadcrumb { display: flex; align-items: center; justify-content: center; } section.breadcrumb .breadcrumb-container .breadcrumb-content nav ol.breadcrumb li.breadcrumb-item, section.breadcrumb .breadcrumb-container .breadcrumb-content nav ol.breadcrumb li.breadcrumb-item a { font-size: 16px; font-weight: 400; color: #78909C; text-decoration: none; } section.breadcrumb .breadcrumb-container .breadcrumb-content nav ol.breadcrumb li.breadcrumb-item.active { font-weight: 700; } section.breadcrumb .breadcrumb-container .breadcrumb-content nav ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before { content: '\e5e1'; font-size: 12px; font-family: 'Material Icons', sans-serif; margin: 0 8px; } /* 06. List */ section.top-list { } section.top-list .card { border-radius: 4px; border-color: #ECEFF1; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; } section.top-list .card .list-items-select2 { display: none } section.top-list .card .list-items { width: 350px; padding: 8px 0; } section.top-list .card .list-items .list-item, section.top-list .card .list-items-select2 .list-item { padding: 12px 12px; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #000; position: relative; transition: all 300ms; } section.top-list .card .list-items .list-item:not, section.top-list .card .list-items-select2 .list-item:not (:last-child)::after { content: ''; width: calc(100% - 100px); height: 1px; background-color: #ECEFF1; position: absolute; bottom: 0; right: 0; } section.top-list .card .list-items .list-item:hover, section.top-list .card .list-items-select2 .list-item:hover { background-color: #ECEFF1; } section.top-list .card .list-items .list-item .list-item-cover, section.top-list .card .list-items-select2 .list-item .list-item-cover { width: 48px; height: 48px; border-radius: 4px; margin-right: 12px; position: relative; } section.top-list .card .list-items .list-item .list-item-cover img, section.top-list .card .list-items-select2 .list-item .list-item-cover img { width: 100%; /*height: 100%;*/ height: auto; object-fit: cover; object-position: center center; } section.top-list .card .list-items .list-item .list-item-cover .badge, section.top-list .card .list-items-select2 .list-item .list-item-cover .badge { background-color: #F44A4A; padding: 4px 9px; font-size: 12px; font-weight: 700; border-radius: 24px; position: absolute; top: -10px; left: 2px; } section.top-list .card .list-items .list-item .list-item-content, section.top-list .card .list-items-select2 .list-item .list-item-content { flex: 1; } section.top-list .card .list-items .list-item .list-item-content .list-item-title, section.top-list .card .list-items-select2 .list-item .list-item-content .list-item-title { font-size: 15px; font-weight: 700; line-height: 1.3; margin-bottom: 4px; } section.top-list .card .list-items .list-item .list-item-content .list-item-props, section.top-list .card .list-items-select2 .list-item .list-item-content .list-item-props { display: flex; align-items: center; } section.top-list .card .list-items .list-item .list-item-content .list-item-props .list-item-prop, section.top-list .card .list-items-select2 .list-item .list-item-content .list-item-props .list-item-prop { font-size: 13px; font-weight: 400; color: #78909C; } section.top-list .card .list-items .list-item .list-item-content .list-item-props .list-item-prop:not(:last-child)::after section.top-list .card .list-items-select2 .list-item .list-item-content .list-item-props .list-item-prop:not(:last-child)::after, { content: '•'; margin: 0 8px; } section.top-list .card .list-items .list-item.activex, .list-item.activex{ background-color: #8ac0ff; color: #ffffff !important; } section.top-list .card .list-items .list-item.active, section.top-list .card .list-items-select2 .list-item.active { background-color: #3575C1; } section.top-list .card .list-items .list-item.active, section.top-list .card .list-items-select2 .list-item.active { background-color: #3575C1; color: #FFF; } section.top-list .card .list-items .list-item.active .list-item-content .list-item-props .list-item-prop, section.top-list .card .list-items-select2 .list-item.active .list-item-content .list-item-props .list-item-prop { background-color: #3575C1; color: #FFF; } section.top-list .card .list-container2 { display: none } section.top-list .card .list-container { align-self: stretch; flex: 1; display: flex; flex-direction: column;; padding: 12px 18px; border-left: 1px solid #ECEFF1; } section.top-list .card .list-container .list-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; } section.top-list .card .list-container .list-header .list-title { font-size: 20px; font-weight: 700; } section.top-list .card .list-container .list-header a.btn { background-color: #3575C1; color: #FFF; padding: 6px 18px; border-radius: 4px; display: flex; align-items: center; justify-content: center } section.top-list .card .list-container .list-header a.btn i { margin-right: 12px; } section.top-list .card .list-container .list-body { flex: 1; } section.top-list .card .list-container .list-body embed { width: 100%; height: 100%; min-height: 649px; } /* 07. Add / Edit Form */ section.add_edit_profile_form { } section.add_edit_profile_form form { } section.add_edit_profile_form form .form-description { font-size: 16px; font-weight: 400; line-height: 1.4; color: #607D8B; margin-bottom: 24px; } section.add_edit_profile_form form .card { margin-bottom: 18px; border-color: #ECEFF1; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); } section.add_edit_profile_form form .card .card-header { color: #253D9A; background-color: transparent; border-color: #ECEFF1; display: flex; align-items: center; justify-content: flex-start; padding: 12px 18px; } section.add_edit_profile_form form .card .card-header i { margin-right: 12px; } section.add_edit_profile_form form .card .card-header span { font-size: 16px; font-weight: 700; } section.add_edit_profile_form form .card .card-body { padding: 18px; font-size: 14px; font-weight: 400; line-height: 1.5; color: #78909C; } section.add_edit_profile_form form .card .card-body .form-description { color: #78909C; } section.add_edit_profile_form form .card .card-body .form-section-title { color: #253D9A; font-size: 15px; font-weight: 700; margin-bottom: 12px; } section.add_edit_profile_form form .card .card-body .form-check { position: relative; } section.add_edit_profile_form form .card .card-body .form-check .icon { top: 14px; right: 18px; left: inherit; } section.add_edit_profile_form form .card .card-body .form-check.radio { border: 1px solid #ECEFF1; border-radius: 4px; padding: 15px 18px; display: flex; align-items: center; justify-content: flex-start; } section.add_edit_profile_form form .card .card-body .form-check.radio .form-check-input { display: inline-block; margin: 0 18px 0 0; } section.add_edit_profile_form form .card .card-body .col-lg-6, section.add_edit_profile_form form .card .card-body .col-lg-12 { margin-bottom: 6px; } section.add_edit_profile_form form .card .card-body .form-floating { } section.add_edit_profile_form form .card .card-body .form-floating select + label { left: 0px; } section.add_edit_profile_form form .card .card-body .form-floating label, section.add_edit_profile_form form .card .card-body .form-floating select#country + label { left: 46px; color: #607D8B; } section.add_edit_profile_form form .card .card-body .form-floating input, section.add_edit_profile_form form .card .card-body .form-floating select#country { padding-left: 58px; } section.add_edit_profile_form form .card .card-body .form-floating input:not(.is-invalid):not(.is-valid), section.add_edit_profile_form form .card .card-body .form-floating select:not(.is-invalid):not(.is-valid) { border-color: #ECEFF1; } section.add_edit_profile_form form .card .card-body .form-floating i { color: #CFD8DC; position: absolute; top: 16px; left: 18px; } section.add_edit_profile_form form .card .card-body .icon { width: 24px; height: 24px; position: absolute; top: 16px; left: 18px; } section.add_edit_profile_form form .form-floating .country_flag { width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 14px; left: 18px; background-image: var(--image); background-size: 20px 20px; background-repeat: no-repeat; background-position: center center; } section.add_edit_profile_form form .card .card-body .icon.add_profile { background-image: url(../images/icons/icon_add_profile.svg) } section.add_edit_profile_form form .card .card-body .icon.edit_profile { background-image: url(../images/icons/icon_edit_profile.svg) } section.add_edit_profile_form form .card .card-body .icon.university { background-image: url(../images/icons/icon_school.svg) } section.add_edit_profile_form form .card .card-body .icon.academic_degree { background-image: url(../images/icons/icon_academic_degree.svg) } section.add_edit_profile_form form .card .card-body .icon.id_card { background-image: url(../images/icons/icon_card_account_details.svg) } section.add_edit_profile_form form .card .card-body .icon.icon_web_of_science { background-image: url(../images/icons/web_of_science.svg) } section.add_edit_profile_form form .card .card-body .icon.icon_scopus { background-image: url(../images/icons/scopus-color.svg) } section.add_edit_profile_form form .card .card-body .icon.icon_semanticscholar { background-image: url(../images/icons/icon_semantic_scholar.svg) } section.add_edit_profile_form form .card .card-body .icon.icon_cv { background-image: url(../images/icons/icon_cv2.svg); } section.add_edit_profile_form form .card .card-body .icon.google_scholar { background-image: url(../images/icons/icon_google_scholar_form.svg) } section.add_edit_profile_form form .card .card-body .icon.twitter { background-image: url(../images/icons/icon_twitter_form.svg) } section.add_edit_profile_form form .card .card-body .icon.facebook { background-image: url(../images/icons/icon_facebook_form.svg) } section.add_edit_profile_form form .card .card-body .icon.linkedin { background-image: url(../images/icons/icon_linkedin_form.svg) } section.add_edit_profile_form form .card .card-body .icon.office { background-image: url(../images/icons/icon_office_form.svg); color: #ce0000; } .icon.ad_logo_grey { background-image: url(../images/icons/ad_logo_grey2.png); background-repeat: no-repeat; filter: grayscale(100%); } .icon.ad_logo_color { background-image: url(../images/logo.svg); background-repeat: no-repeat; } .icon.web_of_science { background-image: url(../images/icons/web_of_science.svg); background-repeat: no-repeat; } .icon.researchgate { background-image: url(../images/icons/researchgate.svg); background-repeat: no-repeat; } .icon.semantic_scholar { background-image: url(../images/icons/icon_semantic_scholar.svg); background-repeat: no-repeat; } .icon.icon_cv { background-image: url(../images/icons/icon_cv3.svg); background-repeat: no-repeat; } .icon.google_scholar_icon { background-image: url(../images/icons/icon-google-scholar.svg); background-repeat: no-repeat; } .icon.orcid_id { background-image: url(../images/icons/orcid.svg); background-repeat: no-repeat; } .icon.scopus_logo { background-image: url(../images/icons/scopus-color.svg); background-repeat: no-repeat; } section.add_edit_profile_form form .card .card-body .icon.orcid_id { background-image: url(../images/icons/orcid.svg); } section.add_edit_profile_form form .card .card-body .icon.researchgate { background-image: url(../images/icons/researchgate.svg); } section.add_edit_profile_form form .card .card-body .icon.awardsachievements { background-image: url(../images/icons/awards_icon.svg); filter: grayscale(100%); } section.add_edit_profile_form form .card .card-body .icon.booksebooks { background-image: url(../images/icons/icon_card_account_details.svg) } section.add_edit_profile_form form .card .card-body .icon.lecturenotes { background-image: url(../images/icons/icon_card_account_details.svg) } section.add_edit_profile_form form button.send { width: 100%; background-color: #253D9A; color: #FFF; border-radius: 4px; font-size: 15px; font-weight: 700; padding: 14px 18px; } section.add_edit_profile_form form .infos { display: flex; } section.add_edit_profile_form form .infos .info { flex: 1; background-color: #FAFAFA; border: 1px solid #ECEFF1; border-radius: 4px; padding: 13px 18px; font-size: 15px; font-weight: 400; color: #607D8B; display: flex; align-items: center; justify-content: flex-start; } section.add_edit_profile_form form .infos .info:first-child { margin-right: 18px; } section.add_edit_profile_form form .infos .info i { margin-right: 18px; } section.add_edit_profile_form form .infos2 { display: flex; margin-top: 10px; } section.add_edit_profile_form form .infos2 .info { flex: 1; background-color: #a1afee; border: 1px solid #ECEFF1; border-radius: 4px; padding: 13px 18px; font-size: 15px; font-weight: 400; color: #ffffff; display: flex; align-items: center; justify-content: flex-start; } section.add_edit_profile_form form .infos2 .info i { margin-right: 18px; } section.add_edit_profile_form .card .list-group { padding: 8px 0; } section.add_edit_profile_form .card .list-group .list-group-item { padding: 18px; } section.add_edit_profile_form .question { padding: 0; color: #607D8B; font-size: 16px; font-weight: 700; line-height: 1.3; text-align: inherit; display: flex; align-items: flex-start; justify-content: center; box-shadow: none; } section.add_edit_profile_form .question[aria-expanded="true"] { color: #253D9A; } section.add_edit_profile_form .question::before { content: '\e15d'; font-family: 'Material Icons', sans-serif; font-size: 24px; min-width: 36px; min-height: 36px; border-radius: 50%; margin-right: 18px; position: relative; display: flex; align-items: center; justify-content: center; } section.add_edit_profile_form .question[aria-expanded="true"]::before { content: '\e148'; color: #253D9A; } section.add_edit_profile_form .question[aria-expanded="false"]::before { content: '\e15d'; color: #607D8B; background-color: rgba(196, 196, 196, 0.1); } section.add_edit_profile_form .answer { color: #78909C; font-size: 14px; font-weight: 400; line-height: 1.4; background-color: #FAFAFA; padding: 10px; border-radius: 4px; margin-top: 12px; margin-left: 56px; } section.add_edit_profile_form .modal-toggle { width: 100%; padding: 12px 18px; font-size: 16px; font-weight: 700; line-height: 1.2; background-color: #253D9A; text-align: left; display: flex; align-items: center; } section.add_edit_profile_form .modal-toggle::before { content: ''; width: 24px; height: 16px; background-image: url(../images/icons/icon_info.svg); background-repeat: no-repeat; background-position: center center; margin-right: 12px; display: inline-block; } #infoModal { font-size: 14px; font-weight: 400; line-height: 1.6; color: #78909C; } #infoModal p { color: #78909C; } #infoModal a { color: #253D9A; } /* 08. Profile */ section.profile { } section.profile .profile-content h1.page-title, section.university_profile .profile-content h1.page-title { margin: 0 0 36px 0; } section.profile .profile-content, section.university_profile .profile-content { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; } section.profile .profile-content .actions, section.university_profile .profile-content .actions { position: absolute; top: 36px; right: 0; } section.profile .profile-content .actions .btn, section.university_profile .profile-content .actions .btn { width: 152px; } section.profile .profile-content .actions .edit_person { background-color: #78909C; font-size: 16px; font-weight: 700; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; } section.profile .profile-content .actions .edit_person::before { content: ''; width: 24px; height: 24px; background-image: url(../images/icons/icon_edit_person.svg); display: inline-block; margin-right: 12px; } section.profile .profile-content .avatar, section.university_profile .profile-content .logo { width: 160px; height: 160px; border-radius: 50%; margin: 64px 0 36px 0; border: 4px solid #FFF; filter: drop-shadow(0px 24px 100px rgba(37, 61, 154, 0.05)); } /* section.profile .profile-content .fullname, section.university_profile .profile-content .name{font-size:20px; font-weight:900;} */ section.profile .profile-content .fullname, section.university_profile .profile-content .name { font-size: 36px; font-weight: 900; } /* section.profile .profile-content .university_name, section.university_profile .profile-content .other_name{font-size:15px; font-weight:700; color:#253D9A; text-decoration:none; margin:8px 0 14px 0;} */ section.profile .profile-content .university_name, section.university_profile .profile-content .other_name { font-size: 25px; font-weight: 700; color: #253D9A; text-decoration: none; margin: 8px 0 14px 0; } /* section.profile .profile-content .subjects, section.university_profile .profile-content .address{font-size:15px; font-weight:400; color:rgba(0,0,0,0.5); margin-bottom:36px; text-align:center;} */ section.profile .profile-content .subjects, section.university_profile .profile-content .address { font-size: 15px; font-weight: 400; color: rgba(0, 0, 0, 0.5); margin-bottom: 16px; text-align: center; } section.profile .profile-content .links, section.university_profile .profile-content .links { width: calc(100% - 36px); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 auto 24px auto; } section.profile .profile-content .links a, section.university_profile .profile-content .links a { min-width: 42px; min-height: 42px; background-color: #253D9A; background-repeat: no-repeat; background-position: center center; background-size: 24px; color: #FFF; border-radius: 50%; } section.profile .profile-content .links a:not(:last-child), section.university_profile .profile-content .links a:not(:last-child) { margin-right: 16px; } section.profile .profile-content .links .icon_edit, section.university_profile .profile-content .links .icon_edit { background-image: url(../images/icons/icon_edit2.svg); color: #FFFFFF !important; } section.profile .profile-content .links .website, section.university_profile .profile-content .links .website { background-image: url(../images/icons/icon_website.svg); } section.profile .profile-content .links .mail, section.university_profile .profile-content .links .mail { background-image: url(../images/icons/icon_email.svg); } section.profile .profile-content .links .google_scholar, section.university_profile .profile-content .links .google_scholar { background-image: url(../images/icons/icon_google_scholar.svg); } section.profile .profile-content .links .facebook, section.university_profile .profile-content .links .facebook { background-image: url(../images/icons/icon_facebook_white.svg); } section.profile .profile-content .links .twitter, section.university_profile .profile-content .links .twitter { background-image: url(../images/icons/icon_twitter_white.svg); } section.profile .profile-content .links .linkedin, section.university_profile .profile-content .links .linkedin { background-image: url(../images/icons/icon_linkedin_white.svg); } section.profile .profile-content .links .youtube, section.university_profile .profile-content .links .youtube { background-image: url(../images/icons/icon_youtube_white.svg); } section.profile .profile-content .links .university, section.university_profile .profile-content .links .university { background-image: url(../images/icons/icon_university_white.svg); } section.profile .profile-content .links .youtube, section.university_profile .profile-content .links .instagram { background-image: url(../images/icons/icon_instagram_white.svg); } .sm_disabled {opacity: 0.5;} section.profile .id { padding: 15px 18px; margin-bottom: 18px; background-color: #FFF; border-color: #ECEFF1; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); display: flex; align-items: center; justify-content: flex-start; } section.profile .id i { width: 28px; height: 28px; color: #CFD8DC; margin-left: 2px; margin-right: 20px; } section.profile .id .data { width: 100%; display: flex; font-size: 15px; } section.profile .id .data span:first-child { color: #607D8B; font-weight: 700; } section.profile .id .data span:last-child { color: rgba(84, 110, 122, 0.5); font-weight: 400; margin-left: auto; } section.profile table.table { margin: 0 0 24px 0; } section.profile table.table thead tr th a, section.profile table.table thead tr th button { width: 100%; display: flex; align-items: center; justify-content: center; } section.profile table.table thead tr th button i:first-child { margin-left: auto; } section.profile table.table thead tr th button i:last-child { margin-left: auto; margin-right: -18px !important } section.profile table.table thead tr th a.print { margin: 8px auto; } section.profile table.table thead tr th a.print i { margin-right: 12px; } section.profile table.table thead tr th a.edit_person span { margin: auto; } section.profile table.table thead tr th { border: 1px solid #90A4AE; color: #FFF; font-size: 15px; font-weight: 700; line-height: 1.4; padding: 8px 18px; vertical-align: middle; text-align: center; } section.profile table.table thead tr th.bg-transparent { background-color: transparent; border-color: transparent; border-bottom-color: #CFD8DC; } section.profile table.table thead tr th.bg-color-1 { background-color: #78909C; } section.profile table.table thead tr th.bg-color-2 { background-color: #607D8B; } section.profile table.table tbody { border-top: 1px solid #90A4AE; } section.profile table.table tbody tr td { border: 1px solid #ECEFF1; color: #607D8B; font-size: 16px; font-weight: 400; vertical-align: middle; box-shadow: none; } section.profile table.table tbody tr td img.medal-1 { width: 32px; height: 32px; } section.profile table.table tbody tr td img.medal-2 { width: 24px; height: 24px; } section.profile table.table tbody tr td img.medal-3 { width: 16px; height: 16px; } /*section.profile table.table tbody tr:nth-child(odd) td{background-color:#FAFAFA;} section.profile table.table tbody tr td:nth-child(-n+1){height:40px; background:#ECEFF1; border-color:#CFD8DC; font-size:15px; font-weight:700; color:#607D8B; padding:8px 18px;} section.profile table.table tbody tr td:nth-child(n+2){text-align:center;} */ section.profile table.table tbody tr:not([class]):nth-child(odd) td { background-color: #FAFAFA; } section.profile table.table tbody tr:not([class]) td:nth-child(-n+1) { height: 40px; /*background: #ECEFF1; - ESKİSİ border-color: #CFD8DC; color: #607D8B;*/ background: #F0811B; border-color: #CFD8DC; font-size: 15px; font-weight: 700; color: #FFFFFF; padding: 8px 18px; } section.profile table.table tbody tr td:nth-child(n+2) { text-align: center; } .td-bg-color-1{ background: #F0811B !important; color: #FFFFFF !important; } .td-bg-color-1-1{ background: #f0903c !important; color: #FFFFFF !important; } .td-bg-color-2{ background: #2DB2B2 !important; color: #FFFFFF !important; } .td-bg-color-2-1{ background: #31c4c4 !important; color: #FFFFFF !important; } .td-bg-color-3{ background: #8D4AB6 !important; color: #FFFFFF !important; } .td-bg-color-3-1{ background: #a656d7 !important; color: #FFFFFF !important; } section.profile table.table tbody tr[class] td:nth-child(-n+1) { height: 40px; border-color: #CFD8DC; font-size: 15px; font-weight: 700; color: #607D8B; padding: 8px 18px; } section.profile table.table tbody tr[class] td:nth-child(-n+1) { } /* section.profile table.table tbody tr:not([style]):nth-child(odd) td{background-color:#FAFAFA;} section.profile table.table tbody tr:not([style]) td:nth-child(-n+1){height:40px; background:#ECEFF1; border-color:#CFD8DC; font-size:15px; font-weight:700; color:#607D8B; padding:8px 18px;} section.profile table.table tbody tr td:nth-child(n+2){text-align:center;} section.profile table.table tbody tr[style] td:nth-child(-n+1){height:40px; border-color:#CFD8DC; font-size:15px; font-weight:700; color:#607D8B; padding:8px 18px;} section.profile table.table tbody tr[style] td:nth-child(-n+1){} */ section.profile .description { font-size: 16px; font-weight: 400; line-height: 1.5; color: #607D8B; } /* 09. University Profile */ section.university_profile { } section.university_profile .profile-content .logo { border-radius: 8px; } section.university_profile .university_details { } section.university_profile .university_details .list-group { margin: 8px 0; } section.university_profile .university_details .list-group .list-group-item { padding: 14px 18px; display: flex; align-items: center; justify-content: flex-start; border: none; } section.university_profile .university_details .list-group .list-group-item:not(:last-child)::after { content: ''; width: calc(100% - 72px); height: 1px; background-color: #ECEFF1; position: absolute; bottom: 0; right: 0; } section.university_profile .university_details .list-group .list-group-item .icon { color: #CFD8DC; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; margin-right: 18px; } section.university_profile .university_details .list-group .list-group-item .icon i { } section.university_profile .university_details .list-group .list-group-item .data { color: #78909C; font-size: 15px; } section.university_profile .university_details .list-group .list-group-item .data .key { font-weight: 700; margin-bottom: 6px; } section.university_profile .university_details .list-group .list-group-item .data .value { font-weight: 400; } section.university_profile .university_stats { } section.university_profile .university_stats .list-group { margin: 8px 0; } section.university_profile .university_stats .list-group .list-group-item { padding: 12px 18px; border-color: #ECEFF1; font-size: 15px; color: #78909C; } section.university_profile .university_stats .list-group .list-group-item .key { font-weight: 700; margin-bottom: 6px; } section.university_profile .university_stats .list-group .list-group-item .value { font-weight: 400; } section.university_profile .word_rank { } section.university_profile .word_rank .card-header span:last-child { margin-left: auto; min-width: 90px !important; } section.university_profile .word_rank .list-group { } section.university_profile .word_rank .list-group .list-group-item { padding: 18px; display: flex; align-items: center; justify-content: flex-start; } section.university_profile .word_rank .list-group .list-group-item .avatar { font-size: 24px; font-weight: 700; color: #FFF; } section.university_profile .word_rank .list-group .list-group-item .avatar img { object-fit: cover; } section.university_profile .word_rank .list-group .list-group-item .content { text-align: justify; } section.university_profile .word_rank .list-group .list-group-item .content a.full_name { font-size: 15px; font-weight: 700; color: #607D8B; text-decoration: none; } section.university_profile .word_rank .list-group .list-group-item .content .subjects { margin: 8px 0 12px 0; } section.university_profile .word_rank .list-group .list-group-item .content .subjects a.subject:not(:last-child)::after { content: '/'; margin: 0 4px 0 8px; } section.university_profile .word_rank .list-group .list-group-item .content .subjects a.subject { font-size: 14px; font-weight: 400; color: #78909C; text-decoration: none; } section.university_profile .word_rank .list-group .list-group-item .content .link { font-size: 15px; font-weight: 400; color: #607D8B; line-height: 1.2; margin-right: 60px; } section.university_profile .word_rank .list-group .list-group-item .content .link a { color: #145CAB; text-decoration: none; } /*section.university_profile .word_rank .list-group .list-group-item .order{font-size:36px; font-weight:700; color:rgba(96,125,139,0.1); position:absolute; top:50%; margin-top:-18px; right:18px;}*/ /*section.university_profile .word_rank .list-group .list-group-item .order{font-size:32px; font-weight:700; color:rgba(0,0,0,0.5);}*/ section.university_profile .word_rank .list-group .list-group-item .order { font-size: 21px; font-weight: 700; color: rgba(0, 0, 0, 0.5); } section.university_profile .table_1 { margin-bottom: 24px; } section.university_profile .table_1 table.table { margin-bottom: 0; } section.university_profile .table_1 thead { } section.university_profile .table_1 thead tr { } section.university_profile .table_1 thead tr th { font-size: 14px; background-color: #253D9A; color: #FFF; border: 1px solid #90A4AE; vertical-align: middle; text-align: center; padding: 19px 18px; } .university_background_color_1 { background-color: #295dcf !important; } .university_background_color_2 { background-color: #4674fb !important; } .university_background_color_3 { background-color: #5C8CFB !important; } section.university_profile .table_1 tbody { border: 1px solid #ECEFF1; } section.university_profile .table_1 tbody tr { font-size: 15px; font-weight: 400; color: #607D8B; } section.university_profile .table_1 tbody tr td { padding: 12px 18px; } section.university_profile .table_1 tbody tr:nth-child(odd) td { background-color: #FAFAFA; } section.university_profile .table_1 tbody tr:nth-child(even) td { background-color: #FFF; } section.university_profile .table_1 tbody tr td:nth-child(n+2) { text-align: center; } section.university_profile .table_2 { margin-bottom: 24px; } section.university_profile .table_2 table.table { margin-bottom: 0; } section.university_profile .table_2 thead { } section.university_profile .table_2 thead tr { } section.university_profile .table_2 thead tr th { max-width: 10px; height: 252px; font-size: 16px; font-weight: 700; background-color: #1b2e76; color: #FFF; border: 1px solid #90A4AE; text-align: center; } section.university_profile .table_2 thead tr:nth-child(1) th:first-child { background-color: #253D9A; text-align: right; padding: 12px 18px; } section.university_profile .table_2 tbody { border: 1px solid #ECEFF1; } section.university_profile .table_2 tbody tr { font-size: 15px; font-weight: 400; color: #607D8B; } section.university_profile .table_2 tbody tr td { min-width: 36px; border: 1px solid #ECEFF1; padding: 12px 0px; } section.university_profile .table_2 tbody tr:nth-child(odd) td { background-color: #FAFAFA; } section.university_profile .table_2 tbody tr:nth-child(even) td { background-color: #FFF; } section.university_profile .table_2 tbody tr td:nth-child(n+2) { text-align: center; } section.university_profile .table_2 tbody tr td:nth-child(-n+1) { text-align: right; padding: 12px 18px; } section.university_profile .dropdown button { width: 100% !important; display: flex; align-items: center; justify-content: center; padding: 6px 0px !important; } section.university_profile .share .btn i:last-child{ margin-left: auto !important; } section.university_profile .share .btn i:last-child{ margin-left: auto !important; margin-right: -0px !important; } /* 10. Pagination */ section.pagination { } section.pagination nav { } section.pagination nav ul.pagination { } section.pagination nav ul.pagination li.page-item { } section.pagination nav ul.pagination li.page-item:not(:last-child) a.page-link { margin-right: 12px } section.pagination nav ul.pagination li.page-item a.page-link, section.pagination nav ul.pagination li.page-item a.page-link.disabled { padding: 4px 12px; border-radius: 100px; min-width: 36px; min-height: 36px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: bold; color: #607D8B; } section.pagination nav ul.pagination li.page-item a.page-link.active { background-color: #253D9A; color: #FFF; } /* ==[ Footer ]== */ /*footer#footer{margin-top:auto; padding:36px 0; background:rgb(239,242,245); background:-moz-linear-gradient(180deg, rgba(239,242,245,1) 0%, rgba(255,255,255,1) 100%); background:-webkit-linear-gradient(180deg, rgba(239,242,245,1) 0%, rgba(255,255,255,1) 100%); background:linear-gradient(180deg, rgba(239,242,245,1) 0%, rgba(255,255,255,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFF2F5", endColorstr="#FFFFFF", GradientType=1);}*/ /*footer#footer{margin-top:auto; padding:36px 0; background:rgb(239,242,245); background:-moz-linear-gradient(180deg, rgba(239,242,245,1) 0%, rgba(255,255,255,1) 100%); background:-webkit-linear-gradient(180deg, rgba(239,242,245,1) 0%, rgba(255,255,255,1) 100%); background:linear-gradient(180deg, rgba(239,242,245,1) 0%, rgba(255,255,255,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFF2F5", endColorstr="#FFFFFF", GradientType=1);}*/ footer#footer { margin-top: auto; padding: 0px 0; background: rgb(239, 242, 245); background: -moz-linear-gradient(180deg, rgba(239, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); background: -webkit-linear-gradient(180deg, rgba(239, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(180deg, rgba(239, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFF2F5", endColorstr="#FFFFFF", GradientType=1); } footer#footer .top, footer#footer .bottom { display: flex; align-items: center; justify-content: space-between; } footer#footer .top .navbar-brand { color: #253D9A; font-size: 24px; font-weight: 700; } footer#footer .top .navbar-brand span { width: 36px; height: 36px; background-color: #253D9A; color: #FFF; border-radius: 4px; margin-right: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; transition: all 300ms; } footer#footer .top .nav { } footer#footer .top .nav .nav-item { } footer#footer .top .nav .nav-item .nav-link { color: #607D8B; font-size: 16px; font-weight: 700; padding: 0 18px; } footer#footer .top .nav .nav-item:last-child .nav-link { padding-right: 0; } footer#footer .top .nav .nav-item .nav-link:hover { color: #253D9A; } /*footer#footer .bottom{border-top:1px solid #ECEFF1; margin-top:18px; padding-top:18px;}*/ footer#footer .bottom { margin-top: 0px; padding: 10px 10px 10px 0; } @media screen and (min-width: 0) and (max-width: 575px) { footer#footer .bottom { margin-top: 0px; padding: 0px 10px 0px 0; } } /* */ /*footer#footer .bottom .nav{margin-top:-13px;}*/ footer#footer .bottom .nav .nav-item { } footer#footer .bottom .nav .nav-item .nav-link { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0; border-radius: 4px; background-repeat: no-repeat; background-position: center center; transition: all 300ms; } footer#footer .bottom .nav .nav-item .nav-link.facebook { background-image: url(../images/icons/icon_facebook.svg); } footer#footer .bottom .nav .nav-item .nav-link.instagram { background-image: url(../images/icons/icon_instagram.svg); } footer#footer .bottom .nav .nav-item .nav-link.twitter { background-image: url(../images/icons/icon_twitter.svg); } footer#footer .bottom .nav .nav-item .nav-link.twitter_x { background-image: url(../images/icons/icon_twitter_x.svg); } footer#footer .bottom .nav .nav-item .nav-link.linkedin { background-image: url(../images/icons/icon_linkedin_footer.svg); } footer#footer .bottom .nav .nav-item:not(:last-child) .nav-link { margin-right: 12px; } footer#footer .bottom .nav .nav-item .nav-link:hover { background-color: #ECEFF1; } footer#footer .bottom .copyright-text { color: #607D8B; font-size: 15px; font-weight: 300; } /* ==[ Overwrites ]== */ .card { margin-top: 6px; margin-bottom: 24px; border-color: #ECEFF1; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); } .card .card-header { color: #253D9A; background-color: transparent; border-color: #ECEFF1; display: flex; align-items: center; justify-content: flex-start; padding: 12px 18px } .card .card-header span { font-size: 16px; font-weight: 700; } .card .card-header i { margin-right: 12px; } .card .card-body { padding: 18px; font-size: 14px; font-weight: 400; line-height: 1.5; color: #78909C; } /* Compare Start */ /* 08. Profile */ section.compares { } section.compares .compare-content-text h1.page-title { margin: 0 0 36px 0; } section.compares .compare-content-text { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; } section.compares .compare-content-text .avatar, section.compares .compare-content-text .logo { width: 160px; height: 160px; border-radius: 50%; margin: 64px 0 36px 0; border: 4px solid #FFF; filter: drop-shadow(0px 24px 100px rgba(37, 61, 154, 0.05)); } section.compares .word_rank { } section.compares .word_rank .card-header span:last-child { margin-left: auto; min-width: 90px !important; } section.compares .word_rank .avatar { font-size: 24px; font-weight: 700; color: #FFF; } section.compares .word_rank .avatar img { object-fit: cover; } section.compares .word_rank .content { text-align: justify; } section.compares .word_rank .content a.full_name { font-size: 15px; font-weight: 700; color: #607D8B; text-decoration: none; } section.compares .word_rank .content .subjects { margin: 8px 0 12px 0; } section.compares .word_rank .content .subjects a.subject:not(:last-child)::after { content: '/'; margin: 0 4px 0 8px; } section.compares .word_rank .content .subjects a.subject { font-size: 14px; font-weight: 400; color: #78909C; text-decoration: none; } section.compares .word_rank .content .link { font-size: 15px; font-weight: 400; color: #607D8B; line-height: 1.2; margin-right: 60px; } section.compares .word_rank .content .link a { color: #145CAB; text-decoration: none; } section.compares .word_rank .order { font-size: 21px; font-weight: 700; color: rgba(0, 0, 0, 0.5); } section.compares .compare-content-text .university_name, section.compares .compare-content-text .other_name { font-size: 25px; font-weight: 700; color: #253D9A; text-decoration: none; margin: 8px 0 14px 0; } section.compares .compare-content-text .subjects, section.compares .compare-content-text .address { font-size: 15px; font-weight: 400; color: rgba(0, 0, 0, 0.5); margin-bottom: 16px; text-align: center; } section.compares .compare-links { display: flex; align-items: center; justify-content: center; position: relative; } section.compares .compare-links .links { width: calc(100% - 36px); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0 auto; } section.compares .compare-links .links a { min-width: 42px; min-height: 42px; background-color: #253D9A; background-repeat: no-repeat; background-position: center center; background-size: 24px; color: #FFF; border-radius: 50%; } section.compares .compare-links .links a:not(:last-child) { margin-right: 16px; } section.compares .compare-links .links .website { background-image: url(../images/icons/icon_website.svg); } section.compares .compare-links .links .mail { background-image: url(../images/icons/icon_email.svg); } section.compares .compare-links .links .google_scholar { background-image: url(../images/icons/icon_google_scholar.svg); } section.compares .compare-links .links .facebook { background-image: url(../images/icons/icon_facebook_white.svg); } section.compares .compare-links .links .twitter { background-image: url(../images/icons/icon_twitter_white.svg); } section.compares .compare-links .links .linkedin { background-image: url(../images/icons/icon_linkedin_white.svg); } section.compares .compare-links .links .youtube { background-image: url(../images/icons/icon_youtube_white.svg); } section.compares .compare-links .links .university { background-image: url(../images/icons/icon_university_white.svg); } section.compares .id { padding: 15px 18px; margin-bottom: 18px; background-color: #FFF; border-color: #ECEFF1; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); display: flex; align-items: center; justify-content: flex-start; } section.compares .id i { width: 28px; height: 28px; color: #CFD8DC; margin-left: 2px; margin-right: 20px; } section.compares .id .data { width: 100%; display: flex; font-size: 15px; } section.compares .id .data span:first-child { color: #607D8B; font-weight: 700; } section.compares .id .data span:last-child { color: rgba(84, 110, 122, 0.5); font-weight: 400; margin-left: auto; } section.compares table.table { margin: 0 0 24px 0; } section.compares table.table thead tr th a, section.compares table.table thead tr th button { width: 100%; display: flex; align-items: center; justify-content: center; } section.compares table.table thead tr th button i:first-child { margin-left: 2px; } section.compares table.table thead tr th button i:last-child { margin-left: auto; margin-right: -18px !important } section.compares table.table thead tr th a.print { margin: 8px auto; } section.compares table.table thead tr th a.print i { margin-right: 12px; } section.compares table.table thead tr th a.edit_person span { margin: auto; } section.compares table.table thead tr th { border: 1px solid #90A4AE; color: #FFF; font-size: 15px; font-weight: 700; line-height: 1.4; padding: 8px 10px; vertical-align: middle; text-align: center; } section.compares table.table thead tr th.bg-transparent { background-color: transparent; border-color: transparent; border-bottom-color: #CFD8DC; } section.compares table.table thead tr th.bg-color-1 { background-color: #78909C; } section.compares table.table thead tr th.bg-color-2 { background-color: #607D8B; } section.compares table.table thead tr th.no-border { border: 0 !important; background: #a1b5c2 !important; } section.compares table.table tbody { border-top: 1px solid #90A4AE; } section.compares table.table tbody tr td { border: 1px solid #D0D0D0; color: #607D8B; font-size: 16px; font-weight: 400; vertical-align: middle; box-shadow: none; } section.compares table.table tbody tr td img.medal-1 { width: 32px; height: 32px; } section.compares table.table tbody tr td img.medal-2 { width: 24px; height: 24px; } section.compares table.table tbody tr td img.medal-3 { width: 16px; height: 16px; } section.compares table.table tbody tr:not([class]):nth-child(odd) td { background-color: #FAFAFA; } section.compares table.table tbody tr:not([class]) td.center_column { height: 40px; background: #ECEFF1; border-color: #CFD8DC; font-size: 15px; font-weight: 700; color: #607D8B; padding: 8px 18px; text-align: center; } section.compares table.table tbody tr td:nth-child(-n+1) { text-align: center; } section.compares table.table tbody tr[class] td:nth-child(n+2) { height: 40px; border-color: #CFD8DC; font-size: 15px; color: #607D8B; padding: 8px 18px; } section.compares table.table tbody tr[class] td:nth-child(n+2) { } section.compares .description { font-size: 16px; font-weight: 400; line-height: 1.5; color: #607D8B; } section.compares form .form-floating input { height: 48px; padding: 0 16px 0 3px; font-size: 18px; font-weight: 400; border-color: #ECEFF1; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); transition: all 300ms; } section.compares form .form-floating input + label { max-width: calc(100% - 64px); font-size: 15px; font-weight: 400; color: #607D8B; top: 0px; left: 6px; transition: all 300ms; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } section.compares form .form-floating input:focus + label { font-size: 13px; font-weight: 700; color: #607D8B; opacity: 1; top: 2px !important; } section.compares form .form-floating .form-floating-button { width: 64px; height: 48px; background-color: #607D8B; border: none; position: absolute; top: 0; right: 0; z-index: 1; border-radius: 0 4px 4px 0; transition: all 300ms; } section.compares form .form-floating .form-floating-button:hover { background-color: #78909C; } section.compares form .form-floating .form-floating-button i { color: #FFF; } section.compares form .form-floating i { width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 12px; left: 18px; color: #CFD8DC; } section.compares form .form-floating::after { content: ''; width: 19px; height: 24px; background-color: #FFF; position: absolute; bottom: 1px; right: 1px; } section.compares table > :not(:first-child) { border-top: 0 !important; } div.compares_dropdown form { } div.compares_dropdown form .form-floating { background-color: #FFF; } div.compares_dropdown form .form-floating input, div.compares_dropdown form .country.dropdown .dropdown-toggle { height: 48px; /*padding: 0 82px 0 18px;*/ padding: 0 82px 0 5px; font-size: 18px; font-weight: 400; border-color: #ECEFF1; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); transition: all 300ms; } div.compares_dropdown form .form-floating input + label, div.compares_dropdown form .country.dropdown .dropdown-toggle { max-width: calc(100% - 64px); font-size: 15px; font-weight: 400; color: #607D8B; top: 0px; left: 6px; transition: all 300ms; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } div.compares_dropdown form .form-floating input:focus + label, div.compares_dropdown form .country.dropdown .dropdown-toggle { font-size: 13px; font-weight: 700; color: #607D8B; opacity: 1; top: 2px !important; } div.compares_dropdown form .form-floating .form-floating-button { width: 64px; height: 48px; background-color: #607D8B; border: none; position: absolute; top: 0; right: 0; z-index: 1; border-radius: 0 4px 4px 0; transition: all 300ms; } div.compares_dropdown form .form-floating .form-floating-button:hover { background-color: #78909C; } div.compares_dropdown form .form-floating .form-floating-button i { color: #FFF; } div.compares_dropdown form .form-floating select + label { font-size: 13px; font-weight: 700; color: #607D8B; top: 0; left: 46px; opacity: 1; } div.compares_dropdown form .form-floating select { height: 48px; padding: 16px 12px 0px 18px; font-size: 14px; font-weight: 400; color: #60546E; border-color: #ECEFF1; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); text-indent: 40px; background: url(../images/icons/icon_down.svg) center right 12px no-repeat; } div.compares_dropdown form .form-floating i { width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 12px; left: 18px; color: #CFD8DC; } div.compares_dropdown form .form-floating::after { content: ''; width: 19px; height: 24px; background-color: #FFF; position: absolute; bottom: 1px; right: 1px; } div.compares_dropdown form .country.dropdown .dropdown-toggle { min-width: 100%; background-color: #FFF; display: flex; align-items: center; justify-content: flex-start; text-align: left; margin-bottom: 16px; } div.compares_dropdown form .country.dropdown .dropdown-toggle::after { position: absolute; right: 18px; border-width: 5px; } div.compares_dropdown form .country.dropdown .dropdown-toggle .country_flag { width: 28px; height: 28px; border-radius: 50%; position: absolute; top: 9px; left: 15px; background-image: var(--image); background-size: 20px 20px; background-repeat: no-repeat; background-position: center center; } div.compares_dropdown form .country.dropdown .dropdown-menu { width: 100%; } div.compares_dropdown form .country.dropdown .dropdown-toggle div { /*padding-left: 5px; text-indent: 15px;*/ } div.compares_dropdown form .country.dropdown .dropdown-toggle div span:last-child { min-width: 100%; font-size: 14px; font-weight: 400; color: #60546E; display: block; } div.compares_dropdown form .country.dropdown .dropdown-menu { min-width: 220px; border: none; box-shadow: 0px 18px 64px rgba(0, 0, 0, 0.12); border-radius: 4px; } div.compares_dropdown form .country.dropdown .dropdown-menu li { text-align: left !important; } div.compares_dropdown form .country.dropdown .dropdown-menu li .dropdown-item { padding: 8px 18px; color: #60546E; font-size: 15px; font-weight: 500; } div.compares_dropdown form .country.dropdown .dropdown-menu li .dropdown-item:active { color: #FFF; } div.compares_dropdown form .country.dropdown .dropdown-menu li .dropdown-item img { width: 20px; height: 20px; margin-right: 18px; } div.compares_dropdown form .country.dropdown .dropdown-menu li .dropdown-item { width: 100%; display: block; align-items: center; justify-content: center; } /* Compare End */ /* Compare New Start */ section.compares div.bg-color-1 { background-color: #78909C; } section.compares div.bg-transparent { background-color: transparent; border-color: transparent; border-bottom-color: #CFD8DC; } section.compares div.bg-color-2 { background-color: #607D8B; } #university_infomation_title { height: 60px !important; } .university_information_title_text { color: #FFF; font-size: 15px; font-weight: 700; line-height: 1.4; } .university_information_title_world_rank { color: #FFF; font-size: 15px; font-weight: 700; line-height: 1.4; text-align: right !important; } @media screen and (min-width: 0) and (max-width: 575px) { .university_information_title_world_rank { text-align: center !important; } .text-align-center-only-mobile{ text-align: center !important; } } .according_world_title_text { color: #FFF; font-size: 15px; font-weight: 700; line-height: 1.4; } /* Compare New End */ /* ==[ Media Queries ]== */ @media (min-width: 992px) { .container { max-width: 1170px; } } @media screen and (max-width: 1200px) and (min-width: 0) { header nav#submenu .navbar-nav .nav-item .nav-link { padding: 8px 10px; } header nav#submenu .navbar-nav .nav-item .nav-link i { margin-right: 12px; } } @media screen and (max-width: 991px) and (min-width: 0) { header nav#menu .navbar-nav { margin: 18px 0; } header nav#menu .navbar-nav .nav-item .nav-link { padding: 12px 0; } header nav#menu form .btn { width: 100%; padding: 8px 18px; margin: 0 0 18px 0; } header nav#submenu { padding: 0; } header nav#submenu .navbar-nav { margin: 18px 0 !important; } header nav#submenu .navbar-nav .nav-item .nav-link { padding: 8px 18px; justify-content: flex-start; border-radius: 4px; } header nav#submenu .navbar-nav .nav-item .nav-link::after { display: none; } header nav#submenu .navbar-nav .nav-item .nav-link.active { background-color: #253D9A; } header nav#submenu .navbar-nav .nav-item .nav-link.active i, header nav#submenu .navbar-nav .nav-item .nav-link.active span { color: #FFF; } section.filters form .col { min-width: 300px; } section.filters .form-filter { flex-direction: column; align-items: flex-start } section.filters .form-filter .form-check { margin-bottom: 18px; } section.top-list .card { height: inherit; } section.top-list .card .list-items { display: none } section.top-list .card .list-items-select2 { display: block; width: 100%; } section.top-list .card .list-container { display: none; } section.top-list .card .list-container2 { display: block; } section.top-list .card .list-container2 { align-self: stretch; flex: 1; display: flex; flex-direction: column;; padding: 12px 18px; border-left: 1px solid #ECEFF1; } section.top-list .card .list-container2 .list-header { align-items: center; justify-content: space-between; margin-bottom: 12px; } section.top-list .card .list-container2 .list-header .list-title { font-size: 20px; font-weight: 700; width: 100% !important; text-align: center; } section.top-list .card .list-container2 .list-header a.btn { background-color: #3575C1; color: #FFF; padding: 6px 18px; border-radius: 4px; display: flex; align-items: center; justify-content: center } section.top-list .card .list-container2 .list-header a.btn i { margin-right: 12px; } section.top-list .card .list-container2 .list-body { flex: 1; } section.top-list .card .list-container2 .list-body embed { width: 100%; height: 100%; min-height: 649px; } footer#footer .top, footer#footer .bottom { flex-direction: column; } footer#footer .top .navbar-brand, footer#footer .bottom .nav { margin: 10px 0; } footer#footer .bottom .copyright-text { text-align: center; font-size: 13px; } section.filters .form-filter .results-text { color: #607D8B; font-size: 13px; font-weight: 400; /*margin-bottom: 18px !important;*/ } section.profile .id { padding: 2px 18px; margin-bottom: 8px; background-color: #FFF; border-color: #ECEFF1; border-radius: 4px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04); display: flex; align-items: center; justify-content: flex-start; } section.profile table.table thead tr th { padding: 8px 5px } } @media screen and (max-width: 767px) and (min-width: 0) { section.breadcrumb .breadcrumb-container { flex-direction: column; align-items: flex-start; text-align: center; } section.breadcrumb .breadcrumb-container .breadcrumb-content, section.breadcrumb .breadcrumb-container .dropdown { margin: auto; } section.profile .profile-content .actions, section.university_profile .profile-content .actions { width: 100%; position: inherit; top: inherit; margin: 0 0 18px 0; right: 0; order: 1; } section.profile .profile-content .actions .btn, section.university_profile .profile-content .actions .btn { min-width: 100%; } section.profile .profile-content .actions .share, section.university_profile .profile-content .actions .share { width: 100%; margin: auto; } section.profile .profile-content .actions .share .btn, section.university_profile .profile-content .actions .share .btn { width: 100%; justify-content: space-between; } /*section.university_profile .word_rank .list-group .list-group-item{flex-direction:column;;} section.university_profile .word_rank .list-group .list-group-item .content{max-width:100%;} section.university_profile .word_rank .list-group .list-group-item .content .link{margin-right:inherit;} section.university_profile .word_rank .list-group .list-group-item .order{top:18px; margin-top:inherit; right:18px;} */ section.profile .profile-content .actions .share .btn, section.university_profile .profile-content .actions .share .btn { width: 100%; justify-content: space-between; } section.university_profile .word_rank .list-group .list-group-item .content { max-width: 100%; } section.university_profile .word_rank .list-group .list-group-item .content .link { margin-right: inherit; } section.university_profile .word_rank .list-group .list-group-item .order { top: 17px; margin-top: inherit; right: 18px; font-size: 14px !important; } section.top-list .card .list-container2 .list-header a.btn i { margin-right: 0px !important; } section.top-list .card .list-container2 { align-self: stretch; flex-direction: column; padding: 12px 18px; border-left: 1px solid #ECEFF1; } section.top-list .card .list-container2 { align-self: stretch; flex: 0; display: flex; flex-direction: column;; padding: 12px 18px; border-left: 1px solid #ECEFF1; } } @media screen and (max-width: 575px) and (min-width: 0) { section.page-info .page-details img.page-logo { margin-right: 0 !important; } section.page-info .page-details a.page-logo { margin: 0 18px 0px auto; } section.page-info .page-details .page-detail .badges, section.page-info .page-details .page-detail .page-title, section.page-info .page-details .page-detail .page-description { text-align: center; } /* section.page-info .page-details{flex-direction:column;} */ section.breadcrumb .breadcrumb-container { flex-direction: row; text-align: inherit; } section.breadcrumb .breadcrumb-container .breadcrumb-content nav { display: none; } section.breadcrumb .breadcrumb-container .breadcrumb-content { margin-left: inherit; margin-right: auto; } section.breadcrumb .breadcrumb-container .dropdown { margin: inherit; margin-left: auto; } section.university_profile .table_1 thead tr th { font-size: 14px; background-color: #253D9A; color: #FFF; border: 1px solid #90A4AE; vertical-align: middle; text-align: center; padding: 19px 5px; } section.university_profile .table_2 tbody tr td:nth-child(-n+1) { text-align: right; padding: 12px 8px; } } @media screen and (max-width: 480px) and (min-width: 0) { .share { width: 100%; margin: auto; } .share .btn { width: 100%; justify-content: space-between; } .share .dropdown-menu { width: 100%; } section.filters .section-header .share .btn { width: 140px; margin: 0 0 0 auto !important; } section.breadcrumb .breadcrumb-container { flex-direction: column; justify-content: center } section.breadcrumb .breadcrumb-container .breadcrumb-content, section.profile .profile-content .links a, section.university_profile .profile-content .links a { margin: 8px !important; } section.add_edit_profile_form form .infos { flex-direction: column; } section.add_edit_profile_form form .infos .info:first-child { margin-bottom: 18px; margin-right: inherit; } footer#footer .top .nav { width: 100%; display: block; text-align: center; } footer#footer .top .nav .nav-item .nav-link { width: 100%; padding: 12px 18px; background-color: #607D8B; color: #FFF; border-radius: 4px; } footer#footer .top .nav .nav-item:last-child .nav-link { padding-right: inherit; } footer#footer .top .nav .nav-item:not(:last-child) .nav-link { margin-bottom: 12px } } @media screen and (max-width: 375px) and (min-width: 0) { header nav#news .title { width: 64px; height: 32px; font-size: 12px; padding-left: 0px; } header nav#menu .navbar-brand { font-size: 18px; } } /* KENAN */ .footer-title-1 a { margin: 0 20px; } .footer-title-1, .footer-title-3 { display: flex; align-items: center; justify-content: center; } .about-text { font-size: 14px; font-weight: 700; color: #60546E; display: block; line-height: 20px; } .form-floating > .form-control:focus { padding: 10px 0 5px 18px; } .footer_menu { list-style: none !important; padding-left: 0px !important; margin-bottom: 0px !important; } .footer_menu li:before { background-image: url("../../images/right_triangle_icon_blue.svg"); content: ''; display: inline-block; height: 18px; width: 18px; top: 3px; position: relative; } .footer_menu li{ padding: 0px 0; } .footer_menu li a{ color : #000000; text-decoration: none !important; font-size:15px; word-spacing : 0px; text-align:left; } @media (max-width: 767px) { footer#footer .bottom .nav .nav-item { width: 100%; } } /*.form-floating-2>label { padding: 0px 0 0px 52px; }*/ .form-floating-2 > label { max-width: calc(100% - 64px); font-size: 15px; font-weight: 400; color: #607D8B; padding-left: 52px; transition: all 300ms; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .form-floating-2 > .form-control:focus label { font-size: 13px; font-weight: 700; color: #607D8B; opacity: 1; top: 2px !important; } .form-floating-2 > .form-control:focus, .form-floating-2 > .form-control:not(:placeholder-shown) { padding-top: 15px; padding-left: 46px; } .navbar-container { display: flex; align-items: center; flex-direction: row-reverse; } .bg-name-area p { display: flex !important; } .print-nameColumn { display: flex; align-items: flex-start; justify-content: start; flex-direction: row-reverse; } .print-nameColumn a i { display: flex; align-items: center; margin-right: 10px; } .medal-column { display: flex; } /* # KENAN */ /* #TAHA */ footer#footer .top .navbar-brand span { margin-right: 0px !important; } .text-autocomplete-label { font-size: 13px; font-weight: 700; font-family: Roboto; color: #607d8b; padding: 10px 0 5px 60px !important; } .text-autocomplete-label2 { font-size: 14px; font-weight: 400; color: #60546e; margin-top: 10px; } .min-width-75 { min-width: 75px !important; } .width-30 { width: 30px !important; } .width-75 { width: 75px !important; } .max-width-75 { max-width: 75px !important; } .min-width-percent-90 { min-width: 90% !important; } .width-percent-90 { width: 90% !important; } .max-width-percent-90 { max-width: 90% !important; } .full-width { width: 100% !important; } .form-floating .dropdown-menu { width: 100% !important; } p { text-indent: 2em !important; } .text-indent-2em { text-indent: 2em !important; } .text-indent-0 { text-indent: 0 !important; } .text-indent-0>p{ text-indent: 0px !important; } .text-indent-0 > p{ text-indent: 0px !important; } .pt-10 { padding-top: 10px !important; } .pt-15 { padding-top: 15px !important; } .pt-20 { padding-top: 20px !important; } .pt-25 { padding-top: 25px !important; } .mt-10 { margin-top: 10px !important; } .mt-15 { margin-top: 15px !important; } .mt-20 { margin-top: 20px !important; } .mt-25 { margin-top: 25px !important; } .mb-0 { margin-bottom: 10px !important; } .mb-10 { margin-bottom: 10px !important; } @media screen and (max-width: 575px) and (min-width: 0) { .mt-mobile-zero { margin-top: 0px !important; } .mt-mobile-5{ margin-top: 5px !important; } .mb-mobile-zero { margin-bottom: 0px !important; } .mb-mobile-5{ margin-bottom: 5px !important; } .padding-mobile-0{ padding: 0 !important; } .pl-mobile-0{ padding-left: 0 !important; } .pl-mobile-5{ padding-left: 5px !important; } .pl-mobile-10{ padding-left: 10px !important; } .pr-mobile-0{ padding-right: 0 !important; } } .bg-color-6 { background-color: #D3E9FF !important; } .bg-color-7 { background-color: #E6F3FF !important; } .bg-color-8 { background-color: #ECEFF1 !important; } .bg-color-9 { background-color: #FAFAFA !important; } .bg-color-10 { background-color: #a1b5c2 !important; } .bg-color-11 { background-color: #d7fafb !important; } .bg-color-white { background-color: #FFFFFF !important; } .color-black { color: #000000 !important; } .color-red { color: #ce0000 !important; } .margin-left-0 { margin-left: 0px; } .margin-left-5 { margin-left: 5px; } .margin-left-10 { margin-left: 10px; } .margin-left-15 { margin-left: 15px; } .margin-left-17 { margin-left: 17px; } .margin-left-20 { margin-left: 20px; } .margin-left-25 { margin-left: 25px; } .font-size-13 { font-size: 13px !important; } .font-size-11 { font-size: 11px !important; } .font-size-10 { font-size: 10px !important; } .font-size-9 { font-size: 9px !important; } .most_popular .link { font-size: 15px; font-weight: 400; color: #607D8B; line-height: 1.2; } .most_popular .link a { color: #145CAB; text-decoration: none; } .border-1{ border: 1px solid #D0D0D0; } .border-right-1{ border-right: 1px solid #D0D0D0; } .border-left-1{ border-left: 1px solid #D0D0D0; } .style-1{ color: #607D8B; font-size: 16px; font-weight: 400; vertical-align: middle; box-shadow: none; } .style-2 { height: 40px; background: #ECEFF1; border-color: #CFD8DC; font-size: 15px; font-weight: 700; color: #607D8B; padding: 8px 18px; text-align: center; } .style-3{ background: #ECEFF1; border-color: #CFD8DC; font-size: 15px; font-weight: 700; color: #5e7d8a; padding: 8px 18px; text-align: center; } .style-4{ height: 40px; background: #ECEFF1; border-color: #CFD8DC; font-size: 15px; font-weight: 700; color: #607D8B; padding: 8px 18px; text-align: center; display : flex; align-items : center; } .style-4>span{ background: #ECEFF1; color: #607D8B; width: 100% !important; text-align: center; } .style-5{ height: 40px; width: 100%; } .style-5>div{ display : flex; justify-content: center; align-items : center; } .style-6{ height: 40px; width: 100%; } .style-6>div{ display : flex; justify-content: center; align-items : center; } .style-7{ height: 40px; } .style-7>div{ display : flex; justify-content: center; align-items : center; } .material-icons{ opacity:0; } .advertising_area::beforea{ content: ''; width: 24px; height: 16px; background-image: url(../images/icons/icon_info.svg); background-repeat: no-repeat; background-position: center center; margin-right: 12px; display: inline-block; } .advertising_area{ width: 100%; padding: 140px 0px; font-size: 16px; font-weight: 700; line-height: 1.2; background-color: #94a3ad; text-align: center; display: flex; align-items: center; } .width-all-38{ min-width:38px !important; width:38px !important;; max-width:38px !important;; } #compare-with-another-university > p { text-indent: 0 !important; line-height: 17px !important; } .nav-item-width-fix{ min-width: 110px !important; } .nav-item-width-fix2{ min-width: 65px !important; } .productivity-border-1 { border: 1px #2DB2B2 solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .productivity-border-2 { border: 1px #2DB2B2 solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .index-page-border-1 { border: 1px #F0811B solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .index-page-border-2 { border: 1px #F0811B solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .citation-page-border-1 { border: 1px #8D4AB6 solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .citation-page-border-2 { border: 1px #8D4AB6 solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .subject-rankings-page-border-1 { border: 1px #ffb682 solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .subject-rankings-page-border-2 { border: 1px #ffb682 solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .country-rankings-page-border-1 { border: 1px #145CAB solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .country-rankings-page-border-2 { border: 1px #E9963C solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .university-rankings-page-border-1 { border: 1px #145CAB solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .university-rankings-page-border-2{ border: 1px #145CAB solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .institutional-subject-ranking-page-border-1 { border: 1px #145CAB solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .institutional-subject-ranking-page-border-2{ border: 1px #145CAB solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .compare-rankings-page-border-1 { border: 1px #145CAB solid; padding: 10px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .compare-rankings-page-border-2{ border: 1px #145CAB solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .top-100-institutions-border-1 { border: 1px #0e7436 solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .top-100-institutions-border-2{ border: 1px #0e7436 solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .top-100-scientist-border-1 { border: 1px #3b7afb solid; padding: 10px; padding-bottom: 0px; margin-bottom: 10px; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .top-100-scientist-border-2 { border: 1px #3b7afb solid !important; box-shadow : 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } section.filters form .form-floating input .select2-hidden-accessible { border: 1px #145CAB solid !important; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04) !important; } .bg-citiation{background: #8D4AB6 !important;} .bg-citiation2{background-color: #d7fafb !important;} .bg-productivity{background: #2DB2B2 !important;} .bg-index{background: #F0811B !important;} .bg-university_ranking{background: #148fe2 !important;} .bg-premium{background: #c18919 !important;} .bg-top-100-scientist{background: #3b7afb !important;} .bg-top-100-institutions{background: #0e7436 !important;} .bg-subject-rankings{background: #ffb682 !important;} .university-page-box-border{ border: 1px #2a3c94 solid; } .university-page-row-background-color-1{ background: #ebf2fd !important; } .university-page-row-text-1{ font-size: 15px !important; } .university-page-row-background-color-2{ background: #1b2e76 !important; color : #ffffff !important; } .university-page-row-background-color-2 a{ color : #ffffff !important; } .university-page-row-text-2{ font-size: 15px !important; } .section_header_top_bottom_border { border-bottom: 1px #2a3c94 solid !important; border-top: 1px #2a3c94 solid !important; } /*** SCIENTIST v2 section.add_edit_profile_form form .card .card-body .icon.add_profile { */ .opacity_025{ opacity: 0.25 !important; } .opacity_050{ opacity: 0.50 !important; } .opacity_075{ opacity: 0.75 !important; } .opacity_1{ opacity: 1 !important; } .not_data_found{ display: flex; align-items: center; justify-content: center; } .not_data_found_text{ font-size: 17px !important; } .preview{ cursor: pointer; } .scientist_toolbar{ height: 30px; display: flex; align-items: center; justify-content: center; } .scientist_show_icon{ width: 24px !important; height: 24px !important; background-image: url(../images/icons/scientist_show_icon.svg) !important; } .scientist_hide_icon{ width: 24px !important; height: 24px !important; margin-left: 10px; background-image: url(../images/icons/scientist_hide_icon.svg) !important; } .scientist_edit_icon{ width: 24px !important; height: 24px !important; margin-left: 10px; background-image: url(../images/icons/scientist_edit_icon.svg) !important; } div#scientist_data_table .table>:not(:first-child){ border-top: 2px #253D9A solid !important; } .card .card-header { display: inline-flex; align-items: center; justify-content: start; height: 48px !important; } .card .card-header i.icon.section_icon { width: 24px !important; height: 24px !important; } div#scientist_data_table .data_table_1 thead tr th { font-size: 14px; color: #253D9A !important; vertical-align: middle; text-align: left; padding: 10px 10px 10px 5px; } section#promotional_information .icon.section_icon { background-image: url(../images/icons/promotional_information.svg) !important; } section#education_information .icon.section_icon { background-image: url(../images/icons/education_information.svg) !important; } section#job_experiences .icon.section_icon { background-image: url(../images/icons/job_experiences.svg) !important; } section#congresses .icon.section_icon { background-image: url(../images/icons/congress.svg?a=1) !important; } section#articles .icon.section_icon { background-image: url(../images/icons/articles.svg?a=1) !important; } section#published_books .icon.section_icon { background-image: url(../images/icons/published_books.svg?a=1) !important; } section#book_chapters .icon.section_icon { background-image: url(../images/icons/book_chapters.svg?a=1) !important; } section#presentations .icon.section_icon { background-image: url(../images/icons/presentations.svg?a=1) !important; } section#lessons .icon.section_icon { background-image: url(../images/icons/lessons.svg?a=1) !important; } section#projects .icon.section_icon { background-image: url(../images/icons/projects.svg?a=1) !important; } section#editorship .icon.section_icon { background-image: url(../images/icons/editorship.svg?a=1) !important; } section#patents .icon.section_icon { background-image: url(../images/icons/patents.svg?a=1) !important; } section#academic_awards .icon.section_icon { background-image: url(../images/icons/academic_awards.svg?a=1) !important; } section#artistic_activities .icon.section_icon { background-image: url(../images/icons/artistic_.svg?a=1) !important; } section#certificate_course .icon.section_icon { background-image: url(../images/icons/certificate.svg) !important; } section#civil_society .icon.section_icon { background-image: url(../images/icons/civil_society.svg?a=1) !important; } /** * Clearable text inputs ---- https://stackoverflow.com/questions/6258521/clear-icon-inside-input-text */ /*.clearable{ position: relative; display: inline-block; } .clearable input[type=text]{ padding-right: 24px; width: 100%; box-sizing: border-box; } .clearable input::-ms-clear { /* Remove IE default X --/ display: none; } */ .clearable__clear { display: none; position: absolute !important; top: 15px!important; padding: 0 8px; font-style: normal; font-size: 1.2em; user-select: none; cursor: pointer; right: 75px!important; left: initial!important; color: #585858 !important; }