
/*
    CSSS Reformatado a 11/10/2012 | www.procssor.com 
    Bruno Garcia 
    bruno.garcia@iuz.pt 
*/

/*@import url(bebas-neue/stylesheet.css);*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ol,
ul,
dt,
dd,
dl,
blockquote,
table,
fieldset,
button {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: FreeSans,Helvetica Neue,Arial,sans-serif;
}


/* Environment alert */
#environmentChecker {
    position: fixed;
    bottom: 180px;
    left: 100%;
    padding: 5px;
    width: 130px;
    height: 16px;
    background: #BF5656;
    box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.4);
    border: 2px solid #fff;
    border-radius: 0 0 5px 5px;
    border-style: none solid solid;
    -ms-transform: rotate(90deg);
    -ms-transform-origin-x: left; 
    -ms-transform-origin-y: top;
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -webkit-transform-origin:left top 0; /* Safari and Chrome */
    -moz-transform: rotate(90deg); /* Firefox */
    -moz-transform-origin:left top 0; /* Firefox */
    -o-transform: rotate(90deg); /* Opera */
    -o-transform-origin:left top 0; /* Opera */
    transform: rotate(90deg);
    transform-origin: left top 0;
}

#environmentChecker p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    font-size: 11px;
}


html{
    overflow-y: scroll;
}

body {
    background: url("images/h.png") repeat-x top;
}

input[type=button]:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #1981a8;
    outline: 0;
    cursor: pointer;
}
a img {    border: 0 }
p,
li,
dd,
dt,
td,
th {
    line-height: 1.3;
    color: #333;
}
p,
ol,
ul,
table,
dl,
blockquote {    margin-bottom: 1em }
dt {    font-weight: bold }
h1,
h2,
h3 {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 2.8em;
    padding: 0 0 1em 0;
}
h1 select {
    float: right;
    margin-top: 10px;
}
h2 {
    font-size: 2em;
    margin-bottom: 0.3em;
}
h3 {
    font-size: 1.3em;
    color: #444;
    margin-top: 1.5em;
    margin-bottom: 0.3em;
}
h4 {
    color: gray;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85em;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}
table {
    border-collapse: collapse;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
}
tbody {    background: #fff }
tbody tr:hover {    background-color: #ffd }
thead, tfoot {
    background: #e8f1f4;
    border-bottom: 1px solid #0f4e65;
}
thead tr {    border-bottom: 1px solid #cce0e7 }
td,
th,
caption {    padding: 0.5em }
td input,
th input,
caption input {
    vertical-align: middle;
    margin: 0;
}
tr {    border-bottom: 1px solid #e1e1e1 }

td > a {
    font-weight: bold;
}

th {    text-align: left }
td {    vertical-align: top}
caption {
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-color: #1981a8;
    color: #fff;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #0f4e65;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);
}

.center{
    text-align: center;
    margin: 0 auto;
}
[title] {    cursor: pointer }
form small {
    display: block;
    margin-left: 123px;
    margin-top: 3px;
    color: #888;
}
textarea {    vertical-align: top }
.article dd {    margin-left: 2em }
input[type='text'],
input[type='password'],
textarea {
    border: 1px inset #eee;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);
}
input[type='submit'] {
    cursor: pointer;
}
input:disabled,
a.disabled,
button:disabled {    opacity: 0.4 }
input:invalid {    background-color: #fee }
div.invalid{ background-color: #fee}
[type='submit'] {
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,FreeSans,Arial,sans-serif;
}

li a.delete {
    color: #BF5656;
}

fieldset {
    border: 1px solid #d7e0e3;
    margin: 0 0 2em;
}
fieldset p {
    padding: 0.6em;
    margin: 0;
    border-top: 1px solid #d7e0e3;
}
fieldset h5 {
    background: #e8f1f4;
    padding: 0.5em 1em;
    color: #333;
}
fieldset label[for] {
    font-weight: bold;
    width: 115px;
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    vertical-align: top;
}
fieldset label[for].required:after,
fieldset h5.required:after,
fieldset .for-checkboxes label.required:after,
fieldset .indented-checkbox label.required:after {
    content: " *";
    color: #a00;
}

fieldset.hasSlide h5 {
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    cursor: pointer;
    background-color: #1981a8;
    color: #fff;
    text-align: left;  
    font-weight: bold;  
    border-bottom: 1px solid #0f4e65;  
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);  
    -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.4);
}
fieldset.hasSlide h5:after{
    /*//DOWN*/
    content: "\25BC";
    padding-left: 6px;
    font-size: 10pt;
} 

fieldset.hasSlide.slideOff h5:after{
    /*//RIGTH*/
    content: "\25B6 ";
}

fieldset.hasSlide .insideSubmit {
    border-bottom: none;
    padding-left: 24px;
}

th.aligned-top {
    vertical-align: top;
    text-align: center;
}

#bucket {
    margin: 0 auto;
    margin-top: 80px;
    width: 960px;
    position: relative;
    padding-bottom: 20px;
}

#bucket-fancybox {
    padding: 20px;
    width: 420px;
}

h2.weak {
    border-bottom: 1px solid #E8F1F4;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 22px;
}

span.descriptionSubtitle {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

p.notes-margin {
    margin-top: 30px;
}

small.secondary-info {
    margin-left: 0;
    margin-bottom: 10px;
}

#main,
#sidebar {    float: left }
#main {
    width: 700px;
    padding-right: 20px;
    clear: both;
    position: relative;
}
#main.full {    width: 100% }
#main.booking-complete .flash {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}
#main.booking-complete h1 {    text-align: center }
#main.booking-complete img {
    margin: 0 auto;
    display: block;
}
#main .right {    text-align: right }
#main #search-summary ul {    margin-left: 0 }
#main #search-summary h3 {    display: none }
#main #search-summary li {
    vertical-align: top;
    display: inline-block;
    width: 32.5%;
    padding: 0;
    text-align: center;
}
#main #search-summary strong {
    display: block;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}
