#enqModal .modal-content {
    background: #fff;
    border: none;
    border-radius: 5px
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(1.05, 1.05);
    -ms-transform: translate(1.05, 1.05);
    transform: translate(1.05, 1.05);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    margin: 60px auto
}

.modal.show .modal-dialog {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.0, 1.0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.model_size {
    width: 400px
}

#enqModal .modal-header {
    padding: 10px;
    justify-content: center;
    align-items: center
}

#enqModalLabel {
    text-align: center;
    width: 100%;
    padding: 4px
}

.modal-content .btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important
}

#modalClosebtn {
    padding: 5px 20px;
    margin: -15px -10px -20px auto;
    font-family: inherit;
    height: auto
}

.modal-enq {
    border: none !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important
}

.input {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1
}

.input__field {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    background: #transparent;
    color: #aaa;
    border-top: none;
    border-left: none;
    border-right: none
}

.input__field:focus {
    outline: none
}

.input__label {
    display: block;
    float: right;
    width: 100%;
    color: #58595b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1em 0;
    width: 100%
}

.input--nao {
    overflow: hidden;
    padding-top: 15px
}

.input__field--nao {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 5px;
    width: 100%;
    background: transparent;
    color: #000;
    border-bottom: 1px solid lightgray
}

.input__label--nao {
    position: absolute;
    top: 13px;
    font-size: 13px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.input__field--nao:focus+.input__label--nao,
.input--filled .input__label--nao {
    color: #333;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(.75, .75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(.75, .75, 1)
}

.input__field--nao:focus+.input--filled .input__label--nao {
    color: #333;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(.75, .75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(.75, .75, 1)
}

.input--notfilled .input__field--nao,
.select--notfilled {
    border-bottom: 1px solid red !important
}

select:focus {
    outline: none
}

.mdl-selectfield label {
    display: none
}

.form-group {
    margin-bottom: .5rem
}

.mdl-selectfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-bottom: 1px solid lightgray;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 0 5px;
    color: #58595b
}

.mdl-selectfield>select>optgroup {
    font-size: 14px
}

.mdl-selectfield {
    position: relative
}

.mdl-selectfield:after {
    position: absolute;
    top: 28px;
    right: 8px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: .25em solid transparent;
    border-right: .25em solid transparent;
    border-top: .375em solid rgba(0, 0, 0, .12);
    pointer-events: none
}

.help-div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: right;
    width: 100%;
    padding: 10px 20px;
    top: 566px;
    z-index: 1
}

.stickynow-qckform .help-div {
    float: left;
    width: 100%;
    margin-right: -3px
}

#mtxtenqdesc {
    height: 61px !important
}

.help-div .submit-btn,
.modal-enq .submit-btn {
    font-size: 14px;
    font-family: 'OpenSans-SemiBold' !important;
    border: 1px solid transparent;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: .25rem;
    padding: 5px 10px 5px 10px;
    height: 40px;
    font-family: inherit
}

input:required:invalid,
input:invalid,
select:invalid,
textarea:invalid {
    outline: none;
    box-shadow: none
}

#form-buscar>.form-group>.input-group>.form-control {
    height: 40px
}

#form-buscar>.form-group>.input-group>.input-group-btn>.btn {
    height: 40px;
    font-size: 16px
}

#form-buscar>.form-group>.input-group>.input-group-btn>.btn .glyphicon {
    margin-right: 12px
}

#form-buscar>.form-group>.input-group>.form-control {
    font-size: 16px
}

#form-buscar>.form-group>.input-group>.form-control:focus {
    border-color: #33A444;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(0, 109, 0, .8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(0, 109, 0, .8)
}

#form-buscar .form-group {
    margin-bottom: 0
}

#filter-records {
    z-index: 1000;
    width: 100%;
    padding-left: inherit;
    padding-right: inherit;
    position: absolute;
    left: 0;
    right: 0
}

#filter-records ul {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    text-align: left;
    width: 100%
}

#filter-records li {
    border-top: 1px solid rgba(0, 0, 0, .15);
    position: relative
}

#filter-records li:first-child {
    border-top: medium none
}

#filter-records a {
    clear: both;
    color: #333;
    display: inline-flex;
    font-weight: 400;
    padding: 6px 20px;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    word-wrap: break-word
}

.termsintro {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0
}

.staticpage {
    background: -moz-linear-gradient(top, rgba(5, 90, 168, 1) 0%, rgba(125, 185, 232, 0) 55%);
    background: -webkit-linear-gradient(top, rgba(5, 90, 168, 1) 0%, rgba(125, 185, 232, 0) 55%);
    background: linear-gradient(to bottom, rgba(5, 90, 168, 1) 0%, rgba(125, 185, 232, 0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#055aa8', endColorstr='#007db9e8', GradientType=0)
}

.staticpage .headwrap {
    background-color: transparent
}

.staticpage .phoneno li,
.staticpage .phoneno li a,
.staticpage .workinghours span {
    color: #fff;
    font-weight: 500
}

.staticpage .phoneno li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .5)
}

.staticpage h1 {
    font-size: 30px;
    color: #fff
}

.staticpage h2 {
    font-size: 26px
}

.bodywrap {
    background: white;
    border: 1px solid #e7e7e7
}

@media (max-width:767px) {
    .model_size {
        width: 320px
    }
}

div.custom-table {
    font-size: 14px;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    line-height: 24px
}

.custom-table .list-group-item {
    margin-left: 0px !important
}