@charset "utf-8";
/* CSS Document */
#hide-that-thang {
    visibility: hidden;
}
#slug-div {
    visibility: hidden;
}
#selectListDiv {
    width: 300px;
    max-height: 400px;
    overflow: scroll;
}
body, .drop-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: lato, roboto, arial, ubuntu;
}
.drop-area {
    cursor: pointer;
    width: inherit;
    height: 256px;
    font-size: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0px;
}
.drop-area img {
   display: block;
   width: auto;
   max-width: 256; /*actual image width*/
   height: auto; /* maintain aspect ratio*/
    max-height: 256px;
   margin: auto; /*optional centering of image*/
}
.drop-area > * {
    pointer-events: none;
}
.drop-area.hl {
            color: deepskyblue;
            border-color: deepskyblue;
        }
.stats {
            width: 500px;
            margin: 10px 0;
            display: flex;
            justify-content: flex-start;
            font-size: 16px;
        }

        .stats > * {
            flex-grow: 1;
        }
.icon-bundle {
    display: inline-block;
    padding: 0px 8px;
    float: left;
    margin-right: 10px;
    background-color: #f8a63d;
    color: #262626;
    font-weight: 600;
}
.icon-bundle:hover {
    opacity: .7;
}
.icon-space {
    display: inline-block;
    padding: 0px 8px;
    float: left;
    margin-right: 10px;
    font-weight: 600;
}
.icon-sm {
    font-size: 16px;
}
.paw-prints-bg {
    background-image: url("/images/paw-prints.jpg");
    background-position: 0px 0px;
	background-repeat: repeat;
    animation: animate-background 120s infinite;
}
@keyframes animate-background {
	from { background-position: 0px 0px;  }
	to { background-position: -800px 0px; }
}
.cat-dog-bg {
    background-image: url("/images/catdog-bg.jpg");
    background-repeat: repeat;
    background-position: 0px 0px;
    animation: animate-bg 80s infinite;
}
@keyframes animate-bg {
	from { background-position: 0px 0px;  }
	to { background-position: 280px 0px; }
}
.biggah {
    font-size: 18px;
    font-weight: 700;
    font-family: "Quattrocento Sans", sans-serif;
    color: #151515;
    letter-spacing: 0.075em;
}
.hiddentext {
 visibility:hidden;
}
.big-para {
    font-size: 18px;
    letter-spacing: 0.075em;
}
.spacylines {
    line-height: 1.6;
}
.hide-it {
    display: none;
}
.allcaps {
    text-transform: uppercase;
}
.boxborder {
    min-width: 320px;
    padding-bottom: 22px;
    border: solid thin #5C5C5C;
}
.boxborder p {
    padding: 5px 15px 5px 15px;
}
.boxborder a {
    color: blue;
    text-decoration: underline;
}
.boxborder a:hover {
    color: #f8a63d;
    text-decoration: underline;
}
.bluelink a {
    color: blue;
    text-decoration: underline;
}
.bluelink a:hover {
    color: #f8a63d;
    text-decoration: underline;
}
.boxbordertitle {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    background-color: #02646f;
    color: #fff;
    border-top: solid thick #f8a63d;
    border-bottom: solid thick #f8a63d;
}
.return-btn-container {
    max-width: 180px;
    margin-bottom: 40px;
}
.create-another-plan-container {
    max-width: 240px;
    margin-bottom: 40px;
}
.multiplier-btn-width {
    width: 160px;
}
.multiplier-btn-container {
    max-width: 480px;
    margin-left: 12px;
}
.multiplier-right {
    display: inline-block;
    float: right;
    width: 150px;
    margin-left: 12px;
}
.multiplier-left {
    display: inline-block;
    float: left;
    width: 250px;
    margin-right: 12px;
}
.float-left {
    display: inline-block;
    float: left;
}
.multiplier-right input {
    text-align: right;
    margin-left: 12px;
}
.option-container {
    width: 100%;
    height: 54px;
    margin: 12px;
}
.btn-container {
    display: block;
    width: 100%;
    height: 42px;
}
div.option-2 {
    display: block;
    height: 54px;
    width: 50%;
    float: left;
    padding-top: 10px;
    border: medium solid #515151;
    color: #2E2E2E;
    text-align: center;
    font-weight: 600;
}
div.option-2:hover {
    cursor: hand;
    cursor: pointer;
    background: #02646f;
    color: #fff;
    opacity: .6;
}
div.option-2-selected {
    display: block;
    height: 54px;
    width: 50%;
    float: left;
    padding-top: 13px;
    background: #02646f;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
div.option-3 {
    display: block;
    height: 54px;
    width: 33%;
    float: left;
    padding-top: 10px;
    border: medium solid #515151;
    color: #2E2E2E;
    text-align: center;
    font-weight: 600;
}
div.option-3:hover {
    cursor: hand;
    cursor: pointer;
    background: #02646f;
    color: #fff;
    opacity: .6;
}
div.option-3-selected {
    display: block;
    height: 54px;
    width: 33%;
    float: left;
    padding-top: 13px;
    background: #02646f;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
textarea.petnotes {
    height: 90px;
}
.edit-delete-btn-container {
    width: 230px;
}
.checkout-edit-delete-btn-container {
    width: 320px;
}
.edit-remove-btn-container {
    width: 250px;
}
div.edit-delete-btn {
    display: block;
    float: left;
    padding: 8px;
    background: #02646f;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.edit-delete-btn:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}
div.task-complete-btn {
    display: inline-block;
    padding: 8px;
    background: #02646f;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.task-complete-btn:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}
div.stop-btn {
    display: inline-block;
    padding: 8px;
    background: #7B0002;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.stop-btn:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}
div.fulfilled-btn {
    display: block;
    float: left;
    padding: 8px;
    background: #D1D1D1;
    color: #000;
}
div.dlt-date-btn {
    display: inline-block;
    padding: 8px;
    background: #02646f;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.dlt-date-btn:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}
div.select-btn {
    height: 24px;
    padding: 0px 8px;
    background: #02646f;
    color: #fff;
}
div.select-btn:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}
div.search-clear-btn {
    display: block;
    padding: 10px;
    height: 46px;
    background: #f8a63d;
    color: #fff;
}
div.search-clear-btn:hover {
    cursor: hand;
    cursor: pointer;
    background: #02646f;
}
div.item-positioning {
    margin: 6px 10px 0px 0px;
}
a.edit-delete-link {
    color: #fff;
    text-decoration: none;
}
a.edit-delete-link:hover {
    text-decoration: none;
    color: #fff;
}
.glyphicon-question-sign {
    color: #f8a63d;
}
/*.table-custom-responsive {
	max-width: 900px;
}*/
.table-custom-wide {
    max-width: 96%;
}
/* Style the form - display items horizontally */
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline-search {
    max-height: 60px;
}
/* Style the input fields */
.form-inline input {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
/* Style the submit button */
.form-inline button {
    padding: 10px 20px;
}
p.margintop-45 {
    margin-top: 45px;
}
p.margintop-25 {
    margin-top: 25px;
}
p.marginbottom-25 {
    margin-bottom: 25px;
}
button.margintop-25 {
    margin-top: 25px;
}
.marginbottom-25 {
    margin-bottom: 25px;
}
.marginbottom-10 {
    margin-bottom: 10px;
}
.margintop-8 {
    margin-top: 8px;
}
.margintop-14 {
    margin-top: 14px;
}
.margintop-20 {
    margin-top: -20px;
}
.margintop20 {
    margin-top: 20px;
}
.margintop-25 {
    margin-top: 25px;
}
.margintop-45 {
    margin-top: 45px;
}
.margintop75 {
    margin-top: -75px;
}
.marginleft-10 {
    margin-left: 10px;
}
.marginleft-15 {
    margin-left: 15px;
}
.marginleft-30 {
    margin-left: 30px;
}
.marginright-10 {
    padding-right: 10px;
}
.paddingtop-4 {
    padding-top: 10px;
}
.paddingtop-6 {
    padding-top: 6px;
}
.paddingbottom16 {
    padding-bottom: 16px;
}
.paddingbottom10 {
    padding-bottom: 10px;
}
.paddinglr-27 {
    padding: 0px 27px;
}
.padding10 {
    padding: 10px;
}
.formborder {
    border: 1px solid #4D4D4D;
}
.login-nav-spacing {
    margin-bottom: 38px;
}
.section-lg2 {
    padding-top: 30px;
    padding-bottom: 60px;
}
.section-lg3 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-lg4 {
    padding-top: 30px;
    padding-bottom: 60px;
}
.errortext {
    color: red;
}
.redtext {
    color: firebrick;
}
.dark-red-error {
	color:#FF6E71;
	animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.emphasize {
    color: #02646f;
    font-size: 24px;
    font-weight: 600;
}
.heavy700 {
    font-weight: 700;
}
.margin-after15 {
    margin-bottom: 15px;
}
.margin-after30 {
    margin-bottom: 30px;
}
.mark {
    color: #fff;
    background-color: darkred;
}
.mark-teal {
    padding: .2em;
    color: #fff;
    background-color: #02646f;
}
.orangie {
    color: #fff;
    background-color: #f8a63d;
}
.color-orange {
    color: #f8a63d;
}
.orange-bg {
    background-color: #f8a63d;
}
.short-underline-container {
    display: block;
    width: 100%;
}
.short-underline {
    display: block;
    width: 150px;
    padding-top: 8px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid medium #02646f;
}
.oceanteal {
    color: #02646f;
}
.phone-container {
    width: 100%;
}
.thinfullborder {
    border: solid thin #363636;
}
.leftspace-8 {
    padding-left: 8px;
}
.info-outer {
    display: block;
    padding-top: 20px;
    width: 100%;
    font-weight: 700;
}
.info-outer.next {
    padding-top: -10px;
}
.info-left-middle {
    display: block;
    float: left;
    width: 40%;
    height: auto;
    padding-right: 10px;
}
.info-left-80 {
    display: block;
    float: left;
    width: 80%;
    height: auto;
    padding-right: 10px;
}
.info-right {
    display: block;
    float: left;
    width: 20%;
    height: auto;
}
.info-full {
    display: block;
    width: 100%;
    height: auto;
}
.info-outer-scheduler {
    display: block;
    width: 100%;
    font-weight: 700;
}
.outer-scheduler {
    display: block;
    width: 100%;
    font-weight: 700;
    height: auto;
}
.outer-scheduler.w21 {
    display: block;
    float: left;
    width: 21%;
}
.outer-scheduler.w50 {
    display: block;
    float: left;
    width: 42%;
    text-align: left;
}
.outer-scheduler.w10 {
    display: block;
    float: left;
    width: 10%;
}
.outer-scheduler.w8 {
    display: block;
    float: left;
    width: 9%;
    padding-right: 10px;
}
.info-outer-scheduler.next {
    padding-top: -10px;
}
.all-customers-outer {
    display: block;
    width: 100%;
    font-weight: 700;
    height: 90px;
}
.file-row-outer {
    display: block;
    width: 100%;
    margin-top: 16px;
    height: 40px;
}
.file-row-inner {
    display: block;
    float: left;
    padding-top: 6px;
    padding-left: 10px;
    height: 40px;
}
.bundle-details-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}
.bundle-details-outer {
    display: block;
    max-width: 650px;
    background-color: #fefefe;
    margin: auto;
    border: thin solid #D5D5D5;
    padding: 20px;
    height: auto;
    overflow: auto;
}
.bundle-details-row {
    max-width: 650px;
    height: 38px;
}
.bundle-details-row.higher {
    height: 50px;
    margin: 16px;
}
.bundle-details-row-underline {
    border-bottom: thin solid #D1D1D1;
}
.title-row-over-under {
    border-top: thin solid #D1D1D1;
    border-bottom: thin solid #D1D1D1;
}
.bundle-details-left {
    display: block;
    float: left;
    height: 38px;
    width: 75%;
    padding: 4px 0px 4px 4px;
}
.bundle-details-left.right {
    text-align: right;
}
.bundle-details-right {
    display: block;
    float: right;
    height: 38px;
    width: 25%;
    padding: 4px;
    text-align: right;
}
.bundle-link {
    color: blue;
    text-decoration: underline;
}
.bundle-link:hover {
    cursor: hand;
    cursor: pointer;
}
.plan-details-outer {
    display: block;
    max-width: 650px;
    background-color: #fefefe;
    margin: auto;
    border: thin solid #D5D5D5;
    padding: 10px;
    height: auto;
    overflow: auto;
}
.plan-details-row {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
}
.plan-details-centre {
  display: block;
    width: 100%;
    text-align: center;
}
.plan-details-row-fixed {
    display: block;
    width: 100%;
    max-width: 650px;
    height: 38px;
    padding-top: 8px;
}
.plan-details-row-third {
    display: block;
    float: left;
    height: 100%;
    width: 33%;
}
.plan-details-row-twothird {
    display: block;
    float: left;
    height: 100%;
    width: 66%;
}
.plan-details-row-22pct {
    display: block;
    float: left;
    height: 100%;
    width: 22%;
}
.plan-details-row-78pct {
    display: block;
    float: left;
    height: 100%;
    width: 78%;
}
.plan-details-row-third.righttext {
    text-align: right;
}
.plan-details-row-78pct.righttext {
    text-align: right;
}
.plan-details-row-22pct.righttext {
    text-align: right;
}
.plan-details-row-twothird.righttext {
    text-align: right;
}
.plan-details-row.higher {
    height: 50px;
    margin: 16px;
}
.plan-details-row-underline {
    border-bottom: thin solid #D1D1D1;
}
div.bundle-details-btn {
    display: block;
    width: 90px;
    padding: 8px;
    margin: 0 auto;
    background: #02646f;
    color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.bundle-details-btn:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .8;
}
hr.shortone {
    height: 1px;
    width: 90%;
    text-align: left;
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.searchBlock {
    display: block;
    float: left;
    width: 240px;
    height: 100%;
    margin-left: 12px;
}
.searchBlockCity {
    display: block;
    float: left;
    width: 180px;
    height: 100%;
    margin-left: 12px;
}
.searchBlockState {
    display: block;
    float: left;
    width: 120px;
    height: 100%;
    margin-left: 12px;
}
.searchBlockZip {
    display: block;
    float: left;
    width: 120px;
    height: 100%;
    margin-left: 12px;
}
.searchButtons {
    display: block;
    float: left;
    min-width: 40px;
    max-width: 40px;
    height: 100%;
    margin-left: 12px;
}
.customerStats {
    display: block;
    float: left;
    width: 100%;
    height: 36px;
	margin-bottom: 12px;
	border-bottom: thin solid #606060;
}
.clinics-full-block {
    display: block;
    width: 100%;
    height: 60px;
}
.searchButtonsClinics {
    display: block;
    float: left;
    min-width: 130px;
    max-width: 40%;
    margin-left: 12px;
}
.info-left-middle-scheduler {
    display: block;
    float: left;
    width: 30%;
    height: auto;
    padding-right: 10px;
}
.info-right-scheduler {
    display: block;
    float: left;
    width: 40%;
    height: auto;
}
.info-right-large-scheduler {
    display: block;
    float: left;
    width: 70%;
    height: auto;
}
.info-full-scheduler {
    display: block;
    width: 100%;
    height: auto;
}
.input-container-left {
    display: block;
    float: left;
    width: 90%;
}
.input-container-right {
    display: block;
    float: right;
}
.phone-container-left {
    display: block;
    float: left;
    width: 50%;
}
.phone-container-right {
    display: block;
    float: right;
}
.prefs-container {
    width: 100%;
    margin-bottom: 40px;
}
.prefs-container-left {
    display: inline-block;
    float: left;
    width: 48%;
    margin-bottom: 30px;
}
.prefs-container-right {
    display: inline-block;
    float: right;
    width: 50%;
}
.weightclass {
    text-align: center;
    height: 21px;
}
.rightmargin10 {
    margin-right: 10px;
}
.thinborder {
    border: thin solid #D1D1D1;
    padding: 20px;
}
.outer-task-box {
    display: block;
    width: 100%
}
.task-box-100 {
    display: block;
    float: left;
    height: 48px;
    width: 100%;
}
.task-box-18 {
    display: block;
    float: left;
    height: 48px;
    width: 18%;
    margin: 0px 0px 0px 8px;
}
.task-box-14 {
    display: block;
    float: left;
    height: 48px;
    width: 14%;
    margin: 8px 0px 0px 8px;
}
.task-box-22 {
    display: block;
    float: left;
    height: 48px;
    width: 22%;
    margin: 0px 0px 0px 8px;
}
.task-box-30 {
    display: block;
    float: left;
    height: 48px;
    width: 30%;
    margin: 8px 12px 0px 8px;
    border-right: thin solid #9E9E9E;
}
.task-box-45 {
    display: block;
    float: left;
    height: 48px;
    width: 45%;
    margin: 8px 0px 0px 8px;
}
.task-box-12 {
    display: block;
    float: left;
    height: 48px;
    width: 12%;
    margin: 8px 0px 0px 8px;
}
input.rightmargin10 {
    margin-right: 10px;
}
span.maxreminders {
    max-width: 14px;
}
.clearfloats {
    clear: both;
}
#reminders table {
    table-layout: fixed;
    border: none;
    width: 96% !important;
    min-width: 320px !important;
}
/*#outputSample {
	display: block;
	float: left;
	max-width: 100%;
}*/
#outputList {
	display: block;
	float: left;
	width: 100%;
}
#outputAjax {
	display: block;
	width: 100%;
}
.shorttd {
    width: 48%
}
.longtd {
    width: 96%;
}
/*#reminders tr {
	padding: 10px 0px;
}*/
/*#reminders td {
	width: 48%;
}*/
#reminders td.tbold {
    font-weight: bold;
}
#reminders td.lalign {
    text-align: left;
}
#reminders td.ralign {
    text-align: right;
}
#endDate.hidden {
    visibility: hidden;
}
#referralForm {
    display: none;
}
#sentMsg {
    display: none;
}
#testbannercontainer {
	width: 100%;
    text-align: center;
}
#testbanner {
	display: block;
    margin: 0 auto;
    max-width: 1470px;
    height: 24px;
    background-color: #430102;
	color: white;
}
label.remindernum {
    float: right;
    padding: 0 6px;
    color: #02646f;
    text-align: center;
}
.table-custom1 tr td {
    padding-right: 2px;
    padding-left: 2px;
    border: none !important;
}
.table-custom-reminders td {
    padding: 4px 8px !important;
}
#main-container {
    width: 100%;
    padding: 0px 12px;
    margin-bottom: 30px;
}
#top-left-container {
    display: block;
    float: left;
    width: 48%;
}
div#top-left-container.topleftplan {
    width: 40%;
}
#top-right-container {
    display: block;
    float: right;
    width: 48%;
}
div#top-right-container.toprightplan {
    width: 56%;
}
#left-container {
    display: block;
    float: left;
    width: 48%;
    height: 700px;
    margin-right: 8px;
    border-right: solid thin #666666;
    overflow-y: scroll;
}
div#left-container.leftplan {
    width: 40%;
}
div#plan-container {
    display: block;
    width: 100%;
    padding: 0px 12px;
}
#right-container {
    display: block;
    float: right;
    width: 48%;
    height: 700px;
    margin-left: 8px;
    overflow-y: scroll;
}
div#right-container.rightplan {
    width: 56%;
}
#top-left-container-plan {
    display: block;
    float: left;
    width: 40%;
}
#top-right-container-plan {
    display: block;
    float: right;
    width: 56%;
}
#left-container-plan {
    display: block;
    float: left;
    width: 40%;
    height: 700px;
    margin-right: 8px;
    border-right: solid thin #666666;
    overflow-y: scroll;
}
#right-container-plan {
    display: block;
    float: right;
    width: 56%;
    height: 700px;
    margin-left: 8px;
    overflow-y: scroll;
}
#left-container-workbench {
    display: block;
    float: left;
    width: 18%;
    margin-right: 8px;
    background-image: url("../images/menu-bkg.png");
    /*background:#3c444f;*/
    /*height: 700px;*/
    height: auto;
}
#right-container-workbench {
    display: block;
    float: right;
    width: 79%;
    margin-left: 8px;
    /*height: 700px;
	overflow-y: scroll;*/
    height: auto;
}
td.leftpad {
    padding-left: 2px;
}
#wrapper {
    width: auto;
    margin: 4px auto;
    font-size: 1.2em;
}
#workbench-title {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 0px;
    font-size: 1.8em;
    background-color: #02646f;
    color: #fff;
}
#fullwidth {
    display: block;
    width: 100%;
    padding: 6px 0px;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    font-weight: 600;
    background-color: #02646f;
    color: #fff;
}
img.plan-pet-img {
    width: auto;
    height: auto;
    padding: 4px;
}
article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 500px;
    -moz-column-width: 500px;
    column-width: 500px;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    display: block;
}
.equal-height-sides {
    display: flex; /* equal height of the children */
    width: 1446px;
}
.menu {
    width: auto;
    height: auto;
    margin: 0px 4px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
}
.menu > li {
    background-color: #616975;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)), to(rgb(80, 88, 100)));
    background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#727a86', EndColorStr='#505864');
    border-bottom: 1px solid #33373d;
    -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
    -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
    box-shadow: inset 0px 1px 0px 0px #878e98;
    width: 100%;
    height: 3em;
    line-height: 3em;
    text-indent: 1.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
}
.menu > li:hover, .menu > li.active {
    cursor: hand;
    cursor: pointer;
    background-color: #02646f;
    color: #f8a63d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 114, 127)), to(rgb(2, 110, 111)));
    background-image: -webkit-linear-gradient(top, rgb(0, 114, 127), rgb(2, 100, 111));
    background-image: -moz-linear-gradient(top, rgb(0, 114, 127), rgb(2, 100, 111));
    background-image: -o-linear-gradient(top, rgb(0, 114, 127), rgb(2, 100, 111));
    background-image: -ms-linear-gradient(top, rgb(0, 114, 127), rgb(2, 100, 111));
    background-image: linear-gradient(top, rgb(0, 114, 127), rgb(2, 100, 111));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00727f', EndColorStr='#02646f');
    border-bottom: 1px solid #103c56;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
    -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
    box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.table-custom th {
    padding: 15px 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #f2f3f8;
}
.table-custom.table-custom-primary thead th {
    color: #333333;
    background: #f8a63d;
    border: 0;
}
.rowOverlayDarker tr {
    background-color: #000;
    z-index: 0;
    opacity: 0.5;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
.button.w40 {
    min-width: 40px;
    max-width: 40px;
}
.button-lg2 {
    min-width: inherit;
}
.breakitup {
    overflow-wrap: break-word;
}
.table-custom-border tr td {
    border-bottom: 3px solid #f8a63d;
}
.section-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}
.section-image-aside {
	position: relative;
}

.section-image-aside-img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	-webkit-background-size: cover;
	background-size: cover;
}

