@charset "utf-8";
/* CSS Document */

ion-content, ion-header {
  font-family: 'Work Sans', sans-serif;
  background-color: #f6f7fb!important;
  margin: 0;
  font-size: 14px;
}

a, a:focus, a:hover {
  text-decoration: none !important;
  outline: none !important;
  cursor: pointer;
}

button {
  outline: none;
}

p {
  margin: 0px 0px 10px 0px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

section, footer {
  display: block;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  height: 36px;
  padding: 7px 12px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.col-6 {
  float: left;
  width: 50%;
  position: relative;
  padding: 0px 15px;
}

.col-4 {
  float: left;
  width: 33.33333333%;
  position: relative;
  padding: 0px 15px;
}

.col-3 {
  float: left;
  width: 25%;
  position: relative;
  padding: 0px 15px;
}

.col-9 {
  float: left;
  width: 75%;
  position: relative;
  padding: 0px 15px;
}

.col-8 {
  float: left;
  width: 66.66666667%;
  position: relative;
  padding: 0px 15px;
}

.col-12 {
  float: left;
  width: 100%;
  position: relative;
  padding: 0px 15px;
}

.main-row {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}

ion-content.login, ion-header.login {
  background-color: #f6f7fb;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
}

.main-column {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

#header {
  padding-top: 50px;
}

.logo a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
}

.logo a img {
  margin-right: 15px;
}

.login-box {
  width: 360px;
  margin: 20px auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px #e9e9e9;
}

.login-form {
  padding: 35px 35px 0px;
}

.login-form .form-group {
  margin: 20px 0px 0px 0px;
}

.login-form .form-group .form-control {
  border: none;
  padding-left: 0px;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0px;
  font-size: 12px;
  color: #000;
}

.login-form .form-group label {
  color: #4886ff;
  font-size: 12px;
  font-weight: 400;
}

.checklabel-right {
  float: right;
}

.checklabel-right a {
  color: #4886ff;
  font-size: 14px;
  font-weight: 400;
}

.login-form .btn.btn-default {
  background: #4886ff;
  border: 1px solid #4886ff;
  width: 100%;
  color: #fff;
  border-radius: 26px;
  outline: none !important;
  box-shadow: none !important;
}

.login-form .btn.btn-default:hover, .login-form .btn.btn-default:focus {
  background: #4886ff;
  border: 1px solid #4886ff;
  border-radius: 26px;
  color: #fff;
}

.checklabel {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666666 !important;
  line-height: 14px;
}

.checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #4886ff;
  border-radius: 2px;
}

.checklabel:hover input ~ .checkmark {
  background-color: #4886ff;
}

.checklabel input:checked ~ .checkmark {
  background-color: #4886ff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checklabel input:checked ~ .checkmark:after {
  display: block;
}

.checklabel .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-form-bottom {
  border-top: 1px solid #e5e5e5;
  padding: 18px 35px;
  margin-top: 35px;
}

.login-form-bottom p {
  margin: 0px;
  color: #666666;
}

.login-form-bottom p span {
  float: right;
}

.login-form-bottom p span a {
  color: #4886ff;
}

.social-icon {
  text-align: center;
  margin: 40px 0px 80px 0px;
  padding: 0px;
  list-style: none;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: #3b5998;
  color: #fff;
  border-radius: 100%;
  line-height: 34px;
}

.form-group.robotimg img {
  margin: auto;
}

.form-group.robotimg {
  padding: 10px 0px 5px 0px;
}

.login-form-bottom p span.registro {
  float: none;
}

.login-form .form-group label.intro {
  color: #333;
}

.alert {
  background-color: #4886ff;
  border-color: #4886ff;
  box-shadow: 0 2px 11px #4886ff;
  padding: 15px 20px;
  border-radius: 6px;
}

.closebtn {
  color: #fff;
  float: right;
  font-size: 18px;
  margin-top: -5px;
  cursor: pointer;
}

