﻿html {
    position: relative;
    min-height: 100%;

}

body {
    padding-bottom: 60px;
    background-color:#171717
}
#loader {
    background-color: rgba(51, 41, 41, 0.83);
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #9f2929; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Wrapping element 
 Set some basic padding to keep content from hitting the edges*/
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

    input.frm_email_input,
    select.frm_email_input,
    textarea.frm_email_input {
        width: 400px;
        max-width: 400px;
        color:black;
        padding:5px;
        font-size:1.5rem;
    }
textarea {
    min-height: 90px;
}
    textarea.frm_email_input {
     height:400px;
    }
.label {
    color: #337ab7;
}


/* Sticky footer styles */
.footer {
    position: absolute;
    bottom: 10px;
    height: 40px;
}

    .footer .text-muted {
        margin: 0;
        display: inline-block;
    }

.body-content > .row:first-child {
    margin-bottom: 15px;
}

.k-tabstrip ul li.k-item {
    width: 100px;
}

h1 a {
    color: #e0e0e0;
    text-decoration: none;
}

h1 a:hover,
h1 a:active {
    color: #ffffff;
    text-decoration: none;
} 

.img-responsive {
    padding-top: 25px;
}

/* Styling menu toggle button */
.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .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,
        .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;
        }


/*bcs styling start*/

.highlighted-row {
    background-color: #343434;
    color:white;
}

    .highlighted-row.k-alt {
        background-color: #343434;
        color: white;
    }
.k-grid tr:hover {
    background-color: #fba7a7;
}
.k-header{
    background-color:#9f2929;
}
.k-header.k-grid-toolbar {
 background-color:   rgb(250, 250, 250);
}
.k-header h1 {
    padding-left: 20px;
    width: 47%;
}

.site-title {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row; 
    flex-direction: row; 
    -webkit-justify-content: flex-start;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

    .site-title h1,
    .site-title .header-badge,
    .site-title #useremail {
        width: 100%;
    }

.header-badge {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

#useremail {
    text-align: right;
    color: #e0e0e0;
}

    .btn-primary {
        background-color: #0085bf;
    }

    .btn-primary:hover, .btn-primary:active {
        background-color: #07adf6;
    }
    .btn-primary.active {
        background-color: #9f2929;
    }

    .btn-primary.active:hover {
        background-color: #9f2929;
    }
#grid {
    overflow-x: auto;
} 
.k-grid-header, .k-grid-content {
    width: 1871px;
    
}

.k-grid-filter.k-state-active {
    color: red;
}

.k-grid .k-header .k-button {
    background-color: #0085bf;
}


.btncmd {
    margin: 5px;
}

.bcs-row-flex-start {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.bcs-row-flex-between {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  
}

.k-edit-form-container {
    width: 750px;
}

.k-edit-form-container h3 {
    padding-left: 20px;
}

.integer-marg {
    margin-top: 9px;
}
/*.k-edit-label {
    float: none;
    padding-right: 10px;
    margin-right: 0;
}*/
.flex-parent {
    width: 98%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.label-input-pairs {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.k-grid-toolbar{
    min-height:58px;
}
/* Styling menu and header for smaller resolutions */
@media (max-width: 768px) {
    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }


    .k-rpanel {
        position: relative;
        box-sizing: border-box;
    }
    .k-rpanel .k-menu {
        float: none;
        display: block;
        box-sizing: border-box;
    }
    .k-rpanel .k-menu .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }
}

a[disabled] {
    background-color: #5e5e5e !important;
    color: #4b4b4b !important;
}