﻿body {
padding-top: 10px;
padding-bottom: 20px;
font-family: "Century Gothic";
}

.body-content {
padding-left: 215px;
padding-right: 15px;
}

.dl-horizontal dt {
white-space: normal;
}

.box-widget {
width: 100%;
display: inline-block;
position: relative;
padding: 0 !important;
margin-bottom: 10px;
}

.box-widget-head {
width: 100%;
min-height: 62px;
position: relative;
text-align: left;
}

.box-widget-body {
width: 100%;
min-height: 400px;
position: relative;
margin: 0 !important;
background: rgba(0, 0, 0, 0.05);
overflow: hidden;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.box-widget-foot {
width: 100%;
min-height: 32px;
margin: 0 !important;
position: relative;
overflow: hidden;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.box-widget .box-tatoo {
height: 100%;
position: absolute;
top: 0;
right: 20px;
text-align: center;
color: rgba(0, 0, 0, 0.17);
display: flex;
justify-content: center;
align-items: center;
}

.box-widget-foot h6 {
margin: 0 !important;
}

.box-widget-tools {
display: inline-block;
padding: 5px 10px;
position: absolute;
right: 0;
top: 0;
}

.box-widget-tools > .btn-box-tool {
border: none;
background: none !important;
color: rgba(0, 0, 0, 0.46);
cursor: pointer;
padding: 5px;
}

.box-widget-tools > .btn-box-tool:hover {
color: rgba(0, 0, 0, 0.70);
}

.box-widget-head > .label-box {
display: inline-block;
padding: 10px;
width: 100%;
}

.box-widget-head > .label-box > h1,
.box-widget-head > .label-box > h5 {
padding: 0;
margin: 0;
}

.box-widget-head > .label-box > label {
font-weight: bold !important;
font-size: 14px;
max-width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.box-widget-head > .label-box > label,
.box-widget-head > .label-box > h5 {
margin-left: 60px;
}

.box-widget-head > .label-box > h5 {
font-weight: inherit !important;
font-size: 10px !important;
}

.box-widget-head > .label-box h1 {
display: inline-block;
height: 50px;
width: 50px;
text-align: center;
border-radius: 50%;
position: absolute;
top: 6px;
left: 10px;
color: rgb(255, 68, 11) !important;
margin: 0 !important;
background: rgba(0, 0, 0, 0) !important;
padding: 0 !important;
font-size: 25px;
overflow: hidden;
border-left: 2px solid rgb(255, 68, 11);
border-bottom: 2px solid rgb(255, 68, 11);
}

.box-widget-head > .label-box h1 i {
vertical-align: middle;
width: 100%;
height: 25px;
position: absolute;
top: 50%;
left: 50%;
text-align: center;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
padding: 0 !important;
margin: 0 !important;
}

.box-widget-head > .label-box h1 svg{
position: absolute;
top: 50%;
left: 50%;
text-align: center;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
fill: rgb(255, 68, 11);
}

.box-widget-head > .label-box h1 img {
height: 100%;
position: absolute;
left: 50%;
top: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}

.box-widget-zip *[class*='col-md-'] {
padding: 0 5px 0 0 !important;
}

.box-widget-zip *[class*='row'] {
margin: 0 !important;
}

.text-nowrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.max-width-10 {
max-width: 10% !important;
}

.max-width-15 {
max-width: 15% !important;
}

.max-width-20 {
max-width: 20% !important;
}

.max-width-25 {
max-width: 25% !important;
}

.max-width-30 {
max-width: 30% !important;
}

.max-width-35 {
max-width: 35% !important;
}

.max-width-40 {
max-width: 40% !important;
}

.max-width-45 {
max-width: 45% !important;
}

.max-width-50 {
max-width: 50% !important;
}

.max-width-55 {
max-width: 55% !important;
}

.max-width-60 {
max-width: 60% !important;
}

.max-width-65 {
max-width: 65% !important;
}

.max-width-70 {
max-width: 70% !important;
}

.max-width-75 {
max-width: 75% !important;
}

.max-width-80 {
max-width: 80% !important;
}

.max-width-85 {
max-width: 85% !important;
}

.max-width-90 {
max-width: 90% !important;
}

.max-width-95 {
max-width: 95% !important;
}

/*//////////////////////////////////////////////*/

.wg-default {
background: #fff;
}

.wg-default > .box-widget-head > .label-box > h1 {
background: rgba(0, 0, 0, 0.64);
color: #fff;
}

.wg-default .box-widget-body {
background: rgb(248, 248, 248) !important;
}

/*//////////////////////////////////////////////*/

.wg-info {
background: rgb(28, 146, 210);
color: #fff;
}

.wg-info .box-widget-head,
.wg-info .box-widget-foot {
border: none !important;
color: rgb(251, 251, 251);
}

/*//////////////////////////////////////////////*/

.wg-primary {
background: rgb(21, 33, 41);
color: #fff;
}

.wg-primary .box-widget-head {
background: rgb(50, 58, 66);
}

.wg-primary .box-widget-body {
background: rgb(64, 74, 84) !important;
}

.wg-primary .box-widget-foot {
background: rgb(53, 62, 71);
}

.wg-primary .btn-box-tool {
color: rgb(150, 150, 150) !important;
}

.wg-primary .btn-box-tool:hover {
color: rgb(255, 255, 255) !important;
}

.wg-primary .box-widget-head,
.wg-primary .box-widget-foot {
border: none !important;
color: rgb(251, 251, 251);
}

.wg-primary .box-widget-head h1 {
background: rgb(0, 129, 255);
}

/*//////////////////////////////////////////////*/

.wg-success {
background: rgb(7, 144, 81);
color: #fff;
}

.wg-success .box-widget-head,
.wg-success .box-widget-foot {
border: none !important;
color: rgb(251, 251, 251);
}

/*//////////////////////////////////////////////*/

.wg-warning {
background: rgb(243, 156, 18);
color: #fff;
}

.wg-warning .box-widget-head,
.wg-warning .box-widget-foot {
border: none !important;
color: rgb(251, 251, 251);
}

.wg-danger {
background: rgb(234, 75, 56);
color: rgb(251, 251, 251);
}

.wg-danger .box-widget-head,
.wg-danger .box-widget-foot {
border: none !important;
color: rgb(251, 251, 251);
}

.wg-danger .box-widget-body {
background: rgba(0, 0, 0, 0.4);
}

.wg-info .box-widget-body,
.wg-primary .box-widget-body,
.wg-success .box-widget-body,
.wg-warning .box-widget-body,
.wg-danger .box-widget-body {
background: rgba(0, 0, 0, 0.4);
}

.wg-primary .box-widget-body *,
.wg-success .box-widget-body *,
.wg-warning .box-widget-body *,
.wg-danger .box-widget-body * {
color: #fff !important;
}

/*//////////////////////////////////////////////*/
/*//////////////////////////////////////////////*/

.box-mini {
min-width: 200px;
display: inline-block;
}

.box-mini > .box-mini-body {
background: rgba(0,0,0,0.5);
padding: 5px;
}

.box-mini > .box-mini-head {
width: 100%;
position: relative;
text-align: left;
}

.box-mini > .box-mini-head > .box-mini-tools {
display: inline-block;
position: absolute;
top: 0px;
right: 5px;
}

.box-mini > .box-mini-head .btn-box-tool {
border: none;
background: none !important;
color: rgba(0, 0, 0, 0.46);
cursor: pointer;
padding: 5px;
}

.box-mini > .box-mini-head .btn-box-tool:hover {
color: rgba(0, 0, 0, 0.60);
}

.box-mini h3 {
margin: 0;
padding: 5px;
}

/*//////////////////////////////////////////////*/

.bx-inf {
background: rgb(28, 146, 210);
}

.bx-inf > .box-mini-body * {
color: #fff !important;
text-align: left;
}

.bx-inf > .box-mini-head {
color: #fff !important;
}

.pd-10 {
padding: 15px;
}

.pd-5 {
padding: 5px;
}

.box-0 {
min-height: 0 !important;
}

#Menu {
position: fixed;
top: 0;
left: 0;
width: 200px;
height: 100%;
background: rgba(26, 39, 47, 0.5);
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
}

#Menu:after{
  content: "";
  background: url(imgs/wpp.jpg);
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: -2;
}

#Menu:before{
  content: "";
  background: rgba(26, 39, 47, 0.83);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: -1;
}

