﻿/*Menu links of the master page*/

/*FONTS
 ---------------------------------------------------------------------------------*/

.cookMenuLinks-desktop {
    /*font-size: .9em;*/
}

.login-wrapper {
    font-size: 0.8em;
}

.smallLinks {
    font-size: 90%;
    padding-right: 20px;
}

    .smallLinks:lang(ar) {
        font-size: 110%;
        padding-left: 20px;
    }


.languagesSmallLinks {
    font-size: x-small;
    padding-right: 20px;
    display: inline-block;
    width: auto;
}

    .languagesSmallLinks:last-child {
        padding-right: 0px;
    }

.pageCategoryLabel {
    color: #51cf25;
}

    .pageCategoryLabel:lang(ar) {
        font-size: 100%;
    }




/*---------------------------------------------------------------------------------*/


/*DESKTOP MENU*/

.topfixed-menu-wrapper {
    z-index: +10;
    width: 100%;
    position: fixed;
    top: 0;
}

.topfixed-menu-content {
    width: 80%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.90);
    height: 80px;
    max-width: 1400px;
    top: 0;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
}


/* COOKNICHE DESKTOP MENU*/
.cooknicheMenu-wrapper-desktop {
    text-align: left;
    height: 100%;
}


.logo-wrapper-desktop {
    display: inline-table;
    height: 100%;
    float: left;
    width: auto;
    white-space: nowrap;
}

.logoCookniche-desktop {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    width: 100%;
    height: 100%;
}

.cookniche-logo {
    max-width: 140px;
}

.cookniche-logo-photos {
    max-width: 100px;
}

.logoCookniche-desktop img {
    padding-bottom: 5%;
}

.openMenuIcon, .MenuCooknicheIcon {
    margin-right: 10%;
    cursor: pointer;
    max-width: 28px;
}

.icon-openmenu-opacity {
    opacity: 0.5;
    cursor: pointer;
    max-width: 28px;
}



.icons-width, .userControl-Information-icon {
    cursor: pointer;
    max-width: 40px;
    max-height: 40px;
}

.iconsBig-width {
    cursor: pointer;
    max-width: 80px;
    max-height: 80px;
}

.DDL_language {
    float: right;
    padding-right: 10px;
    display: table;
    text-align: right;
    height: 100%;
    vertical-align: middle;
}

/* COOK DESKTOP MENU*/

/*For testing the border behavior 


.cookMenu-wrapper-desktop,
.userBigRoundPicWrapper,
.cook-name-wrapper

{
    border-style: solid;
    border-width: 1px;
    border-color: black;
}*/

.topMargin {
    height: 110px;
}

.cookMenu-wrapper-desktop {
    width: 100%;
    height: 107px;
}

.socialMediaIcons-desktop-content {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    line-height: 0;
    width: 100%;
    padding-right: 20%;
    white-space: nowrap;
    height: 80px;
    overflow: hidden;
}

    .socialMediaIcons-desktop-content img {
    }

/* Replaced socialMediaIcons-desktop-content img*/


.socialMediaIcons-desktop-inner {
    display: inline-block;
    text-align: left;
}

.userBigRoundPicWrapper {
    display: inline-block;
    float: left;
    height: 100%;
    min-width: 200px;
    padding-right: 3%;
    padding-left: 7%;
    vertical-align: top;
}

.userBigRoundPic, .cook-roundpic-small-content, .cook-roundpic-small-content-listPopup {
    display: inline-block;
    float: right;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.userBigRoundPic {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin-top: -40%;
}

.cook-roundpic-small-content {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.cook-roundpic-small-content-listPopup {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-left: 20px;
    margin-right: 20px;
    float: none;
}


.cookFirstname {
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    
}

.cookFamilyname {
    white-space: nowrap;
   
}

.cookMenuLinks-desktop {
    float: right;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-top: 20px;
    min-width: 35%;
    width: auto;
}

    .cookMenuLinks-desktop:lang(ar) {
        text-align: right;
    }

.cook-menu-icon {
    display: inline-block;
    float: right;
    text-align: right;
    padding-left: 2%;
    padding-top: 16px;
    vertical-align: top;
}

    .cook-menu-icon img, icon-close-cook img {
        cursor: pointer;
    }


/*POP UP MENU */

.icon-close-cook {
    position: absolute;
    top: 3%;
    right: 20%;
    z-index: +30;
    clear: both;
}

/*MOBILE AND DESKTOP MENU*/

.login-wrapper {
    display: inline-table;
    height: 100%;
    float: right;
}

.login-divs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-right: 6px;
    position: relative;

    /*border-style: solid;
    border-width: 1px;
    border-color: black;*/
}

.notificationDiv{
    position: absolute;
    margin-top: -20%;
    margin-left:-4px;
    display: none;
}

.notificationCount{
     position: absolute;
     padding:20%;
     color:white;
     font-family: Verdana;
     font-weight: bold;
}


.UserName {
    float: right;
}

.label_popup {
    text-align: right;
    line-height: 1.8em;
}

.MenuUserClass {
    display: none;
    z-index: +501;
    position: absolute;
    overflow: hidden;
    width: 25%;
    text-align: right;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.3);
    background-color: rgba(255, 255, 255, 0.96);
    line-height: 1.9em;
    border-bottom-left-radius: 20px;
}

