.list-group-item-primary {
    background-color: #9c9c9c;
}
.list-group-item-primary a{
    color: #fff;
}

.list-group-item-primary > a:hover,
.list-group-item-primary > a:focus {
    color: #fff;
    
  -webkit-transition: all 1ms ease-in-out;
-moz-transition: all 1ms ease-in-out;
-ms-transition: all 1ms ease-in-out;
-o-transition: all 1ms ease-in-out;
transition: all 1ms ease-in-out;
}

.nav-link{
   color:#3779a6;
   }
   
  .nav-pills .nav-link.active{
   background-color:#9c9c9c;
   color:#fff;
   }
   a {
   color:#9c9c9c;
   }
   .btn-primary {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #9c9c9c;
}
 .container, .container-fluid{
 border-radius: 10px;
 background-color:#fff;
 }
 body{
  background-color:#fff;
  }
  .row{
  margin-bottom:1em;
  }
  
  .btn.btn-primary{
  margin-left:0.5em;
  margin-bottom:0.5em;
  margin-top:0.5em;
  }
  .btn{
  margin-left:0.5em;
  margin-bottom:0.5em;
   margin-top:0.5em;
  }
  
 .navbar.navbar-expand-lg.navbar-dark.bg-primary {
    background-color: #9c9c9c !important;
    border-radius:4px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}
.navbar{margin-bottom: 1.5em;}
.navbar + .navbar {margin-top:-1.5em;}
.headerlt
{ float:left; padding:50px 0 0 20px; font-size:20pt; letter-spacing:8px;}
.headerlt strong{color:#fff}
.headerlt2
{ float:left; padding:50px 0 0px 20px; font-size:10pt; letter-spacing:4px;color:#fff}
 body {
        padding-top: 0px;
        padding-bottom: 40px;
      }

      .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] 
      .form-signin input[type="email"]{
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;

}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}


.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}

.card + .card{margin-top:0.5em;}

.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}

.datepicker {
            font-size: 0.875em;
        }
        
 .datepicker-switch{background-color:#dbdede}
 
 .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
    background-color: lightcoral;
}

h1{
	color: #666; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 2em; 
	font-weight: 700; 
	line-height: 48px; 
	margin: 0 0 24px; 
	text-align:left; 
	text-transform: uppercase; }
}
h2{
	color: #999; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 1.5em; 
	font-weight: 600; 
	line-height: 36px; 
	margin: 0 0 24px; 
	text-align:left; 
	text-transform: none; 
	}
h3{
	color: #999; 
	font-family: 'Open Sans Condensed', sans-serif; 
	font-size: 1.5em; 
	font-weight: 600; 
	line-height: 24px; 
	text-align:left; 
	text-transform: none;
	padding-bottom:0.8em;
}	

input[type=text],textarea {
   width:100%;
}
.req{
	width:auto !important;
}
.form-bordered{
	border: 1px solid #dee2e6;padding:1em;
	border-radius: 10px;
	margin-bottom:1em;
	box-shadow: 5px 5px 18px #555;
}

.form-title{
	background-color: #67a1cc;
	color: #fff;
	text-align: center !important;
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
	margin-bottom:1em;
	font-size: 1.5em;
	font-weight: 500;
}
.cell{
	background-color: #67a1cc;
	color: #fff;
}
.header-title{
	background-color: #67a1cc;
	color: #fff;
	text-align: center !important;
	font-weight: 500;
}
 .btn-default {
        background-color: #FFF;
        color: #333;
        border-color: #adadad;
        border-radius: 25px;
    }
#chatbox {
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#fff;
    height:300px;
    width:100%;
    border:1px solid #ACD8F0;
    overflow:auto; 
    border-radius: 5px;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
  }
    
#usermsg {
    width:395px;
    border:1px solid #ACD8F0; }
 
.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
}


.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
  float:left;
  font-size: 0.75em;
}
.msg-info-time {
  font-size: 0.75em;
  float:right;
}


.right-msg {
  flex-direction: row-reverse;
  background-color:#71ea77;
  max-width:80%;
  float:right;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  clear:both;
  padding:5px;
  font-size: 0.9em;
}

.left-msg {
  max-width:80%;
  background-color:#ccc;
  float:left;
  border-radius: 15px;
  border-top-left-radius: 0;
  clear:both;
  padding:5px;
  font-size: 0.9em;
}
.right-msg .msg-bubble {
  background: var(--right-msg-bg);
  color: #fff;
  border-bottom-right-radius: 0;
}


.msger-send-btn:hover {
  background: #71ea77;
}


