body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    background-color: #ECECEC;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: default;
}

td {
	padding: 5px 10px;
}

.logo {
	display: block;
    float: left;
    height: 80px;
    margin: 14px 0 0 0;
    cursor: pointer;
}

.add-button {
	display: block;
    height: 30px;
	width: 30px;
	margin: 0 auto;
}

.delete-button {
	display: block;
    height: 20px;
    width: 20px;
    margin: 2px auto 0;
}

.upload-button {
	display: block;
    height: 26px;
    width: 26px;
    margin: 2px auto;
}

.resend-button {
	display: block;
    height: 25px;
    width: 25px;
    margin: -3px 10px 0;
}

.resend-box {
	display: block;
    float: left;
    margin: 0 10px 10px;
    width: 100%;
}

.resend-row {
	color: #2683c1;
    font-size: 0.9em;
    padding: 4px !important;
	border-bottom: 1px solid #78909C !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

.resend-row:last-child {
	border-bottom: 0px !important;
}

.auth-block {
	background: #FFF;
	position: relative;
    overflow: hidden;
    padding: 14px 18px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);
    transition: background 0.135s, box-shadow 0.135s;
	max-width: 400px;
	margin: 20% auto;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #0092bc;
}

.nav-item {
	margin: 0 2px;
}

.nav-item a {
	color: #0092bc;
}

.nav-item:hover {
	background-color: #EFEFEF;
	border-radius: 0.25rem;
	transition: 0.4s;
}

label {
	color: #8e8e8e;
}

#error-body {
	display: none;
    border: 1px solid #000;
    background: #3f3b3b;
    color: #fff;
    position: fixed;
    width: 370px;
    right: 30px;
    bottom: 30px;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    z-index: 1000;
    padding: 20px;
}

.profile {
	background: #FFF;
	position: relative;
    padding: 14px 18px;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16);
    transition: background 0.135s, box-shadow 0.135s;
	max-width: 100%;
	min-width: 100%;
	margin: 5% auto;
}

.monitors {
	text-align: left;
}

.add-link {
	font-size: 80%;
	margin: 0px 5px;
	color: #0092bc;
}

a {
	color: #0092bc;
}

a:hover  {
	text-decoration: none;
}

a img {
	text-decoration: none;
}

a img:hover  {
	text-decoration: none;
}

footer {
	font-size: 80%;
	margin-bottom: 50px;
}

.noeven, .even {
	padding: 10px 0;
}

.noeven {
	background: #f7f7f7;
}

.noeven:hover, .even:hover {
	background: rgba(239, 239, 239, 0.9);
	cursor: pointer;
}

.monitors-title {
	background: #fff;
    color: #000 !important;
	border: 0 !important;
}

.monitors-pad {
	margin-top: 10px;
}

.status-on {
	color: green;
}

.status-off {
	color: red;
}

summary {
	margin-top: 0px;
	outline: none;
	text-align: center;
}

summary::-webkit-details-marker {
    display: none;
}

.summary {
	border: 1px solid red;
	background: #fff;
}

.push-pad {
	margin-top: 10px;
}

.personal-info {
	font-size: 0.9em;
    margin: 10px 0;
    color: #856A35;
}

.check {
	width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    margin-top: -3px;
}

.search_result_style, .search_result, .search_result_user{
    background: #FFF;
    border: 1px #ccc solid;
    width: 100px;
    border-radius: 4px;
    max-height: 100px;
    overflow-y: scroll;
    display: none;
	width: 100%;
}

.search_result_style li, .search_result li, .search_result_user li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color: #0896D3;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}

.search_result_style li:hover, .search_result li:hover, .search_result_user li:hover{
    background: #F9FF00;
}

details {
  padding: 0 1rem;
  width: 35em;
  max-width: 100%;
  position: relative;
  border: 1px solid #78909C;
  border-radius: 0px;
  background-color: #ECEFF1;
  color: #263238;
  transition: background-color .15s;
}

details:focus {
  outline: 0;
}

.hidden {
	display: none !important;
}

#inputGroupFileAddon01 {
	height: 41px;
}

.dropzone {
    border: 2px dashed rgba(0,0,0,0.3) !important;
}

@media (max-width: 768px) {
  .col-xs-12.text-right, .col-xs-12.text-left {
	text-align: center !important;
  } 
  .col-border-right {
	border-right: 0;
  }
  
  .profile {
	margin: 15% auto;
  }  
  
  .personal-info {
    margin: 20px auto -70px;
  }
  .logo {
    height: 60px;
  }
}

.read {
    background: #d4f9e0;
}
.read:hover {
	background: #D4F9FC;
}
.even + .read {
	background: #d4f9e0;
}
.noeven + .read {
	background: #defce7;
}

.page-link {
	color: rgba(0, 0, 0, 0.5);
}

.page-link:hover {
	color: rgba(0, 0, 0, 0.7);
	background-color: #f8f9fa !important;
	border-color: rgba(0, 0, 0, 1);
}

.page-item.active .page-link {
	color: rgba(0, 0, 0, 1);
    background-color: #f8f9fa !important;
    border-color: rgba(0, 0, 0, 1);
}

.container {
	max-width: 2560px !important;
}

.doc-link, .doc-link:hover{
	color: #000;
}

.doc-link:hover {
	text-decoration: underline;
}

//CHAT
.container{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 25%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}
.recent_heading h4 {
  font-size: 18px;
  margin: auto;
}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right; margin-top:3px;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  width: 100%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 553px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  margin-top: 2px;
}
.incoming_msg_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  max-width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 75%;
}

 .sent_msg p {
  background: #e7f1f5 none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#000;
  padding: 5px 10px;
  width:100%;
}
.incoming_msg, .outgoing_msg{ overflow:hidden; margin-bottom:10px;}
.outgoing_msg{ margin-right: 10px;}
.sent_msg {
  float: right;
  margin: 13px 10px 0 0;
}
.sent_msg > .time_date {
  float: right;
}

.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  outline: none;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  position: absolute;
  right: 0;
  top: 5px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}

.author {
  font-size: 12px;
}