﻿/* 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 {
    margin-left: 20px;
    margin-right: 20px;
}

.footerFull {
    bottom: 0;
    left: 0;
    clear: both;
    width: 100% !important;
    background-image: url(Images/footerBG.png);
}

.footerContent {
    padding: 10px;
    height: 100px;
}

.loginDiv {
    margin: 5px !important;
}

.loginButtons {
    float: right;
    margin-right: 5px;
}

.loginBox {
    margin-top: 5%;
    margin-bottom: 5% !important;
}


.footerContactAtlanta {
    line-height: 1 !important;
    color: white;
    font-size: .9em;
    float: left;
    margin-top: 15px;
    margin-right: 50px;
    margin-left: 25px;
}

.footerContactCTL {
    line-height: 1 !important;
    color: white;
    font-size: .9em;
    float: left;
    margin-top: 15px;
    margin-right: 100px;
}

.footerSocial {
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}

.footerIcons {
    margin: 5px;
}

.linkbtn{
    width:100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/* Image Styles */
img{
    border:0;
}

.header-logo{
    margin-right:5px;
    height:50px;
}

/*Dashboard*/
.dashboard{
    margin-left:0px !important;
    margin-right:0px !important;
}

.well{
    margin:2px !important;
}


/* Bootstrap Overrides*/
.navbar-brand{
        padding: 2px 2px !important;
}

.navbar-nav > li > a {
    padding-top:18px;
}

.panel-primary > .panel-heading {
    height:40px;
    padding:5px !important;
    padding-left:10px !important;
    padding-right:10px !important;
}

.panel-title{
    margin-top:15px !important;
}

.bs {
    position: relative;
    padding: 15px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: 0 3px 6px rgba(0,0,0,.05);
    background-image: url(Images/mainBG.jpg);
}

.btn-dash{
    margin-bottom:5px !important;
}



/*Top Nav*/
.manageGear{
    width:15px;
}


.RadTreeView_Default {
    color: #333;
    font-size: 15px;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-weight:bold !important;
}

/* Update spinner */
#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
    border-radius: 5px;
}



.whiteglyphicon{
    color:#FFFFFF;
}

.btnnobord{
    border:0px !important;
}


