html {
    overflow-y: scroll;
}

/*
body {
    font:13px/20px Arial, Helvetica, sans-serif; 
}
*/

.page-footer {
    z-index:500 !important;
}

.login-logo {
    position: absolute;
    top: 2.5em;
    right: 2.5em;
    z-index:999;
}

.user-login-5 .login-content {
    margin-bottom:50px;
}

.user-login-5 .alert {
    margin-top:0;
}

.main_branding_text,
.main_branding_text:hover,
.main_branding_text:active,
.main_branding_text:visited {
    font-size:16px;
    font-weight:bold;
    line-height:75px;
    text-decoration:none;
    /*color:#b09241;*/
    color:#fff;
}

/*
.page-header.navbar .page-logo {
    width:265px;
}
*/

table.dataTable tfoot th, 
table.dataTable tfoot td {
    padding: 8px !important;
    border-top: 1px solid #e7ecf1 !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle {
    padding: 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
   padding: 29px 12px 24px 12px;
}

.page-header.navbar .top-menu .navbar-nav {
    margin-right:10px;
}

.bootstrap-switch{
   vertical-align:bottom;
}



/* POS APP MIN, CLOSE BUTTONS */
.pos_app_btn {
	position:fixed; 
	z-index:9999;
	top:0; 
	width:32px; 
	background:rgba(0,0,0, 0.6); 
	border:1px solid #333;
	background-clip: padding-box;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:18px;
}
.pos_app_btn:hover,
.pos_app_btn:active {
	background:rgba(0,0,0, 0.4); 
}
#pos_app_minimize_btn {
	border-bottom-left-radius: 4px;
	right:33px;
}
#pos_app_close_btn {
	right:0;
	color:#ff2828;
}

/**
Integrations
 */
.integration a{
    display: block;
    color: #333;
    transition: 0.3s ease-in-out;
}
.integration a:hover{
    text-decoration: none;
    transform: scale3d(1.1, 1.1, 1.1);
}

.integration img {
    max-width: 100%;
    max-height: 64px;
}
.integration p {
    display: flex;
    height: 50px;
    align-self: center;
    flex-flow: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}