.alert strong {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.alert strong i {
  margin-right: 10px;
  font-size: 19px;
  float: left;
  margin-top: 2px;
}

.alert-box p {
  color: #fff;
  line-height: 21px;
  margin: 7px 0px 0px 0px;
}

ion-header #header {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(43, 43, 43, .1);
  position: fixed;
  top: 0;
  z-index: 1028;
  width: 100%;
}

.main-column-full {
  width: 100%;
  float: left;
}

.logo.navbar-logo {
  position: relative;
  float: left;
  width: 250px;
  padding-top: 10px;
}

.nav-nav-left {
  float: left;
  padding-top: 14px;
}

.nav-nav-left h4 {
  margin: 0px;
  font-size: 18px;
  color: #666;
  font-weight: 400;
}

.nav-nav-left h4 span {
  font-size: 14px;
  border-left: 1px solid #666;
  padding-left: 9px;
  margin-left: 4px;
}

.nav-nav-left h4 label {
  color: #4886ff;
  margin: 0px;
}

.user-profile {
  position: relative;
}

.user-profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.onview {
  display: none;
  position: absolute;
  height: 13px;
  width: 13px;
  background: #7ad835;
  border-radius: 100%;
  border: 3px solid #fff;
  right: 0px;
  top: 0px;
}

.nav-nav-right {
  float: right;
}

.nav-icon-box {
  float: right;
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 28px;
  height: 3px;
  background-color: #000;
  margin: 4px 0;
  transition: 0.4s;
}

.pcoded-navbar {
  float: left;
  position: fixed;
  top: 80px;
  z-index: 1027;
  height: 100%;
  width: 250px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 80px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.pcoded-content {
  margin-left: 250px;
  position: relative;
  display: block;
  float: unset;
  right: 0;
  margin-top: 80px;
}

.main-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.main-ul span {
  font-size: 14px;
  color: #4886ff;
  display: block;
  padding: 8px 30px;
  padding-left: 40px;
  padding-bottom: 9px;
  margin-top: 3px;
  font-weight: 500;
}

.main-ul li {
  text-align: left;
  position: relative;
}

.main-ul>li {
  padding-bottom: 6px;
  border-bottom: 2px solid #ececec;
}

.main-ul>li:last-of-type {
  border-bottom: none;
}

.main-ul li.active a {
  background-image: linear-gradient(280deg, #f6f7fb, #fff, #ebebeb)!important;
  box-shadow: -1px 1px 3px #e6e6e6!important;
  color: #4886ff!important;
  border-left: 2px solid #4886ff!important;
  padding-left: 38px;
}

.main-ul li a {
  font-size: 14px;
  color: #666666;
  display: block;
  padding: 4px 30px;
  text-transform: capitalize;
}

.main-ul li ul li a:hover {
  background-image: linear-gradient(280deg, #f6f7fb, #fff, #ebebeb)!important;
  box-shadow: -1px 1px 3px #e6e6e6!important;
  color: #4886ff!important;
  border-left: 2px solid #4886ff!important;
  padding-left: 38px;
}

.main-ul li a i {
  width: 27px;
}

.main-contact {
  padding-left: 55px;
  margin-top: 25px;
}

.main-contact h5 {
  font-size: 24px;
  margin: 0px;
  font-weight: 400;
  color: #87888a;
}

.main-contact h6 {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #87888a;
}

.pcoded-space {
  padding: 30px;
}

.card-body {
  padding: 30px;
  overflow: hidden;
}

.card {
  box-shadow: 0 0 1px 0 rgba(43, 43, 43, .1), 0 8px 6px -7px rgba(43, 43, 43, .1);
  background: #fff;
  margin-bottom: 30px;
}

.tabnav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.tabnav ul li.active {
  color: #000;
}

.tabnav ul li {
  width: 195px;
  border: none;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  padding-top: 31px;
}

.tabnav ul li a {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  position: relative;
  display: block;
}

.tabnav ul li.active a {
  color: #000;
}

.tabnav ul li.active::before {
  content: "";
  position: absolute;
  background: #ccffd0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 50%;
  top: -6px;
  margin-left: -11px;
  z-index: 11;
}

.tabnav ul li::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 50%;
  top: -6px;
  margin-left: -11px;
  z-index: 11;
}

.tabnav ul li.active::after {
  background: #23d530;
}

.tabnav ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f95476;
  border-radius: 100%;
  left: 50%;
  margin-left: -5px;
  top: 0px;
  z-index: 111;
}

.tabcontent h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 18px 0px 20px 0px;
  text-transform: uppercase;
}

