﻿
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.k-state-selected {
    background-color: gainsboro;
    font-weight: 500; 
}

.k-clear-selected, .k-upload-selected {
    display: none;
}

/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */


/* #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 */

table {
    width: 100% !important;
}

    table tr th {
        text-align: center;
    }

.pagination {
    position: relative;
    bottom: 0;
}

.searchContainer {
    width: 250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.searchContainerSpacer {
    height: 600px;
}


/*Data Table*/
#myDataTable_length {
    text-align: left;
}

#myDataTableSearch {
    font-size: 13px;
}

#myDataTable_info, #dtComm_info {
    text-align: left;
}

#myTable > tr {
    cursor: pointer;
}

    #myTable > tr:hover,
    #myTable > tr:focus {
        background-color: lightgrey;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


#myDataTable > thead > tr > th[class*="sort"]::after {
    background-position: left center !important;
    background-repeat: no-repeat !important;
    padding-left: 20px !important;
}

#myDataTable > thead > th {
    background: transparent !important;
    white-space: nowrap;
}

#myDataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 16px;
    height: 16px;
}


@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;
    }
}

.hidden {
    display: none;
}

$purple : #512DA8; $blue : #1976D2; $l_orange : #FBC02D; $brick : #FF5722; @mixin buttonBG($bg) {
    border: 2px solid $bg;
    color: $bg;
    &:hover;

{
    background-color: $bg;
    transition: all 0.3s ease-in-out;
}

}

/*.oktbbtn {
    border: 2px solid black;
    background-color: white;
    color: #2196F3;
    padding: 2px 8px;
    font-size: 16px;
    cursor: pointer;
}*/

.oktbbtn {
    border: 2px solid black;
    background-color: white;
    color: #2196F3;
    padding: 2px 3px;
    font-size: 16px;
    cursor: pointer;
}

.greenbtn {
    border-color: #fff;
    border-radius: 10px;
}

    .greenbtn:hover {
        background-color: #ffffff;
        border-color: #2196F3;
        color: #2196F3 !important;
        border-radius: 10px;
    }