#Menu > ul:first-of-type {
width: 200px;
height: 100%;
text-decoration: none;
display: block;
position: relative;
overflow: auto;
}

#Menu ul, #Menu > div {
padding-left: 0 !important;
margin-top: 0 !important;
border-radius: 0%;
}

#Menu hr {
margin-top: 10px !important;
margin-bottom: 10px !important;
}

.HidenMenu {
z-index: 400;
width: 200px;
height: 100%;
background: rgb(26, 39, 47);
text-decoration: none;
display: block;
position: absolute;
top: 0;
right: 120%;
overflow-y: auto;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.HidenMenu:target {
right: 0%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}


.CloseMenu {
padding-left: 0px !important;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
position: relative !important;
}

.CloseMenu i {
position: relative !important;
}

#Menu ul li,
#Menu > div > div > div > div{
display: flex;
text-decoration: none;
color: rgb(164, 164, 164);
position: relative;
}

#Menu ul li:before,
#Menu > div > div > div > div:before{
content: "";
position: absolute;
top: 0; left: 0;
height: 100%; width: 0%;
background: rgb(255, 68, 11);
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
}

#Menu ul li:hover,
#Menu > div > div > div > div:hover{
color: #fff;
}

#Menu ul li:hover:before,
#Menu > div > div > div > div:hover:before{
content: "";
width: 100%;
background: rgb(255, 68, 11);
-moz-transition: all 0.1s;
-webkit-transition: all 0.1s;
}

#Menu i.fa {
width: 25px;
color: rgb(255, 255, 255);
font-size: 17px;
}

#Menu a {
padding: 14px 14px 14px 43px;
text-decoration: none;
color: inherit;
width: 100%;
position: relative;
font-size: 12.2px;
}

#Menu i {
position: absolute;
left: 10px;
top: 50%;
-moz-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
}

#Menu .ReturnIco {
width: 5vh;
}

#Menu ul:first-of-type > div {
width: 100%;
height: 110px;
background: #07ade4; /*#444242*/
}

#Menu ul:first-of-type > div > img {
height: 100%;
display: inline-block;
vertical-align: top;
margin-right: 1px;
}

#Menu ul:first-of-type > div > h4 {
display: inline-block;
margin: 0;
padding: 0;
margin-top: 35px;
color: white;
vertical-align: top;
font-size: 12px;
}

#Menu ul:first-of-type > div > h4 hr {
margin: 7px 0vh 10px 0vh;
}

#Menu ul > hr {
margin-top: 5px;
margin-bottom: 5px;
border: none;
border-bottom: 0.1vh solid rgba(6, 92, 146, 0.17);
}

#Menu .mini-navbar-nav {
background: rgb(3, 85, 164) !important;
width: 100%;
display: inline-table;
box-shadow: rgba(0,0,0,0.4) 0px 0px 35px 0px;
z-index: 100;
}

#Menu .mini-navbar-nav li {
display: table-cell;
vertical-align: middle;
width: 10%;
}

#Menu .mini-navbar-nav li a {
display: inline-block;
margin: 0;
text-align: center;
padding: 0;
color: #fff;
font-size: 17px !important;
width: 100%;
height: 100%;
padding: 8px 5px;
}

#Menu .mini-navbar-nav li a i {
width: auto !important;
font-size: inherit !important;
display: inline-block;
position: relative;
top: auto !important;
left: auto !important;
-moz-transform: translate(0%, 0%) !important;
-webkit-transform: translate(0%, 0%) !important;
}

#Menu .mini-navbar-nav form {
width: 10%;
display: table-cell;
}

#btnCallMenuLeft{
  display: none !important;
  text-align: left;
  padding: 5px 10px;;
  border: 0.1vh solid #b8b8b8;
  border-radius: 5px;
  margin-bottom: 10px;
}

#btnCallMenuLeft h2{
  font-size: 26px !important;
  font-weight: bold;
  color: #454545;
  width: 100px;
}

#btnCallMenuLeft > div{
  width: 20px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

#btnCallMenuLeft span{
  width: 100%;
  display: block;
  height: 3px;
  background: #000;
  margin-top: 5px;
}

@media (max-width:700px){
  .body-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  #Menu{
    z-index: 999999;
    left: -200px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  #Menu:target{
    left: 0px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  #btnCallMenuLeft{
    display: inline-block !important;
  }
  
  .form-control ~ .border {
    bottom: 0px !important;
  }

}

.wpp-presentation {
width: 100%;
text-align: center;
color: rgb(117, 117, 117);
}

.wpp-presentation h1 {
font-family: 'Century Gothic', 'Calibri' !important;
font-weight: inherit !important;
font-size: 4em !important;
padding: 10px;
}

.li-img-user {
text-align: center !important;
background: transparent;
}

.li-img-user > div {
width: 100%;
position: relative;
text-align: center;
}

.li-img-user:hover:before{
content: "";
width: 100%;
opacity: 0.2;
}

.li-img-user > div > div {
width: 13vh !important;
height: 13vh !important;
margin-top: 1vh;
margin-bottom: 1vh;
border-radius: 50%;
overflow: hidden;
display: inline-block;
position: relative;
}

.li-img-user > div > div > img {
height: 100% !important;
position: absolute;
top: 0;
left: 50%;
-moz-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
}


#ui-datepicker-div {
background: #24313C;
box-shadow: #101010 0vh 0vh 1vh 0.2vh;
margin: 4px;
border-bottom: 1px solid rgb(11, 109, 255);
display: none;
z-index: 100 !important;
}

#ui-datepicker-div .ui-icon {
display: inherit !important;
text-indent: inherit !important;
}

.ui-datepicker-header a {
display: inline-block;
color: white;
text-decoration: none;
font-family: 'Calibri';
font-weight: bold;
position: relative;
padding: 2px 6px 2px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.23);
cursor: pointer;
}

