html {
    position: relative;
    min-height: 100%;
    overflow-x:hidden;
}

html, body {
     max-width: 100% !important;
}

footer {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    height: 100px;
}

/* .footer { */
/*   position: fixed; */
/*   left: 0; */
/*   bottom: 0; */
/*   width: 100%; */
/*   background-color: red; */
/*   color: white; */
/*   text-align: center; */
/* } */

.bootstrap-select .btn{
	background: transparent;
    border: 1px solid #ced4da;
    color: #495057 !important;
}