body{
  padding-right: 0px;
}

hr{
  margin-top: 5px;
  margin-bottom: 0px;
}

datatable-footer, .datatable-header {
     padding: 0px; 
}

.card-img {
  border-radius: .1875rem;
}

.modal-header[class*=bg-] {
    padding: 12px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.color_head_modal{
  background-color: #F5F5F5;
  padding: 12px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.style_col{
  background-color: #F6F7F8; 
  margin-left: 0px;
}

.h_label{
  height: 35px;
}

.separate{
  padding: 15px;
}

.background-input1{
  background-color: #FAFFBD;
}

.position-profile{
	position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
}

.profile-cover-img {
    height: 220px;
}

#toolbar a:hover {
  background-color: #546e7a;
  color: black;
}

#toolbar a::before{
  background-color: #546e7a;
  color: black;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 60px;
}

.li_active{
	background-color: #546e7a;
	color: #fff;
}

.text-white{
	color: #fff;
}

.icon-login{
  color: #999;
}

.active_row{
  background-color: #D50000;
  color: #fff;
  cursor: pointer;
}

.media-list-linked .media-link{
    padding: 0 20px;
}

.espace{
  margin-top: 40px;
}

.folderScroll{
  width: 100%;
  height: 500px;
  overflow: scroll;
}

.profile-cover .media {
  position: absolute;
  bottom: 0px;
  left: 0px; 
  top: 0px;
  right: 0px; 
  background: rgba(0, 0, 0, .5);
  opacity: 0.7;
  padding: 0 50px 20px 10px;
  margin-top: -20px;
}

.media-spacing{
  padding: 60px 30px;
}

.lif-active{
  background-color: #e0e0e0; 
  color: #3f51b5;
  border-left: 4px solid #3f51b5;
}

.contenedor-Modal{
  margin-top: -25px;margin-left: 30px;
  background-color: white;
  width: 170px;
  padding-left: 15px;
  font-weight: bold;
}

.panel-body .datatable-header {
    padding-left: 15px;
    padding-right: 15px;
}

.panel-body .datatable-footer, .panel-body .datatable-header {
    padding-left: 15px;
    padding-right: 15px;
}

.tabs-disabled{
  pointer-events: none;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #546e7a;
    color: #fff;
    cursor: pointer;
}

table.dataTable tbody tr.selected {
    color: white !important;
    background-color: #2196f3 !important;
}

.cursor{
  cursor: pointer;
}

.spinner {
  width: 60px;
  height: 60px;
  margin: 60px;
  animation: rotate 1.4s infinite ease-in-out, background 1.4s infinite ease-in-out alternate;
}

@keyframes rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes background {
  0% {
  background-color: #27ae60;
  }
  50% {
    background-color: #9b59b6;
  }
  100% {
    background-color: #c0392b;
  }
}

.w24tz-current-time {
  background: transparent !important;
}

.w24tz-current-time, .w24tz-current-time a, .w24tz-current-time a:visited {
   color: #fff !important;
}

.my-input-class {
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #999;
}

.my-confirm-class {
  padding: 3px 6px;
  font-size: 12px;
  color: white;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #337ab7;
  text-decoration: none;
}

.my-cancel-class {
  padding: 3px 6px;
  font-size: 12px;
  color: white;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #a94442;
  text-decoration: none;
}


.sub-menu-file_manager{
  background-color: rgba(0, 96, 100, .1);
  border-radius: 0px 50px 50px 0px;
  margin-left: -50px;
}

