﻿html,body{
    height:100%;
}

@font-face{
    font-family: "navigation";
    src: url('../fonts/RifficFree-Bold.ttf')
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.page
{
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
}

.content{
    border:9px double black;
}


.jumbotron img{
    width:100%;
}

.mainPageList{
    font-size: 18pt;
    text-align:center;
}

.navList li{
    display:block;
    float:none;
}

.mainPageList li{
    border:5px solid black;
    width: 50px;
    height:50px;
    margin:5px;
    text-align: center;
    vertical-align: middle;
    line-height:40px;
}

#canvasHolder{
	margin: 0 auto;
    text-align:center;
}

#canvasHolder canvas{
    width:100%;
    max-width:800px;
}

.row{
    margin-right:0px;
}

nav{
    position:fixed!important;
    left:0;
    top:0;
    height:100%;
}


.action{
    display:none;
    opacity:0;
    
}
.trigger{
    position:relative;
    display:inline-block!important;
}

.triggerImg{
    width:50px;
    height:50px;
}

.trigger:hover +.action,trigger:hover+.action{
    display:block;
    z-index:1000;
    position:absolute;
    left:100px;
    /*background-color:white;*/
    top:25px;
    font-size:x-large;
    font-family:navigation;
    opacity:1;
    width:200px;
    font-weight:bolder;
}

.container>.navbar-collapse{
    margin:0 -15px;
}

.mobileLinkView {
    text-align:center;
    display:inline-block;
    color:white;
}

.imageSmall{
    height:20px;
    width:20px;
}

.navList li a{
    display:block;
}

.howToDividers{
    border:solid 3px black;
    border-radius:15px;
    padding:10px;
    min-height:270px;
    width: 90%;
}

span.field-validation-valid{
    display:none;
}

.validation-summary-valid
{
    display: none;
}

 .table-row {        
            display:table-row;        
        }
        .table-cell {        
            display:table-cell;  
            padding:5px;      
        }

        input {
            min-width:250px;
            min-height:30px;
        }
            input[type="checkbox"] {
            
                min-width:25px;
                min-height:20px;
                padding-top:5px;
            
            }
            input[type="radio"] {
            
                min-width:25px;
                min-height:20px;
                padding-top:5px;
            
            }

        select {
        
            min-width:250px;
            min-height:30px;
        }

        .formdll {        
            width:230px;
            padding-left:0px;
            padding-right:0px;        
        }

        .errorMessage {
        
            font-weight:bold;
            color:#ff0000;
        
        }

        h2 {
        
            text-align:center; padding-top:20px;
        
        }


