body {
	background-color: #fff;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

.opaced {
	opacity: 0.5;
}

.cpointer {
	cursor: pointer;
}

.cdefault {
	cursor: default;
}

.text-green {
	color: #27ae60;
}

.text-primary {
	color: #3498db;
}

.text-warning {
	color: #e67e22;
}

.text-faded {
	opacity: 0.5;
}

.m-t-25 {
	margin-top: 25px;
}

.m-b-0 {
	margin-bottom: 0;
}

/*------- SVG ICONS ------------*/

.icon-24 {
	width: 24px;
	width: 24px;
}

.icon-20 {
	width: 20px;
	width: 20px;
}

.btn-sm .icon-20 {
	fill: #fff;
	float: left;
	margin: 0px 7px -2px -4px;
}

/*-------- SIDEBAR ----------*/

.nav > li.active {
	border-left: 4px solid #3498db;
}

.nav-second-level li a {
	outline: 0;
	color: #a7b1c2;
}

.nav-header {
	border-color: #eee;
}

.sidebar-link {
	color: #555;
	font-weight: 300;
	background-color: #fff;
	border-color: #eee;
}

.active .sidebar-link {
	color: #fff;
	border-color: #3498db;
	background-color: #3498db;
}

.navbar-default .sidebar-link:hover {
	color: #555;
	border-left-color: #3498db;
	background-color: #eee;
	border-bottom-color: transparent;
}

.sidebar-link .icon-24,
.active .sidebar-link:hover .icon-24 {
	fill: #222;
	float: left;
	margin-top: -3px;
	margin-right: 15px;
}

.active .sidebar-link .icon-24 {
	fill: #fff;
}

/*------- MODAL ------------*/

.modal-header h3 {
	font-size: 24px;
	font-weight: 100;
}

/*------- BOXES ------------*/

.ibox-title h5 {
	font-weight: 300;
	font-size: 16px;
}


/*
---------------------------------------------------------------
------------------------ Layout ADMIN -------------------------
---------------------------------------------------------------
*/

/*------ TICKET LIST ------*/

.ticket-list.half {
	cursor: pointer;
	width: calc(50% - 10px);
	float: left;
	border: 1px solid #eee;
	border-bottom: none;
}

.ticket-list + .ticket-list {
	float: right;
}

.ticket-list-item {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.ticket-list-item:hover {
	background-color: #f5f5f5;
}

.ticket-list-item p {
	margin: 5px 0 0 0;
}

/*------ MESSAGE LIST ------*/

.message-list {
}

.message-list-item {
	padding: 10px;
	width: 400px;
	float: left;
	margin-top: 20px;
	position: relative;
	margin-bottom: 10px;
	background-color: #f1f0f0;
	border: 1px solid #eee;
	border-radius: 8px;
}

.message-list-item.admin {
	float: right;
	color: #fff;
	background-color: #3498db;
}

.message-list-item i,
.message-list-item strong {
	top: -22px;
	position: absolute;
}

.message-list-item.admin i,
.message-list-item.admin strong {
	color: #3498db;
}

.message-list-item i {
	right: 5px;
	font-size: 10px;
}

.message-list-item p {
	margin: 0;
	white-space: pre-line;
}

.message-list-form {
	border-top: 1px solid #eee;
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-top: 20px;
	position: relative;
}

.message-list-form textarea {
	resize: none;
	height: 100px;
	padding-right: 60px;
}

.message-list-form-submit {
	width: 40px;
	height: 40px;
	color: #fff;
	top: 50px;
	right: 27px;
	font-size: 20px !important;
	padding: 10px 2px 0 0;
	cursor: pointer;
	position: absolute;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #ccc;
}

.message-list-form-submit:hover,
textarea:focus + .message-list-form-submit {
	background-color: #3498db;
}
