/* Write your custom CSS here */
.page-content {
    background: rgb(249, 249, 249);
}

.max-width {
    max-width: 100%;
}

.hidden {
    display: none;
}

.img-align {
    display: inline-block;
    vertical-align: baseline;
}

.break-line {
    margin-bottom: 20px;
}

.btn {
    border-radius: 4px;
}

.btn-small {
    padding: 0 5px;
}

.btn-success {
    background-color: #005EB6;
}

.btn-success:link, .btn-success:visited {
    color: #fff;
}

.btn-success.disabled, .btn-success[disabled], .btn-success[disabled]:hover {
    background-color: #888;
}

.btn-success.active, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus, .btn-success:active, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    background-color: #001E76;
}

.btn-primary.active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #3a2f7c;
}

.btn-info.active, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus, .btn-info:active, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    background-color: #027F9B;
}

a, a:link, a:visited {
    color: #005EB6;
}

a:focus, a:hover {
    color: #001E76;
}

.menu.accordion-menu > li.active > a, .menu.accordion-menu > li.active.open > a, .menu.accordion-menu > li.open > a {
    color: #005EB6;
}

.menu.accordion-menu > li > a:hover {
    color: #005EB6;
}

.menu.accordion-menu ul li a:hover, .menu.accordion-menu ul li.active a {
    color: #005EB6;
}

.panel-primary .panel-heading {
    background: rgba(0, 94, 182, 0.75) !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #005EB6;
    border-color: #005EB6;
}

.navbar ul li.open > a {
    color: #005EB6;
}

.tab-item-active {
    color: #005EB6 !important;
}

.pace .pace-progress {
    background: #005EB6;
}

.mailbox-nav li a:hover, .mailbox-nav .active {
    color: #fff;
    background-color: #005EB6;
}

.mailbox-nav li a.disabled, .mailbox-nav li a.disabled :not(:hover) {
    color: #c5c5c5;
    background-color: transparent;
    cursor: default;
}

.mailbox-nav .active a {
    color: #fff;
    font-weight: bold;
}

.mailbox-nav .active a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-style: normal;
    float: right;
}

thead.underline > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table-striped > tbody > tr > td, .table-striped > tbody > tr > th,
.table-striped > tfoot > tr > td, .table-striped > tfoot > tr > th,
.table-striped > thead > tr > td, .table-striped > thead > tr > th {
    padding: 8px !important;
    line-height: 1;
}

.pagination {
    margin: 10px 0;
}

div.file-input i.fa {
    color: #005EB6;
}

div.file-input i.fa:hover {
    color: #001E76;
}

.page-title {
    padding-bottom: 0;
    border-bottom: none;
}

#back:hover {
    outline: 0 !important;
    text-decoration: none !important;
    color: #326A99;
    transition: all .2s ease 0s;
    cursor: pointer;
}

#back {
    background-color: transparent;
}

h1 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.title_page {
    font-size: 18px;
    font-weight: bold;
}

.search-icon {
    font-size: 18px;
    vertical-align: middle;
}

.panel-heading {
    padding: 15px !important;
}

.navbar .logo-box {
    height: 50px;
}

.navbar .logo-box .logo-text {
    line-height: 50px;
}

.topmenu-outer {
    height: 50px;
}

.top-menu .navbar-nav>li>a {
    padding: 15px 18px;
}

.page-horizontal-bar.page-header-fixed .horizontal-bar {
    padding-top: 50px;
}

.small-sidebar .menu>li>a {
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 0 solid transparent;
}

.page-inner {
    padding-bottom: 0 !important;
}

div.breadcrumbs {
    background-color: transparent;
    color: #005EB6;
    padding: 5px;
    text-align: right;
}

div.breadcrumbs a {
    color: #666;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #000;
}

.module h2, .module caption, .inline-group h2 {
    font-size: 12px;
    text-align: left;
    background: rgba(0, 94, 182, 0.85);
    color: #fff;
}

#content-related .module h2 {
    background: none;
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
    font-size: 18px;
    color: #333;
}

.module table th, .module table td {
    padding: 5px;
}

.module table td a:link, .module table td a:visited, .module table th a:link, .module table th a:visited {
    color: #666;
    text-decoration: none;
    line-height: 26px;
}

.module table td.original a:link, .module table td.original a:visited, .module table th a:link, .module table th a:visited {
    line-height: inherit;
}

.addlink {
    background: url(../../../admin/img/icon-addlink.svg) 0 6px no-repeat;
}

.changelink, .inlinechangelink :not(.original) {
    background: url(../../../admin/img/icon-changelink.svg) 0 6px no-repeat;
}

.object-tools a:link, .object-tools a:visited {
    background: #005EB6;
}

.object-tools a.viewsitelink, .object-tools a.golink, .object-tools a.addlink {
    padding-right: 12px;
}

.selector-chosen h2 {
    background: rgba(0, 94, 182, 0.85);
}

.submit-row a.deletelink {
    height: 35px;
}

.delete-confirmation form .cancel-link {
    height: 35px;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #005EB6;
}

.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #002E86;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #000e56;
}

