﻿body {
    margin-left: 30px;
    margin-right: 30px;
    /*background-color: rgb(248, 249, 250);*/
}

#header {
    height: 80px;
    line-height: 80px;
    margin-right: -30px;
    margin-left: -30px;
    background-color: rgb(245, 246, 247);
}

#imageLogo {  
}

#nav {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: rgb(73, 80, 87) !important;
   
    height:100%;
    right:250px;
}
    #nav a{
        color: rgb(73, 80, 87) !important;
        text-decoration: none!important;
    }

    #nav li {
        opacity: 1;
        line-height: 1.5;
    }

    #nav .nav-menu-item {
        opacity: 0.6;
        padding: 10px;
        border-radius: 10px;
        padding-left: 10px;
        padding-right: 25px;
        cursor: pointer;
        margin-right: 10px;
    }

        #nav .nav-menu-item.selected {
            opacity: 1;
            /*background-color: rgb(224, 224, 224);*/
        }

        #nav .selected svg, #nav .selected i, #nav .nav-menu-item :hover svg, #nav .nav-menu-item :hover i {
            color: #e45142 !important;
        }

    #nav .nav-menu-item:hover {
        opacity: 1;
    }

    #nav svg, #nav i {
        font-size: 20px;
        margin-bottom: -2.5px;
        margin-right: 5px;
    }
    
    .nav-float {
        overflow: hidden;
        word-break: break-all;
        height: 100%;
        padding-left: 2px;
    }

a.nav-menu-item {
    color: #e45142;
}

#nav .float-right {
    display: inline-block;
    margin-top: -10px;
}

        #nav .float-right:hover {
            opacity: 1;
        }

#content_body {
    /*background-color: rgb(248, 249, 250);*/
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 6px;
    padding-top: 15px;
}


select
{
    border:none;
}

.user-opts, .profile-opts
{
   background-color:#fff !important;
   border-radius:100px !important;
}
.lang-opts {
    background-color: #fff0 !important;
}

.dropdown-menu a:hover {
    background-color: #f3f3f3 !important;
}

.nav-help {
    float: right;
    margin-right: 220px;
    margin-top: 5px;
    color: #d4d4d4;
    position: inherit;
    z-index: 99;
}

.nav-help-color {
    color: #d4d4d4;
}

.nav-bar-menu-button {
    position: relative;
    width: 220px;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: 400;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-color .15s ease-in-out;
    margin: 0;
    border: 1px solid #e2e2e2;
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    background-color: #ffffff;
    color: #8e9297;
    border-radius: 0.25rem;
    cursor: pointer;
}

    .nav-bar-menu-button:hover {
        border: 1px solid #e45142;
    }

    .nav-bar-menu-button:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(228, 81, 66, 0.48) !important;
    }

.nav-bar-username {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-bar-menu {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.nav-bar-menu-header {
    border-bottom: 1px solid #e8e8e8;
    background-color: #f5f6f7;
    font-size: 1.05rem;
    color: #6c757d;
    padding: .5rem 1.5rem;
    display: flex;
    align-items: center;
}

.nav-bar-menu-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #212529;
    padding: 0.25rem 1.5rem;
    padding-left: 2.25rem;
    background-color: #FFF;
    height: 38px;
}

    .nav-bar-menu-item:hover {
        text-decoration: none;
        color: #212529;
        background-color: #f3f3f3;
    }

    .nav-bar-menu-item:hover > i {
        color: #e45142 !important;
    }
    
.nav-bar-menu-item-text {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}