﻿/*body {

}

.HomeButtonArea
{
    width: 100%;
    text-align: center;
    margin: 0 auto;

}

.HomeButtonArea a{
    padding: 20px 10px;
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    background-color: #428bca;
    border: solid 1px #2a567c;
    border-radius: 8px;
    color:#fff;
    margin: 10px 20px;
}
.HomeButtonArea a:hover,
.HomeButtonArea a:focus
{
    background-color: #2a567c;
    border: solid 1px #152839;
}*/


/*-------------------------------------------------*/
/* General layout styles                           */
/*-------------------------------------------------*/

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font: 13px sans-serif;
    font-family: 'Montserrat', sans-serif !important;
}

.wrapper {
    height: 100%;
}

nav {
    height: auto !important;
}

.header {
    min-height: 50px;
    background-color: #87212E;
    border-color: #87212E;
}

.footer {
    height: 50px;
    background: #f5f5f5;
    padding-top: 0px;
    line-height: 50px;
}

.content {
    height: calc(100% - 120px);
    margin-top: 1px;
    overflow: auto;
    background: #ffffff;
}

.text-muted {
    margin-bottom: 0px;
}

/*-------------------------------------------------*/
/* Navbar styling for logo and colors              */
/*-------------------------------------------------*/
.navbar-brand {
    vertical-align: middle;
    /*max-width: 250px;*/
}

/* https://stackoverflow.com/questions/42586729/bootstrap-4-change-hamburger-toggler-color */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

.navbar-logo {
    float: left;
    font-size: 18px;
    line-height: 25px;
    height: 20px;
    width: auto;
    /*content: url(~/images/logo.png),attr('alt','MMAS');*/
    /*background-image: url(../images/logo.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 10px;
    margin-right: 10px;
    padding: 4px;
    min-width: 250px;
}

.nav-item, .navbar-brand {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    height: 35px;
    margin: 2px;
    font-size: large;
}

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    background-color: #6d1c1c;
    box-shadow: 0px 0px 100px 1px #b7212e inset;
    filter: progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=10);
    border-radius: 8px;
}
/*-------------------------------------------------*/
/* Customizations for Kendo Grid                   */
/*-------------------------------------------------*/
.command-column {
    overflow: visible !important; /* Allow dropdown menus to display over subsequent rows */
}

.dropdown-menu {
    border-radius: 0 !important;
    right: inherit !important;
    box-shadow: rgba(0,0,0,.175) 4px 4px 4px 0px;
}

.grid-action {
    width: auto;
}

div.k-edit-form-container {
    width: auto;
    height: auto;
}

.k-window-titlebar {
    background-color: #87212E !important;
    color: white !important;
    border-color: #87212E !important;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.k-window {
    border-width: 0px !important;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

/*=================================================================*/
/*=================================================================*/

/*-------------------------------------------------*/
/* General layout styles                           */
/*-------------------------------------------------*/

html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font: 13px sans-serif;
}

.wrapper {
    height: 100%;
}

.header {
    min-height: 50px;
    background-color: #87212E;
    border-color: #87212E;
}

.footer {
    height: 50px;
    background: #f5f5f5;
    padding-top: 0px;
    line-height: 50px;
}

.content {
    height: calc(100% - 120px);
    margin-top: 1px;
    overflow: auto;
    background: #ffffff;
}

.text-muted {
    margin-bottom: 0px;
    font-size: smaller;
    /*line-height: 25px;*/
    padding: 0px 10px 0px 10px;
}

/*-------------------------------------------------*/
/* Navbar styling for logo and colors         */
/*-------------------------------------------------*/
.navbar-brand {
    vertical-align: middle;
    padding-top: 0px !important;
    line-height: 46px;
    height: 46px !important;
}

/* https://stackoverflow.com/questions/42586729/bootstrap-4-change-hamburger-toggler-color */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

.navbar-logo {
    float: left;
    font-size: 18px;
    line-height: 25px;
    height: 20px;
    width: auto;
    content: url(~/Content/images/logo.png),attr('alt','Mastermind');
    background-image: url(../Content/images/logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 10px;
    margin-right: 10px;
    padding: 4px;
    min-width: 150px;
}

/*.nav-item, .navbar-brand {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    height: 35px;
    margin: 2px;
    font-size: large;
}*/

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    background-color: #6d1c1c;
    box-shadow: 0px 0px 100px 1px #b7212e inset;
    filter: progid:DXImageTransform.Microsoft.Glow(Color=black,Strength=10);
    border-radius: 8px;
}
/*-------------------------------------------------*/
/* Customizations for Kendo Grid                   */
/*-------------------------------------------------*/
.command-column {
    overflow: visible !important; /* Allow dropdown menus to display over subsequent rows */
}

.dropdown-menu {
    border-radius: 0 !important;
    right: inherit !important;
    box-shadow: rgba(0,0,0,.175) 4px 4px 4px 0px;
}

.grid-action {
    width: auto;
}

div.k-edit-form-container {
    width: auto;
    height: auto;
}

.k-window-titlebar {
    background-color: #87212E !important;
    color: white !important;
    border-color: #87212E !important;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}

.k-window {
    border-width: 0px !important;
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
}


.navbar {
    margin-bottom: 0px;
    background-color: #87212E;
    border-color: #87212E;
}

.navbar-default {
    color: white;
}
.navbar-brand {
    color: white !important;
    text-transform: uppercase;
    font-size: smaller;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
}

.navbar-default .navbar-nav > .active > a {
    color: #87212E !important;
    font-weight: 800;
    background-color: white !important;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a {
    color: #87212E !important;
    /*font-weight: 800;*/
    background-color: white !important;
}
li.active {
    margin-top: 5px;
}
h1 {
    margin-top: 0px;
}

#BottomNav {
    width: 100% !important;
}

/*.mastermind-validation-error:before {
}*/

.mobileShow {
    display: none;
}

@media only screen and (max-device-width : 432px) {
    .mobileShow {
        display: inline;
    }

    .desktopShow {
        display: none;
    }

    .navbar-brand {
        /*vertical-align: middle;*/
        max-width: 250px;
        line-height: 25px !important;
    }

    h1 {
        font-size: 12px;
    }
}