/* 
    Created on : 11-jul-2017, 12:01:39
    Author     : arodriguez
*/




#addressData{
    display: inline-block;
    border: solid 1px #cccccc;
    width: 100%;
    border-top: none;
    padding: 1em;
    background-color: #f3f3f3;
    border-radius: 0px 0px 4px 4px;
}


.modal-body label { 
    display:block; 
}

#feedback-button {
    position: fixed;
    right: 0;
    z-index: 3;
    top:70%;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    left: 0;
    top: 75px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-CV {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 90%; /* Could be more or less, depending on screen size */
    max-width: 40em;
}

/* The Close Button */
.closeRecruitForm {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
}

.closeAddressForm:hover,
.closeAddressForm:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #c5748b;
    color: white;
    text-align: center;
    font-size: 14pt;
    padding: 0.7em 0em 0.5em 0em;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

.error-form{
    border-color: red!important;
}

.form-recruitment
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#address_info
{
    display:block;
}


.address-summary, .address-summary-bold,.address-control-buttons{
    padding-right: 1em;
}

.address-summary-bold{
    font-weight: bold;
}

.address-summary-text{
    padding: 2px;
    font-size: 12px;
}

#aliasSelect{
    border-radius: 4px 0px 0px 0px;
}

#dropshipLabel
{
    display: inline;
}

#aliasInputDiv
{
    padding: 0px 15px 0px 0px;
}


.download-button, .vis-green-button{
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 7px 22px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.download-button.wide,.vis-green-button.wide{
    font-size: 31px;
    padding: 24px 31px;
    width: 100%;
    text-align: center;
}
.download-button:disabled,vis-green-button:disabled {
    background: #dddddd;
    border-color: #c7c7c7;
}

.download-button:hover,.download-button:active,
.vis-green-button:hover, .vis-green-button:active{
    background-color: #8BC34A;
    border-color: #4cae4c;
    text-decoration: none;
    color: white;
    transition: 0.25s;
}

.recruitment-comments
{
    min-height: 75px;
}


blockquote p{
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 15px solid #ba516d;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
   // -webkit-box-shadow: 2px 2px 15px #ccc;
   // box-shadow: 2px 2px 15px #ccc;
}

/*blockquote::before {
    content: "\201C"; !*Unicode for Left Double Quote*!

    !*Font*!
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    !*Positioning*!
    position: absolute;
    left: 10px;
    top:5px;
}*/

blockquote::after{
    /*Reset to make sure*/
    content: "";
}.quote {
    quotes: "\00ab" "\00bb" "\2039" "\203A";
}

.offers-menu{
    display: inline-block;
    width: 100%;
    margin: 0px!important;
    padding: 0px;
}

.offers-menu a{
    color: #666;
    line-height: 2.5em;
    font-size: 14px;
    padding: 5px 20px;
    display: block;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.offers-menu a:hover {
    text-decoration: none;
}
.offers-menu li{
    display: inline-block;
    float: left;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.offers-menu li:hover
{
border-bottom: 2px solid var(--primary-principal);

}

.offers-content
{
    margin-bottom: 5%;
}

/*Para los uls dentro del cuerpo de la oferta*/
.offers-content .article_list
{
    margin-top: 0.9em;
}