﻿.btn-blue {
    background: #3494E6;
    border: 1px solid #3494E6;
    color: #fff;
}
.btn {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 500ms linear 0s;
}
.btn-blue:hover{
    background: transparent;
    color: #3494E6;
}

.menu-holder {
    background-color: #EFEFEF;
    height: auto;
}
.menubar {
    padding: 8px 0;
    box-shadow: none;
}
.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto!important;
}
.login-user-body {
    background-color: transparent;
}
.login-user-body img {
    background-color: transparent;
    border-radius: unset;
}
.login-user-body .dropdown-toggle {
    display: flex;
    align-items: center;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: node; 
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu-right {
     right: 0; 
     left: auto; 
}
.dropdown-menu p {
    padding: 3px 15px;
    margin-bottom:0;
}

.logo-holder{
    background: none;
}
.color, .closedivSmall {
    color: #3494E6;
}
.ui-dialog {
    border: 0;
    border-radius: 6px;
}
.ui-dialog .ui-dialog-content {
    border: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.ui-dialog .ui-dialog-titlebar {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 8px 0;
}
.btn-blue:nth-child(2) {
    margin-left: 8px;
}
.login-btn{
    float: left!important;
}
.login-content .panel .panel-body .form-group {
    text-align: left;
}
   
div.gridbox_dhx_web.gridbox table.hdr tr:nth-child(2) td,
div.gridbox_dhx_web.gridbox table.hdr td {
    background-color: #EFEFEF;
    color: #000;
}
div.gridbox_dhx_web.gridbox table.hdr tr:nth-child(2) td {
    border-top: 1px solid #EFEFEF;
}