@import url("botones.css");
@import url("formas.css");
@import url("sidebar.css");
@import url("tablas.css");
@import url("selects.css");
@import url("evaluaciones.css");

html {
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #222222;
    background-color: #ffffff;
}
.min-vh-50 {
  min-height: 50vh !important;
}

.login-block{float:left}

/* Card del login */
.login-block form{
  padding:24px;
  min-height:420px;
  border-radius:14px;
  background:#fff;
  box-shadow:
    0 10px 25px rgba(0,0,0,.15),
    0 2px 6px rgba(0,0,0,.08);
  transition:all .25s ease;
}

/* Hover sutil */
.login-block form:hover{
  transform:translateY(-2px);
  box-shadow:
    0 16px 40px rgba(0,0,0,.18),
    0 4px 10px rgba(0,0,0,.1);
}

/* Usuario */
#formausuario{
  background:
    linear-gradient(135deg,#f1f3f5 55%,#ffffff 55%);
}

/* Proveedor */
#formaproveedor{
  background:
    linear-gradient(135deg,#ffffff 55%,#f0f2f4 55%);
}

/* Activo */
.active-form{
  border:2px solid #0d6efd;
  box-shadow:
    0 0 0 3px rgba(13,110,253,.15),
    0 12px 30px rgba(0,0,0,.15);
}

/* Titulos internos */
.login-block h5{
  font-weight:600;
  letter-spacing:.2px;
}

/* Separador */
.login-block hr{
  opacity:.15;
}

#carrusel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}

#carrusel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#carrusel .list-group-item {
	border-radius:0px;
	cursor:pointer;


}
#carrusel .list-group .active {
	background-color:#eee;

}

 .badge-warning {
background-color: #d58512;
}

 .badge-danger {
background-color: #f90000;
}

.badge-success {
background-color: #398439;
}

.badge-info {
background-color: #269abc;
}

.badge-inverse {
background-color: #333333;
}

.icon-wrapper{
    position:relative;

}
/*
.badge{
    width: auto;
    height: auto;
    margin: 0;
    position:absolute;
    top:-5px;
    right:20px;
    padding:5px;
}*/

.close-button {
  overflow: hidden;
   opacity: .8;
   background-color: #000000;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.bmd-modalContent .close {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 7px 10px 7px 13px;
  text-shadow: none;
  opacity: .7;
  color:#fff;
}



.bmd-modalContent .close:hover,
.bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalContent iframe {
  display: block;
  margin: 0 auto;
}

.bordecps-abajo{
	border-bottom: 2px solid #222 !important;
}

.bordecps-derecha{
	border-right: 2px solid #222 !important;
}

.mega-dropdown {
  position: static !important;
  width:150px;
}

.mega-dropdown-menu {
    padding: 0px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgba(255,255,255,0.95) !important;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 20px 0px 20px 0px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu-item {
  display: block;
  color: #222;
  padding: 3px 50px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}

.navbar-brand-50{
	height: 45px;
	padding:0px;
}


.mega-dropdown-menu-header {
  font-size: 1.4em;
  padding: 5px 60px 5px 5px;
  line-height: 20px;
  font-weight: bold;
}

.blockquote-box , .ancho200{
	min-width: 200px;
}



.errTit{
	color: #DA3027;
	font-size: 2em;
	background-color: #CCFF00;
	margin: 10px 10px 0px 10px;
	padding: 10px;
}

.errLta{
	font-weight:bold;
	color: #DA3027;
	background-color: white;
	margin: 0px 10px 0px 10px;
}

.errIt{
	list-style: none;
	font-size: 1.2em;
	margin:0px;
	padding:10px;
	text-align: justify;
}



.errTza{
	font-size: .8em;
	color: #DDDDDD;
	background-color: white;
	margin: 0px 10px 0px 10px;
	white-space: pre-wrap; 
}

.divmenufp{
	width:100%;
	text-align:center;
	position:absolute;
	top:50;
	z-index:999;
}

.divmenufpfixed{
	position:fixed;

}

ul.lista{
	margin-left:1.5em;
}

.lista-horizontal {
	margin:0px;
	padding:2px;
}

.lista-horizontal li {
	display:inline-block;
	font-size:0.8em;
}
.lista-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
	color:#999;
	color:rgba(0,0,0,0.5);
	font-size:0.8em;
}
.lista-horizontal li:first-child:before {
	content: '';
}

.lista-horizontal li:last-child  {
	font-weight: bolder;
	font-size: 0.7em;
}

.multiselect-container, .multiselect-native-select {
        width: 100% !important;
       
}


.multiselect-container > li > a > label.checkbox {
  display: inline-flex;           /* permanece en línea, evita expandirse todo */
  align-items: center;             /* alinea verticalmente checkbox y texto */
  gap: 0.35rem;                    /* espacio entre checkbox y texto */
  width: auto !important;          /* evita que se expanda al 100% */
  white-space: nowrap;             /* evita salto de línea en el texto */
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem 0.5rem;         /* ajusta espacio interno */
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
}

/* Asegura que el checkbox no crezca */
.multiselect-container > li > a > label.checkbox input[type="checkbox"] {
  flex: 0 0 auto;                  /* tamaño natural */
  margin: 0;
  position: relative;
  top: 0;
}

