
body{
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
}

.modal-right .modal-content{
    border-radius: 0px!important;
}

/*
.sw-theme-dots .nav-item{
    z-index:2!important;
}*/
.navbar{
    z-index:1000;
}

.navbar-home{
    background-image: url(images/Background.png);
    background-size: 100% auto;
}

.swal2-popup{
    border-radius:16px!important;
}

.splash{
    z-index:99999;
    background-image: url(images/Background.png);
    position: fixed;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    animation-delay: .7s;

    line-height:50%;
	margin:0px auto;
	text-align:center;
}
.splash img{
    vertical-align:middle;
    width: 30%;
}
.counter{
    position: absolute;
    top: 0px;
    left: auto;
    z-index: 2;
    padding: 1px 7px;
    margin-left: 41px;
    font-size: 11px;
    color: #fff;
    background-color: #fe1212;
    border-radius: 10em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);

}
.avatar{
    background-color: #149BD7;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    height: 42px;
    width: 42px;
}
.avatar-small{
    width:64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
}
.avatar-medium{
    width:128px;
    height: 128px;
}
.hora-inactiva{
    color:#eeeeee;
    cursor:none;
}
footer{
    position: absolute;
  bottom: 0;
  width:100%;

}
.sw-theme-dots > ul.step-anchor > li.active > a{
    color:#149BD7!important;
}
.sw-theme-dots > ul.step-anchor > li.done > a{
    color:#4285f4!important;
}
.sw-theme-dots > ul.step-anchor > li.done > a::after{
    background:#4285f4!important;
}
/*
.step-anchor{
    display: none;
}*/
.horario-dias .hora{

}

.btn{
    border-radius: 8px;
}
.text-primary{
    color: #149BD7 !important;
}
.swal2-styled.swal2-confirm,.swal2-icon.swal2-success [class^="swal2-success-line"],.swal2-icon.swal2-success [class^="swal2-success-line"]{
    background-color: #149BD7!important;
}
.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #149BD7 !important;
}
.btn-primary {
    color: #fff;
    background-color: #149BD7 !important;
}
.icono-bg{
    position: fixed;
    bottom: -59px;
    left: -58px;
    width: 40%;
    z-index: -9;
    opacity: .2;
}
.btn-floating{
    width: 61.1px;
    height: 61.1px;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: visible;
}
.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}
.btn-floating i {
    font-size: 1.625rem;
    line-height: 61.1px;
}
#containerLogin{
    position: absolute;
    background-color: #77a6f1;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    overflow: hidden;
}
@media (max-width: 400px) {
    .btn-sm-block{
        display: block;
        width: 100%!important;
        margin: inherit;
    }
    .sw-theme-circles > ul.step-anchor > li{
        margin-left:10px!important;
    }
}
.link{
    cursor:pointer;
    text-decoration: underline!important;
}
.pointer{
    transition: all .5s;
    cursor: pointer;
}
.pointer:hover{
    color:#149BD7;
}
.pointer img{
    opacity: .5;
}
.visible{
    opacity: 1!important;
}
.pointer:hover img{
    opacity: 1;
}
.cropper-container{
    max-width: 100%
}
.full-iframe{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
.circle {
    border-radius: 50%;
    background-color: #4285f4;
    width: 80vw;
    height: 80vw;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-40vw;
    margin-top:-40vw;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
    from {
      transform: scale(.5, .5);
      opacity: .5;
    }
    to {
      transform: scale(2.5, 2.5);
      opacity: 0;
    }
  }

.wizard{
    padding:20px;
    border-radius: 2px;
}

.wizard .fas{
    font-size: 20px;
    padding: 20px;
    border-radius:50%;


}
.wizard .current .fas{
    border:1px solid #4285f4;
}
.wizard .complete .fas{
    background:#4285f4;
    color:#fff;
}



@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.table-mis-citas table, .table-mis-citas thead, .table-mis-citas tbody, .table-mis-citas th, .table-mis-citas td, .table-mis-citas tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.table-mis-citas thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table-mis-citas tr { border: 1px solid #ccc;margin-bottom:8px }

	.table-mis-citas td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.table-mis-citas td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
    }
    .table-mis-citas td .btn-sm-block{
        display: block;
        margin-bottom: 4px;
    }

	/*
	Label the data
	*/
	.table-mis-citas td:nth-of-type(1):before { content: "Estado"; }
	.table-mis-citas td:nth-of-type(2):before { content: "Fecha"; }
	.table-mis-citas td:nth-of-type(3):before { content: "Hora"; }
	.table-mis-citas td:nth-of-type(4):before { content: "Especialista"; }
	.table-mis-citas td:nth-of-type(5):before { content: "Valor"; }
	.table-mis-citas td:nth-of-type(6):before { content: "Acciones"; }
}

.doc{
    padding: 4px;
    font-size: 4px;
    border-radius: 4px;
    width:100%;
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}
.doc:hover{
    cursor:pointer;
}
.doc .bordes td,.doc .bordes th{
    border:.2px solid rgb(59, 58, 58);
    font-size: 2px
}
.doc .firma{width:30%}
.doc table{
    border-collapse: collapse;
    width:100%;
}
.doc *{font-size: 4px}

.doc .table th,.doc .table td{font-size: 2px}
.doc .bg{width:100%;}

.modalForm input, .modalForm textarea, .modalForm select{
	margin-bottom: 10px;
}


.bg{
    background-color: rgb(226, 219, 219)!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23f2f0f4' fill-opacity='.8' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

/*--------------------------------------PLACEHOLDER---------------------------*/
.placeholder {
    margin: 0 auto;
    max-width: 100%;
    min-height:30px;
    background-color: #eee;
}
   
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
   
.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 30px;
    position: relative;
}