.tabcontent .form-group span {
  color: #4886ff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
}

.tabcontent .form-control {
  border: 1px solid #999;
  border-radius: 2px;
  outline: none !important;
  box-shadow: none;
}

.tabcontent {
  overflow: hidden;
}

.btn.btn-success {
  background: #4886ff;
  border: 1px solid #4886ff;
  color: #fff;
  padding: 6px 25px;
  border-radius: 25px;
}

.form-group.tabcontent-btn {
  padding: 22px 0px 0px 0px;
}

.btn.btn-success i {
  margin-left: 10px;
  font-size: 16px;
}

.tabcontent .form-group label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tabcontent h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
  text-decoration: underline;
}

.form-control.datepicker {
  background-image: url('../images/calendar-icon.png') !important;
  background-repeat: no-repeat;
  background-size: 6% 62% !important;
  background-position: 98% 53% !important;
  box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.tabcontent h5 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.btn-sign {
  text-align: right;
  margin-top: 24px;
}

.tabcontent .form-group {
  margin-bottom: 20px;
  overflow: hidden;
}

.select-img {
  display: inline-block;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0px 12px;
  margin: 0px;
  line-height: normal;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
  width: 120px;
  overflow: hidden;
  display: inline-block;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.inputfile-3 + label {
  color: #76a3fe !important;
  outline: none !important;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
  color: #76a3fe;
}

.select-img {
  display: inline-block;
}

.input-img {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}

.box .size {
  display: block !important;
  padding: 0px 12px;
  color: #666 !important;
}

.tabcontent .form-group label span {
  vertical-align: bottom;
}

.bottomtext {
  color: #857f7f !important;
  font-size: 14px !important;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
}

.bottomtext::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  background: #ffb74e;
  display: inline-block;
  border-radius: 100%;
  top: 4px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.newtable .table {
  text-align: center;
  border: none;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #ddd;
}

table {
  background-color: transparent;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.table thead tr {
  background: #d3e0fc;
}

.table thead tr th {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.newtable .table thead tr th {
  padding: 20px 30px;
  font-size: 24px;
  font-weight: 700;
  color: #4886ff;
}

.table thead tr th {
  vertical-align: bottom;
}

.table tbody tr td {
  font-size: 14px;
  padding: 20px 30px;
}

.table tbody tr td {
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.newtable .table tr th:nth-child(1) {
  text-align: left;
  font-size: 16px;
}

.newtable .table tr td:nth-child(1) {
  text-align: left;
  font-size: 16px;
}

.thead-top tr {
  background: none !important;
}

.thead-top tr th {
  font-size: 24px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}

.table .thead-top tr th:nth-child(1) {
  font-size: 14px !important;
  color: #858484;
  font-weight: 400 !important;
}

.table .btn.btn-success {
  border-radius: 20px;
}

.total-add ul {
  padding-left: 150px;
  margin: 0px;
  list-style: none;
}

.total-add ul li {
  color: #666;
  margin-bottom: 14px;
}

.total-add ul li span {
  float: right;
}

.total-add ul li.total-addli {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.page-3heading h3 {
  display: inline-block;

}

.page-3heading .datesec {
  float: right;
  margin-top: 18px;
  font-size: 14px;
  color: #666;
}

.pcoded-content h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 18px 0px 20px 0px;
  text-transform: uppercase;
}

.details-regis ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.details-regis ul li {
  font-size: 14px;
  color: #666;
  padding: 4px 0px;
  overflow: hidden;
}

.details-regis ul li span {
  width: 36%;
  display: inline-block;

  float: left;
}

.details-regis ul li strong {
  font-weight: 400;

  color: #000;

  width: 64%;

  float: left;
}

.paylabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  color: #666;
  line-height: 15px;
}

.paylabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.paymark {
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #4886ff;
}

.paylabel:hover input ~ .paymark {
  background-color: #fff;
}

.paylabel input:checked ~ .paymark {
  background-color: #fff;
}

.paymark:after {
  content: "";
  position: absolute;
  display: none;
}

.paylabel input:checked ~ .paymark:after {
  display: block;
}

.paylabel .paymark:after {
  top: 4px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4886ff;
}

.pay-box {
  margin-bottom: 30px;
  padding-left: 213px;
}

.mass-box p {
  margin: 0px;
  font-size: 16px;
  color: #000;
}

.mass-box {
  padding: 18px 20px;
  background: #95e05d;
  border-radius: 4px;
}

.mass-box span {
  color: #666;
  float: right;
}

.tabnav ul li a::after {
  left: 0px;
  content: "";
  position: absolute;
  width: 201px;
  height: 1px;
  background: #e5e5e5;
  top: -26px;
}

.tabnav ul li:nth-child(1) a::before {
  left: 0px;
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #fff;
  top: -26px;
  z-index: 1;
}

.tabnav ul li:nth-child(4) a::before {
  right: 0px;
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #fff;
  top: -26px;
  z-index: 1;
}

.tabnav {
  margin: 27px 0px 12px 0px;
}

.mass-box.error-box {
  background: #e05d5d;
}

.mass-box.error-box span {
  color: #fff;
}

.innercontainer {
  margin-top: 80px;
}

.navtab {
  background: #e9ecf4;
  padding: 20px 30px;
}

.tablinks {
  font-size: 16px;
  color: #6f727b;
  background: none;
  outline: none !important;
  border: none;
  padding: 0px 25px;
  text-transform: capitalize;
  cursor: pointer;
}

.tablinks i {
  margin-right: 10px;
}

.tablinks.active {
  color: #4886ff;
}

.navtab button:nth-child(1) {
  padding-left: 0px;
}

.main-content {
  padding: 30px;
}

.nav-nav-rightul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nav-nav-rightul .nav-rightli {
  display: inline-block;
  vertical-align: middle;
}

.nav-rightli .dropbtn {
  background: none !important;
  position: relative;
  color: #e5e5e5;
  font-size: 20px;
  padding: 0px;
}

.carets {
  position: absolute;
  height: 5px;
  width: 5px;
  background: #4886ff;
  border-radius: 100%;
  right: -4px;
  top: 0px;
}

.nav-rightli .dropdown {
  margin-left: 22px;
}

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: visible;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0px;
  margin-top: 17px;
}

.dropdown-content a {
  color: #7f7f7f;

  padding: 13px 23px;

  text-decoration: none;

  display: block;

  font-size: 14px;
}

/*.dropdown a:hover {background-color: #ddd;}*/

.show {
  display: block;
}


.dropdownbox:after, .dropdownbox:before {
  bottom: 100%;
  left: 88%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: -32px;
}

.dropdownbox:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -12px;
}

.dropdownbox:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e3e3e3;
  border-width: 15px;

  margin-left: -11px;
}

.dropdown-content.userdrop {
  min-width: 240px;
}

.dropdown-content.userdrop i {
  margin-right: 12px;
  font-size: 16px;
}

.dropdown-content .sign-in {
  border-top: 1px solid #7f7f7f;
  color: #000;
}

.dropdown-content a:hover {
  color: #000;
}

.top-heading form {
  display: inline-block;
  margin: 0px 0px 0px 66px;
  vertical-align: middle;
  width: 400px;
}

.top-heading form .input-group {
  border: 1px solid #ccc;
  border-radius: 20px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.top-heading form .input-group-addon {
  background: none;
  border: none;
  box-shadow: none;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;

}

.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.top-heading form .form-control {
  background: none;
  border: none;
  box-shadow: none;
  padding-left: 0px;
}

.top-heading h3 {
  display: inline-block;
}

.dataTables_length {
  display: none;
}

.dataTables_filter {
  display: none;
}

tfoot {
  display: table-header-group;
}

.dataTables_wrapper {
  margin-top: 30px;
}

/*.dataTables_wrapper .datepicker {
    background: url(../images/calendar-icon.png) no-repeat !important;       
   
}*/
table.dataTable thead > tr > th {
  padding: 22px 25px !important;
  text-transform: capitalize;
}

table.dataTable thead .sorting_asc {
  background-image: url('../images/sort_both.png') !important;
  background-color: #d2e0fb !important;
}

.dataTables_wrapper thead .sorting {
  background-image: url('../images/sort_both.png') !important;
  background-color: #d2e0fb !important;
}

.dataTables_wrapper thead .sorting_desc {
  background-image: url('../images/sort_both.png') !important;
  background-color: #d2e0fb !important;
}

.dataTables_wrapper tfoot tr th {
  padding: 15px 25px;
}

.dataTables_wrapper tfoot tr th .form-control {
  background-image: url('../images/search.png');
  background-repeat: no-repeat;
  background-size: 22px 22px !important;
  background-position: 98% 53% !important;
  box-shadow: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.more-btn {
  width: 182px;
  float: right;
}

.more-btn ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}

.more-btn ul li {
  display: inline-block;
  padding: 0px 2px;
  vertical-align: middle;
}

.dataTables_wrapper tbody tr td a {
  color: #4886ff;
  text-decoration: underline !important;
}

.dataTables_wrapper .btn.btn-warning {
  background: #d7f3c2;
  border: 1px solid #d7f3c2;
  color: #444;
  padding: 4px 10px;
  min-width: 163px;
  font-size: 16px;
  outline: none;
  text-align: left;
  box-shadow: none;
}

.dataTables_wrapper .btn.btn-warning img {
  display: inline-block;
  margin: 0px 11px 0px 5px;
}

.dataTables_wrapper .btn.btn-danger {
  background: #e0e1e6;
  border: 1px solid #e0e1e6;
  color: #333;
  padding: 4px 10px;
  min-width: 163px;
  font-size: 16px;
  outline: none;
  text-align: left;
  box-shadow: none;
}

.dataTables_wrapper .btn.btn-danger img {
  display: inline-block;
  margin: 0px 11px 0px 5px;
}

.dataTables_wrapper tfoot tr th a {
  float: right;
  color: #3b84ea;
  font-size: 34px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .switchslider {
  background-color: #79d836;
}

.switchslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.switch input:checked + .switchslider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switchslider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.dataTables_paginate a {
  padding: 0px 10px;
  color: #737373;
}

.dataTables_paginate a {
  padding: 0px 10px;
  color: #737373;
}

.dataTables_paginate a.current {
  color: #000;
}

.dataTables_info {
  display: inline-block;
  padding-top: 40px !important;
}

.dataTables_paginate {
  display: inline-block;
  float: right;
  padding-top: 40px !important;
}


/*modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(255, 255, 255, .8);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 690px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.modal-header .close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: 300;
  margin: 39px 20px 0px 0px;
  color: #000;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {

}

.modal-header {
  border-bottom: 1px solid #ccc;
}

.modal-header h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 45px 50px 10px;
  margin: 0px;
}

.modal-body {
  padding: 30px 50px 30px;
}

.modal-footer {
  padding: 25px 50px;
  border-top: 1px solid #ccc;
  text-align: right;
}

.modal-body h3 {
  font-size: 18px;
  color: #707070;
  margin: 0px;
  text-transform: capitalize;
  letter-spacing: normal;
}

.modal-body h5 {
  font-size: 18px;
  margin: 50px 0px 30px 0px;
}

.modal-body ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.modal-body ul li {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.btn.btn-Cerrar {
  color: #6f6f6f;
  font-size: 14px;
  background: none;
  border: 1px solid #6f6f6f;
  border-radius: 23px;
  padding: 6px 30px;
  line-height: 21px;
  outline: none;
}

.table-top-right.select-right .form-group {
  width: 80%;
  float: left;
  padding-right: 10px;
}

.table-top-right.select-right .form-group label {
  color: #4886ff;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 7px;
  display: inline-block;
}

.table-top-right.select-right .form-group .form-control {
  outline: none;
  box-shadow: none;
  border: 1px solid #999;
  border-radius: 2px;
}

.table-top-right.select-right .btn.btn-success {
  width: 20%;
  float: left;
  margin-top: 23px;
  border-radius: 4px;
  padding: 7px 25px;
}

.dataTables_wrapper tfoot tr th .btn.btn-success {
  float: right;
}

.dotg {
  height: 7px;
  width: 7px;
  min-height: 7px;
  min-width: 7px;
  background: #7ad835;
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
}

.dotr {
  height: 7px;
  width: 7px;
  min-height: 7px;
  min-width: 7px;
  background: #ff484c;
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
}

/*dragfile*/
.dragfile {
  border: 1px dashed #4587ff;
  background: #dbe7ff;
  position: relative;
  margin-top: 50px;
  border-radius: 4px;
}

.dragfile p {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #797979;
  font-weight: 500;
  font-size: 16px;
  padding: 23px 0px 50px 0px;
  margin: 0px;
}

.dragfile input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}

.book-icon {
  text-align: center;
  padding-top: 50px;
}

.book-icon i {
  color: #91b5ff;
  font-size: 79px;
}

.dragfile p span {
  color: #8db0ff;
}

/*dragfile*/
.btn.btn-modal {
  background: #79d836;
  border: 1px solid #79d836;
  border-radius: 20px;
  padding: 7px 23px;
  outline: none !important;
  box-shadow: none !important;
  text-transform: capitalize;
  color: #fff;
  margin-right: 10px;
}

.documentos-popop span {
  color: #ff0101 !important;
}

.size {
  display: block !important;
  padding: 0px 12px;
  color: #666 !important;
}

.select-right {
  text-align: right;
}

.table-top-right.select-right {
  text-align: left;
}

.btn.btn-success.roundbtn {
  border-radius: 20px;
  margin-top: 14px;
}

.btn-popup-group .btn.btn-success {
  margin-bottom: 10px;
}

/*checkmark*/
.searchlabel {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.searchmark {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 22px;
  width: 22px;
  border: 1px solid #cecece;
  border-radius: 100%;
}

.searchmark:after {
  content: "";
  position: absolute;
  display: none;
}

.searchlabel input:checked ~ .searchmark {
  border: 1px solid #0c0c0c;
}

.searchlabel input:checked ~ .searchmark:after {
  display: block;
}

.searchlabel .searchmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #0c0c0c;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.searchlabel-list img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.searchlabel-list strong {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}

.searchlabel-list i {
  font-style: normal;
  color: #666;
  font-weight: 400;
  width: 100px;
  display: inline-block;
  text-align: right;
}

label.searchlabel {
  overflow: hidden;
}


#Searchagentes input[type=search] {
  background: #fff url('../images/search.png') no-repeat 9px center;
  border: solid 1px #a4c0ff;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-size: 21px;
}

#Searchagentes input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #a4c0ff;
}

#Searchagentes input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

#Searchagentes input:-moz-placeholder {
  color: #999;
}

