/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.navbar-dark,
.main-menu.menu-dark, 
.main-menu.menu-dark.navigation,
#main-menu-navigation {
    background: #232323 !important;
}

.main-menu:hover, .main-menu:hover #main-menu-navigation, .main-menu:hover #main-menu-navigation li a {
    background: #333333 !important;
}
.main-menu #main-menu-navigation a {
    color: #73bbbf;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu #main-menu-navigation .disabled-nav-cmd a:not(:hover) {
    color: #888;
}
#main-menu-navigation li:hover a {
    color: #57e18e;
}
#main-menu-navigation a i.fa::before {
    font-size: 12px !important;
}

html body.bg-full-screen-image
{
    background: url(../images/bg/Biogrid-08212018.png) no-repeat center center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    background-color: #3a373a;
    background-blend-mode: multiply;
}

.CodeMirror {
    height: 100%;
}

.no-avatar {
  background-size: contain;
  background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 30px;
    max-width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar
{
    width: 30px; 
    margin-right: .5rem;
	padding-bottom: 2px !important;
	
}

:global .brand-logo
{
    background-color: red !important;
}

.header-navbar .navbar-header .navbar-brand .brand-logo
{
	margin-top: 5px !important;
	margin-left: 5px !important;
    width: 150px !important;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link
{
    line-height: 23px; 
    padding: 1.2rem 1rem;
	margin-left: 150px !important;
	padding-top: 20px !important;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name
{
    display: inline-block;

    margin-bottom: .4rem;
    margin-left: .2rem;
}

.img .vender-logo {
	width: 10px !important;
}

.no-click {
    pointer-events: none;
}

/*Dropdown menu css*/
.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
}
.dropdown-toggle-right::after {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.new-connector-banner {
    background: #ff9966;
    color: #333;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.connector-card.with-banner .card-body {
    padding-top: 0px;
    padding-bottom: 15px;
}

