﻿/*------------------------------------*\
             LAYOUT CUSTOM
\*------------------------------------*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-neutral-2);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-neutral-5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-neutral-9);
}

.applicationMenu{
    bottom: 0px;
    left: 0px;
    padding: 50px 0 0 0;
    position: absolute;
    top: 0px;
    width: 220px;
    

}

.lateralMenuRecord{
    color: rgba(255, 255, 255, .7);
    font-family: 'NovelSansPro_SemiBold';
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 280px;
}

.lateralMenuRecord:hover{
    color: rgba(255, 255, 255, 1);
    font-family: 'NovelSansPro_SemiBold';
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 280px;
}

.lateralMenuRecordActive {
    color: var(--color-neutral-0);
    font-family: 'NovelSansPro_SemiBold';
    font-size: 12.5px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
    width: 280px;
}

.lateralContainerMenuItem{
    height: 37px;
    width: auto;
    background-color: transparent;
    border: none;
    padding: 18px 0 15px 0;
    margin: 0px;
}

.lateralContainerMenuItemActive{
    height: 37px;
    width: auto;
    background-color: transparent;
    border-bottom: 2px solid var(--color-neutral-0);
    padding: 18px 0 15px 0;
    margin: 0px;
}

.Header {
    border: none;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;

    
}

.Header_Title {
    float: left;
    overflow: hidden;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    
    height: 200px;
    left: 0px;
    top: 50px;
    width: 220px;
    position: absolute;
}

.Header_Title img {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 156px;
}

.applicationMenuContent{
    left: 0px;
    position: absolute;
    top: 250px;
    width: 220px;
}

.mainContentPlaceholder{
    position: relative;
    min-height: 600px;
    margin-top: 20px;
}

.footerPlaceholder{
    position: relative;
    height: 50px;
}

.MainContent{
    bottom: 0px;
    left: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: var(--color-neutral-5);
    
    
    
    
    padding: 0px !important;
    position: absolute;
    right: 0px;
    top: 0px;
}

.contentWrapper{
    min-height: 100%;
    padding: 15px 20px 0px 20px !important;
}


/*------------------------------------*\
             CUSTOM TABLESRECORDS
\*------------------------------------*/


.NewTableRecords_Header {
    color: #999 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    font-weight: bold !important;
    letter-spacing: 1px;
    line-height: 14px;
}

.NewTableRecords {
    text-align: left;
}

.NewTableRecords_OddLine,
.NewTableRecords_EvenLine {
    background-color: #fff;
    border-bottom: none;
    height: 61px;
    border-bottom: 1.5px solid #F5F5F5;
    vertical-align: middle;
}

.NewTableRecords_OddLine:first-child,
.NewTableRecords_EvenLine:first-child,
.NewTableRecords_Header:first-child {
    padding-left: 20px;
}

.NewTableRecords tbody > tr:last-child > td {
    border-bottom: none;
}

tbody{
    box-shadow: 0px 0px 10px 0px rgba(230,230,230,1);
    color: var(--color-text);
    font-size: 14px;
    line-height: 19px;
}

.NewTableRecords a:link{
    color: var(--color-primary);
}

.NewTableRecords a:link:hover{
    color: var(--color-text);
}

