/* Callout
---------------------------------------- */
.callout {
	border-left: 5px solid #eee;
	border-radius: 3px;
	margin: 0;
	padding: 15px 30px 15px 15px;

}

.callout a {
	color: #fff;
	text-decoration: underline;
}

.callout a:hover {
	color: #eee;
}

.callout h4 {
	font-weight: 600;
	margin-top: 0;
}

.callout p {
	line-height: 16px;
}

.callout p:last-child {
	margin-bottom: 0;
}

.callout code, .callout .highlight {
	background-color: #fff;
}

.callout.callout-danger {
	border-color: #c23321;
	margin-bottom: 20px;
}

.callout.callout-warning {
	border-color: #c87f0a;
	margin-bottom: 20px;
}

.callout.callout-info {
	border-color: #0097bc;
}

.callout.callout-success {
	border-color: #00733e;
	margin-bottom: 20px;
}



/* Icons
---------------------------------------- */
.callout .fa {
	margin-right: 10px;
}

.btn .fa {
	margin-right: 10px;
}

.btn.btn-sm .fa {
	margin-right: 6px;
}

.btn-file .glyphicon-folder-open {
	margin-right: 5px;
}



/* Form
---------------------------------------- */
.form-control {
	border-color: #d2d6de;
	border-radius: 0;
	box-shadow: none;
}

.form-control:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1;
}

.form-control:not(select) {
			appearance: none;
	   -moz-appearance: none;
	-webkit-appearance: none;
}

.form-group.has-success label {
	color: #00a65a;
}

.form-group.has-success .form-control {
	border-color: #00a65a;
	box-shadow: none;
}

.form-group.has-warning label {
	color: #f39c12;
}

.form-group.has-warning .form-control {
	border-color: #f39c12;
	box-shadow: none;
}

.form-group.has-error label {
	color: #dd4b39;
}

.form-group.has-error .form-control {
	border-color: #dd4b39;
	box-shadow: none;
}

.input-group .input-group-addon {
	border-color: #d2d6de;
	border-radius: 0;
}

.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
	border-radius: 0;
}

.icheck > label {
	padding-left: 0;
}

.form-control-feedback.fa {
	line-height: 34px;
}

.input-lg + .form-control-feedback.fa, .input-group-lg + .form-control-feedback.fa, .form-group-lg .form-control + .form-control-feedback.fa {
	line-height: 46px;
}

.input-sm + .form-control-feedback.fa, .input-group-sm + .form-control-feedback.fa, .form-group-sm .form-control + .form-control-feedback.fa {
	line-height: 30px;
}

.form-callout {
	padding: 6px 10px !important;
}

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

.form-radio > li {
	margin-bottom: 4px;
}

.form-radio > li > label {
	line-height: 20px;
	margin-left: 8px;
}

.form-group.required > label:after {
	content: "*";
	color: red;
	margin-left: 4px;
}

.form-note {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-left: 10px;
}



/* Button
---------------------------------------- */
.btn {
	border: 1px solid transparent;
	border-radius: 3px;

			box-shadow: none;
	-webkit-box-shadow: none;
}

.btn.uppercase {
	text-transform: uppercase;
}