.section-image-aside-left .section-image-aside-img {
	right: 100%;
}

.section-image-aside-right .section-image-aside-img {
	left: 100%;
}
.d-none {
	display: none !important;
}
.divider-lg {
	width: 80px;
	height: 4px;
	margin: 30px auto 30px;
}
.redBadge {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    top: 14px;
    right: 6px;  
    border-radius: 50%;
    background-color: red;
    color: white;
}
.bg-java {
	background-color: #23D5AE;
}

.bg-java:not([style*="background-"]) + .bg-java:not([style*="background-"]) {
	padding-top: 0;
}
html .page .offset-top-34 {
	margin-top: 34px;
}
html .page .offset-top-30 {
	margin-top: 30px;
}
html .page .offset-top-0 {
	margin-top: 0;
}
.btn-ellipse.btn {
	border-radius: 23px;
}
.btn-java {
	color: #ffffff;
	background-color: #23D5AE;
	border-color: #23D5AE;
}

.btn-java.focus, .btn-java:hover, .btn-java.active,
.open > .btn-java.dropdown-toggle {
	color: #ffffff;
	background-color: #294481;
	border-color: #294481;
}

.btn-java.active,
.open > .btn-java.dropdown-toggle {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.btn-java.active:focus, .btn-java.active.focus,
.open > .btn-java.dropdown-toggle:focus,
.open > .btn-java.dropdown-toggle.focus {
	color: #ffffff;
	background-color: #294481;
	border-color: #294481;
}

.btn-java.disabled, .btn-java[disabled],
fieldset[disabled] .btn-java {
	pointer-events: none;
	opacity: .5;
}

.btn-java .badge {
	color: #23D5AE;
	background-color: #ffffff;
}
.modal-admin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}
.modal-admin-outer {
    display: block;
    max-width: 500px;
    background-color: #fefefe;
    margin: auto;
    border: 2px solid #000000;
    padding: 20px;
    height: auto;
    overflow: auto;
}
.modal-doctor-details {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}
.modal-doctor-details-outer {
    display: block;
    max-width: 500px;
    background-color: #fefefe;
    margin: auto;
    border: 2px solid #000000;
    padding: 20px;
    height: auto;
    overflow: auto;
}
@media (min-width: 1470px) {
	.shelly + .shelly {
		margin-top: 0px;
	}
}

