@charset "UTF-8";

@-moz-document url-prefix() {
    select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #999 !important;
    }
}

#main_content {
    padding: 40px 0 10px 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.justify {
    text-align: justify;
}

.btn-terms {
    margin: 0em 1em;
    min-width: 190px;
}

.btn-inline {
    padding-left: 0px;
}

.button_outline, a.button_outline {
    color: #214a2c;
    padding: 10px 24px;
    border: 2px solid #214a2c;
}

.button_outline:hover, a.button_outline:hover {
    background: #8dc977;
    border: 2px solid #8dc977;
    color: #fff;
}

a.button_medium, .button_medium {
    background: #214a2c;
    color: #FFF;
    border: 2px solid #214a2c;
}

a.button_medium:hover, .button_medium:hover {
    background: #8dc977;
    /* border: 2px solid #8dc977; */
    color: #fff;
}

.button_red, a.button_red {
    border: none;
    background: #ff6666;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
}

.button_red:hover, a.button_red:hover {
    background: #660000;
}

.button_end, a.button_end {
    border: none;
    background: #ff2525;
    color: #fff;
    padding: 7px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
}

.button_end:hover, a.button_end:hover {
    background: #660000;
}

.appointment-row {
	margin-bottom: 15px;
}

.appointment-label {
	color: #656565;
}

.appointment-price {
	display: flex;
	justify-content: flex-end;
	margin-right: 15px;
	margin-top: 20px;
}

.custom-icon {
	color: #656565;
	font-size: 18px;
}

.custom-info {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #636363;
}

.payment-info {
	font-size: 14px;
	margin: 0px;
}

.payment-box {
	border: 2px solid black;
	overflow: hidden;
	border-radius: 5px 5px 0px 5px;
	border-color: #9c9c9c;
}

.payment-box-value {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    border-top: none;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
}

.payment-row {
	border-bottom: 1px solid #9c9c9c;
	padding: 0px 10px;
}

.payment-separator {
	padding: 10px;
	border-right: 1px solid #9c9c9c;
}

.payment-label {
	font-weight: bold;
}

.btn-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.doctor-description {
    border: 1px solid grey;
    resize: none;
    border-radius: 8px;
    padding: 5px;
    width: 100%;
}

