﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    font-size: 1.3em;
    font-family: "Public Sans", Arial, sans-serif; margin: 0px;
    color: #016AFF;
}
a {
    color: #050038;
    text-decoration: none
}

a:hover{text-decoration:underline}

/* Wrapping element */
/* Set some basic 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 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 */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.jumbotron {
    background-color: #FFFFFF !important;
}
/* TABLE*/
table {
    border: solid 1px #B5E0FF;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #016AFF;
}

table tr {
    padding: 5px;
    border: none;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #016AFF;
    border: solid 1px #016AFF;
    font-weight: normal;
    color:#fff;
}

table tfoot 
{
	background-color: #B5E0FF;
}

.table-alt 
{
	background-color:#F8F8F8;
}

table input
{
	width: auto;
}

table select
{
	width: 150px;
}

table.myGridClass .empty td, table.myGridClass .empty tr
{
    border-style: none;
    border-width: 0px;
    background-color: #016AFF;
}

table.myGridClass .myCustomPager td
{
    border-style: none;
    border-width: 0px;
}
/* FORM ELEMENTS*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #016AFF;
    width: 192px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.pnlHead 
{
    background:#016AFF;
    color:#fff;
}

div.accountInfo
{
    width: 42%;
}

/* MISC*/
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.title a:link, .title a:visited, .title a:hover {
    color: white;
    text-decoration: none;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

/*input[type="submit"],
button
{
	font-size: 1.2em;
    padding: 5px;
    border-style:Hidden;
    background-color: #6495ED;
    color: #fff;
    margin-top:1%;
}

input[type="submit"]:hover ,
button:hover
{
	background-color:#016AFF;
    color: #fff;
}*/

/* Styles for editor and display helpers*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.editor-field input.textEntry, .editor-field select.textEntry , .editor-field input.passwordEntry  
{
    border: 1px solid #ccc;
}

.editor-field textArea.textEntry
{
    border: 1px solid #ccc;
    }
.RoleList label{    font-size: small;
                    font-weight:normal
}

.navbar-toggle .icon-bar{
    border:1px solid;
}
.body-content {
    margin-top: 1%;
}
.report{
    z-index:999999;
    background-color:white;
    
}
