﻿html, body {
    padding-bottom: 0px;
    height: 92%;
}

* {
    font-family: 'Open Sans', sans-serif !important;
}

.shadow {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.mainBubble {
   margin:auto; background-image: url('../../Content/img/bubble_main.png');height:41px ;text-align:left; vertical-align:middle;max-width: 560px; background-repeat:no-repeat;  background-size: auto 41px;
}
.downloadIconShadow {
    height:40px;
    -webkit-filter:drop-shadow(5px 5px 5px #222); 
    filter: drop-shadow(5px 5px 5px #222);
}
.clinic_a {
   padding:30px;padding-left:100px;padding-right:100px;
}
.nnbutton {
    color: #9d4912 !important;
    border: 1px solid;
    border-radius: 10px;
    padding: 8px;
    font-weight: 700;
    display: inline-block;
    float: right
}

.specialty {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #212121;
    margin: 3px 0;
    text-indent: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    text-decoration: none;
}

.specialtyBold {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight:700;
    color: #710000;
    margin: 3px 0;
    text-indent: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    text-decoration: none;
}
.mySlides {
    display: none;
}

.searchrow {
    margin-bottom: 15px;
}

    .searchrow:hover {
        /*background-color: #c7c7c7;*/
    }

.timslotActive {
    background-color: #f5efef;
    padding: 6px;
    padding-left:12px;
    padding-right:12px;
    margin-top: 1px;
    text-decoration: none;
    border-radius:5px;
    border:0px;
    
}
.timslotActive:hover { 
    background-color: #B9100D;
    color:white;
   
}
.timslotInActive {
    background-color: #ada9a9;
    text-decoration: line-through;
 
    padding: 6px;
    padding-left:12px;
    padding-right:12px;
    margin-top: 1px;
   
    border-radius:5px;
    border:0px;


}
.fade { 
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
#horizontalScroller {
    /*position: relative;*/
    width: 100%;
    height: 52px;
    /*border: 1px solid red;*/
    overflow: hidden;
  
}

    #horizontalScroller > div {
        /*position: absolute;*/
        width: 200px;
        height: 50px;
        /*border: 1px solid blue;*/
        overflow: hidden;
    }

.rdonly:hover {
    cursor: pointer;
}

.back {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    color: #044d0b;
    margin: 3px 0;
    text-indent: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
}

.specialty:hover {
    background-color: #B9100D;
    color: white;
    text-decoration: none;
}
.specialtyBold:hover {
    background-color: #B9100D;
    color: white;
    text-decoration: none;
}
.back:hover {
    background-color: #044d0b;
    color: white;
    text-decoration: none;
}

div.listing {
    -moz-columns: 15em;
    -webkit-columns: 16em;
    columns: 16em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

    div.listing a {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        /* Firefox is dumb */
        break-inside: avoid;
    }

    /* pretty it up! */
    div.listing a {
    }

.searchDiv {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

div.listing a:first-child {
    margin-top: 0;
}

.site-footer {
    background: #B9100D;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100px;
    text-align: center;
    padding: 10px;
    color: white;
    box-sizing: border-box;
}

.page-wrap {
    padding-top: 50px;
    min-height: 90%;
    box-sizing: border-box;
    background-color: white;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

.mainButton {
    background-color: #B9100D;
    color: white;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
}

    .ui-dialog-titlebar-close:hover {
        background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    }

.secondaryButton {
    background-color: #cfcfcf;
    color: black;
    font-weight: bold;
}


.slim {
    font-family: "Open Sans", Arial;
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.bounding-box {
      background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display:inline-block;
    height: 60px;
    margin-right:40px;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4); /* IE */
    -moz-transform: scale(1.4); /* FF */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */
    padding: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.linkButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479BA;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 560px;
}

.box {
    position: relative;
    display: inline-block;
    /*width: 100px;
  height: 100px;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .box::after {
        content: "";
        border-radius: 5px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .box:hover {
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.25, 1.25);
        z-index: 100;
    }

        .box:hover::after {
            opacity: 1;
        }


.td_cell {
    border: 1px solid #cfcfcf;
    text-align: center;
    width: 150px;
    min-width: 150px;
    vertical-align: top;
    padding: 0;
    background-image: url('img/cell.png');
    background-repeat: repeat-y;
}

.all_scroller {
    width: 970px;
    height: 620px;
    overflow: auto;
}

.td_row {
    border: 1px solid white;
    text-align: right;
    width: 50px;
    height: 80px;
    min-width: 50px;
    max-width: 50px;
    vertical-align: top;
    padding: 0;
    color: White;
    font-weight: bold;
    background-color: #847676;
}

.td_header {
    border: 1px solid white;
    text-align: center;
    width: 149px;
    height: 45px;
    min-width: 149px;
    max-width: 149px;
    vertical-align: middle;
    padding: 0;
    color: White;
    font-weight: bold;
    /*background-color: #d06f6f;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#febbbb+0,fe9090+31,ff5c5c+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2825b+0,f07146+100 */
    background: #B9100D; /* Old browsers */
}

a.linkStyle {
    color: rgb(120,255,30);
}

table {
    padding: 0;
}

td {
    padding: 0;
    vertical-align: top;
}
/*.datePicker
{
    width: 130px;
}*/
.vertical_scroller {
    width: 50px;
    height: 600px;
    overflow: hidden;
}

.horizontal_scroller {
    width: 950px;
    height: 47px;
    overflow: hidden;
}

.plan_item_task {
    width: 149px;
    position: absolute;
    z-index: 1;
    border: 1px solid green;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    text-align: left;
    font-size: smaller;
}

.plan_item_chg {
    width: 149px;
    position: absolute;
    z-index: 2;
    border: 1px solid #588a73;
    border-radius: 5px 5px 3px 3px;
    overflow: hidden;
    text-align: left;
    font-size: smaller;
}

.plan_item_na {
    width: 149px;
    position: absolute;
    z-index: 0;
    border: 1px solid #588a73;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-size: smaller;
    background-image: url('img/cellnosch.png');
    background-repeat: repeat-y;
}

.plan_item_cleandown {
    width: 149px;
    position: absolute;
    z-index: 1;
    border: 1px solid red;
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
    text-align: left;
    font-size: smaller;
}

.plan_item_Downtime {
    width: 149px;
    position: absolute;
    z-index: 1;
    border: 1px solid red;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    text-align: left;
    font-size: smaller;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    /*position: relative;*/
    min-height: 100%;
}
/*body {
 
  margin-bottom: 60px;
}*/
.footer {
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 180px;
    color: white;
    background-color: #B9100D;
    text-align: center;
    vertical-align: middle;
}

a {
    color: white;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.videoContainer {
    position: relative;
    width: 100%;
    background-attachment: scroll;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
/*.videoContainer video {
  
    min-height: 100%;
    position: relative;
    display:block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}*/

.rounded {
    border-radius: 5px;
    height: 35px;
    margin-right: -5px;
    margin-left: -5px;
    border: solid 1px #808080;
}

.videoContainer .overlay {
    height: 500px;
    width: 100%;
    max-height: 500px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0.85;
    /*min-height: 100%;  /* Fallback for browsers do NOT support vh unit 
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.row-xs-flex-center {
    display: flex;
    align-items: center;
}

@media ( min-width:768px ) {
    .row-sm-flex-center {
        display: flex;
        align-items: center;
    }
}

@media ( min-width: 992px ) {
    .row-md-flex-center {
        display: flex;
        align-items: center;
    }
}

@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .video1 {
        display: block;
        height: auto;
        left: 50%;
        min-width: 660px;
        min-height: 100%;
        position: absolute;
        top: 50%;
        width: auto;
        transform: translateX(-50%) translateY(-35%);
        /*background-size: cover;

        background:transparent url('/Content/img/videoposter.jpg') no-repeat 0 0;
   -webkit-background-size:cover;
   -moz-background-size:cover;
   -o-background-size:cover;*/
    }

    .video2 {
        background-color: #000;
        display: block;
        height: auto;
        left: 50%;
        min-width: 700px;
        min-height: 100%;
        position: absolute;
        top: 50%;
        width: auto;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .video1 {
        background-color: #000;
        display: block;
        height: 400px;
        left: 50%;
        min-width: 100%;
        min-height: 400px;
        position: absolute;
        top: 50%;
        width: auto;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }

    .video2 {
        background-color: #000;
        display: block;
        height: 400px;
        left: 50%;
        min-width: 100%;
        min-height: 400px;
        position: absolute;
        top: 50%;
        width: auto;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
    }

    .videoContainer {
        height: 400px !important;
    }

        .videoContainer .overlay {
            min-height: 400px !important;
        }
}

@media (max-width: 968px) {

    .divcenterxs {
        text-align: center !important;
        padding-bottom: 15px;
    }

    .smallmarginleft {
        margin-left: 20px !important;
    }

    .smallmarginright {
        margin-right: 20px !important;
    }
}

.navbar {
    background-color: #8e181b;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
    color: #f1f1f1;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #f1f1f1;
        background-color: #b27677;
    }

@media only screen and (max-width: 766px) {
    .collapsing, .in {
        background-color: #6d6d6d;
    }

        .collapsing ul li a, .in ul li a {
            color: white !important;
        }

            .collapsing ul li a:hover, .in ul li a:hover {
                color: #f1f1f1 !important;
            }
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
