
body {
    font-family: 'Ubuntu', sans-serif;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.btn-linkedin {
    background: #0E76A8;
    color: #fff !important;
    border-width: 1px;
    border-style: solid;
    border-color: #084461;
    border-radius: .3rem;
    width: 100%;
    margin-bottom: 15px !important;
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff !important;
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #084461;
    color: #fff !important;
}
.fa-fw {
    float: left;
}
.g-signin2{
    width: 100%;
}
.abcRioButtonBlue .abcRioButtonContentWrapper {
    border-radius: 0.3rem;
}
.g-signin2 > div{
    border-radius: .3rem;
    height: 48px !important;
    width: 100% !important;
    padding: 0rem 1rem !important;
}
.g-signin2 > div > div {
    padding-top: 7px;
}
#my-signin2 {
    padding-left: 15px;
    padding-right: 15px;
}
.abcRioButton {
    width: 100% !important;
}
.login-section {
    text-align: center;
    padding: 0 15px;
    height: 100%;
    background-image: url("../images/fondo.png");
    background-size: cover;
    color: #fff;
}
.login-section {
    text-align: left;
}
.login-section h1 {
    color: #fff;
}
.form-signin input {
    margin-bottom: 15px;
}
.login-section h2 {
    font-size: 1.2rem;
    font-weight: 300;
    color: #3BBABB;
    margin: 0;
}
.login-section h1 {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.form-signin button {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    height: 25px;
    line-height: 0;
    font-size: 15px;
    border-radius: 0;
    padding: 10px 15px;
}
.content {
    margin-top: 25px;
}
.content h3 {
    padding-left: 10px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color: #fff;
    background-color: #2867aa;
}
.btn-circle:hover, .btn-circle:focus {
    box-shadow: none;
    color: #fff;
    background-color: #2867aa;
}
.btn-circle.btn-xl {
    width: 100px;
    height: 40px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 0;
}
.btn-circle.btn.btn-xl ion-icon {
    width: 40px;
    height: 40px;
}
#chatComments {
    list-style: none;
}
#loader {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2867aa;
    z-index: 9;
    display: flex;
    justify-content: center;
}
#loader img {
    margin: auto;
    width: 20%;
    max-width: 100px;
}

.loginLogo {
    margin-top: 30px;
    float: right;
    width: 150px;
}
.loginContainer {
    padding-top: 100px;
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
}

#inputEmail {
    border-radius: 0px;
    height: 45px;
}
#agregarFoto {
    padding: 25px;
    max-height: 50vh;
}
#loadingFoto {
    display: none;
    margin-top: 0px;
}
#agregarFoto h4 {
    margin-bottom: 15px;
}
#agregarFoto input {
    margin-bottom: 15px;
}

/*Dashboard*/
  .btn {
      margin-bottom: 2px;
  }

.form-control {
    height: 32px;
}

.container {
    width: 100%
}

pre {
    border: 0;
    border-radius: 0;
    background-color: #333;
    margin: 0;
    line-height: 125%;
    color: whitesmoke;
}

button {
    outline: none !important;
}

.table-bordered a:hover {
    text-decoration: none;
}

.table-bordered th a {
    float: right;
    line-height: 3.49;
}

.table-bordered td a {
    float: left;
}

.table-bordered th img {
    float: left;
}

.table-bordered th, .table-bordered td {
    vertical-align: middle !important;
}

#message {
    margin-left: 10px;
    position: absolute;
    top: 130px;
}
.chat {
    list-style: none;
    padding: 0;
}
.rounded-circle {
    margin: 5px;
}
.rounded {
    border-radius: 1.25rem!important;
}
.abrirComentarios {
    width: 100%;
    background-color: #3BBABB;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 35px;
}
.scroll {
    max-height: 64vh;
    overflow: auto;
}
.scroll table {
    width: 100%;
}
.table .thead-dark th {
    background-color: #000827;
    border-color: #000827;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #D3DCDD !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF !important;
}
#reclamos .numero {
    width: 10vw;
    text-align: center;
}
#reclamos .estado {
    width: 15vw;
}
#reclamos .codigo {
    width: 20vw;
}
#reclamos .asunto {
    width: 40vw;
}
#reclamos .detalle {
    width: 15vw;
}

.comentarios .panel-footer {
    position: fixed;
    bottom: 11vh;
    width: 100%;
}


