/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #577188;
  text-align: left;
  background-color: #f3f3f3;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

dfn {
  font-style: italic;
}

.GrayedOut {
    color: #bbb !important;
}



#sidebar {
    width: 17%;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
	color: #fff;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.fa{
	margin-right: 5px;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar ul.components {
    padding: 20px 5px 20px 10px;
}

#sidebar ul p {
    color: #b3b3b3;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
}
#sidebar ul p.header-sidebar{
	border-bottom: 1px solid #ddd;
}

.pie {
    bottom: 15px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    align-content: center;
    width: 95%
}

#sidebar p.footer-sidebar{
	color: #b3b3b3;
	font-weight: 400;
	font-size:12px;
	text-align:center;
	padding-bottom:0;
	margin-bottom: 4px;
	border:none;
	adding:0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.66em;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 18px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.form-control::-webkit-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #adb5bd;
  opacity: 1;
}

.form-control::placeholder {
  color: #adb5bd;
  opacity: 1;
}

a {
  color: #194566;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

svg:not(:root) {
  overflow: hidden;
}

.list-unstyled {
  padding-left: 10px;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-blanco {
    background-color: #fff;
}

.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0 !important;;
  margin-left: 0 !important;;
}

/*.b-l{
	border-left: 1px solid #8fdcac;
}

.b-r{
	border-right: 1px solid #8fdcac;
}

.b-t{
	border-top: 1px solid #8fdcac;
}

.b-b{
	border-bottom: 1px solid #8fdcac;
}*/

.p-10{
	padding: 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #194566!important;
    font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #194566!important;
     font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #194566!important;
     font-weight: 400;
}

@media (min-width: 1200px) {
  .container {
    max-width: 96% !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.5rem !important;
  }
  .m-md-6 {
    margin: 2rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2rem !important;
  }
  .m-md-7 {
    margin: 3rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important;
  }
  .m-md-9 {
    margin: 6rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 6rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 6rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.5rem !important;
  }
  .p-md-6 {
    padding: 2rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2rem !important;
  }
  .p-md-7 {
    padding: 3rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important;
  }
  .p-md-9 {
    padding: 6rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 6rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 6rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 13px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #9aa0ac;

}

.form-check-label {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 14px;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
 /* padding-left: 0;*/
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
  width: auto;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 0.8125rem;
  border-radius: 0 !important;
  line-height: 1.84615385;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    background-color: #194566 !important;
    border: none !important;
    color: #ffffff !important;
    min-width: 160px !important;
}

.btn-primary:hover{
    background-color: #07263e !important;
}

.btn-secondary {
  min-width: 165px !important;
  color: #194566 !important;
  background-color: #e4e6e9 !important;
  border-color: #e4e6e9 !important;
}

.text-lime {
  color: #7bd235 !important;
}

.dropdown .user-perfil{
	background: #9f0d35 !important;

}

.icon {
  color: #fff !important;
  font-size: 18px;
}

.icon i {
  vertical-align: middle;
}

a.icon {
  text-decoration: none;
  cursor: pointer;
}

div#report {
    background-image: url(../images/banner-reportes.png);
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 10px;
}

div#servicio {
    background-image: url(../images/banner-servicios.jpg);
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 10px !important;
}

div#inicio {
    background-image: url(../images/inicio.jpg);
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.center {
  text-align: center;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

span.usuario {
    font-size: 14px;
    padding-right: 15px;
    text-transform: none;
    color: #fff;
    font-weight: normal;
}

.center hr {
    width: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 3px solid #63e091;
}

.login{
    background: url(../images/verificacion-360-logo.png) no-repeat;
    background-position: center top;
    display: block!important;
}

.menu-login{
  background-color: rgba(255, 255, 255, 0.9);
  min-height: -webkit-fill-available;

}


.bien {
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    color: #194566;
    padding: 20px 0;
	margin-bottom: 60px;
}

.btn-login {
  color: #fff;
  background-color: #57d395;
  border-color: #57d395;
}

.btn-login:hover {
  color: #fff;
  background-color: #4cb27f;
  border-color: #4cb27f;
}


.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
}

