﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.navbar-nav .nav-item .nav-link {
    color: white !important;
    font-weight: bold;
}
/*************/
/** UTILS ****/
/*************/
* {
    font-family: 'Ubuntu', sans-serif !important;
}

.bg-blue {
    background-color:  #1f4e79 !important;
}

.bg-hardblue {
    background-color: #003781 !important;
}
.font-green{
    color: green;
}
.font-red{
    color: orangered;
}
.font-white {
    color: white !important;
}
.font-gray {
    color: #d7d7d7 !important;
}
.text-center {
    text-align: center !important;
}

.font-blue {
    color: #003781 !important;
}

.hidden {
    display: none !important;
}


.box {
    background-color: #f8f9fa;
    padding: 10px;
    margin: 0 auto;
    box-shadow: 1px 1px 1px 1px lightgrey;
    border-radius: 3px;
}

.box-title {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.box-title img {
    width: 60%;
}

.box-login {
    max-width: 500px;
    margin: 50px auto;
}

.box-search-window {
    margin: 15px auto;
}

.box-border{
    border: 1px solid lightgray;
}

.box-filter-content{
    margin: 10px;
}

.btn-create-revenue {
    width: 100%;
}
.btn-export{
    max-width: 200px
}
.btn-filter {
    width: 100%;
    color: white !important;
}

.no-gutters .col-lg-3 {

}
td svg {
    font-size: 23px !important;
    margin: 0 5px;
}
.jFiler-theme-default .jFiler-input {
    width: 100% !important;
}


.box-menus{
    display: flex;
    margin-bottom: 10px;
}

.box-menus a {
    margin-right: 5px;
    max-width: 200px;
}
.img-user {
    max-width: 30px;
    margin: 0 10px;
}
@media only screen and (max-width: 600px) {
}

.btn-create-billing{
    max-width: 450px !important;
    color: white !important;
}

.input-files {
    box-sizing: border-box;
    /* padding: 10px !important; */
    width: 20px;
    height: 16px;
    padding:;
    /* width: 13px; */
    /* height: 13px; */
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -5px;
}


.chat-row {
    padding: 5px;
}

.chat-header {
    font-size: 13px;
    font-family: Arial !important;
    display: flex;
    justify-content: flex-end;
}

.chat-body {
    padding: 10px;
    border-radius: 10px 0px 10px 10px;
    background-color: #E38968;
    font-size: 18px;
    color: white;
    -webkit-print-color-adjust: exact;
}

.chat-row:nth-child(odd) .chat-header {
    display: flex;
    justify-content: flex-start;
}

.chat-row:nth-child(odd) .chat-body {
    border-radius: 0 10px 10px;
    background-color: #86BB71;
    color: white;
    -webkit-print-color-adjust: exact;
}

.file-link {
    color: beige;
}
.print-show {
    display: none;
}
@media print {
    
    .print-hidden {
        visibility: hidden !important;
        display: none;
    }

    .print-show {
        display: block !important;
    }

    .chat-row {
        padding: 5px;
    }

    .chat-header {
        font-size: 13px;
        font-family: Arial !important;
        display: flex;
    }

    .chat-body {
        -webkit-print-color-adjust: exact;
    }

}