.error-message {
    color: red;
    font-size: 11px;
    padding: 20px;
    text-align: center;
}

.active {
    padding: 9px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bolder;
    font-size: 12px;
}

.active:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: #1135a3;
}

.desactive_btn {
    background: #4CAF50;
}

.active_btn {
    background: #4e73df;
}


/*
  .active:link {
  text-decoration: none;
  	text-decoration: none !important; 
  	color: #fff !important; 
  	background: #111;
}

.active:visited {
  text-decoration: none;
  	text-decoration: none !important; 
  	color: #fff !important; 
  	background: #111;
}



.active:active {
  text-decoration: none;
  	text-decoration: none !important; 
  	color: #fff !important; 
  	background: #111;
}
*/

.custom-file-input {
    padding: 2px 80px;
    opacity: 1;
    text-align: center;
    margin: auto;
    position: relative;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input-profile::before {
    content: 'Change profile picture';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input-offer::before {
    content: 'Change offer picture';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input-profile:hover::before {
    border-color: black;
}

.custom-file-input-profile:active {
    outline: 0;
}

.custom-file-input-profile:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.custom-file-input-offer:hover::before {
    border-color: black;
}

.custom-file-input-offer:active {
    outline: 0;
}

.custom-file-input-offer:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.table_text_align thead tr th,
td {
    text-align: center;
    font-size: 13px;
}

td a {
    padding: 10px;
}

.offer_h {
    text-align: center !important;
    text-decoration: underline !important;
    padding: 16px 5px 5px 5px !important;
}

.sp-update-title {
    text-align: center;
    color: #607D8B;
    font-size: 15px;
    padding: 0;
    margin: 5px;
}

.sp-update-title small {
    color: #2196f3;
}

.content_offer {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
    padding: 76px;
    background: #fff;
}

.content_offer_pic {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #ccc;
    padding: 16px;
    background: #9e9e9e0f;
}

.item_offer {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 16px;
    background: #fff;
}