/* CHANING TEMPLATE'S STYLING */

body {
	font-size: 13px;
}

body .page-content {
	padding-top: 0 !important;
}

body.sentry {
	background: #ffffff url("bg-sentry.png") no-repeat scroll top center;
	margin-top: 50px !important;
}

body.sentry .page-content {
	background-color: transparent !important;
}

a {
	color: #67809f
}

table > tfoot > tr > td,
table > tfoot > tr > th {
	padding: 8px;
}

.copyright {
	color: #7a8ca5;
	text-align: center;
}

.input-group-addon {
	background-color: #f3f5f9 !important;
}

.page-header.navbar .page-actions .btn {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	box-shadow: none !important;
	color: #485a6a !important;
	margin-top: 6px !important;
	margin-right: 0 !important;
	padding: 7px 10px !important;
	text-transform: uppercase;
}

.page-header.navbar .page-actions .btn-group .btn {
	/* WUFOO FIX */
	display: block !important;
}

.page-sidebar .page-sidebar-menu > li > a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
	padding: 10px 15px;
}

.page-footer {
	height: 26px !important;
	padding: 5px 20px !important;
}

.page-footer .page-footer-inner,
.page-footer .page-footer-inner a {
	color: #9eacb4 !important;
	font-size: 11px;
}

.logo-sentry {
	margin: 15px 0;
	text-align: center;
}

/* CENTERED COLUMNS STYLES */

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/*
reset the text-align */
	text-align: left;
	/*
inline-block space fix */
	margin-right: -4px;
}

.row-left {
	border-right: 1px solid #f6f6f6;
}

.row-right {
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

/* PANEL-SENTRY */

.panel.panel-sentry {
	/*
background-color: #eceef1;*/
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22) !important;
	/*
margin-top: 100px;*/
}

.panel.panel-sentry .panel-heading {
	background: none !important;
	background-color: #26a69a;
	border: none;
	padding: 10px 30px;
}

.panel.panel-sentry .panel-heading.panel-heading-dark {
	background-color: #26a69a !important;
	padding: 20px 30px !important;
}

.panel.panel-sentry .panel-title {
	color: #67809f;
	text-align: center;
	font-size: 28px;
	font-weight: 400 !important;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 5px;
}

.panel.panel-sentry .panel-body {
	padding: 10px 30px;
}

.panel.panel-sentry .panel-body .well {
	background-color: #f6f6f6;
	border: 1px solid #dddddd;
	border-radius: 6px;
	color: #8290a3;
	font-size: 14px;
	padding: 11px 16px;
}

.panel.panel-sentry .panel-body .rememberme {
	color: #7d91aa;
	font-size: 13px;
}

.panel.panel-sentry .panel-body .forgotten {
	color: #7d91aa;
	font-size: 13px;
	float: right;
}

.panel.panel-sentry .panel-body h4.header-social {
	color: #7d91aa;
	font-size: 15px;
	font-weight: 600;
	margin: 5px 0;
	text-transform: uppercase;
}

.panel.panel-sentry .panel-body hr {
	border-color: #f6f6f6;
	margin: 15px 0 !important;
}

.panel.panel-sentry .panel-footer {
	background-color: #26a69a;
	border-radius: 0;
	color: #c3cedd;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border-top: 1px solid #26a69a;
	padding: 20px 25px;
}

.panel.panel-sentry .panel-footer a {
	color: #ffffff;
	text-decoration: none;
}

.panel.panel-sentry .panel-footer a:hover {
	color: #ffffff;
}

/* WIZARD */

.wizard {
	color: #26a69a;
	display: block;
	overflow: auto;
	width: 100%;
}

.wizard > div {
	background-color: #f6f6f6;
	border-left: 20px solid #26a69a;
	border-radius: 0;
	border-right: 25px solid #26a69a;
	display: block;
	font-size: 16px;
	line-height: 20px;
	overflow: visible;
	padding: 20px 25px;
	position: relative;
	text-align: center;
	display: table-cell;
	width: 1%;
}

.wizard > div a {
	color: #26a69a;
}

.wizard > div:first-child {
	border-left: 0;
	border-radius: 5px 0 0 5px;
}

.wizard > div:last-child {
	border-right: 0;
	border-radius: 0 5px 5px 0;
}

.wizard > div .nav-arrow {
	position: absolute;
	top: 0px;
	right: -30px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #f6f6f6;
	z-index: 150;
}