.page-main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page-content {
  margin: .75rem 0;
}

@media (min-width: 768px) {
  .page-content {
    margin: 1.5rem 0;
  }
}

.page-header {
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-header h1 {
    color: #fff;
    text-align: center!important;
    font-size: 1.8em;
    margin: 0;
}

.page-header hr {
    margin: 10px auto;
    border: 2px solid #fff;
    width: 2%;
    text-align: center;
}

.mb-1r {
	margin-bottom: 0.7rem;
}

textarea {
  resize: none;
}

.p-14{
	padding-top: 14px;
	padding-left: 14px;
	padding-right:14px;
	padding-bottom: 14px;
}

.pt-14{
	padding-top: 14px;
}

.pt-15{
    padding-top: 15px;
}

.pt-110{
    padding-top: 110px;
}

.pl-14{
	padding-left: 14px;
}

.pr-14{
	padding-right: 14px;
}

.pb-14{
	padding-bottom: 14px;
}

.pb-15{
	padding-bottom: 15px;
}

.ptb-6{
	padding-top: 6px;
	padding-bottom: 6px;
}

.input-login{
	border: 0!important;
    border-bottom: 1px solid #194566!important;
	background: transparent!important;
    color: #194566!important;
    font-weight:600!important;
    font-size: 14px!important;
}

.col-login {
  max-width: 33%;
  min-width: 350px;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .col-login {
  max-width: 35%;
  }
}

.mr-10 {
    margin-right: 10px;
}

.error {
    color: #e50707;
    font-size: 13px;
}

.mb-20 {
  margin-bottom: 25px;
}

.mt-60 {
  margin-top: 60px;
}


table {
  border-collapse: collapse;
}



#sidebar ul li a {
	color: #b3b3b3;
	background: #fff;
    font-size: 14px;
    display: block;
	padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 15px;
}

#sidebar ul li a:hover {
	font-weight: 500;
	text-decoration: none;
    color: #194566;
}

#sidebar>ul li.active>a,
a[aria-expanded="true"] {
	color: #194566 !important;
	font-weight: 600 !important;
}

#sidebar a.active span{
    color: #194566 !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

li.active img.iconos{
    filter: invert(.5) sepia(1) saturate(5) hue-rotate(99deg);
}

ul.inter li a {
    color: #194566!important;
}

ul.inter li a:hover span {
    text-decoration: underline!important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.dropdown-toggle: after {
	vertical-align: .155em
}

.dropdown-toggle: empty: after {
	margin-left: 0
}

ul ul a {
    padding-left: 22px !important;
}
ul ul ul a {
    padding-left: 30px !important;
}

#sidebar ul li a .fa-angle-down{
	float: right;
    font-size: 18px;
	line-height: normal;
    margin-right: 0;
    padding-top: 4px;
    transition: transform .25s;
    color: #9f0d35;
}
/*a.active>i.menu-icon.fa-circle{
color: #88dba7;
}*/

#sidebar ul li a.collapsed .fa-angle-down{
	transform: rotate(-90deg);
	color: #b3b3b3;
}

.menu-link:not(.collapsed)>.iconos{
    filter: invert(22%) sepia(92%) saturate(4111%) hue-rotate(332deg) brightness(62%) contrast(103%);
}

.menu-link.collapsed >.iconos{
    filter:none;
}

.menu-link.collapsed:hover >.iconos{
    filter: invert(22%) sepia(92%) saturate(4111%) hue-rotate(332deg) brightness(62%) contrast(103%);
}

li a img.iconos {
    vertical-align: initial;
}

.parsley-errors-list{
    display: none;
}

.parsley-errors-list li{
    color: red;
    display: none;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #bac4d0 !important;
  border-radius: 3px;
}

