
html {
    height: 100%;
}

h1, h2 {
    color: #1d5ca8;
}

h4 {
    font-size: .875rem;
    color: #1d5ca8;
}

.title-sm {
    font-size: 1rem;
}

.title-mb {
    font-size: 2rem;
}

.title-lg {
    font-size: 18px;
}

 a {
    color: #212529;
}

.main, .navbar {
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

body {
    background: linear-gradient(to right, #006172, #006878, #006f7d, #007683, #007d88, #007c87, #007c86, #007b85, #00727e, #006a76, #01616f, #035967);
    font-size: .875rem;
    width: 100%;
    min-height: 100%;
}

.container {
    height: 100% !important;
}

ul {
    text-decoration: none;
    list-style: none;
}

.validation-summary-errors ul {
    text-decoration: none;
    list-style-type: none;
}

.wrapper {
    padding: 15px 150px;
    height: auto;
}

    .wrapper h2 {
        position: relative;
        width: fit-content;
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 20px;
    }

.btn-primary {
    background-color: #1d5ca8;
    border: none;
}

    .btn-primary:hover {
        background-color: #28367b;
    }

.form-label {
    color: #484f6e;
    font-weight: bold;
    font-size: .76563rem;
}

.form-check-label {
    font-size: .76563rem;
}

input {
    border: 1px solid #eaeaf1;
}

    input::placeholder {
        color: #eaeaf1;
        font-size: .76563rem;
    }

.table {
    border: 1px solid #dee2e6;
}

thead {
    background: #1d5ca8;
}

    thead > tr > th {
        text-transform: uppercase;
        font-weight: normal;
        color: #fafafa;
    }

tbody > tr:hover {
    cursor: pointer;
}

.display-none {
    display: none;
}

.bold {
    font-weight: 700;
}

.padding-large {
    padding: 2rem;
}

.margin-top-main {
    margin-top: 75px;
}

.modal .modal-dialog .modal-content {
    border: 0;
}

    .modal .modal-dialog .modal-content .modal-header {
        padding: 25px;
        position: relative;
        background: #1d5ca8;
    }

        .modal .modal-dialog .modal-content .modal-header h5 {
            color: #ffffff;
        }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 2rem;
    }

        .modal .modal-dialog .modal-content .modal-body .card-body {
            padding: .5rem;
        }

            .modal .modal-dialog .modal-content .modal-body .card-body p {
                font-size: 12px;
                position: relative;
                text-align: center;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                color: #ffffff;
                font-weight: 700;
            }

                .modal .modal-dialog .modal-content .modal-body .card-body p span {
                    display: block;
                    hyphens: manual;
                    color: #ffffff;
                    font-weight: 700;
                }

    .modal .modal-dialog .modal-content .modal-footer {
        border: 0;
    }

.shadow-subtle {
    box-shadow: 0 5px 10px -5px rgba(35, 34, 32, 0.1);
}

.mb-1 {
    margin-bottom: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.m-auto {
    margin: auto;
}

.d-flex {
    display: flex;
}

.justify-content-end {
    justify-content: flex-end;
}

.alert-info .info {
    width: 20px;
    height: 20px;
    background: url("/Images/info.svg");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.alert-info p {
    display: inline-block;
    width: calc(100% - 40px);
    margin-left: 5px;
}

.mainbox {
    margin: auto;
}

.panel-title {
    width: 100%;
    padding: 20px 0;
}

    .panel-title img {
        width: 120px;
    }

.login {
    height: 100vh;
}

.main {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

    .main.login-content {
        top: 50%;
        transform: translateY(-50%);
    }

    .main .card-header {
        background-color: #ffffff !important;
    }

    .main .card-body {
        padding: 2em;
    }

        .main .card-body .title {
            color: #28367b;
            font-weight: 300;
        }

.form-horizontal {
    padding-top: 1rem !important;
}

    .form-horizontal h1 {
        margin-bottom: 1rem;
    }

.navbar {
    border-bottom: 1px solid #e9eaf0;
}

    .navbar .brand-logo .navbar-brand {
        width: 220px;
    }

    .navbar .content-left .nav .nav-item {
        cursor: pointer;
    }

        .navbar .content-left .nav .nav-item a:hover {
            color: #1d5ca8;
        }

.filter .filter-wrapper {
    padding: 15px 150px;
    height: auto;
}

    .filter .filter-wrapper button .icon-go {
        background-image: url("/Images/go.svg");
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        vertical-align: middle;
    }

.filter .results {
    position: relative;
    padding: 3rem;
}

.filter .modal .modal-dialog .modal-content .modal-header h5 span {
    font-size: 1rem;
    color: #ffffff;
    padding-right: 10px;
}

.filter .modal .modal-dialog .modal-content .modal-body table {
    width: 100%;
}

    .filter .modal .modal-dialog .modal-content .modal-body table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

        .filter .modal .modal-dialog .modal-content .modal-body table tbody tr:last-child {
            border-bottom: 0;
        }

        .filter .modal .modal-dialog .modal-content .modal-body table tbody tr td {
            padding: .75rem;
        }

            .filter .modal .modal-dialog .modal-content .modal-body table tbody tr td .patch {
                width: 25px;
                height: 25px;
                display: block;
                float: right;
            }

                .filter .modal .modal-dialog .modal-content .modal-body table tbody tr td .patch.patch-sucess {
                    background: url("/Images/confirm.svg") no-repeat center;
                    background-size: cover;
                }

                .filter .modal .modal-dialog .modal-content .modal-body table tbody tr td .patch.patch-fail {
                    background: url("/Images/delete.svg") no-repeat center;
                    background-size: cover;
                }

th[role=columnheader]:not(.no-sort) {
    cursor: pointer;
}

    th[role=columnheader]:not(.no-sort):after {
        content: '';
        float: right;
        margin-top: 7px;
        border-width: 0 4px 4px;
        border-style: solid;
        border-color: #404040 transparent;
        visibility: hidden;
        opacity: 0;
        -ms-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

th[aria-sort=ascending]:not(.no-sort):after {
    border-bottom: none;
    border-width: 4px 4px 0;
}

th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.4;
}

th[role=columnheader]:not(.no-sort):hover:after {
    visibility: visible;
    opacity: 1;
}

#loading-image {
    display: block;
    margin: auto;
}

#confirm-resset-modal .modal-content .modal-header {
    border-bottom: 0 !important;
    background-color: white !important;
}

    #confirm-resset-modal .modal-content .modal-header .success-wrapper {
        width: 100%;
    }

        #confirm-resset-modal .modal-content .modal-header .success-wrapper img {
            width: 50px;
            height: 50px;
            border: solid #CDD94B 2px;
            border-radius: 100%;
            display: block;
            margin: auto;
        }

