.language-image img {
    height: 16px;
    width: 16px;
}

.table td {
    vertical-align: middle;
}

*:focus,
*:active {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-custom .app-search {
    height: 38px;
    padding: 35px;
}

.active-link-system-logs {
    position: absolute;
    right: 10%;
    font-size: 48px;
    top: 50%;
}

.ck-editor__editable {
    min-height: 250px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 131px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/pre-load/Preloader_8.gif) center 35% no-repeat #efefef;
}

.sub-menu-bg-overlay {
    position: absolute;
    top: 131px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    z-index: 999;
}

.online-visitors-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: auto;
    z-index: 9;
}

.font-36 {
    font-size: 36px;
    margin: 5px;
}

.font-32 {
    font-size: 32px;
    margin: 5px;
}

.font-24 {
    font-size: 24px;
    margin: 5px;
}

.font-18 {
    font-size: 18px;
    margin: 5px;
}

.font-16 {
    font-size: 16px;
    margin: 5px;
}

.font-15 {
    font-size: 15px;
    margin: 5px;
}

.w-50 {
    width: 50px !important;
}

.w-100 {
    width: 100px !important;
}

.min-w-550 {
    min-width: 550px;
}

.min-w-600 {
    min-width: 600px;
}

.min-w-650 {
    min-width: 650px;
}

.min-w-700 {
    min-width: 700px;
}

.min-w-750 {
    min-width: 750px;
}

.min-w-800 {
    min-width: 800px;
}

.min-w-850 {
    min-width: 850px;
}

.min-w-900 {
    min-width: 900px;
}

.min-w-950 {
    min-width: 950px;
}

.min-w-1000 {
    min-width: 1000px;
}

.min-w-1100 {
    min-width: 1100px;
}

.min-w-1150 {
    min-width: 1150px;
}

.min-w-1200 {
    min-width: 1200px;
}

.min-w-1250 {
    min-width: 1250px;
}

.min-w-1300 {
    min-width: 1300px;
}

.min-w-1400 {
    min-width: 1400px;
}

.min-w-1500 {
    min-width: 1500px;
}

.bg-filter {
    background: #efefef;
}

.card-img-bg {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 200px;
    border: 5px solid #e4e4e4;
    margin: 10px;
}

.img-padding-bg {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 180px;
    padding: 3px;
    border: 5px solid #e4e4e4;
    margin: 5px;
}

.multiple-img-overlay {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.multiple-img-button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 70px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.multiple-img-button a {
    color: white;
}

.multiple-img-container:hover .multiple-img-overlay {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.multiple-img-container:hover .multiple-img-button {
    opacity: 1;
}

list-img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}


@media (max-width:992px) {
    .se-pre-con {
        top: 0px;
    }

    .footer {
        z-index: 9;
    }

    .navbar-custom-light {
        background-color: #494f5d;
    }
}

@media (max-width:768px) {
    .mm-1 {
        margin-top: 1rem;
    }
}

@media (max-width:515px) {
    .hidden-max-500 {
        display: none !important;
    }
}


.card {
    border: 2px solid #e4e4e4;
}

.p-10 {
    padding: 10px;
}

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

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.card-img-p-b {
    padding: 10px;
    background: #efefef;
}

.card-img:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(73, 79, 93, 0.7);
    box-shadow: 0px 0px 15px 0px rgba(73, 79, 93, 0.7);
    /* cursor: pointer; */
}

.dash-icon {
    font-size: 42px;
}

.dash-icon-fa {
    font-size: 36px !important;
    margin-top: 15px;
}

.text-orange {
    color: #f47e22 !important;
}

.br-0 {
    border: 0px !important;
}

.table .thead-light th {
    color: #494f5d;
    background-color: #fff;
    border-color: #dee2e6;
}

.image_outer_container {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 5%;
    position: relative;
    width: 300px;
}

.image_inner_container {
    border-radius: 5%;
    padding: 5px;
    background: #833ab4;
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
}

.image_inner_container img {
    height: 210px;
    width: 290px;
    border-radius: 5%;
    /* border: 5px solid white; */
    padding: 5px;
    background: white;
    object-fit: cover;
}

.image_outer_container_square_200 {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.image_inner_container_square_200 {
    padding: 5px;
    background: #833ab4;
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
}

.image_inner_container_square_200 img {
    height: 440px;
    width: 600px;
    /* border: 5px solid white; */
    padding: 5px;
    background: white;
    object-fit: cover;
}

#chart-container {
    font-family: Arial;
    height: auto;
    /* border: 1px dashed #aaa; */
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

.orgchart {
    background-image: none !important;
    width: 100%;
    height: auto;
    padding: 0px !important
}

.orgchart .node {
    padding: 15px !important;
    /* border: 2px dashed transparent; */
    width: auto !important;
    min-width: 180px !important;
}

.orgchart .node:hover {
    background-color: #fff !important;
    /* transition: .5s; */
    cursor: pointer !important;
    /* z-index: 20; */
}

.orgchart .node.focused {
    background-color: #fff !important;
}

.orgchart .node .title {
    padding: 2px;
    height: 23px !important;
    line-height: 22px !important;
    background: #00acc1 !important;
}

.orgchart .node .content {
    border: 1px solid #00acc1 !important;

}

.orgchart .lines .rightLine {
    border-right: 1px solid #bbb !important;
}

.orgchart .lines .leftLine {
    border-left: 1px solid #bbb !important;
}

.orgchart .lines .topLine {
    border-top: 2px solid #bbb !important;
}

.orgchart .lines .downLine {
    background-color: #bbb !important;
}

.image_outer_container_chart {
    margin: 0 auto;
}

.image_inner_container_chart {
    border-radius: 50%;
    background: #fff;
    border: 5px solid #fff;
}

.image_inner_container_chart img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #00acc1;
    object-fit: cover;
    padding: 5px;
}

