html, body {
    font-size: 14px;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

a {
    cursor: pointer;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #333333;   
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #9e9e9e4f;
}

textarea {
  resize: none;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    /* and then whatever styles you want*/
    background-color: #fff;
    height: 30px; 
    width: 100px;
    padding: 6px;
}

.bold {
    font-weight: bold;
}

.capitalize {
    text-transform: capitalize;
}

.input-style {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 4px;
}

.table-title {
    text-align: center;
    background-color: #f4f4f4;
    line-height: 32px;
    height: 32px;
}

.width100 {
    width: 100%;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    float: left;
}

.elemento-foto-wraper {
    width: 20%;
    margin-right: 10px;
    float: left;
    position: relative;
}

.elemento-foto {
    width: 100%;
    padding-top: 115%;
    background-color: lightgrey;
    position: relative;
    top: 0px;
    margin: 15px 0;

    background-position: 50%;
    background-size: cover;
    opacity: 0.9;
}

.title_4 {
    font-weight: bold;
    font-size: 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
}

.btn-light .btn-light:hover, .btn-light:focus, .btn-light:active:focus, .btn-light.active, .btn-light:active, .open>.dropdown-toggle.btn-light {
    color: #000;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.main_logotipo {
    width: 200px;
    height: 40px;
    margin-top: 8px;
    float: left;
    background-image: url('../images/logotipo.svg');
    background-repeat: no-repeat;
}

.my-top-navbar {
    width: calc(100% - 300px);
    height: 50px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #f4f4f4;
    z-index: 100;
      border-bottom: 1px solid #e7e7e7;
}

.logout-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: right;
    color: #777;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    font-size: 18px;
}

.custom-select {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 6px;
    margin: 0px 0px 15px 0px;
}

.form-control {
    margin: 0px 0px 15px 0px;    
}

.bem_vindo {
    display: none; 
}

.admin_tipo_anuncio {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.badge-top {
    padding: 6px 16px;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
    font-weight: bold;
    background-color: #ec2828;
    color: #fff;
    font-style: italic;
    float: left;
}

.badge-gold {
    padding: 6px 16px;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
    font-weight: bold;
    background-color: #ce9e33;
    color: #fff;
    font-style: italic;
    float: left;
}

.badge-silver {
    padding: 6px 16px;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
    font-weight: bold;
    background-color: #b3b3b3;
    color: #fff;
    font-style: italic;
    float: left;
}

.file-input.custom{
  /*your custom styles*/
  width: 300px;
  background: #fff;
  border: 1px solid grey;
  padding: 20px;
}

.file-input{
  pointer-events: none;
  position: relative;
  overflow: hidden;
}

.file-input > * {
  pointer-events: none;
}

.file-input > input[type="file"]{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: all;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.multibanco_btn {
    width: 80px;
    padding-bottom: 80px;
    margin: 0 20px;
    background-image: url('../../images/multibanco.png');
    background-size: contain;
    background-position-y: 0px;
    background-position-x: 50%;
    background-repeat: no-repeat;
    float: left;
}

.paypal_btn {
    width: 80px;
    padding-bottom: 80px;
    margin: 0 20px;
    background-image: url('../../images/paypal.png');
    background-size: contain;
    background-position-y: 0px;
    background-position-x: 50%;
    background-repeat: no-repeat;
    float: left;
}

.total-table-001,
.preco-unit-table-01,
.qtd-table-001 {
    display: none;
}

.input-s-table-01 {
    text-align: right;
    margin: 10px 0 30px 0;
}

.btn-delete-table-01 {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 10px 0 30px 0;
    text-align: center;
}

.btn-delete-table-01:hover {
    background-color: #f4f4f4;
}

/* ******************************************************************************************************
*********************************************************************************************************
****************************************************************************************************** */
@media (min-width: 380px) {

}

/* ******************************************************************************************************
*********************************************************************************************************
****************************************************************************************************** */
@media (min-width: 576px) {

.bem_vindo {
    display: block;
    margin-left: 30px;
    width: 200px;
    float: left; 
    line-height: 50px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;  
}

.elemento-foto-wraper {
    width: 10%;
}

}

/* ******************************************************************************************************
*********************************************************************************************************
****************************************************************************************************** */
@media (min-width: 768px) {

}

/* ******************************************************************************************************
*********************************************************************************************************
****************************************************************************************************** */
@media (min-width: 992px) {

.total-table-001,
.preco-unit-table-01,
.qtd-table-001 {
    display: block;
}

.btn-delete-table-01,
.input-s-table-01 {
    margin-top: 0px;
}

}

/* ******************************************************************************************************
*********************************************************************************************************
****************************************************************************************************** */
@media (min-width: 1200px) {

}

/* ******************************************************************************************************
*********************************************************************************************************
****************************************************************************************************** */
@media (min-width: 1400px) {

}