.bgContent{
    background-image: url(/PartnersPortal_Theme/img/bg_2x.png?10688);
    background-attachment: fixed;
    background-repeat:  no-repeat;
    background-position: right top;
    background-size: cover;
    bottom: 0px;
    content : "";
    display: block;
    height: 100%;
    left: 220px !important;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.doubleBigDiv{
    width: 65%;
}

.singleBigDiv{
    width: 32%;
}

/*------------------------------------*\
                DASHBOARD
\*------------------------------------*/

.sectionTitle{
    color: var(--color-primary);
    font-family: 'NovelPro';
    font-size: 19px;
    letter-spacing: 1;
    line-height: 29px;
    margin: 25px 0 15px 0;
    width: auto;
}



.counterList{
    width: 28px;
    height: 28px;
    background-color: var(--color-primary);
    border: none;
    border-radius: 100px;
    color: var(--color-neutral-0);
    font-family: 'NovelSansPro_Bold';
    margin-right: 20px;
    padding-top: 5px;
}

.imageCard{
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.imageCard img{
    display: inline-block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.itemList{
    margin-bottom: 25px;
}

.itemName{
    color: var(--color-neutral-10);
    font-family: 'NovelPro-Bold';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

.itemDetail{
    font-family: 'NovelSansPro_Regular';
    font-size: 12px;
    line-height: 21px;
    text-align: left;
}

.itemDescription{
    color: var(--color-neutral-7);
    font-family: 'NovelPro';
    font-size: 14px;
    text-align: left;
}

.itemActionText{
    color: var(--color-neutral-10);
    font-family: 'NovelSansPro_Bold';
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
}

.lineSeparator{
    border-bottom: 1px solid var(--color-primary);
    height: 2px;
}

.cardOneA {
    background-color: var(--color-neutral-0);
    border-radius: none;
    box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
    height: 540px;
    margin-top: 10px;
    padding: 20px;
    
    width: 49%;
}

.cardOneB {
    background-color: var(--color-neutral-0);
    border-radius: none;
    box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
    height: 540px;
    margin-top: 10px;
    padding: 20px;
    
    width: 49%;
}

.cardTwo {
    background-color: var(--color-neutral-0);
    border-radius: none;
    box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
    height: 470px;
    margin-top: 10px;
    padding: 20px;
    
}

.cardThree {
    background-color: var(--color-neutral-0);
    border-radius: none;
    box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
    height: auto;
    max-height: 1070px;
    margin-top: 10px;
    padding: 20px;
    
}

.userTitle{
    font-family: 'NovelPro-Bold';
    font-size: 30px;
    text-align: left;
}

.managerCard{
    height: 300px;
    width: 30%;
}

.areaManager{
    height: 175px;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.areaManager img{
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.galleryImageCard{
    display: block;
    height: 220px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    width: 200px;
}

.imageAwards{
    height: 250px;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.imageAwards img{
    display: block;
    height: 250px;
    object-fit: contain;
    width: 100%;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .Header_Title img {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 60px;
    }
    .MainContent{
        left: 70px;
    }
    .Menu_TopMenus{
        padding-top: 30px;
    }
    .doubleBigDiv{
        width: 100%;
    }

    .singleBigDiv{
        width: 100%;
        margin-left: 0px !important;
    }
    .cardOneA {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 100%;
        margin-left: 0px;
    }
    .cardOneB {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 100%;
        margin-left: 0px;
    }    
    
    .cardThree {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: auto;
        max-height: 1070px;
        margin-top: 10px;
        padding: 20px;
        
        width: 100%;
    }
    .bgMenu{
        background-image: url(/PartnersPortal_Theme/img/bgMenu_Grapes.png?10688);
        background-attachment: fixed;
        background-repeat:  no-repeat;
        background-position: absolute;
        /*background-size: cover;*/
        bottom: 0px;
        content : "";
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity : 1;
        width: 70px;
        z-index: -1;
    }
    .bgContent {
        background-image: url(/PartnersPortal_Theme/img/bg_2x.png?60386&10688);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: 70px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .Header_Title img {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 90px;
    }
    .MainContent{
        left: 100px;
    }
    .Menu_TopMenus{
        padding-top: 30px;
    }
    .doubleBigDiv{
        width: 100%;
    }
    .singleBigDiv{
        width: 100%;
        margin-left: 0px !important;
    }

    .cardOneA {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 100%;
        margin-left: 0px;
    }
    .cardOneB {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 100%;
        margin-left: 0px;
    }
    .cardThree {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: auto;
        max-height: 1070px;
        margin-top: 10px;
        padding: 20px;
        
        width: 100%;
    }
    .bgMenu{
        background-image: url(/PartnersPortal_Theme/img/bgMenu_Grapes.png?10688);
        background-attachment: fixed;
        background-repeat:  no-repeat;
        background-position: absolute;
        /*background-size: cover;*/
        bottom: 0px;
        content : "";
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity : 1;
        width: 100px;
        z-index: -1;
    }
    .bgContent {
        background-image: url(/PartnersPortal_Theme/img/bg_2x.png?60386&10688);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: 100px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .Header_Title img {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 130px;
    }
    .MainContent{
        left: 150px;
    }
    .Menu_TopMenus{
        padding-top: 30px;
    }
    .doubleBigDiv{
        width: 100%;
    }

    .singleBigDiv{
        width: 100%;
        margin-left: 0px !important;
    }

    .cardOneA {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 49%;
        margin-left: 0px;
    }
    .cardOneB {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 49%;
        margin-left: 1.96%;
    }
    .bgMenu{
        background-image: url(/PartnersPortal_Theme/img/bgMenu_Grapes.png?10688);
        background-attachment: fixed;
        background-repeat:  no-repeat;
        background-position: absolute;
        /*background-size: cover;*/
        bottom: 0px;
        content : "";
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity : 1;
        width: 150px;
        z-index: -1;
    }
    .bgContent {
        background-image: url(/PartnersPortal_Theme/img/bg_2x.png?60386&10688);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: 150px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .Header_Title img {
        position: absolute;
        left: 35px;
        top: 30px;
        width: 156px;
    }
    .MainContent{
        left: 220px;
    }
    .Menu_TopMenus{
        padding-top: 0px;
    }
    .doubleBigDiv{
        width: 66%;
    }

    .singleBigDiv{
        width: 32%;
        margin-left: 1.96% !important;
    }

    .cardOneA {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 49%;
        margin-left: 0px;
    }
    .cardOneB {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 49%;
        margin-left: 1.96%;
    }
    .bgMenu{
        background-image: url(/PartnersPortal_Theme/img/bgMenu_Grapes.png?10688);
        background-attachment: fixed;
        background-repeat:  no-repeat;
        background-position: absolute;
        /*background-size: cover;*/
        bottom: 0px;
        content : "";
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity : 1;
        width: 220px;
        z-index: -1;
    }
    .bgContent {
        background-image: url(/PartnersPortal_Theme/img/bg_2x.png?60386&10688);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: 220px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .Header_Title img {
        position: absolute;
        left: 35px;
        top: 30px;
        width: 156px;
    }
    .MainContent{
        left: 220px;
    }
    .Menu_TopMenus{
        padding-top: 0px;
    }
    .doubleBigDiv{
        width: 66%;
    }

    .singleBigDiv{
        width: 32%;
        margin-left: 1.96% !important;
    }

    .cardOneA {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 49%;
        margin-left: 0px;
    }
    .cardOneB {
        background-color: var(--color-neutral-0);
        border-radius: none;
        box-shadow: 0px 0px 10px 0px rgba(230, 230, 230, 1);
        height: 540px;
        margin-top: 10px;
        padding: 20px;
        
        width: 49%;
        margin-left: 1.96%;
    }
    .bgMenu{
        background-image: url(/PartnersPortal_Theme/img/bgMenu_Grapes.png?10688);
        background-attachment: fixed;
        background-repeat:  no-repeat;
        background-position: absolute;
        /*background-size: cover;*/
        bottom: 0px;
        content : "";
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity : 1;
        width: 220px;
        z-index: -1;
    }
    .bgContent {
        background-image: url(/PartnersPortal_Theme/img/bg_2x.png?60386&10688);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        bottom: 0px;
        content: "";
        display: block;
        height: 100%;
        left: 220px !important;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
    }
} 