.MenuCooknicheClass {
    display: none;
    z-index: +501;
    position: absolute;
    overflow: hidden;
    width: auto;
    text-align: left;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 30px 3px rgba(50, 50, 50, 0.3);
    background-color: rgba(255, 255, 255, 0.96);
    line-height: 1.9em;
    border-bottom-right-radius: 20px;
    padding: 5%;
}

.cookMenuLinks-popup-content {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 20%;
}

.cookMenuLinks-popup-text {
    display: block;
}



/*EDITING PANEL at bottom*/

.editingPanel_wrapper {
    z-index: 15;
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.2);
}

.editingPanel_inner {  
   
    display: inline-table;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.editingPanel_content {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}


.select_img_content {
    display: inline-block;
    vertical-align: middle;
}

.select_img_position {
    position: absolute;
}


.FileUpload_content {
    opacity: 0;
    position: relative;
}

.FileUpload, .s {
    Width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
}

.uploadedFile_btn {
    width: 100px;
}




/*BREAKPOINT 1200*/


@media only screen and (max-width: 1400px) {
    .topMargin {
        height: 160px;
    }

    .cookMenuLinks-desktop {
        display: none;
    }

    MenuUserClass {
        width: 30%;
    }

    .cookMenuLinks-popup-content {
        padding: 20%;
    }
}

@media only screen and (max-width: 1024px) {

    .topfixed-menu-content {
        width: 90%;
        height: 60px;
    }

    .cookniche-logo {
        width: 120px;
    }

    .cookniche-logo-photos {
        max-width: 100px;
    }

    .cookMenu-wrapper-desktop {
        height: 90px;
    }



    .userBigRoundPic {
        width: 170px;
        height: 170px;
        border-radius: 85px;
    }

    .MenuUserClass {
        width: 30%;
    }
}


@media only screen and (max-width : 799px) {

    .topMargin {
        height: 130px;
    }

    .cook-menu-icon {
        padding-top: 3%;
    }

    /*.login-divs {
        padding-bottom: 7%;
    }*/

    .cookMenu-wrapper-desktop {
        height: 90px;
    }

    .userBigRoundPicWrapper {
        padding-right: 5%;
        padding-left: 5%;
    }

    /* .userBigRoundPic {
            width: 190px;
            height: 190px;
            border-radius: 95px;
            margin-top: -36%;
        }*/

    .socialMediaIcons-desktop-content {
        padding-right: 8%;
        height: 60px;
    }

    .MenuUserClass {
        width: 50%;
    }
}



@media only screen and (max-width: 599px), only screen and (max-width: 640px) and (orientation : landscape) {

    .topMargin {
        height: 70px;
    }

    .topfixed-menu-content {
        height: 50px;
    }

    .cook-roundpic-small-content, .cook-roundpic-small-content-listPopup, .iconClose_List {
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

    .cook-roundpic-small-content-listPopup {
        margin-left: 15px;
        margin-right: 15px;
    }


    .icons-width, .FileUpload, .userControl-Information-icon, .s {
        width: 30px;
        height: 30px;
    }

    .socialMediaIcons-desktop-content {
        height: 38px;
    }

    .cook-menu-icon img {
        width: 22px;
    }

    .openMenuIcon, .MenuCooknicheIcon {
        margin-right: 5%;
        width: 22px;
    }

    .icon-openmenu-opacity {
        width: 22px;
    }

    .cookniche-logo {
        width: 80px;
    }

    .cookniche-logo-photos {
        max-width: 66px;
    }

    .cookMenu-wrapper-desktop {
        height: 67px;
    }

    .MenuUserClass {
        width: 75%;
    }

    .userBigRoundPicWrapper {
        width: auto;
        min-width: 100px;
    }

    .userBigRoundPicWrapper {
        padding-right: 3%;
        padding-left: 3%;
    }

    .userBigRoundPic {
        width: 110px;
        height: 110px;
        border-radius: 55px;
        margin-top: -30%;
    }

    .editingPanel_wrapper {
        height: 45px;
    }
    .socialMediaIcons-desktop-content {
        margin-bottom: 12px;
    }
    .pageCategoryLabel {
    font-size:90%;
}
}

@media only screen and (max-width : 375px) {

    .topMargin {
        height: 62px;
    }

    .topfixed-menu-content {
        width: 100%;
        height: 50px;
    }

  
    .cook-roundpic-small-content-listPopup {
        margin-left: 15px;
        margin-right: 10px;
    }


    .cookMenu-wrapper-desktop {
        height: 66px;
    }

    .cookniche-logo {
        width: 80px;
    }

    .cookniche-logo-photos {
        max-width: 66px;
    }

    .MenuUserClass {
        width: 70%;
    }

    .socialMediaIcons-desktop-content {
        height: 38px;
    }

    .editingPanel_wrapper {
        height: 40px;
    }
}

/* LANDSCAPE MODE*/
@media only screen and (max-width: 1400px) AND (orientation: landscape) {
    .topMargin {
        height: 110px;
    }

    .socialMediaIcons-desktop-content {
        height: 50px;
    }
}

@media only screen and (max-width: 640px) AND (orientation: landscape) {
    .topMargin {
        height: 50px;
    }

    .socialMediaIcons-desktop-content {
        height: 38px;
    }
}
