/* Your custom styles */
body{
   color:#868686;  
}
html {
    height: 100%
}

.sn-bg-mc{
      background-image: url('/assets/img/sidenav.png');
}



.mobileNew{
  position:fixed;
  bottom:1em;
  right:1em;
  z-index:999;
}


.signin .nav-pills .nav-link.active,.signin .nav-pills .show > .nav-link {
   background-color: transparent;
   border-bottom:  8px solid #35c1f4;
   color:#FFF;
   background-color:#33B5E5; 
   border-radius: 0px;


}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
   background-color: transparent;
   border-bottom:  3px solid;
   color:#696969;
   border-radius: 0;

}


.pills-rounded .nav-item .nav-link {
    border-radius: 10em;
}
.pills-light-purple .nav-item .nav-link.active {
    background-color: #ba68c8;
}

.pills-outline-red .nav-item .nav-link {
    border: 2px solid #fff;
    color: #666;
    background-color: transparent;
}
.pills-outline-red .nav-item .nav-link:hover {
    border: 2px solid #eee;
}
.pills-outline-red .nav-item .nav-link.active {
    border: 2px solid #f44336;
    color: #f44336;
}
.pills-outline-red .nav-item .nav-link.active:hover {
    border: 2px solid #f44336;
    color: #f44336;
}

.pills-outline-green .nav-item .nav-link {
    border: 2px solid transparent;
    color: #666;
    background-color: transparent;
}
.pills-outline-green .nav-item .nav-link:hover {
    border: 2px solid #eee;
}
.pills-outline-green .nav-item .nav-link.active {
    border: 2px solid #4caf50;
    color: #4caf50;
}
.pills-outline-green .nav-item .nav-link.active:hover {
    border: 2px solid #4caf50;
    color: #4caf50;
}

.hidden{
    display: none;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}
  .ribbon {


    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 10px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: transparent;
    color: #fff;
  }

ul.pagination {
    margin:0;
}

.pagination li {
    padding:5px 10px; 
    margin:0 2px;
      border:0px solid #e8e8e8; 
      border-radius:5px;
}

.pagination li a{
    color: #78BFB8;

}

.pagination li:hover{
    
    background:#e8e8e8;

}

.pagination li:hover a{

}

.pagination li.active {
    font-weight:bold; 
    border:0px solid #e8e8e8; 
    background:#78BFB8;
    color:#FFF;
}

/*Header */
.content-header{
    margin-top:0px;
    margin-bottom: 0px;
}



.content-header .card{
    box-shadow: none;
    border-radius:0;
    background: transparent;
}

.content-header .breadcrumb{
    background:#FFF;

    margin-bottom: 1px;
}

.content-header .breadcrumb a{
    color:#78BFB8;
}

.content-header h1{
  font-size: 36px;
  padding-bottom:0px;
  padding-top:5px;
  margin-bottom:0px;
  border-bottom:0px solid #d0d0d0;
}


@media only screen and (max-width: 480px) {
  .content-header{
    position: relative
  }


  .content-header h1{
    font-size: 25px;
    padding-bottom:10px;
    padding-top:5px;
    text-align: center;
    margin-bottom:0px;
    border-bottom:0px solid #d0d0d0;
  }

  .content-header .float-right{
    background: #FFF;
    float: none !important;
    position: absolute;
    top:60px;
    left:0;
    text-align: right;
    margin:auto;
    width: 100%
    
  }

  .content-header .savebtn{
    position:fixed;
    width: 100%;
    bottom:0;
    left:0;
    z-index:999;
    margin:0;
    

  }
  .content-header .newbtn{    
    background: #FFF !important;
    padding:20px 10px;
    position:fixed;
    bottom:1.2em;
    right:1.2em;
    z-index:999;
    border-radius:3em;
  }


  
}




.attachments{
  padding:15px 0;
}

.attachments ul{
  padding:0 15px;
  list-style: none;
}
.attachments li{
  padding:5px 0;
}

