.bounce-7 {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
		align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-7px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-3px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}
.modal-header .close {
  color: white;
}
.valign td {
  vertical-align: middle;
}
.breadcrumb-item + .breadcrumb-item::before {
  color:white!important;
}
.preview img {
  max-width: 100%!important;
}
.productcard {
  border: 0px solid white;
  padding: 10px;
}
.productcard .form-control {
  margin-top: 5px;
}
.productline {
  border-bottom: 1px solid #efefef;
  padding: 5px 0px 5px 0px;
}
.breadcrumb {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
.breadcrumb-item a {
  font-weight: normal;
  color: white!important;
}
.breadcrumb-item.active {
  color: white;
  font-weight: bold;
}
input[type="file"].form-control {
    padding: 3px 12px 6px 3px!important;
}
.dataTables_filter {
   float: left !important;
   min-width: 99%;
}
.dataTables_filter label {
  min-width: 100%;
}
.dataTables_filter label input {
  min-width: 100%;
}
.dataTables_length {
   display: none;
}
.ui-sortable-helper {
    display: flex;
    background-color: #efefef;
}
.table-responsive .ui-sortable-helper {
    display: table;
    background-color: #efefef;
}

form p {
  margin-bottom: 5px;
}

.padding5 p {
  margin-bottom: 5px;
}

.bold p {
  font-weight: bold;
}

.newproduct .center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newproduct .form-input {
  width: 100%;
  padding: 20px;
  background: #fff;
}
.newproduct .form-input input {
  display: none;
}
.newproduct .form-input label {
  display: block;
  width: 70%;
  height: 45px;
  margin-left: 15%;
  line-height: 45px;
  text-align: center;
  background: #17a056!important;

  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: Uppercase;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

.newproduct .form-input img {
  width: auto;
  max-height: 240px;
  margin-left:auto;
  margin-right:auto;
  display: none;

  margin-bottom: 30px;
}

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #17a056;
	border: 2px solid #17a056;
}
.h3{
	font-weight: 700!important;
	font-size: 20px;
	font-style: italic;
	color: #1c9a55;
	font-family: 'Roboto', sans-serif!important;
}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; 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%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.incoming_msg {
	margin: 15px 0px 15px;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 100%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.time_date2 {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
	float: right;
}
.received_withd_msg { width: 70%;}
.mesgs {
  float: left;
  padding: 0px 0px 0 0px;
  width: 100%;
}

.sent_msg p {
	 background: #17a056 none repeat scroll 0 0;
	 border-radius: 3px;
	 color: white;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.intern p {
	background: #38c172 none repeat scroll 0 0!important;

}
.outgoing_msg{ overflow:hidden; margin:15px 0 15px; padding-right: 10px}
.sent_msg {
  float: right;
  width: 70%;
}
.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%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 500px;
  overflow-y: auto;
}
body a{
	color: #17a056!important;
	font-weight: bold;
}
.card-header, .modal-header{
	background-color: #313d54;
	color: #fff;
}
#login .btn-primary{
	background-color: #17a056;
	border-color: #17a056;
	width: 100%;
}
.modal-content #groups {
	max-height: 700px;
	overflow-y: auto;
	overflow-x: hidden;
}
.modal-content #groups .group_table{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}
#login .col-md-4 .col-md-6, #login .col-md-4 .col-md-4, #login label{
	width: 100%!important;
	margin: 0px;
	max-width: 100%;
	flex: none;
	text-align: center!important;
}
#login .col-md-4 .col-md-6 input{
	width: 100%!important;
	margin: 0px;
	max-width: 100%;
	flex: none;
	text-align: left!important;
}
#remember{
	position: relative!important;
}
.form-check{
	padding-left: 0px;
}
.shop_product{
	background-color: #fff;
	flex: 1 1 23%!important;
	margin: 0px 1%!important;
}
.shop_product h3{
	font-size: 18px;
	margin: 15px 0px;
}
h7{
	font-weight: 700!important;
	font-size: 20px;
	font-style: italic;
	color: #1c9a55;
}
.shop_product img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.shop_product .btn-success{
	width: 90%;
	margin-bottom: 15px;
	position: absolute;
	bottom: 0px;
	left: 5%;
	right: 5%;
}
.container{
	width: 90%;
	float: right;
	max-width: 100%;
}
.navbar{
	width: 10%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	position: fixed;
	display: block;
}
.navbar-brand{
	width: 100%;
}
.nav-item, .navbar-nav{
	width: 100%;
	text-align: left;
	display: block;
	float: left;
	max-width: 100%;
}
.tabb .nav-item {
	width: auto!important;
}
.navbar-expand-md .navbar-collapse{
	display: block!important;
}
.links a{
	padding-left: 0px;
}
#display_table{
	margin-top: 20px;
}
.form_div {
  height: 85vh;
  overflow-y: scroll;
}
.card_div {
  height: 85vh;
}
.iframe_preview {
    width:100%;
    height:100%;
}
.tab {
    background-color: lightgrey;
    padding: 5px;
}
.thumb{
    height: 70px;
    width: auto;
}
.smallText{
    font-size: 14px;
}
.nextDiv {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.material_category{
    font-size: 18px;
}
.layergroepie{
	width: 30px;
	line-height: 30px;
	background-color: #17a056!important;
	text-align: center;
	border-radius: 20px;
	margin-right: 15px;
	color: #fff;
}

/* MENU EDITS */

.navbar, .navbar .nav_content, .navbar .collapse{
    height: 100%;
}
.navbar .links{
    height: 90%;
    overflow-y: scroll;
}
.links *{
    max-width: 100%!important;
}
.navbar{
    padding-right: 0px;

}
.dropdown-item{
    white-space: normal;
}
.dropdown-subitem{
  margin-left: 10px;
}
.dropdown-head {
  font-size: 15px;
  padding: 4px 0px 4px 0px;
  cursor: pointer;
  margin-top: 6px;
  border-bottom: 2px solid #efefef;
}
.dropdown-head:hover {
  background-color:white;
}
.dropdown-head .fa-angle-right {
    float:right;
    margin-top: 4px;
    transition-duration: 500ms;
}
.dropdown-content {
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}
.links {
  --scrollbarBG: #fff;
  --thumbBG: #90A4AE;
}
.links::-webkit-scrollbar {
  width: 11px;
}
.links {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.links::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.links::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}


/* END MENU EDITS */

.col_input {
  display: inline!important;
  width: calc(100% - 43px)!important;
}
