﻿/* -------------- */
/*  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: rgba(255,255,255,1);
    /*background: -moz-linear-gradient(top, rgba(230,220,208,1) 0%, rgba(255,241,230,1) 24%, rgba(255,241,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,220,208,1)), color-stop(24%, rgba(255,241,230,1)), color-stop(100%, rgba(255,241,230,1)));
    background: -webkit-linear-gradient(top, rgba(230,220,208,1) 0%, rgba(255,241,230,1) 24%, rgba(255,241,230,1) 100%);
    background: -o-linear-gradient(top, rgba(230,220,208,1) 0%, rgba(255,241,230,1) 24%, rgba(255,241,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,220,208,1) 0%, rgba(255,241,230,1) 24%, rgba(255,241,230,1) 100%);
    background: linear-gradient(to bottom, rgba(230,220,208,1) 0%, rgba(255,241,230,1) 24%, rgba(255,241,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6dcd0', endColorstr='#fff1e6', GradientType=0 );*/

               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;

    /*background-color: transparent;*/
    /*background-image: url('/Portals/68/Skins/NCRA/images/NCRA-Background.jpg');*/
    /*background-repeat: no-repeat;

    background-size: cover;

    background-position: center;*/ 

    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;
   
    /*background-image: url('/Portals/68/Skins/NCRA/images/NCRA-Background.jpg');*/
    /*background-repeat: no-repeat;

    background-size: 100% 100%;*/

    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;

    padding-left: .5em;
    padding-right: .5em;
}

.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%;
}

.Center-Full
{

}

.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;
}

.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: "Raleway", 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;
}