html {
	/* font-size: 62.5%; */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size-adjust: 100%;
}

body,
html {
	height: 100%;
}

body {
	/* font: normal 300 1.4rem/1 "Poppins", sans-serif; */
	font: normal 11pt "Poppins", sans-serif;
	/* color: #1b1b1b; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-y: auto;
}
b{font-weight: bold;}
h1,h2,h3,h4,h5,h6{font-weight: bold;}
.w-max {
    border: 1px solid #F6BB42;
    border-right: none;
    background: #FFCE54;
}

.w-min {
    border: 1px solid #3BAFDA;
    border-left: none;
    background: #4FC1E9;
    color: #FFF;
}

.w-box {
    border-top-width: 2px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.75);
    padding: 2px;
    /* font-size: 9pt; */
}

.well {
    margin: 2px;
    padding: 6px;
    border: 1px solid #E6E9ED;
    background: #F5F7FA;
}

.well .badge {
    border-radius: 0px;
}

.ui-autocomplete {
    height: 200px;
    overflow: auto;
}
.card-sm > div{
    padding:0.25rem;
}
input,select{
    font: normal 11pt "Poppins", sans-serif !important;
}

/*.text-muted{
    color:rgba(0,0,0,0.33) !important;
}*/
.form-floating label{font-weight: bold;}
input:read-only,textarea:read-only {
    background-color: #E6E9ED;
    font-weight: bold !important;
    color:#434A54 !important;
}

.input-group-text{
    background:#E6E9ED !important;
    color:#333;font-weight: bold;
}
.items td{
vertical-align: middle;
}