.botones-laterales-fixed {
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 999;
    transition: left .35s cubic-bezier(.17,.84,.44,1);
    opacity: 1;               /* 👈 SIEMPRE visible */
    pointer-events: auto;
}

.botones-laterales-fixed-icon {
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
    vertical-align: middle;   /* centra verticalmente con el texto rotado */
    font-size: 1.1em;         /* igual o ligeramente mayor que el texto */
    line-height: 1;           /* evita espacio extra */
    margin-left: 4px;         /* separa ligeramente del texto */
}


 


.table-responsive{
	min-height: 375px;
}

.table.table-compact > :not(caption) > * > * {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    line-height: 1.1 !important;
}

/* Ajusta tamaño de fuente */
.table.table-compact {
    font-size: 0.78rem !important;
     table-layout: fixed !important;
    width: 100%;
}

/* Ajusta altura mínima */
.table.table-compact tr {
    height: 18px !important;
}

.table-compact td,
.table-compact th {
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.monto-pulso {
    animation: pulso 2.5s ease-in-out infinite;
}

@keyframes pulso {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.badge-new-horizontal {
    animation: suavePulse 2.2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes suavePulse {
    0%   { transform: scale(1); opacity: 0.95; }
    50%  { transform: scale(1.12); opacity: 1; }
    100% { transform: scale(1); opacity: 0.95; }
}

.scroll-ln{
  min-height:200px;height:80vh;overflow-y:scroll;
}

.scroll-ln::-webkit-scrollbar {
    width: 10px;

} 

.table>thead>tr>td.primary, .table>tbody>tr>td.primary, .table>tfoot>tr>td.primary, .table>thead>tr>th.primary, .table>tbody>tr>th.primary, .table>tfoot>tr>th.primary, .table>thead>tr.primary>td, .table>tbody>tr.primary>td, .table>tfoot>tr.primary>td, .table>thead>tr.primary>th, .table>tbody>tr.primary>th, .table>tfoot>tr.primary>th {
  background-color:#008cba;
  color: white;
}

.table>thead>tr>td.naranja, .table>tbody>tr>td.naranja, .table>tfoot>tr>td.naranja, .table>thead>tr>th.naranja, .table>tbody>tr>th.naranja, .table>tfoot>tr>th.naranja, .table>thead>tr.naranja>td, .table>tbody>tr.naranja>td, .table>tfoot>tr.naranja>td, .table>thead>tr.naranja>th, .table>tbody>tr.naranja>th, .table>tfoot>tr.naranja>th {
  background-color:#ff8c00;
  color: white;
}

.input-group-addon.etiqueta{
	min-width: 40px;
	padding: 10px 12px;
}

.navbar-fixed-bottom {
	margin-top: 30px;
	position: fixed !important	;	
}

select.form-control{
	padding: 0px 5px 0px 5px;
	
}
.form-control:focus { box-shadow:none; }

input[type="file"]::file-selector-button {
  float: right;
  margin-right: 0px;
}

.form-floating > .bi-calendar-date + .datepicker_input + label {
  padding-left: 3.5rem;
  z-index: 3;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: hidden;
  transition: all 0.3s ease;
  z-index: 900;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}


@media (max-width: 767px) {
    .page-wrapper.toggled .page-content {
        padding-left: 0 !important;
    }
}


.logo-bg {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  padding: 50px 0px;
}

.logo-bg.sadasi {
  padding: 0.4rem 0.6rem;
  height:200px;
}


/* Ícono normal */
.icono-rotar {
  transition: transform 0.3s ease;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}



/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}  
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0 none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #2c2f35;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.fs-8{
	font-size: 0.8rem !important;
}
.fade {
  transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #dddddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #6f6f6f;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dddddd;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
.square{
	min-width: 80px;
}

.skeleton {
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
    border-radius: 4px;
}

.skeleton::after {
    content: "";
    position: absolute;
    top:0;
    left:-150px;
    height:100%;
    width:150px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
    animation: shimmer 1.2s infinite;
}

/*//QUITAR DESDE AQUI*/


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #e95420;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ac3911;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #aea79f;
  background-color: #f5f5f5;
  border-color: #dddddd;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aea79f;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}






.panel {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 21px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #008cba;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #008cba;
    border-color: #008cba;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #008cba;
}
.panel-primary > .panel-heading .badge {
    color: #008cba;
    background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #008cba;
}
.panel-success {
    border-color: #3c9a5f;
}
.panel-success > .panel-heading {
    color: #ffffff;
    background-color: #43ac6a;
    border-color: #3c9a5f;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3c9a5f;
}
.panel-success > .panel-heading .badge {
    color: #43ac6a;
    background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3c9a5f;
}
.panel-info {
    border-color: #3db5d8;
}
.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #3db5d8;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3db5d8;
}
.panel-info > .panel-heading .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #3db5d8;
}
.panel-warning {
    border-color: #d08002;
}
.panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #e99002;
    border-color: #d08002;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d08002;
}
.panel-warning > .panel-heading .badge {
    color: #e99002;
    background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d08002;
}
.panel-danger {
    border-color: #ea2f10;
}
.panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #f04124;
    border-color: #ea2f10;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ea2f10;
}
.panel-danger > .panel-heading .badge {
    color: #f04124;
    background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ea2f10;
}


.form-group{
	margin-bottom: 15px;
}
