﻿/*  this was added to prevent scroll bar from auto hiding in IE10+ without removing code from teh bootstrap css file.*/
@-ms-viewport{ width: auto !important; }

body {
   /* padding-top: 50px; */
   /* padding-bottom: 20px; */
   background-color:  white;
}

h1
{
   font-weight: 500;
   color: #902829;
}

h2
{
    font-weight: 500;
}

h3
{
    font-weight: 400;
}

h4
{
    font-weight: 400;
}

h5
{
    font-weight: 400;
}

h6
{
    font-weight: 400;
    font-style: italic;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Applying padding to header to match SchoolWires Template*/
#fb-header
{   
    background-color:  white;
}

#fb-header-container
{
    width: 100%;
    padding: 0;
}

#fb-header-stripe
{
    background-color:  #56555A;
    min-height: 18px;
}

#fb-logo-container
{
    padding-top: 5px; 
    padding-left: 20px;
    padding-bottom: 10px;

}

#fb-logo-image
{
    max-width: 200px;

}

#fb-user-name-container
{
    color: white;
    padding-right: 20px;
}

#fb-navbar-container
{
    width: 100%;
    padding: 0;

}

#fb-navbar
{
    width:100%;
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 1%;
    padding-right: 1%;
}

.fb-body-content-container
{
    background-color: white;
    width: 95%;
    margin-top: 15px;
    padding-top: 15px;
    border: solid 1px #E0D9C9;
    border-radius: 4px;
    min-height: 600px;

}

#fb-footer-container
{
    margin-top: 15px;
    text-align: center;
}

/*  Styling for left hand nav to match schoolwires  */

@media only screen and (min-width: 768px) {
    #fb-left-sidebar-nav:before {
        content: "";
        width: 0px;
        display: block;
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 90%;
        border-right: solid 1px #E0D9C9;
        min-height: 500px;
    }
}

#fb-left-sidebar-nav
{
    padding-right: 5%;

}
#fb-left-sidebar-nav li.nav-header
{
    border: none;
}

#fb-left-sidebar-nav li
{
    border-bottom: solid 1px #E0D9C9;
}

#fb-left-sidebar-nav li:last-child
{
    border: none;
}

@media all and (max-width:990px)
{
	.fb-table-responsive-full-width{
		width:98%;
		padding: 0;
		margin-left: 1%;
		margin-bottom: 13.5px;
		margin-top: 13.5px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style:scrollbar !important;/*-ms-autohiding-scrollbar;*/
		border: 0px solid #ddd;
	}
}

fieldset legend {
    padding: 0px 10px 0px 10px;
    margin-left: 5px;
    
    color: #fff;
    background-color: #56565A;

    color: #56565A;
    background-color: #fff;


    width: auto;
    font-size: 1.0em;
    font-weight: bold;
    border: none;
}

fieldset
{
    margin-top: 1.5em;
    border: 2px solid #b9b9bb;
    border-radius: 10px;
    padding: 10px;
}
