﻿/* -------------- */
/*  CONTENT AREA  */
/* -------------- */
@import url('Responsive/Responsive.css');

.Skin
{
    min-height: 1px;

    width: 100%;
    height: 100%;

    display: block;

    /*background-image: url('../../../images/textures/bedge-grunge.png');*/
    background-color: #fff;

    color: #555;

    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

/* DNN DASHED CONTAINERS WERE HARD TO SEE */
[id*="SyncPanel"] 
{
    border: 1px dashed #777;
}

.Page-Background
{
    min-height: 1px;

    position: absolute;
    top: 0;
    left: 0;
   
    width: 100%;
    height: auto;

    display: block;

    overflow: hidden;
}

.Page-Background-Image
{
    /*min-height: 1170px;*/

    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: auto;

    display: inline-block;
}

.Content
{
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: 100%;

    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -o-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}

.Content-Background-Image
{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

Content.Background-Image
{
    position: absolute;
    top: 0;
    left: 0;


    width: 100%;
    height: 100%;
}

.Content-Container
{
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin: 0;
    display: inline-block;
    height: auto;
}

.Content-Container .Pane
{
    background-color: #fff;
}

.row.Pane
{
    padding: 0;
    margin: 0;
}

.Desktop-Content-Container-Left,
.Desktop-Content-Container-Right
{
    width: 16.5%;
    min-height: 1px;
    height: auto;
    padding: 1em;
    text-align: center;
}

.Desktop-Content-Container-Right
{
    float: right;
}

.Center-Narrow-Content-Pane
{
    width: 66%;
    background-color: #fff;
}

.Center-Full
{
    display: inline-block !important;
    overflow: hidden !important;
}

.Center-Full > .Desktop-Content-Container-Left,
.Center-Full > .Desktop-Content-Container-Right
{
    width: 0%;
    display: none;
}

.Center-Full > .Center-Narrow-Content-Pane
{
    width: 100%;
}

.Center-Full .Header-Full-Background-Left,
.Center-Full .Header-Full-Background-Right,
.Center-Full .Header-Full-Background-Image-Left,
.Center-Full .Header-Full-Background-Image-Right,
.Center-Full .Header-Top-Sticky-Left-Area,
.Center-Full .Header-Top-Sticky-Right-Area,
.Center-Full .Header-Main-Area-Left,
.Center-Full .Header-Main-Area-Right,
.Center-Full .Header-Bottom-Left,
.Center-Full .Header-Bottom-Right,
.Center-Full .Desktop-Content-Container-Left,
.Center-Full .Desktop-Content-Container-Right,
.Center-Full .Footer-Bottom-Left,
.Center-Full .Footer-Bottom-Right,
.Center-Full .Copyright-Container-Left,
.Center-Full .Copyright-Container-Right
{
    width: 0% !important;
    display: none !important;
}

.Center-Full .Header-Full-Background-Center,
.Center-Full .Header-Full-Background-Image-Center,
.Center-Full .Header-Top-Sticky-Center-Area,
/*.Center-Full .Header-Main-Area-Center,*/
.Center-Full .Header-Bottom-Center,
.Center-Full .Center-Narrow-Content-Pane,
.Center-Full .Footer-Bottom-Center,
.Center-Full .Copyright-Container-Center
{
    width: 100% !important;
}

.Center-Full .Header-Full-Background-Center,
.Center-Full .Header-Full-Background-Image-Center,
.Center-Full .Header-Top-Sticky-Center-Area,
.Center-Full .Header-Bottom-Center,
.Center-Full .Footer-Bottom-Center,
.Center-Full .Copyright-Container-Center
{
}

.Center-Full .Header-Main-Area-Center
{
    padding-left: 2vw !important;
    padding-right: 2vw !important;
}

.Center-Full .Center-Narrow-Content-Pane
{
    padding-left: 11vw !important;
    padding-right: 11vw !important;
}


.Wide-Banner-Wrapper {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    clear: both;
}

.Wide-Banner
{
    width: 100%;
    height: 100%;
    max-height: 20%;
    display: inline-block;
    position: relative;
}


/* STORE CLASSES */
[id*="dlItemsView"] tr,
[id*="dlItemsView"] td,
.store-data,
.store-item,
.store-thumbnail-image {
    display: table-cell;
}

    .store-item:hover {
        background-color: rgb(252, 235, 187);
        border-top: 1px solid #FFBC00;
        border-bottom: 1px solid #FFBC00;
    }

.store-item {
    margin: 0;
    border: 1px solid transparent;
    border-bottom: 1px dotted #FFBC00;
    padding-bottom: 1em;
    height: 100%;
}

.store-thumbnail-image {
    padding-right: 1em !important;
}

.store-image img {
    max-width: 150px;
    max-height: 200px;
    margin-top: 1.5em;
    box-shadow: 0 0 .5em #555;
}

.store-thumbnail-image img {
    max-width: 150px;
    max-height: 200px;
    margin-top: 1em;
    box-shadow: 0 0 .5em #555;
}

.store-action {
    text-align: center;
}



/* DNN OVERRIDES */
.console-large,
.DNNContainer_Title_h2
{
    font-family: "Montserrat", sans-serif;
}

.console-large img {
    float: none;
    padding: 0;
}

.console-large > h1, .console-large > h2, 
.console-large > h3, .console-large > h4, 
.console-large > h5, .console-large > h6, 
.DNNContainer_Title_h2 > h1, .DNNContainer_Title_h2 > h2, 
.DNNContainer_Title_h2 > h3, .DNNContainer_Title_h2 > h4, 
.DNNContainer_Title_h2 > h5, .DNNContainer_Title_h2 > h6
{
    font-size: 1.2em !important;
}

.DNNContainer_Title_h2 > .TitleH2, 
.DNNContainer_Title_h2 > .TitleHead
{
    font-family: "Segoe UI Light", Arial !important;
    font-size: 1.5em !important;
}

#ControlNav > li > a {
    height: 53px !important; 
}

#ControlBar_CustomMenuItems > li > a, #ControlActionMenu > li > a {
    height: 53px !important;
}


.rcbSlide
{
    position: relative !important;
}

.rcbScroll
{
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}


div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li
{
    height: 4em;
}