.td_cancelOption, .td_effectPaymentOption {
	padding: 1px !important;
    font-size: 20px;
    vertical-align: middle !important;
    color: #616161;
    width: 110px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after {
    position: relative;
    top: 3px;
    right: 8px;
    display: inline-flex;
    font-family: 'Glyphicons Halflings';
    opacity: 0.2;
    margin-left: 0.5em;
}

table.dataTable {
	margin-bottom: 0px !important;
}

.appointment-terms-link:hover {
	color: #5cb85c;
}

.table-custom .footable {
    border: 0;
    border-radius: 0 !important;
}

table.dataTable thead>tr>th {
    cursor: pointer;
}

.table-custom {
    color: #333333;
}

.table-custom tfoot {
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.table-custom tfoot {
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.crudPagination>tfoot>tr>td {
    border-top: 0px;
}

.pagination a {
    color: #555;
}

.table-list-size {
    color: #9ea7b3 !important;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px !important;
    border-top: 2px solid #ddd;
    margin-bottom: 0.3em;
}

input.form-control, textarea.form-control {
    margin-bottom: 0px;
}

.help-block {
    text-align: left;
    font-size: 14px;
}

textarea.form-control {
    height: 100px;
}

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

.mb-5 {
    margin-bottom: 45px;
}

.mt-1 {
    margin-top: 1em;
}


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

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

.input-group {
    margin-bottom: 0px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
}

.crud-delete {
    margin: 0px;
    text-align: right;
}

/* .no-right-border {
    border-right: 0px !important; 
}

input.no-right-border:focus {
    border-right: 1px solid #bbbbbb;
} */
.featherlight-iframe .featherlight-content {
    width: 65%;
    height: 45%;
    border-radius: 5px;
    max-width: 755px;
}

.tooltipster-light {
    background: #99cc66;
}

.icon-search {
    cursor: pointer;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
}

.icon-search:hover {
    color: #8dc977;
}

.input-group-addon:hover {
    color: #99cc66;
    opacity: 0.8 !important;
    border: 1px solid rgba(204, 204, 204, 0.4);
    border-left: 0px;
}

.list-total-count {
    float: right;
    margin-right: 0.2em;
    font-size: 14px;
    font-family: sans-serif;
}

.notifyjs-metro-base .text {
    font-weight: 600;
}

.bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #99cc66;
    font-weight: 600;
}

.bootstrap-datetimepicker-widget table td span.glyphicon-trash {
    color: #99cc66;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity = 0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

button.hz_short_width {
    display: inline-table;
    min-width: 70px;
    text-align: center;
    border-radius: 3px;
}

button.question_opt {
    border-radius: 3px;
}

.hz_button_list {
    display: inline-table;
    padding: 0.5em 0.5em;
}

button.button_fullwidth.selected {
    color: #FFF;
    background: #339933;
}

.notifyjs-metro-base {
    min-width: 300px !important;
}

.notifyjs-metro-error {
    background-color: rgba(203, 42, 42, 0.97) !important;
}

.notifyjs-metro-success {
    background-color: rgba(51, 184, 108, 0.97) !important;
}

.notifyjs-metro-warning {
    background-color: rgba(235, 193, 66, 1.0) !important;
}

.notifyjs-metro-base .text {
    max-width: 1024px;
}

/* .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
} */
.btn-modal {
    text-transform: none !important;
}

.modal-body {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 14px;
}

.import-file-errors {
    padding: 0.2em 1em;
    border: 1px solid #bbbbbb;
    overflow: auto;
    max-height: 200px;
    white-space: nowrap;
    color: #a94442;
    border-radius: 3px;
}

.import-file-info {
    margin-top: 0em;
    padding: 0em 1em;
    background: rgba(162, 162, 162, 0.22);
    color: #5f5f5f;
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 15px;
    border-radius: 3px;
}

label.import-file-errors-label {
    padding-left: 1em;
    margin-bottom: 0px;
    margin-top: 1em;
}

.auto-style1 {
    font-size: medium;
    color: #F05D0C;
}

.custom-muilt-check-box {
    border: 1px solid #bbbbbb;
    height: 230px;
    overflow-x: auto;
}

.has-error div.custom-muilt-check-box, .has-error div.styled-select {
    border: 1px solid #a94442;
}

.has-error.custom-form {
    color: #a94442;
}

.has-error div.styled-select .help-block {
    position: absolute;
}

.help-blockDate {
    padding-left: 0px;
    padding-left: 0px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.is-empty-select {
    border: 1px solid #ff8d46;
}

.glyphicon-ok-circle {
    color: #99cc66;
}

.glyphicon-remove-circle {
    color: #ce382d;
}

.glyphicon-ok-circle, .glyphicon-remove-circle {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    font-size: 18px;
}

.button_outline.medium {
    padding: 5px 10px;
}

.button_outline.medium_bold {
    background: #214a2c;
    color: #FFF;
    border: 2px solid #214a2c;
}

.button_outline.medium_bold:hover {
    background: #8dc977;
    border: 2px solid #8dc977;
    color: #fff;
}

.glyphicon-thumbs-down {
    color: black;
    cursor: pointer;
}

.glyphicon-thumbs-up {
    color: #99cc66;
}

.glyphicon-thumbs-down, .glyphicon-thumbs-up {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    font-size: 18px;
}

.ion-checkmark-round {
    text-align: center;
    color: rgb(28, 191, 28);
}

/* Custom Radio/Checkbox */
.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

.cr-styled i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
}

.cr-styled input {
    visibility: hidden;
    display: none;
}

.cr-styled input[type=checkbox]:checked+i:before {
    content: "\f00c";
}

.cr-styled input[type=radio]+i {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px;
}

.cr-styled input[type=radio]:checked+i:before {
    content: "\f111";
}

.cr-styled input:checked+i {
    border-color: #99cc66;
    color: #214a2c;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 0;
}

.radio-uppper {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-top: 1em;
}

#importTypeDivId {
    margin: 0em 0em 4em 0em;
}

#middle-wizard {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-right: 2%;
    padding-left: 2%;
}

#crudTable_id {
    opacity: 0.1;
}