#confirm-resset-modal .modal-content .modal-body button {
    color: #ffffff;
    background-color: #CDD94B;
}

    #confirm-resset-modal .modal-content .modal-body button:hover {
        background-color: #CDD94B;
    }

#confirm-resset-modal .modal-content .modal-body p {
    font-size: 16px;
}

.file-list-wrapper {
    margin-bottom: 50px;
}

.submit-wrapper {
    text-align: center;
}

.pekeupload-btn-file, .pekeupload-btn-file:hover {
    border-radius: 3px;
    border: 1px solid #0b0e07;
    display: inline-block;
    font-size: 15px;
    color: inherit;
    font-weight: normal;
    padding: 9px 23px;
    text-decoration: none;
}

/*
* Base
*/
.progress-pekeupload {
    width: 100%;
    height: 16px;
    margin: 0 auto 20px auto;
    padding: 0px;
    background: #cfcfcf;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa #bbb #fff #bbb;
    box-shadow: inset 0px 2px 3px #bbb;
}

.progress-pekeupload,
.bar-pekeupload {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.bar-pekeupload {
    height: 100%;
    background: #999;
    background-size: 18px 18px;
    background-color: #7ce;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    box-shadow: inset 0px 2px 8px rgba(255, 255, 255, 0.5), inset -1px -1px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.alert-pekeupload {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: red;
}

    .alert-pekeupload .close {
        margin-top: 2px;
    }

.pekeitem_preview {
    float: left;
    width: 20%;
}

.pekerow .file {
    float: left;
    width: 80%;
}

.pekerow {
    overflow: hidden;
    width: 100%;
    border-bottom: solid #E4E6EA 0.5px;
    padding: 10px 0;
}

.pekeupload-drag-area {
    width: 100%;
    height: 200px;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F9F8FD;
    border: dotted #E4E6EA 2px;
    margin-bottom: 1.5rem;
    color: #E4E6EA;
    cursor: pointer;
}

    .pekeupload-drag-area h4 {
        position: relative;
        color: #E4E6EA;
    }

.pkdelfile .remove-icon {
    width: 25px;
    height: 25px;
    background: url("/Images/trash.svg");
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}

.folder-icon {
    background: url(/Images/upload.svg);
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 5px auto;
    display: block;
    padding-top: 50px;
}

::-webkit-input-placeholder {
    color: #DCDCDC !important;
}

:-moz-placeholder {
    color: #DCDCDC !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #DCDCDC !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #DCDCDC !important;
}

.btn-block {
    display: block;
    width: 100%;
}
