/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 28px;
}

.navbar-nav li {
	margin-left: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #343a40;
    color: white;
    text-align: right;
    font-size: 12px;
    line-height: 30px;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body>.container-fluid {
	padding: 70px 15px 0;
}

/* Default visibility settings of UI elements */

.inputUI {
	display: none;
}

.resultFrame {
	display: none;
}

.logout {
	display: none;
}

.login-form {
	display: inherit;	
}

.username {
	display: none;
}

.password {
	display: none;
}

.login {
	display: none;
}

.footer>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

a {
    color: #ff6300 !important;
}

.btn-primary {
    background-color: #ff6300 !important;
    border-color: #ff6300 !important;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #7f3800 !important;
    border-color: #ff6300 !important;
}

.link {
    color: #ff6300;
}

.link:hover, .link:active {
    color: #7f3800;
    cursor: pointer;
}

.btn-white {
    color: #ff6300;
    background-color: #ffffff;
    /* border-color: #ff6300; */
}

.btn-white:hover:enabled, .btn-white:active:enabled {
    color: #7f3800;
    background-color: #ffffff;
    /* border-color: #ff6300; */
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ff6300;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.login-form {
    width: 340px;
    margin: 50px auto;
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form .clearfix {
    font-size: 14px;
}

.login-form .login-status {
    font-size: 14px;
    font-weight: normal;
    color: gray;
    text-align: center;
	margin-top: -10px;
}

.resultFrame {
    height: 100%;
}

.table td, .table th {
    vertical-align: middle !important;
}

.topRightFloating {
    margin: 20px 20px !important;
    text-align: center !important;
    top: 0 !important;
    position: absolute !important;
    right: 0 !important;
    display: none;
}

.topRightFloatingClose {
    margin: 10px 20px !important;
    text-align: center !important;
    top: 0 !important;
    position: absolute !important;
    right: 0 !important;
    z-index: 100;
}

.topLeftFloatingToggle {
    margin: 10px 20px !important;
    text-align: center !important;
    bottom: 0 !important;
    position: absolute !important;
    left: 0 !important;
    z-index: 100;
}

.topLeftFloating {
    margin: 20px 20px !important;
    text-align: center !important;
    top: 0 !important;
    position: absolute !important;
    left: 0 !important;
    display: none;
}