.ui-datepicker-header a[data-handler="prev"] {
float: left;
}

.ui-datepicker-header a[data-handler="next"] {
float: right;
}

.ui-datepicker-header {
position: relative;
background: rgb(0, 106, 245);
color: white;
text-align: center;
padding: 10px;
}

.ui-datepicker-calendar {
width: 100%;
width: 200px;
color: white;
margin: 5px;
}

.ui-datepicker-calendar td {
text-align: right;
background: transparent;
padding: 0;
}

.ui-datepicker-calendar td:hover {
background: rgb(0, 106, 245);
}

.ui-datepicker-calendar td a {
height: 100%;
height: 100%;
text-decoration: none;
color: #808080;
margin: 0;
padding: 1px 5px 1px 3px;
display: block;
}

.ui-datepicker-calendar td a:hover {
color: #fff;
}

.ui-datepicker-calendar th {
text-align: right;
padding: 0;
}

.ui-datepicker-calendar th span {
padding: 1px 5px 1px 3px;
text-align: right;
}

.ui-state-highlight {
background: rgb(0, 106, 245);
color: #fff !important;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

#CalendarNote {
width: 100%;
margin: 0;
padding: 20px;
}


#CalendarNote table {
width: 100%;
height: 40vh;
font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP','Tahoma,Arial','sans-serif';
font-size: 2vh;
font-weight: inherit;
color: #5F5F5F;
padding: 1vh;
border-collapse: separate;
}

#CalendarNote table caption {
padding: 10px 0px 20px 0px;
border-bottom: 0.1vh solid #fff;
text-align: center !important;
}

#CalendarNote thead > tr {
border-bottom: 0.1vh solid #FFF;
}

#CalendarNote thead th {
font-size: 1.5vh;
font-weight: inherit;
color: #FFF;
text-align: center;
}

#CalendarNote tbody td {
text-align: right;
vertical-align: top;
color: white;
padding: 10px;
empty-cells: hide;
-moz-transition: all 0.5s;
-mozwebkit-transition: all 0.5s;
position: relative;
}

#CalendarNote tbody td:hover {
background: rgba(0, 0, 0, 0.3);
cursor: pointer;
-moz-transform: rotateX(360deg);
-webkit-transform: rotateX(360deg);
-moz-transition: all 0.5s;
-mozwebkit-transition: all 0.5s;
}

.destaca {
color: white;
background-color: rgb(33, 172, 199);
}

#losMeses, #losAnios {
border: none;
display: inline-block;
padding: 5px;
background: none;
text-align: center;
color: #FFF;
font-family: 'Segoe UI Condensed','Segoe UI','Segoe WP','Tahoma,Arial','sans-serif';
font-weight: inherit;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}

#losMeses {
font-size: 4vh;
width: 160px;
}

#losAnios {
font-size: 2vh;
}

#mesAnt, #mesSig {
background: rgba(0, 0, 0, 0.1);
border: 1px solid #FFF;
border-radius: 50%;
width: 45px;
height: 45px;
color: #FFF;
cursor: pointer;
vertical-align: middle;
display: inline-block;
}

#mesAnt:hover, #mesSig:hover {
background: rgba(0, 0, 0, 0.2);
}


#anioAnt, #anioSig {
background: none;
border: none;
color: #FFF;
cursor: pointer;
}

#CalendarNote tbody > tr > td > i {
position: absolute;
top: 10%;
left: 10%;
font-size: 25px;
}

.cssLogin {
color: #fff;
width: 100%;
height: 100%;
position: fixed;
top 0; left: 0;
padding: 0px 15px 0px 15px;
}

.body-login{
  padding: 0px !important;
  margin: 0px;
}

.cssLogin:after{
  content: "";
  z-index: -2;
  width: 100%; height: 100%;
  position: absolute; 
  top: 0; left: 0;
  background: url("imgs/wpplogin.jpg");
  background-size: auto 120%;
  background-position: center;
}

.cssLogin:before{
  content: "";
  z-index: -1;
  width: 100%; height: 100%;
  position: absolute; 
  background: rgba(253, 60, 1, 0.2);
  top: 0; 
  left: 0;
}

.cssLogin img {
width: 100% !important;
margin-top: 8vh;
}

.cssLogin h1 {
font-size: 5em;
font-weight: inherit !important;
color: rgb(165, 165, 165);
margin: 10px 0 0 0;
}

.cssLogin h5 {
font-size: 0.75em;
margin-top: 0;
margin-bottom: 20px;
}

.cssLogin input {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
background: rgba(0,0,0,0.6);
border: none;
border-bottom: 0.1vh solid #EF4136;
color: #fff !important;
font-size: 13px;
}

.cssLogin input:hover,
.cssLogin input:focus{
  background: rgba(0,0,0,0.7) !important;
}


.cssLogin button[type="submit"] {
background: #FFF;
border: none;
margin: auto;
width: 70px;
height: 70px;
border-radius: 50%;
border: none;
display: inline;
margin-top: 20px;
margin-bottom: 30px;
color: #ef4136;
}

.cssLogin button[type="submit"]:hover {
background: rgba(0,0,0,0.6);
color: #f6470f;
}


.btn-app {
border-radius: 50%;
padding: 12px 15px;
margin-right: 5px;
margin-left: 5px;
}


.Chk {
width: 5vh;
height: 2.5vh;
position: relative;
display: inline-block;
background: rgba(0, 0, 0, 0.63);
padding: 0;
border-radius: 30px;
overflow: hidden;
margin: 0;
}

.Chk input[type="hidden"] {
z-index: -1;
display: inline-block !important;
position: absolute;
top: 200%;
}