#Searchagentes input::-webkit-input-placeholder {
  color: #999;
}

/* Demo 2 */
#Searchagentes input[type=search] {
  width: 16px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
  outline: none;
}

#Searchagentes input[type=search]:hover {
  background-color: #fff;
}

#Searchagentes input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#Searchagentes input:-moz-placeholder {
  color: transparent;
}

#Searchagentes input::-webkit-input-placeholder {
  color: transparent;
}

.Searchagentes-box #Searchagentes {
  display: inline-block;
  float: right;
  margin: 22px;
}

.Searchagentes-box .modal-title {
  display: inline-block;
  padding-top: 9px;
}

.modal-header.Searchagentes-box h2 {
  display: inline-block;
  padding: 28px 50px 30px;
}

.modal-header.Searchagentes-box span#close1 {
  margin: 22px 20px 0px 0px;
}

.modal-body.searchagentes-body {
  height: 350px;
  overflow-y: scroll;
}

.select-right.top-heading {
  margin-top: 13px;
}

button.btn.btn-success.btn-success2 {
  background: none;
  color: #4886ff;
  margin-right: 13px;
}

th.checkicon button.btn.btn-success {
  display: none;
}

.checkicon {
  padding: 20px 10px !important;
}

th.bs-checkbox.checkicon.sorting_asc {
  padding: 20px 1px !important;
}