.card-header {
  background-color: #f1f4f7;
  border-bottom: 1px solid #bac4d0;
  padding: 0.5rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.card-header h4 .fa-caret-down {
	transition: transform .25s;
	color: #9f0d35;
    font-size: 24px;
    vertical-align: middle;
}

.card-header.collapsed h4 .fa-caret-down{
	transform: rotate(-90deg);
}

.dropdown .nav-link .fa-angle-right {
	transition: transform .25s;
}

.dropdown.show .nav-link .fa-angle-right {
	transform: rotate(90deg);
	color: #fff;
}

a.nav-link {
  color: #194566;
  background-color: #fff;
/*  padding: 10px 20px!important;*/
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-link,
.nav-item {
  padding: 0 .75rem;
  min-width: 2rem;
  transition: .3s color;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link .badge,
.nav-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: .2rem .25rem;
  min-width: 1rem;
}

.nav-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9aa0ac;
  /*margin: 0 -.75rem;*/
}

.nav-tabs .nav-link {
  border: 0;
  color: inherit;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  transition: .3s border-color;
  font-weight: 400;
  padding: 1rem 0;
}

.nav-tabs .nav-link:hover:not(.disabled) {
  border-color: #6e7687;
  color: #6e7687;
}

.nav-tabs .nav-link.active {
  border-color: #467fcf;
  color: #467fcf;
  background: transparent;
}

.nav-tabs .nav-link.disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
  position: relative;
}

.nav-tabs .nav-item i {
  margin-right: .25rem;
  line-height: 1;
  font-size: 0.875rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
}

.nav-tabs .nav-item:hover .nav-submenu {
  display: block;
}

.nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}

.nav-tabs .nav-submenu .nav-item {
  display: block;
  padding: .5rem 1rem;
  color: #9aa0ac;
  margin: 0 !important;
  cursor: pointer;
  transition: .3s background;
}

.nav-tabs .nav-submenu .nav-item.active {
  color: #467fcf;
}

.nav-tabs .nav-submenu .nav-item:hover {
  color: #6e7687;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}

.btn i {
  font-size: 1rem;
  vertical-align: -2px;
}


ul li.active{
	font-weight: 500;
}

ul li ul li.active{
	font-weight: 500;
}

ul li ul li ul li{
	font-weight: 400;
}

#sidebar ul li.active a .menu-icon{
	color: #88dba7;
}

#sidebar ul li.active a .fa-angle-down{
	color: #88dba7;
}

ul li ul li ul li.active a span{
	text-decoration: underline;
	font-weight: 500;
}

#sidebar ul p .fa-times{
	color: #b3b3b3;
	float: right;
    margin-top: 2px;
    line-height: initial;
    margin-right: 0;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 83%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

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

	#sidebar {
		width: 14%;
	}

	#content {
		width: 86%;

	}

}

.form-control {
  display: block;
  width: 100% !important;
  padding: 0 0 0 7px !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #6d88a3 !important;
  height: 30px !important;
  background-color: #ffffff !important;
  border: 1px solid #c9d9e5 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
}

input {
	height: 30px;
	line-height: 1.5;
    color: #6d88a3;
    font-size: 13px;
    padding-left: 5px;
    width: 100%;
}

/*##################################################################################################################*/

.checkbox-group label {
   overflow: hidden;
} .checkbox-group input {
    /* This is on purpose for accessibility. Using display: hidden is evil.
    This makes things keyboard friendly right out tha box! */
   height: 1px;
   width: 1px;
   position: absolute;
   top: -20px;
} .checkbox-group .not-active  {
   color: #3276b1;
   background-color: #fff;
}

.form-label{
    font-color: #194566;
    font-weight: bold !important;
    display: block;
}

.form-label-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.075rem;
  border-bottom: 1px solid #c9d9e5;
  padding-bottom: 5px;
}

.form-col {
    min-width: 300px;
}

.fondo-verde{
    background-color: ##e0e7ef !important;
}

.borde-verde-all{
    border: 1px solid #bac4d0;
}
.borde-verde-top{
    border-top: 1px solid #bac4d0;
}
.borde-verde-bottom{
    border-bottom: 1px solid #bac4d0;
}
.borde-verde-bottom.collapsed{
    border-bottom: 1px #bac4d0 !important;
}