@media (min-width: 1200px) {
    .section-lg2 {
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .shelly + .shelly {
	margin-top: 0px;
}
}
@media (min-width: 576px) {
  .justify-content-sm-center {
		justify-content: center !important;
	}
    .section-sm-top-50 {
		padding-top: 50px;
	}
}
@media (min-width: 768px) {
  .pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
    .pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
    .justify-content-md-start {
		justify-content: flex-start !important;
	}
    .d-md-block {
		display: block !important;
	}
    .section-md-bottom-66 {
		padding-bottom: 66px;
	}
    .section-md-top-110 {
		padding-top: 110px;
	}
    .hr-md-left-2 {
		margin-left: 2px;
	}
    html .page .offset-md-top-60 {
		margin-top: 60px;
	}
}
@media (min-width: 992px) {
    html .page .inset-lg-right-93 {
		padding-right: 93px;
	}
}

.gray-section .gray-section-title {
    line-height: 65px;
    background: #036470;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    padding: 0 0 0 29px;
}

.gray-section.p-bottom{
    padding-bottom: 50px;
}
.gray-section .gray-section-table{
    width: 100%;
}

.gray-background {
    background-color: #f2f3f8;
}

.gray-section .gray-section-table tr:nth-child(even) {
    background-color: #f2f3f8;
}

.gray-section .gray-section-table th {
    text-align: center;
    line-height: 65px;
    width: 64px;
    color: #3e3e3e;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
}

.gray-section .gray-section-table td {
    text-align: center;
    line-height: 65px;
    color: #151515;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
}

.ico-label{
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    padding-left: 22px;
}

.ico-lable-visa {
    background: url("../images/logo-visa.svg") center left no-repeat;
    padding-left: 45px;
}
.ico-label-remove {
    color: #e33030;
    background: url("../images/ico-remove.svg") center left no-repeat;
}
.ico-label-edit {
    background: url("../images/ico-edit.svg") center left no-repeat;
    color: #f39622;
}

.row-cancel-subscription{
    margin: 65px 0 65px 0;
}