.tabcheck {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.tabmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #a3c2ff;
  border-radius: 4px;
}

.tabcheck input:checked ~ .tabmark {
  background-color: #4886ff;
  border: 2px solid #4886ff;
}

.tabmark:after {
  content: "";
  position: absolute;
  display: none;
}

.tabcheck input:checked ~ .tabmark:after {
  display: block;
}

.tabcheck .tabmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-rightli .dropdown button {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0px;
}

.card-promo-box {
  text-align: center;
}

.card-promo-box h4 {
  font-size: 34px;
  font-weight: 400;
  margin: 0px;
  color: #000;
}

.card-promo-box h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #666;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.progress {
  margin: 23px 0px 0px 0px;
  height: 5px;
}

.progress {
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar-info {
  background-color: #79d834 !important;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-warning {
  background-color: #ffb64d !important;
}

.progress-bar-danger {
  background-color: #4886ff !important;
}

.adminuser {
  position: relative;
  padding-left: 100px;
  margin: 19px;
}

.adminuser img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.adminuser-desc h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: #666;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adminuser-desc h3 {
  font-size: 30px;
  color: #f95476;
  margin: 0px;
  font-weight: 600;
  line-height: 25px;
}

.adminuser-desc .ventas-totales {
  color: #4886ff;
}

