/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Source Sans Pro';
}

.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}




.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        margin: 8px;
        border: 8px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

#content {
    position: relative;
    background-color: #FFF;
}

section {
    display: block;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#page-title .admin-header-cards .card-body span {
    text-align: center;
    color: #fff !important;
    font-size: 1.5rem;
}

.btn.focus, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-link:hover {
    text-decoration: none !important;
}

.nav-item.active a {
    color: #17A2B8 !important;
    font-weight: bold;
}

.card-header.filter {
    padding: .25rem 0.5rem !important;
}

.card-header .btn-link {
    color: #17A2B8 !important;
}

.page-item.active .page-link {
    background-color: #17A2B8;
    border-color: #17A2B8;
}

.page-link {
    color: #17A2B8;
}

.card-header h5 {
    color: #17A2B8 !important;
}

.no-label {
    margin-top: 32px;
}

.tab-content.border {
    border-top: none !important;
}

.widget_links > ul > li:first-child {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.alert.recover-pass .fa-3x {
    font-size: 2.5rem !important;
}

.alert.recover-pass .alert-link i {
    position: static;
    margin-right: 0 !important;
}

.widget_links li {
    padding: 10px !important;
}

.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-item i {
    font-size: 0.9rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}

.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-header {
    padding: .45rem 0.9rem;
    border-bottom: 1px solid #dee2e6;
}

    .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }

.dropdown-menu.custom {
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

    .dropdown-menu.custom .dropdown-item {
        margin-bottom: 2px;
    }

.nav-item .dropdown-menu .dropdown-item i {
    color: #ff9f43;
}

.temp-detail .dropdown-item i {
    margin-right: 10px;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5) !important;
    border-color: rgba(0,0,0,.1) !important;
}

.avatar img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    padding:3px;
}

.avatar i {
    margin-top: 5px;
    font-size: 1.7rem;
}

.user-name, .user-role {
    display: block;
}

.user-role {
    font-weight: normal !important;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-nav {
    font-size: 75%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-right: .8rem;
}

#header.full-header #logo {
    border-right: 0px !important;
}

#header.full-header #primary-menu > ul {
    border-right: none !important;
}

.navbar-brand img {
    max-width: 200px;
}

.bg-light-primary {
    background-color: #f1faff !important;
}

.bg-silver {
    background-color: #e9ecef;
}

.text-primary {
    color: #009ef7 !important;
}

.text-orange {
    color: #ff9f43;
}

.bg-success, .bg-secondary {
    color: #fff;
}

.table th, .bor-t-0.table tr:first-child td {
    border-top: none;
}

.table p {
    margin-bottom: 5px !important;
}

.font-weight-semibold {
    font-weight: bold;
}

.konsept-grid .table th {
    border: 1px solid #dee2e6 !important;
}

.cur-pointer {
    cursor: pointer;
}

.bg-breadcrumb {
    background-color: #f3f6f9;
    display: flex;
    padding: .7rem;
    margin-bottom: 1.5rem;
    align-items: center;
    border-radius: .25rem;
}

    .bg-breadcrumb h4 {
        padding-left: 1rem !important;
        margin-top: 10px;
        padding-right: 1rem;
    }

.breadcrumb {
    position: static !important;
    background-color: transparent !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 90%;
    transform: unset !important;
}

.input-group-lg > .input-group-append > .btn {
    padding: 0.45rem 1rem;
}

.search {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

.h-311 {
    height: 311px;
}

.h-131-auto {
    height: 131px;
    overflow: auto;
}

.bg-dark {
    background-color: #3a424d !important;
}

.font-smaller {
    font-size: 90% !important;
}

.no-arrow .dropdown-toggle::after {
    display: none !important;
}

.nav-item .separator {
    width: 1px;
    height: 40px;
    border-right: 1px solid #9f9c9c;
    margin: 7px 20px 0 20px;
}

.nav-item .fa-bell {
    font-size: 1.5rem;
    padding-top: 12px;
    padding-right: 3px;
    color: #757575;
}

.nav-item .notifications {
    position: absolute;
    top: 12px;
    right: 0px;
}

.badge-pill {
    padding-right: .5em !important;
    padding-left: .5em !important;
}

.bg-grey, .bg-grey:focus {
    background-color: #f3f3f3 !important;
}

.h-48 {
    height: 48px !important;
}

.feature-box.fbox-bg.fbox-center {
    padding: 58px 30px 20px !important;
}

.feature-box.fbox-rounded .fbox-icon {
    border-radius: 3px !important;
}

.feature-box .fbox-icon {
    display: block;
    width: 64px;
    height: 64px;
}


a:hover {
    cursor: pointer;
}

.button {
    margin: 0 !important;
}

#primary-menu a span {
    display: block !important;
    position: absolute;
    top: 33px;
    left: auto;
    right: 0px;
    font-size: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #1ABC9C;
    border-radius: 50%;
    transition: all ease-in-out .3s;
}

