.row.extra-margin-bottom {
	margin-bottom:20px;
}
.btn-primary {
	background-color: #CF662C;
    border-color: #CF662C;
}
.btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover, .btn-primary:focus{
	background-color: #ff8745;
	border-color: #CF662C;
}
.login-page {
    background: #35261F;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #ff965c !important;
}
.alert-success {
    border-color: #ff965c;
}
.main-header .logo .logo-lg {
    display: block;
    background: url(../img/logotipo.png) no-repeat 50% 0;
    height: 50px;
}
.app-block-margin-bottom {
    margin-bottom: 10px;
}
.btn-give-access.blocked {
    color: #ea341d;
}
.btn-give-access.granted {
    color: #16bd18;
}
#advicer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1060;
    margin-left: -160px;
}

#advicer .message {
    width: 288px;
    display: block;
    min-height: 50px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 4px solid #966e5c;
    padding: 8px;
    box-shadow: 1px 1px 5px black;
    margin-bottom: 10px;
    border-left: 16px solid #966e5c;
    display: none;
}
#advicer .closeMessage {
    display: block;
    width: 100%;
    text-align: right;
}
#advicer .message h4 {
    margin: 0 0 15px 0;
     font-weight: bold;
}