.adminuser-desc .total-usuarios {
  color: #ffb74e;
}

.question-cir i {
  width: 25px;
  height: 25px;
  background: #3a82ea;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.question-cir {
  text-align: right;
  padding: 44px 50px 2px 0px;
  position: relative;
}

.bigform .modal-content {
  width: 1050px;
}

.btn.btn-Cerrar.create-new {
  background: #3a82ea;
  border: 1px solid #3a82ea;
  color: #fff;
}

.form-heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0px 0px 34px 0px;
  border-bottom: 1px solid #000;
  display: inline-block;
}

.question-cir #close {
  position: absolute;
  margin: 0px;
  top: 5px;
  right: 17px;
}

.canclebtn-pdf {
  display: block !important;
  margin: 12px 0px 0px 0px !important;
}

.canclebtn-pdf i {
  background: #ff484c;
  padding: 6px 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}

/*dropdown-menu*/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0px 0px 36px;
  font-size: 14px;
  text-align: left;
  list-style: none;
}

.current > .dropdown-menu {
  display: block;
  position: static;
  float: none
}

.dropdown-menu li a {
  box-shadow: none !important;
  background: none !important;
  color: #666666 !important;
}

.main-ul li.current .dropdown-menu a::after {
  content: "";
  border: none;
  background: #e5e5e5;
}

