﻿.btn-verde {
   /* padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;*/
    border-color: #218337;
    background-color: #218337;
    color: white;
}

    .btn-verde:hover {
       /* padding: .20rem .5rem !important;
        font-size: .740rem !important;
        line-height: 1.5 !important;
        border-radius: .2rem !important;*/
        border-color: #2b9743;
        background-color: #2b9743;
        color: white;
    }

.btn-size {
    padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
}

.btn-azul {
    background-color: #0052cc !important;
    color: #fff !important;
}

    .btn-azul:hover {
        background-color: rgb(0, 101, 255) !important;
        color: #fff !important;
    }

.btn-gris {
    background-color: #dfe1e6 !important;
}

    .btn-gris:hover {
        background-color: rgb(193, 199, 208) !important;
    }

* {
    padding: 0;
    margin: 0;
}

#container {
    width: 698px;
    margin: 10px auto;
}

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    /* border: solid 1px #525252; */
    border: 1px solid rgba(0,0,0,0.09);
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: 1px solid rgba(0,0,0,0.09);
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #888386;
        /* background: #424242 url(grd_head.png) repeat-x top; */
        background-color: #f4f5f7 !important;
        border-left: 1px solid rgba(0,0,0,0.09);
        font-size: 0.9em;
        -webkit-box-shadow: 0px 10px 5px -11px rgba(0,0,0,0.70);
        -moz-box-shadow: 0px 10px 5px -11px rgba(0,0,0,0.70);
        box-shadow: 0px 10px 5px -11px rgba(0,0,0,0.70);
    }

    .mGrid .alt {
        background: #fff;
    }

    .mGrid .pgr {
        background: #424242 ;
    }
        
        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #666;
                text-decoration: none;
            }

.btn-group-sm > .btn, .btn-tables-Select {
    padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    background-color: #d1e0e0 !important;
}

    .btn-tables-Select:hover {
        background-color: #f0f5f5 !important;
    }

.btn-group-sm > .btn, .btn-tables-del {
    padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    background-color: #a1a7af !important;
}

    .btn-tables-del:hover {
        background-color: #b5bac1 !important;
    }

.btn-group-sm > .btn, .btn-tables-edit {
    padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    background-color: #0052cc !important;
    color: #fff !important;
}

    .btn-tables-edit:hover {
        padding: .20rem .5rem !important;
        font-size: .740rem !important;
        line-height: 1.5 !important;
        border-radius: .2rem !important;
        background-color: rgb(0, 101, 255) !important;        
        color: #fff !important;
    }


.btn-group-sm > .btn, .btn-tables-detail {
    padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    background-color: #f3b701 !important;
    border-color: #f3b701;
    /*color: #212529 !important;*/
    color: #fff !important;
}

    .btn-tables-detail:hover {
        padding: .20rem .5rem !important;
        font-size: .740rem !important;
        line-height: 1.5 !important;
        border-radius: .2rem !important;
        background-color: #ffcd35 !important;
        border-color: #ffcd35;
        /*color: #212529 !important;*/
        color: #fff !important;
    }


.btn-tables-xml {
    padding: 0.2rem 0.5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    border-color: #218337;
    background-color: #218337;
    color: #fff !important;
}

    .btn-tables-xml:hover {
        padding: 0.2rem 0.5rem !important;
        font-size: .740rem !important;
        line-height: 1.5 !important;
        border-radius: 0.2rem !important;
        border-color: #2b9743;
        background-color: #2b9743;
        color: #fff !important;
    }

.btn-group-sm > .btn, .btn-tables-pdf {
    padding: .20rem .5rem !important;
    font-size: .740rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;
    background-color: #f55f5f !important;
    color: #fff !important;
}

    .btn-group-sm > .btn, .btn-tables-pdf:hover {
        padding: .20rem .5rem !important;
        font-size: .740rem !important;
        line-height: 1.5 !important;
        border-radius: .2rem !important;
        background-color: #e33c3c !important;
        color: #fff !important;
    }

.props-mensaje-hide {
    position: fixed !important;
    z-index: 1 !important;
    margin-top: -600px !important;
    margin-left: 300px !important;
}

.props-mensaje {
    font-size: small !important;
    /*height: 45px !important;*/
    max-width: 450px !important;
    position: fixed !important;
    z-index: 1 !important;
    margin-top: 6px !important;
    /*margin-left: 600px !important;*/
    /*padding-top: 19px !important;*/
}

