﻿
.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;
}

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

.skin-purple .main-header .logo {
    background: #861c66 !important;
}

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

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

.skin-purple .main-header nav.navbar {
    background: #ad2484 !important;
}


.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-pure-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(/dist/img/gedik-uni.svg);
    height: 161px;
    width: 100%;
    background-size: cover;
}

.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 15px;
    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;
}

.logoBox {
    object-fit: scale-down;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    padding: 10px;
    max-height: 90px;
    margin-top: 10px;
}

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

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

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

.mt-4 {
    margin-top: 4rem;
}
.image-list{
    display: inline-block;
    float: left;
    padding: 7px;
}
.image-list img{
    vertical-align: baseline;
    height: 48px;
    width: auto;
}

.swal2-modal{
    font-size: 15px !important;
}

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