body {
  padding-top: 50px;
  background: #cbe7fa!important;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}


p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
}

@media ( min-width :768px) {
	p {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 1.6;
	}
}

p:last-child {
	margin: 0;
}

form {
	margin: 0;
}

.navbar {
	background: #3a3c41;
}

.navbar a {
	color: #cbe7fa !important;
}

.dropdown-menu > li > a, .navbar a:hover, .nav > li > a:focus, .nav > li > a:hover, .open > a {
	color: #333 !important;
}

.dropdown-menu {
	background-color: #eee !important;
}

.navbar-brand {
	padding: 7px 15px !important;
}

.navbar-right {
	margin-right: 0;
}

.default-container .navbar-right {
	margin-right: -15px;
}

.brand img {
    width: 36px;
}

.logo {
	width: 36px; margin-top: 7px;
}

.row {
	margin-bottom: 20px;
}

.modal-header, .modal-footer {
	background: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
}

.modal-body .row {
	margin-bottom: 15px;
}

.row:last-of-type, .modal-boday .row:last-of-type {
	margin-bottom: 0px;
}

.modal-body hr {
	margin: 15px 0;
}

.input {
	position: relative;
}

.input .form-control.error {
	border: solid 1px #a94442;
}

.input label.error {
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #a94442;
	font-size: .75em;
}

#calendar-holder label.error {
	position: absolute;
	bottom: -20px;
	left: 15px;
	color: #a94442;
	font-size: .75em;
}

.btn + .btn {
	margin-left: 10px;
}

.checkbox:first-of-type, .radio:first-of-type {
	margin-top: 0; 
}

.checkbox {
	margin-left: 10px;
}

.checkbox .selected {
	color: #31708f;
    background-color: #d9edf7;
    border-radius: 4px;
	margin-left: -5px;
	padding: 0 10px 0 25px;
}

/*** Font Awesome ***/
.fa-c:before {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    content: 'C';
}

.fa-h:before {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    content: 'H';
}

.fa-w:before {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    content: 'W';
}

.fa-d:before {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    content: 'D';
}

/*** Panels ***/
.panel-group:last-of-type, .panel:last-of-type, .well:last-of-type {
	margin-bottom: 0;
}

.panel-heading {
	font-weight: bold;
    border-top-left-radius: inherit; 
    border-top-right-radius: inherit;
}

.panel-heading span {
	font-size: 1.75em;
	font-weight: normal;
}

.panel-group .panel {
	border: solid 1px #ddd;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-heading .fa {
	margin-top: 6px;
}

.panel-group .panel-heading .fa {
	margin-top: 0;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*** Tables ***/
.table {
	width: 100% !important;
}

/*** Full Calendar ***/
#calendar {
	width: 100%;
	margin: 0 auto;
}

.fc-widget-doctor-holder {
	text-align: left !important;
	padding: 3px 0 0 6px !important;
}

.fc-widget-doctor-holder.warning {
    background-color: #f0ad4e;
}

.fc-widget-doctor-holder.danger {
    background-color: #d9534f;
}

.fc-event {
	border-radius: 0px;
	border-color: #dddddd;
	border-bottom: none;
	border-left: none;
	color: #333333;
}

.fc-event:hover {
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}

.fc-content {
	
}

.fc-title {
	display: inline-block;
	font-size: 1em !important;
	padding: 3px 0 0 3px !important;
}

.fc-client-icons {
	display: inline-block;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	font-size: 1em;
	border: solid 1px #333333;
	margin: 1px 0 0 3px;
    padding: 1px 3px 0 3px;
}

.fc-client-icons .fa-rotate-135 {
	margin-right: 2px;
}

.fc-notes {
	
}

.fc-client-missing-contact-method-icons, .fc-client-preferred-contact-method-icons {
	display: inline-block;
	float: right;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	font-size: 1em !important;
	border: solid 1px #333333;
	margin: 1px 3px 0 0;
    padding: 1px 3px 0 3px;
}

.fc-time-range {
	font-size: 1em !important;
	padding: 3px 0 0 3px !important;
}

.fc-event-container .default {
    background-color: #f5f5f5;
}

.fc-event-container .primary {
	background-color: #337ab7;
}

.fc-event-container .success {
	background-color: #5cb85c;
}

.fc-event-container .info {
	background-color: #5bc0de;
}

.fc-event-container .warning {
	background-color: #f0ad4e;
}

.fc-event-container .danger {
	background-color: #d9534f;
}

.fc-button {
	text-transform: capitalize;
}

/*** Modal ***/
.modal-title {
	font-size: 1.75em;
}

/*** Data Tables ***/
.dataTables_length, .dataTables_info {
	float: left;
}

.dataTables_filter, .paging_simple_numbers {
	float: right;
}

.dt-buttons {
	float: right;
	clear: right;
}

.dt-print-view h1 {
	text-align: center;
}

/*** Autocomplete ***/
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
	display: inline-block;
	width: 100%;
	
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	text-decoration: none;
}

/*** Reports ***/
.contacted-btn {
    margin-bottom: 10px;
}

.contacted-btn, .left-message-btn, .send-email-btn {
    width: 100%;
}

/*** Carousel ***/
.carousel-indicators {
	bottom: -25px;
}

.carousel-indicators li {
	border: solid 1px #333;
}

.carousel-indicators .active {
	background-color: #333;
}

/*** Misc ***/	    	
.toll-free-number-container {
	padding: 15px;
	border-right: solid 1px #55565b;
	color: #cbe7fa;
}

.toll-free-number {
	color: #afe649;
}

.intro {
	width: 100%;
	height: auto;
	padding: 100px 0;
	color: #fff;
	background: url(/img/spread.png) no-repeat bottom center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}

.intro .intro-body .brand-heading {
	font-size: 40px;
}

.intro .intro-body .intro-text {
	color: #3a3c41;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 100% !important;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse { 
	0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}

	50% {
	-webkit-transform: scale(1.2);
	transform:scale(1.2);
	}
	100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
}

@-moz-keyframes pulse { 
	0% {
	-moz-transform: scale(1);
	transform: scale(1);
	}
	50% {
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}
	100% {
	-moz-transform: scale(1);
	transform: scale(1);
	}
}

/*** Media ***/
.modal-dialog {
    margin: 30px auto;
}
	
@media screen and (max-width: 1024px) {
	.modal-dialog {
	    width: 768px;
	    margin: 30px auto;
	}
}

@media screen and (max-width: 768px) {
	.modal-dialog {
	    width: 600px;
	    margin: 30px auto;
	}
}

@media screen and (max-width: 640px) {
	.modal-dialog {
	    width: 560px;
	    margin: 30px auto;
	}
	
	.logo {
		margin-left: 15px;
	}
}

/*
@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
*/