﻿:root {
    --main-bg-color: #e6e6e6;
    --main-font-size: 12px;
    --gacsac-color: #721B20;
    --main-font: "Verdana";
    --readonly-bg: #e4f1ff;
    --header-modal-font-size: 15px;
}

html {
    position: relative;
    min-height: 100%;
    /* Sticky footer styles */
    overflow: auto;
}


/* Sticky footer styles */
@media (min-width: 768px) {
    html {
        font-size: var(--main-font-size);
    }
}

body {
    /* Margin bottom by footer height */
    background-color: var(--main-bg-color);
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    margin-bottom: 60px;
}



.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 40px; /* Vertically center the text there */
    background-color: inherit;
}


.my-page-title{
    font-weight:bolder;
    font-size:larger;
}

.my-page-header{

}

.my-page-content {
    background-color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.etiquetaSmaller {
    font-size: xx-small;
    font-style: italic;
}

.contenidoSmaller {
    font-size: small;
}

.contenidoXSmaller {
    font-size: x-small;
}

.my-form-control {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    background-color: transparent; /*navajowhite*/
}

.borde-form-control {
    border-style: none none solid none;
    border-bottom-width: 1px;
    border-bottom-color: #b5b5b5;
    min-height: 24px;
}

.btn-gac {
    background-color: #721B20 !important;
    color: white !important;
}

.my-btn-30px  { width: 30px; }
.my-btn-100px { width: 100px; }
.my-btn-200px { width: 200px; }

.my-table {
    font-size: smaller;
}


.card {
    background-color: var(--main-bg-color);
}

.card-body {
    background-color: var(--main-bg-color);
}

.my-cursor-pointer{
    cursor:pointer;
}
.my-cursor-helper {
    cursor: help;
}
















.card-main-title {
    font-size: 18px;
    font-weight: bolder;
    vertical-align: middle;
}


.user-circular {
    border-radius: 50%;
    max-height:48px;
}






.text-area-2-height {
    height: 58px;
}

.text-area-3-height {
    height: 87px;
}


input:read-only, select:disabled, textarea:read-only {
    background-color: var(--readonly-bg) !important;
}






.item-deleted {
    border-color: red;
    text-decoration: line-through;
    color:red;
}


/*textarea:read-only {
    font-size:smaller;
    background-color: var(--readonly-bg) !important;
}*/

.my-modal-header {
    background-color: var(--gacsac-color) !important;
    color:white;
}

.my-modal-header > .modal-title{
    font-family: var(--main-font) !important;
    font-weight: bolder !important;
    font-size: var(--header-modal-font-size) !important;
}

.my-modal-body {

}





a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


.console {
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 1001;
    bottom: 0%;
    left: 0%;
    background-color: #989898;
    /*background-color: rgba(255,255,255, 0.9);*/
    overflow-x: hidden;
    transition: 0.5s;
}

.consoleHeader {
    width: 100%;
    vertical-align: middle;
    padding: 4px 8px !important;
    font-weight: bolder;
}

.consoleBody {
    width: 100%;
    padding: 4px 8px !important;
    font-size: larger;
}

.consoleTitle {
}



/* class required */

.required {
    background-color: #fff6ed !important;
}

    .required .multiselect-search,
    .required .multiselect-clear {
        background-color: #fff6ed !important;
    }

.etiqueta {
    font-weight: bolder;
}

.myLink {
    color: #0000ff !important;
    text-decoration: underline !important;
}

.dataAsString {
    /*background: #e8e8e8;*/
    /*border-radius: 5px;*/
    padding: 3px 6px 3px 6px;
}

.bg-gac {
    background-color: #721B20 !important;
}

.text-gac {
    color: #721B20 !important;
}

.btn-gac-client {
    background-color: #14C0D8 !important;
    color: white !important;
}

/* For example, for multiselect wichs shows options throwing limits of their containers */
.myCustomContainerOverflowItems {
    overflow: visible !important;
}

.rowHover:hover {
    background-color: #fff6ed;
    color: #000;
}


.KPIAlertTitle {
    color: #dc3545;
    font-weight: bolder;
}


.overlay-pie-chart {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    opacity: .2;
    background-color: #6495ed;
    text-align: center;
}

    .overlay-pie-chart div {
        position: relative;
        font-size: 34px;
        font-weight: bolder;
        top: 20%;
    }

.printable {
}

.myTabPanel {
    border-color: white;
    background-color: var(--main-bg-color);
}



/* Se quita esto para que funcione el nuevo tree view que trae datos de manera remota y que no pintaba scroll por culpa de esto */
/*.left-pane {
                    overflow: hidden !important;
                }*/

