﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    
    padding-left: 15px;
    padding-right: 15px;
}*/

.top-buffer { 
    margin-top:20px;

}


.hiddencol {
    display: none;
}

.GridStyle
{
    border: 1px solid Gray;
    text-align:center !important;
    /*background-color: White;
    font-family: arial;
    font-size: 12px;
    border-collapse: collapse;
    margin-bottom: 0px;*/
}
.GridStyle tr
{
    border: 1px solid Gray;
    color: Black;
    /*height: 25px;*/
}
/* Your grid header column style */
.GridStyle th
{
    background-color: rgb(66,139,202);
    border: solid;
    border-color:Gray;
    border-width: 1px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    padding: 0px;
    color:White;
}



.btn
{
    width: 100px;


}
/*/* Your grid header link style */
/*.GridStyle tr th a,.GridStyle tr th a:visited
{
        color:Black;
}
.GridStyle tr th, .GridStyle tr td table tr td
{
    border: solid;
    border-width: 5px;
}*/*/



/* 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;
}

   .panel-heading
   {
       font-size:26px !important;

   }


/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */






