﻿/*
    GeBis Custom CSS
*/

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

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

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

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

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

.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;
}*/

.btn-primary.btn-outline {
    color: #B71176 !important;
    border-color: #B71176 !important;
    background: none !important;
    transition: all .2s ease;
}
.btn-primary.btn-outline:hover {
    color: white !important;
    border-color: #B71176 !important;
    background-color: #B71176 !important;
}

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

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

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

.logo-lg span i {
    content: "";
    background: url(/svg/gedik-logo-white.svg);
    position: absolute;
    width: 104px;
    height: 32px;
    left: -80px;
    background-size: cover;
    top: -3px;
    transition: transform .2s;
}

.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/gedikportal-logo.svg);
    height: 110px;
    width: 80%;
    background-size: cover;
    margin-bottom: 10px;
    margin: 0 auto;
}

.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-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: 8px !important;
}

.info-box-custom .info-box-text span {
    height: 51px;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.info-box-custom .info-box-text small {
    position: absolute;
    bottom: 20px;
    font-size: 12px;
}

.classroom-table thead th {
    background-color: #ececec !important;
}

.gcse-search {
    width: 15% !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;
}

.reportLabels {
    min-height: 72px;
}

.reportLabels .label {
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;
    cursor: pointer;
}

.catalog-table-wrapper {
    border: 1px solid #666;
    border-radius: 15px;
    overflow: hidden;
}

.catalog-table-wrapper .table {
    margin-bottom: 0;
    border: 0;
}

.catalog-table-wrapper .table td {
    border: 1px solid #666;
}

.catalog-table-wrapper .table tr td:first-child {
    border-left: 0;
}

.catalog-table-wrapper .table tr td:last-child {
    border-right: 0;
}

.catalog-table-wrapper .table tr:first-child td {
    border-top: 0;
}

.catalog-table-wrapper .table tr:last-child td {
    border-bottom: 0;
}

.box-catalog {
    max-width: 1024px;
}

.box-catalog h5 {
    font-weight: bold;
}

.weldingPositions,
.weldingPositions2 {
    list-style: none;
}

.weldingPositions2 {
    padding-left: 0;
}

.weldingPositions li,
.weldingPositions2 li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}

.weldingPositions2 li {
    opacity: 1;
    cursor: default;
    border: none;
    padding: 0;
}

.weldingPositions li:hover {
    opacity: 0.7;
}

.weldingPositions li.checked {
    opacity: 1;
}

.weldingPositions li>i,
.weldingPositions2 li>i {
    background-image: url(/svg/geka-kaynak-pozisyonlar.svg);
    width: 50px;
    height: 50px;
    background-size: 860px;
    background-position: -55px -38px;
    display: inline-block;
    margin: 5px;
}

.WelPos li i.item_PB {
    background-position: -115px -38px;
}

.WelPos li i.item_PF {
    background-position: -175px -38px;
}

.WelPos li i.item_PC {
    background-position: -235px -38px;
}

.WelPos li i.item_PE {
    background-position: -295px -38px;
}

.WelPos li i.item_PD {
    background-position: -355px -38px;
}

.WelPos li i.item_PG {
    background-position: -415px -38px;
}

.WelPos li i.item_S1 {
    background-position: -523px -38px;
}

.WelPos li i.item_S2 {
    background-position: -587px -38px;
}

.WelPos li i.item_S3 {
    background-position: -646px -38px;
}

.WelPos li i.item_A {
    background-size: 581px;
    background-position: -23px -115px;
}

.WelPos li i.item_B {
    background-size: 581px;
    background-position: -81px -115px;
}

.WelPos li i.item_C {
    background-size: 581px;
    background-position: -137px -115px;
}

.WelPos li i.item_D {
    background-size: 581px;
    background-position: -195px -115px;
}

.WelPos li i.item_F {
    background-size: 581px;
    background-position: -248px -115px;

}

.WelPos li i.item_E {
    background-size: 595px;
    background-position: -310px -119px;
}

.WelPos li i.item_F2 {
    background-size: 641px;
    background-position: -391px -123px;
}

.WelPos li i.item_G {
    background-size: 581px;
    background-position: -401px -115px;
}

.WelPos li i.item_H {
    background-size: 581px;
    background-position: -458px -114px;
}

.WelPos li i.item_J {
    background-size: 581px;
    background-position: -517px -115px;
}

.WelPos li i.item_K {
    background-size: 581px;
    background-position: -32px -205px;
}

.WelPos li i.item_L {
    background-size: 581px;
    background-position: -97px -205px;
}

.WelPos li i.item_M {
    background-size: 579px;
    background-position: -157px -205px;
}

.WelPos li i.item_N {
    background-size: 581px;
    background-position: -220px -206px;
}

.WelPos li i.item_O {
    background-size: 581px;
    background-position: -273px -205px;
}