#sidebar {
    width: 200px;
    background-color: #e8f1f4;
    padding: 20px;
    margin-top: 2.8em;
    margin-bottom: 1em;
}
#sidebar>div:first-child,
#sidebar h3:first-child {    margin-top: 0 }
#sidebar .highlight {
    border-bottom: 20px solid #fff;
    margin: 0 -1.6em;
    padding: 0 1.6em 0.5em;
}
#footer {
    clear: both;
    overflow: hidden;
    margin-top: 0.5em;
}
#footer>div {
    margin: 0 auto;
    width: 960px;
    padding: 3em 0;
    overflow: hidden;
}
#footer h3 {    margin-top: 0 }

.smallColumn{
    max-width: 100px;
}

.half {
    width: 460px;
    /* margin-right: 20px; */
    float: left;
}

.ui-sortable li:nth-child(odd){
    margin-right: 30px;
}

.main-half {
    width: 328px;
    margin-right: 20px;
    float: left;
}
.main-half+.main-half {
    margin-right: 0;
    margin-left: 20px;
}
.third {
    width: 300px;
    margin-right: 20px;
    float: left;
}
.quarter {
    float: left;
    margin-right: 10px;
    width: 230px;
}
p.for-checkboxes {    font-weight: bold }
ul.for-checkboxes {
    column-count:2;
    list-style: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
ul.for-checkboxesTranfer {
    margin-left: 136px;
    column-count:2;
    list-style: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}
.blockLabel {
    display: block;
    margin-left: 10px;
    margin-top: 4px;
}
.blockLabel-special {
    margin-top: 10px;
}
.blockLabel:last-child {
    margin-bottom: 10px;
}
.topSpacing {
    margin-top: 50px;
}

.options {    padding: 0.7em 0.7em 0 }
.options li {    list-style: none }
.widget {    margin-top: 3em }
.widget.options label {    font-weight: bold }
.weak {    color: #999 }
.flash {
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #e2e2e2;
    padding: 1.3em;
    color: #666;
    margin-bottom: 2em;
}
.flash p {
    margin-bottom: 0;
}
.haha {
    background: #fff;
    padding-left: 0;
}
.flash p,
.flash li {    color: inherit }
.flash h3 {    margin-top: 0 }
.flash ol,
.flash ul {    margin-left: 1.4em }
.flash.notice {
    background-color: #d1f3d1;
    color: #575;
}
.flash.alert {
    background-color: #f3d1d1;
    color: #755;
}
.flash.warning {
    background-color: #f3f3d1;
    color: #775;
}
.flash.info {
    background-color: #E8F1F4;
}
.flash.inline {
    display: inline-block;
    padding: 3px 5px;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.flash hr {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-left: 0;
    margin: 1em -1.2em;
}
.flash hr+p {    margin-bottom: 0 }
form p.flash {    margin-bottom: 0 }
.tabs {
    border-bottom: 1px solid #e1e1e1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    list-style: none;
    height: 28px;
}
.tabs .active,
.tabs a:hover {
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.4em 1em;
}
.tabs li {
    float: left;
    margin-right: 1em;
}
.tabs a {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    background-color: #e1e1e1;
    background-color: rgba(0,0,0,0.15);
    display: block;
    padding: 0.4em 1em;
    font-weight: bold;
    border: 1px solid #ccc;
    border-bottom: none;
}
.tabs a:hover {
    background-color: #fff;
    color: #333 !important;
}
.tabs .active {
    background-color: #fff;
    color: #333 !important;
}
.tabs+form {
    clear: left;
    padding-top: 1em;
}
.button,
[type='submit'],
[type='button'],
button {
    background-color: #1981a8;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    padding: 0.4em 0.9em;
    border: 1px solid #125f7c;
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),inset 0 1px 0px rgba(255,255,255,0.3);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.1),inset 0 1px 0px rgba(255,255,255,0.3);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.button:hover,
[type='submit']:hover,
button:hover {    background-color: #20a3d4 }
.button:active,
[type='submit']:active,
button:active {
    background-color: #125f7c;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.6);
}
.button:visited,
[type='submit']:visited,
button:visited {    color: #fff }
.button.inline,
[type='submit'].inline,
button.inline {
    font-size: 85%;
    padding: 0.1em 0.5em;
    margin-right: 0.2em;
}
.button.weak,
[type='submit'].weak,
[type='button'].weak,
button.weak {
    color: #333;
    background-color: #ddd;
    border-color: #bbb;
}
.button.pdf,
[type='submit'].pdf,
button.pdf {
    background-color: #a10;
    border-color: #770c00;
}
.button.cta{
    background-color: #393;
    border-color: #363;
}

.button.pdf:before,
[type='submit'].pdf:before,
button.pdf:before {
    content: "[PDF]";
    text-indent: -9999px;
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url("images/sprites.png") no-repeat -90px -270px;
}
.button.right,
[type='submit'].right,
button.right {    float: right }
.needs-aid {
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    padding: 0.35em 75px 0.35em 0.7em;
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 2em;
    border-size: 1px;
    font-weight: normal;
}
.needs-aid+img {
    vertical-align: top;
    margin-left: -75px;
    margin-top: -4px;
}
.secondary-nav {
    list-style: none;
    margin: 0 -1.5em -1.6em;
}
.secondary-nav li {
    border-bottom: 1px solid #d7e6ec;
    border-top: 1px solid #f9fbfc;
}
.secondary-nav a {
    padding: 0.7em 1em;
    display: block;
}
.secondary-nav a:hover {    background-color: #fdfefe }
.secondary-nav+* {    margin-top: 3em }
.checklist li {
    font-weight: bold;
    padding-left: 20px;
    background: url("images/sprites.png") no-repeat;
    background-position: -330px -30px;
    list-style: none;
}
.big-input {
    font-size: 1.4em;
    padding: 0.3em;
}
.indented-checkbox {    padding-left: 130px }
.positive,
.negative {    display: none }
.positive+dd,
.negative+dd {
    text-indent: 20px;
    margin: 0 0 1em;
    background: url("images/sprites.png") no-repeat 0 0;
}
.positive+dd {    background-position: -90px -150px }
.negative+dd {    background-position: -60px -180px }
.placeholder {    color: #bbb }
.invisible {    visibility: hidden }
p:hover .invisible,
td:hover .invisible {    visibility: visible }
li:hover .invisible,
p:hover .invisible,
dd:hover .invisible {    visibility: visible }
.phone {
    background: url("images/sprites.png") no-repeat;
    padding-left: 25px;
    background-position: -120px -240px;
}
.icon-trusted {
    background: url("images/thumb.png") no-repeat center;
    text-indent: -9999px;
}
.icon-recommended {
    font-size: 1.3em;
    padding: 0.2em;
    text-align: center;
}
.clear {    clear: left }
.clear-all {    clear: both }
.design_email {
    min-height: 453px;
    background: url("images/design_email.png") no-repeat top left;
}
.design_email p {    text-align: right }
.design_email .explanation {
    font-size: 1.5em;
    margin: 0 0 1.5em 280px;
}
.design_email textarea {
    padding: 1em;
    width: 40%;
    border: 1px dashed #ccc;
    font-family: Helvetica,FreeSans,Arial,sans-serif;
    font-size: 13px;
}
.company-logo {
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
}

#scoreTable, #scoreTable td{
    border: none;
    border-collapse: inherit;
    vertical-align: middle;
    padding: 0;
    margin: 0;   
}
#scoreTable td{
    height: 24px;

}

.rating-text,
.rating-value {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    display: block;
}
.rating-text {
    color: #b5bec1;
    font-size: 1.2em;
}
.rating-value {    font-size: 2.2em }
.primary-services {    width: 81px }
.primary-services li {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
    text-indent: -9999px;
}
.primary-services+td {    min-width: 85px }
.trusted h2,
span.trusted {
    padding-left: 32px;
    background: url("images/sprites.png") no-repeat;
    background-position: -150px -206px;
}
.trusted h2 a,
span.trusted a {
    padding-left: 32px;
    margin-left: -32px;
}
.recommended {
    background-color: #e8f1f4;
    border: 1px solid #a3c7d3 !important;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.04), rgba(0,0,0,0.04));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.04), rgba(0,0,0,0.04));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.04), rgba(0,0,0,0.04));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.04), rgba(0,0,0,0.04));
}
.recomended-intro {    border-bottom: 1px solid #a3c7d3 !important }
.recomended-intro td:first-child {
    font-weight: bold;
    background-color: #e8f1f4;
    border: 1px solid #a3c7d3 !important;
}
.acts_as_faq {    margin-bottom: 1em }
.acts_as_faq dt {
    cursor: pointer;
    margin-top: 1em;
}
.old-value {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 1.4em;
    color: #c30;
    text-decoration: line-through;
    display: inline-block;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
}
.parking .value {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 2.8em;
    color: #333;
    display: block;
    text-align: center;
}
.parking .time-remaining {
    padding-left: 20px;
    background: url("images/sprites.png") no-repeat -345px 1px;
    display: block;
    text-align: center;
    margin-top: 0.5em;
}
#parking-meta {
    float: right;
    width: 90px;
    color: #fff;
}
#parking-meta .value {    color: #fff }
#overall-progress {
    margin-top: 2.8em;
    background: url("images/booking-progress.png") no-repeat 0 0;
    position: relative;
    font-weight: bold;
}
#overall-progress p {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
}
#overall-progress.p25 {    background-position: 0px 0px }
#overall-progress.p50 {    background-position: 0px -120px }
#overall-progress.p75 {    background-position: 0px -240px }
#overall-progress ol {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    margin-bottom: 0;
}
#overall-progress ol li {
    list-style-position: inside;
    padding: 0.5em 1em;
    float: left;
    background-image: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #ddd;
}
#overall-progress ol li[class]:first-child {    border-left: 0 }
#overall-progress ol li.done {
    background: none;
    color: #80b2c3;
    background-color: #e8f1f4;
    border-right-color: #d7e0e3;
    border-left-color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}
