body{
    color: #4a4a4a;
    font-family: quicksand,sans-serif;
}
.radio-label{
	margin-top: 0px !important;
}

.radio-label > label {
	margin-right: 15%;
}

.appointment-slot {
    width: 100%;
    text-align: left;
}

.appointment-slot > div {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 5px 5px;
}

.appointment-slot > div input {
    display: inline-block;
    position: absolute;
    width: 1%;
    visibility: hidden;
}

.appointment-slot > div label {
    width: 80px;
    color: #333;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #EEE;
    border-radius: 2px;
    cursor: pointer;
}

.appointment-slot > div label:hover {
    color: #FFF;
    background: #32C1CE;
    border: 1px solid #32C1CE;
}

.appointment-slot > div input:checked + label {
    color: #FFF;
    background: #32C1CE;
    border: 1px solid #32C1CE;
}

.appointment-slot > div input:disabled + label {
    color: #FFF;
    background: #cc5151;
    border: 1px solid #cc5151;
    cursor: not-allowed;
}

.dark > .nav-tabs > li > a{
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    background: #fff;
    height: 8px
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

 /* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(85, 85, 85);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(85, 85, 85);
}

.bg-blue{
    background-color: #5cbcf5 !important;
    /*background-image: linear-gradient(to right, #2fa5eb, #2bd8b0);*/
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #4798e8;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #2585e4;
}
.btn-success {
  background-color: #22c6ab;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #15927d;
}
.btn-info {
  background-color: #00c0ef;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #ff6859;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #eb4c4c;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.form-control{
  border-radius: 5px;
}

.box{
  -webkit-box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
  -moz-box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
  box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
  border-radius: 10px;
}

.float-bottom {
    position: fixed;
    bottom: 50px;
    right: 50px;
    box-shadow: 2px 2px 10px #5f5f5f;
}

.btn-circle {
    width: 50px;
    height: 50px;
    padding: 15px 0px;
    border-radius: 30px;
    text-align: center;
    line-height: 1.42857;
}

.panel-default>.panel-heading{
  background-color: #fff;
}

.nav>li>a{
  padding: 15px 15px;
}

hr{
  margin-top: 15px;
  margin-bottom: 15px;
}

.documentacion:hover{
  box-shadow: 1px 1px 8px -5px rgba(0,0,0,0.75);
}

.centrado>tbody>tr>td{
  text-align: center;
  vertical-align: middle;
}

/* relevant styles */
.img__wrap {
  position: relative;
  width: 200px;
  height: 156px;
  display: inline-block;

}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(86, 86, 86, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn__eliminar {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  margin: 5px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description, .img__wrap:hover .img__title {
  visibility: visible;
  opacity: 1;

}

.img__wrap:hover .btn__eliminar {
  visibility: visible;
  opacity: 1;
}
.img__img{
  border-radius: 5px;
}

.close{
  color: #fff;
  opacity: 0.8 !important;
}

.skin-blue .sidebar-menu > li.header{
  color: #fff;
  background: rgb(68 68 68 / 63%);
  text-align: center;
  font-size: 15px;
}

.widget-user .widget-user-image>img{
  width: 90px;
  height: 90px;
}

.users-list>li img{
  /*height: 100px;*/
}

.datos-producto>p {
    font-size: 1.5rem;
}

.price-product{
  font-size: 30px;
  font-weight: 600;
}


.table-productos >tbody>tr>td{
  vertical-align: middle;
}

.disabled{
  cursor: not-allowed;
  background-color: #eee;
}

.login-logo, .register-logo{
  padding:10px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.select2-container .select2-selection--single{
  height: 34px;
}

.mapadiv{
	width: 80%;
	margin: auto;
}

.mapadiv path{
	fill: #9e9e9e;
	stroke: #FFF;
	opacity: .6;
    transition: opacity 100ms ease-in-out;
	stroke-width:2px;
}

.mapadiv :hover{
	opacity: 1;
}

.skin-black .main-sidebar{
  background-color: #263544;
}

.sidebar-menu>li>a>.fa{
  color: #7f6b4e;
}

.skin-black .sidebar a{
  color: #c1c1c1;
}

.skin-black .main-header > .logo{
  background: none;
}

.skin-black .main-header > .logo{
  border-bottom: 1px solid #7f6b4e;
}

.logo-lg{
    position: absolute;
    align-items: center;
    left: 64px;
    background-color: #263544;
    top: 20px;
}

.skin-black .main-header > .logo:hover{
  background-color: #fcfcfc00;
}

.skin-black .sidebar-menu > li > .treeview-menu{
  background-color: rgba(29,37,49,.5);
}

.box-header, .modal-header{
  border-radius: 10px 10px 0px 0px;
}

.box-footer{
  border-radius: 0px 0px 10px 10px;
}

.skin-black .main-header li.user-header{
  background-color: #263544;
}

.panel-title{
  display: inline-block;
  padding: 5px 10px;
}

.nav-tabs-custom{
  border-radius: 10px;
  webkit-box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
    -moz-box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
    box-shadow: 0 0 5px 0 rgb(43 43 43 / 10%), 0 11px 6px -7px rgb(43 43 43 / 10%);
}

.nav-tabs-custom>.nav-tabs{
  border-top-right-radius: 10px;
  border-top-left-radius : 10px;
}

.nav-tabs-custom>.tab-content{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

td{
  vertical-align: middle !important;
}

.espacio-abajo{
  margin-bottom: 5px;
}

.todo-list>li .text{
  font-weight: 300;
}

.bg-black{
  background-color: #495560 !important;
}
