.container-fluid {
  margin: 0 25px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.map {
    height: 800px;
    width: 100%;
}

.editeable-row:hover {
    cursor: pointer;
}

.navbar-hostprodold {
    background-color: #222;
}

.navbar-hostprod2121 {
    background-color: #800;
}

.navbar-hostdevold {
    background-color: #080;
}

.navbar-hostdev2121 {
    background-color: #008;
}

.navbar-hostetc {
    background-color: #444;
}

.navbarhost {
    background-color: transparent;
    margin-top: 4%;
    color: #999999;
}

.edtCustomForm fieldset.name legend {
    background: #bfffbf;
}

.edtCustomForm fieldset.hr legend {
    background: #ffbfbf;
}

.edtCustomForm fieldset.hrblue legend {
    background: #8ff;
}

.edtCustomForm fieldset.hrgreen legend {
    background: #8f8;
}

.edtCustomForm fieldset.hryellow legend {
    background: #ff8;
}

.edtCustomForm div.DTE_Field {
    padding: 5px;
}