#overall-progress ol li.active {
    color: #fff;
    background: none;
    background-color: #1981a8;
    border-left-color: #20a3d4;
    border-right-color: #087097;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}
#buscador {
    clear: left;
    margin-bottom: 1em;
    overflow: hidden;
    background: url("images/poweredby.png") no-repeat right 10px;
}
#buscador>a img {    margin: 1em 0 }
#buscador li {
    float: left;
    width: 110px;
    margin-right: 10px;
    list-style: none;
}
#buscador li a {
    padding-bottom: 5px;
    display: block;
    border-bottom: 5px solid #1981a8;
}
#buscador li a:hover {
    border-bottom-color: #f90 !important;
    color: #f90;
}
#buscador li a:visited {    border-bottom-color: #927 }
#search-summary dt {    margin-top: 0.5em }
#search-summary dd {
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#parking-search-results tr {    border-bottom: 1px solid #eee }
#parking-search-results tr:hover .button {    visibility: visible }
#parking-search-results td {
    padding: 0.8em;
    vertical-align: top;
}
#parking-search-results .slogan {
    margin-bottom: 1em;
    margin-top: -1em;
}
#parking-search-results .button {
    visibility: hidden;
    display: inline-block;
    z-index: 2;
}
#parking-search-results .company-logo {
    max-width: 60px;
    max-height: 60px;
}
#parking-search-results p {    word-wrap: break-word }
#parking-detail,
#reply-to-review,
#tos-page {    margin: 30px }
#tos-page {
    -webkit-column-count: 2;
    -webkit-column-gap: 3em;
    -moz-column-count: 2;
    -moz-column-gap: 3em;
}
.panel {    padding: 30px }
.panel .header {
    position: relative;
    margin: -30px -30px 30px;
    background: #1981a8;
    color: #fff;
    padding: 1em;
    border-top: 1px solid #21aadd;
}
.panel .header h1 {
    padding: 0.7em 0 1em !important;
    height: auto;
    float: none;
    text-indent: 0;
    width: auto;
    border: 0;
    background: none !important;
}
#parking-detail .header {    margin: -30px -30px 1rem }
#parking-detail .header img {
    float: left;
    max-width: 90px;
    margin-right: 1em;
    display: block;
}
#parking-detail .header ul a {    color: #fff }
#parking-detail .article {    margin-top: 2em }
#parking-detail .tabs {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
#parking-detail .tabs a {    background-color: #156d8d }
#parking-detail .tabs a:hover,
#parking-detail .tabs a:active {    background-color: #fff }
#average-reviews {
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.headReview tr th{
    cursor: pointer;
}

