body {
	margin:  0;
}

.page-content {
	/* height: 100vh; */
	width: 100%;
	margin:  0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.foundScheduledTickets {
	margin: 35px 35px;
}
.wizard-v3-content   {
	background: #fff;
	width: 780px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 110px 0;
	font-family: 'Roboto', sans-serif;
	position: relative;
	display: flex;
	display: -webkit-flex;
}
.wizard-v3-content .wizard-form {
	width: 100%;
}
.wizard-form .wizard-header {
	text-align: center;
	/* padding:  40px 0 20px; */
}
.wizard-form .wizard-header .heading {
	color: #333;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    padding: 0px 0 10px;
}
.wizard-form .wizard-header p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	margin:  0;
}
.form-register .steps {
	margin-bottom: 0px;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
	/* padding-left: 108px; */
	padding-left: 176px;
}
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title span {
	display: block;
}
.form-register .steps li a .title .step-icon { 
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 25.6px;
    margin-right: 108px;
}
.form-register .steps li a .step-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.form-register .steps li .step-icon::before,
.form-register .steps li:last-child .step-icon::after {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 108px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.form-register .steps li .step-icon::before {
	right: 100%;
}
.form-register .steps li:last-child .step-icon::after {
    left: 100%;
}

.form-register .steps li.current a .step-icon,
.form-register .steps li.current a:active .step-icon,
.form-register .steps li.done a .step-icon,
.form-register .steps li.done a:active .step-icon {
    background: #103062;
}
.form-register .steps .current .step-icon::before,
.form-register .steps .current:last-child .step-icon::after,
.form-register .steps .done .step-icon::before {
	background: #103062;
}
.form-register .steps li a .step-text,
.form-register .steps li a .step-text-1 {
	color: #999;
	font-weight: 400;
	font-size: 18px;
	padding:  14px 0 8px;
}
.form-register .steps li a .step-text-1 {
    padding: 0 15px;
}
.form-register .steps .current .step-text,
.form-register .steps .done .step-text {
	color: #333;
}
.form-register .content {
    margin: 0 20px 0 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px 55px 38px;
}
.form-register .content h2 {
	display: none;
}
.form-register .content .inner h3 {
	font-size: 20px;
    color: #333;
    font-weight: 700;
    margin: 0;
    padding-bottom: 18px;
    padding-top: 5px;
}	
.form-register .content .form-total-p-1 .inner h3 {
	padding-bottom: 13px;
	padding-top: 0;
}
.form-register .content #form-total-p-3 .inner h3 {
	padding-bottom: 5px;
}
.form-register .content .inner h4 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0;
}
.inner .form-row {
	display: flex;
	margin: 0 -12px;
    position: relative;
}
.inner .alert {
	padding: 1px 0 34px;
    color: #be1210;
    margin-top: -35px;
}
.form-row.form-row-date.form-row-date-1 {
    margin-top: 50px;
    margin-bottom: -18px;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 35px;
    position: relative;
}
.inner .form-row .form-holder-3 {
	width: 44%; /* width: 33%; */
    padding: 0 12px;
    margin-bottom: 35px;
    position: relative;
}
/* .text-rigth {
	text-align: right;
} */
.inner .form-row .form-holder.form-holder-1 {
    width: 84.1%;
}
.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}
.inner .form-row .form-holder.form-holder-2 p {
	font-size: 12px;
	color: #5c5c5c;
}
.input-group-text {
    float: right;
    z-index: 1000;
    margin: -33px 0px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
	align-items: center;
	padding: 6px 8px;
    /* padding: .375rem .75rem; */
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.text-center {
    text-align: center!important;
}
.dropdown-menu {
	/* width: 19rem;
    position: absolute;
    z-index: 1000;
    background: #fff; */
	
	position: absolute;
	z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom {
    top: 83px !important;
    bottom: auto;
    left: 12px;
    right: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
	top: auto;
    bottom: 30px !important;
    left: 12px;
    right: auto;
}
.policy {
	margin-top: 30px;
	color:#595959;
	font-size: 16px;
	transform-origin: 0 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.policy a {
	color: #595959;
	transform-origin: 0 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.modal {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 20px 0px 20px 0px;
    background-color: #00000059;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 5.5rem;
	pointer-events: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
	opacity: .5;
	border: none;
	margin: -15px;
    margin-top: -42px;
}
.close:hover {
	background-color: #5c5c5c;
}
.inner .form-row .form-row-inner {
	position: relative;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .4rem;
	outline: 0;
	top: -40px !important; /*30px*/
	/* bottom: 60px; */
}
.modal-header {
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
	text-align: center;
	margin: 0;
	font-family: 'roboto', sans-serif;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#customText, #customTextPhone {
	display: none;
}
/* Personalizar calendario*/
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #163062;
}
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #163062;
}
/* Fin personalizar calendario*/
.inner .form-row .form-holder .label {
    position: absolute;
	top: -14px;
	width: 270px;
	/* width: 195px; */
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    transform-origin: 0 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}
.inner .form-row .form-holder .border {
    position: absolute;
    bottom: 31px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #6bc734;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-o-transform: scaleX(0);
	-ms-transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
}
.inner .form-row #radio {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 12px;
}
.inner .form-row .checkbox {
	margin: 10px 0 28px 11px;
    font-size: 15px;
    color: #103062;
    font-weight: 400;
}

/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: -33px;
	cursor: pointer;
	font-size: 16px;
	color: #595959;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.container a {
	color: #595959;
	transform-origin: 0 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	border-radius: 4px;
	border: solid 1px #a8a8a8;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #103062;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: inline;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 5px;
	top: 2px;
	width: 3px;
	height: 6px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inner .form-row .checkbox::before {
	border-radius: 0.25rem;
}
.inner .form-row .checkbox:checked ~ .checkbox::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.inner .form-row .checkbox:indeterminate ~ .checkbox::before { 
	border-color: #007bff;
	background-color: #007bff;
}
.inner .form-row .checkbox:indeterminate ~ .checkbox::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.inner .form-row .form-holder label.special-label {
    display: inline-block;
    /* float: left; */
    margin-top: 25px;
    padding-right: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.inner .form-row .form-holder label.pay-1-label,
.inner .form-row .form-holder label.pay-2-label {
	width: 190px;
	height: 95px;
	border:  1px solid #e5e5e5;
	display: block;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.inner .form-row .form-holder label.pay-1-label img,
.inner .form-row .form-holder label.pay-2-label img {
    padding-top: 15px;
    padding-bottom: 8px;
}
.inner .form-row.form-row-date .form-holder select {
    float: left;
    width: 19%;
    margin-right: 20px;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 13px 10px 8px;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: transparent;
}
.inner .form-row .form-holder input {
	font-size: 18px;
    color: #333;
    /* font-weight: 700; */
}
.inner .form-row .form-holder input#pay-1,
.inner .form-row .form-holder input#pay-2 {
	display: none;
}
.inner .form-row .form-holder select {
	font-size: 16px;
    color: #666;
    background: #fff url('../img/selectIcon.png') no-repeat scroll;
    background-position: right 0 center;
    z-index: 1;
    cursor: pointer;
    position: relative;
}
.inner .form-row .form-holder select:focus {
	border-bottom: 2px solid #103062;
}
.inner .form-row .form-holder .form-control1:focus,
.inner .form-row .form-holder .form-control1:valid {
	border-bottom: 2px solid #103062;
	margin-top: 15px;
}
.inner .form-row .form-holder .form-control1:focus + .label, 
.inner .form-row .form-holder .form-control1:valid + .label {
	transform: translateY(-23px) scale(1);
	-o-transform: translateY(-23px) scale(1);
	-ms-transform: translateY(-23px) scale(1);
	-moz-transform: translateY(-23px) scale(1);
	-webkit-transform: translateY(-23px) scale(1);
	/* color: #103062; */
}
.inner .form-row  .form-holder .form-control1:focus  + .border, 
.inner .form-row  .form-holder .form-control1:valid  + .border {
	transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.inner .form-row  .form-holder input#pay-1:checked + label,
.inner .form-row  .form-holder input#pay-2:checked + label {
	border:  none;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.error{
	color: #be1210;
	position: relative;
	padding-left: 11px;
	/* float: right; */
	padding-top: 19px;
}
.error:focus{
	margin-top: 10px;
}
.inner .form-row.table-responsive {
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 27px 0 -25px;
}
.inner .table-responsive .table {
	width: 100%;
}
.inner .table-responsive tbody {
	text-align: left;
}
.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
	padding: 17px 30px 14px;  /*17px 20px 14px*/
    border-top: 1px solid #e5e5e5;
}
.inner .table-responsive tr.space-row:last-child > td,

.inner .table-responsive tr.space-row:last-child > th {
	border-bottom: none;
	font-family: 'Roboto', sans-serif;
}
.inner .table-responsive tbody th {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	width: 30%;
}
.inner .table-responsive tbody td {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
#address {
	width: 65%;
}
.actions ul {
    list-style: none;
    padding-left: 0;
    padding: 0 20px;
    margin: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.actions ul li.disabled {
	opacity: 0;
}
.actions ul li {
	padding: 0;
    border: none;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-flex;
    height: 38px;
    /* width: 140px; */
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #103062;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.actions ul li:hover {
	background: #103062;
}
.actions ul li:first-child {
	background: #999;
    margin-left: 60.9%;
}
.actions ul li:first-child:hover {
	background: #666;
}
.actions ul li a {
	color: #fff;
	text-decoration: none;
    padding: 13px 34px;
}

valid {
	border-color: #6bc734;
}

invalid {
	border-color: #007bff;
}

.cancelAppointment p {
	/* margin: -79px 29px 5px; */
	text-align: center;
}

.buttonActions, .sweetButton {
	padding: 0;
    border: none;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-flex;
    height: 38px;
    width: 140px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
	background: #103062;
	color: #ffffff;
	/* margin: 0 21px 10px; */
	margin: 0 320px 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
#accountUno, #accountDos {
	margin: 0 218px 8px !important;
}
.sweetButton {
	padding: 12px !important;
    height: 44px !important;
    width: 193px !important;
    margin: 10px !important;
    font-size: 14px !important;
}

.swal2-popup #swal2-content {
    /* text-align: center; */
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.swal2-icon.swal2-info {
    border-color: #84ee82 !important;
    color: #04a505 !important;
}
.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #72060b !important;
}
a {
	text-decoration: none;
}
.even, .odd {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.dataTables_info, .dataTables_filter, .dataTables_length, .sorting, .sorting_asc, #scheduledTicketsList_previous, #scheduledTicketsList_next {
	font-family: 'Roboto', sans-serif;
}
#scheduledTicketsTable {
	display: none;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 20px 2px 20px;
}
#scheduledTicketsTable td {
	text-align: center;
}
.buttonActionsCancel {
	align-items: center;
    background: #103062;
    color: #ffffff;
    padding: 6px 24px; /* padding: 6px 12px; */
    width: 111px;
    height: 51px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 57px;
    font-family: 'Roboto', sans-serif;
}
#searchScheduledTickets {
	margin-left: 507px;
}
.arrow {
	content: '\f301';
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	color: #103062;
	display: none;
}
#service-conexion-financiera-logo {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.zmdi-long-arrow-right:before {
    content: '\f301';
    font-size: 17px;
    
}
.authorize {
	margin: 10px 10px;
	margin-top: 30px;
	color: #595959;
}
.radio {
	margin: 16px 0;
	display: block;
	cursor: pointer;
  }
  .radio input {
	display: none;
  }
  .radio input + span {
	line-height: 22px;
	height: 15px;
	padding-left: 22px;
	display: block;
	position: relative;
	bottom: 10px;
  }
  .radio input + span:not(:empty) {
	padding-left: 30px;
  }
  .radio input + span:before, .radio input + span:after {
	content: '';
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
  }
  .radio input + span:before {
	background: #D1D7E3;
	transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
	transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
	transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  .radio input + span:after {
	background: #fff;
	-webkit-transform: scale(0.78);
			transform: scale(0.78);
	transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  .radio input:checked + span:before {
	-webkit-transform: scale(1.04);
			transform: scale(1.04);
	background: #103062;
  }
  .radio input:checked + span:after {
	-webkit-transform: scale(0.4);
			transform: scale(0.4);
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .radio:hover input + span:before {
	-webkit-transform: scale(0.92);
			transform: scale(0.92);
  }
  .radio:hover input + span:after {
	-webkit-transform: scale(0.74);
			transform: scale(0.74);
  }
  .radio:hover input:checked + span:after {
	-webkit-transform: scale(0.4);
			transform: scale(0.4);
  }
  .form-row-login {
	margin: 0 30px !important;
  }
.d-none {
	display: none;
}
.text-red {
	color: #103062 !important;
}
/* Responsive */
@media screen and (max-width: 1366px) {
	.modal-content {
		top: 284px;

	}
}
@media screen and (max-width: 1199px) {
	.wizard-v3-content {
		margin: 180px 20px;
	}
	#searchScheduledTickets {
		margin-left: 353px;
	}
	.modal-content {
		top: 134px;

	}
}
@media screen and (max-width: 991px) {
	.form-register .steps ul {
	    padding-left: 0;
	    justify-content: space-around;
	    -o-justify-content: space-around;
		-ms-justify-content: space-around;
		-moz-justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	.form-register .steps li a .title {
		text-align: center;
	}
	.form-register .steps li a .title .step-icon,
	.form-register .steps li a .title .step-icon {
		margin: 0 auto;
	}
	.form-register .steps li a .title .step-icon::before,
	.form-register .steps li:last-child a .title .step-icon::after {
		content: none;
	}
	.actions ul li:first-child {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.inner .form-row.form-row-date .form-holder select {
	    width: 17.5%;
	    margin-right: 20px;
	}
	.inner .form-row .form-holder label.pay-1-label, 
	.inner .form-row .form-holder label.pay-2-label {
		margin-bottom: 15px;
	}
	#searchScheduledTickets {
		margin-left: 217px;
	}
	/* .cancelAppointment .buttonCancel {
		margin: 0px 115px 8px;
	} */
} 
@media screen and (max-width: 575px) {
	.wizard-v3-content {
		width: 90%;
	}
	.wizard-form .wizard-header {
		padding:  40px 20px 20px 20px;
	}
	.wizard-form .wizard-header img {
		width: 100%;
	}
	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}
	.inner .form-row .form-holder {
		width: 100%;
	}
	.inner .form-row .form-holder.form-holder-1 {
	    width: 100%;
	}
	.inner .form-row .form-holder {
		padding: 0;
	}
	.inner .form-row .form-holder label.special-label {
	    float: none;
	}
	.inner .form-row.form-row-date .form-holder select {
	    float: none;
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
	    display: block;
	}
	.form-register .steps li a .title .step-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.form-register .steps li a .step-text,
	.form-register .steps li a .step-text-1 {
		font-size: 12px;
	}
	.form-register .steps li a .step-text-1 {
        line-height: 0px;
    }
	.form-register .content {
		padding: 35px 30px 60px;
	}
	.inner .form-row #radio {
		margin-left: -2px;
	}
	.inner .form-row #checkbox {
		margin-left: 0;
	}
	.actions ul li {
		width: 120px;
	}
	.actions ul li a {
	    padding: 15px 24px;
	}
	.cancelAppointment .buttonCancel {
		margin: 0px 100px 8px;
	}
	.buttonActions {
		margin: 0 94px 10px;
	}
	.modal-content {
		width: 323px !important;
		margin-left: -70px;
		top: 15px !important;
	}
	#searchScheduledTickets {
    margin-left: 75px;
	}
	.buttonActionsCancel {
		width: 149px;
		padding: 10px 15px;
	}
}
@media screen and (max-width: 420px) and (min-width: 380px){
	.cancelAppointment .buttonCancel {
		margin: 0px 92px 8px !important;
	} 
	.modal-content {
		width: 371px !important;
		margin-left: -71px;
		top: 46px !important;
	}
	.buttonActions {
		margin: 0px 114px 10px;
	}
	#searchScheduledTickets {
		margin-left: 102px;
	}
}
@media screen and (max-width: 379px) and (min-width: 370px) {
	.modal-content {
		width: 335px !important;
	}
}
@media screen and (max-width: 340px) and (min-width: 300px) {
	.cancelAppointment .buttonCancel {
		margin: 0px 70px 8px;
	}
	.modal-content {
		width: 284px !important;
		top: -27px !important;
	}
	.buttonActions {
		margin: 0 70px 10px;
	}
	#searchScheduledTickets {
		margin-left: 56px;
	}
}

#loadingDiv {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100vh;
    padding-top: 15%;
    background-color: #ffffff;
    text-align: center;
    text-align: -webkit-center;
}

.loader {
    color: #2734a0;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em,
            -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em,
            -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
            -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em,
            -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em,
            -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
            0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}