.borde-verde-left{
    border-left: 1px solid #bac4d0;
}
.borde-verde-right{
    border-right: 1px solid #bac4d0;
}

.separa-bottom{
    margin-bottom:10px;
}

.padding-top{
    padding-top: 15px;
}
.padding-bottom{
    padding-bottom: 15px;
}
.padding-left{
    padding-left: 15px;
}
.padding-right{
   padding-right: 15px;
}

/*------------------  NAVBAR ----------------------------*/

#navbar {
	height: 40px;
	background-color: #9f0d35;
	margin: 0 0 24px;
	min-width: 1000%;
	width: calc(100% - 260px);
	border: 1px;
	border-radius: 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: fixed;
    right:0;
        z-index: 20;
        top: 0px;
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}


#navbar.expanded{
	width:calc(100% - 80px);
}
.navlink {
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	text-transform: none
}

.navlink: visited {
	color: #FFF;
	text-decoration: none
}

.navlink: hover {
	text-decoration: none
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-btn {
	box-shadow: none;
	outline: none!important;
	border: none
}

.sidebar-brand {
	padding: 5px 10px 5px 10px;
	height:90px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.sidebar-brand .logoimg {
	vertical-align: middle;
	background-image: url(../images/verificacion-360-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50%;
	top:10px;
	vertical-align: middle;
	height:100%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    display: cell;
}

#bannerContainer {
	position: relative;
	width: 100%;
	text-align: center;
	color: light-gray;
	overflow: hidden;
	margin-right: 0px;
	text-align: center;

}

#bannerContainer hr {
    position: absolute;
    margin: 0px auto 0px auto;
    border: 2px solid #fff;
    width: 2%;
background-color: white;
    left: 47.5%;
    top: 75%;
}

.flexImg {
	display: block;
	width: 100%;
	height: auto;
	background-size: cover;
    padding-bottom: 0px !important;
    padding: 0px;
}

#bannerContainer {
	position: relative;
	width: 100%;
	text-align: center;
	color: light-gray;
	overflow: hidden;
	margin-right: 0px;
	text-align: center;

}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

#bannerContainer hr {
    position: absolute;
    margin: 0px auto 0px auto;
    border: 2px solid #fff;
    width: 2%;
background-color: white;
    left: 49%;
    top: 75%;
}

.bannerText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
	text-align: center!important;
    font-size: 1.8em;
    margin: 0;
}

.banner{
    margin-right: -2px;
}

.btn{
    font-size: 13px !important;
}

.btn-ok{
    background-color: #9f0d35;
    font-weight:bold;
    color: #ffffff;
    font-size: 13px !important;
}
.btn-ok:hover{
    background-color: #7b2c41;
}

.btn-clear{
    min-width: 160px !important;
    color: #194566 !important;
    background-color: #e4e6e9 !important;
    border-color: #e4e6e9 !important;
    font-size: 13px !important;
}
.btn-clear:hover{
    background-color: #d7d8db !important;
}

.card-footer,
.card-bottom {
  padding: 1rem;
  background: none;
}

