﻿.footer {
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #37b57d;
    border-top: solid 2px #961515;
}
.footer-right {
    margin-right: 15px;
}


@media (max-width: 600px) {
    .footer {
        font-size:10px;
    }
    .img-fluid {
        max-width: 70%;
        display: block;
        margin: 0px auto;
    }
}

.bg {
    /* The image used */
    background-image: url('../img/loginbackground.webp');
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vinculoblanco {
    color: #961515;
}
.titulologin {
    color: #961515;
    text-shadow: unset;
}

.addrecord {
    margin-left: 5px;    
    font-size: 30px;
}
.errorValidate {
    border-color: #dd3f3f !important;
}

    .errorValidate:hover {
        border-color: #dd3f3f;
    }

.tooltipError {
    background-color: #dd3f3f;
    border: solid 1px #dd3f3f;
    padding: 4px 15px;
    border-radius: 6px;
    color: #fff;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 1000;
    font-size: 10px;
}

span#modal-loading-msg {
    margin-top: 10px;
    color: #fff
}

div.modal-content > .spinner-border {
    align-self: center;    
}

div#modal-loading-content {
    background-color: transparent;
    border: none;
    box-shadow: none !important;
}

div.modal-dialog-loading {
    display: table;
    top: calc(50% - 24px);
}

.plus-treeview, .minus-treeview {
    position: absolute !important;
    margin-left: -35px !important;
}

.plus-treeview {
    display: none;
}

.treeview ul {
    list-style: none;
}

.treeview-ul {
    padding-left: 0px;
}
.nivel1 {
    margin-right:5px;
}
.nivel2 {
    margin-right: 5px;
}
.nivel3 {
    margin-right: 5px;
}
.form-check {
    width: 20px !important;
}
.danger-icon {
    color: #b31010 !important;
    cursor: pointer;
}
.primary-icon {
    color: #3d9970 !important;
    cursor: pointer;
}
.mvc-grid-title {
    color: #3d9970;
}
.dark-mode .table thead th {
    background-color: #343a40;
}
.dark-mode .mvc-grid-method {
    color: #000000;
}
.dark-mode .mvc-grid-sort {
    color: #fff;
}
.dark-mode .mvc-grid-filter {
    color: #fff;
}
/*tags*/
.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y: auto
}

span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #3085D6;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: Arial;
}

    span.tag a {
        color: #F1F6F7 !important
    }

.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px
}

.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: Arial;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px
}

.tagsinput div {
    display: block;
    float: left
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #F4F4F4;
    cursor: default;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-weight: bolder
}
/*end tags*/
.modal-adjust {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-header {
    background-color: #3d9970;
    color: #fff;
}
.whitex {
    color: #fff !important;
}
@media (max-width: 600px) {
    div.modal-dialog-loading {
        display: table;
        top: calc(50% - 24px);
        left: calc(35%);
    }
}
.columntitlemedium {
    color: #3d9970;
    width: 100px;
}

.inputmedium {    
    width: 100px;
}

.columntitlesmall {
    color: #3d9970;
    width: 70px;
}
.inputsmall {    
    width: 70px;
}

.columntitlelarge {
    color: #3d9970;
    width: 200px;
}


.btn-primary:hover {
    color: #fff !important;
    background-color: #37b57d !important;
    border-color: #3d9970 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #3d9970 !important;
    border-color: #37b57d !important;
}
.select2 {
    width:100% !important;
}

.dayscolumns {
    width: 10px !important;
}


.card-container {
    float: left;    
    padding: 5px;
}

.card-clearfix::after {
    content: "";
    clear: both;
    display: table;
    width:100%;
}

.alert-two {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
}

.alert-danger-two {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

div.dataTables_wrapper {
    width:100% !important;
}

.content-wrapper-green {
    background-color: #f9fff5 !important;
}

.body-login {
    background-color: #f9fff5 !important;
}

.noborder {
    border: none;
    outline:none;
}
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ffffe6 #3d9970;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;
    }

    *::-webkit-scrollbar-track {
        background: #3d9970;
    }

    *::-webkit-scrollbar-thumb {
        background-color: blue;
        border-radius: 20px;
        border: 3px solid #3d9970;
    }

.blue-icon {
    color: #032ed3 !important;
    cursor: pointer;
}

@media (max-width: 600px) {
    .h3_title {
        font-size: 20px !important;
    }
}