.attachments .btn{
}

.note{
;
     margin:15px auto;
}






.line{
  border-bottom: 1px solid #e8e8e8;
  padding: 15px;
}



@media only screen and (min-width: 991px) {

  
  .admin_dropdown{
      width:416px;
  }
  .admin_menu{
      width:130px;
      height:130px;
      padding:30px 0 !important;
      text-align: center !important;
  }
  .admin_menu i{
      font-size: 40px;
      text-align: center;
      margin-bottom: 10px;
      display: block;
  }
  .dropdown .dropdown-menu.admin_dropdown .dropdown-item{
      border: 1px solid transparent;
  }

  .dropdown .dropdown-menu.admin_dropdown .dropdown-item:active, .dropdown .dropdown-menu.admin_dropdown .dropdown-item:hover {
      background-color: #fff !important;
      color: #434343 !important;
      box-shadow: 0  0 0px !important;
      border: 1px solid #e8e8e8;
  }
}

@media (max-width: 990px) {
.admin_menu{
      padding-left:15px;
      color:#FFF !important;
    }
    .side-nav a{
      font-weight: 300;
      font-size: .8rem;
      height: 36px;
      line-height: 36px;
    }

    .admin_menu i{
      color:#FFF !important;
    }
     .admin_main_nav_mobile li a, .admin_main_nav_mobile li i {
      color:white !important;
        font-size: .8rem;
    }

    .admin_main_nav_mobile li {

    }
    .admin_main_nav_mobile li i {
      margin-right:0.3em;
    }

  }

@media (max-width: 480px) {
   .admin_dropdown{
      border-radius: 0;
      left:0 !important;
      width:100% !important;
    }


    

}





.appointments_list{

}

.appointments_list .item{
  padding:15px 0;
}

.appointments_list .item:hover{
  background: #fafafa;
   cursor: pointer;
}



.timeline-centered {
position: relative;
margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before, .timeline-centered:after {
content: " ";
display: table;
}

.timeline-centered:after {
clear: both;
}

.timeline-centered:before {
content: '';
position: absolute;
display: block;
width: 4px;
background: #f5f5f6;
/*left: 50%;*/
top: 20px;
bottom: 20px;
margin-left: 30px;
}

.timeline-centered .timeline-entry {
position: relative;
/*width: 50%;
float: right;*/
margin-top: 5px;
margin-left: 30px;
margin-bottom: 10px;
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry:after {
clear: both;
}

.timeline-centered .timeline-entry.begin {
margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
margin-left: 0;
margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -9px;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.timeline-centered .timeline-entry .timeline-entry-inner {
position: relative;
margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
content: " ";
display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
position: absolute;
left: -100px;
text-align: right;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
        font-size: 15px;
        font-weight: bold;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
        font-size: 12px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
background: #fff;
color: #737881;
display: block;
width: 40px;
height: 40px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align: center;
-moz-box-shadow: 0 0 0 5px #f5f5f6;
-webkit-box-shadow: 0 0 0 5px #f5f5f6;
box-shadow: 0 0 0 5px #f5f5f6;
line-height: 40px;
font-size: 15px;
float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
position: relative;
background: #f5f5f6;
padding: 1em;
margin-left: 60px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
        margin-top: 15px;
    }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
        color: #303641;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        -ms-filter: alpha(opacity=60);
        filter: alpha(opacity=60);
    }

.x-scroll {
  overflow: auto;
  white-space: nowrap;
  height: 520px;
  width: 500px;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 250px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    margin-bottom: 25px;
}
.force-overflow {
    min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285F4; }

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547; }

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800; }

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851; }

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5; }

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD; }

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc; }


  .fc-event {
    position: relative;
    padding:1px 5px !important;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 0px !important;
    border: 1px solid #FFF!important;
    font-weight: normal;
  }





  /*PLanning */

  .