html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.mambo-bottom {
    background-color: white;
    background-image: url("../images/border-bottom-nav.png") !important;
    background-repeat: repeat-x;
    background-position: center bottom;
}

.mambo-bottom:after {
  content: "";
  display: block;
  height: 25px;
  background-image: url("../images/border-bottom-nav.png") !important;
  background-repeat: repeat-x;
  background-position: center bottom;
}

.jumbotron {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Chosen with custom style */
.chosen-container.chosen-container-single {
    /*width:90% !important;*/
    min-height: 40px;
    font-size: 18px;
}

.chosen-container.chosen-container-multi {
    min-height: 40px;
    font-size: 18px;
}

.chosen-container.full {
    width:100% !important;
}

.chosen-single {
    display: flex;
    align-items: center;
    text-align: left;
    min-height: 40px;
}

.chosen-single > span {
    /*color: rgb(57, 82, 123);*/
    min-height: 40px;
    line-height: 40px;
}

.chosen-search-input.default {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: 40px;
}
.chosen-container-single .chosen-single div b {
    margin-top:8px;
}
/* End chosen with custom style */

/* CSS Checkbox */
input[type=checkbox].css-checkbox {
    position:absolute;
    z-index:-1000; 
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px;
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    margin-top: 3px;
    vertical-align: middle;
    width:100%;
    padding-left:24px;
    min-height:19px; 
    display:inline-block;
    line-height:16px;
    background-repeat:no-repeat;
    background-size: 19px 19px;
    background-position: center center;
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkbox.left + label.css-label.left {
    background-position: left center;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image:url('../images/checked.png');
}
label.css-label {
    background-image:url('../images/unchecked.png');
}
/* End CSS Checkbox */

/* Custom input file */
input[type="file"].custom-file {
	display: none;
	overflow: hidden;
}
/* End custome input file */

/* Custom invalid elements */
.chosen-container.chosen-container-single.is-invalid {
	border:1px solid red;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.btn.btn-info.is-invalid {
	border:1px solid red;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

span#filename.is-invalid {
	color:red;
}
/* End chosen single invalid */

