﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 112px;
}

.footer {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    padding: 20px;
    border-top: 2px solid #a8a8a8;
}

.table tr td {
    padding: 1px;
}

.MandatoryTxt {
    box-shadow: 0 0 5px 0px red;
}

.SuccessVerify {
    box-shadow: 0 0 5px 0px green;
}

.MandatoryIndicator {
    color: red;
}

.max-height-60vh {
    max-height: 60vh;
}

.modalConfirm {
    padding-top: 30vh;
}

.modalAlerts {
    padding-top: 7vh;
    width: 70vw;
}

.modalReporting {
    padding-top: 2vh;
    width: 97vw;
    height: 90vh;
}

div.modal-body {
    max-height: 50%;
    min-height: 50%;
}

.modalReporting .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.tab-pane {
    padding-top: .5%;
}

.modalConfirmRL {
    padding-top: 20vh;
}

.modalRequesterList {
    padding-top: 20vh;
    width: 80vw;
}

    .modalRequesterList div.modal-body {
        max-height: 80vh;
    }

.modal-mm {
    width: 50vw;
    height: 3vh;
    padding-top: 6vh;
    max-height: 80vh;
}

.msgNotFound {
    text-align: center;
    color: silver;
}

#CapacityResourcesPromotedModal .modal-lg {
    width: 95vw;
}

    #CapacityResourcesPromotedModal .modal-lg div.modal-body {
        max-height: 85vh;
        min-height: 56vh;
    }

#CapacityResourcesManagmentModal .modal-lg {
    width: 95vw;
}

    #CapacityResourcesManagmentModal .modal-lg div.modal-body {
        max-height: 75vh;
        min-height: 10vh;
    }

.modal-front {
    padding-top: 2vh;
    width: 90vw;
    height: 90vh;
}

    .modal-front div.modal-body {
        max-height: 80vh;
    }

.modal-lg {
    width: 95vw;
}

    .modal-lg div.modal-body {
        max-height: 85vh;
    }

.modal-lg-p {
    width: 70vw;
}

.alert.modal-dialog {
    top: 25%;
}

#gvcompliance th {
    padding: 2px;
}

#gvcompliance td {
    border-left: 1px solid rgba(38, 38, 38, 0.3);
    border-right: 1px solid rgba(38, 38, 38, 0.3);
    padding: 1px;
}

.progress-content {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(38, 38, 38, 0.3);
}

    .progress-content i {
        margin: 20%;
        text-shadow: 1px 1px 4px #ffffff;
    }

ol.dropdown-menu {
    max-height: 400%;
    overflow-y: scroll;
}

    ol.dropdown-menu li:hover {
        background-color: #d4d4d4;
    }

    ol.dropdown-menu li {
        white-space: nowrap;
        border-bottom: 1px solid #d4d4d4;
        padding-right: 5px;
    }

        ol.dropdown-menu li input {
            margin-left: 10px;
        }

.grp-inline-box {
    position: relative;
    display: inline-block;
}

table tr th {
    white-space: nowrap;
}

table tr td {
    white-space: nowrap;
}

.panel-heading.navbar {
    padding: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

div.panel-body ul.nav.nav-tabs {
    padding: 0px;
    margin-top: -10px;
}

.breadcrumb {
    margin-top: -20px;
}

.over-flow {
    overflow: auto;
}

.percentil-75 {
    background-color: #83bdff;
    font-weight: bold;
    text-align: center;
}

.percentil-50 {
    background-color: #c1ff83;
    font-weight: bold;
    text-align: center;
}

.percentil-25 {
    background-color: #ff9453;
    font-weight: bold;
    text-align: center;
}

.col-md-4, .col-md-6, .col-md-2, .col-md-3, .col-md-12 {
    padding: 3px;
}

#accordion .panel-body {
    max-height: 55vh;
    overflow-y: auto;
}

#kpi .panel-body {
    padding-bottom: 0px;
}

.poin {
    cursor: pointer;
}

.hover-select:hover {
    background-color: #1d1c1c;
    color: #f5f5f5;
}

/* Executive Dashboard */

.color-one {
    border-top: 5px solid #00a896;
    padding: 0px;
}

.color-two {
    border-top: 5px solid #acd2dc;
    padding: 0px;
}

.iab-order {
    overflow: hidden;
    overflow-x: scroll;
    height: 400px;
}

.iab-oder-size {
    width: 2000vw;
}

    .iab-oder-size div {
        display: inline-block;
    }

/*-----*/


.bottom-nav-tabs.nav-tabs {
    border-bottom: transparent;
    border-top: 1px solid #dddddd;
}

    .bottom-nav-tabs.nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .bottom-nav-tabs.nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0 0 4px 4px;
        }

            .bottom-nav-tabs.nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .bottom-nav-tabs.nav-tabs > li.active > a,
        .bottom-nav-tabs.nav-tabs > li.active > a:hover,
        .bottom-nav-tabs.nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-top-color: transparent;
            cursor: default;
            margin: -1px;
        }

.tira {
    overflow-x: auto;
}

.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.alight-left {
    float: left
}

.alight-right {
    float: right;
}

.box-inline {
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px;
}

.scrollclasCap {
    width: 100%;
    overflow: scroll;
    height: 43vh;
}

.hover-tr-lastchild tbody tr:last-child:hover {
    background-color: white;
}

.pager-p td table tr td {
    display: inline-block;
    padding: 6px 12px;    
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-left: -1px
}

    .pager-p td table tr td:first-child {
        border-radius: 3px 0px 0px 3px;
    }

    .pager-p td table tr td:last-child {
        border-radius: 0px 3px 3px 0px;
    }

    .pager-p td table tr td:hover {
        background-color: #d4d4d4;
    }
