fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#wrapper {
    display: block;
    width: 100%;
}

img {
	max-width: 100%;
}
#registrationnumber {
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
}

#logindetails {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    text-align: left;
}

.activities.table {
    border: none;
}

/*#allotmentstatementresult { 
  width: 100%;
}*/

input.bundle {
    display: none;
}

#Hotel_Results {
    border: none;
}

.personimage,
.abstractimage {
    max-height: 200px;
    max-width: 200px;
    display: inline-block;
}

#abstractText, 
#abstractExtraText {
    width: 100%;
}

#totalscontainer {
    display: inline-block;
    width: 100%;
}

#totals {
    float: right;
    width: 35%;
}

#totals label {
    width: 60%;
}

.subtotal {
    display: inline-block;
    float: right;
    width: 35%;
    text-align: right;
}

.firstcolumn {
    width: 29%;
    vertical-align: top;
}

/*.secondcolumn {
  width: 1%;
}*/

.thirdcolumn {
    width: 70%;
}

/*.secondcolumn, .thirdcolumn { 
  display: inline-block;
}*/

.firstcolumn,
.secondcolumn,
.thirdcolumn {
    padding-top: 2px;
    padding-bottom: 2px;
    /*display: inline;*/
}

#filterArrivalDate {
    display: block;
    float: left;
    width: 50%;
}

.pageControls {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#bCancel {
    display: inline-block;
    position: relative;
}

#bSummary {
    float: right;
    margin-right: 10px;
}

#bNext {
    float: right;
}

#bOK {
    display: inline-block;
    float: right;
    position: relative;
    margin-right: 0;
}

label {
    display: inline-block;
    width: 30%;
}

td label {
    display: inline-block;
    width: 100%;
}

textarea {
    width: 100%;
}

div#changepasswordformwrapper {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

#changepasswordform label {
    display: inline-block;
    width: 30%;
}

#changepasswordform #bsave {
    display: inline-block;
    margin-left: 30%;
}

#changepasswordform {
    line-height: 1.5em;
}

#shocklogic_theme_preview {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    font-size: 8pt;
    color: white;
    opacity: 1;
}

#admin_notification {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    font-size: 8pt;
    color: white;
    opacity: 0.6;
    background-color: black;
}

#dialog-confirm {
    display: none;
}

.topics label {
    display: block;
    float: left;
    width: 30%;
    margin-left: 0;
    padding: 5px 5px 0 0;
    text-align: left;
}

span.topics {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.topic_row label,
.free_text label {
    display: block;
    float: left;
    width: 30%;
    margin-left: 0;
    padding: 5px 5px 0 0;
    text-align: left;
}

.selectwide {
    width: 70%;
    padding: 0.5em 0 0.5em 0;
    border: 2px solid;
    border-color: rgba(8,22,37,0.12) rgba(8,22,37,0.14) rgba(8,22,37,0.16);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shocklogicLogo {
    display: inline-block;
    height: 40px;
}
.ui-widget {
    font-size: 12px;
}
th {
font-weight: normal;
}

.wrapWord {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.requiredMarker, .important {
    color: red;
}
#Hotel_Filter_Dates > table, #Hotel_Filter_Hotels > table, #Hotel_Results > table {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#preloader {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    opacity: 0.5;
    background: white;
}


#spinner_container {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: visible;
    opacity: 1;
    background: transparent;
}

#spinner {
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
}
