:root {
  --mainblue: #2F4289;
  --textGray: #363636;
  --borderGray: #DBDBDB;
  --white: #F5F5F5;
  --black: #1d1d1d;
}
body{
  font-family: 'Karla','Roboto',  sans-serif;

    /* font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: var(--black); */
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body h1 {
  margin: 0 !important;
}

ol.tyc, ul.tyc {
  margin-left: 1.5rem;
}

ol.tyc li, ul.tyc li {
  margin-bottom: 1rem;
  padding-left: 1rem
}

ul.tyc {
  list-style: disc;
}

ol.tyc li > ul.tyc {
  margin-top: 1rem;
}

ol.tyc li > div {
  margin-top: 1rem;
  margin-bottom: 2rem !important;
}

.table thead th {
  text-align: center !important;
}

.social-media {
  position:fixed;
  right: 0rem;
  top: 7rem;
}

.social-media a {
  color: #3e8ed0;
  margin: 1rem;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 170px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 8px 6px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -86px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.section {
  padding-bottom: 2rem;
}

.section+.section {
  padding-top: 1rem;
}

.section.logo {
  padding-bottom: 0rem;
}

.section-fields {
  padding: 3rem 0rem;
}

.section.columns {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0 !important;
}

.subtitle {
  text-transform: uppercase !important;
}

.input-prosa {
  border: 0;
  border-bottom: 1px solid var(--textGray);
  box-shadow: none;
  font-size: 0.6rem;
  font-weight: bold;
  height: 1.5rem;
  width: 100px;
}

.input-prosa.is-mini {
  width: 50px;
}

.signature {
  border: 1px solid var(--borderGray);
  border-radius: 4px;
  background-color: var(--white);
  /* height: 200px; */
}
.signature.signature_canvas,
.signature.signature_prosa,
.signature.signature_image
{
  height: 300px;
}

.signature #canvas, .signature #canvasProsa {
  /* border: 1px dotted blue; */
  display: block;
  width: 100%;
  margin: 0;
  height: 100%;
  /* position: relative; */
}

@media screen and (min-width: 1024px) {
  .section.no-padding-right {
    padding-right: 0rem !important;
  }
}
@media print {
  @page {
    margin: 0;
  }

  body {
    margin: 1.6cm;
  }
  .hero.is-info .title {
    color: var(--black) !important;
  }

  .social-media {
    display: none;
  }

  .page-break {
    page-break-after: always;
  }
}

/*
.img-responsive{
  max-width: 100%;
}
.app-main{
  display: block;
  z-index: auto;
}
.app-header{
  z-index: 14;
  align-items: start;
}
.logo{
  display: flex;
  min-width: 25px;

  width: 131px;
  height: 131px;

  background: #FFFFFF;
  border-radius: 50%;
  justify-content: center;
  align-items: center;

}

.thumbfileform{
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  margin-left: 10px;
}
.iconfileform{
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.color-book{
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.app-header__logo{
  padding-top: 15px;
  justify-content: center;
  align-items: start;
  position: relative;
  height: 163px;
  background-color: var(--mainblue);
}
.header__pane{
  position: absolute;
  right: 10px;
}
.closed-sidebar .logo{
  width: 43px;
  height: 43px;
}
.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo,.closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo{
  display: none;
}

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .header__pane{
  position: relative;
}

.hamburger-box{
  height: 16px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
  background-color: var(--white);
}
.app-header__content.header-shadow{
  box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}
.title_page{
  font-weight: bold;
  opacity: 0.8;
  padding-left: 10px;
}
.logo .img-responsive{
  margin-left: 11%;
  width: 45%;
}
.app-sidebar{
  background: var(--mainblue);
}
.app-theme-brown .app-footer .app-footer__inner, .app-theme-brown .app-header{
  color:var(--mainblue)
}

.user_avatar{
  display: flex;
  overflow: hidden;
  height: 42px;
  width: 42px;
  justify-content: center;
  align-items: center;
}
.ellipsis_text{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn-user-profile{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-user-info{
  max-width: 200px;
}
.fixed-header .app-sidebar{
  overflow-y: auto;

}
.closed-sidebar .title_page{
  display: none;
}

.form-user{
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.form-user input{
  display: none;
}
.leftprofile{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.leftprofile .form-row{

  justify-content: center;
}
.user-pass-container,.user-file-container{
  display: none;
}
.profile_pic{
  overflow: hidden;
  width: 150px;
  height: 150px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.btn-user-container{
  display: none;
}
.btn-user-container .btn{
  margin-right: 15px;
}
.edit_profile input,.edit_profile .user-pass-container,.edit_profile .user-file-container,.edit_profile .btn-user-container{
  display: block;
}
.edit_profile .noEditprofile{
  display: none;
}

.progress-container{
  display: none;
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 15px;
  margin-bottom: 15px;
}
.app-sidebar__heading{
  font-size: 1.5rem;
  font-weight: normal;
}
.progress-container .progress-bar{
  height: 100%;
}
.vertical-nav-menu li a {
  color: #FFF;
  text-transform: none;
}
.vertical-nav-menu li a.active {
  color: #E3B244;
}

.app-header .app-header__content{
  background-color: #FFF;
}
.vertical-nav-menu li a:hover,.vertical-nav-menu ul li a:hover {
  background: none;
  text-decoration: none;
  color:#E3B244;
}

.liactive > a.active{
  font-weight: bold;
}
.app-page-title{
  margin-bottom: 0px;
}
.customtable th{
  border-top:transparent;
}

.customtable tr> td,.customtable tr> th{
  text-align: center;
}

.form-active{
  width: auto;
}
.vertical-nav-menu i.metismenu-state-icon{
  opacity: 1 !important;
}
.vertical-nav-menu ul li a{
  white-space: normal;
  height: auto;
  color: #FFFFFF;
  font-size: 1rem;
}
.vertical-nav-menu ul::before{
  background: none;
}
.switch {
  position: relative;
	display: grid;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 5px 10px 5px;
	margin: 0px;
}

.switch_pointer{
  cursor: pointer;
}

.switch_container{
  width: 60px;
}

.switch input {
  opacity: 0;
  width: 0;
	height: 0;
	position: absolute;
}

.slider_switch {
  position: relative;
  width: 34px;
	height: 14px;
	margin-top: 5px;
  background-color: #bd362f;
  -webkit-transition: .2s;
	transition: .2s;
	margin: 8px auto 0px;
}

.slider_switch:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: #F1F1F1;
  -webkit-transition: .2s;
	transition: .2s;
	box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}

input:checked + .slider_switch,.switch_active .slider_switch {
  background-color: #449d44aa;
}

input:focus + .slider_switch, .switch_active .slider_switch {
  box-shadow: 0 0 1px #449d44aa;
}

input:checked + .slider_switch:before, .switch_active .slider_switch::before{
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
	transform: translateX(16px);
	background: #449d44;
}

.slider_switch.round {
  border-radius: 34px;
}

.slider_switch.round:before {
  border-radius: 50%;
}

.switch_active,.switch_demo{
	position: relative;float: left;
}

.main-card{
  width: 100%;
  overflow-x: auto;
}


.switch_dt_active{
  display: inline-block;
}

.container_steps {
  max-width: 600px;
  width: 100%;
  margin: 15px auto;
  z-index: 2;
  position: relative;
  min-height: 60px;

}
.steps {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.steps li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: var(--gray-dark);
  font-weight: bold;
}
.steps li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  border: 2px solid #7d7d7d;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.steps li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.steps li:first-child:after {
  content: none;
}
.steps li.active {
  color: green;
}
.steps li.active:before {
  border-color: #55b776;
}
.steps li.active + li:after {
  background-color: #55b776;
}
.note-editor .note-btn::after{
  display: none;
}
.note-editable{
  background: #FFF;
}
.dropleft .dropdown-toggle::before{
  display: none;
}
.btn-cogview{
  width: 100%;
  border-radius: 0%;
  word-wrap: break-word;
  white-space: normal;
  text-align: left ;
  display: flex;
  align-items: center;
}
.btn-cogview i{
  margin-right: 10px;
}
.customtable .dropdown-menu{
  width: 140px;
  min-width: 100px;
  padding: 0px;
}
.customtable .dropdown-menu .dropdown-item{
  padding: 0px;
}

.form-hidden{
  display: none;
}
.titletitular{
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
}
.titular-container, .infotitular{
  display: flex;
  flex-wrap: wrap;
}
.titulardata{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.itemscontainertitular{
  max-width: 80%;
}
.itemtitulardata{
  width: 100%;
}

.form_container .controls{
  width: 100%;
  display: inline-block;
}


.color_container {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: solid 1px var(--mainblue);
  display: flex;
  justify-content: center;
  align-items: center;
}

.color_rule {
  border: 0px;
  background: transparent !important;
  text-transform: capitalize;
  width: 100% !important;
  height: 100%;
  color: transparent;
  padding: 0px;
  border: 0px;
}
.color_rule:focus{
  color:transparent;
}
.color_rule option{
  color: #000;
}
@media screen and (max-width:1320px){
  .header-user-info{
    display: block;
  }

}
@media screen and (max-width:991.98px){
  .app-header .app-header__logo{
    display: flex;
    width: auto;
  }
  .app-header .app-header__logo .header__pane,.app-header .app-header__logo .title_page{
    display: none;
  }
  .app-header .app-header__content{
    opacity: 1;
    visibility: visible;
    width: auto;
    left: inherit;
    right: 0px;
    border-radius: 0px;
  }
  .app-header .app-header__content .dropdown-menu{
    top:17% !important;
  }
}

#permissions {
  width: 100%;
  margin-bottom: 10px;
}

#permissions td:not(:first-child) {
  width: 10%;
  text-align: center;
}

.permission-td {
  display: flex;
  align-items: center;
}

#permissions td:not(:first-child) .permission-td {
  justify-content: center;
}

#permissions tbody tr:nth-child(2n+1) {
  background: #f9f9f9;
}

#permissions tbody tr:hover {
  background: #f6f6f6;
}

#permissions td {
  height: 36px;
  padding: 4px 8px;
}
#permissions tbody tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}

#permissions tbody {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

#permissions label {
  margin-bottom: 0;
}

.input-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-checkbox input {
  display: none;

}

.input-checkbox > div {
  width: 24px;
  height: 24px;
  position: relative;
  border-radius: 4px;
  border: 2px solid #ced4da;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.input-checkbox > div::before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.input-checkbox > div::after {
  content: '';
  height: 40%;
  width: 80%;
  transform: rotate(-45deg) scale(0);
  border-bottom: 4px solid #fafafa;
  border-left: 4px solid #fafafa;
  transition: 150ms transform;
}

.input-checkbox > div::before {
  background: #3ac47d;
  transform: scale(0);
  transition: 150ms transform;
}

.input-checkbox > input:checked + div::before {
  transform: scale(1);
}

.input-checkbox > input:checked + div {
  border-color: #3ac47d;
}

.input-checkbox > input:checked + div::after {
  transform: scale(1) rotate(-45deg);
}
.note-editor{
  margin-bottom: 15px;
}
.hidden{
 display: none;
}
.divider-menu{
  background-color: #D9D9D9;
  width: 100%;
  height: 4px;
  margin-top: 105px;
}
@media screen and (min-width:811px) and (max-width:1080px) {
  .app-header__logo{
    padding: 0px;
    padding-top: 5px;
    height: auto;
  }
  .closed-sidebar .app-header__logo{
    width: 80px !important;
  }
  .app-header__logo .logo{
    width: 43px;
    height: 43px;
  }
  .closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo .header__pane, .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane{
    display: inline-block;
    top:60px;
    right:33px;
  }
  .closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .header__pane{
    position: absolute;
    top:60px;
    right:33px;
  }
  .closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo, .closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo {
    display: flex;
  }
}

@media screen and (max-width:1366px){
  .hamburger--elastic .hamburger-inner{
    top: 2px;
  }
  .logo{
    width: 93px;
    height: 93px;
  }
  .divider-menu{
    margin-top: 65px;
  }
  .app-sidebar__heading{
    font-size: 1.3rem;
  }
  .app-header__logo{

    height: 123px;

  }
}

@media screen and (max-width:1080px) {
  .app-header__logo{
    height: auto;
  }
  .divider-menu {
    margin-top: 5px;
  }
  .closed-sidebar .divider-menu{
    margin-top: 25px;
  }
}

@media screen and (max-width:767px){
  .form-user{
    grid-template-columns: 1fr;
  }

  #permissions td span {
    width: 10px;
    display: inline-block;
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: pre;
    text-overflow: "";
  }
} */