#copy_right_guest {
    background-color: #003333;
    color: #fff;
    padding: 10px;
    padding-right: 2em;
}

#copy_right {
    padding-right: 2em;
    padding-left: 2em;    
}

/* 
  -->  ONLY @media ( max-width     HERE
*/
@media ( min-width : 768px) and (max-width: 1200px) {
    #middle-wizard {
        padding-top: 40px;
        padding-bottom: 35px;
        padding-right: 3%;
        padding-left: 0%;
    }
}

@media ( min-width : 1201px) and (max-width: 1400px) {
    #middle-wizard {
        padding: 40px 20px 35px 20px;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    #middle-wizard {
        padding: 20px 30px 20px 30px;
    }
}

@media ( max-width : 940px) and ( min-width : 768px ) {
    .custom-col-sm-6 {
        width: 50% !important;
    }
    
    .custom-col-sm-12 {
        width: 100% !important;
    }
    
    .custom-height {
        height: 170px;
    }
}

@media ( max-width : 991px) {
    .btn-inline {
        padding-left: 0px;
        text-align: right;
        margin-bottom: 1em;
        width: 100%;
    }
    div.btn-group button, div.btn-group a {
        width: 100%;
        text-align: center;
    }
    .btn-file-responsive {
        width: 100%;
        text-align: center;
    }
}

@media ( max-width : 767px) {
    .table-list-size {
        border-top: 0px !important;
    }
}

@media ( max-width : 767px) {
    #mobnav-btn {
        top: -62px;
    }
}

@media ( max-width : 561px) {
    .btn-modal {
        width: 100% !important;
        text-align: center;
    }
}
/* @media screen and (max-width: 640px)
. */

@media ( max-width : 640px) {
    .sw > .nav {
        flex-direction: row !important;
        color: red;
    }
}

@media ( max-width : 535px) {
    .btn-inline {
        padding-left: 15px;
    }
    .button_outline {
        width: 100%;
        margin-bottom: 0.5em;
    }
}

@media ( max-width : 480px) {
    a#logo {
        width: 112px;
        height: 50px;
        text-indent: -9999px;
        display: block;
        background: url(../matemart/img/logo.png) no-repeat 0 0;
    }
    
    .col-xxs-12 {
        width: 100%;
    }
}

/* 
  -->  ONLY @media ( max-height     HERE
*/
@media ( max-height : 890px) {
    .featherlight-iframe .featherlight-content {
        height: 48%;
    }
}

@media ( max-height : 860px) {
    .featherlight-iframe .featherlight-content {
        height: 50%;
    }
}

@media ( max-height : 810px) {
    .featherlight-iframe .featherlight-content {
        height: 55%;
    }
}

@media ( max-height : 750px) {
    .featherlight-iframe .featherlight-content {
        height: 60%;
    }
}

@media ( max-height : 674px) {
    .featherlight-iframe .featherlight-content {
        height: 65%;
    }
}

@media ( max-height : 620px) {
    .featherlight-iframe .featherlight-content {
        height: 70%;
    }
}

@media ( max-height : 600px) {
    .featherlight-iframe .featherlight-content {
        height: 75%;
    }
}

@media ( max-height : 560px) {
    .featherlight-iframe .featherlight-content {
        height: 80%;
    }
}

@media ( max-height : 500px) {
    .featherlight-iframe .featherlight-content {
        height: 90%;
    }
}

@media ( max-height : 435px) {
    .featherlight-iframe .featherlight-content {
        height: 95%;
    }
    
}

/* Only @media here */
    


.language-style {
    margin-left: 40px;
}

.icon-lang {
    margin-left: 1em;
}

.icon-lang-br {
    background: url(../images/country-flags/brazil.png) 
        center left/2em no-repeat !important;
}

.icon-lang-es {
    background: url(../images/country-flags/spain.png) 
        center left/2em no-repeat !important;
}

.icon-lang-en {
    background: url(../images/country-flags/united_states_of_america.png) 
        center left/2em no-repeat !important;
}

.icon-lang-de {
    background: url(../images/country-flags/germany.png) 
        center left/2em no-repeat !important;
}

