﻿html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}
/* #endregion */




.big-input .k-textbox,
.big-input .k-dateinput, 
.big-input .k-datepicker,
.big-input .k-datetimepicker,
.big-input .k-timepicker {
    width: 100%;
}


.big-input {
    border: 1px solid black;
    padding: 20px;
}



.k-grid .k-i-check-outline, .k-grid .k-i-close-outline {
    font-size: 30px;
    text-align: center;
    font-weight:bold;
}

.k-grid .k-i-check-outline {
    color: #6ea8f0;
}
.k-grid .k-i-close-outline {
    color: #f06e80;
}


    .green-titlebar .k-window-titlebar {
    background-color: #caf06e;
}


.red-titlebar .k-window-titlebar {
    background-color: #f06e80;
    color: white;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }
}



.label-status {
    font-size: 12px;
    border: 1px solid;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 5px;
}

.left-sticky-submit {
    position: absolute;
    top: -40px;
    left: 15px;
    padding: 2px 10px;
    font-size: 15px;
}
.left-sticky-submit.right {
    right: 0;
    left:inherit;
}

.btn-save {
    color: #9cafb3;
    background-color: #f3f3f3;
    border-color: #6c757d;
    font-weight: bold;
}

input:disabled {
    background-color: grey;
}

#DialogHtmlEditor table
{
    height:37vw;
}

.k-pager-wrap{
    z-index:999;
}

#CategoryForm, #ArticleForm, #ArticleCategoryForm, #BrokerForm {
    margin-top: 40px;
}

.k-button {
    border-color: #e4e7eb !important;
    color: #212529 !important;
    background-color: #e4e7eb !important;
    padding: 0 10px;
}