
#loading{display:none;}

.modal-header{
		background-color:#484f57;
		padding-top:10px !important;
		padding-bottom:10px !important;
		border-top-left-radius:13x !important;
		

		}
.modal-header h3{
		color: #fff;
		line-height:30px;
		margin-top:0px;
		margin-bottom:0px;
		font-size:23px;

		}

.modal-dialog-big {
	width:850px !important;

		}

.modal-dialog-xbig {
	width:1050px !important;

		}

.close		
{
	 background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    cursor: pointer !important;
    padding: 0 !important;
   float: right !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 20px !important;
    opacity: 0.2 !important;
    text-shadow: 0 1px 0 white !important;
	color:white !important


}
.modal-content {box-shadow:0 3px 9px rgba(0, 0, 0, 0.5) !important;border:1px solid rgba(0, 0, 0, 0.2) !important;border-radius:13px;}


.dropdown-menu{ border:1px solid #666666}

.alert h4{ width:30% !important}

.ui-button-text{
	font-size:13px !important;
	font-family:inherit !important;
	
	}

.ui-state-active{
	background-color:#367fa9 !important;
	color:white !important;
	
	}	
	

.select2-choice { line-height:10px !important}

.i1 {
    background: red;
    font-size:12px;
    height:40px;
    width:80px;
    padding:20px;
    color:#fff; 
    z-index: 99;
    bottom: 10px;
    left: 50px important!;
    border: 2px solid white;
/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:99999;
	}
.alert h4{ display:none;!important}
.alert { margin:10px 0px !important}
.alert { padding:10px !important}
.alert-warning span:before{ content:"\f071"; font-size:18px; margin-right:7px; font-family: FontAwesome;}
.alert-success span:before{ content:"\f00c"; font-size:18px; margin-right:7px; font-family: FontAwesome;}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size:12px !important;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-size:12px !important;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-focus {
  font-size:12px !important;
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

	
	.blink {
	color:#f39c12;
	font-style:italic;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}			
	
	
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1040 !important;
    display: none;
    width: 400px !important;
    max-width: 400px !important;
    padding: 1px;
    text-align: left;
    background-color: # fff;
    background - clip: padding - box;
    border: 1 px solid# ccc;
    border: 1 px solid rgba(0, 0, 0, 0.2);
    border - radius: 6 px;
    box - shadow: 0 5 px 10 px rgba(0, 0, 0, 0.2);
    white - space: normal
}
.popover.top {
    margin - top: -10 px
}
.popover.right {
    margin - left: 10 px
}
.popover.bottom {
    margin - top: 10 px
}
.popover.left {
    margin - left: -10 px
}
.popover-title {
    margin: 0;
    padding: 8 px 14 px;
    font-size: 18px !important;
    font-weight: normal;
    line-height: 20px !important;
    background - color: #f7f7f7;
    border - bottom: 1 px solid# ebebeb;
    border - radius: 5 px 5 px 0 0
}
.popover - title: empty {
    display: none
}
.popover - content {
    padding: 9 px 14 px
}
.popover.arrow,
.popover.arrow: after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border - color: transparent;
    border - style: solid
}
.popover.arrow {
    border - width: 11 px
}
.popover.arrow: after {
    border - width: 10 px;
    content: ""
}
.popover.top.arrow {
    left: 50 %;
    margin - left: -11 px;
    border - bottom - width: 0;
    border - top - color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: # fff
}
.popover.right.arrow {
    top: 50 %;
    left: -11 px;
    margin - top: -11 px;
    border - left - width: 0;
    border - right - color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: # fff
}
.popover.bottom.arrow {
    left: 50 %;
    margin - left: -11 px;
    border - top - width: 0;
    border - bottom - color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: # fff
}
.popover.left.arrow {
    top: 50 %;
    right: -11 px;
    margin - top: -11 px;
    border - right - width: 0;
    border - left - color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: # fff;
    bottom: -10 px
}
	
	
	
 .popover .appointment .alert {
  margin-bottom: 4px;
}

 .popover .appointment table {
  width: 100%;
  font-size:12px !important;
}

 .popover .appointment table tr th, .popover .appointment table tr td {
  border-collapse: collapse;
  border: 1px dotted transparent;
  border-bottom-color: #000;
  line-height: 2;
}

 .popover .appointment table tr:last-child th, .popover .appointment table tr:last-child td {
  border-bottom-color: transparent;
}

 .popover .appointment table tr th {
  white-space: nowrap;  text-align:left
}

 .popover .appointment table tr th:after {
  content: '';
  display: inline-block;
  width: 10px;
}

 .popover .appointment .actions .btn[data-action="
		view "] {
  width: 100%;
  box-sizing: border-box;
}

 .popover .appointment .actions .btn[data-action="
		edit "] {
  float: left;
}

 .popover .appointment .alert {
  padding: 4px;
}

 .popover .blocked-time .actions {
  padding: 0.25em 2em;
}

 .popover .blocked-time .actions .btn[data-action="
		edit "] {
  float: left;
}

 .popover .blocked-time .actions .btn[data-action="
		delete "] {
  float: right;
}



.popover.in {
    z-index: 999999 !important;
}