.fade-message {
    font-size: small !important;
    /*height: 45px !important;*/
    max-width: 450px !important;
    position: fixed !important;
    z-index: 1 !important;
    margin-top: 6px !important;
    /*margin-left: 600px !important;*/
    /*padding-top: 19px !important;*/
    opacity: 0.0 !important;
    -webkit-transition: opacity 1.5s !important;
    transition: opacity 1.5s !important;
}

.bg-gridSelectRow {
    background-color: #d1e0e0 !important;
}

.gwidth-col-id {
    width: 70px;
}
.gwidth-col-70 {
    width: 70px;
}
.gwidth-col-80 {
    width: 80px;
}
.gwidth-col-90 {
    width: 90px;
}
.gwidth-col-100 {
    width: 100px;
}
.gwidth-col-120 {
    width: 100px;
}

.gwidth-col-150 {
    width: 150px;
}

.gwidth-col-200 {
    width: 200px;
}

.gwidth-col-250 {
    width: 250px;
}

.gwidth-col-300 {
    width: 300px;
}

.gwidth-col-idEnt {
    width: 120px;
}

.gwidth-col-module {
    width: 130px;
}
.gwidth-col-ctaContable {
    width: 120px;
}

.gwidth-col-select {
    width: 100px;
}

.gwidth-col-del {
    width: 90px;
}
.gwidth-col-emisor {
    width: 250px;
}
.gwidth-col-edit-del {
    width: 180px;
}

.gwidth-col-edit-del-proyect {
    width: 300px;
}

.gwidth-col-date {
    width: 100px;
}

.gwidth-col-active {
    width: 90px;
}

.gwidth-col-ZipCode {
    width: 120px;
}


.gridPager {
    height: 20px !important;
}

.mGrid .bs-pagination:hover {
    background: #fff !important;
}

.custom-file-label::after {
    content: "Examinar" !important;
}

.content-logo {
    min-width: 18rem !important;
}

.texto-derecha{
    text-align: right !important;
}

.loader-div-style {
    z-index: 1000;
    position: absolute;
    margin-top: -447px !important;
    margin-left: -286px !important;
    background-color: #00000040;
    opacity: 10;
    width: 99.8%;
    height: 99.5%;
    text-align: center;
    padding-top: 220px !important;
}

.lbl-Loader {
    color: #FFF!important;
}

.container-progress {
    position: fixed;
    z-index: 1 !important;
    height: 2px;
}

.bar-progress-main {
    position: fixed;
    z-index: 1 !important;
    width: 80%;
    height: 2px;
}

.padd-btn-dissmiss-alert {
    padding: .50rem 1.0rem !important;
}

.popMsnHide {
    display: none !important;
}

.popMsnShow {
    display: block !important;
}

.zPosition{
    z-index:2000 !important;
}

.loader-div-general {
    z-index: 100000 !important;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000040;
    opacity: 10;
    text-align: center;
    align-items: center;
}

.loader-div-general-content {
    position: absolute;
    top: 60%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}

.style-progress-bar-show {
    height: 3px !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.style-progress-bar-hide {
    display: none;
    height: 3px !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.migas-button {
    padding: 1px 10px 0px 9px !important;
    background-color: #0052cc !important;
    color: #fff !important;
    text-decoration: none;
    font-size: .740rem !important;
    border-radius: 0.2rem !important;
    line-height: 1.5 !important;
}

    .migas-button:hover {
        background-color: rgb(0, 101, 255) !important;
        text-decoration: none;
    }

.capital {
    text-transform: uppercase !important;
}

.contenido-overflow {
    overflow: visible !important;
}

.required-color{
    color:red !important;
}

.texto-blanco{
    color: white;
}

.no-padd-no-marg{
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.backgrey {
    background-color: #f4f7fa
}

.backwhite {
    background-color: white;
}

.no-border{
    border: 0px !important;
}

.btn-search{
    padding-top:4px;
}

.badge-menu {
    z-index: 1;
    margin-top: 14px;
    background-color: #0052cc;
    height: 15px;
}

.font-size-11-grid {
    font-size: 11px;
}

.font-size-12-grid {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-15 {
    font-size: 15px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.div-iconos-menu {
    width: 40px;
}

.btn-hide-menu-toggle{
    padding-bottom: 2px;
}

.text-azul-claro {
    color:#cbe4ff;
}

.corp-name {
    font-size: large;
    font-weight: 500;
}

.no-display {
    display: none !important;
}
.border-group {
   border : 1px solid #ced4da;
}
.pad-contextMenu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.no-underline {
    text-decoration: none !important;
    font-size: 0.8rem !important;
}