#average-reviews>div>dl {    margin-left: 200px }
#average-reviews dt,
#reviews .aside dt,
#review .aside dt {
    float: left;
}
#review .aside div {
    float: left; 
    min-width:50%;
}
#average-reviews dd,
#reviews .aside dd,
#review .aside dd {    font-style: italic }
#average-reviews h3,
#reviews .aside h3,
#review .aside h3 {    display: none }
#average-reviews .rating-text,
#reviews .aside .rating-text,
#review .aside .rating-text {
    margin-top: 1em;
    margin-bottom: 0;
}
#average-reviews .rating-value,
#reviews .aside .rating-value,

#review {    padding: 30px }
#review div {    
    margin-left: 0; 
}
#review div.body {    margin-left: 0 }
#review .aside {
    float: left;
    margin-left: 0;
    width: 100%;
}
#potiveNegative{
    width: 100%;
}

.reviewEvaluationTitle{
    margin: 0;    
}
#rateNumber span{
    padding-right: 12px;
    font-weight: bold;
    font-style: italic;   
} 
#review>ol {    clear: left }
#reviews li {
    overflow: hidden;
    list-style: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}
#reviews li div {    margin-left: 210px }
#reviews .aside {
    float: left;
    width: 190px;
    margin-left: 0;
}
#reviews>ol {    clear: left }
#big-search,
#check-booking {
    border: 1px solid #6eb4b9;
    width: 468px;
    margin-bottom: 1em;
    margin-right: 10px;
    background-color: #e8f1f4;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}
#big-search h2,
#check-booking h2 {
    background: #1981a8;
    color: #fff;
    padding: 0.2em 0.4em;
    border-bottom: 1px solid #005f86;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#big-search h2 span,
#check-booking h2 span {
    float: right;
    border: 1px solid #125f7c;
    width: 30px;
    cursor: help;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font: bold 0.75em/30px serif;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.1);
}
#big-search h3,
#check-booking h3 {
    padding: 0 1.1em 0.15em;
    margin-top: 1em;
}
#big-search hr,
#check-booking hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #b4d1db;
    border-left: 0;
}
#big-search p,
#check-booking p {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 1.4em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.2em;
}
#check-booking p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#check-booking [type='submit'] {    font-size: 0.7em }
#big-search input {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 2em;
    border-size: 1px;
    font-weight: normal;
    font-size: 1em;
}
#big-search #poi {
    padding-right: 110px;
    padding-bottom: 0.5em;
    padding-top: 0;
    margin-bottom: 0;
    background: url("images/tipos-poi.png") no-repeat 47px 6px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
}
#big-search #poi.airport,
#big-search #poi.poitype-1 {    background-position: 236px -184px }
#big-search #poi.train,
#big-search #poi.poitype-2 {    background-position: 148px -93px }
#big-search #poi.boat,
#big-search #poi.poitype-3 {    background-position: 335px -284px }
#big-search #poi input {
    font-size: 1.4em;
    width: 95%;
    padding: 0.15em 0.3em;
}
#big-search [type='submit'] {    font-size: 1.2em }
#big-search select {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 1em;
}
#service-info .company-logo {
    float: left;
    margin-right: 1em;
}
#service-company {
    font-weight: bold;
    font-size: 1.1em;
    overflow: hidden;
    margin-bottom: 0.1em;
}
#service-company+p {    margin-bottom: 2em }
#service-checklist strong {
    float: right;
    color: #fff;
    background: #ccc;
    background: rgba(0,0,0,0.3);
    font-size: 85%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0.1em 0.3em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#tos {
    margin-left: 130px;
    list-style: none;
    font-weight: bold;
}
#card-number.visa,
#card-number.mastercard,
#card-number.amex {
    padding-left: 25px;
    background-image: url("images/sprites.png");
    background-repeat: no-repeat;
    background-position: 0 60px;
}
#card-number.visa {    background-position: -300px -60px }
#card-number.mastercard {    background-position: -270px -90px }
#card-number.amex {    background-position: -240px -120px }
#finish-booking {    margin-left: 300px }
#total-booking-value {
    text-align: center;
    border-bottom: 1px solid #c5dce4;
}
#total-booking-value h1 {
    padding: 0.3em 0 0;
    font-size: 4em;
    letter-spacing: -1px;
}
#total-booking-value p {
    font-family: "BebasNeueRegular",Impact,sans-serif;
    font-size: 1.5em;
    color: #a3c7d3;
    line-height: 1;
}
#extra-additions {    list-style: none }
#extra-additions li {
    border: 1px solid #c5dce4;
    margin-bottom: 1em;
    padding: 1em;
    overflow: hidden;
}
#extra-additions h3 {    margin-top: 0em }
#extra-additions .rating-value {
    float: right;
    width: 90px;
    margin-bottom: 0.5em;
}
#extra-additions .old-value {
    font-size: 0.5em;
    display: block;
    margin-left: -3em;
}
#top-avatar {
    float: left;
    display: block;
    margin-top: 7px;
    margin-left: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
#roles {    margin: 0.9em 1em 0 }
#searched-parkings [type='checkbox'] {
    float: left;
    margin-right: 0.7em;
}
#searched-parkings small {
    display: block;
    margin-left: 2.5em;
}
#pics li {
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
    list-style: none;
}
#pics img {
    max-width: 100px;
    padding: 6px;
    border: 1px solid #eee;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

