.chat-message {
  padding: 60px 20px 115px;
}

.chat {
    list-style: none;
    margin: 0;
}

.chat-message{
    background: #f9f9f9;  
}

.chat li img {
  width: 45px;
  height: 45px;
  border: solid 4px #f2f2f2;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
}

.chat-body {
  padding-bottom: 20px;
}

.chat li.left .chat-body {
  margin-left: 70px;
  background-color: #f4f4f4;
}

.chat li .chat-body {
  position: relative;
  padding: 10px;
  border: 1px solid #f1f5fc;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.chat li .chat-body .header {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdee2;
}

.chat li .chat-body p {
  margin: 0;
}

.chat li.left .chat-body:before {
  position: absolute;
  top: 10px;
  left: -8px;
  display: inline-block;
  background: #f4f4f4;
  width: 16px;
  height: 16px;
  border-top: 1px solid #f1f5fc;
  border-left: 1px solid #f1f5fc;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.chat li.right .chat-body:before {
  position: absolute;
  top: 10px;
  right: -8px;
  display: inline-block;
  background: #f4f4f4;
  width: 16px;
  height: 16px;
  border-top: 1px solid #f1f5fc;
  border-right: 1px solid #f1f5fc;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.chat li {
  margin: 15px 0;
}

.chat li.right .chat-body {
  margin-right: 70px;
  background-color: #f4f4f4;
}

.chat-box {
  position: fixed;
  bottom: 0;
  left: 444px;
  right: 0;
  padding: 15px;
  border-top: 1px solid #eee;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

strong.primary-font {
    color: #717171;
}

span.country-name {
    color: black;
}
.fc-toolbar .fc-right {
    float: right;
    display: none;
}

.booking-period label {
    margin-right: 10px;
}

.mybook .panel-body{padding: 0;}

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

#menu-right .mm-search {
    display: block;
}

.mcat{
        margin-left: 20px;
    font-size: 11px;
}

#header {
    border-bottom: 5px #cc0000 solid !important;
}

.demo3 {
    font-style: normal !important;
}

.demo3:before {
    background: #3498db !important;
}

/*tasks*/
.box-dashboard {
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.box-close{
    border: 1px solid #00c584;
    background: #00c584;
}
.box-deferred{
    border: 1px solid #3498db;
    background: #3498db;
}
.box-cancel{
    border: 1px solid #9b59b6;
    background: #9b59b6;
}
.box-open{
    border: 1px solid #f1c40f;
    background: #f1c40f;
}
.box-starred{
    border: 1px solid #E74C3C;
    background: #E74C3C;
}

.box-all{
   border: 1px solid #62707d;
   background: #62707d;
}
 
 .task_date{  
    color:#999;
 }
  
 tr.cell-creator {
     border-left: 2px solid #3498db;
  }