body > div > div.dropdown.open {
    position: absolute;
}

.notificationItem {
    color: red !important;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 85px;
}

.notificationItem:hover {
    background-color: #f3f3f3;
}

.notificationItem:before {
    content: '';
    display: block;
    height: 1px;
    margin-left: -7px;
    margin-top: -3px;
    width: 110%;
    background-color: #f3f3f3;
}

.notificationItem:first-child:before {
    background: none;
}

.permitRatesBorder {
    border: 1px solid #dedede;
    padding-left: 5px;
}

.scrollableFatModal {
    overflow-y: scroll;
    max-height:85%;
    margin-top: 50px !important;
    margin-bottom:50px !important;
    min-width: 50%;
}

.modal-content {
	border: 0px solid transparent;
  	border-radius: 3px;
  	/*overflow-x: hidden;*/
}

/*.input-group {
	!*margin-top: 3px !important;*!
}*/

.floating-label-form-group .control-label {
	font-size: 19px !important;
}

.floating-label-form-group {
	/*height: 70px !important;*/
    height: inherit;
}

.spacer-bottom {
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .modal-dialog-form {
        width: 80% !important;
        max-width: 800px !important;
    }
}

.coloredBox {
    float: left;
    width: 10px;
    height: 10px;
    margin: 5px;
    margin-top: 7.1px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.bg-warning {
	background: #ff9800;
}

.bg-danger {
	background:  #e51c23;
}

.bg-success {
	background:  #5cb85c;
}

.bg-muted {
	background:  #6c757d;
}

.bg-secondary {
	background:  #666666;
}
.bg-purple {
	background:  #9c27b0;
}

.radio-button-spacing {
	width: 20%;
	margin-left: 5px;
	margin-top: 5px;
}

.radio-button-spacing-larger {
    width: 100%;
    margin-left: 5px;
    margin-top: 5px;
}

.bordered-grouping {
    margin-bottom: 10px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    padding: 15px;
}

select, select.form-control {
	line-height: 1.56;
}

.ui-messages-error-icon{
 display: none;
}

.ui-message-fatal-summary{
    margin-left:0px;
}

.tooltip-zindex {
    z-index: 3000 !important;
}

.modal-zindex {
	z-index: 2000 !important;
}
.modal-body-scroll-1 {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.green-box{
    background-color: #73AD21;
}
.yellow-box{
    background-color: #dfa700 !important;
    color: white !important;
    font-weight: bold;
    padding: 6px !important;
}
.red-box{
    background-color: #e43d1c;
    color: #FFFFFF;
}
.blue-box{
	background-color: #2196f3;
    color: #FFFFFF;
}
.gray-box{
    background-color: #DCDCDC;
    color: #564c4c !important;
}

.msg-box {
    border-radius: 2px 10px;
    padding: 5px;
    text-align:center;
    text-decoration: none;
    display: inline;
}

.multi-line-msg-box {
	border-radius: 2px 10px;
	padding: 5px 7px;
	text-align:left;
    text-decoration: none;
}
.decoration-none {
	text-decoration: none;
}

.bootstrap-select .active {
    background-color: #eeeeee;
}

.bootstrap-select .selected {
    background-color: #1c7ebd;
    color: #FFFFFF !important;
}

.bootstrap-select .selected a {
    color: #FFFFFF !important;
}

.ui-state-highlight .text-muted {
	color: #FFFFFF !important;
}

.ui-state-highlight .text-success {
	color: #FFFFFF !important;
}

.ui-state-highlight .text-primary {
	color: #FFFFFF !important;
}

.ui-state-highlight .text-warning {
	color: #FFFFFF !important;
}

.ui-state-highlight .text-danger {
	color: #FFFFFF !important;
}



.list-group{
    margin-bottom: 0;
}


.list-group>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.846;
    color: #666666;
    white-space: nowrap;
}

.hasDatepicker .ui-datepicker {
	display: block;
    margin: auto;
    border: 1px solid #d0cece;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 65em !important;
}
.hasDatePicker .ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
	margin: 1em 0;
	padding: 0;
}
.ui-datepicker table {
	font-size: 1.2em !important;
}
.hasDatePicker .ui-datepicker td {
	border-collapse:collapse;
	padding: 0;
}
.list-group>li>a:hover, .list-group>li>a:focus {
    text-decoration: none;
    color: #141414;
    background-color: #eeeeee;
}

.list-group .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.popover {
    max-width: none !important;
}

ul, ol {
	/*padding-inline-start: 0 !important;*/
}

.badge-default {
    color: #ffffff !important;
	background: #07599C !important;
}

.badge-yellow {
	background-color: #e89826 !important;
}

@media (min-width: 1700px) {
	.cal-width {
		width: 66.66666667% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1699px) {
	.cal-width {
		width: 83.33333333% !important;
	}
}

@media (max-width: 1199px) {
	.cal-width {
		width: 95% !important;
	}
}

.text-purple {
	color: #9c27b0 !important;
}

.text-green {
	color: #397F39 !important;
}

.text-red {
	color: #D2191F !important;
}

.text-orange {
	color: #B35600 !important;
}

.text-grey {
	color: #4e4e4e !important;
}

.ui-datatable .ui-state-highlight .text-purple {
    color: #ffffff !important;
}

.ui-datatable .ui-state-highlight .text-green {
    color: #ffffff !important;
}

.ui-datatable .ui-state-highlight .text-red {
    color: #ffffff !important;
}

.ui-datatable .ui-state-highlight .text-orange {
    color: #ffffff !important;
}

.ui-datatable .ui-state-highlight .text-grey {
    color: #ffffff !important;
}

.col-centered {
  	float: none;
  	margin: 0 auto;
  	text-align: center;
}

.cal-date {
	font-size: 15px;
	font-weight: bold;
}
.cal-occupancy {
	font-size: 13px;
}

.fc-day-header {
	text-align: center !important;
}

.cal-date-container {
	margin-bottom: 2em;
	margin-right: -1px;
}

.cal-background {
	background-color: #f5f5f5;
}

.progress-bar:last-child:before {
	height: 50%;
}

.cal-badge {
    width: 2.3em;
    height: 0em;
    background-color: #0B75CB;
    border-radius: 70px;
    color: #ffffff;
    padding-bottom: 2.2em;
    text-align:center;
}

.cal-nobadge {
	text-align:right;
	padding-right: 8px;
}

.cal-clock {
	text-align:left;
	padding-left: 8px;
}

.cal-waitlist {
	font-size: 13px;
}

@media screen and (min-width: 1600px) {
 	.cal-date-container {
		margin-bottom: 3em;
		margin-right: -1px;
	}
}

.text-editor {
    height: 500px !important;
}

.text-danger{
    color: #DB1A20;
}

.text-success{
    color: #337533;
}

.btn-primary{
    background-color: #0B72C1;
}

.help-block {
    color: #636363;
}

a {
    color: #096AB9;
}

.modal-title {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-size: 1em;
    font-weight: bold;
}

.bootstrap-select.dropdown-toggle.bs-placeholder,
.bootstrap-select.dropdown-toggle.bs-placeholder:active,
.bootstrap-select.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.dropdown-toggle.bs-placeholder:hover {
    color: #666666 !important;
}
.bootstrap-select.form-control.input-group-btn {
    float: left !important;
    z-index: auto;
}