.sf-menu-custom a {
    background: #214a2c;
    padding: 7px 0px;    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143; 
}

.sf-menu-custom ul li a {
    padding: 0.9em 0em;
}

@media (max-width: 767px) {
    .sf-menu-custom {
        width: auto !important;
        min-width: 0 !important;
        display: block !important;    
        margin-bottom: 0.6em !important;
    }

    .language-style-ext {
        display: none;
    }

    .icon-lang {
        padding: 15px;
    }
}

.interviewers-item, .supervisors-item{
    display:flex; 
    justify-content: space-between;
}

.interviewers-item .form-group, .supervisors-item .form-group{
    width: 100%;
}

.interviewers-item .form-group:nth-of-type(2), .supervisors-item .form-group:nth-of-type(2){
    margin-left: 1em;
}
.interviewers-item .form-group:nth-of-type(3), .supervisors-item .form-group:nth-of-type(3){
    margin-left: 1em;
}

.interviewers-tile, .supervisors-tile{
    display:flex; 
    justify-content: space-between;
}

i.hover{
    cursor: pointer;
}

.interviewers-item i.hover, .supervisors-item i.hover{
    margin-top: 12px;
    margin-left: 5px;
}

.blinker-button{
    -webkit-animation: blinker 1500ms infinite;
    -moz-animation: blinker 1500ms infinite;
    -o-animation: blinker 1500ms infinite;
    animation: blinker 1500ms infinite;
}

