.new-line{
    width:100%;display:block;padding:10px 0;
}

#menu a.navbar-brand {
    padding: 0;
    margin: 0;
}
#menu a.navbar-brand img{
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border:none;
}

#menu .navbar-toggle{
    color: white;
    border-color: white;
}

#menu .navbar-toggle .icon-bar{
    color: white;
    background-color: white;
    border-color: white;
}


.page-loading{
    position: fixed;
    width: 100%;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    z-index:10000;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
}

.page-loading .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #76BD1D; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    align-self: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-style .flag-container{
    display: flex;
    justify-content: left;
    text-align: left;
}

a.dropdown-toggle.custom-style{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.custom-style .flag{
    width:16px;
    height:16px;
    display: inline-block;
    align-self: center;
    vertical-align: central;
    
}

.dropdown-menu.custom-style{
    background-color: #262626;
    color:white;
}

.dropdown-menu.custom-style *{
    color:white;
}
.dropdown-menu.custom-style > li > a {
    padding:10px 20px;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu.custom-style > li > a:hover, .dropdown-menu.custom-style > li > a:focus:hover{
    background-color: #494949;
}

.custom-style.inline *{
    display: inline-block;
}