.dropdown-menu li.active a {
  color: #4886ff !important;
}

/*calendar*/
.calendar-box {
  box-shadow: 0 0 1px 0 rgba(43, 43, 43, .1), 0 8px 6px -7px rgba(43, 43, 43, .1);
  background: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
}

.month {
  padding: 18px 25px;
  width: 100%;
  text-align: center;
  background-color: #d3e0fc;
}

.month ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.month ul li {
  font-size: 20px;
}

.month .prev {
  float: left;
}

.month .next {
  float: right;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  float: left;
  text-align: center;
  font-weight: bold;
}

.days {
  padding: 10px 0;
  overflow: hidden;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 23px;
  font-size: 13px;
  float: left;
  font-weight: bold;
}

/* Add media queries for smaller screens */
@media screen and (max-width: 720px) {
  .weekdays li, .days li {
    width: 13.1%;
  }
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {
    width: 12.5%;
  }

  .days li .active {
    padding: 2px;
  }
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {
    width: 12.2%;
  }
}

.avisos-box h3 {
  margin: 0px;
}

.avisos-box span {
  display: inline-block;
  float: right;
}

.avisos-box span i {
  color: #cccccc;
}

.avisos-box ul {
  margin: 11px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

.avisos-box ul li {
  font-size: 14px;
  color: #222;
  line-height: 24px;
}

.avisos-box ul li span {
  float: none;
  height: 7px;
  width: 7px;
  margin-right: 10px;
  border-radius: 100%;
}

.avisos1 {
  background: #46d3f7;
  height: 7px;
  width: 7px;
  min-height: 7px;
  min-width: 7px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
}

.avisos2 {
  background: #f95476;
  height: 7px;
  width: 7px;
  min-height: 7px;
  min-width: 7px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
}

.avisos3 {
  background: #ffb74e;
  height: 7px;
  width: 7px;
  min-height: 7px;
  min-width: 7px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
}

.color1 {
  color: #4886ff;
}

.color2 {
  color: #fe0000;
}

.color3 {
  color: #ff9700;
}

.details-regis a {
  display: block;
  text-align: center;
  color: #4886ff;
  font-size: 14px;
  margin-top: 15px;
}

.factura-right h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0px;
}

