﻿
.bodyMaster {
    background-image:none;
}

/************ TOP ZONE **************/
/* Top table */
DIV.divTop {
    border-bottom: solid 1px #0669b2;
}

.tbl_TopToolbar {
    background-color: #0669b2;
    background-image: none !important;
    border: none;
}

.td_TopToolbarCell {
    font-family: 'Roboto', serif;
    color: #f8f8f8;
    background-color: #0669b2;
}

.td-list {
    background-color: White;
    width: 50%;
    vertical-align: top;
    border: 1px solid rgb(196, 196, 196);
}

.topCommand, .topCommand:link, .topCommand:visited, .topCommand:active, .topCommand:hover {
    font-family: 'Roboto', serif;
    font-size: 12px;
    font-weight:400;
    color: #f8f8f8;
}

    .topCommand:hover {
        text-decoration: none;
        color: #b5dffc; 
    }

.tbl_PageHolder {
    background-color: #0669b2;
}

.td_LeftBarHolder {
    border-right: 1px solid #ddd !important;
}

.tbl_ContentArea {
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}

.font_Medium_TopCommands {
    font-family: 'Roboto', serif;
    font-size: 12px;
    color: #f8f8f8;
    text-decoration: none;
}

.dropbtn {
    font-family: 'Roboto', serif;    
    font-weight:700;
    background-color: #0669b2;
    color: #f8f8f8;
    padding: 2px;
    font-weight: bold;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #ffea64;
    color: #404040;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0669b2;
    color: #f8f8f8;
    font-weight: bold;
    font-size: 12px;
    min-width: 110px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    font-family: 'Roboto', serif;    
    z-index: 1;
}


.dropdown-content div {
    color: #f8f8f8;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    min-width: 100%;
    vertical-align: middle;
    font-family: 'Roboto', serif;
}

.dropdown-content div:hover {
    background-color: #b5dffc;
    color: #0669b2;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', serif;
}

.dropdown-content div a {
    color: #f8f8f8;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', serif;
}

.dropdown-content div:hover a {
    color: #404040;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', serif;
}

.show {
    display: block;
}

.tabView {
     border: none; 
}

.version {
    color: #f8f8f8;
    background-color: #0669B2;
    font-size: 10px;
    margin: 20px 10px 20px 10px;
    font-weight: 500;
    font-family: 'Roboto', serif;
}

.logo img {
    margin-left: 10px;
}

.logo.in img {
    margin: 10px;
}

.logo.login img {
    margin-top: 10px;
}

.logo-panel {
    width: 10px;
    overflow:hidden;
}

.dropdown-content-item {
    margin-left: 10px;
}

.dropdown-content-item-icon{
    width:16px;
    height:16px; 
    margin:0 5px 0 10px;
}

.dropdown-content-item-icon:hover{
    background: transparent;
}

.top-title {
    color: #fff;
    font-family: 'Roboto', serif;
    font-weight: 300;
    font-size: 14px;
    margin-left: 10px;
}

.top-title.in {
    margin-left: 0;
}

.user-name{
    font-weight:500;
}

.font-family {
    font-family: 'Roboto', serif;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:100;
}

.RadSplitter.RadSplitter_Default {
    border-left: none !important;
    border-top: none !important;
}