@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic');
@import "boot-additional.css";
@import "theme.css";
@import "files.css";
@import "products.css";
@import "articles.css";
@import "mousemenu.css";

.top-flag {
	max-height: 20px;
}

.flag-menu-item a {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.text-light {
	color: #666;
}

.break-word {
    word-wrap: break-word;
}

.num-counts-box .small-box-footer p {
	margin: 3px 3px 3px 10px;
	text-align: left;
}

.auto-height {
  height: auto !important;
}

.form-control.auto-height {
  min-height: 35px;
	word-wrap: break-word;
}

div.form-control {
  margin: 0 0 10px;
}

.html-view-text {
  font-size: 12px;
  text-overflow: clip;
  word-wrap: break-word;
  overflow-y: scroll;
  max-height: 300px;
}

.m-invoice-item-desc {
  max-height: 35px;
  overflow: hidden;
  display: block;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.label-xs-right {
  text-align: right;
}

.select2-dropdown {
  z-index: 9001;
}

table.dataTable {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}

img {
  max-width: 100%;
}

.nav-tabs-custom-min > .nav-tabs > li {
  margin-right: 0px;
}

.li-mar-list li {
	display: table;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.image-slider-preview {
  width: 100%;
  max-height: 300px;
  border: 1px solid #ccc;
}
.box .overlay, .overlay-wrapper .overlay, .box .loading-img, .overlay-wrapper .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form-control-c {
  border: none;
  box-shadow: none;
  display: inline-block;
  height: auto;
	word-wrap: break-word;
}
.modal-title-lg {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.border-none {
  box-shadow: none !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 200px;
}
.box table {
  max-width: 100% !important;
}
.box-title-with-margin {
  margin: 8px 3px !important;
}
.error {
    color: #c00;
    font-weight: 600;
    padding-top: 3px;
}
.image-form-control {
	max-height: 200px;
	max-width: 100%;
	border: 1px solid #ccc;
	margin: 5px 0px;
}
.image-form-control-100x90 {
	max-height: 100px;
	max-width: 90px;
	margin: 5px 0px;
}
.input-group-addon-select {
  padding-bottom: 2px;
  padding-top: 2px;
}


.oupdate-table-view {
  margin-bottom: 5px;
}

.oupdate-table-view .oupdate-image {
  width: 50px;
  height: 50px;
  float: left;
}

.oupdate-table-view .oupdate-content {
  left: 10px;
  display: block;
  position: relative;
}

.oupdate-table-view .oupdate-content .oupdate-message {
  font-size: 15px;
  margin: 10px 0 0 0;
  padding: 0px;
  color: #666;
}

.oupdate-table-view .oupdate-content .oupdate-name {
  font-size: 14px;
  font-weight: 600;
  color: #c00;
  margin: 5px 0px;
  padding: 0px;
}

.oupdate-table-view.is-user .oupdate-content .oupdate-name {
  color: #00c;
}

.oupdate-table-view.is-user .oupdate-content .oupdate-name {
  color: #08549e;
}

.oupdate-table-view.is-ouser .oupdate-content .oupdate-name {
  color: #00a65a;
}

.label-dt {
  margin: 0px 2px;
}

.label-required::before {
	content: "* ";
	color: #d44;
}

div.dataTables_wrapper div.dataTables_info {
    color: #999;
}

@media (min-width: 768px) {
  .form-group-view p {
    margin: 7px 0px 0px 0px;
  }
}