.btn.btn-flat {
	border-radius: 0;
	border-width: 1px;

			box-shadow: none;
	   -moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.btn:active {
			box-shadow: inset 0 3px 5px rgba( 0, 0, 0, 0.125 );
	   -moz-box-shadow: inset 0 3px 5px rgba( 0, 0, 0, 0.125 );
	-webkit-box-shadow: inset 0 3px 5px rgba( 0, 0, 0, 0.125 );
}

.btn:focus {
	outline: none;
}

.btn.btn-file {
	overflow: hidden;
	position: relative;
}

.btn.btn-file > input[type='file'] {
	background: white;
	cursor: inherit;
	display: block;
	filter: alpha( opacity=0 );
	font-size: 100px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	outline: none;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

.btn-default {
	background-color: #f4f4f4;
	border-color: #ddd;
	color: #444;
}

.btn-default:hover, .btn-default:active, .btn-default.hover {
	background-color: #e7e7e7;
}

.btn-primary {
	background-color: #3c8dbc;
	border-color: #367fa9;
}

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

.btn-success {
	background-color: #00a65a;
	border-color: #008d4c;
}

.btn-success:hover, .btn-success:active, .btn-success.hover {
	background-color: #008d4c;
}

.btn-info {
	background-color: #00c0ef;
	border-color: #00acd6;
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
	background-color: #00acd6;
}

.btn-danger {
	background-color: #dd4b39;
	border-color: #d73925;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
	background-color: #d73925;
}

.btn-warning {
	background-color: #f39c12;
	border-color: #e08e0b;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
	background-color: #e08e0b;
}

.btn-outline {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	border-color: rgba( 255, 255, 255, 0.7 );
	color: rgba( 255, 255, 255, 0.7 );
}

.btn-link {
			box-shadow: none;
	-webkit-box-shadow: none;
}

.btn[class*='bg-']:hover {
			box-shadow: inset 0 0 100px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: inset 0 0 100px rgba( 0, 0, 0, 0.2 );
}

.btn-app {
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #666;
	font-size: 12px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
	display: block;
	font-size: 20px;
}

.btn-app:hover {
	background: #f4f4f4;
	border-color: #aaa;
	color: #444;
}

.btn-app:active, .btn-app:focus {
			box-shadow: inset 0 3px 5px rgba( 0, 0, 0, 0.125 );
	   -moz-box-shadow: inset 0 3px 5px rgba( 0, 0, 0, 0.125 );
	-webkit-box-shadow: inset 0 3px 5px rgba( 0, 0, 0, 0.125 );
}

.btn-app > .badge {
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	right: -10px;
	top: -3px;
}

.btn-export {
	margin-left: 3px;
}



/* Miscellaneous
---------------------------------------- */
.pad {
	padding: 10px;
}

.margin {
	margin: 10px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.margin-r-5 {
	margin-right: 5px;
}

.inline {
	display: inline;
}

.description-block {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.description-block.margin-bottom {
	margin-bottom: 25px;
}

.description-block > .description-header {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.description-block > .description-text {
	text-transform: uppercase;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
	color: #fff !important;
}

.bg-gray {
	background-color: #d2d6de !important;
	color: #000;
}

.bg-gray-light {
	background-color: #f7f7f7;
}

.bg-black {
	background-color: #111 !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
	background-color: #dd4b39 !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
	background-color: #f39c12 !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
	background-color: #00c0ef !important;
}

.bg-blue {
	background-color: #0073b7 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
	background-color: #3c8dbc !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
	background-color: #00a65a !important;
}

.bg-navy {
	background-color: #001f3f !important;
}

.bg-teal {
	background-color: #39cccc !important;
}

.bg-olive {
	background-color: #3d9970 !important;
}

.bg-lime {
	background-color: #01ff70 !important;
}

.bg-orange {
	background-color: #ff851b !important;
}

.bg-fuchsia {
	background-color: #f012be !important;
}

.bg-purple {
	background-color: #605ca8 !important;
}

.bg-maroon {
	background-color: #d81b60 !important;
}

.bg-gray-active {
	background-color: #b5bbc8 !important;
	color: #000;
}

.bg-black-active {
	background-color: #000 !important;
}

.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
	background-color: #d33724 !important;
}

.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
	background-color: #db8b0b !important;
}

.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
	background-color: #00a7d0 !important;
}

.bg-blue-active {
	background-color: #005384 !important;
}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
	background-color: #357ca5 !important;
}

.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
	background-color: #008d4c !important;
}

.bg-navy-active {
	background-color: #001a35 !important;
}

.bg-teal-active {
	background-color: #30bbbb !important;
}

.bg-olive-active {
	background-color: #368763 !important;
}

.bg-lime-active {
	background-color: #00e765 !important;
}

.bg-orange-active {
	background-color: #ff7701 !important;
}

