.clinic-header {
  color:#ffffff; background-color:#3a87ad; padding: 0px 5px 1px 3px;
}

.popup-xm {
  text-decoration: none!important;
}
  .contentbox {
    padding:5px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    margin-bottom: 5px;
    float: left; clear: both;
    width: 94.7%;
  }

  .xs-minheight {
    min-height: 300px;
  }

  .xm-minheight {
    min-height: 500px;
  }

  .patient-notes {
    min-height: 300px;
    overflow: scroll;
  }

.contextheader{
  width: 95.4%;
  background: #f5f6f7;
  color: #000000;
  height: 50px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-family: 'Signika', sans-serif;
}

.contextheader h1 {
  padding-left: 10px;
  display: inline-block;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2471b8;
}

.ch-df-hght {
  min-height: 523px;
}

  .btn-shift {
    margin-right: 10px;
    margin-top: 15px;
  }

  .rcontentbox {
    padding:5px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    margin-bottom: 5px;
    float: left; clear: both;
  }

  .rcontextheader{
    background: #f5f6f7;
    padding: 5px;
    color: #000000;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }

  /*  SECTIONS  */
  .section {
  	clear: both;
  	padding: 0px;
  	margin: 0px;
  }

  /*  COLUMN SETUP  */
  .col {
  	display: block;
  	float:left;
  	margin: 1% 0 1% 0%;
  }
  .col:first-child { margin-left: 0; }

  /*  GROUPING  */
  .cgroup:before,
  .cgroup:after { content:""; display:table; }
  .cgroup:after { clear:both;}
.cgroup { zoom:1; /* For IE 6/7 */ }

  /*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49%;
}


.list-row {
  background: #ededed;
  border: 1px solid #dddddd;
  border-radius: 1px;
  padding: 5px;

}

.list-row-actions {
  margin-top: 7px;
  margin-bottom: 5px;
}

.list-details {

}

.list-details img {
  padding: 5px;
}

.clinicbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  border: solid #408ab8 1px;
  text-decoration: none;
}

.clinicbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.skills-list {
  list-style-type:none;
  margin: 2px 0px 0 0px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 1px;
  overflow-y: scroll;
  min-height: 300px;
}

.skills-list li {
  margin-top: 5px;
}

.clinic-col {
  color:#ffffff;
  background-color:#9f9da0;
  border-radius:5px;
  padding:10px;
  margin:10px;
  float: left;
  position: relative;
  width: 43.4%;
  padding-right: 50px;
}

.clinic-col .summary-title {
  font-size: 15px;
}

.clinic-col .summary-amount {
  font-size: 30px;
  display: inline;
  vertical-align: middle;
}

.clinic-col .summary-amount img {
  vertical-align: middle;
  padding: 5px;
}

.clinic-col .summary-download a {
  color:#ffffff;
}

.clinic-col-offset-1 {

}
.clinic-col-offset-2 {
    left: 40%;
}
.clinic-col-offset-3 {
    left: 60%;
}
.clinic-col-offset-4 {
    left: 80%;
}

.clinic-col-inset-1 {
    left: -20%;
}
.clinic-col-inset-2 {
    left: -40%;
}
.clinic-col-inset-3 {
    left: -60%;
}
.clinic-col-inset-4 {
    left: -80%;
}

.xd-btn-blue {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  border: solid #408ab8 1px;
  text-decoration: none;
}

.xd-btn-blue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.xd-btn-red {
  background: #ce1126;
  background-image: -webkit-linear-gradient(top, #ce1126, #7b0a16);
  background-image: -moz-linear-gradient(top, #ce1126, #7b0a16);
  background-image: -ms-linear-gradient(top, #ce1126, #7b0a16);
  background-image: -o-linear-gradient(top, #ce1126, #7b0a16);
  background-image: linear-gradient(to bottom, #ce1126, #7b0a16);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  border: solid #a40d1e 1px;
  text-decoration: none;
}

.xd-btn-red:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #ce1126, #ce1126);
  background-image: -moz-linear-gradient(top, #ce1126, #ce1126);
  background-image: -ms-linear-gradient(top, #ce1126, #ce1126);
  background-image: -o-linear-gradient(top, #ce1126, #ce1126);
  background-image: linear-gradient(to bottom, #ce1126, #ce1126);
  text-decoration: none;
}

.confirm-dialog {
  display: block;
  margin: 0 auto;
}

.confirm-dialog h1 {

}

.confirm-dialog img {
  display: block;
  margin: 0 auto;
}

.confirm-dialog .top-panel {
  background: #126bbf;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.confirm-dialog .top-panel
  h1 { background: none; color: #ffffff; font-family: 'Raleway',sans-serif; font-size: 45px; font-weight: 800; line-height: 72px; margin: 0 0 24px; text-align: center; text-transform: uppercase; }


.confirm-dialog .bottom-panel {
  padding: 15px;
  text-align: center;
}

.confirm-dialog .action-panel{
  background:#f5f6f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  margin-bottom: 5px;
  padding: 15px;
}

.confirm-dialog .bottom-panel span {
  font-size: 12px;
  text-align: center;
  color: black;
  font-style: italic;
}

.confirm-dialog .bottom-panel h2 { color: #ff4411; font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 10px; }
.confirm-dialog .bottom-panel p { font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 3px; }


.confirm-dialog .btn {
  background: #5fbffa;
  background-image: -webkit-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -moz-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -ms-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -o-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: linear-gradient(to bottom, #5fbffa, #36a6eb);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.confirm-dialog .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*end of Cofirm dialog */

.info-dialog {
  display: block;
  margin: 0 auto;
}

.info-dialog h1 {

}

.info-dialog img {
  display: inline;
  margin: 0 auto;
  float:left;
  width: 10%;
  vertical-align: middle;
}

.info-dialog .top-panel {
  background: #126bbf;
  border-top-right-radius: 8px;
  padding: 5px;
  border-top-left-radius: 8px;
}

.info-dialog .top-panel
  h1 {   display: inline; background: none; color: #ffffff; font-family: 'Raleway',sans-serif; font-size: 20px; font-weight: 800;  margin: 0 0 1px; text-align: left;}

  .info-dialog .top-panel
    p {   display: block; background: none; color: #ffffff; font-family: 'Raleway',sans-serif; font-size: 13px; font-weight: 800;  margin: 0 0 10px; text-align: left;}

.info-dialog .bottom-panel {
  padding: 15px;
  text-align: center;
}

.info-dialog .action-panel{
  background:#f5f6f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  margin-bottom: 5px;
  padding: 15px;
}

.info-dialog .bottom-panel span {
  font-size: 12px;
  text-align: center;
  color: black;
  font-style: italic;
}

.info-dialog .bottom-panel h2 { color: #ff4411; font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 10px; }
.info-dialog .bottom-panel p { font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 3px; }


.info-dialog .btn {
  background: #5fbffa;
  background-image: -webkit-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -moz-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -ms-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -o-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: linear-gradient(to bottom, #5fbffa, #36a6eb);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.info-dialog .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/* info Dialog */

.fancyconfirm-dialog {
  display: block;
   overflow: hidden !important;
  margin: 0 auto;
}

.fancyconfirm-dialog h1 {

}

.fancyconfirm-dialog img {
  display: block;
  margin: 0 auto;
}

.fancyconfirm-dialog .top-panel {
  background: #126bbf;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.fancyconfirm-dialog .top-panel
  h1 { background: none; color: #ffffff; font-family: 'Raleway',sans-serif; font-size: 45px; font-weight: 800; line-height: 72px; margin: 0 0 24px; text-align: center; text-transform: uppercase; }


.fancyconfirm-dialog .bottom-panel {
  margin: 10px;
  text-align: center;
}

.fancyconfirm-dialog .action-panel{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  margin-bottom: 5px;
  padding: 25px;
}

.fancyconfirm-dialog .bottom-panel span {
  font-size: 12px;
  text-align: center;
  color: black;
  font-style: italic;
}

.fancyconfirm-dialog .bottom-panel h2 { color: #ff4411; font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 10px; }
.fancyconfirm-dialog .bottom-panel p { font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 3px; }


.fancyconfirm-dialog .btn {
  background: #5fbffa;
  background-image: -webkit-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -moz-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -ms-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -o-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: linear-gradient(to bottom, #5fbffa, #36a6eb);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.fancyconfirm-dialog .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

/*fancy Dialog */

.fancyinfo-dialog {
  display: block;
  margin: 0 auto;
}

.fancyinfo-dialog h1 {

}

.fancyinfo-dialog img {
  display: inline;
  margin: 0 auto;
  float:left;
  width: 10%;
  vertical-align: middle;
}

.fancyinfo-dialog .top-panel {
  background: #126bbf;
  border-top-right-radius: 8px;
  padding: 5px;
  border-top-left-radius: 8px;
}

.fancyinfo-dialog .top-panel
  h1 {   display: inline; background: none; color: #ffffff; font-family: 'Raleway',sans-serif; font-size: 20px; font-weight: 800;  margin: 0 0 1px; text-align: left;}

  .fancyinfo-dialog .top-panel
    p {   display: block; background: none; color: #ffffff; font-family: 'Raleway',sans-serif; font-size: 13px; font-weight: 800;  margin: 0 0 10px; text-align: left;}

.fancyinfo-dialog .bottom-panel {
  padding: 15px;
  text-align: center;
}

.fancyinfo-dialog .action-panel{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  margin-bottom: 5px;
  padding: 15px;
}

.fancyinfo-dialog .bottom-panel span {
  font-size: 12px;
  text-align: center;
  color: black;
  font-style: italic;
}

.fancyinfo-dialog .bottom-panel h2 { color: #ff4411; font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 10px; }
.fancyinfo-dialog .bottom-panel p { font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 3px; }


.fancyinfo-dialog .btn {
  background: #5fbffa;
  background-image: -webkit-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -moz-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -ms-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -o-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: linear-gradient(to bottom, #5fbffa, #36a6eb);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.fancyinfo-dialog .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(/images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 50px;
  /* is width and height divided by two */
}

/* Circle Spinner for progress loading */
.dialog-spinner {
  display: none;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url(/images/round-status.gif) #111 no-repeat center center;
}

.moreinfo {
  color:#5faad6!important;
  font-weight: 600!important;
}

/* Remove scroll bars on fancy box */
.fancybox-inner {
	 overflow: hidden !important;
 }

/* Table row backgrounds */
.time-square-brown{ font-weight: bolder; color:#ffffff; float:left; background:#938953; padding:5px 20px 5px 25px;}
.time-square-blue{ font-weight: bolder; color:#ffffff; float:left; background:#126bbf; padding:5px 20px 5px 25px;}
.time-square-purple{font-weight: bolder; color:#ffffff;  float:left; background:#9c27b0; padding:5px 20px 5px 25px;}
.time-square-yellow{font-weight: bolder; color:#ffffff; float:left; background:#f05f40; padding:5px 20px 5px 25px;}
.time-square-pink{font-weight: bolder; color:#ffffff; float:left; background:#51b9e8; padding:5px 20px 5px 25px;}

/* Alerts */
.xd-alert {
  font-weight: bolder;
  font-size: 15px;
  padding:15px 20px 15px 25px;
  display: block;
  border: 1px solid;
  margin: 5px 0px 5px 0px;
  border-radius: 5px;
  clear:both;
}

/* Info blue Alert */
.xd-info {
  color:#6a7f92;
  background:#d9edf7;
}

/* Danger Alert */
.xd-danger {
  color:#a94442;
  background:#f2dede;
}

/* Warning Alert */
.xd-warning {
  color:#b19c74;
  background:#fcf8e3;
}

/* Success Alert */
.xd-success {
  color:#2b542c;
  background:#dff0d8;
}

/* Alert Close button */
.xd-alert .xd-close{
  float:right;
  cursor: pointer;
  content: url(/images/x-mark-16.png);
}


/* Search box */
.xd-search-box{

}

.xd-search-container{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.xd-search-container input#search{
  width: 40%;
  height: 35px;
  background: #dddddd;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.xd-search-container input#search::-webkit-input-placeholder {
   color: #65737e;
}

.xd-search-container input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;
}

.xd-search-container input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;
}

.xd-search-container input#search:-ms-input-placeholder {
   color: #65737e;
}

.xd-search-container .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 13px;
  z-index: 1;
  color: #4f5b66;
}

.xd-search-container input#search {
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.xd-search-container input#search:focus {
    width: 100%;
}

/* End Search box */

/* Calendar Legend Colours and boxes */
.cal-legend-box{
    padding:10px;
    margin-top: 5px;
    margin-left: 0px;
    border: 1px solid #dddddd;
}

.cal-legend-box h1 {
  font-size: 15px;
  padding-bottom: 5px;
}

.cal-legend {
  display: inline;
  padding: 0px 5px 0px 5px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin: 0px 5px 0px 5px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .2);
}

.cal-av-blue {
  background: #29abe2;
}

.cal-av-yellow {
  background: #f2ad2e;
}

.cal-av-purple {
  background: #9c27b0;
}

.cal-av-red {
  background: #ce1126;
}

.cal-app-blue {
  background: #3a87ad;
}

.cal-app-green {
  background: #0d9333;
}

/* End Calendar Legend Colours and boxes */

/* Special Css for Dialog */
.xd-col-dialog {
  display: block;
}

.xd-col-dialog h1 {

}

.xd-col-dialog img {
  display: block;
}

.xd-col-dialog .top-panel {
  background: #126bbf;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.xd-col-dialog .top-panel h1 {
    background: none;
    color: #ffffff;
    font-family: 'Raleway',sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 72px;
    margin: 0 0 24px;
    text-align: left;
    text-transform: uppercase;
  }


.xd-col-dialog .bottom-panel {
  padding: 15px;
  text-align: center;
}

.xd-col-dialog .action-panel{
  background:#f5f6f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
  margin-bottom: 5px;
  padding: 15px;
}

.xd-col-dialog .bottom-panel span {
  font-size: 12px;
  text-align: center;
  color: black;
  font-style: italic;
}

.xd-col-dialog .bottom-panel h2 { color: #ff4411; font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 10px; }
.xd-col-dialog .bottom-panel p { font-size: 18px; font-family: 'Signika', sans-serif; padding-bottom: 3px; }


.xd-col-dialog .btn {
  background: #5fbffa;
  background-image: -webkit-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -moz-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -ms-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: -o-linear-gradient(top, #5fbffa, #36a6eb);
  background-image: linear-gradient(to bottom, #5fbffa, #36a6eb);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
}

.xd-col-dialog .btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/* End Special Css for Dialog */

/* Status notification green */

.gnotifcolor {
  color:#0d9333;
}
.rnotifcolor{ 
  color: #b81e20;
}
.ynotifcolor{
  color: #f2ad2e;
}
.gnotif{
  background:#0d9333;
  padding:5px;
  width:72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color:#ffffff;
  border-radius: 3px;
  font-family: 'Raleway',sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

/* Status notification red */
.rnotif{
  background: #b81e20;
  padding:5px;
  width:72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color:#ffffff;
  border-radius: 3px;
  font-family: 'Raleway',sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.rnotif a {
  color: #fff;
}

.ynotif{
  background: #f2ad2e;
  padding:5px;
  width:72px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color:#ffffff;
  border-radius: 3px;
  font-family: 'Raleway',sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}


/* #Peter River Flat Button
==================================================*/
.peter-river-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 15px;
  color: white;
  text-align: center;
  text-decoration: none!important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #3498db;
  border: 0;
  border-bottom: 2px solid #2a8bcc;
  -webkit-box-shadow: inset 0 -2px #2a8bcc;
  box-shadow: inset 0 -2px #2a8bcc;
}

.peter-river-flat-button:hover {
  background: #3cb0fd;
  text-decoration: none!important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.peter-river-flat-button:active {
  background: #3cb0fd;
  text-decoration: none!important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* #Alizarin Flat Button
==================================================*/
.alizarin-flat-button {
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 10px;
  font-size: 15px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #e74c3c;
  border: 0;
  border-bottom: 2px solid #db4334;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #db4334;
  box-shadow: inset 0 -2px #db4334;
}

.alizarin-flat-button:active {
  top: 1px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alizarin-flat-button:hover {
  background: #db4334;
  text-decoration: none!important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Restict width mainly used for buttons */
.sb {
height:40px; width:200px;
}

.table-action-buttons {
	visibility: hidden;
	font-size: 12px;
}

.table-content:hover .table-action-buttons {   visibility: visible; }


.tbl-btn {
  background: #F1F1F1;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  font-weight: bold;
  margin: 0px 2px 0px 0px;
  color: #444444!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  cursor: pointer;
}

.tbl-btn:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.tbl-btn-red {
  background: #d93434;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  margin: 0px 1px 0px 0px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  border: solid #b01e1e 1px;
  text-decoration: none;
}

.tbl-btn-red:hover {
  background: #fc3c3c;
  text-decoration: none;
}

.tbl-btn-blue {
  background: #5998d8;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  margin: 0px 1px 0px 0px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #5998d8 1px;
  text-decoration: none;
}

.tbl-btn-blue:hover {
  background: #126bbf;
  text-decoration: none;
}

.tbl-btn-green {
  background:#62aa23;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  margin: 0px 1px 0px 0px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #6ebe3b 1px;
  text-decoration: none;
}

.tbl-btn-green:hover {
  background: #6ebe3b;
  text-decoration: none;
}

.tbl-btn-orange {
  background:#f25d3c;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  margin: 0px 1px 0px 0px;
  font-family: Arial;
  color: #ffffff!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #c14a30 1px;
  text-decoration: none;
}

.tbl-btn-orange:hover {
  background: #f47d62;
  text-decoration: none;
}

.img-btn {
  background: #F1F1F1;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  font-weight: bold;
  margin: 0px 2px 2px 0px;
  color: #444444!important;
  font-size: 12px;
  padding: 4px 10px 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}

.img-btn img {
  display: block;
  top:2px;
}

.img-btn:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.img-btn-green {
  background: #62aa23;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  font-weight: bold;
  margin: 2px 2px 0px 0px;
  color: #444444!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.img-btn-green img {
  padding-bottom: 2px;
  vertical-align: middle;
}

.img-btn-green:hover {
  background: #6ebe3b;
  text-decoration: none;
}

.img-btn-red {
  background: #d93434;
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  font-weight: bold;
  margin: 0px 2px 0px 0px;
  color: #444444!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.img-btn-red img {
  padding-bottom: 2px;
  vertical-align: middle;
}

.img-btn-red:hover {
  background: #d93434;
  text-decoration: none;
}

  /*  TOP MENU */
  .left-column
  {
  float:left;
  width:30%;
  }
  .right-column
  {
  float:right;
  width:30%;
  }
  .center-column
  {
  margin:auto;
  width:5%;
  }
  .top-menu-profile {
    float:left;
    width:200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .user-profile-circle {
    margin: 0 5px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px solid #7f7f7f;
    float:left;
    border-radius: 50px;
  }

  .logout-btn {
    padding:3px;
    background: #b81e20;
    border-radius: 3px;
  }

/*.new_menu{ float:left; width:150px; }*/
.new_menu ul{
  float:left; list-style-type:none;
  border-radius: 1px;
  width: 12vw;
}
.new_menu ul li {

  margin-bottom:1px;
  height: 50px;
  padding-bottom:7px;
  color:#ffffff;
  /* -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.75); */
  border-bottom: solid 1px #d9d8d9;

}
.new_menu ul li a {
  color: #2C2C2C;
  height: 50px;
  font-size:14px;
  font-weight:bold; display:block;
  text-decoration:none;
  margin-bottom: 5px;
  padding-left:18px; padding-top: 13px;
  vertical-align: middle;
  
}

.new_menu ul li:hover,
.new_menu ul li.active{
   background-color:#81A647;
   color: white;
   padding-bottom: 3px;
}

.new_menu ul li a:hover,
.new_menu ul li a.active{
   color: white;
   padding-bottom: 3px;
}

  .profile-circle {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 2px solid white;
 }

 .select-style {
   margin: 0px auto;
   padding: 5px;
   border: 1px solid #ccc;
   width: 60px;
   height: 20px;
   border-radius: 3px;
   overflow: hidden;
   text-align: center;
 }

 .select-style select {
   padding: 0px 8px;
   width: 150%;
   border: none;
   font-size: 15px;
   box-shadow: none;
   background: transparent;
   background-image: none;
   -webkit-appearance: none;
 }

  .select-style select:focus {
    outline: none;
 }

 .patient-profile-circle {
   width: 380px;
   height: 265px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid white;
 }

 .app-status-bar {
   text-align:center;
   clear:both;
   width: 98.4%;
   height:20px;
   margin:1px 0px 5px 0px;
   padding: 3px 0px 3px 0px;
   color:white;
   font-weight: bold;
   letter-spacing: 1px;
 }

.app-start {
   background:#5faad6;
}

.app-end {
   background:#ba4c63;
}

.app-pause{
   background:#29abe2;
}

.app-new {
  background:#5faad6;
}

.app-section {
  background:#5498b5;
}

.app-alert {
  background:#00adef;
  display: none;
}

/* Services Section */

.service-main-container {
  margin: 5px auto;
  width: 700px;
  min-height: 100px;
  padding:5px;
}

.service-cost {
  float:right;
  padding:5px;
  color:white;
  border-radius: 3px;
  background: #007fff;
}
.service-header {
  background: #f0f0ee;
  border-right: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
  height: 50px;
}

.service-header h1 {
  padding: 5px;
  display: inline-block;
}

.service-header a {
  margin: 7px;
  float:right;
}
.service-container {
  border: 1px #ddd solid;
  padding:10px;
  height: 500px;
}

.service-actions {

}

.service-preview {
  margin-top: 10px;
  text-align: center;
  clear:both;
}

/* header */

.xd-header{
  background: #f0f0ee;
  border-right: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
  height: 50px;
  width: 98%;
}
.xd-header h1 {
  padding-left: 10px;
  display: inline-block;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xd-content {
  border: 1px #ddd solid;
  width: 98%;
  height: 500px;
}

.fixed {
  position: fixed;
}

/* APpointment View */

.app-view {
  border-collapse: separate;
  border-spacing: 0px 0;
  width: 100%;
}

.app-view td {
  padding: 5px 0;
}

.app-view th, .app-view td {
    font-size: 15px;
		border-bottom: 1px #dddddd solid;
		border-left: 0px #f5f6f7 solid;
		border-right: 0px #f5f6f7 solid;
    padding: .7em;
}

.xd-status {
  position:fixed; top:5px; background:#fffa90; z-index:1002;
  margin:0 auto; width: 100px;
  height: 30px;  border: 1px #999656 solid; font-weight:bold;
  line-height: 30px; left: 50%; text-align:center; border-radius:3px;
  display: none;
}

.xd-bold-header {
  font-size:15px; font-family: 'Signika', sans-serif;
  font-weight: bold;
}

.xd-center-btn{
  margin: 15px 10px 0px 0px;
}

.xd-right-actions {
  margin-top:15px;
  float:right;
}

.xd-shift-right {
  float:right;
}

.imagelist-cover {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid white;
}

/* Form Table */
.form-table {
  border-collapse: separate;
  border-spacing: 0px 0;
  width: 100%;
}

.form-table td {
  padding: 5px 0;
}

.form-table th, .form-table td {
    font-size: 15px;
		border-bottom: 1px #dddddd solid;
		border-left: 0px #f5f6f7 solid;
		border-right: 0px #f5f6f7 solid;
    padding: 1em;
}

.no-btm-border {
		border-bottom: 0px #dddddd solid!important;
}

.form-table textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-table input[type=text], input[type=password]  {
  width: 80%;
  padding: 5px;
  font-size: 15px;
}

.form-table ul li {
  font-size: 15px;
}

.desc-txt {
  font-size: 12px;
  font-style: italic;
  padding-top: 5px;
}

.form-table .styled-txt {
  font-size:15px; font-family: 'Signika', sans-serif;
  font-weight: bold;
}

.form-hide {
  float:right;
}


/* Buttons in a list */

.ls-btn {
  background: #F1F1F1;
  font-family: Arial;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  color: #444444!important;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  display: block;
  float:left;
  text-decoration: none;
}

.btn-strt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-mddle {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-end {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.bd-rg{
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.bd-lf{
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.bd-full {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
}

.btn-sp-lf {
  margin-left:5px
}

.ls-btn:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.btn-hg-blu {
  background: #5998d8!important;
  color:white!important;
}

.btn-hg-blu:hover {
  background: #126bbf!important;
  text-decoration: none!important;
}

.btn-hg-red {
  background: #d93434;
  color: #fff!important;
  text-decoration: none!important;
}

.btn-hg-red:hover {
  background: #fc3c3c;
  color: #fff!important;
  text-decoration: none!important;
}

.ls-lf{
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* table div */

.tb-sec {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    min-height: 50px;
    width: 100%;
    margin: 5px 0px 2px 0px;
    display: block;
}

.tb-sec .sectent {
  padding: 5px;
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 5px;
}

.tb-title{
  font-size:15px; font-family: 'Signika', sans-serif;
  font-weight: bold;
}

.tb-txt{
  font-size:15px; font-family: 'Signika', sans-serif;
}

.tb-desc{
  font-size:13px; font-family: 'Signika', sans-serif;
}

.lrg-mrgn {
  margin-left: 10px;
}

.btm-mrgn {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.btm-pd {
  padding-bottom: 20px;
}

.cu-tbl {
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #ccc!important; /* this draws the table border  */
}

.cu-tbl td {
    border: 1px solid #ccc;
}

.ls-hd {
  display:inline;
  font-weight:normal;
}

.min-app{
  border-bottom: 1px solid #ccc;
  margin-bottom:3px;
}


.close-total {
  padding:7px;
  font-weight:bold;
  float:right;
  border: 1px solid #ddd;
}

/* calender pop up */

.event-pop-wrapper{
	min-height:100px;
	border-radius: 5px;
	border: 1px solid #ddd;
	width:200px;
	background: #fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	padding:20px;
	position:absolute;
	z-index:10001;
}

.pop-header {
	margin-bottom:3px;
}

.pop-header h1{
	font-size:17px!important;
	margin:0px;
	color: #003eff;
}

.pop-header p {
	font-size:12px!important;
	margin:0;
	padding:0;

}

.pop-content {
	margin:3px 0;
	width: 250px;
}

.pop-content .image {
  width: 60px;
  height:60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #000;
  margin: 0;
  display:inline-block!important;
  float:left;
  vertical-align:middle;
}

.pop-content .summary {
	display:inline-block!important;
	width: 175px;
	vertical-align:middle;
	float:left;
	padding: 0 0 0 5px;
	font-size:13px!important;
	margin:0;
	line-height:normal;
}

.pop-actions {
	margin:3px 0;
	font-size:12px;
	padding:0;
	float:right;
}
/* Remove time on calendar */

.fc-time{
   display : none;
}


.errorsum {
  font-size: 15px;
  font-weight: bold;
  background-color:#ffffff;
  padding: 5px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(201, 201, 201,0.4);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(201, 201, 201,0.4);
  box-shadow: inset 0px 0px 0px 1px rgba(201, 201, 201,0.4);
  margin-bottom: 5px;
  border-left: thick solid #ff0000;
  display: none;
}
.errorsum li {
  color:red;
}

span.required {
  color:red;
}

.send-boxes {
  margin-top:5px;
  margin-bottom:15px;
  border:1px solid #ccc;
  overflow:auto;
  display:block;
  padding:20px 10px 20px 10px;
  border-radius:3px;
}

.errorMessage {
  font-style: italic;
  font-size: 12px;
  color: red;
}

.msg-visible {
  font-size:12px;
  float:right;
  margin-right:10px;
  border: 1px solid #eaeded;
  padding:5px;
  color:#000;
  font-style: italic;
  border-radius: 3px;
  cursor: pointer;
}

/* Weekly View */

#week-list {
  display:block;
  clear:both;
  border:1px solid #ccc;
  border-radius: 3px;
}
.week-container {
  padding: 0;
  overflow: auto;
}

.week-header{
  padding:10px 10px 10px 10px;
  background: #ddd;
  font-weight: bold
}

.week-date-list {
  border-collapse: separate;
  border-spacing: 0px 0;
  width: 100%;
  margin-bottom: 15px;
}

.week-date-list td {
  padding: 5px 0;
}

.week-date-list th, .week-date-list td {
		border-bottom: 1px #dddddd solid;
		border-left: 0px #f5f6f7 solid;
		border-right: 0px #f5f6f7 solid;
    padding: .7em;
}

.week-date-list tr:hover{
  background:#f5f5f5;
}


.week-circle {
	width: 10px;
	height: 10px;
  display: inline-block;
  margin-right: 3px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.week-circle.rd {
	background:#b81e20;
}

.week-circle.yl {
  background: #f2ad2e;
}

.week-circle.gn {
  background:#0d9333;
}

.clickable-row {
  cursor: pointer;
}

.summary-circle {
  width: 30px;
  height: 30px;
  background: green;
  display: inline-block;
  margin-right: 3px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  vertical-align: middle;
  font-size: 20px;
}
