body {
    padding: 0 !important;
    margin:0;
    
    color: #73879C;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

.right-box {
        display: block;
    padding: 0;
    margin-right: 0;
    margin-left: 150px;
    min-height: 100%;
    overflow: auto;
}

a:hover {
    color: #005580; 
    text-decoration: none !important; 
}

input {
    font-size:16px;

    
}

input[type=submit] { 
    padding:10px 30px;
        background: #00B159;
color: #fff;
    border-radius:5px;
    border: 0px;
}


/*header */
.header {
    overflow:auto;
    
}

.logo {
    background: url('../images/NewLife.png') #fff no-repeat;
    height:100px;
    float:left;
    width:150px;
    background-size: 100% 50%;
    text-indent: -9999px;
    padding:10px 0px;
    display: block;margin-bottom:10px;
    background-position: center;

}


.add {
    background: dodgerblue;
    float:right;
    text-align:center;
    color: #fff;
    text-decoration: none;
    
}

.add-internal {
    padding:10px;
}

.container {
    padding:5px;
    
}

/* table */



     .col1 {    width: 50px;
        text-align:center;}   
    .col2 {    
        width: 265px;
        padding-left: 42px;}
    .col3 {
        width:100px;
        text-align:center;
    }    .col4 {
        width:100px;
        text-align:center;
    }    .col5 {
        width:100px;
        text-align:center;
    }    .col6 {
        width:100px;
        text-align:center;
    }

    
    
    tr:hover {
        background:#F5F5F5;
    }


/* Dashboard */
.col-sml-bar {
    width:5%;
    float:left;
    padding-right:1%;
    position:fixed;

}

.bar-sq {
   width:100%;
border:1px solid grey;
        border-radius:5px;
text-align:center;
    margin-bottom:5%;
    display:block;
    padding: 10px 0px;
     background:#fff;
    text-decoration:none;
    color:#595959;
}

.col-sml-1 {
    width:20%;
    float:left;
    margin-bottom:10px;
}

.box {
    border-radius:5px;
    text-decoration:none;
    color:#595959;
    text-align:center;
    width:98%;
    padding:40px 0px;
    border:1px solid grey;
    background:#fff;
    position:relative;
    display:block;
    line-height: normal;
    font-size:20px;
}


/* Add */

.add_box {
    max-width:700px;
    margin: 0 auto;
    padding:1%;
    border:1px solid grey;
    border-radius: 5px;
    background-color: #fff;
}

.add_box_title {
    text-align: center;
    
}



* {
  box-sizing: border-box;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input#myInput[type=text] {
  background-color: #f1f1f1;
  width: 300px;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


  .showcss{ display:block;}
  .hidecss{ display:none;}


/* Customize the label (the container) */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 25%;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.menu-item {
    padding: 10px;
    /*text-align:center;*/
    border-bottom: 1px solid #F7F7F7;
    width:100%;
    display:block;
}

.sub-menu {
    text-indent: 10px;
    
}

.side {
   width:150px;
    background:#fff;
    float:left;
    height:100%;
    position:absolute;
    display:block;
    border-right:#BEBEBE;
    box-shadow: 1px 0 20px rgba(0,0,0,.08); 
}

.side  a { 
    color:#212529;
    font-size: 12px;
    color: #607d8b;
        font-weight: 400;
}


.menu-lg {
    margin-left:150px;

}

/* Login */


.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
    border-radius: 5px
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: rgba(145, 85, 167, 1);
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: rgba(145, 85, 167, 1);
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
    border-radius: 0 0 5px 5px;
}

.login form input[type="submit"]:hover {
	background-color: #00B159;
  	transition: background-color 0.2s;
}


/* Register */

.register {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.register h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.register form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.register form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
 	height: 50px;
  	background-color: rgba(145, 85, 167, 1);
  	color: #ffffff;
}
.register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.register form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
  	margin-top: 20px;
  	background-color: rgba(145, 85, 167, 1);
 	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.register form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}


.pagination {
    text-align:center;
}


.pagination li {
    display:inline;
    border: 1px solid grey;
    padding:2px;
    margin:5px;
}

.pagination li.disabled a {
    color: gray;
}

/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 100%;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.cbox{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
}
 
div#calendar div.cheader{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    top:0px;
    width:100%;
    height:40px;   
    text-align:center;

}
 
div#calendar div.cheader a.prev,div#calendar div.cheader a.next{ 
    position:absolute;
    top:0px;   
    height: 17px;
    display:block;
    cursor:pointer;
    text-decoration:none;
}
 
div#calendar div.cheader span.title{
    font-size:18px;
}
 
 
div#calendar div.cheader a.prev{
    left:0px;
}
 
