﻿body {
    padding-top: 50px;
    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;
}

/* Rowling Styling Add by DJB May 2016 */

.body-content hr {
    border: none;
    height: 1px;
    color:#B9CE40;
    background-color:#B9CE40;
}

.rowlingBackColour {
background-color:#585958;
}

.rowlingForeColour {
color:#585958;
}


ul.nav a { color:#fff !important; }
ul.nav a:hover { color:#B9CE40 !important; }
.navbar-brand { color:#B9CE40 !important; }
.jumbotron {
background-color:#fff;
color:#585958;
}

.jumbotron h1{color:#B9CE40; font-size:x-large;}

    .jumbotron p {
   margin-left:20px;
   margin-top:20px;
         }
.jumbotron img {
    float: right;
    margin-left:30px;
    margin-top:10px;
}
.jumbotron .message{
    margin-top:30px;
}

.footer p{
    float:right;
}

.btn-primary:hover{
    background-color:#B9CE40;
}

.btn-primary{
    background-color:#585958;
}

.btn-primary:focus{
    background-color:#FFFFFF;
    color:#585958;
}

a.forgotPassword{
     color:#B9CE40;   
    color:#585958;
   
    font-size:medium;
}

 .big-checkbox {width: 20px; height: 20px;}

 .hidden { visibility: hidden; height:0px;}
.unhidden {
    visibility: visible;
}
.glyphicon-plus-sign{
    color:#585958;
}

.glyphicon-remove-circle{
    color:#585958;
}

.versionText{
    float:right;
    font-size:small;
    font-style:italic;
}

.floatRight{
float:right;
}

.close-icon {
    border:1px solid transparent;
	background-color: transparent;
    right:24px;
}

.textBoxSearch{
    width:120px;
    border: 1px solid #ccc; 
    outline: 0; 
    border-radius: 5px;
    margin-left:0px;
    margin-right:0px;
}