.bg-fuchsia-active {
	background-color: #db0ead !important;
}

.bg-purple-active {
	background-color: #555299 !important;
}

.bg-maroon-active {
	background-color: #ca195a !important;
}

[class^="bg-"].disabled {
  filter: alpha( opacity=65 );
  opacity: 0.65;
}

.text-red {
	color: #dd4b39 !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-aqua {
	color: #00c0ef !important;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111 !important;
}

.text-light-blue {
	color: #3c8dbc !important;
}

.text-green {
	color: #00a65a !important;
}

.text-gray {
	color: #d2d6de !important;
}

.text-navy {
	color: #001f3f !important;
}

.text-teal {
	color: #39cccc !important;
}

.text-olive {
	color: #3d9970 !important;
}

.text-lime {
	color: #01ff70 !important;
}

.text-orange {
	color: #ff851b !important;
}

.text-fuchsia {
	color: #f012be !important;
}

.text-purple {
	color: #605ca8 !important;
}

.text-maroon {
	color: #d81b60 !important;
}

.link-muted {
	color: #7a869d;
}

.link-muted:hover, .link-muted:focus {
	color: #606c84;
}

.link-black {
	color: #666;
}

.link-black:hover, .link-black:focus {
	color: #999;
}

.hide {
	display: none !important;
}