.wizard > div .nav-wedge {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: #f6f6f6 #f6f6f6 #f6f6f6 transparent;
	z-index: 150;
}

.wizard > div.active {
	background-color: #45b6af;
	color: #ffffff;
}

.wizard > div.active .nav-arrow {
	border-color: transparent transparent transparent #45b6af;
}

.wizard > div.active .nav-wedge {
	border-color: #45b6af #45b6af #45b6af transparent;
}

/* GOOGLE MAPS */

#MapItems {
	height: 500px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.googleMap300 {
	height: 300px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* GOOGLE MAPS - FIX GOOGLE MAP AUTOCOMPLETE */

.pac-container {
	z-index: 100001 !important;
}

/* FIX - FOR THE RATING POPOVER */

.Rating .popover {
	font-size: 11px;
	min-width: 270px !important;
}

.Rating .popover .dl-horizontal dt {
	font-weight: normal !important;
	width: 160px !important;
}

.Rating .popover .dl-horizontal dd {
	margin-left: 170px !important;
}

/* TABLEFILTER FIX */

table thead tr.filters {
	/*
background-color:#f5f5f5;*/
}

table thead tr > td > input.filter {
	width: 100% !important;
}

/* PORTLET-FOOTER */

.portlet > .portlet-empty {
	min-height: 10px !important;
}

.portlet.light > .portlet-title > .caption {
	color: #67809F;
}

.portlet.light > .portlet-title > .caption > i {
	color: #67809F;
}

.portlet .portlet-footer {
	background: #f6f6f6 none repeat scroll 0 0 !important;
	border-top: 1px solid #e1e1e1 !important;
	padding: 5px 10px;
}

.tabbable-line > .nav-tabs > li {
	border-bottom: 4px solid transparent;
}

/* Button - Blue Hoki */

.btn-primary.btn {
	color: #FFFFFF;
	background-color: #67809F;
}

.btn-primary.btn:hover,
.btn-primary.btn:focus,
.btn-primary.btn:active,
.btn-primary.btn.active {
	color: #FFFFFF;
	background-color: #586e8b;
}

.open .btn-primary.btn.dropdown-toggle {
	color: #FFFFFF;
	background-color: #586e8b;
}

.btn-primary.btn:active,
.btn-primary.btn.active {
	background-image: none;
	background-color: #4e627b;
}

.btn-primary.btn:active:hover,
.btn-primary.btn.active:hover {
	background-color: #526781;
}

.open .btn-primary.btn.dropdown-toggle {
	background-image: none;
}

.btn-primary.btn.disabled,
.btn-primary.btn.disabled:hover,
.btn-primary.btn.disabled:focus,
.btn-primary.btn.disabled:active,
.btn-primary.btn.disabled.active,
.btn-primary.btn[disabled],
.btn-primary.btn[disabled]:hover,
.btn-primary.btn[disabled]:focus,
.btn-primary.btn[disabled]:active,
.btn-primary.btn[disabled].active,
fieldset[disabled] .btn-primary.btn,
fieldset[disabled] .btn-primary.btn:hover,
fieldset[disabled] .btn-primary.btn:focus,
fieldset[disabled] .btn-primary.btn:active,
fieldset[disabled] .btn-primary.btn.active {
	background-color: #67809F;
}

.btn-primary.btn .badge {
	color: #67809F;
	background-color: #FFFFFF;
}

.dashboard-stat {
	margin-bottom: 25px !important;
}

.dashboard-stat .more p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 10px 5px;
}

.dashboard-stat2 {
	box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
	overflow: auto;
	padding: 15px;
}

.dashboard-stat2 .display {
	margin-bottom: 10px;
}

.dashboard-stat2 .display .number h3 > small {
	font-size: 16px;
}

.dashboard-stat2 .progress-info {
	overflow: auto;
}

.dashboard-stat2 .progress-info .status {
	margin-top: 0;
}

.dashboard-stat2 .display *,
.dashboard-stat2 .progress-info * {
	font-weight: bold !important;
}

#portlet-items-readable .dropdown-menu li > a,
#portlet-notifications .dropdown-menu li > a,
#portlet-items-notifyme .dropdown-menu li > a {
	padding: 1px 14px;
}

/* ITEMS - START ******************************************************************************* */

ul.items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* List of Assigned Items */

