/** assets/css/politica_de_cookies.css */

/* Exact bootbox modal replication */
#cookie-modal.bootbox {
    z-index: 1050;
}

#cookie-modal.bootbox .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

#cookie-modal.bootbox .modal-content {
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#cookie-modal.bootbox .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}

#cookie-modal.bootbox .modal-header .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}

#cookie-modal.bootbox .modal-body {
    position: relative;
    padding: 15px;
    background-color: #fff;
}

#cookie-modal.bootbox .bootbox-body {
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
}

#cookie-modal.bootbox .bootbox-body h2 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}

#cookie-modal.bootbox .bootbox-body p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
}

#cookie-modal.bootbox .bootbox-body input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    margin-right: 5px;
}

#cookie-modal.bootbox .bootbox-body input.inline {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

#cookie-modal.bootbox .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
}

#cookie-modal.bootbox .modal-footer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 5px;
}

#cookie-modal.bootbox .modal-footer .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#cookie-modal.bootbox .modal-footer .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#cookie-modal.bootbox .modal-footer .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

#cookie-modal.bootbox .modal-footer .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* Modal backdrop */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