.factura-logo {
  overflow: hidden;
  padding-top: 20px;
}

.factura-right h5 span {
  color: #666;
  font-weight: 600;
  margin-right: 5px;
}

.factura-right h5 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin: 15px 0px 0px 0px;
}

.pcoded-space.factura-sec {
  width: 75%;
  margin: 0px auto;
}

.factura-add h3 {
  margin: 18px 0px 12px 0px;
}

.factura-add h6 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0px 0px 6px 0px;
}

.factura-add p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 21px;
}

.factura-add {
  margin: 145px 0px 60px 0px;
}

.pcoded-space.factura-sec .total-add {
  padding: 0px 74px;
}

.sub-total {
  background: #d3e0fc;
}

.sub-total ul li {
  padding: 20px 20px;
  font-size: 18px;
  font-weight: 500;
}

.sub-total ul {
  margin: 0px;
  padding: 0px 72px 0px 543px;
  list-style: none;
}

.sub-add ul {
  margin: 0px;
  padding: 0px 65px 0px 561px;
  list-style: none;
}

.sub-add ul li {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 32px;
}

.sub-add ul li span {
  float: right;
}

.sub-total ul li span {
  float: right;
}

.fixed-table-loading {
  display: none;
}

.table.checktable tbody tr td strong {
  font-weight: 600;
}

.checktable {
  margin-top: 44px;
}

.color-tr {
  background: #d3e0fc;
}

.clients-ficha h2 {
  font-size: 18px;
  color: #4886ff;
  font-weight: 400;
  margin: 0px;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 10px 25px 10px;
}

.clients-ficha ul {
  padding: 20px 0px 40px 0px;
  margin: 0px;
  list-style: none;
}

.clients-ficha ul li {
  font-size: 14px;
  font-weight: 400;
}

.clients-ficha ul li a {
  color: #666666;
  display: block;
  padding: 7px 0px;
}

.clients-ficha ul i {
  font-size: 17px;
  margin-right: 10px;
  width: 18px;
  color: #a3c2ff;
}

.clear-sec a {
  color: #666666;
  display: block;
  padding: 7px 0px;
}

.clear-sec a i {
  font-size: 17px;
  margin-right: 10px;
  width: 18px;
  color: #7f7f7f;
}

.clients-ficha ul li.active a {
  color: #000;
}

.clear-sec {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}

.clients-ficha-right {
  padding: 30px;
}

.clients-ficha-right label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.clients-ficha-right .form-control {
  border: 1px solid #999;
  border-radius: 2px;
  outline: none !important;
  box-shadow: none;
}

.rightbtn {
  text-align: right;
}

.rightbtn .btn.btn-success {
  border-radius: 4px;
}

.clients-ficha-right .switch input:checked + .switchslider {
  background-color: #4886ff;
}

.fichaform .input-group {
  border: 1px solid #4886ff;
  border-radius: 20px;
  color: #4886ff;
}

.fichaform .btn.btn-default {
  background: none;
  border: none;
  color: #4886ff;
  height: 35px;
  vertical-align: middle;
  padding: 3px 5px 3px 20px;
  line-height: 13px;
}

.fichaform .form-control {
  background: none;
  border: none;
  color: #4886ff;
  height: 35px;
}

.fichaform {
  float: right;
}

