html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    font-family: 'Nunito', sans-serif;
}
#app {
    flex: 1 0 auto;
}
/*Navbar*/
.bg-principal-navbar{
    background-color: rgba(0, 103, 91, 1) !important;/*Change principal*/
}
.img-navbar{
    max-height: 25px;
    max-width: 50px;
}
@media (min-width: 1200px) {
    /*xl*/    
    .navbar-bottom-separator-principal {    
        background: linear-gradient(#00675b, #00675b) right / 1px 80%;/*Change principal*/
        background-repeat: no-repeat;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    /*lg*/
    .navbar-bottom-separator-principal {    
        background: linear-gradient(#00675b, #00675b) right / 1px 80%;/*Change principal*/
        background-repeat: no-repeat;
    }
}
/*Scroll*/
::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #f8f9fa !important; 
}
::-webkit-scrollbar-thumb {
    background-color: #004669; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #00675b !important;/*Change principal*/
}
/*Content*/
.bg-principal {
    background-color: #00675b;/*Change principal*/
}
.text-principal {
    color: #00675b;/*Change principal*/
}
.bg-principal-company {
    background-color: #00675b;/*Change company*/
}
.text-principal-company {
    color: #00675b;/*Change company*/
}
.bg-accent{
    background-color: #004669; 
}
.border-accent {
    border: 1px solid #004669;
}
.text-accent{
    color: #004669; 
}
.text-black {
    color: #343a40;
  }
.img-preview-horizontal{
    max-height: 30px;
    max-width: 100px;
}
.img-preview-vertical{
    max-height: 60px;
    max-width: 50px;
}
.img-role{
    max-width: 100px;
    max-height: 100px;
}
@media (min-width: 1200px) {
    /*xl*/ 
    .img-horizontal{
        max-height: 70px;
        max-width: 360px;
    }
    .img-vertical{
        max-height: 550px;
        max-width: 500px;
    }
    h1 {
        font-size: 2.8rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*lg*/
    .img-horizontal{
        max-height: 68px;
        max-width: 330px;
    }
    .img-vertical{
        max-height: 540px;
        max-width: 450px;
    }
    h1 {
        font-size: 2.6rem;
    }
}
@media (min-width: 669px) and (max-width: 991px) { 
    /*md*/
    .img-horizontal{
        max-height: 66px;
        max-width: 300px;
    }
    .img-vertical{
        max-height: 530px;
        max-width: 400px;
    }
    h1 {
        font-size: 2.4rem;
    }
}
@media (min-width: 350px) and (max-width: 668px) {
    /*sm*/
    .img-horizontal{
        max-height: 64px;
        max-width: 270px;
    }
    .img-vertical{
        max-height: 520px;
        max-width: 350px;
    }
    h1 {
        font-size: 2.2rem;
    }
}
@media (min-width: 0px) and (max-width: 349px) {
    /*xs*/
    .img-horizontal{
        max-height: 62px;
        max-width: 240px;
    }
    .img-vertical{
        max-height: 510px;
        max-width: 300px;
    }
    h1 {
        font-size: 2rem;
    }
}
.card{
    margin-bottom: 10px !important;
}
label{
    font-weight: bold;
}
@media (min-width: 350px) and (max-width: 668px) {
    /*sm*/
    .nav-tabs .nav-item .nav-link:hover {
        border: none !important;
    }
    .nav-tabs .nav-item .nav-link.active{
        background-color: transparent !important;
        border: none !important;
    }
}
@media (min-width: 0px) and (max-width: 349px) {
    /*xs*/
    .nav-tabs .nav-item .nav-link:hover {
        border: none !important;
    }
    .nav-tabs .nav-item .nav-link.active{
        background-color: transparent !important;
        border: none !important;
    }
}
#buttonPreviousBacklog.disabled, #buttonNextBacklog.disabled, .page-item.disabled{
    cursor: not-allowed !important;
}
.page-item.disabled .page-link {
    background-color: transparent;
    border-color: #6c757d;/*Secondary*/
    color: #6c757d;/*Secondary*/
}
.page-item.active .page-link {
    background-color: #117a8b;/*Info dark*/
    border-color: #117a8b;/*Info dark*/
    color: #ffffff !important;
}
.page-item .page-link {
    background-color: transparent;
    border-color: #17a2b8;/*Info*/
    color: #17a2b8;/*Info*/
}
.page-item .page-link:hover {
    background-color: #17a2b8;/*Info*/
    border-color: #17a2b8;/*Info*/
    color: #f8f9fa !important;
}
.bg-orange{
    background-color: #D35400;
}
.bg-purple{
    background-color: #8E44AD;
}
.btn-pdf, .btn-outline-pdf:hover, .btn-outline-pdf.active {
    background-color: #7B241C !important;
    border-color: #7B241C !important;
    color: #f8f9fa !important;
}
.btn-pdf.active, .btn-pdf:hover {
    background-color: #641E16 !important;
    border-color: #641E16 !important;
    color: #ffffff !important;
}
.btn-outline-pdf {
    background-color: transparent !important;
    border-color: #7B241C !important;
    color: #7B241C !important;
}
.thead-dd{
    display: inline-block;
    color: #888c9b
}
.thead-dd>.custom-control{
    bottom: .05em;
    position: absolute;
    display: inline-block
}
.thead-dd .thead-btn{
    padding-left: 1.5rem
}
.cut-text { 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.image-size-md {
    height: 80px;
    width: 200px;
}
.hide {
    display: none;
}
/*Footer*/
#navbarBottom {
    flex-shrink: 0;
}
@media (min-width: 1200px) {    
    /*xl*/ 
    .navbar-top-separator-accent {   
        background: linear-gradient(#004669, #004669) right / 1px 80%;
        background-repeat: no-repeat;
    }
}
@media (min-width: 992px) and (max-width: 1199px) { 
    /*lg*/
    .navbar-top-separator-accent {    
        background: linear-gradient(#004669, #004669) right / 1px 80%;
        background-repeat: no-repeat;
    }
}