@-webkit-keyframes blinker {
    0% { background-color: #ff2525; -webkit-box-shadow: 0 0 0px #ff2525; }
    50% { background-color: #660000; -webkit-box-shadow: 0 0 10px #660000; }
    100% { background-color: #ff2525; -webkit-box-shadow: 0 0 0px #ff2525; }
}

@-moz-keyframes blinker {
0% { background-color: #ff2525; -moz-box-shadow: 0 0 0px #ff2525; }
50% { background-color: #660000; -moz-box-shadow: 0 0 10px #660000; }
100% { background-color: #ff2525; -moz-box-shadow: 0 0 0px #ff2525; }
}

@-o-keyframes blinker {
0% { background-color: #ff2525; box-shadow: 0 0 0px #ff2525; }
50% { background-color: #660000; box-shadow: 0 0 10px #660000; }
100% { background-color: #ff2525; box-shadow: 0 0 0px #ff2525; }
}

@keyframes blinker {
0% { background-color: #ff2525; box-shadow: 0 0 3px #ff2525; }
50% { background-color: #660000; box-shadow: 0 0 40px #660000; }
100% { background-color: #ff2525; box-shadow: 0 0 3px #ff2525; }
}

        
.fc-timegrid-event .fc-event-main {
    padding: 1px 5px 0 !important;
}
        
.fc-button-primary {
    cursor: pointer !important;
    color: #fff !important;
    background-color: #214a2c !important;
    border-color: #214a2c !important;
}

.fc-toolbar-title { 
    text-transform: uppercase !important;
    font-size: 24px !important;
}

.fc .fc-button {
    padding: .4em 1.0em !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    color: #fff !important;
    background-color: #9acc66 !important;
    border-color: #000 !important;
}

.fc .fc-daygrid-day-number {
    color: #255632;
}

.fc .fc-col-header-cell-cushion {
    color: #255632;
}

.fc-timegrid-slot {
    cursor: pointer !important;
}

.fc-theme-standard th {
    height: 2.5em !important;
    vertical-align: middle !important;
    background-color: #f7f7f7 !important;
    text-transform: capitalize !important;
}

.fc .fc-timegrid-slot {
    height: 2em !important;
}

.fc-timegrid-slots tbody tr:hover {
    background-color: rgba(0, 0, 0, .1);
}


.fc-media-screen .fc-timegrid-event-harness {
    margin-top: 3px !important;
    margin-bottom: 1px !important;
    margin-left: 2px !important;
    cursor: pointer !important;
}

.fc-timegrid-event .fc-event-time {
    display: none !important;
}

.fc-v-event .fc-event-title {
    text-align: center !important;
    padding-top: 2px !important;
    font-size: 11px !important;
}

.fc-daygrid-dot-event .fc-event-title {
    color: #214a2c !important;
    cursor: pointer !important;
}

.fc-daygrid-dot-event .fc-event-title {
    margin-top: -3px;
}

@media ( min-width : 768px) {
	.flex-container {
	    display: flex; 
	    justify-content: space-between;
	}
	
	.flex-container .form-group {
	    width: 100%;
	}
	
	.flex-container .form-group:nth-of-type(2) {
	    margin-left: 1em;
	}
	
	.flex-container .form-group:nth-of-type(3) {
	    margin-left: 1em;
    }
}

@media ( min-width : 768px) {
	.mb-0 {
		margin-bottom: 0 !important;
	}
}
.select2-container {
    width: 100%!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #bbbbbb;
    height: 41px;
    border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9c9999;
    line-height: 41px;
}

.select2-selection__arrow {
    color: #9c9999;
    height: 42px;
    width: 40px !important;
    background: #fff url('../matemart/img/down_arrow_select.png') no-repeat right center;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #214a2c;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #fff url('../velonic/assets/select2/img/select2.png') no-repeat 100% -22px;
}

.supervisors-td-list {
    display: flex;
    justify-content: center;
    float: right;
    margin-right: 7em;
}

.appointments-td-list {
    display: flex;
    justify-content: center;
    margin: auto;
}

.interviewers-tile .icon-plus-circled, .supervisors-list .icon-plus-circled {
    font-size: 20px;
    color: #214a2c;
}

.btn-modal {
    min-width: 100px;
    text-align: center;
}

.hide {
    display: none;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
}
  
.parsley-errors-list > li {
    text-align: left;
    font-size: 14px;
    list-style: none;
    color: #a94442;
    margin-top: 5px;
    position: relative;  
}

.credit-card-logo {
    background-color: initial !important;
    padding: 0;
}

.input-card-number{
    padding-left: 55px !important;
}
.credit-card-logo span{
    width: 55px;
    height: 44px;
    background-size: 40px 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }

.card-name{
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.default{
    background-image: url('../images/credit-cards-images/default.png');
}

.visa{
    background-image: url('../images/credit-cards-images/visa.png');
}

.mastercard{
    background-image: url('../images/credit-cards-images/mastercard.png');
}

.amex {
    background-image: url('../images/credit-cards-images/amex.png');
}

.diners_club_carte_blanche{
    background-image: url('../images/credit-cards-images/diners-club.png');
}

.discover{
    background-image: url('../images/credit-cards-images/discover.png');
}

.jcb{
    background-image: url('../images/credit-cards-images/jcb.png');
}

.elo{
    background-image: url('../images/credit-cards-images/elo.png');
}

.hipercard{
    background-image: url('../images/credit-cards-images/hipercard.png');
}

.request-email {
    border-radius: 5px;
    margin-top: 2em;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #77b13b !important;
}

.has-success .form-control {
    border-color: #77b13b !important;
}

.terms-header {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.clickable{
    cursor: pointer;
}

.modal {
   top: 2em;
}

.notifyjs-wrapper{
    z-index: 1000 !important;
}

a.cancel_appointment {
    border:none;
    background:none;
    color: #686868 ;
    border: 2px solid #686868 ;
    float: left;
    padding:5px 10px;
    text-decoration:none; 
    transition: .5s ease; 
    -moz-transition: .5s ease; 
    -webkit-transition:.5s ease; 
    -o-transition: .5s ease; 
    cursor:pointer;
    outline:none;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:20px;
    -webkit-font-smoothing: antialiased;
}

a.cancel_appointment:hover, .cancel_appointment:hover { 
    color:#5bc566; border:2px solid #5bc566;
}

.card-panel {
    background-color: white;
    border-radius: 8px;
    /* position: relative; */
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.text-center {
    text-align: center;
}

.btn-disabled-payment{
    color: #f44336;
    border-color: #f44336;
}

.doctor-avatar {
    width: 100%;
    height: 217px;
    vertical-align: middle;
    border-radius: 8px;
    object-fit: cover
}

.number-address-input {
    max-width: 175px;
}

@media ( max-width : 768px) {
	.number-address-input {
        max-width: initial;
    }
}