﻿body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.FieldLabel {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.FieldContainer {
    padding-bottom: 10px;
    display: block;
    vertical-align: top;

}
.FieldContainerPercent {
    padding-bottom: 10px;
    display: block;
    vertical-align: top;
}


.ButtonContainer {
    padding-top: 15px;
}

input {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

select {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.HelpIcon {
    font-size: 1em;
    display: inline-block;
    color: #848284;
    padding-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}

.HelpIcon:hover {
    color: #696869;
}

.HelpContainer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
}

.HelpBox {
    border: solid 1px black;
    padding: 10px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 275px;
}

.HelpTitle {
    display: inline-block; 
    vertical-align: middle; 
    float: left;   
    font-size: 1em;
    font-weight: bold;
}

.HelpClose {
    display: inline-block; 
    vertical-align: middle; 
    float: right;
    font-size: 1.5em;
    position:relative;
    top: -8px; 
    color: #848284;
}
.HelpClose:hover {
    color: #696869;
}

.PageTitle {
    font-size: 1.25em;
    font-weight: bold; 
    display: inline-block;
    vertical-align: top;
    float: left;
    padding-bottom: .3em;
    padding-top: .3em;
    line-height: 1.15em;
}
.PageSubTitle {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 5px;
}

.PageNavigation {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 5px;
}

.Error {
    color: red;
}

.Success {
    color: forestgreen;
    font-weight: bold;
}

.BigGreenButton {
    background: #177500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    box-shadow: -1px 2px 5px 0px #000000;
    -webkit-box-shadow: -1px 2px 5px 0px #000000;
    -moz-box-shadow: -1px 2px 5px 0px #000000;
    border: solid #105100 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 7px;
}

.BigGreenButton:hover {
    background: #105100;
    text-decoration: none;
}

.BigGreenButtonFixed {
    background: #177500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    box-shadow: -1px 2px 5px 0px #000000;
    -webkit-box-shadow: -1px 2px 5px 0px #000000;
    -moz-box-shadow: -1px 2px 5px 0px #000000;
    border: solid #105100 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 7px;
    width: 250px;
    height: 125px;
    overflow: hidden;
}

.BigGreenButtonFixed:hover {
    background: #105100;
    text-decoration: none;
}

.BigBlueButtonFixed {
    background: #009A9C;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    box-shadow: -1px 2px 5px 0px #000000;
    -webkit-box-shadow: -1px 2px 5px 0px #000000;
    -moz-box-shadow: -1px 2px 5px 0px #000000;
    border: solid #105100 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 7px;
    width: 250px;
    height: 100px;
    overflow: hidden;
}

.BigBlueButtonFixed:hover {
    background: #006B6D;
    text-decoration: none;
}

.BigBlueButtonIcon {
    color: #FFFFFF;
    font-size: 2.5em;
    padding-left: 5px;
    padding-right: 5px;
    display: table-cell;
    vertical-align: top;
}

.BigBlueButtonTextFixed {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.BigBlueButtonTextSmallFixed {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    width: 100%;
    font-size: .75em;
    font-weight: normal;
}




.BigGreenButtonIcon {
    color: #FFFFFF;
    font-size: 2.5em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.BigGreenButtonText{
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.BigGreenButtonTextFixed {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.BigGreenButtonTextSmallFixed {
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    width: 100%;
    font-size: .5em;
    font-weight: normal;
}

.BigGrayButton {
    background: #848284;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
    box-shadow: -1px 2px 5px 0px #000000;
    -webkit-box-shadow: -1px 2px 5px 0px #000000;
    -moz-box-shadow: -1px 2px 5px 0px #000000;
    border: solid #696869 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 7px;
}

.BigGrayButton:hover {
    background: #696869;
    text-decoration: none;
}

.BigGrayButtonIcon{
    color: #FFFFFF;
    font-size: 2em;
}
.BigGrayButtonText{
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.SmallGrayButton {
    background: #848284;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .75em;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid #696869 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 7px;
}

.SmallGrayButton:hover {
    background: #696869;
    text-decoration: none;
}

.DesktopMenuItem {
 border: solid #ffffff 1px;
 border-radius: 4px;
 text-decoration: none;
 cursor: pointer;
 display: inline-block;
 margin-left: 10px;
 }

.DesktopMenuItem:hover {
 cursor: pointer;
 background-color: #009A9C;
 }

.DesktopMenuIcon {
 font-size: 1.5em; 
 padding-left: 5px;
 padding-right: 10px;
 display: inline-block;
 vertical-align: middle;
 line-height: 0em;
}

.DesktopMenuText {
 font-weight: bold;
 text-decoration: none;
 padding-right: 5px;
 display: inline-block;
 vertical-align: middle;
}

.MobileMenuIcon {
    font-size: 3em;
    display: inline-block;
    vertical-align: middle;
    line-height: 0em;
}


.MobileMenuItem {
 display: block;
 text-decoration: none;
 }

.MobileMenuItem:hover {
 background-color: #009A9C;
 }


.MobileMenuItemIcon {
 font-size: 4em; 
 color: white;
 padding-left: 10px;
 padding-right: 5px;
 display: inline-block;
 vertical-align: middle;
 line-height: 1em;
}

.MobileMenuItemText {
 color: white;
 font-size: 1.5em; 
 font-weight: bold;
 text-decoration: none;
 padding-right: 5px;
 white-space: nowrap;
 display: inline-block;
 height: 50px;
 padding-top: 15px;
 vertical-align: middle;
}

.MobileMenuIconClose {
    font-size: 1.5em; 
    color: white;
    padding-right: 10px;
}


.BoardContainer {
    width: 100%; 
    background-color: white;
    display: block;
}
.Board {
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
    padding-right: 10px;
    width: 100%;
}
.BoardTopName {
    text-align: center; 
    font-weight: bold;
    border-bottom: 1px solid gray;
    padding-bottom: 5px
}
.BoardSideName {
    text-align: center; 
    vertical-align: middle;
    font-weight: bold;
    border-right: 1px solid gray;
    white-space: nowrap;
    width: 1%;
    padding-right: 10px;
    line-height: 14pt;
}
.BoardNumber {
    background-color: #C2C2C2;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-left: 10px;
    padding-right: 10px;
}
.BoardSquare {
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9em;
    width: 9.8%;
}

.BoardSquareUser {
    background-color: #009E9D;
    color: white !important;
}

.btn-main {
    background-color: #009C9E !important;
    color: white !important;
}

.bg-secondary-lighter {
    background-color: gainsboro !important;
}

@media screen and (min-width: 0px) and (max-width: 850px) {
    #panHeaderDesktop {
        display: none;
    }

    #panHeaderMobile {
        display: block;
    }

    .BoardSquare {
        font-size: .8em;
    }
}


@media screen and (min-width: 0px) and (max-width: 670px) {
    .BoardSquare {
        font-size: .7em;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .FieldContainer {
        width: 200px;
    }

    .BoardSquare {
        font-size: .6em;
    }

}


@media screen and (min-width: 850px) {
    #panHeaderMobile {
        display: none;
    }

    #panHeaderDesktop {
        display: block;
    }
}