#activation-form,
#login,
#lost_password {
    width: 240px;
    margin: 7em auto 0 auto;
    padding: 2em;
    border: 1px solid #c5dce4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
}

#lost_password {
    margin: 10px auto 0 auto;
}
#activation-form [type='submit'],
#login [type='submit'],
#lost_password [type='submit'] {
    margin: 0 auto 
}

#activation-form li,
#login li,
#lost_password li {
    text-align: center
}

#activation-form h3,
#login h3,
#lost_password h3 {
    margin: 0 0 1em;
}

#global-nav {
    position: absolute;
    right: 130px;
}
#buscador-phone {
    float: left;
    margin-left: 1em;
    margin-top: 0.1em;
}
#language {    float: left }
#screenshot {
    position: absolute;
    background: #333;
    padding: 1em;
    display: none;
    z-index: 1103;
}
#compare-table {    width: 720px }
#compare-table tbody th {    width: 120px }
h1+.cta {
    float: right;
    background-color: #393;
    position: relative;
    border-color: #363;
    top: -72px;
}
#map>ul {    margin-top: 2em }
#map>ul li {    display: inline }
#map>ul li img {    max-height: 20px }
#other-solutions li {
    list-style: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
#other-solutions strong {    display: block }
#other-solutions .difference {    float: right }
#parking-card {
    padding-bottom: 1em;
    overflow: hidden;
}
#parking-card img {
    float: left;
    width: 50px;
    margin-right: 1em;
    border: 1px solid #1981a8;
}
#parking-card .no-logo {    opacity: 0.3 }
#parking-card h3 {    margin-top: 0 }
.scaffold dt {
    float: left;
    width: 120px;
    margin-right: 15px;
    text-align: right;
}

.scaffold ul {
    margin-left: 38px;
}

.scaffold dd {    margin-left: 135px }
#comissions th strong {    display: block }
#comissions .xtra-commission {
    background: #1981a8;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 85%;
    padding: 0.1em 0.3em;
    white-space: nowrap;
}
#comissions tbody td {    text-align: center }
#comissions td {    vertical-align: middle }
#comissions .active {    background-color: #dfc }
#comissions .active:before {
    content: "\2714";
    color: #7b6;
    display: block;
}
#comissions .invalid {    background-color: #eee }
#comissions .invalid:before {
    content: "\2717";
    color: #ddd;
}
#comissions .pending {    background-color: #ffc }
#comissions .pending:before {
    content: "\26a0";
    font-weight: bold;
    color: #ca5;
    display: block;
}
#comissions .rejected {    background-color: #fee }
#comissions .rejected:before {
    content: "\2716";
    font-weight: bold;
    color: #c65;
    display: block;
}
#comissions .requested {
    background-color: #1981a8;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    color: #fff;
    font-weight: bold;
}
#comissions .requested a {
    color: inherit;
    margin: auto;
    width: 70px;
    display: block;
    margin-top: 5px;
}

#comissions p.matrix-typeOfPayment {
    margin-bottom: 0;
    margin-top: 4px;
    color: inherit;
}

#comissions p.cell-typeOfPayment {
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: bold;
    color: inherit;
}

#gallery li {
    list-style: none;
    float: left;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
#gallery li img {    max-width: 199px }
#gallery li .caption {
    font-size: 95%;
    font-weight: bold;
    color: #FFF;
    margin: 3px 0;
}
#gallery li .caption span {
    float: right;
    color: #bbb;
    margin-left: 0.5em;
}
#gallery li.inactive {    opacity: 0.4 }
#gallery li.inactive:hover {    opacity: 1 }
#gallery li:hover {
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    background-color: #ffe;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#gallery li:hover p {    color: #c93 }
#gallery li:hover p span {    color: #bbb }
#gallery .new {
    width: 199px;
    background: url("images/newpicture.png") no-repeat center 45px;
    text-align: center;
}
#gallery .new a {
    padding-top: 100px;
    padding-bottom: 30px;
    display: block;
    width: inherit;
    height: inherit;
    color: #777;
    font-size: 120%;
}
.plus {    color: #3a0 }
.plus:before {
    content: "\25B4";
    margin-right: 0.3em;
}
.minus {    color: #a30 }
.minus:before {
    content: "\25Be";
    margin-right: 0.3em;
}
#movements td:first-child {    width: 50px }
#paymentgroups .code a {    padding-right: 1px }
#paymentgroups .code a:after {
    content: "\25be";
    margin-left: 0.3em;
    background-color: #1981a8;
    color: #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
}
a.loading,
a.loaded {
    background: url("images/loading.gif") no-repeat center;
    text-indent: -9999px;
    width: 20px;
    display: inline-block;
}
a.loaded {
    background-image: url("images/sprites.png");
    background-position: -28px -300px;
}
#imports ol {
    list-style: none;
    margin: 0;
}

#imports ol li:first-child a.remove{
    display: none;
}
.import {
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.03), rgba(0,0,0,0.03));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.03), rgba(0,0,0,0.03));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.03), rgba(0,0,0,0.03));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.03), rgba(0,0,0,0.03));
    margin-bottom: 0;
    padding-bottom: 1em;
}
.idle {    opacity: 0.3 }
.price-tag {
    background-color: #1981a8;
    float: right;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    margin-left: 1px;
}
.special-tag {
    background-color: rgba(0, 0, 0, 0.15);
    color: #1981A8;
    margin-right: 5px;
}
#answers {    list-style: none }
#answers li {    border-bottom: 1px solid #eee }
#answers img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}


/*-------------------  11/10/2012  -------------------*/

/*--------  Email Templates - List Page  --------*/

.underlined-link:hover {
    text-decoration: underline;
}


/*--------  Email Templates - Edit Page & Cretate Page --------*/

/* Main Content */
#template-edit-container {
    width: 700px;
    float: left;
}

#template-edit h2 {
    margin-top: 30px;
    margin-bottom: 0px;
}

#template-edit label,
#template-edit input[type=text] {
    display: block;
}

#template-edit label {
    margin-bottom: 8px;
    font-size:  13px;
}

