﻿html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: relative ;
  bottom: 0;
  width: inherit;
  /* Set the fixed height of the footer here */
  height: 60px;
}

/*Start tool tip*/
.ui-tooltip, .arrow:after {
    background: #fcfdfd;
    border: 1px solid #a6c9e2;
}
.ui-tooltip {    
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 0 7px #e1edf5;
}
.arrow {
    width: 60px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -5px;
}
.arrow.top {
    top: -22px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #e1edf5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after 
{
    bottom: -20px;
    top: auto;
}
/*End tool tip*/

.modalLoad {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("processing.gif") 
                50% 50% 
                no-repeat;
}

.btn
{
    margin: 0px 5px 0px 5px;
}

/*#errorModal.modal-header {
    background-color: #f0908f !important;
    border-bottom: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

#errorModal.modal-title {
    font-weight: bold !important;
}

#successModal.modal-content {
    background: linear-gradient(145deg, #ffffff, #f0f0f0) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25) !important;
    border: none !important;
    border-radius: 18px !important;
}

*/

/* Error Modal Container */
#errorModal .modal-content {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
}

/* Header */
#errorModal .modal-header {
    background: #f25757 !important;
    color: white !important;
    border-bottom: none !important;
    padding: 15px 20px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* Title */
#errorModal .modal-title {
    font-weight: 600 !important;
    font-size: 18px !important;
}

/* Body */
#errorModal .modal-body {
    padding: 20px !important;
    font-size: 15px !important;
    color: #444 !important;
}

/* Footer */
#errorModal .modal-footer {
    border-top: none !important;
    padding: 15px 20px !important;
}

/* Button */
#errorModal .btn-danger {
    padding: 8px 20px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
}

#successModal .modal-content {
    background: linear-gradient(145deg, #ffffff, #f7f7f7) !important;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20) !important;
}

/* Header */
#successModal .modal-header {
    background: #28a745 !important;
    color: white !important;
    border-bottom: none !important;
    padding: 15px 20px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* Title */
#successModal .modal-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* Body */
#successModal .modal-body {
    padding: 20px !important;
    font-size: 15px !important;
    color: #333 !important;
}

/* Footer */
#successModal .modal-footer {
    border-top: none !important;
    padding: 15px 20px !important;
}

#successModal .btn-success {
    backgr
}

.no-slots-msg{
    margin-left : 10px;
    display:block;
    text-align: left;
}

