﻿.x-grid-item {
    font: 300 18px/19px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif
}

.x-grid-td {
    vertical-align: middle
}

.right-icon .x-textfield-icon {
    margin-left: 245px;
    top: 5px;
}

.right-icon .x-textfield-icon-input {
    padding-left: 3px;
    padding-right: 20px;
}

#btnLogout {
    left: auto !important;
    right: 0 !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 5;
    cursor: pointer;
}

#imgSrc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 800px;
    max-height: 600px;
}