#template-edit input[type=text] {
    margin-bottom: 10px;    
}

#template-edit input[type=text],
#template-edit textarea {
    padding: 5px;
    border: 1px solid #bbb;
    width: 400px;
    border-radius: 3px 3px 3px 3px;
}

#template-edit textarea {
    resize: both;
    height: 80px;
    color: #000;
}

#template-edit #basic-info h2 {
    margin-top: 0;
}

#template-edit .lang-container {
    margin-top: 20px;
}

#template-edit .lang-container h3:hover {
    cursor: pointer;
}

#template-edit .lang-container h3 {
    width: 400px;
    padding: 2px 5px;
    background-color: #1981A8;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    border: 1px solid #125F7C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
}

#template-edit .lang-container h3:after {
    font-size: 12px;
    float: right;
    line-height: 2;
    content: attr(data-content);
}

#create-template-btn {
    margin-top: 20px;
}

.cleditorMain {
    width: 800px !important;
    /*height: 400px !important;*/
    margin-left: 128px;
    margin-bottom: 20px;
    margin-top: -12px;
}


/* Sidebar */

#template-edit-sidebar {
    float: right;
    background-color: #E8F1F4;
    margin-bottom: 1em;
    margin-top: 3.4em;
    padding: 20px;
    width: 200px;
}

#template-edit-sidebar h3 {
    margin-top: 0;
}


/*-------- Cancel Fares Form --------*/

#tarifaCancelamentoMain label {
    text-align: left;
    width: auto;
}

#tarifaCancelamentoMain label:last-child {
    margin-left: 10px;
}

#tarifaCancelamentoDetails label {
    width: auto;
    display: block;
    text-align: left;
}

#tarifaCancelamentoDetails input {
    margin-left: 10px;
    margin-bottom: 10px;
}

#tarifaCancelamentoDetails input.noSpace {
    margin-left: 0;
}

#tarifaCancelamentoDetails select {
    margin-left: 5px;
}

#tarifaCancelamentoDetails label.lineLabel {
    display: inline;
}


/*-------- Cancellation - show --------*/

#cancellationDetails {
    width: 400px;
    padding: 40px;
}


/*-------- Credit card - show --------*/

#creditCardDetails {
    width: 200px;
    padding: 40px;
}

/*Fancybox admin fix*/
.paddingFix{
    padding: 40px !important;
}



/*-------------------  28/11/2012  -------------------*/

/*--------  Search engine configuration page - Subdomain Page  --------*/

#user-actions {
    padding: 0.5em;
    padding-top: 0;
}

#user-actions input {
    margin-right: 10px;
    background-color: #1981A8;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    border: 1px solid #125F7C;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    padding: 0.4em 0.9em;
}

#user-actions input#btn-reset {
    background-color: #ccc;
    border: 1px solid #bbb;
    color: #000;
}



/*-------------------  30/11/2012  -------------------*/

/*--------  Dashboard - original styles from the prototype --------*/

#main-dashboard {
    margin-bottom: 20px;
}

#main-dashboard .cells {
    overflow: hidden;
}

.cells {
    clear: both;
    margin: 0 auto;
    width: 960px;
}
.cells li {
    background: none repeat scroll 0 0 white;
    border: 1px solid #EEEEEE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    cursor: move;
    display: block;
    float: left;
    list-style: none outside none;
    margin-bottom: 1em;
}
.cells li > div {

    padding: 1em;
    text-align: center;

}
.cells li.full {
    width: 940px;
    float: none; }
.cells h5 {
    line-height: 30px;
    padding: 0 1em;
    background: #eeeeee;
    color: #666666;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); }
.cells .placeholder {
    border: 2px dashed #eeeeee !important;
    box-shadow: 0;
    margin-right: 1%; }
.actions {
    float: right;
    list-style: none;
    margin-right: 2%; }
.actions li {
    float: left; }
.actions li + li {
    margin-left: -1px; }
.actions button {
    border: 1px solid #dddddd;
    border-radius: 0;
    background: #f3f3f3;
    padding: 0.2em 1em; } 
.half {
    float: left;
    /* margin-right: 18px; */
    width: 460px;}
.main-half {
    width: 328px;
    margin-right: 18px;
    float: left; }
.main-half + .main-half {
    margin-right: 0;
    margin-left: 18px; }
.third {
    width: 300px;
    margin-right: 18px;
    float: left; }
.quarter {
    float: left;
    margin-right: 10px;
    width: 230px; }


#sidebar .widget {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: -5px;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    width: 210px;

    background-repeat: repeat, no-repeat;
    background-position: top right, bottom right;
    background-size: 230px auto, 230px auto;
}

.dataTableDashboard td{
    text-align: left;
}


/*--- Signup forms captchas  ---*/

.kaptcha {
    width: 100%;
    margin: auto;
    text-align: center;
}

.kaptcha-controls {
    display: block;
    margin: auto;
    width: 230px;
}

.kaptcha-controls img {
    display: block;
    margin: auto;
    float: left;
}

.kaptcha-controls span {
    display: block;
    width: 20px;
    height: 20px;
    background: #E8F1F4;
    color: #000;
    border: 1px solid #D7E0E3;
    float: left;
    margin-left: 8px;
    margin-top: 15px;
}

.kaptcha-controls span:hover {
    cursor: pointer;
    background: #B8D4DD;
}

.kaptcha input[type=text] {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.kaptcha small {
    margin-left: 0;
    margin: auto;
}


/* Multilanguage styles */

.multilangIcon {
    display: inline-block;
    margin-left: -50px;
    margin-right: 20px;
    margin-top: 45px;
}

.smallIconInput{
    
    display: inline-block; 
    margin-left: -50px; 
    margin-right: 20px; 
    margin-top: 20px;
}

.subpoiLanguage {
    margin: 0 10px 0 0;
}

.subpoiLanguage img{
    margin-bottom: -10px;
}

#solutionFaqs .multilangIcon {
    margin-left: 0;
    margin-top: 25px;
}

