body {
  overflow-x: hidden;
}

.text-small-link {
  color: #cccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.text-small-link:hover {
  color: #fff;
}

.text-shadow {
  text-shadow: 0px 1px 3px black;
}

footer {
  background-color: white;
  position: fixed;
  bottom: 0;
  width: -webkit-fill-available;
}

p {
  margin-bottom:0;
}

@media (max-width: 768px) {
  .col-md-6 span.float-right{
      float: left !important;
  }
}

.sidebar {
  width: 14rem;
  padding: 15px;
}

.sidebar-nav > li{
  border: 1px solid silver;
}

.sidebar-nav > li > a[aria-expanded=true]{
  border-bottom: 1px solid silver;
}

.sidebar-nav .nav-content a{
  padding-left: 20px;
}

.sidebar-nav .nav-link{
  border-radius: 0;
}

@media (max-width: 1199px) {
  .sidebar {
      left: -14rem;
  }
}

@media (min-width: 1200px) {
  .logo {
      width: 14rem;
  }
}

@media (min-width: 1200px) {
  #main, #footer {
      margin-left: 14rem;
  }
}

.mgt--4px {
  margin-top: -4px;
}

.accordion-item {
  border: 1px solid rgba(0,0,0,.15);
}

.accordion-header {
  border-bottom: 1px solid rgba(0,0,0,.15);
  background-color: #f6f9ff;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.accordion-header-title {
  font-size: 1rem;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.accordion-header, .accordion-body {
  --bs-gutter-x: 1.5rem; 
  padding: calc(var(--bs-gutter-x) * .5);
}

.spanindikator {
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.dashboard .filter {
  right: 20px;
}

.filter.filter-li-header {
  top: calc(50% - 10px);
}

.dropdown-toggle::after {
  vertical-align: 0.155em;
  content: "";
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-bottom: 0;
  border-left: 0.2em solid transparent;
}

.dropdown-menu .dropdown-header {
  padding: 0 0 5px 0;
}

.bg {
  background-image: url('bg.jpg');
  background-size: 100% 100%;
}

.bg:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.6);*/
  background: blue;
  background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
  background: -o-linear-gradient(bottom, #005bea, #00c6fb);
  background: -moz-linear-gradient(bottom, #005bea, #00c6fb);
  background: linear-gradient(bottom, #005bea, #00c6fb);
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.pan-opacity {
  background-color: rgba(255,255,255,0);
}

.form-label {
  margin-bottom: 0.1rem;
  font-size: 0.8rem;
}

input:focus, input:hover, textarea:focus, textarea:hover,  
select:focus, select:hover {
  box-shadow: 0 0 10px 0 rgb(1 41 112 / 25%) !important;
}

.btn-success:focus, .btn-success:hover,
.btn-primary:focus, .btn-primary:hover,
.btn-danger:focus, .btn-danger:hover,
.btn-secondary:focus, .btn-secondary:hover,
.btn-outline-secondary:focus, .btn-outline-secondary:hover {
  box-shadow: 0 0 0 0.2rem rgb(1 41 112 / 15%) !important;
}

.logo span {
  margin-left: 15px;
}

.img-logo {
	width: 110px;
	height: 110px;
	border-radius: 10px;
	padding: 5px;
  max-height: 110px !important;
  margin-right: 0px !important;
	/*border: 3px solid #fff;
  background-color: rgba(255,255,255,.5);*/
  filter: drop-shadow(0px 0px 10px #fff);
}

.bootstrap-table {
    padding-top: 10px;
}

.header-nav .nav-profile img {
    border: 2px solid silver;
}

.content-header {
    margin-bottom: 10px;
}

.content-header h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

.content-child {
    padding-top: 20px;
}

.breadcumbx {
    padding-bottom: 10px;
}

.table>:not(:first-child) {
    /* border-top: 2px solid currentColor; */
    border-top-width: 0px;
}

.curpo {
    cursor: pointer;
}

.tab-pane.active {
    border-left: 1px solid rgb(222, 226, 230);
    border-bottom: 1px solid rgb(222, 226, 230);
    border-right: 1px solid rgb(222, 226, 230);
    padding: 10px;
}

.pagination-detail {
    display: none;
}


.imgthumbnail {
    position: relative; 
    height: 190px; 
    max-width: 150px; 
    border: 1px dotted silver; 
    overflow:hidden;
}

#imagePreview, .imgthumbnail span {
    height: 180px; 
    max-width: 140px;
    position:absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imgthumbnail span {
    text-align: center;
    vertical-align: middle;
    line-height: 180px;
    font-size: 30px;
    color: silver;
}

.input-group-addon {
    display: table-cell;
    margin: auto;
}

/* bootstrap table */
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 0.5rem;
}

table td {
    font-size: 0.8rem !important;
}

table th {
    background-color: #f8f9fc !important;
}

table th, .btn, input, textarea, select, label {
    font-size: 0.9rem !important;
}

.float-left{
    float: left !important;
}

.float-right{
    float: right !important;
}

.form-group {
    padding-bottom: 10px;
}

.form-group small{
    font-size: 10px;
}

.text-right {
    text-align: right;
}

.text-blue{
    color: var(--bs-blue);
}

.text-danger{
    color: var(--bs-danger);
}

.text-red{
    color: var(--bs-red);
}

.pdt-20px {
    padding-top: 20px;
}

.pdl-20px {
    padding-left: 20px;
}

.pdr-20px {
    padding-right: 20px;
}

.pdb-20px {
    padding-bottom: 20px;
}

.mgt-5px {
    margin-top: 5px;
}

.mgl-5px {
    margin-left: 5px;
}

.mgr-5px {
    margin-right: 5px;
}

.mgb-5px {
    margin-bottom: 5px;
}

.mgt-10px {
    margin-top: 10px;
}

.mgl-10px {
    margin-left: 10px;
}

.mgr-10px {
    margin-right: 10px;
}

.mgb-10px {
    margin-bottom: 10px;
}

.cl-white {
  color: white !important;
}



/*
 * Component: Box
 * --------------
 */
 .box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #d2d6de;
    border-top-width: 2px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }
  .box .box-header {    
    background-color: #f8f9fc;
  }
  .box.box-primary {
    border-top-color: #3c8dbc;
  }
  .box.box-info {
    border-top-color: #00c0ef;
  }
  .box.box-danger {
    border-top-color: #dd4b39;
  }
  .box.box-warning {
    border-top-color: #f39c12;
  }
  .box.box-success {
    border-top-color: #00a65a;
  }
  .box.box-default {
    border-top-color: #d2d6de;
  }
  .box.collapsed-box .box-body,
  .box.collapsed-box .box-footer {
    display: none;
  }
  .box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
  }
  .box .nav-stacked > li:last-of-type {
    border-bottom: none;
  }
  .box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
  }
  .box .border-right {
    border-right: 1px solid #f4f4f4;
  }
  .box .border-left {
    border-left: 1px solid #f4f4f4;
  }
  .box.box-solid {
    border-top: 0;
  }
  .box.box-solid > .box-header .btn.btn-default {
    background: transparent;
  }
  .box.box-solid > .box-header .btn:hover,
  .box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .box.box-solid.box-default {
    border: 1px solid #d2d6de;
  }
  .box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #f8f9fc;
  }
  .box.box-solid.box-default > .box-header a,
  .box.box-solid.box-default > .box-header .btn {
    color: #444444;
  }
  .box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
  }
  .box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
  }
  .box.box-solid.box-primary > .box-header a,
  .box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-info {
    border: 1px solid #00c0ef;
  }
  .box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
  }
  .box.box-solid.box-info > .box-header a,
  .box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-danger {
    border: 1px solid #dd4b39;
  }
  .box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
  }
  .box.box-solid.box-danger > .box-header a,
  .box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-warning {
    border: 1px solid #f39c12;
  }
  .box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
  }
  .box.box-solid.box-warning > .box-header a,
  .box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid.box-success {
    border: 1px solid #00a65a;
  }
  .box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
  }
  .box.box-solid.box-success > .box-header a,
  .box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
  }
  .box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
  }
  .box.box-solid[class*='bg'] > .box-header {
    color: #fff;
  }
  .box .box-group > .box {
    margin-bottom: 5px;
  }
  .box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
  }
  .box > .overlay,
  .overlay-wrapper > .overlay,
  .box > .loading-img,
  .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .box .overlay,
  .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
  }
  .box .overlay > .fa,
  .overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
  }
  .box .overlay.dark,
  .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
  }
  .box-header:before,
  .box-body:before,
  .box-footer:before,
  .box-header:after,
  .box-body:after,
  .box-footer:after {
    content: " ";
    display: table;
  }
  .box-header:after,
  .box-body:after,
  .box-footer:after {
    clear: both;
  }
  .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
  }
  .box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
  }
  .collapsed-box .box-header.with-border {
    border-bottom: none;
  }
  .box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion,
  .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
  }
  .box-header > .fa,
  .box-header > .glyphicon,
  .box-header > .ion {
    margin-right: 5px;
  }
  .box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
  }
  .box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .box-header > .box-tools .dropdown-menu > li > a {
    color: #444!important;
  }
  .btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
  }
  .open .btn-box-tool,
  .btn-box-tool:hover {
    color: #606c84;
  }
  .btn-box-tool.btn:active {
    box-shadow: none;
  }
  .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
  }
  .no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .box-body > .table {
    margin-bottom: 0;
  }
  .box-body .fc {
    margin-top: 5px;
  }
  .box-body .full-width-chart {
    margin: -19px;
  }
  .box-body.no-padding .full-width-chart {
    margin: -9px;
  }
  .box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
  .box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
  }
  .chart-legend {
    margin: 10px 0;
  }
  @media (max-width: 991px) {
    .chart-legend > li {
      float: left;
      margin-right: 10px;
    }
  }
  .box-comments {
    background: #f7f7f7;
  }
  .box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  .box-comments .box-comment:before,
  .box-comments .box-comment:after {
    content: " ";
    display: table;
  }
  .box-comments .box-comment:after {
    clear: both;
  }
  .box-comments .box-comment:last-of-type {
    border-bottom: 0;
  }
  .box-comments .box-comment:first-of-type {
    padding-top: 0;
  }
  .box-comments .box-comment img {
    float: left;
  }
  .box-comments .comment-text {
    margin-left: 40px;
    color: #555;
  }
  .box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
  }
  .box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
  }

  /* end box */