body,
.form-control,
.btn {
    font-size: 11px !important;
}

body.no-overflow {
	overflow: hidden;
}

.breadcrumb.standalone {
    padding: 15px;
    margin-bottom: 20px;
}

#menu-search {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #293846;
}

/* SEARCH */
#searchResults {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: 0px;
	overflow: auto;
}

#searchResults .dropdown {
    margin-bottom: 5px;
}

body.mini-navbar #searchResults,
body.body-small #searchResults {
	left: 15px !important;
}

body.body-small #searchResults {
	top: 130px !important;
}

/* MODAL */
.inmodal .modal-body {
    background: #ffffff none repeat scroll 0 0;
}

/* MEDIAQUERIES */
@media (min-width: 768px) {
	#searchResults {
		top: 60px;
    	left: 235px;
    }
    
	.modal-dialog.modal-lg {
	    width: 90%;
	}
}

@media(max-width: 768px) {
	.wrapper-content {
	    padding: 20px 0px 40px 0px !important;
		margin: 0px -15px !important;
	}
}

/* FA ICONS */
.count-info .label {
    padding: 1px 3px;
    font-size: 9px;
}

.fa-16px{
    font-size:16px;
}

.fa-18px{
    font-size:18px;
}

/* FORM */
.edit-me-text {
	position: absolute;
	left: 0px;
	font-size: 22px;
	width: 100%;
}

option[disabled] {
    text-decoration: line-through !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-xs, 
.form-group-xs .form-control {
    font-size: 10px !important;
    height: 25px;
    padding: 5px;
}

.form-control.form-control-inline {
	width: auto;
	display: inline;
}

.form-group .required {
	padding-left: 5px;
}

.dropdown-header {
    color: #1ab394;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    font-weight: 800;
}

.datepicker{
    z-index:9999 !important;    
}
input:invalid {
	box-shadow: 0 0 5px 1px red;
}

/* TEXT */
.strike {
    text-decoration: line-through;
}

.bold {
    font-weight: 800;
}

.text-muted{
    color:#a6a6a6 !important;
}

.text-mini, 
.text-mini * {
    font-size: 10px !important;
}

/* TABLE */
table.table.table-condensed tr td,
table.table.table-condensed tr th {
    padding: 4px !important;
    /*font-size: 10px !important;*/
}

.table td.icons,
.table th.icons {
    white-space: nowrap;
    text-align: center;
}

.table.table-nowrap td,
.table.table-nowrap th,
.table td.nowrap,
.table th.nowrap {
    white-space: nowrap;
}

.table td.tight,
.table th.tight {
    width: 150px;
    white-space: nowrap;
}

.table td.avatar,
.table th.avatar {
    width: 40px;
    white-space: nowrap;
    text-align: center;
}

.table td.avatar img,
.table th.avatar img,
img.avatar {
    height: 25px;
	width: 25px;
}

table.table.table-condensed td.avatar img,
table.table.table-condensed th.avatar img {
	height: 18px;
    width: 18px;
}

/* CLICKABLE */
td[data-href], 
td[onclick], 
th[data-href],
th[onclick],  
.clickable {
    cursor: pointer;
    color: #1d92af !important; 
}

/* POPOVER */
.popover {
    z-index: 10000 !important;
}

/* PANEL */
.panel .scrollable {
	min-height: 150px !important;
	max-height: 250px !important;
	overflow-y: scroll;
}

/* IBOX */
.ibox.indented {
    border-left: 15px solid #EEE;
}

.ibox-title .ibox-title-text,
.ibox-title .ibox-title-header {
    clear: both;
}
.ibox-title h5{
    float:none;
}
.ibox-tools {
    display: inline-block;
    float: right;
}

.ibox-tools a {
    color: #1d92af !important; 
}

/* Activity stream */
.stream {
  position: relative;
  padding: 10px 0;
}
.stream:first-child .stream-badge:before {
  top: 10px;
}
.stream:last-child .stream-badge:before {
  height: 30px;
}
.stream .stream-badge {
  width: 50px;
}
.stream .stream-badge i {
  border: 1px solid #e7eaec;
  border-radius: 50%;
  padding: 6px;
  color: #808486;
  position: absolute;
  background-color: #ffffff;
  left: 8px;
}
.stream .stream-badge i.fa-circle {
  color: #ced0d1;
}
.stream .stream-badge i.bg-success {
  color: #ffffff;
  background-color: #1c84c6;
  border-color: #1c84c6;
}
.stream .stream-badge i.bg-primary {
  color: #ffffff;
  background-color: #1ab394;
  border-color: #1ab394;
}
.stream .stream-badge i.bg-warning {
  color: #ffffff;
  background-color: #f8ac59;
  border-color: #f8ac59;
}
.stream .stream-badge i.bg-info {
  color: #ffffff;
  background-color: #23c6c8;
  border-color: #23c6c8;
}
.stream .stream-badge i.bg-danger {
  color: #ffffff;
  background-color: #ed5565;
  border-color: #ed5565;
}
.stream .stream-badge:before {
  content: '';
  width: 1px;
  background-color: #e7eaec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.stream .stream-info {
  font-size: 12px;
  margin-bottom: 5px;
}
.stream .stream-info img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  margin-top: -4px;
}
.stream .stream-info .date {
  color: #9a9d9f;
  font-size: 80%;
}
.stream .stream-panel {
  margin-left: 55px;
}
.stream-small {
  margin: 10px 0;
}
.stream-small .label {
  padding: 2px 6px;
  margin-right: 2px;
}

/* TODO MOVE LOCAL */
th.time-column, 
td.time-column {
    width: 75px;
    text-align: right;
}

.item-container table.table tr th, 
.item-container table.table tr td {
    padding: 1px;
}

.table .border-left {
    border-left-width: 10px !important;
}

.chartWrapper {
    height: 400px;
}

.replies {
	border-left: 4px solid #CCC;
	padding-left: 5px;
}

/* COLORS */
.white-bg {
    background-color: #ffffff;
}

sup.green {
    color:green !important;
}

sup.red{
    color:red !important;
}

.grey-bg, .bg-unassigned {
    background-color: #676a6c !important;
    color: #ffffff;
}


/* PRODUCTS */
.mainproduct.azure,
.subproduct.azure {
    background-color: lightblue !important;
}

.product-imitation {
    padding: 30px 0px;
    background-color: #18a689 !important;
}