h3 {
	font-size: 18px;
}



#detailsCol {display: none;}

.preloader_3 {
	background: transparent url(../images/Preloader_3.gif) no-repeat center 100px;
	
	width: 100%;
	height: 300px;
}

.data-table td, .data-table th {
	font-size: 10px;
	text-align: center;
	padding: 4px 2px!important;
}

.data-table td.invoice_cell {
	cursor: pointer;
	color: lightgray;
	background-color: #fff;
}

.data-table td.invoice_cell:hover {
	background-color: #337AB7;
	color: #fff;
}

div.mobile-br {
	clear: both;
	height: 10px;
}

.paid {
	background-color: #759d1f!important;
	color: #fff!important;
}

.not_paid {
	background-color: #66b5f1!important;
	color: #fff!important;
}

.completed {
    background-color: #FF9900!important;
    color: #fff!important;
}

.input-group-btn select {
    height: 34px;
    border-radius: 0!important;
}

.bg-white {
  background-color: #fff;
}

.friend-list {
  list-style: none;
margin-left: -40px;
}

.friend-list li {
  border-bottom: 1px solid #eee;
}

.friend-list li a img {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 0px;
}

 .friend-list li a {
  position: relative;
  display: block;
  padding: 10px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}

.friend-list li.active a {
  background-color: #f1f5fc;
}

.friend-list li a .friend-name, 
.friend-list li a .friend-name:hover {
  color: #777;
}

.friend-list li a .last-message {
  width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.friend-list li a .time {
  position: absolute;
  top: 10px;
  right: 8px;
}

.chat small, .small {
  font-size: 85%;
}

.friend-list li a .chat-alert {
  position: absolute;
  right: 8px;
  top: 27px;
  font-size: 10px;
  padding: 3px 5px;
}

.chat-message {
  padding: 0;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li img {
  width: 45px;
  height: 45px;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
}

.chat img {
  max-width: 100%;
}

.chat-body {
  padding-bottom: 20px;
}

.chat li.left .chat-body {
  margin-left: 60px;
  background-color: #fff;
}

.chat li .chat-body {
  position: relative;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #f1f5fc;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.chat li .chat-body .header {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f5fc;
}

.chat li .chat-body p {
  margin: 5px 0 0 0;
}

.chat li.left .chat-body:before {
  position: absolute;
  top: 10px;
  left: -8px;
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 16px;
  border-top: 1px solid #f1f5fc;
  border-left: 1px solid #f1f5fc;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.chat li.left {
    float: none;
}

.chat li.right .chat-body:before {
  position: absolute;
  top: 10px;
  right: -8px;
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 16px;
  border-top: 1px solid #f1f5fc;
  border-right: 1px solid #f1f5fc;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.chat li {
  margin: 15px 0;
}

.chat li.right .chat-body {
  margin-right: 60px;
  background-color: #fff;
}

.chat-box {
  position: fixed;
  bottom: 0;
  left: 444px;
  right: 0;
  padding: 15px;
  border-top: 1px solid #eee;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.primary-font {
  color: #3c8dbc;
}

.chat a:hover, .chat a:active, .chat a:focus {
  text-decoration: none;
  outline: 0;
}

.input-group-btn-verttop {
    vertical-align: top!important;
}

textarea {
    max-width: 100%;
}

#chatContainer {
    padding-right: 15px;
    margin-bottom: 15px;
    height: 600px;
    overflow-y: auto;
}

@media (min-width: 768px) {
	div.mobile-br {
		display: none;
	}
}

.progress-bar-little-container {
	height: 15px!important;
	margin-bottom: 2px!important;
}

.progress-bar-little {
	height: 15px!important;
	line-height: 15px!important;
}

.margin_bottom_10 {
	margin-bottom: 10px!important;
}

#todoListContainer {
    overflow-y: scroll;
}

.chart-label {
    color: #fff;
    padding: 2px 4px;
    margin: 5px 4px 2px 0;
    border: none;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    line-height: 1.4;
}

.tab-content {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    padding: 20px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    background-color: #1ABB9C;
    border-color: #1ABB9C;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.lastcall_lamp {
    width:20px; height: 20px; border: 1px solid #eee; border-radius: 50%; position: relative; top: -5px; float: right;
}

#widgets {
    overflow: hidden;
}

.label-disabled {
    color: #fff!important;
    background-color: #eee!important;
}

.ui-state-default {
    border: none!important;
}

/* SALE */

.saleColumn {
    width: 300px;
    float: left;
    margin-right: 30px;
    min-height: 500px;
}

.saleColumnTitle {
    background-color: #eee;
    padding: 7px 15px;
    font-size: 16px; 
    font-weight: bold; 
    text-align: center;
}

.saleItem {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #eee;
    white-space: pre-wrap;
    max-height: 200px;
    overflow-y: scroll;
}

#saleStatus1 .saleItem {
    background-color: #fff;
}

#saleStatus2 .saleItem {
    background-color: #fffde2;
}

#saleStatus3 .saleItem {
    background-color: #d9edf7;
}

#saleStatus4 .saleItem {
    background-color: #dff0d8;
}

#saleStatus5 .saleItem {
    background-color: #f2dede;
}

#saleAddButton {
    background-color: #eee;
    padding: 7px 15px;
    text-align: center;
    opacity: 0.5;
    margin-top: 15px;
    cursor: pointer;
}

#saleAddButton:hover {
    opacity: 1;
}

.connectedSortable {
    min-height: 30px;
}

.ui-state-highlight {
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fffde2;
    opacity: 0.5;
}

#edit-sale-form-text {
    min-height: 100px;
}

.modal {
    z-index: 10000;
}