div#calendar div.cheader a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/

 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    width:100%;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    float:left;
    list-style-type:none;
    width:14.286%;
    height:40px;
    line-height:40px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 15px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    border-bottom: #ccc 1px solid;
    border-right: #ccc 1px solid;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    /*margin-right:5px;
    margin-top: 5px;*/
    line-height:100%;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:14.286%;
    /*height:80px;*/
    font-size:25px;
    color:#000;
    text-align:center; 
    border: #ccc 1px solid;
    border-bottom:none;
    border-right:none;
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}     


div#calendar ul.label.cal {
    background: #fff;
    border: #ccc 1px solid;
    border-bottom:none;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* @import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,900&display=swap"); */


.center {
  position: absolute;
  top: 50%;
  left: calc(50% + 12rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pic {
  width: 4rem;
  height: 4rem;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.contact {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
  /*padding-left: 5rem;
  height: 4.5rem;*/
text-align:center;
  height: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.contact .pic {
  position: absolute;
  left: 0;
}
.contact .name {
  font-weight: 500;
  margin-bottom: 0.125rem;
}
.contact .message,
.contact .seen {
  font-size: 0.9rem;
  color: #999;
}
.contact .badge {
  box-sizing: border-box;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 0.125rem;
  border-radius: 1rem;
  top: 0;
  left: 2.5rem;
  background: #333;
  color: white;
}

.contacts {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-6rem, -50%);
          transform: translate(-6rem, -50%);
  width: 24rem;
  height: 32rem;
  padding: 1rem 2rem 1rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem 0 0 1rem;
  cursor: pointer;
  background: white;
  box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 2rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.contacts h2 {
  margin: 0.5rem 0 1.5rem 5rem;
}
.contacts .fa-bars {
  position: absolute;
  left: 2.25rem;
  color: #999;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.contacts .fa-bars:hover {
  color: #666;
}
.contacts .contact:last-child {
  margin: 0;
}
.contacts:hover {
  -webkit-transform: translate(-23rem, -50%);
          transform: translate(-23rem, -50%);
}

.chat {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-height: 38rem;
  z-index: 2;
  box-sizing: border-box;
  border-radius: 1rem;
  background: white;
  /*box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5);*/
}
.chat .contact.bar {
  flex-basis: 3.5rem;
  flex-shrink: 0;
  margin: 1rem;
  box-sizing: border-box;
}
.chat .messages {
  padding: 1rem;
  background: #f7f7f7;
  flex-shrink: 2;
  overflow-y: auto;
  box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05);
}
.chat .messages .time {
  font-size: 0.8rem;
  background: #eee;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  color: #999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.chat .messages .message {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  margin: 1rem;
  background: #fff;
  border-radius: 1.125rem 1.125rem 1.125rem 0;
  min-height: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 66%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.chat .messages .message.parker {
  margin: 1rem 1rem 1rem auto;
  border-radius: 1.125rem 1.125rem 0 1.125rem;
  background: #333;
  color: white;
}
.chat .messages .message .typing {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0rem;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 50%;
}
.chat .messages .message .typing.typing-1 {
  -webkit-animation: typing 3s infinite;
          animation: typing 3s infinite;
}
.chat .messages .message .typing.typing-2 {
  -webkit-animation: typing 3s 250ms infinite;
          animation: typing 3s 250ms infinite;
}
.chat .messages .message .typing.typing-3 {
  -webkit-animation: typing 3s 500ms infinite;
          animation: typing 3s 500ms infinite;
}
.chat .input {
  box-sizing: border-box;
  flex-basis: 4rem;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0.5rem 0 1.5rem;
}
.chat .input i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #666;
  cursor: pointer;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.chat .input i:hover {
  color: #333;
}
.chat .input input {
  border: none;
  background-image: none;
  background-color: white;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border-radius: 1.125rem;
  -webkit-box-flex: 2;
          flex-grow: 2;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
  font-family: Red hat Display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
    width: 340px;
}
.chat .input input:placeholder {
  color: #999;
}

.chat small {
    font-size: 70%;
    
}

@-webkit-keyframes typing {
  0%,
	75%,
	100% {
    -webkit-transform: translate(0, 0.25rem) scale(0.9);
            transform: translate(0, 0.25rem) scale(0.9);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translate(0, -0.25rem) scale(1);
            transform: translate(0, -0.25rem) scale(1);
    opacity: 1;
  }
}

@keyframes typing {
  0%,
	75%,
	100% {
    -webkit-transform: translate(0, 0.25rem) scale(0.9);
            transform: translate(0, 0.25rem) scale(0.9);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translate(0, -0.25rem) scale(1);
            transform: translate(0, -0.25rem) scale(1);
    opacity: 1;
  }
}


.date  {
    width:80% !important;
}

.my_button {
  display: block;
  color: #fff;
  background: rgb(25, 27, 29);
  border-radius: 5px;
  text-align: center;
  padding: 10px 10px;

}