#header.sticky-header:not(.static-sticky) #primary-menu a span {
    top: 12px;
}

.feature-box {
    display: block !important;
}

    .feature-box h3 span {
        display: inline-block;
        float: right;
    }

.fbox-icon span.badge {
    position: absolute;
    right: 4px;
    top: -7px;
    z-index: 2;
}

.feature-box a.text-primary {
    display: inline-block;
}

#copyrights {
    padding: 25px 0 !important;
}

.search h4 {
    margin-bottom: 25px !important;
}

#page-title h4 {
    margin: 0;
}

#content p {
    line-height: unset !important;
}

.feature-box p {
    margin: 0px !important;
}

.card-body {
    padding: 1rem;
}

.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
    border-radius: 3px !important;
/*    background-color: #e67e22;*/
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
}

.feature-box h3 {
    text-transform: unset !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
}

.feature-box p {
    color: #999;
}

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}

    .fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-top: 3px double #E5E5E5;
        left: auto;
        top: 46%;
        right: 0;
    }

    .fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
        position: relative;
        display: inline-block;
        background-color: #FFF;
        padding-right: 15px;
        margin-bottom: 0;
    }

.catalog-list {
    margin-bottom: 30px;
}

    .catalog-list .feature-box {
        padding: 0 !important;
    }

        .catalog-list .feature-box .fbox-icon {
            position: static !important;
        }

    .catalog-list i.create-request {
        font-size: 2rem;
        margin-top: 10px;
        color: #0d6efd;
    }

.input-group-lg > select.form-control {
    padding: .5rem 0.7rem !important;
}

.w-20 {
    width: 20%;
}

.mr-10 {
    margin-right: 10px !important;
}

.content-wrap {
    position: relative;
    padding: 30px 0;
}

.viewtype-icons {
    font-size: 120%;
}

.m-t-1 {
    margin-top: 1px;
}

.heading-block h4 {
    font-size: 1rem;
    margin-top: 10px;
}

    .heading-block h3 + span, .heading-block h4 + span {
        font-size: 0.9rem;
    }

.heading-block > span:not(.before-heading) {
    margin-top: 0px;
}

.profile .card-title {
    margin-bottom: 0 !important;
}

.profile-header .btn-sm {
    font-size: 0.8rem !important;
    padding: 0.15rem 0.30rem !important;
}

.profile-header .heading-block {
    margin-bottom: 10px;
}

.profile-header p {
    margin-bottom: 10px !important;
}

.profile-header .list-group-item {
    padding: .45rem 0.9rem;
}

label {
    text-transform: none !important;
}

.ribbon-container {
    position: relative;
    overflow: hidden;
}

    .ribbon-container .feature-box {
        margin-top: 0 !important;
        margin-left: 3px;
    }

.cr {
    width: 100px;
    padding: 8px 5px 0px 5px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 0.65rem;
}

.catalog-list .list-group-item {
    padding: 0.15rem 0.5rem !important;
    font-size: 0.8rem;
    cursor: pointer;
}

    .catalog-list .list-group-item i {
        margin-right: 10px;
    }

.catalog-list .list-group {
    color: #fff !important;
    text-align: left;
    margin-right: -17px;
    width: 150px;
    float: right;
}

.catalog-list .list-group-item:first-child {
    border-top-right-radius: unset !important;
}

.catalog-list .list-group-item:last-child {
    border-bottom-right-radius: unset !important;
}

.bg-primary-1 {
    background-color: #0a58ca;
}

.bg-primary-2 {
    background-color: #0d6efd;
}

.bg-primary-3 {
    background-color: #3d8bfd;
}
/* Positions */
.cr-top {
    top: -4px;
}

.cr-bottom {
    bottom: 25px;
}

.cr-left {
    left: -41px;
}

.cr-right {
    right: -50px;
}

/* Rotations */