#subdomain .multilangIcon {
    margin-left: 0;
}

.warning-icon{
    margin-right: 5px;
}

.hiddenArea {
    display: none;
}

.available-langs {
    margin-bottom: 15px;
}

.internationalization-box {
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

.internationalization-box label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.internationalization-box textarea {
    width: 350px;
    height: 80px;
}

.internationalization-box  .input-tip {
    margin-left: 0;
}

/* Mozilla based browsers */
::-moz-selection {
    background-color: #DCDCDC;
    color: #000;
}

/* Works in Safari */
::selection {
    background-color: #DCDCDC;
    color: #000;
}


/* New Login Form Styles */

#loginContainer {
    margin: auto;
    margin-top: 60px;
    width: 280px;
    text-align: center;
}
#activation-form,
#login{
    border-radius: 0;
    border: none;
    border-top: 6px solid #038BBE;
    background: #F3F3F3;
    width: 240px;
    padding: 20px 18px 20px 22px;
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 15%, rgba(243,243,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(249,249,249,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    margin: 0;
    margin-top: 15px;
    text-align: left;
}


#lost_password{
    border-radius: 0;
    border: none;
    background: #F3F3F3;
    width: 240px;
    padding: 20px 18px 20px 22px;
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 15%, rgba(243,243,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(249,249,249,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 15%,rgba(243,243,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    box-shadow: 0 1px 5px rgba(0,0,0,0.20);
    margin: 15px auto;
    text-align: left;
}

#activation-form input[type=text],
#activation-form input[type=password],
#lost_password input[type=text],
#login input[type=text],
#login input[type=password] {
    width: 185px;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding-left: 35px;
    background: url("images/emailIcon.png") no-repeat 4px center #fff;
}

#activation-form input[type=password],
#login input[type=password] {
    background: url("images/passwordIcon.png") no-repeat 4px center #fff;
}

#activation-form input[type=text]:focus,
#activation-form input[type=password]:focus,
#lost_password input[type=text]:focus,
#login input[type=text]:focus,
#login input[type=password]:focus { 
    border: 1px solid #aaa;
}

#activation-form input[type=submit],
#login input[type=submit] {
    margin-right: 26px;
}


/* Extra services */

#service-name {
    display: block;
    margin-left: 130px;
    margin-top: -52px;
    margin-bottom: 14px;
}

#extra-services-info .multilangIcon{
    margin-top: 22px;
}

/* Commissions */

#comissions-not-ia {
    margin-top: -20px;
}

/* Used to mark things that are not completelly implemented' */
.todo-stuff {
    padding: 5px;
    background: #CC7878;
    color: #fff;
    border: 1px solid #000;
}

/* Accounting Styles */
h2.entityName {
    font-size: 22px;
    margin-bottom: 35px;
    margin-top: -30px;
}

#accountingErrors {
    display: none;
}


/*
.side_menu_block {
    list-style-image:  url("/portal/images/locker.png");
    list-style-position: inside;
}

.side_menu_unblock{
    list-style-image:  url("/portal/images/alert.png");
    list-style-position: inside;
}
*/

.side_menu_block a{
    background: url("../images/locker.png") no-repeat 93% 50%;
    background-size: 16px 16px;
    /*    background: url("/portal/images/locker.png") no-repeat left;
        padding-left: 40px;*/

}

.side_menu_unblock a{
    background: none;
    /*    background: url("/portal/images/alert.png") no-repeat left;
        padding-left: 20px;*/
}

.block_td{
    text-align: right;
    margin-right: 20px;
}

.locker_icon{
    height: 16px;
}

.isHidden_icon{
    height: 18px;
}

#locker_icon_se{
    width: 16px;
    border-style: none;
}
.truncate {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* Search Engines / Solutions Config */

#engines-booking-requirements,
#solutions-booking-requirements {
    padding-bottom: 10px;
}

#engines-booking-requirements > label,
#solutions-booking-requirements ul li label {
    padding-left: 5px;
}

#bonoDigitsLabel {
    width: 145px;
}



/* Commission details view */

#relation-info {
    margin-top: -30px;
    margin-bottom: 20px;
}

#relation-info h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
}



/* Solutions SubPoi Matrix */

.solutions-matrix {
    margin-bottom: -1px;
}

.solutions-matrix caption {
    margin-bottom: 10px;
    background: none;
    border: none;
    color: #000;
}

.solutions-matrix th.infoHeader {
    border: 1px solid #cce0e7;
    border-right: none;
}

.solutions-matrix th,
.solutions-matrix td {
    text-align: center;
}

.solutions-matrix tr:hover {
    background: transparent;
}

.subPoiButton {
    background: #eee;
    color: #000;
    padding: 12px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid;
    border-color: #ddd; 
}

