﻿#main-desk ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    font-family: sans-serif;
    margin: 0px;
    z-index: 9999;
    color: #fff;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
}

    #main-desk ul li {
        display: block;
        position: relative;
        float: left;
        border: 0;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

#main-desk li ul {
    display: none;
    padding: 0;
    /*background-color: white;*/
    border: solid #64686B;
    border-width: 1px;
    font-family: sans-serif;
    font-size: 16px;
    transition: all 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 0 auto;
}

#main-desk ul li a {
    display: block;
    /*background: #ffffff;*/
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #64686B;
    border: 0;
    margin: 0;
}

    #main-desk ul li a:hover {
        /*background: #494B4C;*/
    }

#main-desk li:hover ul {
    display: block;
    position: absolute;
}

#main-desk li:hover li {
    float: none;
}

#main-desk li:hover a {
    background: #fff;
    text-decoration: none;
}

#main-desk li:hover li a:hover {
    background: #448185;
    color: #fff;
}

#main-desk li ul li {
    border-top: 0px;
}

.hidden {
    position: absolute;
    left: -999px;
    z-index: 999;
}

    .hidden:focus {
        left: 999px;
    }

.Chevron {
    position: relative;
    float: right;
    margin: 10px 70px 15px 8px;
    vertical-align: central;
    /*display:inline-block;*/
    height: 14px; /*height should be double border*/
}

    .Chevron:before,
    .Chevron:after {
        position: absolute;
        display: block;
        content: "";
        border: 7px solid transparent; /*adjust size*/
    }

    /*Change four 'top' values below to rotate (top/right/bottom/left)*/
    .Chevron:before {
        top: 0;
        border-top-color: #fff; /*Chevron Color*/
    }

    .Chevron:after {
        top: -3px; /*adjust thickness*/
        border-top-color: #494B4C; /*Match background colour*/
    }

@media only screen and (max-width: 991px) {
    #main-nav {
        display: none !important;
    }

    .app-name {
        display: inline;
        word-wrap: normal !important;
    }
}

@media only screen and (min-width: 992px) {
    #burger-slice {
        display: none !important;
    }

    .app-name {
        display: inline;
        word-wrap: normal !important;
    }
}

@media only screen and (max-width: 725px) {
    /*#lblAppName {
        display: none !important;
    }*/

    .app-name {
        display: block;
        word-wrap: break-word !important;
        margin-right: 100px;
        margin-left: 145px;
        margin-top: -15px;
        max-height: 95px;
    }

    .menu-act-text {
        display: none !important;
    }   
}

/*@media only screen and (max-width: 475px) {
    #lblAppName {
        display: none !important;      
    }
}*/

@media only screen and (max-width: 575px) {
    #footer-container {
        display: none !important;
    }
}

#main-desk .home-menu-link {
    text-decoration: none;
    background-color: transparent !important;
    cursor: default;
    color: #ffffff !important;
    font-size: 16px;
    float: left;
    font-family: sans-serif;
    /*padding: 5px 0 15px 0;*/
    font-weight: 700 !important;
    margin-left: 140px;
    margin-right: 50px;
    z-index: 2000;
    margin-top: -5px;
}

#main-desk .home-spec {
    color: #fff;
    font-weight: 700 !important;
    padding: 5px 0 0 0;
    background-color: #494B4C !important;
}

.menu-spacing {
    padding: 5px 0 15px 0;
    margin: 5px 0 15px 0;
}

.menu-theme {
    background-color: #494B4C;
    /*padding: 5px 0 0 0;*/
    height: 45px;
    border: 1px solid #64686B;
    margin-top: -28px;
}

.arrow-right {
    float: right;
    border: solid #494B4C;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-top: 11px;
    margin-right: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.dropdown-parent {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #64686B;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1001;
    margin: -36px 0 0 165px;
}

.dropdown-parent-third-level {
    position: relative;
    display: inline-block;
}

.dropdown-content-third-level {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    border: 1px solid #64686B;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1002;
    margin: -34px 0 0 205px;
}

.dropdown-parent:hover .dropdown-content {
    display: block;
}

.dropdown-parent-third-level:hover .dropdown-content-third-level {
    display: block;
}

.logo-placement {
    z-index: 999;
    margin: 22px 0 0 20px;
    position: absolute;
}

.logo-img {
    max-width: 99px;
    height: auto;
    width: auto;
    margin-top: -66px;
    /*padding: 5px 0 0 0;*/
    /*margin: 0 15px 0 25px;*/
}

.env-sty {
    color: #286da8 !important;
    font-size: 20px;
    font-weight: 600;
    float: right;
    margin-top: -25px;
    padding-right: 25px;
    /*text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;*/
}

#div-top {
    position: relative;
    padding-bottom: 15px;
    padding-top: 10px;
}

.div-menu-height {
    margin-bottom: 15px;
}

#template-text {
    padding: 0 25px 25px 25px;
}

.menu-act-text {
    float: right;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 7px 70px 0 0;
    margin: 0;
    color: #494b4c;
    white-space: nowrap;
    position: relative;
    background: transparent !important;
}

#burger-top {
    float: right;
    /*margin-top: -10px;*/
    outline: 0 !important;
}

#burger-slice {
    margin: 0;
    padding: 0;
    max-width: 100px;
    outline: 0 !important;
}

#footer-container {
    position: sticky !important;
    left: 0;
    bottom: 0;
    height: 104px;
    width: 100%;
    /*margin:0 auto;*/
}

.app-name {
    margin-left: 140px;
    font-size: 22px;
}

.top-space {
    content: "";
    min-height: 20px !important;
}

.hyp-width {
    width: 245px;
}

#misc-div1 {
    margin-top: 1px;
}

.div-nav-misc {
    margin: 0;
}

.ul-home {
    text-decoration: none;
    margin-left: 140px;
}

.version-foot-style {
    text-align: center;
    padding: 5px;
    margin: 5px 0 5px 0;
}

.head-cus {
    min-height: 100%;
    height: 100%;
    position: relative;
}

.body-cus {
    margin: auto 0;
    min-height: 100%;
    margin-bottom: 0px;
}