.cr-top.cr-left,
.cr-bottom.cr-right {
    transform: rotate(-45deg);
}

.cr-top.cr-right,
.cr-bottom.cr-left {
    transform: rotate(45deg);
}

.cr-red {
    background-color: #e74c3c;
}

.admin-header-cards .card {
    background-color: #546781;
    color: #d6e2ec !important;
}

.admin-header-cards .card-body p {
    text-align: center;
    font-size: 1rem;
}

.admin-header-cards .card-body i {
    font-size: 2.5rem;
}

.admin-header-cards .card-body .req-count {
    font-size: 3.5rem !important;
    margin-bottom: 0 px;
    line-height: 2rem;
    padding-top: 10px;
}

.req-count a {
    color: #fff;
}

.admin-header-cards .card-body i {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    padding: 1rem .5rem .4rem .5rem;
    color: #fff;
    margin-top: 5px;
}


    .admin-header-cards .card-body i.primary {
        background-color: #556ee6;
    }

    .admin-header-cards .card-body i.success {
        background-color: #50cd89;
    }


    .admin-header-cards .card-body i.warning {
        background-color: #ffc700;
    }

.bg-grey-dark {
    background-color: #7f8c8d;
}

.admin-header-cards .card-body i.danger {
    background-color: #f1416c;
}

.admin-dash-cards i {
    font-size: 5rem;
    margin-bottom: 10px;
}

.admin-dash-cards a {
    font-size: 0.8rem;
    display: block;
}

.dash-text {
    font-size: 0.8rem;
    color: #8b8c8d;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #caced2;
}

.footer {
    margin-top: auto;
    color: #808080;
    font-size: 0.8rem;
    line-height: 2rem;
}

/*Savaž Bey*/
.text-strikethrough {
    text-decoration: line-through;
}

.upload-file {
    cursor: pointer;
}

.required {
    background-color: #FFFFCC
}

.has-error {
    border-style: dotted;
    border-color: red;
    border-width: 2px;
}

.panel-collapsed {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.panel-expanded {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.workflow h5 {
    font-size:1rem;
}

.workflow-draft .row.bg-dark h5 {
    margin-bottom: 0 !important;
}

.workflow-draft .row.bg-dark, .workflow-draft .row.bg-dark .col-sm-3:last-child {
    align-items: center;
}

    .workflow-draft .row.bg-dark .col-sm-3:last-child a {
        color: #fff !important;
        font-size: 95%;
    }

.workflow-draft .card-header, .toolbar .card-header {
    padding: .35rem .5rem !important;
}

.h-100 {
    height: 100% !important;
}

.position-absolute {
    position: absolute !important;
}

.vertical-middle {
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;
}

    .vertical-middle h5 {
        font-size: 1rem !important;
    }

.mx-auto {
    float: none !important;
}

.btn.btn-xs {
    padding: .1rem .25rem !important;
    font-size: 0.9rem;
}

.upload-logo {
    position: absolute;
    right: 16px;
    bottom: 0px;
}

label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #555;
    margin-bottom: 10px;
}

.button {
    font-size: 0.875rem;
    padding: 8px 22px;
    line-height: 24px;
}

/*Margin Paddings*/
.mt-14 {
    margin-top: 14px;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mt-8 {
    margin-top: 8px;
}

.mt-11 {
    margin-top: 11px !important;
}

.p-0 {
    padding: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

/*sa*/
.bg-accent {
    background-color: #17A2B8;
}

/*Konsept Grid*/
.konsept-grid nav {
    margin-right: auto;
}

.konsept-grid {
    font-size: 0.85rem;
}

.lvl1{
    padding-left:1rem;
}
.lvl2 {
    padding-left: 2rem;
}
.lvl3 {
    padding-left: 3rem;
}
.lvl4 {
    padding-left: 4rem;
}
.lvl5 {
    padding-left: 5rem;
}

.loading-overlay {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/*Responsive*/
@media (max-width: 991px) {
    #primary-menu a span {
        top: 15px;
    }

    .feature-box .list-group {
        width: auto !important;
        float: none;
    }
}

@media (max-width: 768px) {

    .catalog-list .feature-box {
        text-align: center !important;
    }

        .catalog-list .feature-box .fbox-icon {
            margin: 0px auto 20px auto !important;
        }

        .catalog-list .feature-box a {
            margin-top: 10px;
        }
}



@media print {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}