﻿/*

body{
    background-color:#efefef;
}

.background-white {
    position: absolute;
}

.navbar{
    background-color:white;border-bottom:2px solid silver;
    margin-bottom:0;
}

.body-content{
    background:white;
    padding:25px;
    margin-top:80px !important;
    box-shadow:0 0 20px #808080;
}

    .nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: transparent;
        color: #68D0D0;
    }

.btn-primary {
    color: #000;
    background-color: #99D1D3;
    border-color: #68D0D0;
}

.color-primary {
    color: #323281;
}



li.active a{
    color:#68D0D0 !important;
}*/

.module-item {
    border: 1px solid #efefef;
    padding: 0;
    margin: 10px;
    box-shadow: 0 0 10px #99D1D3;
    padding-bottom: 15px;
}

    .module-item .img {
        height: 200px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .module-item h2 {
        color: #00456E;
        text-align: center;
        text-transform: capitalize;
        font-weight: bold;
        text-decoration: none;
    }

    .module-item p {
        padding: 10px;
    }

.m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: white;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: bolder !important;
    color: black;
    border-bottom: 2px solid white;
}

td {
    vertical-align: middle;
}

.bootstrap-select.btn-group > .dropdown-toggle.bs-placeholder {
    border-color: #9699a2;
    color: #00456E;
}


.pointer {
    cursor: pointer;
}

.error {
    border: solid thin red;
}

.commentsContainer {
    height: 350px;
    overflow-y: scroll;
}


.pur-status {
    height: 37px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 34px;
}

.label-danger {
    color: red;
}

.Gbudget p {
    margin-bottom: 5px;
}


.alertYellow {
    color: orange;
}

.dropdown-menu.inner {
    max-height: 250px !important;
}


/***/
.scroll::-webkit-scrollbar, .ui-select-choices::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.scroll::-webkit-scrollbar-button, .ui-select-choices::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scroll::-webkit-scrollbar-thumb, .ui-select-choices::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scroll::-webkit-scrollbar-thumb:hover, .ui-select-choices::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

    .scroll::-webkit-scrollbar-thumb:active, .ui-select-choices::-webkit-scrollbar-thumb:active {
        background: darkgray;
    }

.scroll::-webkit-scrollbar-track, .ui-select-choices::-webkit-scrollbar-track {
    background: #f8f8f8;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scroll::-webkit-scrollbar-track:hover, .ui-select-choices::-webkit-scrollbar-track:hover {
        background: white;
    }

    .scroll::-webkit-scrollbar-track:active, .ui-select-choices::-webkit-scrollbar-track:active {
        background: white;
    }

.scroll::-webkit-scrollbar-corner, .ui-select-choices::-webkit-scrollbar-corner {
    background: transparent;
}


.scrollh::-webkit-scrollbar {
    width: 4px;
    height: 7px;
}

.scrollh::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.scrollh::-webkit-scrollbar-thumb {
    background: #ccc;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scrollh::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

    .scrollh::-webkit-scrollbar-thumb:active {
        background: darkgray;
    }

.scrollh::-webkit-scrollbar-track {
    background: #f8f8f8;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    .scrollh::-webkit-scrollbar-track:hover {
        background: white;
    }

    .scrollh::-webkit-scrollbar-track:active {
        background: white;
    }

.scrollh::-webkit-scrollbar-corner {
    background: transparent;
}



.ui-select-container .btn-default {
    background-color: white !important;
    color: grey !important;
}

.ui-select-match-text {
    height: 20px;
}

    .ui-select-match-text > span {
        color: #6d6d6d !important;
    }


.ui-select-toggle {
    border: 1px solid #ccc !important;
}


.rotate {
    position: absolute;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.invisible {
    opacity: 0 !important;
}


.dropdown-menu.ui-select-choices {
    display: block;
}


.ui-select-toggle {
    overflow: hidden;
}



.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    margin-top: 0 !important;
}

.hidden-ng {
    display: none !important;
}


.unread {
    background-color: #f5f5f5 !important;
}

.m-list-timeline__item {
    padding-top: 5px !important;
}

.deleteNotis {
    padding: 5px;
}

.outBudget {
    background-color: #ffe6b9;
}


.ui-select-bootstrap > .ui-select-choices {
    width: auto !important;
}


.ng-table-pager .page-item a, .ng-table-counts .btn.btn-default {
    cursor: pointer;
    display: inline-block;
    height: 2.25rem;
    min-width: 2.25rem;
    vertical-align: middle;
    padding: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0 2px;
}

.ng-table-pager .page-item.active a, .ng-table-counts .btn.active {
    background: #00456E;
    color: #ffffff;
}

.page-item.active .page-link
{
    border-color:transparent;
}

.ng-table-pager .page-item a[ng-switch-when=prev],.ng-table-pager .page-item a[ng-switch-when=next]
{
    background:#ebe9f2;
}

.page-item:last-child .page-link,.page-item:first-child .page-link , .ng-table-counts .btn
{
    border-radius:50% !important;
}




.doublerow [ng-repeat-end] td {
    border-top: solid thin white;
    border-bottom: solid thin #ccc;
}

.odd {
    background: #f7f7f7;
}

tip
{
    width:500px !important;
}

tip.tipSm {
    width: auto !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 5px;
}

.swal2-icon.swal2-warning{
    font-size:20px;
}

.m-menu__item--active {
    background-color: #ffc52f;
}

.m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow{
    color:white;
}

.m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__item-here {
    color: #ffc52f !important;
}

.m-sub-menu__item--active > .m-menu__link > .m-menu__link-text {
    color: #ffc52f !important;
}

.dropzone{
    border-style:dashed;
}

.pesosTotal {
    position: absolute;
    bottom: -10px;
    right: 30px;
    text-align: right;
    color:lightslategray;
}

.dolaresTabla {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 0px;
}


.pesosTabla {
    position: relative;
    top: 3px;
    right: 0px;
}


@media (min-width: 992px) {
    .modal-xl {
        max-width: 1100px;
    }
}

input.ng-invalid {
    border: solid thin red;
}


.trInputMiddle {
    vertical-align: middle;
    line-height: 36px;
}




@media (min-width: 993px) {
    .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item {
        background: none !important;
    }
}

.hide
{
    display:none;
}


.icon-action {
    color: #0094ff !important;
    padding-right: 5px;
    cursor:pointer;
}




.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:18px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:17px!important;
}

.m-mobile_main_menu{
    text-align:center;
}

.m-menu__link-text > i {
    font-size: 25px;
}

.form-control[required] {
    border-left:2px solid red;
}

input[type=checkbox]{
    margin-top:10px;
}

i.fa-spinner {
    margin-top: 8px;
    font-size: 25px;
}

.swal2-icon.swal2-info{
    font-size:15px;
}

div.form-control{
    min-height:37px;
}

.m-header .m-header__bottom {
    background: black;
}

a:hover, .text-primary {
    color: #FFC52F !important;
}

.swal2-content{
    font-size:25px!important;
}

.color-white{
    color:white!important;
}