﻿.box-shadow {
    box-shadow: 0 1px 5px #888;
}

body {
    padding-top: 75px !important;
}

.navbar {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    position: fixed !important; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 1s; /* Transition effect when sliding down (and up) */
    background-color: #fff;
    z-index: 999;
}

.navbar, .navbar a {
    color: #1f7037;
}

.dropdown-menu {
    background-color: #fff;
    z-index: 999;
}

#headerlogosmall {
    background: url('https://www.yoyoglobal.com/wp-content/uploads/yoyo-global-freight.png') 0 0;
    width: 190px;
    height: 50px;
}

#headerlogosmall a {
    width: 190px;
    height: 50px;
}

#appswitcherdrop {
    padding-top: 0px;
}

#appswitcherdrop i {
    margin-right: 0px; 
    margin-top: 0px;
font-size: 45px;	
}

#appswitchermenu {
    width: 500px; 
    /*padding-top: 0px !important; 
    padding-bottom: 0px !important;*/
    position: fixed;
    top: 70px;
    right: 5px;
}

    #appswitchermenu div {
        width: 140px;
        height: 120px;
        float: left;
        text-align: center;
        color: #575757;
    }
        #appswitchermenu div a {
            color: #575757;
        }

#appswitchermenu div a i {
    display: block;
}


#environmentheader {
    padding-left: 8px;
}

#userdropdown {
    padding-top: 0px;
}