.fade.in {
    opacity: 1;
}

ul.sort-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #efefef;
}

ul.sort-menu li {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

ul.sort-menu li a {
    display: inline-block;
    color: #494f5d;
    /* color: #f47e22; */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: 100%;
    border-bottom: 3px solid #e4e4e4;
}

ul.sort-menu li a:hover {
    border-bottom: 3px solid #f47e22;
    color: #494f5d;
}

ul.sort-menu li a.active {
    border-bottom: 3px solid #00acc1;
}

@media screen and (max-width: 880px) {
    ul.sort-menu li {
        float: none;
    }
}

@media screen and (min-width: 880px) {
    ul.sort-menu .list-5 {
        width: 20%;
    }
}

.most-read-table td,
.most-read-table th {
    padding: 0.5rem !important;
    /* font-size: 13px; */
}

.most-read-news {
    padding: 10px;
    background: #f47e22;
    color: #fff;
    font-weight: bold;
}

.most-read-announcements {
    padding: 10px;
    background: #1ba54a;
    color: #fff;
    font-weight: bold;
}

.most-read-activities {
    padding: 10px;
    background: #00acc1;
    color: #fff;
    font-weight: bold;
}

.fc-content {
    padding: 5px;
}

.fc-event {
    cursor: pointer;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #494f5d;
    font-weight: bold;

}

.table-list-img {
    object-fit: cover;
    padding: 2px;
    background: #833ab4;
    background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to bottom, #f7b84b, #f1556c, #494f5d);
}

.card-list-title {
    min-height: 90px;
}

.card-list-info-section {
    background: #f5f5f5;
}

.card-list-info-section a {
    /* color: #494f5d; */
}

table td a {
    color: #00acc1;
}

table td a:hover {
    color: #006875;
}

table th a {
    color: #494f5d;
}

table th a:hover {
    color: #00acc1;
}

/* forum doğrulama işleminde renkler */
.was-validated .form-control:invalid:focus {
    border-color: #f4798c;
}

.was-validated .form-control:valid {
    border-color: #64bd63;
}

.was-validated .form-control:invalid {
    border-color: #f4798c;
}

.invalid-feedback {
    color: #f4798c;
}

/* forum doğrulama işleminde renkler son */

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* hr başvurular */

.list-count {
    margin-right: 15px !important;
}

.app-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.simple-bar-height {
    height: 210px !important;
    overflow-y: visible;
}

/* ik arama ve sayfalama */

.search-btn-container {
    position: relative;
    background: #fff;
    /* border: 2px solid #e4e4e4; */
    color: #fff;
    z-index: 3;
    padding: 15px;
    bottom: 0px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: -32px;
}

.lds-ellipsis div {
    position: absolute;
    top: 15px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f47d27;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

#hr-search-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(../images/pre-load/Preloader_8.gif) center 25% no-repeat rgba(255, 255, 255, 0.7);
}

.btn-group.special {
    display: flex;
}

.special .btn {
    flex: 1
}

/* ik arama ve sayfalama son */

/* ik detay başlangıç */

.hr-detail-title {
    font-weight: bold;
    border-bottom: 2px solid #f47e22;
    color: #4a505e;
}

.hr-table-title {
    width: 20%;
    font-size: 13px;
    font-weight: bold;
    color: #4a505e;
    background: #efefef;
}

.hr-table-desc {
    width: 30%;
}

.hr-vertical-title {
    font-size: 13px;
    font-weight: bold;
    color: #4a505e;
    background: #efefef;
}

.bg-seperator {
    background: #efefef;
}

.modal-app {
    min-width: 30% !important;
}

/* ik detay son */

/* edit button overlay işlemi için başlangıç yuvarlak */

.edit-image-button-container .edit-image-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5%;
    margin: 10px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.edit-image-button-container .edit-image-button-square {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    margin: 10px;
    color: #fff;
    display: none;
    cursor: pointer;
}

.edit-image-button i {
    line-height: 5;
    padding-left: 45%;
    padding-top: 10%;
}

.edit-image-button-square i {
    line-height: 7;
}

.edit-image-button-container:hover .edit-image-button,
.edit-image-button-container:hover .edit-image-button-square {
    display: block;
}

/* .croppie-container .cr-viewport, .croppie-container .cr-resizer {
box-shadow: 0 0 2000px 2000px rgba(255, 255, 255, 0.5) !important;
} */

.edit-image-label-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    width: 100%;
    -ms-filter: 'alpha(opacity=0)';
    cursor: pointer;
}

/* edit button overlay işlemi için son yuvarlak */

.card .header-title {
    text-transform: none;
}