/* Elimina les fletxetes dels inputs numerics */
/* Del firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* i del chrome */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* input-group-xs */
.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 45px;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
}

.open-text-area,
.textarea-observations,
.textarea-annotations,
.textarea-conclusion {
    width: 100%;
}

.button-float-right {
    float: right;
}

.select-tm-type {
    height: 45px;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
}

.align-left {
    text-align: left;
}

.btn-primary-checked {
    background-color: #286090;
    border-color: #204d74;
}

/* CSS Informe  */

@font-face {
    font-family: Roboto-Regular;
    src: url(/fonts/Roboto-Regular.ttf);
}

body {
    font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
}

.panel-default > .panel-heading {
    color: #eee;
    font-weight: bold;
    background-color: #999999;
    border-color: #616366;
}

.panel-default  .panel-title > a {
    color: #eee;
}

.panel-warning > .panel-heading {
    color: #fff;
    font-weight: bold;
    background-color: #ee7205;
    border-color: #de6205;
}

.panel-warning .panel-title > a {
    color: #fff;
}

.panel-success > .panel-heading {
    color: #fff;
    font-weight: bold;
    background-color: #2e9a93;
    border-color: #1e8a83;
}

.panel-success > .panel-title > a {
    color: #fff;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #eee;
}

.input-group-addon {
    color: #fff;
    background-color: #999999;
    border: 1px solid #999999;
}

.form-control {
    border: 1px solid #999999;
}

.btn-primary.active {
    background-color: #941F81;
    border-color: #840F71;
}

.btn-danger {
    background-color: #e30613;
    border-color: #d30603;
}

.btn-danger:hover {
    background-color: #d30603;
    border-color: #d30603;
}

.btn-success {
    background-color: #2E9A93!important;
    border-color: #1E8A83!important;
}

.btn-success:hover {
    background-color: #1E8A83!important;
    border-color: #1E8A83!important;
}

a {
    color: #941f81;
    text-decoration: none;
}

a:focus, a:hover {
    color: #840f71;
    text-decoration: none;
}

a.accordion-toggle:focus, a.accordion-toggle:hover {
    color: #fff;
}

.btn-primary {
    background-color: #28348B;
    border-color: #18247B;
}

img.face {
    width: 30px;
    margin-top: -15px;
}

.red {
    color: red;
}

#menu-language-selector-container {
    margin-top: 8px;
    margin-right: 20px;
}

#menu-language-selector-container a.btn-secondary {
    color: inherit;
    background-color: #EFEFEF;
}

.forms-pd-function-margin-left,
.reports-pt-function-margin-left { margin-left: 1em; }

#reports-pt-search-function-container {
    height: 500px;
    overflow-y: auto;
}

#reports-pt-search-cancel-button {
    margin-right: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.patient-complementary-data-question {
    font-weight: bold;
    margin-top: 20px;
}

.patient-complementary-data-answer {
    font-weight: normal;
    margin-left: 15px;
}
