﻿/* Move down content because we have a fixed navbar that is 50px tall */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/**{
    border-style: solid;
    border-width: 1px;
    border-color:blue;
}*/

/**overrides for Telerik Dock control*/
.rdTitlebar {
    background-color: #3476B9 !important;
    color: white !important;
    width: 100%;
    font-weight: 300;
    padding-left: 10px;
}

.rdExpand:before {
    background-color: lightgray;
    border-radius: 5px !important;
    padding-right: 0px !important;
    font-size: 12px !important;
}

.rdCollapse:before {
    background-color: lightgray;
    border-radius: 5px !important;
    padding-right: 0px !important;
    font-size: 12px !important;
}

.fullWidth {
    width: 100% !important;
}

/* 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;
}

.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 {
    height: 50px;
}

/*Dashboard*/
.dashboard {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.well {
    margin: 2px !important;
}

/* Bootstrap Overrides*/
.navbar-brand {
    padding: 1px 0px 0px 5px !important;
}

.input-group-addon {
    min-width: 100px;
}

/* Selected buttons are green */
.btn-default:active,
.btn-default.active,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default {
    background-color: #5cb85c !important;
    color: white !important;
    border-color: #398439 !important;
    padding: 4px;
}

    .btn-default:hover,
    .btn-default:active:hover {
        border-color: #398439 !important;
        background-color: #dbf1db !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;
}

/*Login Page*/
.loginBoxes {
    width: 370px;
    margin: auto;
}

/*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;
}

/* Required for Telerik controls */
html {
    width: 100%;
}

/* TODO: Figure out why this doesn't work with RadTextBox*/
.full-width {
    width: 100% !important;
    margin-right: 5px;
}

/* Truck Ticket Style */

@media screen and (max-width: 375px) {
    /* Remove padding for small devices*/
    .body-content {
        margin-left: 0;
        margin-right: 0;
    }
}

.row-spacer {
    margin-bottom: 10px;
}

.error-message {
    color: red;
}

.error-summary {
    color: red;
    border: 1px solid darkred;
    border-radius: 5px;
    padding: 10px;
}

.btn-wrap {
    /* wrap long text and urls */
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
    margin-bottom: 10px;
}

.label-alert {
    display: block;
}

.hidden {
    display: none;
}

.more-info {
    font-size: 12px;
    font-style: italic;
}

.list-box {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.shop {
    padding: 0px 10px 0px 10px;
}

.shop-with-options {
    padding: 0px 10px 0px 10px;
    /*background-color: #F1F1F1;*/
}

.shop-without-options {
    padding: 0px 10px
}

div.RadUpload .ruBrowse {
    background-position: 0 -23px;
    width: 158px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border: 1px solid transparent;
    border-radius: 4px;
}

.RadUpload .ruFileWrap .ruButtonHover {
    background-position: 100% -23px !important;
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
    border: 1px solid transparent;
    border-radius: 4px;
}

.RadCheckBox {
    text-align: left;
}

.no-padding-no-margin {
    padding: 0px !important;
    margin: 0px !important;
}

.page-overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.page-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.required {
    color: red;
    font-weight: 800;
    font-size: 1.1em;
    padding: 0 0 0 5px;
}