body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}

h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

.activity_block {
	border-color: #d6e9c6;

	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.activity_heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 5px 7px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

a.btn.btn-xs.btn-success.btn-lg.ajaxComment {
	background-color:#dff0d8;
	border-color:#dff0d8;
	color: #5CB85C;
}

.activity_heading.top {
	background-color: #5CB85C;
}

.activity_body {
	padding: 5px;
}

.activity_body table td {
	padding: 3px 7px 3px 7px;
}


.activity_body table {
  border-collapse: collapse;
}
.activity_body table td, .activity_body table th {
  border: 1px solid #D8D8D8;
}
.activity_body table tr:first-child td {
  border-top: 0;
}
.activity_body table tr:last-child td {
  border-bottom: 0;
}
.activity_body table tr td:first-child,
.activity_body table tr th:first-child {
  border-left: 0;
}
.activity_body table tr td:last-child,
.activity_body table tr th:last-child {
  border-right: 0;
}

.activity_more {
	background: url("/images/down.png") no-repeat;
	height: 32px;
	padding-left: 100px;
	font-weight: bold;
	color: #428BCA;
	cursor: pointer;
	margin-left: 200px;
}

.activity_more:hover {
	color: #2a6496;
}

.ui-widget-header {
	color: #333;
	background: #F5F5F5;
	border-color: #ddd;
	padding: 10px 15px;
	border-bottom: 1px solid #DDDDDD;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

}

.ui-widget-content {
	background: white;
	border: 1px solid #DDDDDD;
}

.ui-dialog {
	padding: 0;
}

.activity_edit_form th {
	padding: 2px 15px 2px 5px;
}

.ui-dialog-title {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
}

.activity_attachment {
	padding-left: 25px;
}

.ui-icon {
	display: inline-block;
}

ul {
	list-style-type: none;
}

div#ui-datepicker-div {
	z-index: 10000 !important;
}

.panel-title {
	white-space: nowrap;
}

.contactsAddForm input {
	max-width: 170px;
}

.contactsAddForm .send {
	display: none;
}

.call_icon {
	background: url("/images/call.png") no-repeat;
	min-width: 18px;
	float:right;
	cursor: pointer;
}

.sms_icon {
    background: url("/images/sms.png") no-repeat;
    min-width: 18px;
    float:right;
    cursor: pointer;
    margin-left: 5px;
}

.email_icon {
	background: url("/images/email.png") no-repeat;
	min-width: 18px;
	float:right;
	cursor: pointer;
}

.fulfiled {
	background-color: #7FF787 !important;
}

.fulfiled td {
	background-color: #7FF787 !important;
}

.servicesFilter br {
	display: none;
}

.servicesFilter input[type=checkbox] {
	margin-left: 5px;
}

.osipDoc.undefined {
    color: black;
}

.osipDoc.signed {
    color: grey;
}

.osipDoc.unsigned {
    color: red;
}

/*textarea.form-control {
	width: 300px !important;
	height: 150px !important;
}*/