.sub-menu-folder{
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.header-modal{
  padding: 0px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/***********************************************************/
/*        CAMBIOS REALIZADOS PARA EL TOPADO DE PAGOS       */
/***********************************************************/
.sweet-alert {
    color: #fff;
    background-color: transparent;
    width: 590px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    /*margin-left: -355px;*/
    margin-right: 35%;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 1060;
}

.sweet-overlay {
    background-color: rgba(0,0,0,.9);
}

.sweet-alert button.cancel {
    background-color: #D50000;
    color: #fff; 
}


.content:first-child {
    margin-top: -50px;
}

.link, .link:active, .link:focus, .link:hover, .link:link, .link:visited {
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.btn-depth {
    -webkit-transition: color .1s ease-in-out,background-color .1s ease-in-out;
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.0125), 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.0125), 0 1px 1px rgba(0,0,0,.05);
    border-top-width: .0625rem;
    border-bottom-width: 0.2625rem;
}
.ph4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.pv3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.bg-black-10 {
    background-color: rgba(0,0,0,.1);
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-column, .flex-row {
    -webkit-box-direction: normal;
}
.flex-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.br--left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.br2 {
    border-radius: .25rem;
}


.bg-teal5 {
    background-color: #20c997;
}
.white {
    color: #fff;
}

.w-100 {
    width: 100%;
}
.link {
    text-decoration: none;
}
.fw6 {
    font-weight: 600;
}

.box-layout {
    width: 150px;
    height: 150px;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 40px;
    color: #999;
}

.box-layout:hover {
  background-color: rgba(233, 235, 238,.6);
  color:#999;
}

.box-button{
  width: 50px;
  height: 50px;
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 25px;
  color: #999;
}

.box-button:hover {
  background-color: rgba(51, 103, 214);
  color:#fff;
}

.modal-content {
    border-radius: 10px; 
}


.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.divider-vertical{
  border:         none;
  border-left:    1px solid hsla(200, 10%, 50%,100);
  height:         100vh;
  width:          1px;      
}


.content_infocontact{
  background-color:#fcfcfc; 
  height: 600px;
}
/*.heading-elements .heading-btn-group>.btn+.btn:not(.btn-link) {
    margin-left: -10px;
    margin-top: -10px;
}*/

/*********************************************************************
                            LOADER CIRCLE
*********************************************************************/
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.punteado{
  border-style: dotted;
  border-width: 1px;
  border-color: 660033;
  background-color: cc3366;
  font-family: verdana, arial;
  font-size: 10pt;
  border-radius: 5%;
}

.button-file{
  width: 50px; 
  height:50px; 
  border-radius:50%;
  cursor: pointer; 
  padding: 15px 0px 0px 1px;
  color:white;
  margin-left: -30px; 
  margin-top: 30px;
  background: #0f0c29;
  border: 1px solid white;  
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); 
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29); 
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}

.modify-textarea{
  background-color: #262C49;
  border: 2px solid #7367F0;
  color: white;
}


/*******************************************
              LOADER ULTIMATE
*******************************************/
.scene {
  width: 100%;
  height: 100%;
  -webkit-perspective: 600;
          perspective: 600;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.scene svg {
  width: 240px;
  height: 240px;
}

.dc-logo {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.dc-logo:hover svg {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: arrow-spin 2.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: arrow-spin 2.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.dc-logo:hover:hover:before {
  content: '\2764';
  padding: 6px;
  font: 10px/1 Monaco, sans-serif;
  font-size: 10px;
  color: #00fffe;
  text-transform: uppercase;
  position: absolute;
  left: -70px;
  top: -30px;
  white-space: nowrap;
  z-index: 20px;
  box-shadow: 0px 0px 4px #222;
  background: rgba(0, 0, 0, 0.4);
}
.dc-logo:hover:hover:after {
  content: 'Digital Craft';
  padding: 6px;
  font: 10px/1 Monaco, sans-serif;
  font-size: 10px;
  color: #6E6F71;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: -30px;
  white-space: nowrap;
  z-index: 20px;
  box-shadow: 0px 0px 4px #222;
  background: rgba(0, 0, 0, 0.4);
  background-image: none;
}

@-webkit-keyframes arrow-spin {
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes arrow-spin {
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.etiquetaNominaPura{
  width: 25px; 
  height: 20px; 
  background: #4caf50; 
  vertical-align: middle; 
}

.etiquetaNominaDual{
  width: 25px; 
  height: 20px; 
  background: #f44336; 
  vertical-align: middle; 
}

.etiquetaDividendos{
  width: 25px; 
  height: 20px; 
  background: #2196f3; 
  vertical-align: middle; 
}

.etiquetaFiniquitos{
  width: 25px; 
  height: 20px; 
  background: #ff9800; 
  vertical-align: middle; 
}

.etiquetaAguinaldos{
  width: 25px; 
  height: 20px; 
  background: #673ab7; 
  vertical-align: middle; 
}

.inputForm {
    background-color: rgb(232, 240, 254);
    font-weight: 500;
}

.textNotice{
  font-weight: bold;
}