.WelPos li i.item_P {
    background-size: 581px;
    background-position: -334px -205px;
}

.WelPos li i.item_R {
    background-size: 581px;
    background-position: -410px -205px;
}

.WelPos li i.item_S {
    background-size: 581px;
    background-position: -486px -206px;
}

.input-loading {
    overflow: hidden;
}

.input-loading .input-group-btn {
    z-index: 100;
    background: #fff;
}

.input-loading:before {
    display: block;
    position: absolute;
    content: "";
    width: auto;
    height: 4px;
    background-color: #ad2484;
    animation: inputLoader 2s linear infinite;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
}

@keyframes inputLoader {
    from {
        left: 0;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    to {
        left: 100%;
    }
}

.fieldRow {
    margin-bottom: 10px;
}

.panel-primary .panel-title a.collapsed {
    color: #f1f1f1 !important;
}

.panel-primary .panel-title a:active,
.panel-primary .panel-title a:hover,
.panel-primary .panel-title a:focus {
    color: #fff !important;
}

.box-product-code .input-group {
    margin-bottom: 2px;
}

.box-product-code .box-title {
    text-align: center;
    width: 100%;
}

.box-product-code .input-group-label {
    min-width: 130px;
    background-color: #f2f2f2;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-3 {
    margin-top: 30px;
}

.panel-collapse .panel-title a {
    position: relative;
    padding-left: 10px;
}

.panel-collapse .panel-title a.collapsed:before {
    transform: rotate(-45deg);
    top: 5px;
}

.panel-collapse .panel-title a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    left: -7px;
    top: 3px;
    transition: all 0.3s ease-in-out;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

.attributeArea .box-header .btn {
    position: absolute;
    top: 5px;
    right: 6px;
    display: none;
    transition: all 0.3s ease-in-out;
}

.attributeArea .box-header:hover .btn {
    display: block;
}

.fieldListRow .input-group .input-group-btn {
    transition: all 0.3s ease-in-out;
    display: none;
    position: absolute;
    right: -75px;
    top: 0;
    width: auto;
    z-index: 4
}

.fieldListRow .fieldRow:hover .input-group-btn {
    display: block;
}

.fieldListRow .fieldRow .input-group {
    width: 100%;
}

.box-header .box-title,
p {
    word-break: break-all;
}

.box-tools-inline {
    display: inline-block;
}

.newsRow .thumbnail {
    display: block;
    transition: transform .3s ease;
}
.newsRow .thumbnail:hover {
    transform: scale(1.02);
}
.newsRow .thumbnail .img-holder {
    width: 100%;
    height: 180px;
    display: block;
    text-align: center;
}
.newsRow .thumbnail .img-holder img {
    max-width: 100%;
    max-height: 100%;
    height: 206px;
}

.newsRow .thumbnail .caption h4{
    height: 45px;
    max-height: 45px;
    overflow: hidden;
    line-height: 23px;
}
.newsRow .caption p{
    max-height: 120px;
    min-height: 120px;
}

.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;;
}
.font-normal{
    font-weight: normal !important;
}
.swal2-modal{
    font-size: 15px !important;
}
.btn[disabled] {
    background-color: #a0a0a0 !important;
    border-color: #757575 !important;
    opacity: 0.3 !important;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

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

.sensitive-information, .sensitive-information * { cursor: pointer !important }
.sensitive-information.form-group *:not(label) { display: none }
.sensitive-information::after {
    content: "(Hassas Veri)";
    display: block;
    box-sizing: border-box;
    padding: 6px;
    border: 1px dashed #d2d6de;
    color: #aaa;
    place-items: center;
}
.sensitive-information:hover::after { content: "Görmek için tıklayınız..." }
.sensitive-information:not(.form-group) { position: relative }
td.sensitive-information::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: white;
    display: grid;
}

#customer-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 1;
    left: 15px;
    right: 15px;
    background-color: white;
    display: none;
}
#customer-list li {
    list-style-type: none;
    padding: 6px;
    border-block: 1px solid #eee;
    cursor: pointer;
}
#customer-list li:hover { background: #ddd }

[data-widget="collapse"] { cursor: pointer }

#productForm .form-group label.error, #categoryForm .form-group label.error{
    position: absolute;
}

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

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

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

.home-shortcuts{
    display: flex;
    flex-wrap: wrap;
}

.home-shortcuts .btn-app{
    flex: 1;
    min-width: 130px;
    background-color: transparent !important;
    color: #333;
    border: 1px solid #333;
    transition: ease all;
    padding-top: 11px;
}


.home-shortcuts .btn-app:hover{
    color:#ad2484;
    border:1px solid #ad2484;
    transition: ease all;
}

.approve-buttons .dropdown-menu li a{
    color: #252525 !important;
}

.newsRow .thumbnail a img {
    aspect-ratio: 4 / 3;
    object-fit: scale-down;
    width: 100%;
    height: auto;
}