.chatImage {
    background: #D3DCDD;
    padding-top: 1rem!important;
}
.chatImage img {
    margin-top: -5px;
}
.comment {
    margin-top: 0px;
}
.comment .rounded {
    margin-right: 15px;
}
.modal-body.comentarios {
    padding: 0px;
}
.small.text-muted {
    margin-left: 90px;
}

.scroll-table {
    max-height: 60vh;
    overflow: scroll;
}


.navbar {
    display: block;
    /*height: 20vh;*/
    background-color: #010F1A;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 160px;
}
.navbar .icono {
    width: 12%;
    max-width: 60px;
    padding-top: 25px;
    padding-bottom: 15px;
}
.navbar .logo {
    width: 35%;
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 35px;
}

.navbar h2 {
    color: #3BBABB;
    margin: 0;
    font-size: 22px;
    font-weight: 300;
}
.navbar h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    line-height: 0.7;
    font-size: 30px;
}

@media screen and (min-width: 1024px) {

}

.table .thead-dark th {
    background-color: #638291;
    border-color: #638291;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

#ingresar-comentario {
    width: 100%;
}
.content-body {
    padding-top: 160px;
    padding-bottom: 130px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #020f1a;
    background-size: cover;
    line-height: 6rem;
    color: #fff;
    border-top: 4px solid #3BBABB;
    z-index: 1;
    height: 100px;
}
.footer .container {
    padding: 10px;
}
.footer div {
    float: left;
    text-align: center;
    width: 33%;
    font-size: 2rem;
    height: 100%;
}
#menuButton {
    background: #3BBABB;
    bottom: 7px;
    right: 7px;
    width: 50px;
    height: 50px;
    font-size: 36px;
    float: right;
    position: absolute;
    box-shadow: 1px 1px 5px grey;
}
.menu {
    height: 150px;
    width: 250px;
    position: absolute;
    bottom: 65px;
    background: #638291;
    right: 10px;
}

#qrReaderStart {
    background-color: #3BBABB;
}
#qrReaderCancel {
    background-color: #af3939;
    display: none;
}

.content.reclamos {
    margin: 0 auto;
}
.content.reclamos h3 {
    padding: 15px;
}
.table {
    margin: 0px;
}
#formularios .form-group {
    display: none;
}
.login-whit-mail-body {
    padding-top: 10rem;
    padding-bottom: 31rem;
}
.foto-place-holder {
    display: none;
}
.foto-place-holder-loading {
    text-align: center;
}
.xd-content .xd-button.xd-ok {
    background: #3BBABB !important;
}


table {
    border-collapse: collapse;
}
td{
    padding:5px;
    text-alig: center;
}
.circle{
    background-color: #638291;
    display: block;
    height: 25px;
    width: 25px !important;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    margin: 0 auto;
}
table th {
    vertical-align: middle;
    border: none;
}
.reclamos-table {
    font-size: 15px;
}
table.table-striped.table-sm.nobackground th {
    background-color: transparent;
    border-color: transparent;
}

.reclamos-table.case-detail td {
    max-width: 50vw;
    overflow: auto;
}

.navbar-toggler {
    position: absolute;
    right: 5px;
    top: 105px;
}
.navbar-nav {
    background-color: #638291;
}
.navbar-collapse {
    text-align: center;
    margin-top: 25px;
    width: 100vw;
    margin-left: -1rem;
    font-size: 1rem;
}
.imgPreview {
    width: 100%;
    max-height: 10rem;
    object-fit: contain;
}
.imagenFullScreen {
    display: none;
    width: 100vw;
}
.imagenesFullScreen {
    overflow: auto;
}
.dbrScanner-btn-close {
    display: none;
}
#enviarFoto, #enviarCaso {
    background-color: #3BBABB;
    border-color: #3BBABB;
}
.notificacion {
    padding: 0 !important;
}
.reclamos .reclamos-table td {
    vertical-align: unset !important;
}

.form-group.required label:after {
    content:"*";
    color:red;
}
.incomplete {
    border-color: red;
}

#appleid-signin {
    height: 50px;
    margin-top: 17px;
}

.aceptandoTerminos p {
    margin: 0;
    padding: 2rem;
}
.aceptandoTerminos a {
    color: #b3cfef !important;
    text-decoration: underline;
}
.login-whit-mail-body {
    height: 100vh;
}