﻿/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: 'Script MT Bold';
	src: url('fonts/SCRIPTBL.TTF'); 
}

.project-navbar-user {
    margin-left: 36%;
    width: 300px;
    position: absolute;
    text-align: center;
}

.list-header {
    margin-bottom: 6px;
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.navbar {
    margin-bottom: 5px;
}

.project-navbar-user .k-picker {
    height: 32px;
}

.project-navbar-user .k-input-value-text {
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1100px) {
    .project-navbar-user {
        margin-left: 0px;
        position: absolute;
        left: 210px;
    }
}

.project-navbar-bold {
    font-size: x-large;
}

.project-welcome {
    margin-top: -5px
}
.project-navbar-fixed-bottom {
    padding-top: 5px;
}

.panel {
    margin-bottom: 5px;
}

.project-section-header {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #204d74;
    padding-left: 15px;
    font-weight: bolder;
    color: white;
    border-radius: 15px 15px 0px 0px;
    font-size: larger;
    margin-bottom: 5px;
}

/* ------------------------------------------------------------ */
.popupHeading {
    text-align: center;
    margin: 0px;
    padding: 18px 0 12px 0;
    padding-top: 10px;
}
 
.popupHeadingText {
    font-family: 'Verdana';
    font-size:18px;
    float: inherit; /*left; */
    padding:1px;
    /*margin-top: -6px;*/
}

.popupMessageText{
    font-size:18px; /*18px;*/
    padding:10px;
}

.rcorners5 {
    border-radius: 5px;
    border: 1px solid #727373;
    padding: 5px; 
    margin: 1px;
    height: 100%;
}

/* grid cells */
.k-grid td {
    padding: .4em 0.9em;
}

.gridButtons {
    position: absolute;
    right: 2px;
    top: 6px; /*top: 0px;*/
}
.gridButtons2 {
    position: absolute;
    right: 2px;
    top: 0px; 
}
 
#openPosGridx,
#openPosGridx .k-grid-header
{
    /*width: 100%;*/
    border-width: 0;
    padding: 0 !important;
} 
#openPosGridx .k-grid-header
{
    /*position: fixed;*/
    /*top: 0;*/
    z-index: 2;
} 
#openPosGridx > .k-grid-content
{
    overflow: visible !important;
}
#openPosGridx > .k-grid-pager
{
	padding-left: 0;
}

#openPosGridx .k-pager-first
{
	margin-left: .3em;
}


/* ------------------------------------------------------------ */
/* BOOTSTRAP stuff */

.navbar-header {
    padding-left: 0px;
}

.navbar-right {
    margin-right: 0px;
}

.container {
    width: 100%;
}

.form-group {
    margin-bottom: 5px;
}

.icon-addon-button {
    top: 0px;
    background-color: #e9e9e9;
    cursor: pointer;
}

.icon-addon-button:hover {
    background-color: #d2d2d2;
}

.k-icon-32 {
    font-size: 32px; /* Sets icon size to 32px */
}

.k-icon-48 {
    font-size: 48px; /* Sets icon size to 48px */
}

.k-icon-64 {
    font-size: 64px; /* Sets icon size to 64px */
}

.menu-page-name {
    font-weight: bold;
    font-size: large;
    padding-right: 10px;
}

.hamburger-menu {
    cursor: pointer; 
    padding-top: 5px; 
    min-width: 155px;
    text-align: right;
}

.new-version-available-link {
    position: relative;
    top: -10px;
    left: 60px;
    background-color: #3498db;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    white-space: nowrap;
}

a.new-version-available-link:hover, a.new-version-available-link:focus {
    color: white;
}

.welcome-container {
    display: flex;
}

.welcome-left {
    width: 300px;
    flex-shrink: 0;
}
.welcome-right {
    flex-grow: 1;
}
