/*
-----------------------------------------------
Client:Demand Local
Project:Dashboard

File Name: layout.css
Version: 1.0
Notes: Rules for the different column layouts in the div#main block. These are contextual selectors based on the class value in the body element.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Default Layout
----------------------------------------------- */
body {
    background: #fff;
    color: #000;
}

div#page {
    margin: 0 auto;
    padding: 0;
}

div#content {
    margin: auto;
    position: relative;
    width: 1200px;
}

#content img.fold {
    left: -6px;
    position: absolute;
    top: 0;
}

div#main {
    position: relative;
}

div#pcon {
    background: #fff;
    min-height: 400px;
    padding-bottom: 20px;
}

/* Charts layout
----------------------------------------------- */
div.charts {
    /*margin:0 0 40px;*/
}

.charts img {
    margin: 0 auto;
}

.charts cite {
    color: #000;
    display: block;
    font-size: 100%;
    text-align: center;
}

.charts div.no-chart {
    margin: 70px 70px 70px 144px;
}

.charts div.bt-lt {
    float: left;
    width: 280px;
}

.charts div.bt-rt {
    float: right;
    width: 580px;
}

.charts ul.stats {
    margin: 70px 0 0;
}

.charts .stats li {
    float: left;
    font-family: 'trebuchet ms';
    margin: 0 20px 10px 0;
    min-height: 50px;
    list-style: none;
    width: 270px;
}

.charts .stats li strong {
    font-size: 212%;
}

.charts .stats li a {
    font-size: 138.5%;
    font-weight: bold;
    text-decoration: none;
}

/* Modal pop up styles
----------------------------------------------- */
.table-data tbody td strong { /* Provides context for the modal boxes */
    display: block;
    position: relative;
}

div.modal {
    background: #fff;
    border: 3px solid #ccc;
    display: none;
    padding: 0px 30px 15px;
    position: absolute;
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
}

strong:hover div.modal {
    display: block;
}

div.modal.chart { /* summary chart on hover */
    left: 325px;
    top: -150px;
    width: 480px;
}

div.modal.VID {
    width: 510px;
}

.chart img.img-arw {
    height: 21px;
    left: -14px;
    position: absolute;
    top: 144px;
    width: 11px;
}

div.modal.graph { /* Performance over time graph */
    bottom: 27px;
    padding-top: 15px;
    left: -250px;
    width: 550px;
}

.graph img.img-arw {
    height: 10px;
    left: 300px;
    position: absolute;
    bottom: -13px;
    width: 19px;
}

.modal.charts {
    margin: 0;
}

.modal.charts img {
    margin: 0 auto;
}

.modal.charts cite {
    display: block;
    font-size: 100%;
    text-align: center;
}

.modal.charts div.bt-lt {
    float: left;
    width: 200px;
}

.modal.charts div.bt-rt {
    width: 250px;
    float: right;
}

.modal.charts.VID div.bt-rt {
    width: 280px;
    margin-bottom: 30px;
}

.modal.charts ul.stats {
    margin: 45px 0 0;
}

.modal.charts .stats li {
    float: none;
    font-size: 138.5%;
    margin: 0 0 10px;
    min-height: 0;
    width: auto;
}

.modal.charts .stats li strong {
    display: inline;
    font-size: 138.5%;
}

.modal form {
    margin-bottom: 10px 0;
}

.modal form fieldset {
    text-align: left;
}

.modal form legend {
    font-family: 'trebuchet ms';
    font-size: 116%;
    font-weight: bold;
    padding: 0 0 10px;
}

.modal form label {
    font-size: 93%;
    margin: 0;
    text-transform: uppercase;
}

.modal a.link-cal {
    margin-right: 20px;
}

.template {
    display: none;
}

/* Loading */
div#loading-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 100px;
    margin: auto;
    z-index: 10000;
}