﻿/*This is for a 3 column page like our rescue-buy website*/

/*a{cursor:}*/

html,
body {
    margin: 0;
    padding: 0 0 0 0;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#docList {
    padding:0;margin:0;
}
#docList li {
    list-style: none;
    background-image: none;
    background-position: 0;
}

h1, h2, h3, h4 {
    margin-top: 0;
}
h1, h2, h3, h4 {
    margin-bottom: 6px;
}
.my-panel-dash-full{min-height:400px;}
.my-panel-dash-semi {
    min-height: 190px;
}
.mycontainer {
    min-height: 100%;
    position: relative;
}
#header {
    background: #ff0;
    padding: 10px;
}
#body {
    padding: 10px;
    padding-bottom: 60px; /* Height of the footer */
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #6cf;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    width: 1120px;
    padding: 60px 0 300px 0; /* Height of the header/footer */
}
.mycontent-wrapper {
    width: 1100px;
    padding: 0;
    height: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/* DIFFERENCES FOR AA */
.mytop {
    width: 100%;
    background-color: #FFCC03; /* rgb(255, 204, 0); #FFCC00; */
}
.mybottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 230px; /* Height of the footer */
    text-align: center;
    background-color: #FFF; /*#FFCC00*/
    color: #000;
    /*margin-top: 40px;*/
    padding: 10px 0 20px 0;
}
.mybottom a, .mybottom ul li a {
    color: #000;
    text-decoration: none;
}
.bottom-1, .bottom-2, .bottom-3 {
    padding-top: 20px;
    float: left;
    width: 33%;
}
.bottom-col-title {
    font-size: 0.94em;
}
.bottom-col-title:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0;
    width: 100px; /* Change this to whatever width you want. */
    padding: 0px 0 10px 0; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #000; /* This creates the border. Replace black with whatever color you want. */
}
/* END DIFFERENCES FOR AA */

.my-sale-detail-div{
    min-height:420px;
}

.my-prodlist-table th {
    width: 25%;
    text-align:right;
}
.my-prodlist-table td {
    text-align: right;
}

.my-continue-button {
    min-width: 70%;
}
/*.panel-default .panel-heading {
    background-color: #000;
    border-color: #000;
    color: white;
}*/
.my-col-left-large {
    width: 74%;
    margin-right: 1%;
    float: left;
}
.my-col-left {
    width: 25%;
    margin-right: 1%;
    float: left;
}
.my-col-center {
    width: 48%;
    margin-right: 1%;
    float: left;
}
.my-col-right {
    width: 25%;
    float: left;
}

.btn-danger {
    background-color: #ff0000;
}

.productStatus {
    float: right;
    padding: 0 3px 0 3px;
    text-align: center;
    color: white;
    min-width: 160px;
}
.panel, .alert { margin-bottom:11px;}

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}
.hoverTable td, .hoverTable th {
    padding: 3px;
}
/* Define the default color for all the table rows */
.hoverTable tr {
    border-bottom: #eee 1px solid;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover td {
    background-color: #2780e3; /* #ffff99;*/
    cursor: pointer;
    color:white;
}

.divsearch {
    float: right;
    text-align: right;
}

.divsearchbtns {
    float: right;
    padding-left: 5px;
}

@media only screen and (max-width: 1040px) {
    .body-content {
        width: auto;
        padding: 60px 10px 900px 10px; /* Height of the footer */
    }

    .my-xs-div {
        padding: 0 14px 0 14px;
    }

    /*div.panel-body {
        padding: 10px 0 10px 0;
    }*/


    .my-col-left-large {
        width: 100%;
        margin-right:0;
        float: none;
    }

    .my-col-left {
        width: auto;
        margin-right: 0;
        float: none;
    }

    .my-col-center {
        width: auto;
        margin-right: 0;
        float: none;
    }

    .my-col-right {
        width: auto;
        float: none;
    }

    .mycontent-wrapper {
        width: auto;
        padding: 0 10px 0 10px;
    }

    .bottom-1, .bottom-2, .bottom-3 {
        width: 100%;
    }
}
@media only screen and (max-width: 770px) {
    
}




#subwin-overlay-front {
    z-index: 1040;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}

#subwindow {
    position: absolute;
    z-index: 1030;
    left: -5000px;
    background-color: #E2E2E2;
    -webkit-box-shadow: 0 4px 10px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 10px 4px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px 4px rgba(0,0,0,0.2);
    opacity: 100;
    box-sizing: content-box;
    padding: 10px;
    overflow: auto;
}

#subwin-overlay-back {
    z-index: 1020;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}

#window {
    position: absolute;
    z-index: 1010;
    left: -5000px;
    background-color: #E2E2E2;
    -webkit-box-shadow: 0 4px 10px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 10px 4px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px 4px rgba(0,0,0,0.2);
    opacity: 100;
    box-sizing: content-box;
    padding: 10px;
    overflow: auto;
}

#win-overlay-back {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: none;
}

#diverr, #divsus, #divmsg {
    display: none;
}
