﻿div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

.alert {
    z-index: 2000 !important;
}

.btn {
    cursor: pointer;
}

.modal-xl {
    max-width: 800px;
}

.modal-xxl {
    max-width: 1300px;
}

textarea {
    min-height: 250px;
}

.overflow-auto {
    overflow: auto;
}

.bg-error:after {
    background: #343a40 !important;
}

.bg-img, .bg-error {
    background-image: url(/img/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .bg-img:before, .bg-error:before {
        content: "";
        opacity: .33;
        background: #000000;
        width: 100%;
        height: 100%;
        z-index: 2;
        position: absolute;
    }

    .bg-img:after, .bg-error:after {
        background: linear-gradient(to bottom, #1DC7EA 0%, #4091ff 100%);
        content: "";
        opacity: .77;
        z-index: 3;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .bg-img > div:not(.fade), .bg-error > div {
        z-index: 4;
    }

a.text-white:hover {
    text-decoration: underline;
}

a.text-primary:hover {
    text-decoration: underline;
}

body > .wrapper {
    overflow-x: hidden;
}

#loader {
    width: 100%;
    height: 100px;
    margin-top: -10px;
    background-image: url("../img/loader.gif");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    #navigation .nc-icon {
        margin-right: 7px;
    }
}

/* INPUT FILE */
input.input_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.input_file {
    max-width: 100%;
    /*font-size: 1.25rem;*/
    /*font-weight: 700;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /*font-size: 12px;*/
}

/*input:disabled ~ label.input_file:hover strong {
    color: #fff;
    background-color: #2D114C;
}*/

input:disabled ~ label.input_file:hover {
    cursor: default;
}

label.input_file:hover strong {
    color: #3472F7;
    background-color: #fff;
}

label.input_file > strong {
    height: 100%;
    color: #fff;
    background-color: #3472F7;
    border: 2px solid #3472F7;
    display: inline-block;
    border-radius: 0.25rem;
    padding: 0.625rem 1.25rem;
}

label.input_file.is-invalid > strong {
    background-color: #FF4A55;
    border: 2px solid #FF4A55;
}

label.input_file.is-invalid:hover > strong {
    color: #FF4A55;
    background-color: #fff;
}

label.input_file > span {
    width: 100%;
    min-height: 2em;
    margin-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: baseline;
}

.file_container {
    margin: 10px 0;
}
/* END INPUT FILE */

a.btn-primary {
    color: #3472F7;
}

    a.btn-primary:hover {
        color: #1D62F0;
    }

#scrollUp {
    position: fixed;
    right: 40px;
    line-height: 40px;
    width: 40px;
    bottom: 70px;
    background-color: #3472F7;
    color: #ffffff;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    z-index: 1000 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 20px;
    }
}

#scrollUp:focus, #scrollUp:hover {
    background-color: #ffffff;
    color: #3472F7;
}

@media screen and (max-width: 767px) {
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center!important;
    }
}

.keditor .ke-toolbar.ke-toolbar-sticky {
    position: relative!important;
}


.sidebar_dark:after{
    background:#000!important;
}

.logo img {
    max-width:100%;
}
.logo a {
    padding: 0!important;
}
#logo {
    width: 400px;
    max-width: 100%;
}