.categoryHeader img{max-width: 100%}
.pageBackground .main-content-bottom td {
    padding-left: 0px;
}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px; }
.bottom10 { margin-bottom:10px; }
.bottom15 { margin-bottom:15px; }
.bottom17 { margin-bottom:17px; }
.bottom30 { margin-bottom:30px; }

.btn-xl {
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 10px;
}
.btn-xxl {
    padding: 20px 30px;
    font-size: 35px;
    border-radius: 15px;
}
.btn-xxxl {
    padding: 20px 30px;
    font-size: 35px;
    border-radius: 15px;
}

.btn-round-xxxl{
    border-radius: 46px !important;
}

.btn-round-xxl{
    border-radius: 36px !important;
}

.btn-round-xl{
    border-radius: 26px !important;
}
.btn-round-lg{
    border-radius: 22px !important;
}
.btn-round{
    border-radius: 17px !important;
}
.btn-round-sm{
    border-radius: 15px !important;
}
.btn-round-xs{
    border-radius: 11px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.btn-outline {
    background: transparent !important;
    color: inherit !important;
    transition: all .5s !important;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;color: inherit}
.btn-labeled {padding-top: 0 !important;padding-bottom: 0 !important;}
.btn-labeled .glyphicon {color: inherit;}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px !important;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px !important;
    line-height: 1.33;
    border-radius: 35px;
}
.btn-circle.btn-xxl {
    width: 110px;
    height: 110px;
    padding: 10px 20px;
    font-size: 75px !important;
    line-height: 1.33;
    border-radius: 55px;
}
.btn-circle.btn-xxxl {
    width: 150px;
    height: 150px;
    padding: 26px 20px;
    font-size: 90px !important;
    line-height: 1.33;
    border-radius: 75px;
}
.btn-circle .glyphicon  {
    font-size: inherit;
    color: inherit;
}
div.sqquiz .quiz div{
    line-height: normal;
}
div.sqquiz form[type='1'] .quiz div.sqquestion{
    margin-bottom: 20px;
}
div.clear{clear:both;}

div.survey ul.direction0 input,div.survey ul.direction2 input {
    display:inline;
}
div.survey ul.direction1,div.survey ul.direction2 {
    list-style-type: none;
    width: 100%;
    display: flex;
    /*display: table;*/
    table-layout: fixed;
    margin-top: 8px;
}
div.survey ul.direction1 input {
    display:block;
    margin:0 auto;
}
div.survey ul.direction1 li,div.survey ul.direction2 li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding: 0 3px;
}
.newgroup .btn{border-radius:0; }
.customizedHeader *{line-height:normal;}
.page-name{
    margin-top: 10px;
}
.btn-bar {
    color: #FEFEFE;
    background-color: #B7B7B7;
    border-color: #B7B7B7;
}

.btn-bar:hover,
.btn-bar:focus,
.btn-bar:active,
.btn-bar.active,
.open .dropdown-toggle.btn-bar {
    color: #FEFEFE;
    background-color: #B7B7B7;
    border-color: #B7B7B7;
}

.btn-bar:active,
.btn-bar.active,
.open .dropdown-toggle.btn-bar {
    background-image: none;
}

.btn-bar.disabled,
.btn-bar[disabled],
fieldset[disabled] .btn-bar,
.btn-bar.disabled:hover,
.btn-bar[disabled]:hover,
fieldset[disabled] .btn-bar:hover,
.btn-bar.disabled:focus,
.btn-bar[disabled]:focus,
fieldset[disabled] .btn-bar:focus,
.btn-bar.disabled:active,
.btn-bar[disabled]:active,
fieldset[disabled] .btn-bar:active,
.btn-bar.disabled.active,
.btn-bar[disabled].active,
fieldset[disabled] .btn-bar.active {
    background-color: #B7B7B7;
    border-color: #B7B7B7;
}

.btn-bar .badge {
    color: #B7B7B7;
    background-color: #FEFEFE;
}
td.categoryHeader{
    padding-left: 1%;
    padding-right: 1%;
}
td.categoryHeader iframe{
    max-width: 98% !important;
    height: auto; !important;
}

.form tr td,.form table tr:last-child td{padding-left:0}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto;text-align: left; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.quiz .form-control,.sqquiz .form-control{box-sizing: border-box}
.comment .replayList>div{margin-left: 20px;font-size: small;border-bottom: lightgrey 1px solid;font-weight: lighter;font-style: italic;}
.comment .replayList>div:last-child{border-bottom:none}

div.selectedItem{
    border: 2px solid green;
    margin-left: 3px;
    margin-right: 3px;
}
.ui-datepicker td a{
    text-align: center;
}
.reservationId option[disabled]{
    color: lightgray;
}
.carousel-caption h3{
    font-size: x-large;
}
.carousel-caption p{
    font-size: medium;
}
.carousel-caption h3,.carousel-caption p{
    z-index: 10 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: #fff !important;
    text-align: center !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6) !important;
}

.more-text  label.read-more,
.more-text  label.read-less {
    /*border-radius: 4px;*/
    padding: 0.2em 0.6em;
    /*border: 1px solid #009ce2;*/
    /*background-color: #00acff;*/
    color: #00acff;
    font-size: 0.8em;
}

label.read-less,
label.read-more{
    display: none;
}
.bodymessage input.expand {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
.more-text .text-content {
    overflow: hidden;
}
.more-text input.expand:focus ~ label {
    /*outline: -webkit-focus-ring-color auto 5px;*/
}
.more-text input.expand:checked + .text-content {
    /*-webkit-line-clamp: unset;*/
    max-height: unset !important;
}
.more-text input.expand:checked ~ .read-less {
    display: inline-block;
}
.more-text input.expand:checked ~ label.read-more {
    display: none;
}
.more-text label.read-more{
    display: inline-block;
}

h1.title{
    margin: 10px 0;
    font-size: 24px;
}

/* audio recorder*/

.audio-recorder .controls {
    display: flex;
    margin-top: 1rem;
    max-width: 28em;
}
.audio-recorder{
    margin-bottom: 1rem;
}
.audio-recorder button {
    flex-grow: 1;
    height: 2rem;
    min-width: 2rem;
    border: none;
    border-radius: 0.15rem;
    background: #ed341d;
    margin-left: 2px;
    box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff;
    font-weight: bold;
    font-size: 1.5rem;
}

.audio-recorder button:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 3rem;
}

.audio-recorder button:disabled {
    pointer-events: none;
    background: lightgray;
}
.audio-recorder  button:first-child {
    margin-left: 0;
}

.audio-recorder audio {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
}
/* audio recorder end*/

.tracingexposure  .form-control{
    box-sizing: border-box;
}
.tracingexposure  label.title{
    display:block;
    margin: 5px 0;
    font-weight:bold ;
}



@media screen and (max-width: 600px) {
    table.dyn-table {
        border: 1px solid #ddd;
        padding: 5px;
    }

    table.dyn-table thead {
        display: none;
    }

    table.dyn-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table.dyn-table td {
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px dotted #ccc;
    }

    table.dyn-table td:last-child {
        border-bottom: 1px;
    }

    table.dyn-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
}
form#search input{
    padding: 5px 8px;
    margin: 5px 0px;
}
form#search~a{
    margin: 8px 0px;
}