﻿/*
    GeBis Custom CSS
*/

.skin-purple .main-header .navbar {
    background: linear-gradient(135deg, #881f5f, #5a1646) !important;
}

.skin-purple .main-header .logo {
    background: linear-gradient(135deg, #881f5f, #5a1646) !important;
}

.skin-purple .main-header .logo:hover {
    background: #73225b;
}

.skin-purple .main-header .navbar .sidebar-toggle:hover {
    background: #9c2278;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #ad2484;
    border-color: #9c2278;
}

.input-password .glyphicon{
    cursor: pointer;
    pointer-events: auto;
}

/*.btn-primary {
    background-color: #ad2484;
    border-color: #9c2278;
}
.btn-primary:hover{
    background-color: #9c2278;
    border-color: #9c2278;
}*/

.box.box-primary {
    border-top-color: #9c2278;
}

.logo-mini img {
    width: 40px;
    opacity: 0.9;
}

.logo-lg span {
    position: relative;
    margin-left: 28px;
}

.logo-lg span i {
    content: "";
    background: url(/svg/gedik-uni-logo_white.svg);
    position: absolute;
    width: 40px;
    height: 40px;
    left: -45px;
    background-size: cover;
    top: -9px;
}

.box-profile-image-area {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100px;
    border: 2px solid #ccc;
    height: 100px;
    position: relative;
}

.box-profile-image-area:hover .box-profile-image-update {
    display: block;
}

.box-profile-image-area .profile-user-img {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
}

.box-profile-image-area .box-profile-image-update {
    display: none;
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    bottom: -1px;
    height: 50%;
    width: 100%;
    cursor: pointer;
}

.box-profile-image-area .box-profile-image-update i.fa {
    color: #fff;
    margin: 15px auto 0 auto;
    width: 17px;
    display: block;
}

.croppie-container .cr-boundary {
    min-height: 300px;
}

.main-header .sidebar-toggle {
    font-family: "Font Awesome 5 Free" !important;
    line-height: unset;
}

.skin-purple .main-header li.user-header {
    background-color: #ad2484;
}

.pageLoaderOverlay {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999998;
    opacity: 0.8;
    display: block;
    top: 0;
    left: 0;
}

#pageLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    margin-left: -52px;
}

.form-group .form-control.error {
    border-color: red;
}

.form-group label.error {
    font-size: 12px;
    font-weight: 400;
    color: red;
    padding-left: 13px;
    display: inline;
}

.form-group .input-group-btn {
    vertical-align: top;
}

.float-right {
    float: right !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
    padding: 6px 12px !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px !important;
}

.login-page, .register-page {
    background: #ebebeb;
}

.login-logo {
    background: url(/svg/gedik-uni-logo.svg);
    height: 161px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-box-body {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    border-radius: 10px;
}

.sinif-1 {
    background-color: #A37C38 !important;
    border-color: #A37C38 !important;
}

.sinif-2 {
    background-color: #572E3D !important;
    border-color: #572E3D !important;
}

.sinif-3 {
    background-color: #9DB567 !important;
    border-color: #9DB567 !important;
}

.sinif-4 {
    background-color: #597290 !important;
    border-color: #597290 !important;
}

.popover-planlama {
    min-width: 150px;
}

.popover-planlama span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.info-box-custom {}

.info-box-custom .info-box-icon i {
    opacity: 0.8;
    transition: transform .2s;
}

.info-box-custom:hover .info-box-icon i {
    transform: scale(1.2);
    opacity: 1;
}

.info-box-custom .info-box-text {
    font-size: 18px !important;
    text-overflow: unset !important;
    white-space: normal !important;
    padding: 6px !important;
}

.info-box-custom .info-box-text span {
    height: 65px;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 2vh;
}

.info-box-custom .info-box-text small {
    position: absolute;
    bottom: 20px;
    font-size: 1.6vh;
}
.classroom-table thead th{
    background-color: #ececec !important;
}
.classroom-table tbody td{
    height: 70px;
}
.classroom-table tbody td span{
    display: block;
    height: 100%;
    width: 100%;
    padding: 21px 0;
    background: #ecdfe9 !important;
    text-align: center;
    font-size: 21px;
}
.classRoomTableTitle{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.sidebar-menu li{
    border-bottom: 1px solid #414648;
}
.sidebar-menu li a {
    padding: 5px 5px 5px 5px;
    font-size: 13px;
}
.sidebar-menu>li i {
    width: 20px;
}
@media screen and (max-width: 1024px) {
    .responsive-box-table{
        overflow-x: auto;
    }
    .responsive-box-table .btn-group .dropdown-toggle{
        display: none;
    }
    .responsive-box-table .btn-group > .btn{
        border-radius: 3px !important;
    }
}
.login-box .form-control-feedback{
    top: 0 !important;
}
.test{
    margin: 0;
    padding: 0;
    height: 0;
}

blink {
    animation: blinker 1.2s linear infinite;
    color: orange;
}
@keyframes blinker {
    50% { opacity: 0; }
}
.blink-one {
    animation: blinker-one 1s linear infinite;
}
@keyframes blinker-one {
    0% { opacity: 0; }
}
.blink-two {
    animation: blinker-two 1.4s linear infinite;
}
@keyframes blinker-two {
    100% { opacity: 0; }
}

#tezaccordion .box-header .box-title{
    font-size: 14px;
}
.rightDropdownButton{
    right: -10px;
    left: auto;
}
.skin-purple .select2 .select2-selection--multiple .select2-selection__choice {
    background-color: #ad2484;
    border: 1px solid #861c66
}
.skin-purple .select2 .select2-selection--multiple .select2-selection__choice__remove{
    color:#fff;
}
.skin-purple .select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#ccc;
}

.external-event .progress{
    margin-bottom: 0px;
}

.btn-primary {
    background-color: #B71176 !important;;
    border-color: #B71176 !important;;
}

.btn-primary:hover,
.btn-primary[disabled]:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background-color: #8f1c57 !important;
    border-color: #8f1c57 !important;;
}

