html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.clearboth {
    clear: both;
}

.hand {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.displaynone {
    display: none;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.backred {
    background-color: red;
}

.backyellow {
    background-color: yellow;
}

.backblue {
    background-color: blue;
}

.backgreen {
    background-color: green;
}

.clearboth {
    clear: both;
}

.mapContainer {
    height: 400px;
}


/*menu*/

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .dropdown-menu-right {
        right: -12px !important;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-right {
        right: -12px !important;
    }
}

@media (min-width: 1400px) {

    .dropdown-menu-right {
        right: -12px !important;
    }
}
/*fin menu*/

/*select*/
.select2-container {
    width: 100% !important;
    display: block !important;

}
.select2-selection {
    height: 36px !important;
    padding-top: 4px !important;
    margin-bottom: 4px !important;
    border: 1px solid #ced4da !important;
}
/*fin select*/