.Chk > label {
width: 2.7vh;
height: 2.7vh;
position: absolute;
border-radius: 50%;
top: 0;
bottom: 0;
right: auto;
left: 0vh;
margin: auto;
-moz-transition: all 0.5s;
border: none;
background: #f2f5f6;
background: -moz-linear-gradient(-45deg, #f2f5f6 0%, #e3eaed 47%, #bbcace 50%);
background: -webkit-linear-gradient(-45deg, #f2f5f6 0%,#e3eaed 47%,#bbcace 50%);
background: linear-gradient(135deg, #f2f5f6 0%,#e3eaed 47%,#bbcace 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#bbcace',GradientType=1 );
}

.Chk input[type='checkbox'] {
z-index: 10000;
width: 100%;
height: 100%;
position: absolute;
right: 0;
left: 0;
bottom: 0;
top: 0;
margin: auto;
opacity: 0;
cursor: pointer;
}

.Chk input[type='checkbox']:checked + label {
left: auto;
right: 0vh;
box-shadow: rgb(23, 100, 200) 0vh 0vh 0vh 20vh;
}

.conter-radio {
display: inline-block;
width: 100% !important;
list-style: none;
margin: 0;
padding: 0;
}

.conter-radio > div {
display: inline-block !important;
position: relative;
float: left;
}

.conter-radio div input[type=radio] {
z-index: 300;
position: absolute;
opacity: 0;
display: inline-block;
width: 100%;
height: 100%;
cursor: pointer;
}

.conter-radio div label {
display: block;
position: relative;
font-weight: 300;
padding: 5px 30px;
margin: auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.25s linear;
}

.conter-radio div .check {
display: block;
position: absolute;
border: 3px solid #AAAAAA;
border-radius: 100%;
height: 17px;
width: 17px;
top: 0;
bottom: 0;
left: 5px;
margin: auto;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
}

.conter-radio div .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 7px;
width: 7px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
}

.btn-radio input[type=radio]:checked ~ .check {
border: 3px solid rgb(23, 100, 200);
}

.btn-radio input[type=radio]:checked ~ .check::before {
background: rgb(23, 100, 200);
}

.btn-radio input[type=radio]:checked ~ label {
color: rgb(23, 100, 200);
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.dialog-delete {
z-index: 9999500;
width: 100%;
height: 100%;
position: fixed;
top: -100%;
left: 0%;
background: rgba(0, 25, 63, 0.72);
text-align: center;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.dialog-delete:target {
top: 0%;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.dialog-delete > div {
width: 65%;
color: white;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}

.dialog-delete > div a {
width: 70px;
background: rgb(228, 228, 228);
padding: 10px;
display: inline-block;
color: rgb(0, 87, 200);
margin: 5px;
text-decoration: none;
}

.dialog-delete > div a:hover {
background: #0093ff;
color: #fff;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.form-tool-search {
border: 0.1vh solid rgb(78, 93, 108) !important;
padding: 9.6px 10px !important;
}

.box-footer {
margin-bottom: 20px;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.BarSegPass {
height: 2px;
width: 10%;
background: #f53c00;
margin-top: 5px;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.None {
display: none !important;
}


.ScreenError {
min-height: 400px;
border-left: 10px solid rgb(210, 209, 209);
border-right: 10px solid rgb(210, 209, 209);
border-radius: 20px 20px 100px 100px;
}

.ScreenLoad {
z-index: 10000;
width: 100%;
height: 100%;
position: fixed;
top: -100%;
left: 0;
opacity: 0;
background: rgba(0,0,0,0.6);
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.filter-process {
filter: blur(3px) !important;
}

.ScreenLoad > div {
position: absolute;
top: 0;
left: 0;
bottom: 20vh;
right: 0;
margin: auto;
}

.ScreenLoad > .sl1 > i {
color: #fff;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}

.ScreenLoad > .sl1 {
width: 10vh;
height: 10vh;
border: 1vh solid #fff;
border-radius: 50%;
}

.ScreenLoad > .sl1:after {
content: "";
width: 110%;
height: 110%;
border: 0.5vh solid #fff;
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-animation: slAnimationOnda infinite 1s;
-wekit-animation: slAnimationOnda infinite 1s;
}

@-moz-keyframes slAnimationOnda {
0% {
width: 110%;
height: 110%;
opacity: 1;
}

100% {
width: 250%;
height: 250%;
opacity: 0;
}
}

@-webkit-keyframes slAnimationOnda {
0% {
width: 110%;
height: 110%;
opacity: 1;
}

100% {
width: 250%;
height: 250%;
opacity: 0;
}
}

.ScreenLoad > .sl2 {
width: 30vh;
height: 30vh;
border-top: 0.6vh solid rgba(0,0,0,0);
border-bottom: 0.6vh solid rgba(0,0,0,0);
border-left: 0.3vh solid #fff;
border-right: 0.3vh solid #fff;
border-radius: 50%;
-moz-animation: slGiroLeft infinite 3s;
-webkit-animation: slGiroLeft infinite 3s;
}

@-moz-keyframes slGiroLeft {
0% {
-moz-transform: rotate(0deg);
}

50% {
-moz-transform: rotate(360deg);
}

100% {
-moz-transform: rotate(0deg);
}
}

@-webkit-keyframes slGiroLeft {
0% {
-webkit-transform: rotate(0deg);
}

50% {
-webkit-transform: rotate(360deg);
}

100% {
-webkit-transform: rotate(0deg);
}
}

.ScreenLoad > .sl3 {
width: 35vh;
height: 35vh;
border-top: 0.6vh solid rgba(0,0,0,0);
border-bottom: 0.6vh solid rgba(0,0,0,0);
border-left: 0.3vh solid #fff;
border-right: 0.3vh solid #fff;
border-radius: 50%;
-moz-animation: slGiroRight infinite 4s 0.3s;
-webkit-animation: slGiroRight infinite 4s 0.3s;
}

@-moz-keyframes slGiroRight {
0% {
-moz-transform: rotate(0deg);
}

50% {
-moz-transform: rotate(-360deg);
}

100% {
-moz-transform: rotate(0deg);
}
}

@-webkit-keyframes slGiroRight {
0% {
-webkit-transform: rotate(0deg);
}

50% {
-webkit-transform: rotate(-360deg);
}

100% {
-webkit-transform: rotate(0deg);
}
}

.ScreenLoad > h3 {
width: 100%;
height: 30px;
text-align: center;
color: #fff;
position: absolute;
top: 30vh;
bottom: 0;
left: 0;
margin: auto;
-moz-animation: AnimateTextLoad 2s infinite;
-webkit-animation: AnimateTextLoad 2s infinite;
}

@-moz-keyframes AnimateTextLoad {
0% {
top: 50vh;
opacity: 0;
}

30% {
top: 30vh;
opacity: 1;
}

70% {
top: 30vh;
opacity: 1;
}

100% {
top: 20vh;
opacity: 0;
}
}

@-webkit-keyframes AnimateTextLoad {
0% {
top: 50vh;
opacity: 0;
}

30% {
top: 30vh;
opacity: 1;
}

70% {
top: 30vh;
opacity: 1;
}

100% {
top: 20vh;
opacity: 0;
}
}


/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.Chk-2 {
position: relative;
background: rgba(0,0,0,0.3);
display: inline-block;
overflow: hidden;
padding: 22px;
border-radius: 50%;
}

.Chk-2 > input[type=checkbox] {
width: 100%;
height: 100%;
z-index: 100;
position: absolute;
top: 0;
left: 0;
margin: 0;
opacity: 0;
cursor: pointer;
}

.Chk-2 > label {
width: 100%;
height: 100%;
z-index: 10;
position: absolute;
top: 0;
left: 0;
margin: 0;
text-align: center;
font-size: 8px;
}

.Chk-2 > label > i {
height: 15px;
width: 15px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

.Chk-2 input[type=checkbox]:checked + label {
color: #fff;
background: #279FD6;
font-style: normal;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.Chk-3, .Chk-4 {
position: relative;
display: inline-block;
padding: 0px 0px;
}

.Chk-3 input[type="checkbox"] {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
cursor: pointer;
}

.Chk-3 input[type="checkbox"] ~ i.fa.fa-square-o {
color: #c8c8c8;
}

.Chk-3 input[type="checkbox"] ~ i.fa.fa-check-square-o {
display: none;
}

.Chk-3 input[type="checkbox"]:checked ~ i.fa.fa-square-o {
display: none;
}

.Chk-3 input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
color: rgb(28, 146, 210);
display: inline;
}

.Chk-4 input[type="checkbox"] {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
cursor: pointer;
}

.Chk-4 input[type="checkbox"] ~ i.fa.not-checked {
color: rgba(0,0,0,0.3);
}

.Chk-4 input[type="checkbox"] ~ i.fa.checked {
display: none;
}

.Chk-4 input[type="checkbox"]:checked ~ i.fa.not-checked {
display: none;
}

.Chk-4 input[type="checkbox"]:checked ~ i.fa.checked {
color: rgb(28, 146, 210);
display: inline;
}


/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.QS-FiltroJS {
z-index: 125500;
width: 100%;
height: 100%;
position: fixed;
top: -110%;
left: 0;
background: rgba(0, 0, 0, 0.39);
-moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.QS-FiltroJS > div {
z-index: 1;
min-width: 85%;
max-height: 90%;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
box-shadow: rgba(2, 2, 2, 0.4) 0px 0px 15px 0px;
background: rgb(62, 74, 86);
display: inline-table;
}

.QS-FiltroJS > div > .pl-txt {
padding: 10px;
display: table-cell;
}

.QS-FiltroJS > div > .pl-img {
width: 20%;
background: rgb(78, 93, 108);
display: table-cell;
}

.QS-FiltroJS > div:before {
content: "";
z-index: 1;
position: absolute;
top: -30px;
right: 24px;
border-radius: 0px 0px 0px 20px;
width: 0;
height: 0;
border-right: 50px solid transparent;
border-top: 50px solid transparent;
border-left: 50px solid rgb(62, 74, 86);
border-bottom: 50px solid rgb(62, 74, 86);
background: rgb(62, 74, 86);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

.QS-FiltroJS div.cajaBusqueda {
z-index: 10000;
display: inline-table;
width: 100%;
background-color: rgb(25, 132, 224);
vertical-align: top;
box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.24);
transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
text-align: left;
}

.QS-FiltroJS div.cajaBusqueda input {
max-width: 100%;
border: none;
padding: 10px;
color: rgb(252, 252, 252);
display: table-cell;
background: none;
}

.QS-FiltroJS div.cajaBusqueda a {
color: rgb(255, 255, 255);
background: rgb(21, 118, 201);
display: table-cell;
width: 20px;
}

.QS-FiltroJS div.cajaBusqueda a:hover {
color: rgb(0, 129, 255) !important;
}

.QS-FiltroJS .btn-close-win {
z-index: 1000;
position: absolute;
top: -35px;
right: 59px;
width: 30px;
height: 30px;
border-radius: 50%;
background: none;
border: 0.4vh solid rgba(255, 255, 255, 0.67);
color: rgba(255, 253, 253, 0.79);
}

.QS-FiltroJS .btn-close-win i{
position: absolute;
top: 4.5px; left: 0; right: 0;
margin: auto;
}

.QS-FiltroJS .btn-close-win:hover {
color: rgb(0, 129, 255) !important;
border: 0.4vh solid rgb(0, 129, 255);
}

.QS-FiltroJS table {
width: 100%;
font-size: 12px;
background: rgb(71, 82, 93);
}

.QS-FiltroJS table, .QS-FiltroJS .progress-bar {
z-index: 1000;
position: relative;
}

.QS-FiltroJS div.progress-striped {
z-index: 100;
height: 2px;
background: rgb(21, 112, 191) !important;
margin-bottom: 0px;
position: relative;
}

.QS-FiltroJS table th {
background: rgb(21, 112, 191);
color: white;
padding: 10px 5px;
position: relative;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.QS-FiltroJS table th:after {
content: "";
width: 40px;
height: 40px;
border-top: 0.1vh solid rgba(255,255,255,0.2);
border-right: 0.1vh solid rgba(255,255,255,0.2);
position: absolute;
top: 0;
bottom: 0;
right: 10px;
margin: auto;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.QS-FiltroJS table td {
padding: 7px 5px;
vertical-align: middle;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}

.QS-FiltroJS table > tbody > tr {
color: #fff;
}

.QS-Efect1 {
-moz-animation: SQefect1 0.5s cubic-bezier(.36,-0.64,.34,1.76) 1;
-webkit-animation: SQefect1 0.5s cubic-bezier(.36,-0.64,.34,1.76) 1;
}

@-moz-keyframes SQefect1 {
0% {
-moz-transform: rotateY(-90deg);
}

100% {
-moz-transform: rotateY(0deg);
}
}

@-webkit-keyframes SQefect1 {
0% {
-webkit-transform: rotateY(-90deg);
}

100% {
-webkit-transform: rotateY(0deg);
}
}

@-moz-keyframes SQefect2 {
0% {
-moz-transform: rotateY(90deg);
}

100% {
-moz-transform: rotateY(0deg);
}
}

@-webkit-keyframes SQefect2 {
0% {
-webkit-transform: rotateY(90deg);
}

100% {
-webkit-transform: rotateY(0deg);
}
}


.QS-FiltroJS table > tbody > tr:nth-of-type(2n) {
background: rgba(0,0,0,0.1);
}

.QS-FiltroJS table > tbody > tr:hover {
background: rgb(0, 129, 255);
cursor: pointer;
color: #FFF !important;
}

.QS-FiltroJS > div > b {
display: inline-block;
color: rgb(222, 222, 222);
font-size: 10px;
border-radius: 0px 0px 10px 10px;
width: 120px;
position: absolute;
right: 70px;
top: -20px;
margin: auto;
text-align: center;
z-index: 10;
}

.QS-FiltroJS > div > b:after {
content: "";
z-index: -1;
position: absolute;
top: -5px;
right: 0;
left: 0;
margin: auto;
border-radius: 0px 0px 0px 20px;
width: 0;
height: 0;
border-right: 30px solid transparent;
border-top: 30px solid transparent;
border-left: 30px solid rgb(62, 74, 86);
border-bottom: 30px solid rgb(62, 74, 86);
background: rgb(62, 74, 86);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

.QS-FiltroJS .bodyBSQ {
z-index: 10;
max-height: 74vh;
overflow-y: auto;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

.table-dir > tbody td {
/*border: 1px solid rgba(0,0,0,0.1) !important; */
}

.table-dir > tbody tr {
background: rgba(0,0,0,0.2);
-moz-transition: all 0.8s;
}

.table-dir > tbody tr:nth-of-type(2n) {
background: rgba(0,0,0,0.1);
}

.table-dir > tbody tr:hover {
background: rgb(0, 147, 255);
-moz-transition: all 0.3s;
}

.table-dir thead th {
background: rgb(0, 147, 255) !important;
}

.table-dir-select {
background: rgb(0, 84, 255) !important;
}

.small-box {
position: relative;
display: inline-block;
margin-bottom: 20px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
width: 200px;
height: 130px;
}

.small-box > .inner {
padding: 10px
}

.small-box h6 {
font-size: 0.65em;
margin: 0;
}

.small-box > .small-box-footer {
position: relative;
text-align: center;
padding: 3px 0;
color: #fff;
color: rgba(255,255,255,0.8);
display: block;
z-index: 5;
background: rgba(0,0,0,0.1);
text-decoration: none
}

.small-box > .small-box-footer:hover {
color: #fff;
background: rgba(0,0,0,0.15)
}

.small-box h3 {
font-size: 30px;
font-weight: bold;
margin: 0 0 10px 0;
white-space: nowrap;
padding: 0
}

.small-box p {
font-size: 14px
}

.small-box p > small {
display: block;
color: #f9f9f9;
font-size: 13px;
margin-top: 5px
}

.small-box h3, .small-box p {
z-index: 5
}

.small-box .icon {
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
position: absolute;
top: -10px;
right: 10px;
z-index: 0;
font-size: 70px;
color: rgba(0,0,0,0.15)
}

.small-box:hover {
text-decoration: none;
color: #f9f9f9
}

.small-box:hover .icon {
font-size: 85px
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
color: #fff !important
}

.bg-gray {
color: #000;
background-color: #d2d6de !important
}

.bg-gray-light {
background-color: #f7f7f7
}

.bg-black {
background-color: #111 !important
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
background-color: #dd4b39 !important
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
background-color: #f39c12 !important
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
background-color: #00c0ef !important
}

.bg-blue {
background-color: rgb(0, 129, 255) !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
background-color: #3c8dbc !important
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
background-color: #00a65a !important;
}

.bg-navy {
background-color: #001f3f !important;
}

.bg-tooldf {
background-color: rgb(78, 93, 108) !important;
}

.bg-tooldf:after {
border-top-color: rgb(78, 93, 108) !important;
}

.bg-default {
background-color: rgb(26, 39, 47) !important;
}

.bg-default:after {
border-top-color: rgb(26, 39, 47) !important;
}

.bg-teal {
background-color: #39cccc !important;
}

.bg-olive {
background-color: #3d9970 !important
}

.bg-lime {
background-color: #01ff70 !important
}

.bg-orange {
background-color: #ff851b !important
}

.bg-fuchsia {
background-color: #f012be !important
}

.bg-purple {
background-color: #605ca8 !important
}

.bg-maroon {
background-color: #d81b60 !important
}

.bg-gray-active {
color: #000;
background-color: #b5bbc8 !important
}

.bg-black-active {
background-color: #000 !important
}

.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
background-color: #d33724 !important
}

.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
background-color: #db8b0b !important
}

.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
background-color: #00a7d0 !important
}

.bg-blue-active {
background-color: #005384 !important
}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
background-color: #357ca5 !important
}

.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
background-color: #008d4c !important
}

.bg-navy-active {
background-color: #001a35 !important
}

.bg-teal-active {
background-color: #30bbbb !important
}

.bg-olive-active {
background-color: #368763 !important
}

.bg-lime-active {
background-color: #00e765 !important
}

.bg-orange-active {
background-color: #ff7701 !important
}

.bg-fuchsia-active {
background-color: #db0ead !important
}

.bg-purple-active {
background-color: #555299 !important
}

.bg-maroon-active {
background-color: #ca195a !important
}

.bg-white {
color: rgb(134, 134, 134);
background-color: rgb(249, 249, 249) !important;
}

.bg-default-primary {
background-color: #1a272f !important;
}

.bg-tooltable {
background-color: #47525d !important;
}

.bg-github-dev {
background: -webkit-linear-gradient(left, #3b8dbd, #d800ff) !important;
background: -moz-linear-gradient(left, #3b8dbd, #d800ff) !important;
background: -ms-linear-gradient(left, #3b8dbd, #d800ff) !important;
background: linear-gradient(to right, #3b8dbd, #d800ff) !important;
color: #fff !important;
}

.bg-transparent {
background-color: rgba(0,0,0,0) !important;
}

.color-gray {
color: #d2d6de !important;
}

.color-gray-light {
color: #f7f7f7 !important;
}

.color-black {
color: #111 !important;
}

.color-red {
color: #dd4b39 !important;
}

.color-yellow {
color: #f39c12 !important;
}

.color-aqua {
color: #00c0ef !important;
}

.color-blue {
color: #0073b7 !important;
}

.color-light-blue {
color: #3c8dbc !important;
}

.color-green {
color: #00a65a !important;
}

.color-navy {
color: #001f3f !important;
}

.color-tooldf {
color: rgb(78, 93, 108) !important;
}

.color-default {
color: rgb(26, 39, 47) !important;
}

.color-teal {
color: #39cccc !important;
}

.color-olive {
color: #3d9970 !important;
}

.color-lime {
color: #01ff70 !important;
}

.color-orange {
color: #ff851b !important;
}

.color-fuchsia {
color: #f012be !important;
}

.color-purple {
color: #605ca8 !important;
}

.color-maroon {
color: #d81b60 !important;
}

.color-gray-active {
color: #b5bbc8 !important;
}

.color-black-active {
color: #000 !important;
}

.color-red-active {
color: #d33724 !important;
}

.color-yellow-active {
color: #db8b0b !important;
}

.color-aqua-active {
color: #00a7d0 !important;
}

.color-blue-active {
color: #005384 !important;
}

.color-light-blue-active {
color: #357ca5 !important;
}

.color-green-active {
color: #008d4c !important;
}

.color-navy-active {
color: #001a35 !important;
}

.color-teal-active {
color: #30bbbb !important;
}

.color-olive-active {
color: #368763 !important;
}

.color-lime-active {
color: #00e765 !important;
}

.color-orange-active {
color: #ff7701 !important;
}

.color-fuchsia-active {
color: #db0ead !important;
}

.color-purple-active {
color: #555299 !important;
}

.color-maroon-active {
color: #ca195a !important;
}

.color-white {
color: #fff !important;
}

.info-box {
display: block;
height: 70px;
background: #fff;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
margin-bottom: 15px
}

.info-box small {
font-size: 14px
}

.info-box .progress {
background: rgba(0,0,0,0.2);
margin: 5px -10px 5px -10px;
height: 2px
}

.info-box .progress, .info-box .progress .progress-bar {
border-radius: 0
}

.info-box .progress .progress-bar {
background: #fff
}

.info-box-icon {
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
display: block;
float: left;
height: 70px;
width: 70px;
text-align: center;
font-size: 40px;
line-height: 70px;
background: rgba(0,0,0,0.2)
}

.info-box-icon > img {
max-width: 100%
}

.info-box-content {
padding: 5px 10px;
margin-left: 70px
}

.info-box-number {
display: block;
font-weight: bold;
font-size: 18px
}

.progress-description, .info-box-text {
display: block;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}

.info-box-text {
text-transform: uppercase
}

.info-box-more {
display: block
}

.color-palette {
height: 35px;
line-height: 35px;
text-align: center;
}

.color-palette-set {
margin-bottom: 15px;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

#ToolBarMIN {
position: relative;
}

#ToolBarMIN input[type="text"] {
background: rgb(74, 84, 95);
color: #fff !important;
border-color: rgb(74, 84, 95) !important;
}

#ToolBarMIN .HeaderTool > h4 {
margin: 0 !important;
color: #fff !important;
}

#ToolBarMIN .HeaderTool {
background: rgb(72, 86, 101);
padding: 10px;
width: 97.5%;
}

/*=============================================================================================*/
/*/////////////////////////////////////////////////////////////////////////////////////////////*/
/*=============================================================================================*/

#screenload {
z-index: 100;
position: fixed;
top: -100%;
left: 0px;
width: 100%;
height: 100%;
background: rgba(12, 26, 42, 0.76);
overflow: hidden;
margin: 0;
padding: 0;
opacity: 0;
-moz-transition: top, opacity, 0.5s, linear;
-webkit-transition: top, opacity, 0.5s, linear;
}

#screenload img {
width: 12vh;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

#screenload #c1, #screenload #c2, #screenload #c3 {
width: 35vh;
height: 35vh;
border-color: rgb(216, 216, 216);
border-style: solid;
border-radius: 50%;
border-top-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}

#screenload #c1 {
border-width: 10vh;
opacity: 0.8;
-moz-animation: GIRO1 2s infinite linear 0.1s;
-webkit-animation: GIRO1 2s infinite linear 0.1s;
}

#screenload #c1:before {
content: "";
display: inline-block;
width: 13vh;
height: 13vh;
background: #fff;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}

#screenload #c2 {
border-width: 25vh;
opacity: 0.4;
-moz-animation: GIRO1 2s infinite linear 0.3s;
-webkit-animation: GIRO1 2s infinite linear 0.3s;
}

#screenload #c3 {
border-width: 30vh;
opacity: 0.2;
-moz-animation: GIRO1 2s infinite linear 0.5s;
-webkit-animation: GIRO1 2s infinite linear 0.5s;
}

@-moz-keyframes GIRO1 {
0% {
-moz-transform: rotate(0deg);
}

100% {
-moz-transform: rotate(360deg);
}
}

@-webkit-keyframes GIRO1 {
0% {
-webkit-transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(360deg);
}
}

.table-dash > thead th {
background: inherit !important;
padding: 0 !important;
color: inherit !important;
font-weight: inherit !important;
}

.table-dash > thead th > i {
padding: 13px;
background-color: rgba(0, 0, 0, 0.1);
margin-right: 5px;
}

.table-dash > tbody td {
border-right: 1px solid #fff !important;
}

.table-dash .box-footer, .table-dash .box-widget {
margin: 0 !important;
}

.table-dash .btn-group {
color: #fff;
}

.list-group-hover:hover {
background-color: rgba(0,0,0,0.2) !important;
}

.lbCuenta {
width: 100%;
display: table-row;
}

.lbCuenta > div {
width: 100%;
display: table-cell;
padding: 10px 5px;
font-size: 0.8em;
background: rgba(0,0,0,0.05);
}

.text-white {
color: #fff !important;
}


.table-default > thead th {
background: #4E5D6C !important;
color: #fff !important;
}

.table-default > tbody {
background-color: #47525d;
color: #fff !important;
}

.table-info > thead th {
background: #0093FF !important;
color: #fff !important;
}

.table-info > tbody {
background-color: #1378c2;
color: #fff !important;
}

.table-purple > thead th {
background: #605CA8 !important;
color: #fff !important;
}

.table-purple > tbody {
background-color: #4f4b87;
color: #fff !important;
}

.tb-hover > tbody > tr:hover {
background-color: rgba(0,0,0,0.1);
}

table > tbody input.form-control {
margin: 0 !important;
}

.debug {
color: #fff;
font-family: monospace;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
z-index: 100;
font-size: 2em;
}

.circle {
position: absolute;
top: 50%;
left: 50%;
background-color: #0093FF;
border-radius: 50%;
width: 90%;
height: 0;
padding-bottom: 90%;
transform: translate3d(-50%, -50%, 0);
}

.circle:before {
content: "";
position: absolute;
width: 90%;
height: 90%;
background-color: #3E4A56;
border-radius: 50%;
top: 5%;
left: 5%;
}

.circle .dot {
position: absolute;
width: 10%;
height: 50%;
left: 47.5%;
top: 0;
transform: rotate(0deg);
transform-origin: center bottom;
}

.circle .dot:before {
content: "";
position: absolute;
background-color: #fff;
box-shadow: 0 0 10px #000;
width: 200%;
transform: translate3d(-25%, -25%, 0);
height: 0;
padding-bottom: 200%;
border-radius: 50%;
cursor: pointer;
}

/*//////////////////////////////////////////////////////////*/

.table-intus {
width: 100%;
}

.table-intus tbody {
background: #F8F8F8;
}

.table-intus tbody > tr > td {
padding: 4px 10px;
border-top: 0.1vh solid rgba(0,0,0,0.1);
vertical-align: middle;
max-width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.table-intus tbody > tr:first-of-type td {
border: none !important;
}

.table-intus tbody > tr > td .progress {
box-shadow: none;
}

.table-intus > thead th {
padding: 8px 10px 13px;
background: none;
color: rgba(0,0,0,0.45);
}

.table-intus tbody > tr {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.table-intus tbody > tr:hover {
background: rgba(0,0,0,0.7);
color: #fff;
}

.table-intus > tbody > tr a {
color: rgb(66, 151, 224) !important;
display: inline-block;
/*! width: 100%; */
}

.btn-sigle {
border: 0.1vh solid rgba(0,0,0,0.3);
min-width: 30px;
background: none !important;
}

.btn-sigle:hover {
background: rgba(0,0,0,0.4) !important;
color: #fff !important;
}

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

div.set-img-user {
display: inline-block;
overflow: hidden;
width: 22vh;
height: 22vh;
border-radius: 50%;
position: relative;
margin: 10px 0px;
}

div.set-img-user > img {
height: 100%;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
}

.lateral-form {
z-index: 10;
width: 240px;
height: 100%;
background: rgb(255, 255, 255);
box-shadow: rgba(0,0,0,0.15) 0px 0px 10px 0px;
position: fixed;
top: 0;
right: -250px;
display: inline-block;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.lateral-form:target {
right: 0px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
}

.lateral-form .btn-close-lateral-form {
position: absolute;
top: 0;
left: 0;
padding: 4px 10px;
color: rgba(0, 0, 0, 0.28);
}

.lateral-form .btn-close-lateral-form:hover {
color: rgb(0, 129, 255) !important;
}

.active-name-app {
background: rgb(255, 68, 11) !important;
}

.lb-module {
margin: 0px 0px 25px 0px;
padding-left: 10px;
position: relative;
color: rgba(0,0,0,0.5);
border-left: 120px solid rgb(0, 114, 227);
color: rgb(0, 114, 227);
font-weight: bold;
}


.form-control ~ .border {
position: absolute;
left: 50%;
bottom: 10px;
width: 0%;
height: 2px;
background-color: rgb(0, 129, 255);
margin: 0;
-moz-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
}


.form-control:focus ~ .border {
width: 100%;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}


*[class*="col-md"] .form-control:focus ~ .border {
width: calc(100% - 30px) !important;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}

.box-widget-zip *[class*="col-md"] .form-control:focus ~ .border {
width: 100% !important;
transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
}


html {
scroll-behavior: smooth;
}

.StepDOM {
left: 0;
top: 0;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}

.StepScreen-ON {
display: inline-block;
width: 100%;
height: 80vh;
overflow: hidden;
margin: 0;
position: relative;
-moz-transition: all 1s;
-webkit-transition: all 1s;
}

.StepDOM-Ready {
display: inline-block;
position: absolute;
top: 20px;
left: 0;
-moz-animation: SQefect1 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
-webkit-animation: SQefect1 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
-moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.StepSectionBtns {
position: absolute;
width: 200px;
text-align: center;
bottom: 20px;
left: 0;
right: 0;
margin: auto;
-moz-transition: all 1s;
-webkit-transition: all 1s;
display: none;
}

.StepSectionBtns > button {
box-shadow: rgba(16, 16, 16, 0.44) 0px 7px 15px 0px;
-moz-box-shadow: rgba(16, 16, 16, 0.44) 0px 7px 15px 0px;
-webkit-box-shadow: rgba(16, 16, 16, 0.44) 0px 7px 15px 0px;
border-radius: 20px !important;
}

.bg-top-1 {
background: rgb(253, 87, 37);
}

.bg-top-2 {
background: rgb(253, 107, 62);
}

.bg-top-3 {
background: rgb(247, 131, 96);
}

.tool-search-dynbox {
display: inline-block;
width: 100%;
height: 40px;
background: #fff;
margin-bottom: 15px;
position: relative;
}

.tool-search-dynbox > .btn-dynbox {
height: 100%;
width: 40px;
position: absolute;
top: 0;
left: 0;
color: rgb(117, 115, 115);
cursor: pointer;
}

.tool-search-dynbox > .btn-dynbox:hover {
background: rgb(0, 129, 255);
color: #fff;
cursor: pointer;
}

.tool-search-dynbox > .btn-dynbox > i {
width: 13px;
height: 13px;
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}

.tool-search-dynbox > .input-dynbox {
height: 100%;
width: calc(100% - 50px);
position: absolute;
top: 0px;
left: 50px;
padding-right: 10px;
overflow: hidden;
}

.tool-search-dynbox > .input-dynbox > div {
float: left;
background: rgba(0,0,0,0.05);
border-radius: 50px;
height: 80%;
margin-top: 4px;
margin-right: 3px;
}

.tool-search-dynbox > .input-dynbox > div:hover {
background: rgb(0, 129, 255);
color: #fff !important;
}

.tool-search-dynbox > .input-dynbox > div > a {
background: #fff;
padding: 4px 7px;
border-radius: 50px;
display: inline-block;
margin-right: 5px;
color: #808080;
cursor: pointer;
font-size: 0.8em;
}

.tool-search-dynbox > .input-dynbox > div > a:hover {
background: rgb(219, 62, 57);
color: #fff;
}

.tool-search-dynbox > .input-dynbox > div > h4 {
display: inline-block;
font-size: 0.8em;
padding-left: 10px;
padding-right: 5px;
margin: 9px 0px 0px 0px;
}

.tool-search-dynbox > .filters-dynbox {
z-index: 100;
width: calc(100% - 40px);
background: rgb(251, 251, 251);
position: absolute;
top: 100%;
left: 40px;
box-shadow: rgba(0, 0, 0, 0.18) 0px 10px 10px 0px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
overflow: hidden;
}

.lastBullet:last-of-type {
stroke: #0081ff;
-webkit-animation: am-pulsating 1s ease-out infinite;
animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
0% {
stroke-opacity: 1;
stroke-width: 0px;
}

100% {
stroke-opacity: 0;
stroke-width: 50px;
}
}

@keyframes am-pulsating {
0% {
stroke-opacity: 1;
stroke-width: 0px;
}

100% {
stroke-opacity: 0;
stroke-width: 50px;
}
}

.amcharts-graph-g1 {
stroke-linejoin: round;
stroke-linecap: round;
stroke-dasharray: 500%;
stroke-dasharray: 0 \0/; /* fixes IE prob */
stroke-dashoffset: 0 \0/; /* fixes IE prob */
-webkit-animation: am-draw 4s;
animation: am-draw 4s;
}

@-webkit-keyframes am-draw {
0% {
stroke-dashoffset: 500%;
}

100% {
stroke-dashoffset: 0%;
}
}

@keyframes am-draw {
0% {
stroke-dashoffset: 500%;
}

100% {
stroke-dashoffset: 0%;
}
}

.table-nth > tbody td,
.table-nth > thead th {
padding: 5px 10px;
white-space: nowrap;
min-width: 70px;
}

.table-nth > tbody tr:nth-of-type(2n+1) {
background: rgba(0,0,0,0.06);
}

.table-nth > tbody tr:hover {
background: #0081ff;
color: #fff !important;
}

.table-nth > tbody > tr > td {
border-left: 1px solid #fff;
}

.td-chart-bar {
position: relative;
margin: 0;
padding: 0;
min-width: 60px;
}

.td-chart-bar > div {
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #8320ff;
}

.td-chart-bar > div > b {
font-size: 0.8em;
color: #fff;
display: inline-block;
position: absolute;
top: 0;
left: 3px;
bottom: 0;
margin: auto;
height: 15px;
}

.input-type-label {
border: none !important;
font-size: 22px;
background: none !important;
font-weight: bold;
padding: 2px;
opacity: 1 !important;
}

.btn-sbform-intus {
}

.dp-table-cell{
display: table-cell;
}

.pd-right-5{
padding-right: 5px;
}

.container-input-filter{
  width: 100%;
  background: #fff;
  border: none;
  margin-bottom: 20px;
  position: relative;
}

.container-input-filter:after{
  content: "";
  z-index: 1;
  width: 0; 
  height: 0; 
  border-top: 13px solid #FFF !important;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 100%; right: 0px; left: 0px;
  margin: auto;
}

.container-input-filter > input{
  width: 100%;
  padding: 8px 10px;
  border: none;
  background: none !important;
  color: rgb(152, 152, 152);
}

.img-profile-emp {
width: 35vh;
height: 35vh;
border: 5px solid rgb(191, 203, 255);
border-radius: 50%;
display: inline-block;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}

.img-profile-emp > img {
width: 100%;
height: 100%;
}

#bannerAD {
width: calc(100% - 200px);
height: 100%;
position: fixed;
top: 0px;
left: 200px;
}

.font-Caveat {
    font-family: 'Caveat', cursive;
}

.font-Courgette {
    font-family: 'Courgette', cursive;
}

.font-Satisfy {
    font-family: 'Satisfy', cursive;
}

.font-Great {
    font-family: 'Great Vibes', cursive;
}

.font-Nanum {
    font-family: 'Nanum Myeongjo', serif;
}

.font-Jaldi {
    font-family: 'Jaldi', sans-serif;
}

span.field-validation-error{
  font-size: 9px;
  margin-bottom: 10px;
  display: inline-block;
}

.lb-Cuotas {
   margin: 0;
   width: 100px;
   text-align: right;
}

h5.lb-Cuotas{
  font-weight: bold;
  padding-bottom: 7px;
}

.btn-Cuota{
  border: 0.1vh dashed rgb(0, 129, 255);
  margin: 10px;
  padding: 2px;
  border-left: 8px solid rgb(0, 129, 255);
}

.py-4 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}