.disabledContent {
    pointer-events: none;
    opacity: 0.4;
}
.btn-topnav{
    position: relative;
    top: 8px;
}

.register-box-body #kvkk-error{
    position: absolute;
    bottom: 1px;
    left: 18px;
}

.register-box{
    margin-top: 7vh;
}


#loginForm .g-recaptcha > div{
    width: 100% !important;
    text-align: center;
}

.hiddenRecaptcha{
    display: none;
}

.mt-1{
    margin-top: 1rem;
}

.form-control-danger { background: none; color: white; border-color: rgba(255,255,255,0.2) }
.form-control-danger::placeholder { color: white; opacity: 0.6 }
.form-control-danger:focus { border-color: rgba(255,255,255,0.5); border-radius: 6px; }

#faculty-approvals .faculty-button {
    word-break: keep-all;
    white-space: unset;
}

.filterTableRow .form-control{
    font-size: 12px;
}

.filterTableRow::before {
    display: none;
}
.filterTableRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    padding: 0 20px;
}
.filterTableRow .col-md-2 {
    width: 100% !important;
    padding: 0 !important;
}
.home-shortcuts{
    display: flex;
    flex-wrap: wrap;
}

.home-shortcuts .btn-app{
    flex: 1;
    max-width: 200px;
    min-width: 130px;
}
.box-event-image-area {
    border-radius: 10%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 100px;
    border: 2px solid #ccc;
    height: 100px;
    position: relative;
}

.box-event-image-area:hover .box-profile-image-update {
    display: block;
}

.box-event-image-area .profile-user-img {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
}

.box-event-image-area .box-profile-image-update {
    display: none;
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    bottom: -1px;
    height: 50%;
    width: 100%;
    cursor: pointer;
}

.box-event-image-area .box-profile-image-update i.fa {
    color: #fff;
    margin: 15px auto 0 auto;
    width: 17px;
    display: block;
}


.croppie-container .cr-boundary {
    min-height: 300px;
}

.btn-edevlet{
    background-color: #fff;
}

.custom-alert {
    background-color: rgba(255, 193, 7, 0.3);
    border: 1px solid rgba(255, 193, 7, 0.6);
    border-radius: 0.375rem;
    padding: 1rem;
}
.custom-alert ul{
    margin-left: -15px;
}

.logo-lg span {
    font-weight: bold !important;
}