.card-footer {
  color: #6e7687;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}

.separa-bottom{
    margin-bottom:10px;
}

.btn-disabled{
    background-color: #f1f4f7;
}

.no-padding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mod-delete{
    font-size: 24px !important;
    background-color: #eafff2;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 7px;
    border: 1px solid #63e091;
    margin-right: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
/* tablas */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_length {
	margin-left: 10px;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #c9d9e5!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: 1px solid #c9d9e5!important;
    background: #fff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #feebf0!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #2c4566 !important;
    background-color: #feebf0!important;
}

/*
Datatable
*/

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}

table.dataTable tbody tr.selected {
    color: #577188 !important;
    background-color: #feebf0;  /* Not working */
}

table.selectableTable tr,
table.selectableTable tr:hover{
    cursor: pointer !important;
        opacity: 1;
}

.card-table {
  margin-bottom: 0;
}

.card-table tr:first-child td,
.card-table tr:first-child th {
  /*border-top: 0;*/
}

.card-table tr td:first-child,
.card-table tr th:first-child {

}

.card-table tr td:last-child,
.card-table tr th:last-child {
  border-right: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0px !important;
  position: relative;
  padding-bottom: 10px !important;
}

.card-body + .card-table {
  border-top: 1px solid #bac4d0;
}


.card-body + .card-body {
  border-top: 1px solid #bac4d0;
}

.card-body > :last-child {
  margin-bottom: 0;
}

@media print {
  .card-body {
    padding: 0;
  }
}

.card-body-scrollable {
  overflow: auto;
}

.table-vcenter td,
.table-vcenter th {
  vertical-align: middle;
}

.text-nowrap {
  white-space: nowrap !important;
}

.btn:focus, .btn.focus {
  outline: 0 !important;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25) !important;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.table, .text-wrap table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th, .text-wrap table th,
.table td,
.text-wrap table td {
  padding: 5px 7px;
  vertical-align: top;
  border-top: 1px solid #bac4d0;
  font-size: 12px;
  font-weight: 500;
}

.table thead th, .text-wrap table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #bac4d0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 0px #dee2e6;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #bac4d0 !important;
   /* border-right: 1px solid #88dba7;*/
}

th, td {
  border-right: solid 1px #bac4d0;
}

.table tbody + tbody, .text-wrap table tbody + tbody {
  border-top: 2px solid #bac4d0;
}

.table .table, .text-wrap table .table, .table .text-wrap table, .text-wrap .table table, .text-wrap table table {
  background-color: #f5f7fb;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered, .text-wrap table {
  border: 1px solid #bac4d0;
}

.table-bordered th, .text-wrap table th,
.table-bordered td,
.text-wrap table td {
  border: 1px solid #bac4d0;
}

.table-bordered thead th, .text-wrap table thead th,
.table-bordered thead td,
.text-wrap table thead td {
  border-bottom-width: 2px;
}

.table .thead-dark th, .text-wrap table .thead-dark th {
  color: #f5f7fb;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th, .text-wrap table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table thead th, .text-wrap table thead th {
/*  border-top: 0; */
  border-bottom-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  font-size: 12px;
  background-color: #f1f4f7;
}

.table th, .text-wrap table th {
  /*color: #9aa0ac;*/
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
}

.bb-n{
	border-bottom: none;
}

.dataTables_length {
    font-size: 11px;
    color: #577188;
    padding: 10px;
}

