﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

    body {
        background-color: #5c87b2;
        font-size: .85em;
        font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
        margin: 0;
        padding: 0;
        color: #696969;
    }


#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1 {
        font-weight: normal;
        padding: 0px 0 0px 0;
        margin: 0 0 0 0;
        color: #000000;
        border: none;
        line-height: normal;
        font-size: 24px !important;
        -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        font-family: Arial, Helvetica, sans-serif;
}

footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 0px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
a.k-link {
    color: black;
    font-weight:normal;
}
a {
    color: #696969;
    /*text-decoration:underline;
    text-decoration-style:dotted;*/
    
}

li {
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
@media screen and (min-width: 1200px) {
    .page {
        min-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:1200px){
    .page {
        min-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
.dailydoc {
    font-size: 70%;
    width: 1200px;
}


    #main {
        padding: 5px 10px 5px 15px;
        background-color: #fff;
        margin-bottom: 15px;
        _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
        -webkit-box-shadow: 0 6px 5px rgba(0,0,0,0.25);
        box-shadow: 0 6px 5px rgba(0,0,0,0.25);
        border-radius: 0 0 2px 2px;
        border: 1px solid #939AA3;
        border-top: none;
    }



    footer, #footer {
        color: #999;
        padding: 10px 0;
        text-align: center;
        line-height: normal;
        margin: 0;
        font-size: .9em;
    }

/* MENU   
----------------------------------------------------------*/
#menu {
    position: relative;
    margin: 4px 0 0 0;
    text-align: left;
    background-color:lightgray;
}

    #menu .t-item {
        border-width: 0 0 0 1px;
    }

    #menu .t-link {
        padding: 5px 10px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.8em;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

#menucontainer {
    margin-top: 10px;
}

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

#leftside {
    /*float:left;*/
    width: 100%;
    background: White;
    margin: 3px;
}

#rightside {
    /*float:left;*/
    width: 100%;
    background: White;
}

ul#six {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    float: left;
}

    ul#six li {
        line-height: 1.5em;
        border-bottom: 1px solid #ccc;
        display: inline-block;
        vertical-align: top;
    }
/* TABLE
----------------------------------------------------------*/
table {
    border: solid 1px #e8eef4;
    padding: 3px;
    border-collapse: collapse;
    font-size: small;
}

td {
    padding: 3px;
    border: solid 1px #e8eef4;
}

th {
   /* padding: 3px 3px;*/
    text-align: left;
    background-color: #0099CC;
   /* border: solid 1px #e8eef4;*/
   border:none;
    color: #FFFFFF;
}
.table-hover tbody tr .odd td {
    background: #F2F2F2;
}

table-hover tr .even td {
    background: White;
}
/*tr:nth-child(even) {
    background: White;
}

tr:nth-child(odd) {
    background: #F2F2F2;
}*/
.table-hover tbody tr:hover td {
        background-color: #9ce6ff;
    }

.report {
    margin: auto;
    padding: 2px;
    text-align: right;
    background-color: White;
    color: Black;
    border: 1px solid #FFFFFF;
    font-family: Courier New;
    font-size: 12px;
}

    .report th {
        margin: 1px;
        /*border: thin solid #000000;
        padding: 1px;*/
        background-color: Black;
        color: White;
        text-align: right;
    }

    .reportold td {
        padding: 1px;
        background-color: White;
        color: Black;
    }
    .report td {
        padding: 1px;        
        color: Black;
    }

.footer td {
    margin: 1px;
    border: 1px solid #C0C0C0;
    padding: 1px;
    background-color: Silver;
    color: Black;
    font-weight: bold;
}

.unwind td {
    color: Red;
    background-color:khaki;
}

.adjust td {
    color: #CC9900;
}

.adjustment td {
    color: #CC9900;
}

.title {
    border: solid 0px #e8eef4;
    padding: 1px;
    font-size: x-large;
}

    .title td {
        padding: 1px;
        border: solid 0px #e8eef4;
    }

    .title th {
        padding: 2px 2px;
        text-align: left;
        font-size: larger;
    }



/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    float: left;
    text-align: left;
    color:white;
    font-size:small;
    padding-left:10px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: #4F4F4F;
    }

    #logindisplay a:visited {
        color: #4F4F4F;
    }

    #logindisplay a:hover {
        color: #4F4F4F;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* 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;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.c1 {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

.c2 {
    float: right;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

.c3 {
    float: left;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

.c4 {
    float: right;
    margin: 10px;
    padding: 10px;
    width: 400px;
}

#container {
    width: 99%;
    /*min-height: 800px;*/
    /*min-width: 900px;*/
    height:100%;
    background: white;
    overflow: hidden;
    zoom: 1;
    display: block;
}

#store-menu {
    position: relative;
    width: 140px;
    min-height: 400px;
    z-index: 1;
    float: left;
    left: 1px;
    top: 2px;
    display: inline-block;
    text-align: left;
    padding-right: 5px;
    padding-top: 30px;
}

    #store-menu ul {
        list-style-type: none;
        margin: 0%;
        position: relative;
        z-index: 2;
        text-align: left;
        padding: 0%;
    }

#store-right {
    position: relative;
    width: 90%;
    height: 100%;
    z-index: 1;
    padding-left: 5px;
    top: 1px;
    float: none;
    display: inline-block;
    overflow: visible;
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content {
    background: #F9F9F9;
    border: 1px solid #90d93f;
    color: #222222;
}

.displayDeals.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

#success {
    padding: 0;
    margin: 0; 
}

.ui-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
}

.displayDeals.ui-dialog-titlebar {
    background: #b0de78;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
        font-size: 1em;
}

#please-wait
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    #please-wait .modal
    {
        z-index: 1999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        -moz-opacity: 0.5;
        background-color: black;
        margin-left: 0;
    }

    #please-wait .spinner
    {
        z-index: 2000;
        padding-top: 20px;
        padding-left: 20px;
        background: #E5E5E5 url("loading.gif") no-repeat 15px center;
        width: 120px;
        height: 40px;
        border: 2px solid #666;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 35%;
        display: block;
    }

#dvMap {
    margin: 0;
    padding: 0;
    min-height: 400px;
    max-width: none;
}

.gm-style-iw {
    /*width: 233px !important;*/
    /*top: 15px !important;*/
    top: 0px;
    left: 0px !important;
    /*background-color: #fff; 
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);*/
    /*border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;*/
}

#iw-container {
    margin-bottom: 10px;
    /*width: 233px;*/
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 22px;
        font-weight: 400;
        /*width: 233px;*/
        padding: 10px;
        background-color: #48b5e9;
        color: white;
        margin: 0;
        border-radius: 2px 2px 0 0;
    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 15px 5px 20px 15px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 250px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