ul.list-items-assigned {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list-items-assigned li {
	background-color: #f6f6f6;
	border-radius: 4px;
	color: #82949a;
	margin-bottom: 7px;
}

ul.list-items-assigned li:before,
ul.list-items-assigned li:after {
	display: table;
	line-height: 0;
	content: "";
}

ul.list-items-assigned li:after {
	clear: both;
}

ul.list-items-assigned li:last-child {
	margin-bottom: 0px;
}

ul.list-items-assigned li .col1 {
	float: left;
	width: 100%;
	clear: both;
}

ul.list-items-assigned li .col1 > .cont {
	float: left;
	margin-right: 125px;
	overflow: hidden;
}

ul.list-items-assigned li .col1 > .cont > .cont-col2 {
	float: left;
	width: 100%;
}

ul.list-items-assigned li .col1 > .cont > .desc {
	overflow: hidden;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}

ul.list-items-assigned li .col2 {
	float: left;
	width: 125px;
	margin-left: -125px;
}

ul.list-items-assigned li .col2 > .date {
	padding: 4px 9px 5px 4px;
	text-align: right;
	font-style: italic;
	color: #c1cbd0;
}

/* List of Notifyme Items */

ul.list-items-notifyme {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list-items-notifyme li {
	background-color: #f6f6f6;
	border-radius: 4px;
	color: #82949a;
	margin-bottom: 7px;
}

ul.list-items-notifyme li:before,
ul.list-items-notifyme li:after {
	display: table;
	line-height: 0;
	content: "";
}

ul.list-items-notifyme li:after {
	clear: both;
}

ul.list-items-notifyme li:last-child {
	margin-bottom: 0px;
}

ul.list-items-notifyme li .col1 {
	float: left;
	width: 100%;
	clear: both;
}

ul.list-items-notifyme li .col1 > .cont {
	float: left;
	margin-right: 125px;
	overflow: hidden;
}

ul.list-items-notifyme li .col1 > .cont > .cont-col1 {
	float: left;
	margin-right: -100%;
}

ul.list-items-notifyme li .col1 > .cont > .cont-col1 > .label {
	display: inline-block;
	border-radius: 4px;
	padding: 5px 4px 6px 5px;
	vertical-align: middle;
	text-align: center;
}

ul.list-items-notifyme li .col1 > .cont > .cont-col1 > .label > i {
	text-align: center;
	font-size: 14px;
}

ul.list-items-notifyme li .col1 > .cont > .cont-col2 {
	float: left;
	width: 100%;
}

ul.list-items-notifyme li .col1 > .cont > .cont-col2 > .desc {
	margin-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}

ul.list-items-notifyme li .col2 {
	float: left;
	width: 125px;
	margin-left: -125px;
}

ul.list-items-notifyme li .col2 > .date {
	padding: 4px 9px 5px 4px;
	text-align: right;
	font-style: italic;
	color: #c1cbd0;
}

/* List of Readable Items */

ul.list-items-readable {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list-items-readable li {
	background-color: #f6f6f6;
	border-radius: 4px;
	color: #82949a;
	margin-bottom: 7px;
}

ul.list-items-readable li:before,
ul.list-items-readable li:after {
	display: table;
	line-height: 0;
	content: "";
}

ul.list-items-readable li:after {
	clear: both;
}

ul.list-items-readable li:last-child {
	margin-bottom: 0px;
}

ul.list-items-readable li .col1 {
	float: left;
	width: 100%;
	clear: both;
}

ul.list-items-readable li .col1 > .cont {
	float: left;
	margin-right: 125px;
	overflow: hidden;
}

ul.list-items-readable li .col1 > .cont > .cont-col1 {
	float: left;
	margin-right: -100%;
}

ul.list-items-readable li .col1 > .cont > .cont-col1 > .label {
	display: inline-block;
	border-radius: 4px;
	padding: 5px 4px 6px 5px;
	vertical-align: middle;
	text-align: center;
}

ul.list-items-readable li .col1 > .cont > .cont-col1 > .label > i {
	text-align: center;
	font-size: 14px;
}

ul.list-items-readable li .col1 > .cont > .cont-col2 {
	float: left;
	width: 100%;
}

ul.list-items-readable li .col1 > .cont > .cont-col2 > .desc {
	margin-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}

ul.list-items-readable li .col2 {
	float: left;
	width: 125px;
	margin-left: -125px;
}

ul.list-items-readable li .col2 > .date {
	padding: 4px 9px 5px 4px;
	text-align: right;
	font-style: italic;
	color: #c1cbd0;
}

/* items conversation-list */

ul.conversation-list.list-group > li.list-group-item > .media > .media-body {
	overflow: visible;
}

ul.conversation-list.list-group > li.list-group-item > .media > .media-body > .label {
	font-weight: normal;
}

ul.media-list.conversation-single li.media {
	margin: 15px 0;
}

ul.media-list.conversation-single li.media > .media-body {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	padding: 10px;
	position: relative;
}

ul.media-list.conversation-single li.media > .media-body p:last-child {
	margin-bottom: 0;
}

ul.conversation-list .item-comment-create-form .media {
	margin: 15px 0;
}

/* items itemsPlain */

ul.items.itemsPlain li.item .item-fieldset {
	padding-bottom: 10px;
}

ul.items.itemsPlain li.item:last-child .item-fieldset {
	border-bottom: 0 none;
}

ul.items.itemsPlain li.item .item-activity {
	border-top: 2px solid #eef1f5;
	margin: 0 -20px;
	overflow: auto;
	padding: 10px 20px;
}

ul.items.itemsPlain li.item .item-comments {
	background-color: #f9fafc;
	border-top: 1px solid #eef1f5;
	margin: 0 -20px;
	padding: 10px 20px;
}

ul.items.itemsPlain li.item .item-comments .comments-toggle {
	text-decoration: none;
}

ul.items.itemsPlain li.item ul.comments {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul.items.itemsPlain li.item ul.comments > li {
	border-top: 1px solid #eef1f5;
	margin: 0;
	padding: 10px;
	position: relative;
}

ul.items.itemsPlain li.item ul.comments > li:first-child {
	border-top: none;
	margin-top: 0;
}

ul.items.itemsPlain li.item ul.comments > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

ul.items.itemsPlain li.item ul.comments > li > .avatar {
	display: inline-block;
	height: 42px;
	position: absolute;
	width: 42px;
}

ul.items.itemsPlain li.item ul.comments > li > .avatar > img {
	max-height: 42px;
	max-width: 42px;
}

ul.items.itemsPlain li.item ul.comments > li > .body {
	min-height: 42px;
	margin-left: 56px;
	padding: 0;
	position: relative;
	width: auto;
}

ul.items.itemsPlain li.item ul.comments > li > .body .comment_body p:last-child {
	margin-bottom: 0;
}

ul.items.itemsPlain li.item ul.comments > li ul.comment-controls {
	margin-top: 3px;
	padding-top: 3px;
}

ul.items.itemsPlain li.item ul.comments > li ul.comment-controls * {
	text-decoration: none;
}

ul.items.itemsPlain li.item ul.replies {
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
	position: relative;
}

ul.items.itemsPlain li.item ul.replies > li {
	padding: 5px 5px 5px 24px;
	margin-top: 2px !important;
}

ul.items.itemsPlain li.item ul.replies > li:first-child {
	margin-top: 0;
}

ul.items.itemsPlain li.item ul.replies > li:last-child {
	padding-bottom: 0;
}

ul.items.itemsPlain li.item ul.replies > li > .avatar {
	display: inline-block;
	height: 36px;
	position: absolute;
	width: 36px;
}

ul.items.itemsPlain li.item ul.replies > li > .avatar > img {
	max-height: 36px;
	max-width: 36px;
}

ul.items.itemsPlain li.item ul.replies > li > .body {
	min-height: 36px;
	margin-left: 42px;
	padding: 0;
	position: relative;
	width: auto;
}

ul.items.itemsPlain li.item ul.replies > li > .body .comment_body p:last-child {
	margin-bottom: 0;
}

ul.items.itemsPlain li.item ul.replies > li ul.reply-controls {
	margin-top: 3px;
	padding-top: 3px;
}

ul.items.itemsPlain li.item ul.replies > li ul.reply-controls * {
	text-decoration: none;
}

ul.items.itemsPlain li.item .reply-form {
	background-color: #f9fafc;
	border-radius: 0 0 4px 4px;
}

ul.items.itemsPlain li.item .reply-form .media {
	overflow: visible;
}

ul.items.itemsPlain li.item .reply-form .media-body {
	overflow: visible;
}

ul.items.itemsPlain li.item .reply-form img {
	max-height: 36px;
	max-width: 36px;
}

ul.items.itemsPlain li.item .reply-form textarea {
	border: 1px solid #eef1f5;
	font-size: 13px;
	max-height: 42px;
}

ul.items.itemsPlain li.item .reply-form .btncommentattachfile {
}

ul.items.itemsPlain li.item .item-comment-create-form {
	background-color: #f9fafc;
	border-radius: 0 0 4px 4px;
	border-top: 1px solid #eef1f5;
	margin: 0 -20px;
	padding: 20px 20px;
}

ul.items.itemsPlain li.item .item-comment-create-form .media {
	overflow: visible;
}

ul.items.itemsPlain li.item .item-comment-create-form .media-body {
	overflow: visible;
}

ul.items.itemsPlain li.item .item-comment-create-form img {
	max-height: 42px;
	max-width: 42px;
}

ul.items.itemsPlain li.item .item-comment-create-form textarea {
	border: 1px solid #eef1f5;
	font-size: 13px;
	max-height: 42px;
}

ul.items.itemsPlain li.item .item-comment-create-form .btncommentattachfile {
}

/* items itemsTricolumn */

ul.items.itemsTricolumn {
	margin: 0 -5px;
}

ul.items.itemsTricolumn > li {
	padding-left: 10px;
	padding-right: 10px;
}

ul.items.itemsTricolumn > li:nth-child(3n+1) {
	clear: both;
}

ul.items.itemsTricolumn .FileboxCoverImage {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 200px !important;
	overflow: hidden;
	Xwidth: 600px;
}

ul.items.itemsTricolumn .FileboxCoverImage img {
	opacity: 0;
}

/* 	items */

ul.items li.item .item-fieldset h4 {
	font-size: 15px;
}

ul.items li.item .item-fieldset h4 a:hover {
	text-decoration: none !important;
}

ul.items li.item .item-fieldset p {
	margin: 5px 0 !important;
}

ul.items li.item .item-fieldset p:first-child {
	margin: 0 !important;
}

ul.items li.item .item-fieldset p:empty {
	display: none
}

ul.items li.item .item-fieldset dl {
	margin-bottom: 5px;
}

ul.items li.item .item-fieldset table td {
	border: 1px solid #ddd;
	padding: 5px;
}

ul.items li.item .item-fieldset .well {
	background-color: #f9fafc;
	padding: 5px;
}

ul.items li.item .item-fieldset .item-head {
	margin-bottom: 15px !important;
}

ul.items li.item .item-activity,
ul.items li.item .item-comments {
	display: block;
	overflow: auto;
}

.btncommentattachfile {
	background: none repeat scroll 0 0 #eef1f5 !important;
	border: 1px solid #eef1f5 !important;
	padding: 6px !important;
}

/* ITEMS - END ********************************************************************************* */

/* ITEMS.ITEMS-LABEL-LEFT - START ************************************************************** */

ul.items.items-label-left li.item .item-fieldset dd:before {
	content: " ";
	display: table;
}

ul.items.items-label-left li.item .item-fieldset dd:after {
	content: " ";
	display: table;
	clear: both;
}

@media (min-width: 768px) {
	ul.items.items-label-left li.item .item-fieldset dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	ul.items.items-label-left li.item .item-fieldset dd {
		margin-left: 180px;
	}
}

/* ITEMS.ITEMS-LABEL-LEFT - END **************************************************************** */

/* PLUGINS - START ***************************************************************************** */

/* DATERANGEPICKER */

.daterangepicker_input .input-mini {
	width: 100% !important;
}

/* ELFINDER */

.elfinder * {
	box-sizing: content-box !important;
}

.elfinder {
	border: none !important;
	border-radius: 4px 4px 4px 4px !important;
	box-sizing: content-box !important
}

.elfinder .elfinder-toolbar {
	background: #fafafa !important;
	border: 1px solid #eef1f5 !important;
	border-radius: 0 !important;
	padding: 14px 15px 13px !important
}

.elfinder .elfinder-toolbar .elfinder-buttonset {
	border-radius: 0 !important;
}

.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-button {
	border-radius: 0 !important;
}

.elfinder .elfinder-toolbar .elfinder-button-search {
	border-radius: 0 !important;
	margin-right: 0 !important
}

.elfinder .elfinder-navbar {
	background: #fafafa !important;
	border-color: #eef1f5 !important;
	border-left: 1px solid #eef1f5 !important;
	padding: 20px !important
}

.elfinder .elfinder-navbar-dir {
	/*
background: #f2f6f9;
border: 1px solid #5c9acf !important;*/
	border-radius: 0 !important;
	margin-bottom: 10px !important;
	padding: 10px 10px 10px 35px !important
}

.elfinder .elfinder-cwd-wrapper {
	border-right: 1px solid #eef1f5 !important;
}

.elfinder-statusbar {
	background: #fafafa !important;
	border: 1px solid #eef1f5 !important;
	border-radius: 0 !important;
	padding: 10px 15px !important;
}

.elfinder .elfinder-buttonset {
	border: 1px solid #ddd !important
}

.elfinder .elfinder-buttonset .elfinder-button {
	background: #f6f6f6 !important;
	padding: 5px !important
}

.elfinder-toolbar-button-separator {
	border-left: 1px solid #ddd !important;
	height: 26px !important
}

.elfinder-button-search input {
	background: #ffffff !important;
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	height: 28px !important;
	line-height: 28px !important;
	outline: 0 solid !important;
	padding: 0 20px !important;
	width: 160px !important
}

/* REDACTOR */

.redactor_toolbar {
	background: #f3f5f9 !important;
	border: 1px solid #c2cad8 !important;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	box-shadow: none;
}

.redactor_toolbar li a {
	border-radius: 3px;
	color: #666666;
	padding: 4px 8px !important;
}

.redactor_toolbar li a:hover {
	background: #ffffff !important;
	color: #666666;
}

.redactor_editor {
	background: #ffffff !important;
	padding: 5px !important;
	border: 1px solid #c2cad8;
	border-top: none;
	border-radius: 0 0 4px 4px;
}

/* SELECT2 */

.select2-drop {
	z-index: 100000 !important;
}

/* PLUGINS - END ******************************************************************************* */

/* PRINT */

@media print {
	/*
//	.hidden-print {
//		display:none!important;
//	}
//
//	.icon-remove {
//		display:none!important;
//	}
//
//	@page {
//		margin:.5cm;
//		orientation:landscape;
//		size:landscape;
//	}
//
//	body {
//		font:10pt Courier;
//		line-height:1.3;
//	}
*/
	a:after {
		display: none;
	}
}

li.dropdown-notifications .dropdown-menu {
	max-width: 400px !important;
	width: 400px !important;
}

@media (max-width: 1260px) {

	li.dropdown-notifications .dropdown-menu {
		max-width: 400px !important;
		width: 400px !important;
	}

}

@media (max-width: 992px) {

	li.dropdown-notifications .dropdown-menu {
		max-width: 350px !important;
		width: 350px !important;
	}

}

@media (max-width: 767px) {

	li.dropdown-notifications .dropdown-menu {
		max-width: 300px !important;
		width: 300px !important;
	}

}

@media (max-width: 480px) {

	li.dropdown-notifications .dropdown-menu {
		max-width: 250px !important;
		width: 250px !important;
	}

}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-notifications .dropdown-menu::after {
	border-bottom-color: #e9ecf3;
}

li.dropdown-notifications li.header {
	background-color: #e9ecf3;
	padding: 0 !important;
}

li.dropdown-notifications li.header h3 {
	font-size: 14px;
	margin: 0;
	padding: 15px 10px !important;
}

li.dropdown-notifications li.footer {
	background-color: #e9ecf3;
	padding: 0 !important;
}

li.dropdown-notifications li.footer h3 {
	font-size: 14px;
	margin: 0;
	padding: 10px 10px !important;
	text-align: center;
}

/* List of Notifications */

ul.list-notifications {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list-notifications li {
	display: table;
	border-bottom: 1px solid #e9ecf3;
	/*
        color: #82949a;*/
	padding: 5px 10px;
	width: 100%;
}

ul.list-notifications li:before,
ul.list-notifications li:after {
	display: table;
	line-height: 0;
	content: "";
}

ul.list-notifications li:after {
	clear: both;
}

ul.list-notifications li:hover {
	background-color: #f9fafc;
}

ul.list-notifications li .col1 {
	display: table-cell;
	padding: 0;
	width: 24px;
}

ul.list-notifications li .col2 {
	display: table-cell;
	padding: 3px;
	width: auto;
}

ul.list-notifications li .col3 {
	display: table-cell;
	padding: 3px;
	width: 85px;
}

ul.list-notifications li .col4 {
	display: table-cell;
	padding: 0;
	width: 20px;
}

ul.list-notifications li .col1 .label {
	padding: 3px 4px;
}

ul.list-notifications li .col2 .desc {
}

ul.list-notifications li .col3 .date {
	color: #c1cbd0;
	text-align: right;
	font-style: italic;
}

ul.list-notifications li .col4 a.notification-dismiss {
	text-decoration: none;
}

/** CUSTOM TASK WIDGET STYLES A.W. June 2016 **/
ul.task-assignees {
	display: block;
	padding: 0;
	margin: 0;
}

ul.task-assignees li {
	display: inline-block;
	margin: 0 0px;
	padding: 0;
}

/**
ul.task-assignees li:after{content:','; margin:0 0px;}
ul.task-assignees li:last-child:after {content: '';}
**/

ul.task-list li.task-item {
	padding: 0;
	border-bottom: 1px solid;
	border-color: #ebf0f5;
}

div.task-header {
	font-size: 18px;
}

div.task-deadline {
	font-size: 14px;
}

a.class-title {
	margin-top: 2px;
}

li.task-item div.panel-heading {
	background-color: white;
	border: 0;
	margin: 0;
}

li.dropdown-tasks .dropdown-menu {
	max-width: 400px !important;
	width: 400px !important;
}

@media (max-width: 1260px) {

	li.dropdown-tasks .dropdown-menu {
		max-width: 400px !important;
		width: 400px !important;
	}

}

@media (max-width: 992px) {

	li.dropdown-tasks .dropdown-menu {
		max-width: 350px !important;
		width: 350px !important;
	}

}

@media (max-width: 767px) {

	li.dropdown-tasks .dropdown-menu {
		max-width: 300px !important;
		width: 300px !important;
	}

}

@media (max-width: 480px) {

	li.dropdown-tasks .dropdown-menu {
		max-width: 250px !important;
		width: 250px !important;
	}

}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu::after {
	border-bottom-color: #e9ecf3;
}

li.dropdown-tasks li.header {
	background-color: #e9ecf3;
	padding: 0 !important;
}

li.dropdown-tasks li.header h3 {
	font-size: 14px;
	margin: 0;
	padding: 15px 10px !important;
}

li.dropdown-tasks li.footer {
	background-color: #e9ecf3;
	padding: 0 !important;
}

li.dropdown-tasks li.footer h3 {
	font-size: 14px;
	margin: 0;
	padding: 10px 10px !important;
	text-align: center;
}

/* List of tasks */

ul.list-tasks {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list-tasks li {
	display: table;
	border-bottom: 1px solid #e9ecf3;
	/*
        color: #82949a;*/
	padding: 5px 10px;
	width: 100%;
}

ul.list-tasks li:before,
ul.list-tasks li:after {
	display: table;
	line-height: 0;
	content: "";
}

ul.list-tasks li:after {
	clear: both;
}

ul.list-tasks li:hover {
	background-color: #f9fafc;
}

ul.list-tasks li .col1 {
	display: table-cell;
	padding: 0;
	width: 24px;
}

ul.list-tasks li .col2 {
	display: table-cell;
	padding: 3px;
	width: auto;
}

ul.list-tasks li .col3 {
	display: table-cell;
	padding: 3px;
	width: 85px;
}

ul.list-tasks li .col4 {
	display: table-cell;
	padding: 0;
	width: 20px;
}

ul.list-tasks li .col1 .label {
	padding: 3px 4px;
}

ul.list-tasks li .col2 .desc {
}

ul.list-tasks li .col3 .date {
	color: #c1cbd0;
	text-align: right;
	font-style: italic;
}

ul.list-tasks li .col4 a.task-dismiss {
	text-decoration: none;
}

ul.list-tasks li a.task-widget-link i {
	color: white;
}

/** END TASK WIDGET STYLES **/

/** TASK INFO STYLES **/
dl.task-info {
}

dl.task-info dd {
	padding-top: 4px;
}

dl.task-info dt {
	padding-top: 4px;
}

dl.task-info dd.task-description {
	margin-top: 8px;
}

dl.task-info dt.task-description {
	margin-top: 8px;
}

/** END TASK INFO STYLES **/

/** TASK TABULAR RENDERER ICON STYLES **/
i.tabular-task-icon {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

i.tabular-task-icon .badge {
	font-family: "Open Sans", ​sans-serif;
	left: 5.8em;
	position: absolute;
	top: -0.3em;
}

/** END TASK TABULAR RENDERER ICON STYLES **/

/** CUSTOM ONLINE USER WIDGET STYLES A.W. August 2016 **/
ul.online-user-list li.online-user-item {
	padding: 0;
	border-bottom: 1px solid;
	border-color: #ebf0f5;
}

div.online-user-header {
	font-size: 18px;
}

div.online-user-deadline {
	font-size: 14px;
}

a.class-title {
	margin-top: 2px;
}

li.online-user-item div.panel-heading {
	background-color: white;
	border: 0;
	margin: 0;
}

li.dropdown-online-users .dropdown-menu {
	max-width: 400px !important;
	width: 400px !important;
}

@media (max-width: 1260px) {

	li.dropdown-online-users .dropdown-menu {
		max-width: 400px !important;
		width: 400px !important;
	}

}

@media (max-width: 992px) {

	li.dropdown-online-users .dropdown-menu {
		max-width: 350px !important;
		width: 350px !important;
	}

}

@media (max-width: 767px) {

	li.dropdown-online-users .dropdown-menu {
		max-width: 300px !important;
		width: 300px !important;
	}

}

@media (max-width: 480px) {

	li.dropdown-online-users .dropdown-menu {
		max-width: 250px !important;
		width: 250px !important;
	}

}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-online-users .dropdown-menu::after {
	border-bottom-color: #e9ecf3;
}

li.dropdown-online-users li.header {
	background-color: #e9ecf3;
	padding: 0 !important;
}

li.dropdown-online-users li.header h3 {
	font-size: 14px;
	margin: 0;
	padding: 15px 10px !important;
}

li.dropdown-online-users li.footer {
	background-color: #e9ecf3;
	padding: 0 !important;
}

li.dropdown-online-users li.footer h3 {
	font-size: 14px;
	margin: 0;
	padding: 10px 10px !important;
	text-align: center;
}

/* List of online users */

ul.list-online-users {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list-online-users li {
	display: table;
	border-bottom: 1px solid #e9ecf3;
	/*
        color: #82949a;*/
	padding: 5px 10px;
	width: 100%;
}

ul.list-online-users li:before,
ul.list-online-users li:after {
	display: table;
	line-height: 0;
	content: "";
}

ul.list-online-users li:after {
	clear: both;
}

ul.list-online-users li:hover {
	background-color: #f9fafc;
}

ul.list-online-users li .col1 {
	display: table-cell;
	padding: 0;
	width: 28px;
	vertical-align: middle;
}

ul.list-online-users li .col2 {
	display: table-cell;
	padding: 5px;
	width: auto;
	vertical-align: middle;
}

ul.list-online-users li .col2 a {
	/*border-top: -5px;*/
	border-top: 0;
}

ul.list-online-users li .col3 {
	display: table-cell;
	padding: 5px;
	width: 50px;
	vertical-align: middle;
}

#user-widget-icon {
	margin-top: -18px
}

#user-widget-icon .fa-users {
	margin-top: 11px;
}

#user-widget-icon .fa-circle {
	font-size: 10px;
	top: 19px;
	left: -4px;
	z-index: 10000;

}

/** END ONLINE USERS WIDGET STYLES **/

/** CHAT STYLES **/
.chat {
	list-style: none;
	margin: 0;
	padding: 0;
}

.chat li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
	margin-left: 60px;
}

.chat li.right .chat-body {
	margin-right: 60px;
}

.chat li .chat-body p {
	margin: 0;
	color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
	margin-right: 5px;
}

.panel-body {
	overflow-y: scroll;
	height: 250px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

#titlebar-unread-indicator {
	font-size: 16px;
}

/** END CHAT STYLES **/

#create_item .form-group.uploader-group .flist.list-group,
#update_item .form-group.uploader-group .flist.list-group {
	margin-bottom: 0 !important;
}

#update_item .form-group {
	margin-bottom: 8px;
}

td > a.btn.btn-xs,
td > a > i.btn.btn-xs,
td > a > i.fa.fa-external-link {
	margin: 0 !important;
}