.button.default:active, input[type=submit].default:active, .button.default:focus, input[type=submit].default:focus, .button.default:hover, input[type=submit].default:hover {
    background: #000026;
}

.top-menu .nav .dropdown ul li {
    list-style-type: none;
    padding: 0;
}

.actions label {
    margin-bottom: 0;
}

.menu.accordion-menu li > a > .arrow:before {
    content: "\f105";
}

.menu.accordion-menu li.open > a > .arrow:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.inline-group .tabular td.original p {
    height: inherit;
}

.original .related-lookup {
    width: inherit;
    vertical-align: baseline;
}

div.checker {
    display: inline-block;
}

.panel-matrix-select .form-group {
    margin-bottom: 0;
}

.panel-matrix-select .form-group label {
    margin-right: 10px;
}

.panel-matrix-select .form-group select.form-control {
    display: inline-block;
    width: inherit;
}

#result_table > tbody > tr > td,
#factors_table > tbody > tr > td,
#upload_table > tbody > tr > td,
.variable_table > tbody > tr > td,
.variable-table > tbody > tr > td {
    padding: 5px !important;
    vertical-align: inherit;
}

#factors_table > tbody > tr.active > td,
.variable_table > tbody > tr.active > td {
    background-color: rgba(0, 94, 182, 0.25);
}

#result_table > tbody > tr > td > input,
#factors_table > tbody > tr > td > input,
.variable-table > tbody > tr > td > input {
    background-color: #f5f5f5;
    border: none;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: right;
}

.has-error {
    color: #f25656;
}

.form-control-sm {
    display: inline-block;
    width: inherit;
}

.person-register .form-group.row > label, .bootstrap4-multi-input, .form-check {
    margin-top: 8px;
}

.invalid-feedback {
    color: #f25656;
    font-size: 10px;
    font-weight: 600;
}

.matrix-summary, .variable-summary {
    background-color: lightyellow;
    border-top: none !important;
}

.matrix-summary:hover, .variable-summary:hover {
    background-color: lightyellow !important;
}

#factors_table > tbody > tr > td.block-name {
    padding: 12px 0 !important;
}

.table.matrix-results > tbody > tr > td, .table.matrix-main-results > tbody > tr > td {
    padding: 8px 5px !important;
}

.table.matrix-results tr.plain > td, .table.matrix-main-results tr.plain > td {
    border-top: none;
}

.table.matrix-results tr.plain > td.result, .table.matrix-main-results tr.plain > td.result, .fs16 {
    font-size: 16px;
}

.paginator a:link, .paginator a:visited {
    background: #005EB6;
    color: #fff;
    padding: 2px 6px;
}

#changelist #toolbar form #searchbar {
    height: 26px;
}

label.required {
    font-weight: 600;
}

.uppercase > input {
    text-transform: uppercase;
}

.form-control:focus {
    border: 1px solid #005EB6;
}

.submit-row a.closelink {
    background: #005EB6;
    padding: 15px;
    line-height: 0px;
}

a.nocolor {
    color: #4E5E6A;
    white-space: normal;
}

.followup {
    padding: 15px;
}

.followup h2 {
    font-size: 12px;
    text-align: left;
    background: rgba(0, 94, 182, 0.25);
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 8px;
    font-weight: 400;
}

.ana2-confidencialidad {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.ana2-puntos {
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.ana2-recomendacion {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}

.ana2-elementos {
    border-right: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    overflow-y: auto;
    white-space: nowrap;
    margin-top: 20px;
}

.ana2-elementos > tbody > tr > td,
.ana2-elementos > tbody > tr > th,
.ana2-elementos > tfoot > tr > td,
.ana2-elementos > tfoot > tr > th,
.ana2-elementos > thead > tr > td,
.ana2-elementos > thead > tr > th {
    border-top: 1px solid #000000;
}

.ana2-elementos > tbody > tr:last-child > td {
    border-bottom: 1px solid #000000;
}

.ana2-base {
    border: none !important;
}

.ana2-red {
    background: #FB0200;
    border: 1px solid #000000 !important;
}

.ana2-yellow {
    background: #FEFD07;
    border: 1px solid #000000 !important;
}

.ana2-green {
    background: #02FF07;
    border: 1px solid #000000 !important;
}

input[type=range] {
    display: inline-block;
    width: 50em;
    margin-left: 10px;
}

input[type=range].small {
    width: 65%;
    min-width: 170px;
    margin: 9px 0 0 5px !important;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #005EB6;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #005EB6;
    cursor: pointer;
}

/* carga de archivos */

.load-file-form-control {
    height: 100% !important;
}

.load-file-file-input .btn input {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.load-file-file-input .btn {
    position: absolute !important;
    margin: 25px !important;
    bottom: -24px !important;
    right: 0 !important;
    max-width: 100px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 32px !important;
}

.load-file-dark-browse-input-box .dark-input-button {
    border-radius: 0;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    background: #fff;
    border: none!important;
    color: #005EB6;
}

.load-file-file-name {
    width: 85%;
}

.risk-matrix-report .form-group.row > label {
    margin-top: 8px;
}

.risk-matrix-report .form-group.row {
    margin-bottom: 0;
}