﻿.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

/* Sticky footer styles
    -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.field-validation-error {
    color: #ff6a00;
    font-weight: 300;
    display: block;
}

a.action-disabled
{
    text-decoration:line-through !important;
    color: #ff6a00 !important;
    cursor:not-allowed;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container-fluid .text-muted {
    margin: 20px 0;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}

.main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    white-space: normal;
    padding-left: 260px;
    margin-left: -240px;
    overflow-y: auto
}

.main_popup {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    white-space: normal;
    margin: 5px;
    padding: 5px;
    background-color: rgba(36, 41, 44, 0.75);
}

.sidebar {
    width: 240px;
    z-index: 100;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    font-size: 14px;
    white-space: normal;
    -webkit-transition: width .2s;
    transition: width .2s;
}

.sidebar__menu {
    display: inline-block;
    white-space: normal;
    width: 100%;
    min-width: 240px;
    vertical-align: top;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: margin .2s;
    transition: margin .2s;
}

.quickmenu, .sidebar__menu {
    min-width: 240px
}

.text-xs {
    display: none;
}
.text-sm {
    display: none;
}
.text-md {
    display: none;
}
.text-lg {
    display: none;
}
.text-xl {
    display: none;
}
.text-xxl {
    display: none;
}

/* xs Text */
@media only screen and (max-width: 575px) {
    .text-xs {
        display: inline-block;
    }

    .text-sm {
        display: none;
    }

    .text-md {
        display: none;
    }

    .text-lg {
        display: none;
    }

    .text-xl {
        display: none;
    }

    .text-xxl {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .text-xs {
        display: none;
    }
    .text-sm
    {
        display: inline-block;
    }
    .text-md {
        display: none;
    }
    .text-lg{
        display: none;
    }
    .text-xl {
        display: none;
    }
    .text-xxl {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-xs {
        display: none;
    }

    .text-sm {
        display: none;
    }

    .text-md {
        display: inline-block;
    }

    .text-lg {
        display: none;
    }

    .text-xl {
        display: none;
    }

    .text-xxl {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .text-xs, .text-sm, .text-md, .text-xl, .text-xxl {
        display: none;
    }
    .text-lg {
        display: inline-block;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .text-xs {
        display: none;
    }

    .text-sm {
        display: none;
    }

    .text-md {
        display: none;
    }

    .text-lg {
        display: none;
    }

    .text-xl {
        display: inline-block;
    }

    .text-xxl {
        display: none;
    }
}
@media only screen and (min-width: 1500px) {
    .text-xxl {
        display: inline-block;
    }

    .text-xl {
        display: none;
    }
    .text-lg {
        display: none;
    }
    .text-sm {
        display: none;
    }
    .text-md {
        display: none;
    }
    .text-xs {
        display: none;
    }
}

/* Beginning of tab handling*/
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.2);
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 2px
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.2rem
}

.card-title {
    margin-bottom: 2.1rem
}

.card-subtitle {
    margin-top: -1.05rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 2.2rem
}

.card-header {
    padding: 2.1rem 2.2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.075);
    border-bottom: 1px solid transparent
}

    .card-header:first-child {
        border-radius: 2px 2px 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 2.1rem 2.2rem;
    background-color: rgba(0,0,0,.075);
    border-top: 1px solid transparent
}

    .card-footer:last-child {
        border-radius: 0 0 2px 2px
    }

.card-header-tabs {
    margin-right: -1.1rem;
    margin-bottom: -2.1rem;
    margin-left: -1.1rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -1.1rem;
    margin-left: -1.1rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0
}

.card-img {
    width: 100%;
    border-radius: 2px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: 2.3rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

    .accordion > .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0
    }

    .accordion > .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .accordion > .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .accordion > .card .card-header {
        margin-bottom: -1px
    }

/* end of tab handling*/

/* nav handling*/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 1rem 1.5rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: rgba(255,255,255,.5);
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 2px solid rgba(255,255,255,.08)
}

    .nav-tabs .nav-item {
        margin-bottom: -2px
    }

    .nav-tabs .nav-link {
        border: 2px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef rgba(255,255,255,.08)
        }

        .nav-tabs .nav-link.disabled {
            color: rgba(255,255,255,.5);
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border-color: #dee2e6 #dee2e6 transparent
        }

    .nav-tabs .dropdown-menu {
        margin-top: -2px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: 2px
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: rgba(255,255,255,.08)
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
/*  end of nav handling*/