.select {
    color: #577188 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

button, select {
    text-transform: none;
    color: #577188 !important;
}

table.dataTable tbody tr.selected {
    background-color: #feebf0 !important;
}

/* Estilos Dani */
.dataTables_wrapper .dataTables_filter {
    color: #577188 !important;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #bacad5;
    margin-right: 10px;
    padding-left: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.dataTables_wrapper .dataTables_info {
    color: #577188 !important;
    font-size: 13px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
span#nombre_cliente {
    font-weight: 500;
    padding-left: 5px;
}
span#datos_despacho {
    font-weight: 500;
    padding-left: 5px;
}
a.nav-link.icon.user-perfil {
    padding: 0!important;
}
td:focus {
    outline: none;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #c9d9e5;
}
input[type="radio"] {
    margin-right: 5px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px !important;
    color: #577188;
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    width: auto;
    margin-bottom: 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px !important;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    box-shadow: none !important;
}

.tooltip.info .tooltip-inner          {
    background-color:    #31b0d5;
    font-color: white;
 }

 .form-group{
     margin-bottom: 0px;
 }

.tooltip.info.top > .tooltip-arrow    { border-top-color:    #31b0d5; font-color: white;}
.tooltip.info.right > .tooltip-arrow  { border-right-color:  #31b0d5; font-color: white;}
.tooltip.info.bottom > .tooltip-arrow { border-bottom-color: #31b0d5; font-color: white;}
.tooltip.info.left > .tooltip-arrow   { border-left-color:   #31b0d5; font-color: white;}

.tooltip.success .tooltip-inner          { background-color:    #449d44; font-color: white;}
.tooltip.success.top > .tooltip-arrow    { border-top-color:    #449d44; font-color: white;}
.tooltip.success.right > .tooltip-arrow  { border-right-color:  #449d44; font-color: white;}
.tooltip.success.bottom > .tooltip-arrow { border-bottom-color: #449d44; font-color: white;}
.tooltip.success.left > .tooltip-arrow   { border-left-color:   #449d44; font-color: white;}

.tooltip.warning .tooltip-inner          { background-color:    #ec971f; font-color: white;}
.tooltip.warning.top > .tooltip-arrow    { border-top-color:    #ec971f; font-color: white;}
.tooltip.warning.right > .tooltip-arrow  { border-right-color:  #ec971f; font-color: white;}
.tooltip.warning.bottom > .tooltip-arrow { border-bottom-color: #ec971f; font-color: white;}
.tooltip.warning.left > .tooltip-arrow   { border-left-color:   #ec971f; font-color: white;}

.tooltip.danger .tooltip-inner          { background-color:    #d9534f; font-color: white;}
.tooltip.danger.top > .tooltip-arrow    { border-top-color:    #d9534f; font-color: white;}
.tooltip.danger.right > .tooltip-arrow  { border-right-color:  #d9534f; font-color: white;}
.tooltip.danger.bottom > .tooltip-arrow { border-bottom-color: #d9534f; font-color: white;}
.tooltip.danger.left > .tooltip-arrow   { border-left-color:   #d9534f; font-color: white;}

.radioWid{
    width: auto;
}

.dataTables_length label {     font-size: 12px!important;     color: #577188; }

.mt-20{
    margin-top: 20px;
}

i.menu-icon.fa.fa-circle { color: #9f0d35;    font-size: 5px;     vertical-align: middle; }

a.menu-option-link {     font-size: 13px!important; }

#sidebar a.menu-link:not(.collapsed){
    color: #194566;
    font-weight: 600;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: left !important;
    padding: 10px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
}

.icon-calendar {
    position: absolute !important;
    right: 5px !important;
    top: 7px !important;
    font-size: 14px !important;
    color: #577188 !important;
}

.card-header:first-child {
     border-radius: initial;
}

.bb-0 {
    border-bottom: 0px !important;
}

.hr-ini{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 3px solid #bac4d0;
    width: 5%;

}

.dropdown-item {
    font-size: 13px !important;
    margin: 0.2rem 0 0 !important;
}

.bc {
    border: 1px solid #c8d8e3;
}

img.bc:hover {
    opacity: .9;
    background-color: #f5f7f9;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    width: 1%;

}

.custom-file-input ~ .custom-file-label::after {
    content: "Seleccionar Archivo";
    height: auto;
    background-color: #e4e6e9 !important;
    color: #194566   !important;
    min-width: 175px !important;
    border-radius: 0px;
    font-size: 13px !important;
    font-weight: 700;
    padding-left: 20px;
    padding-top: 4px;
}



.custom-file-label {
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 31px;
    line-height: 1.5;
    color: #577188;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0px;
    padding-left: 20px;
    padding-top: 4px;
}


.text-label {
    margin-bottom: 0px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.nav-client {
  padding: 0.5rem 1.5rem !important;
  min-width: 488px !important;
  background-color: #ffffff !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 3.5rem;
  -ms-flex-align: center !important;
  align-items: center !important;
  cursor: pointer !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border: 1px solid #bac4d0 !important;
  border-bottom: none !important;
  color: #577188 !important;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  text-decoration: none !important;
}

.nav-tabs .nav-client.active, .nav-tabs .show>.nav-client {
    background-color: #f1f4f7 !important;
}

nav-client:hover {
    text-decoration: none;
}

.lnkFoto{
    margin-top:3px;
    margin-bottom:7px;
}