.activeSubPoi { background: #dfc; border-color: #C3E0B4; }

.activeSubPoi:before {
    content: "\2714";
    color: #7b6;
    display: block;
}

.inactiveSubPoi { background:#fee; border-color: #F0D3D3; }

.inactiveSubPoi:before {
    content: "\2716";
    font-weight: bold;
    color: #c65;
    display: block;
}

.disabledSubPoi { background:#eee; cursor: default; }

.disabledSubPoi:before {
    content: "\2717";
    color: #ddd;
}


.solutions-matrix th.pickPoiHeader {
    text-align: center;
    width: 180px;
}

.solutions-matrix tbody th {
    background: #E8F1F4;
    border-bottom: 1px solid #cce0e7;
}

th.not-styled,
td.not-styled {
    background: #fff;
}

td.has-imgFeedback{
    text-align: center;
}
td.has-imgFeedback img{
    max-height: 16px;
}


/* Bookings list */
#resendEmail {
    width: 395px;
    height: 25px;
}

#resendEmailHelp {
    color: #666666;
}

.acountDetails {
    border: none;
    margin-bottom: 40px;
}

.acountDetails h5 {
    font-size: 13px;
}

.acountDetails table {
    margin-top: 10px;
}

.acountDetails tr {
    border: none;
}

.acountDetails tr:hover {
    background: #fff;
}

.acountDetails td {
    padding-left: 0;
    width: 224px;
}

.cellValue {
    font-size: 36px;
    font-weight: normal;
    color: #1981a8;
    border-left: 1px solid #bdbdbd;
    line-height: 0.8;
    padding-left: 12px;
    padding-right: 16px;
    padding-bottom: 10px;
    width: 100px !important;
}

.cellDesc {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    border-left: 1px solid #bdbdbd;
    padding-left: 12px;
    padding-right: 16px;
    width: 100px !important;
    margin-top: -5px;
    padding-top: 5px;
    display: block;
}



/* Timetables Config Form */

.timetables-config .sub { 
    margin: 0;
    padding: 0;
}

.timetables-config .sub li { list-style-position: inside; }

.timetables-config .sub li p { 
    padding-left: 136px; 
    padding-top: 12px; 
    padding-bottom: 12px; 
}

.timetables-config fieldset label.min-label { 
    font-weight: normal; 
    width: auto; 
    vertical-align: middle; 
    margin-left: 8px; 
    margin-right: 0; 
}

#add-timetable, 
.add-interval, 
.remove-interval { 
    margin-left: 14px; 
    padding: 0px 6px 2px 6px; 
    line-height: 1.2; 
    font-size: 85%; 
}

#add-timetable { 
    margin-left: 0; 
    margin-bottom: 20px;
}

.delete-timetable {
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    float: right;
    display: none;
}

.delete-timetable:hover {color: #333333; }

#timetable-form { margin-bottom: 40px; }

#timetable-form ul { list-style: none; }

#interval-template, #timetable-template  { display: none; }

#timetables-overlapping-error { display: none; }



/* BONOS */
#parking-institutions-container {
    display: none;
}

.ui-multiselect.ui-state-default {
    font-weight: normal;
    width: 220px !important;
    font-size: 12px;
    box-shadow: none;
    margin-top: 2px;
    margin-right: 10px;
}

.ui-multiselect.ui-state-hover {
    cursor: pointer;
}

.ui-multiselect.ui-state-active {
    color: #2e6e9e;
}

#bonos .ui-state-active .ui-icon {
    background-image: url(../css/jquery-ui/images/ui-icons_6da8d5_256x240.png);
}

#voucher-usage-windows {
    width: 300px;
    padding: 20px;
}

.error-alert {
    display: none;
    color: red;
}



/* VOUCHERS FIXES for copyed resources */

/* store */
#overall-progress {
    margin-bottom: 20px;
}

#bucket {
    margin-bottom: 30px;
}

#voucher-detail .header {

}

/*TRANSFERS COMMISSIONS*/

fieldset.hasSlide p .ui-multiselect.ui-state-default {
    font-weight: normal;
    width: 280px !important;
    font-size: 12px;
    box-shadow: none;
    margin-top: 2px;
    margin-right: 10px;
}

/* ZONES */

#zone-template,
#draw-zone-rectangle-template,
#draw-zone-circle-template,
#draw-zone-polygon-template,
#draw-zone-template {
    display: none;
}

#vMap {
    width: 100%;
    height: 300px;
}

.delete-zone {
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    float: right;
    display: none;
}

.delete-zone:hover {color: #333333; }

.delete-zone.delete-disabled, .delete-timetable.delete-disabled {color: #DBD6D6; }
.delete-zone.delete-disabled, .delete-timetable.delete-disabled :hover {
    cursor:  default;
    color: #DBD6D6; 
}

#add-zone { 
    margin-left: 14px; 
    padding: 0px 6px 2px 6px; 
    line-height: 1.2; 
    font-size: 85%; 
    margin-left: 0; 
    margin-bottom: 20px;
}

#zones-list {
    list-style: none;
    margin-bottom: 0;
}

#zones-list li {
    padding: 10px 0;
    border-bottom: 1px solid #d7e0e3;
}

#zones-list li:last-child {
    border-bottom: none;
}

.zone-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    background: #ffcccc;
    margin-right: 5px;
    margin-left: 10px;
    vertical-align: -4px;
    opacity: 0.5;
}

#zones-list .draw-zone-info {
    padding-left: 10px;
}

fieldset label[for].label-no-margin {
    width: auto;
    vertical-align: baseline;
}

.zone-name-input {
    margin: 0;
    padding: 5px;
    width: 348px;
}

.zone-config {}


.zones-draw .delete-zone {
    display: inline;
    float: none;
    margin-left: 10px;
}


/* TRANSFERS FARES */

.fare-discount-box {
    margin-left: 60px;
}

.delete-tfare {
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    float: right;
    /*display: none;*/
}

.add-zone-container {
    margin-top: -16px;
    margin-bottom: 40px;
}

.add-new-zone {
    margin-left: 0;
}

#template-passengers,
#template-fare-definitions,
#template-year-definitions,
#template-zone-definitions {
    display: none; 
}

#tfares-form select {
    max-width: 75px;
}

#tfares-errors,
#tfares-error-passengers,
#tfares-error-dates,
#tfares-error-fare-definitions,
#tfares-error-fare-definitions-repeated {
    display: none;
}

#tfares-errors ul {
    margin: 0;
}

.noTopBorder {
    border-top: none;
}

.grayBackground {
    background: #e8f1f4;
}

/* Hide this button for now */
.year-definition-container {
    display: none;
}

.dashFrame {
    border: none;
    display: block !important;
    width: 960px;
    min-height: 700px;
}

.biframe {
    border: none;
    display: block !important;
    width: 1266px;
    position: absolute;
    left: -153px;
    min-height: 700px;
}

/*Added unique style for new POI and edit POI*/
#sub > li{
    margin-left: 40px;
}

#sub > li > p > label{
    width: 90px;
    vertical-align: middle;
}



/* AGENTS LIST */

#manual-password-area {
    display: none;
}

#manual-password {
    padding: 4px 6px;
}

.newsletters-info {
    margin-top: -14px;
    margin-bottom: 18px;
    margin-left: 128px;
}