.no-border {
	border: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

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

.no-shadow {
	box-shadow: none!important;
}

.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-group-unbordered > .list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.flat {
	border-radius: 0 !important;
}

.text-bold, .text-bold.table td, .text-bold.table th {
	font-weight: 700;
}

.text-sm {
	font-size: 12px;
}

.bg-teal-gradient {
	background: #39cccc !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #39cccc ), color-stop( 1, #7adddd ) ) !important;
	background: -ms-linear-gradient( bottom, #39cccc, #7adddd ) !important;
	background: -moz-linear-gradient( center bottom, #39cccc 0%, #7adddd 100% ) !important;
	background: -o-linear-gradient( #7adddd, #39cccc ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0 ) !important;
}

.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #3c8dbc ), color-stop( 1, #67a8ce ) ) !important;
	background: -ms-linear-gradient( bottom, #3c8dbc, #67a8ce ) !important;
	background: -moz-linear-gradient( center bottom, #3c8dbc 0%, #67a8ce 100% ) !important;
	background: -o-linear-gradient( #67a8ce, #3c8dbc ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0 ) !important;
}

.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #0073b7 ), color-stop( 1, #0089db ) ) !important;
	background: -ms-linear-gradient( bottom, #0073b7, #0089db ) !important;
	background: -moz-linear-gradient( center bottom, #0073b7 0%, #0089db 100% ) !important;
	background: -o-linear-gradient( #0089db, #0073b7 ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089db', endColorstr='#0073b7', GradientType=0 ) !important;
}

.bg-aqua-gradient {
	background: #00c0ef !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #00c0ef ), color-stop( 1, #14d1ff ) ) !important;
	background: -ms-linear-gradient( bottom, #00c0ef, #14d1ff ) !important;
	background: -moz-linear-gradient( center bottom, #00c0ef 0%, #14d1ff 100% ) !important;
	background: -o-linear-gradient( #14d1ff, #00c0ef ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0 ) !important;
}

.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #f39c12 ), color-stop( 1, #f7bc60 ) ) !important;
	background: -ms-linear-gradient( bottom, #f39c12, #f7bc60 ) !important;
	background: -moz-linear-gradient( center bottom, #f39c12 0%, #f7bc60 100% ) !important;
	background: -o-linear-gradient( #f7bc60, #f39c12 ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0 ) !important;
}

.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #605ca8 ), color-stop( 1, #9491c4 ) ) !important;
	background: -ms-linear-gradient( bottom, #605ca8, #9491c4 ) !important;
	background: -moz-linear-gradient( center bottom, #605ca8 0%, #9491c4 100% ) !important;
	background: -o-linear-gradient( #9491c4, #605ca8 ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0 ) !important;
}

.bg-green-gradient {
	background: #00a65a !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #00a65a ), color-stop( 1, #00ca6d ) ) !important;
	background: -ms-linear-gradient( bottom, #00a65a, #00ca6d ) !important;
	background: -moz-linear-gradient( center bottom, #00a65a 0%, #00ca6d 100% ) !important;
	background: -o-linear-gradient( #00ca6d, #00a65a ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0 ) !important;
}

.bg-red-gradient {
	background: #dd4b39 !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #dd4b39 ), color-stop( 1, #e47365 ) ) !important;
	background: -ms-linear-gradient( bottom, #dd4b39, #e47365 ) !important;
	background: -moz-linear-gradient( center bottom, #dd4b39 0%, #e47365 100% ) !important;
	background: -o-linear-gradient( #e47365, #dd4b39 ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0 ) !important;
}

.bg-black-gradient {
	background: #111 !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #111 ), color-stop( 1, #2b2b2b ) ) !important;
	background: -ms-linear-gradient( bottom, #111, #2b2b2b ) !important;
	background: -moz-linear-gradient( center bottom, #111 0%, #2b2b2b 100% ) !important;
	background: -o-linear-gradient( #2b2b2b, #111 ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#111', GradientType=0 ) !important;
}

.bg-maroon-gradient {
	background: #d81b60 !important;
	background: -webkit-gradient( linear, left bottom, left top, color-stop( 0, #d81b60 ), color-stop( 1, #e73f7c ) ) !important;
	background: -ms-linear-gradient( bottom, #d81b60, #e73f7c ) !important;
	background: -moz-linear-gradient( center bottom, #d81b60 0%, #e73f7c 100% ) !important;
	background: -o-linear-gradient( #e73f7c, #d81b60 ) !important;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0 ) !important;
}

.description-block .description-icon {
	font-size: 16px;
}

.no-pad-top {
	padding-top: 0;
}

.position-static {
	position: static !important;
}

.list-header {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 4px;
}

.list-seperator {
	background: #f4f4f4;
	height: 1px;
	margin: 15px 0 9px 0;
}

.list-link > a {
	color: #777;
	padding: 4px;
}

.list-link > a:hover {
	color: #222;
}

.img-sm, .img-md, .img-lg, .box-comments .box-comment img {
	float: left;
}

.img-sm, .box-comments .box-comment img, .user-block.user-block-sm img {
	width: 30px !important;
	height: 30px !important;
}

.img-sm + .img-push {
	margin-left: 40px;
}

.img-md {
	height: 60px;
	width: 60px;
}

.img-md + .img-push {
	margin-left: 70px;
}

.img-lg {
	height: 100px;
	width: 100px;
}

.img-lg + .img-push {
	margin-left: 110px;
}

.img-bordered {
	border: 3px solid #d2d6de;
	padding: 3px;
}

.img-bordered-sm {
	border: 2px solid #d2d6de;
	padding: 2px;
}

.attachment-block {
	background: #f7f7f7;
	border: 1px solid #f4f4f4;
	margin-bottom: 10px;
	padding: 5px;
}

.attachment-block .attachment-img {
	float: left;
	height: auto;
	max-width: 100px;
	max-height: 100px;
}

.attachment-block .attachment-pushed {
	margin-left: 110px;
}

.attachment-block .attachment-heading {
	margin: 0;
}

.attachment-block .attachment-text {
	color: #555;
}

.connectedSortable {
	min-height: 100px;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect( 0 0 0 0 );
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}

.full-opacity-hover {
	opacity: 0.65;
	filter: alpha( opacity=65 );
}

.full-opacity-hover:hover {
	filter: alpha( opacity=100 );
	opacity: 1;
}

.chart {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.chart svg, .chart canvas {
	width: 100% !important;
}

.borderless {
	border: 0;
}

.modal-note {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin-top: 5px;
}

.dropdown-toggle .caret {
	margin-left: 5px;
}

.dropdown-menu > li > a > .fa {
    margin-right: 6px;
}

.min-width-80 {
	min-width: 80px;
}
