@media(max-width:360px) {

#pesquisaButton {
    background: none repeat scroll 0% 0% #00467F !important;
    border: medium none !important;
    font-size: 12px;
    padding-right: 35px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    width: 100% !important;
    display: block;
}

#searchBarShow .outer-mask {
    position: absolute;
    width:100%;
    height: 80px;
    overflow: hidden;
    border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    top: 120px;
    margin-left:10px;
}
}

.input-group-addon {
    color: #FFF;
    border-radius: 1px;
    min-width: 130px;
    text-align:right;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
height: 34px;
padding: 6px 12px;

}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 10px 10px;
}

textarea.form-control {
    height: auto;
    width: 960px !important;
}

#paises_chosen {
    width:960px !important;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #FFF;
    background-color: #0b4ba3;
    border-color: #0b4ba3;
}


.fa {

}

a:hover, a:focus {
    color: #005cda;
    text-decoration: underline;
}

.panel-heading {
    padding: 0px 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #FFF;
    border-color: #FFF;
}

.chosen-container-single .chosen-single {
    height: 36px;
}

.table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #FFF;
}

#pesquisaButton {
    background:#6d6e71!important;
    
    border:none !important;
    font-size: 12px;
    padding-right: 35px;
    color:#FFF;
    font-weight:bold;
    text-transform:uppercase;
    height: 50px;
    /*width: 100px !important;*/
    display: block;
}

.qren {
    display: none;

}

.copy {
    padding-top: 0px;
}

.input-group .form-control {
    width: 380px;
    background:#ececec;
    border: 1px solid #ececec;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #ececec;
    background-color: #ececec;
    background-image: none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 34px!important;
    border-radius: 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ececec;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: none;
    background-color: #ececec;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.chosen-container-single .chosen-single {
    border: 1px solid #ececec;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: none;
    background-color: #ececec;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}


input[type="file"] {
    display: block;
    height: 50px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #ececec;
    width:380px;
}

span.input-group-addon {

}

input[type="checkbox"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  padding: 10px;
}

.checkbox + label {
    padding: 18px;
}

.checkbox:checked + label:after {
font-size: 28px;
left: 6px;
}

#formMessages {
	color:#ff0000;
	font-weight:bold;
}

.custom-category:nth-child(1) {
	      background-color: #ececec;
}

.custom-category > span.input-group-addon {
	      background-color: #ececec!important;
	      border:none!important;
          color: #000;
}

.btn-primary {
    margin-bottom: 20px;
}

.input-group-addon:first-child {
    min-width: 180px;
    white-space: normal;
}

#concelho_chosen {
    width:380px;
}