#recordHeaderWrapper{
    background-color:#ffffff;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;  
    left:0;
    padding: 0 20px;
    min-width: 275px;
    box-sizing: border-box;
}

#recordHeader{
    font-weight:bold;
    height: auto;
    min-height: 40px;
    border-bottom: 2px solid #ddd;
    padding:5px 0;
    width:100%;
    background-color:#ffffff;
    font-size: 14px !important;
    font-family: Calibri, Verdana, sans-serif !important;
    margin-top: 3px;
    display: inline-flex;
    justify-content:space-between;
}

#recordHeader .headerButton a,
#recordHeader .headerButton{
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 14px !important;
    text-decoration: none;
    font-weight: normal;
    color: #000 !important;
}
/*---------------*/

.recordInfo-middle {
    display: inline-flex;
    flex-direction: column;
    width:100%;
    min-width: 25px;
}

.flexStart{
    display:flex;
    width:75%;
}

#recordNumber{
    white-space: nowrap;
}

.recordInfo-right {
    display: inline-flex;
    flex-direction:column;
    align-items:flex-end;
    
    min-width: 25%;
}

.recordInfo-left {
    width: 175px;
    padding-top: 3px;
    padding-left: 3px;
    white-space:nowrap;
}

.recordInfo-right span, .recordInfo-middle span{
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 14px !important;
}

#recordHeader #menuIcon a{
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 20px !important;
    vertical-align:sub;
    text-decoration: none !important;
}

#recordHeader #menuIcon{
   padding: 4px 5px;
}

#recordHeader .headerButton input,
#recordHeader .headerButton span{
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 14px !important;
    background-color: none;
    background: none;
    border:0;
    padding-left:2px;
    padding-right:2px;
    margin-left: 0;
}

#recordHeader .headerButton input:disabled{
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 14px !important;
    background-color: none;
    background: none;
    border:0;
    cursor: normal;
    color: #c0c0c0 !important;
    text-decoration: none;
}

#recordHeader .headerButton input:disabled:hover{
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 14px !important;
    background-color: none !important;
    background: none !important;
    border:0 !important;
    cursor: normal;
    color: #c0c0c0 !important;
    text-decoration: none;
}

.recordInfo-left .headerButton{
    font-family: Calibri, Verdana, sans-serif !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border: 1px solid rgba(0, 0,0, 0.25);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08), inset 0 1px 2px rgba(255,255,255, 0.75);
    color: #000;
    outline: none;
    min-height: 2em;
    height: 2em;
    max-height: 2em;
    width: auto;
    padding: 5px;
    margin-right:10px;
    cursor: pointer;
    text-decoration: none;
}

.recordInfo-left span:hover{
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',   endColorstr='#dcdcdc',GradientType=0 );
    border: 1px solid rgba(0,0,0,0.5);
}

.recordInfo-left span a{
    font-family: Calibri, Verdana, sans-serif !important;
    color: #000 !important;
    text-decoration: none !important;
}

#headerMenu{
  position: absolute;
  z-index: 999999;
}

.menuItems{
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #888;
    padding:0;
    margin-top:0px;
}

.menuItems li{
    float: none;
    display: block;
    background: #ffffff;
    list-style-type: none;
    border-bottom: 1px solid #888;
    padding: 5px 8px;
    white-space: nowrap;
}

.menuItems li a{
    color: #000 !important;
    text-decoration: none;
    font-family: Calibri, Verdana, sans-serif !important;
    font-size: 14px;
    display: block;
}

.menuItems li:hover{
    text-decoration: underline;
    background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
    background: -webkit-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#dcdcdc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dcdcdc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
}

.menuItems li a.disabled{
    color: #c0c0c0 !important;
    cursor: normal;
}
.menuItems li a.disabled:hover{
    color: #c0c0c0 !important;
    text-decoration: none;
}

#recordTitle,#recordOwner {
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
