.custom-fieldset .ui-controlgroup-controls {
    width: 100% !important;
}

.custom-fieldset .ui-controlgroup-controls .ui-select {
    width: 60% !important;
}

.custom-fieldset .ui-controlgroup-controls .ui-checkbox {
    width: 40% !important;
}

div.alerts {
    margin-top: 58px;
    margin-left: 50px;
}

span.label{
    color: white;
    padding: 2px;
    font-size: 90%;
}

.ui-content {
    padding: 0px 15px 15px 15px;
}

span.label-P{
    background-color: #0044cc;
}

span.label-D{
    background-color: #00aa00;
}

span.label-M{
    background-color: #ee0000;
}

h2{
    text-align: center;
    margin-bottom: 20px;
}

p.text-warning{
    text-align: center;
    font-size: 100%;
    padding-bottom: 10px;
    color: #ad6704;
}

dl{
	width: 100%;
	overflow: hidden;
}
dt{
    float: left;
    font-weight: bold;
    line-height: 24px;
    width: 25%;
    clear: left;
}

dd{
    float: left;
    line-height: 24px;
    width: 60%;
}

ul.trips li a{
    font-size: 125%;
}

label{
    display: block;
}

div.error, p.error{
    color: #ee0000;
    background-color: #eed3d7;
    border: 1px solid #ee0000;
    text-align: center;
    padding: 5px;
    font-size: 150%;
}

label.error{
    color: #ee0000;
    background-color: #eed3d7;
    border: 1px solid #ee0000;
    text-align: center;
    padding: 5px;
    font-size: 95%;
}



/*** Responsive ***/
.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important ;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}
