body {
	min-height:100%;
	overflow-y:scroll;
}
body, html {
	height:100%;
}
body {
	margin:0;
	color: #656565;
	font-family: Calibri, sans-serif;
	background-color:#f5f7fa;
	font-size:14px;
	line-height:1.52857;
}

/**
 * 	Loading state
 */
body.loading,
body.loading * {
	cursor: wait;
}
body.loading .state-loading {
	position:fixed;
	background-color:rgba(255, 255, 255,0.7);
	/*width:100%;*/
	z-index:2000;
}
body.loading .state-loading > div {
	width:160px;
	padding:20px;
	border-radius:4px;
	/*color:#fff;*/
	box-shadow:0 0 6px rgba(0,0,0,0.2);
	/*text-shadow:2px 2px 15px rgba(0,0,0,0.3);*/
	background-color:rgba(250, 251, 252, 0.8);
	.css({'width':'160px','padding':'20px','borderRadius':'3px'})
}
.loading-spinner {
	background: url('http://alfasoftware.beheren.be/public/alfanet/img/spinner.gif') center center no-repeat;
}
.input-loading-spinner {
	background-image: url('http://alfasoftware.beheren.be/public/alfanet/img/spinner.gif');
	background-position:10px center;
	background-size:auto 32%;
	background-repeat:no-repeat;
	padding-left:30px;
}

/**
 * 	Elements
 */
.browser-upgrade {
	text-align:center;
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
	position:absolute;
	width:100%;
	z-index:999;
}
.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 46%;
	display: none;
	padding-top:3px;
	background-color: rgba(0,0,0,0.30);
	border-radius:50px;
	cursor:pointer;
}
.scrollup:hover {
	background-color: #3389CC;
	color:#fff;
}
.scrollup.activated {
	z-index:10;
}
.handle {
	cursor:grab;
}
:focus, a {
	outline:0 none !important;
}
a.disabled {
	pointer-events: none;
}
.text-md {
	font-size:25px;
}
.text-lg {
	font-size: 42px;
}
.text-time {
	color:#C2C2C2;
	font-size:70%;
}
.monospaced {
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}
.bg-white {
	background-color:#fff;
}
.bg-dark {
	background-color: #3a3f51;
	color: #fff !important;
}
.no-top-border {
	border-top-width: 0 !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
	background-color:transparent;
	text-decoration:none;
}
.wrapper {
	position:relative;
	width:100%;
	height:auto;
	min-height:100%;
	overflow-x:hidden;
}
.content-wrapper {
	border-top: 1px solid rgba(0,0,0,0.15);
	margin-top:-1px;
	padding:15px;
	width:100%;
}
.content-wrapper {
	padding:20px; /* TODO: for large screens */
}
.m0 {
	margin:0 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mr0 {
	margin-right:0px !important;;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.ml0 {
	margin-left:0 !important;
}
.ml10 {
	margin-left:10px !important;
}
.ml20 {
	margin-left:20px !important;
}
.bb {
	border-bottom:1px solid rgba(0, 0, 0, 0.12);
}
.br {
	border-right:1px solid rgba(0, 0, 0, 0.12);
}
.bl {
	border-left:1px solid rgba(0, 0, 0, 0.12);
}
.bt {
	border-top:1px solid rgba(0, 0, 0, 0.12);
}
.p {
	padding: 10px !important;
}
.p0 {
	padding:0px !important;
}
.p2 {
	padding:2px !important;
}
.p5 {
	padding:5px !important;
}
.pt0 {
	padding-top:0px !important;
}
.pt5 {
	padding-top:5px !important;
}
.pt10 {
	padding-top:10px !important;
}
.pt15 {
	padding-top:15px !important;
}
.pb0 {
	padding-bottom:0 !important;
}
.cursor-click {
	cursor:pointer;
}
.row-table {
	display: table;
	height: 100%;
	margin:0;
	table-layout:fixed;
	width:100%;
}
.row-table > [class*="col-"] {
	display:table-cell;
	float:none;
	table-layout:fixed;
	vertical-align:middle;
}
.row-flush > [class*="col-"] {
	padding-left:0;
	padding-right:0;
}
/* Font Awesome */
.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/**
 * 	Header
 */
.viewport-fixed .wrapper .topnavbar-wrapper {
	position:fixed;
	top:0;
	width: 100%;
	z-index:121;
}
.topnavbar {
	background-color: #1B77BE;
	background-image: linear-gradient(to right, #1B77BE 0px, #3C90D1 100%);
	background-repeat: repeat-x;
	border: 0 none;
	border-radius:0;
	margin-bottom:0;
	position:relative;
	z-index:1050;
}
.topnavbar .btn {
	border:none;
}
.topnavbar .navbar-header {
	background-image: none;
	background-repeat: no-repeat;
	filter:none;
	text-align:center;
	position:relative;
	z-index: 11;
	width:220px;
}
.topnavbar .navbar-header .navbar-brand {
	padding:0; /* TODO: for large screens  ?? */
}
.topnavbar .navbar-header .navbar-brand {
	width:100%; /* TODO: for large screens ?? */
}
.topnavbar .navbar-header .brand-logo {
	display:block;
	padding:15px 15px;
	color:#fff;
}
.topnavbar .navbar-header .brand-logo-collapsed {
	display:none;
	padding:6px 15px;
	color:#fff;
}
.topnavbar .navbar-nav.navbar-left {
	float: left !important;
	margin: 0;
}
.topnavbar .navbar-nav.navbar-left > li {
	float: left !important;
}
.topnavbar .navbar-nav.navbar-left > li > a {
	padding-bottom:15px;
	padding-top:15px;
}
.topnavbar .navbar-nav > .open > a,
.topnavbar .navbar-nav > li > a {
	color:#fff;
}
.topnavbar .navbar-nav > .open > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > li > a:hover {
	background-color:#2780C4;
	color:#fff;
}
.topnavbar .nav .open > a,
.topnavbar .nav .open > a:focus,
.topnavbar .nav .open > a:hover {
	background-color:#2780C4;
}
.nav-wrapper:after {
	clear:both;
}
.nav-wrapper:after,
.nav-wrapper:before {
	content: " ";
	display:table;
}
.nav-wrapper {
	background-color:transparent;
	padding:0 15px;
}
.nav-wrapper {
	box-shadow:0 1px 2px rgba(0,0,0,0.15);
	position:relative;
	z-index:10;
}
.aside-collapsed .topnavbar .navbar-header .brand-logo {
	display:none;
}
.aside-collapsed .topnavbar .navbar-header .brand-cogo-collapsed {
	display:block;
}
.aside-collapsed .topnavbar .navbar-header {
	width:70px;
}
/**
 * 	Top navbar notification dropdown
 */

.topnavbar .notifications {
   min-width:420px; 
  }
  
.topnavbar .notifications-wrapper {
     overflow:auto;
      max-height:250px;
    }
  
   
.topnavbar .notification-heading, .notification-footer  {
 	padding:2px 10px;
 	min-height:25px;
       }
.topnavbar .notification-heading {
	border-bottom:1px solid #e5e5e5;
}
.topnavbar .notification-footer {
	border-top:1px solid #e5e5e5;
}

.topnavbar .item-title {
  padding-left:45px;
 font-size:1.3rem;
 color:#000;
    
}
.topnavbar .item-info {
padding-left:45px;
font-size:13px;
}

.topnavbar .notifications a {
 text-decoration:none;

 }
 .topnavbar .notifications code a {
 text-decoration:none;
 color:#000;

 }
    
.topnavbar .notification-item {
 padding:3px;
border-bottom:1px solid #e5e5e5;
 background:#FFF;
 min-height:60px;
 }
 .topnavbar .notification-item .avatar {
 	float:left;
 	margin-left:5px;
 	margin-top:13px;
 	border-radius: 50%;
 }
.topnavbar .notification-item.unread-item {
	background-color:#F2F8FA;
}
.topnavbar .notification-item.unseen-item {
	background-color:#F2F8FA;
}
.topnavbar .notification-item:hover,
.topnavbar .notification-item:focus,
.topnavbar .notification-item.unread-item:hover,
.topnavbar .notification-item.unread-item:focus,
.topnavbar .notification-item.unseen-item:hover,
.topnavbar .notification-item.unseen-item:focus {
	background-color:#F5F7FA;
	cursor:pointer;
}
/**
 * 	Aside
 */
.wrapper > .aside {
	backface-visibility:hidden;
	background-color:#fff;
	bottom:0;
	left:0;
	top:0;
	width:220px;
	z-index:110;
}
.wrapper > .aside {
	z-index: 116; /* TODO: for large screens ??? */
}
.wrapper > .aside .aside-inner {
	height:100%;
	overflow:hidden;
	padding-top:110px;
	width:220px;
}
.wrapper > .aside .aside-inner {
	padding-top:55px; /* TODO: for large screens */
}
.viewport-fixed .wrapper > .aside {
	position: fixed;
	height: 1px;
	min-height: 100%;
}
.viewport-fixed .wrapper > .aside > .aside-inner {
	bottom: 0;
	position:fixed;
	top:0;
}
.sidebar {
	background-color:#fff;
	height:100%;
	margin-right:-17px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-bottom:20px;
}
.sidebar:after {
	background:none repeat scroll 0 0 rgba(0,0,0,0.15);
	bottom:0;
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:1px;
}
.sidebar > .nav {
	padding-right:17px;
	position:relative;
}
.sidebar > .nav {
	padding-right:0; /* TODO: for large screens */
}
.sidebar > .nav > li {
	border-left: 3px solid transparent;
	transition: border-left-color 0.4s ease 0s;
}
.sidebar > .nav > li.active {
	border-left-color: #23b7e5;
}
.sidebar > .nav > li > .nav-item,
.sidebar > .nav > li > a {
	color: #515253;
	font-weight:400;
	letter-spacing: 0.025em;
	padding: 6px 24px;
}
.sidebar > .nav > li > .nav-item.sublink,
.sidebar > .nav > li > a.sublink {
	padding:3px 24px 3px 34px;
	font-size:12px;
}
.sidebar > .nav > li > .nav-item:focus,
.sidebar > .nav > li > .nav-item:hover,
.sidebar > .nav > li > a:focus,
.sidebar > .nav > li > a:hover {
	color:#2780C4;
	outline:0 none;
	text-decoration:none;
}
.sidebar > .nav > li > .nav-item > i,
.sidebar > .nav > li > a > i {
	display:inline-block;
	font-style:normal;
	font-weight:400;
	line-height:1;
	width:2em;
}
.sidebar > .nav > li.active,
.sidebar > .nav > li.active .nav,
.sidebar > .nav > li.active > a,
.sidebar > .nav > li.open,
.sidebar > .nav > li.open .nav,
.sidebar > .nav > li.open > a {
	background-color: #fcfcfc;
	color:#2780C4;
}
.sidebar > .nav > li.divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
.sidebar .nav-heading {
	color: #919da8;
	cursor:default;
	font-size:13px;
	letter-spacing: 0.035em;
	padding: 12px 15px;
	pointer-events: none;
}
.aside-collapsed .sidebar {
	overflow-x:hidden;
}
.aside-collapsed .wrapper > .aside,
.aside-collapsed .wrapper > .aside > .aside-inner {
	width:0px;
}
.aside-collapsed .sidebar > .nav > li {
	width: 0px;
}
.aside-collapsed .sidebar > .nav .nav,
.aside-collapsed .sidebar > .nav > .nav-heading,
.aside-collapsed .sidebar > .nav > li > a > span {
	display:none !important;
}
.aside-collapsed .sidebar > .nav > li > .nav-item,
.aside-collapsed .sidebar > .nav > li > a {
	padding:20px 0;
	text-align:center;
	text-indent:-3px;
}
.aside-collapsed .sidebar > .nav > li > .nav-item > i,
.aside-collapsed .sidebar > .nav > li > a > i {
	font-size: 1.6em;
	width:auto;
}


/**
 * 	.user-block
 */
.if-user-block {
	border: 0 none !important;
	display:block;
	overflow:hidden;
}
.user-block:after,
.user-block:before {
	content: " ";
	display:table;
}
.user-block:after {
	clear:both;
}
.user-block {
	cursor:pointer;
	padding: 25px 30px 0;
	position: relative;
}
.user-block > .user-block-picture {
	margin: 0 auto;
	position: relative;
	width: 60px;
}
.user-block-status {
	position:relative;
}
.user-block-status > .circle {
	border: 2px solid #fff;
	bottom:0;
	position:absolute;
	right:0;
}
.circle-lg {
	height:11px;
	width:11px;
}
.circle-success {
	background-color:#27c24c;
}
.user-block .user-block-info {
	padding-top:15px;
	text-align:center;
}
.user-block .user-block-info .user-block-name {
	color: #7d848f;
}
.user-block .user-block-info .user-block-role {
	color:#aaa;
	font-size: 12px;
}
.user-block .user-block-info .user-block-name,
.user-block .user-block-info .user-block-role {
	display: block;
}
/**
 * 	.list-group-item
 */
.list-group-item.bg-success {
	background-color:#dff0d8;
}
/**
 * 	.server-widget
 */
.server-widget {
	width:200px;
	position:fixed;
	top:100px;
	right:0;
	z-index:10;
}
.server-widget.closed {
	right:-195px;
}
.server-widget .panel-default {
	border-top-left-radius:0;
}
.server-widget .panel-tab {
	width:50px;
	height:43px;
	padding-top:6px;
	padding-left:6px;
	position:absolute;
	top:0;
	left:-49px;
	background-color:#fff;
	border-top:3px solid #cfdbe2;
	border-left:1px solid #cfdbe2;
	border-bottom:2px solid #cfdbe2;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	cursor:pointer;
}
.server-widget .panel-tab .panel-tab-indicator {
	font-size: 10px;
	position:absolute;
	top:3px;
	right:-3px;
	z-index:12;
}
.server-widget .list-group-item {
	padding-bottom:0;
}
.server-widget .list-group-item.server-online {
	border-left:3px solid #458746;
}
.server-widget .list-group-item.server-offline {
	border-left:3px solid #BD362F;
}
.server-widget .list-group-item.server-load {
	border-left:3px solid #F17502;
}
/**
 * 	Section
 */
.wrapper > section {
	position:relative;
	background-color: #f5f7fa;
	height:100%;
	margin-bottom:60px !important;
}
.wrapper > footer,
.wrapper > section {
	margin-left:220px;
}
.layout-fixed .wrapper > section {
	margin-top:55px;
}
.aside-collapsed .wrapper > footer,
.aside-collapsed .wrapper > section {
	margin-left:0px;
}
.viewport-minimal .wrapper > footer,
.viewport-minimal .wrapper > section {
	margin-left:0px;
}

/**
 * 	Sidebar on larger screens
 */
@media only screen and (min-width: 768px) {
	.aside-collapsed .wrapper > .aside,
	.aside-collapsed .wrapper > .aside > .aside-inner {
		width:70px;
	}
	.aside-collapsed .sidebar > .nav > li {
		width: 68px;
	}
	.aside-collapsed .wrapper > footer,
	.aside-collapsed .wrapper > section {
		margin-left:70px;
	}
}

/**
 * 	Content heading
 */
.content-wrapper > .content-heading,
.modal-body > .content-heading,
.modal-body form > .content-heading,
.content-wrapper > h3 {
	margin:20px -20px; /* TODO: for large screens */
	padding:20px; /* TODO: for large screens */
	
	background-color: #fafbfc;
	border-bottom:1px solid #cfdbe2;
	color:#929292;
	font-family:inherit;
	font-size:24px;
	font-weight:400;
	line-height:1.1;
}
.modal-body > .content-heading
.modal-body form, {
	margin:-15px -15px 15px -15px;
}
.modal-body form > .content-heading {
	margin:-15px -15px 15px -15px;
}
.content-wrapper > .content-heading .small,
.content-wrapper > .content-heading small,
.modal-body > .content-heading .small,
.modal-body form > .content-heading .small,
.modal-body > .content-heading small,
.modal-body form > .content-heading small,
.content-wrapper > h3 .small,
.content-wrapper > h3 small {
	color:#3a3f51;
	font-size:65%;
	font-weight:400;
	line-height:1;
}
.content-wrapper > .content-heading > small,
.modal-body > .content-heading > small,
.modal-body form > .content-heading > small,
.content-wrapper > .content-heading > h3 > small {
	color: #909fa7;
	display: block;
	font-size: 12px;
}

/**
 * 	Breadcrumbs
 */
.breadcrumb {
	background-color:transparent;
	list-style: outside none none;
	margin-bottom:21px;
	padding:0;
}
.breadcrumb > li + li:before {
	color: #ccc;
	content: "\f054";
	padding: 0 5px;
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-size:10px;
	cursor:default;
}

/**
 * 	Panels
 */
.panel {
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	box-shadow:0 1px 1px rgba(0,0,0,0.05);
	margin-bottom:21px;
}
.panel .panel-heading {
	border-bottom: 0 none;
	font-size:14px;
}
.panel-heading > a[data-tool] {
	color:#fff;
	display:inline-block;
	text-align:center;
	width:2em;
}
.panel.panel-default {
	border-top-width:3px;
}
.panel-default {
	border-color:#cfdbe2;
}
.panel-default > .panel-heading {
	background-color:#fff;
	border-color:#cfdbe2;
	color:#444;
}
.panel-default .panel-heading > a[data-tool] {
	color: #c1c2c3;
}
.panel-body .pagination {
	margin:0;
}

.pagination-xs > li:first-child > a, 
.pagination-xs > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-xs > li > a, 
.pagination-xs > li > span {
	font-size: 12px;
	padding: 1px 5px;
}
.panel-danger {
	border-color: #cfdbe2;
}
.panel-danger > .panel-heading {
	background-color: #f05050;
	border-color: #cfdbe2;
	color: #fff;
}
.panel-success > .panel-heading {
	background-color: #27c24c;
	border-color: #cfdbe2;
	color: #fff;
}
.panel-gray > .panel-heading {
	background-color: rgba(0, 0, 0, 0.12);
}
.panel-toolbar {
	background-color:#efefef;
}
.panel-toolbar .col-pagination {
	height:22px;
}
.panel-toolbar .panel-toolbar-tabs {
	position:absolute;
	top:-62px
}
.panel-toolbar .panel-toolbar-tabs .btn {
	background-color:#CFDBE2;
	border-bottom:none;
}
/* See .navbar .brand style in bootstrap.css for a reference */ 
.btn-toolbar .text {
	display: block;
	float: left;
	margin-top: 3px; /* Recover part of margin set in child Header nodes */
	margin-left: 10px;
	font-size: 12px;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
/**
 * 	.widget
 */
.widget .panel, .widget.panel {
	overflow: hidden;
}
.widget {
	border: 0 none;
	margin-bottom: 20px;
}

/**
 * 	.table
 */
.table-with-select tr td:first-child,
.table-with-select #select-all,
.table-with-select .select-item {
	cursor:pointer;
}
.table-with-select tr td.table-message {
	cursor:default !important;
}
.table th {
	background-color:#DEE5EA;
	color:#606060;
}
.table th a {
	color:#606060;
}
.table.table-with-select td:first-child,
.table.table-with-select th:first-child {
	text-align: center; width:20px;
}
.table tr.selected > td,
.table tr:nth-child(2n+1).selected > td,
.table tr.selected:hover > td,
.table tr:nth-child(2n+1).selected:hover > td {
	background-color:#FCFCD1;
}
.table tbody.total tr,
.table tbody.total td {
	background-color:#EAEAEA;
}
.high-stock {
	background-color:#32CD32;
	color:#FFFFFF;
	padding:2px;
}
.low-stock {
	background-color:#F17502;
	color:#FFFFFF;
	padding:2px;
}
.empty-stock {
	background-color:#8E0102;
	color:#FFFFFF;
	padding:2px;
}
.table td .row.row-fit {
	margin:0;
}
.table td > a[id^=klant_],
.table td > a[id^=leverancier_],
.table td > a[id^=freelancer_],
.table td > a[id^=offerte_],
.table td > a[id^=bestelling_],
.table td > a[id^=factuur_],
.table td > a[id^=herstelling_],
.table td > a[id^=project_],
.table td.document a,
.table td.currency,
.table .label.currency,
.table td.phone,
.table td.ogm,
.account-number {
	font-family: Consolas,monaco,monospace;
}
.table .label.currency {
	font-size:11px;
}
.table tr.row-sub-heading {
	background-color:#f9f9f9;
}
table .progress {
	margin-bottom:0;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 0 #000;
}
table .progress .progress-bar {
	box-shadow: 0 0 0 #000;
}
.progress-80 {
	width: 80%;
}
.progress-xs {
	height: 8px;
}
/**
 * 	.table-responsive
 */
@media (max-width: 767px) {
  .table-responsive .dropdown-menu,
  .table-responsive .dropdown-toggle {
        position: static !important;
  }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}
/**
 * 	.panel-group
 */
.table .bb1 {
	border-bottom:1px solid #ddd;
}
.table .panel-group-order {
	margin:0;
}
.table .panel-group-order a {
	color:#000;
	font-size:12px;
	letter-spacing:1px;
	display:inline-block;
	width:100%;
	position:absolute;
}
.table .panel-group-order a:hover,
.table .panel-group-order a:focus {
	color:#000;
	text-decoration: none;
}
.table .panel-group-order a:hover .fa,
.table .panel-group-order a:focus .fa {
	color:#3389CC;
}
.table .panel-group-order .panel {
	border-radius:0;
	border:none;
	border-bottom:thin solid #ddd;
}
.table .panel-group-order .panel + .panel {
	margin-top:0;
}
.table .panel-title {
	font-size:12px;
	letter-spacing:1px;
}
.table .panel-heading {
	border-top-left-radius:0;
	border-top-right-radius:0;
	padding:0;
}
/*
 * #modal
 */
#modal .modal-spinner {
	text-align: center;
}
#modal .typeahead {
	z-index:1051;
}
.loading-typeahead {
	margin-left:5px;
}
/**
 * 	Circle labels
 */
.label.label-circle {
	border-radius:40px;
}
/**
 * 	Dropdown labels
 */
.dropdown > a > .label {
	padding:2px 5px;
	position:absolute;
	right:0;
	top:0;
}
.dropdown > a > .label {
	top:10px; /* TODO: for large screens */
}
.dropdown-menu form.pop-customer {
	margin:-8px 2px 0 2px;
}
.dropdown-menu form.pop-customer .form-group {
	margin-bottom:-8px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/**
 * 	.statusses
 */
.statusses .status-list {
	position:relative;
	cursor:default;
}
.statusses .status-list .current {
	margin-right:6px;
}
.statusses .status-list .current span {
	/*outline:3px dotted #91CD91;*/
	font-size:11px;
}
.statusses .status-list .actions {
	position:absolute;
	text-align: center;
	right:10px;
}


/**
 * 	Customer popup window
 *  Supplier popup window
 */
.viewport-popup #customer-pane-tabs {
	margin-bottom:15px;
	border-bottom:0;
}
.viewport-popup .nav-tabs > li.active > a,
.viewport-popup .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
#supplier-pane-tabs.nav-tabs > li.active > a,
#supplier-pane-tabs.nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #ddd;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555;
	cursor: default;
	border-radius: 4px;
}

/**
 * 	Charts
 */
.legendColorBox {
	padding-right:5px;
}

/**
 * 	#contentCreator
 */
#contentCreator {
	background-color:#F5F5F5;
	padding:15px;
	padding-bottom:45px;
	margin:0 -15px -15px 100px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	min-height:180px;
}
#contentCreator div[class^=if] {
	min-height:100%;
}
#contentCreator .btn-toolbar {
	position:absolute;
	left:-100px;
}
#contentCreator .note-editor {
	margin-bottom:0;
}
#contentCreator .note-toolbar {
	border-bottom: 1px solid #c2c2c2;
	background-color: #fafafa;
}
#contentCreator .panel.panel-default {
	border:1px solid #ccc;
}
#contentCreator .btn-corner {
	position:absolute;
	right:15px;
	bottom:-30px;
}
/**
 * 	.timeline
 */
.timeline .note-editor {
	margin-bottom:0 !important;
	border-radius:0;
	border-top-width:1px;
}
.timeline .note-toolbar {
	background-color:#f4f4f4;
	border-bottom:1px solid #cfdbe2;
	border-radius:0;
}
.timeline .timeline-body .btn-toggle-tag {
	cursor:pointer;
}
.timeline .listeners {
	padding:5px 15px;
}
.timeline .attachments-con {
	padding:5px 15px;
	border-top:1px solid #cfdbe2;
}
.timeline .attachment-preview {
	width:100%;
	height:116px;
	overflow:hidden;
	margin:0;
	position:relative;
}
.timeline .attachment-preview img {
	position:absolute;
	left:-100%;
	right:-100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
	width: auto;
	height: auto;
}
.timeline .attachments-con .attachment-con {
	background-color:#f4f4f4;
	margin-bottom:1px;
}
.timeline .attachments-con .attachment.con:first-child {
	margin-top:1px;
}
.timeline .node-reactions textarea {
	border-radius:0;
	border:none;
	border-top:1px solid #cfdbe2;
	resize:none;
	height:28px;
}
.timeline .node-reactions textarea:focus {
	box-shadow:none;
}
.timeline .node-reactions-wrapper {
	padding:0 15px;
	border-top:1px solid #cfdbe2;
}
.timeline .node-reaction {
	border-bottom:1px solid #E8EEF2;
	padding:2px 0;
}
.timeline small {
	font-size:71%;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  background-color:#fff;
  border: 1px solid #cfdbe2;
  border-radius: 4px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -7px;
  display: inline-block;
  border-top: 7px solid transparent;
  border-left: 7px solid #cfdbe2;
  border-right: 0 solid #cfdbe2;
  border-bottom: 7px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -5px;
  display: inline-block;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 5px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel.bg-info {
  background-color:#f9f9f9;
}
.timeline > li > .timeline-panel.bg-info:after {
  border-left: 5px solid #f9f9f9;
  border-right: 0 solid #f9f9f9;
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 0.6em;
  text-align: center;
  position: absolute;
  top: 28px;
  right: -6px;
  /*background-color: #999999;*/
  z-index: 100;
  color:#F5F7FA;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  cursor:default;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 7px;
  left: -7px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 5px;
  left: -5px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-heading {
	border-bottom: 1px solid #eee;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	padding:10px 15px;
	font-size:14px;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body {
	padding:15px;
}
.timeline-body > p,
.timeline-body > ul {
    padding:5px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body .contents {
	margin:0 -10px;
	border:1px solid #eee;
	background-color:#fff;
}
.timeline-body .contents .from,
.timeline-body .contents .to,
.timeline-body .contents .subject {
	border-bottom:1px solid #eee;
	background-color:#F4F4F4;
	padding:3px 10px;
}
.timeline-body .contents .body {
	padding:10px;
}

.timeline-footer{
    padding: 2px;
    background-color:#f4f4f4;
    border-top:1px solid #eee;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -6px;
}
ul.timeline.timeline-left:before {
	left: 40px;
}
ul.timeline.timeline-left > li {
	margin-bottom: 20px;
	position: relative;
	width:100%;
	float: left;
	clear: left;
}
ul.timeline.timeline-left > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline.timeline-left > li > .timeline-badge {
	left: 35px;
	margin-left: 0;
	top: 29px;
}
ul.timeline.timeline-left > li:nth-child(2) {
	margin-top:0;
}
ul.timeline.timeline-left > li.timeline-inverted {
	margin-top:0;
	margin-bottom:10px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}

/**
 * 	conversation
 */
#stream_bucket {
	padding-left:50px;
}
#stream_bucket.is-mobile {
	padding-left:0 !important;
}
.discussion-timeline {
    float: left;
    position: relative;
    width: 90%;
}
.discussion-timeline::before {
    background-color: #CFDBE2;
    bottom: 0;
    content: "";
    display: block;
    left: 79px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
}
.avatar {
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
}
.avatar-small {
    border-radius: 2px;
}
a.commit-ref:hover {
    background-image: linear-gradient(#74a4d4, #2a5177);
    border-color: #2a5177;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.comment-body {
    font-size: 14px;
    overflow: visible;
    padding: 15px;
    width: 100%;
}
.timeline-commits {
    border-collapse: separate;
    margin-top: 5px;
    width: 100%;
}
.timeline-commits td {
    background-color: transparent;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-top: 4px;
    vertical-align: top;
}
.timeline-commits code {
	font-family: Calibri,sans-serif;
	letter-spacing:1px;
}
.discussion-item .timeline-commits .commit-author {
    display: none;
}
.timeline-commits .commit-gravatar {
    padding-left: 10px;
    width: 16px;
}
.timeline-commits .avatar {
    border-radius: 50%;
}
.timeline-commits .commit-author {
    padding-right: 20px;
    white-space: nowrap;
    width: 200px;
}
.timeline-commits .author {
    color: #555;
    font-weight: bold;
}
.timeline-commits .commit-message {
    max-width: 550px;
    min-height: 0;
}
.timeline-commits .commit-message > code {
    color: #555;
}
.timeline-commits .commit-message > code a {
    color: #5E6C7A;
    background-color:#F5E79E;
}
.timeline-commits .commit-message > code a:hover {
    color: #555;
}
.timeline-commits .commit-ci-status .octicon-primitive-dot {
    margin-left: 2px;
    margin-right: 3px;
    width: 9px;
}
.timeline-commits .commit-meta {
    text-align: right;
    cursor:default;
}
.timeline-commits .commit-meta code {
	color:#656565;
}
.commit-icon {
    color: #ccc;
    display: table-cell;
    width: 16px;
}
.commit-icon i {
	color:#CFDBE2;
	padding-bottom:1px;
}
.commit-icon i.fa-inverse {
	color:#F5F7FA;
}
.commit-icon i.text-success {
	color: #3c763d;
}
.commit-id {
    color: #bbb;
}
.commit-id:hover {
    color: #4078c0;
}
.inline-comment-form {
    border: 1px solid #ddd;
    border-radius: 3px;
}
.timeline-inline-comments {
    table-layout: fixed;
    width: 100%;
}
.timeline-inline-comments .inline-comments, .show-inline-notes .inline-comments {
    display: table-row;
}
.inline-comments {
    display: none;
}

.comment-holder {
    max-width: 780px;
}


.inline-comment-form .form-actions {
    padding: 0 10px 10px;
}
.inline-comment-form::before {
    content: "";
    display: table;
}
.inline-comment-form::after {
    clear: both;
    content: "";
    display: table;
}
.inline-comment-form .form-actions {
    float: right;
}
.timeline-comment-wrapper > .timeline-comment::after, .timeline-comment-wrapper > .timeline-comment::before, .timeline-new-comment .timeline-comment::after, .timeline-new-comment .timeline-comment::before {
    border-color: transparent;
    border-style: solid solid outset;
    content: " ";
    display: block;
    height: 0;
    left: -16px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
    z-index:2;
}
.timeline-comment-wrapper > .timeline-comment::after, .timeline-new-comment .timeline-comment::after {
    border-right-color: #f7f7f7;
    border-width: 7px;
    margin-left: 2px;
    margin-top: 1px;
    z-index:2;
}
.timeline-comment-wrapper > .timeline-comment::before, .timeline-new-comment .timeline-comment::before {
    border-right-color: #ddd;
    border-width: 8px;
    z-index:2;
}
.timeline-comment-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 60px;
    position: relative;
    z-index:2;
}
.timeline-comment-wrapper:first-child {
    margin-top: 15px;
    z-index:2;
}
.timeline-comment-wrapper .timeline-comment.current-user::after, .timeline-comment-wrapper .timeline-comment.current-user::before {
    border-color: transparent;
    border-style: solid solid outset;
    content: " ";
    display: block;
    height: 0;
    left: -16px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
}
.timeline-comment-wrapper .timeline-comment.current-user::after {
    border-right-color: #f2f8fa;
    border-width: 7px;
    margin-left: 2px;
    margin-top: 1px;
}
.timeline-comment-wrapper .timeline-comment.current-user::before {
    border-right-color: #bfccd1;
    border-width: 8px;
}
.timeline-comment-wrapper .timeline-comment.unread-item::after, .timeline-comment-wrapper .timeline-comment.unread-item::before {
    border-color: transparent;
    border-style: solid solid outset;
    content: " ";
    display: block;
    height: 0;
    left: -16px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 11px;
    width: 0;
}
.timeline-comment-wrapper .timeline-comment.unread-item::after {
    border-right-color: #fff9ea;
    border-width: 7px;
    margin-left: 2px;
    margin-top: 1px;
}
.timeline-comment-wrapper .timeline-comment.unread-item::before {
    border-right-color: #dfd8c2;
    border-width: 8px;
}
.timeline-comment-avatar {
    border-radius: 3px;
    float: left;
    margin-left: -60px;
}
.timeline-comment {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}
.timeline-comment.current-user {
    border-color: #bfccd1;
}
.timeline-comment.current-user .timeline-comment-header {
    background-color: #f2f8fa;
    border-bottom-color: #bfccd1;
}
.timeline-comment.unread-item {
    border-color: #dfd8c2;
}
.timeline-comment.unread-item .timeline-comment-header {
    background-color: #fff9ea;
    border-bottom-color: #dfd8c2;
}
.timeline-comment:empty {
    display: none;
}
.timeline-comment-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #767676;
    padding-left: 15px;
    padding-right: 15px;
}
.timeline-comment-header .author {
    color: #555;
}
.timeline-comment-header .timestamp {
    color: inherit;
    white-space: nowrap;
    cursor:default;
}
.timeline-comment-header-text {
    max-width: 78%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.timeline-comment-actions {
    float: right;
    margin-top:8px;
    margin-left: 10px;
    margin-right: -5px;
}
.timeline-comment .comment-tags {
	text-align:right;
	padding:2px 5px 5px 5px;
}
.timeline-comment .comment-tags span {
	font-size:9px;
	margin-left:2px;
	letter-spacing:2px;
	cursor:default;
}
.timeline-comment .comment-tags span.current-user {
	cursor:pointer;
}
.discussion-item {
    margin: 15px 0 15px 19px;
    padding-left: 25px;
    position: relative;
}
.discussion-item .author {
    color: #555;
    font-weight: 600;
}
.discussion-item .timestamp {
    color: inherit;
    white-space: nowrap;
    cursor:default;
}
.discussion-item-body {
    margin-top: 5px;
}
.discussion-item-footer {
    font-size: 12px;
    padding-left: 21px;
}
.discussion-item-help {
    color: #767676;
}
.discussion-item-help:hover {
    color: #4078c0;
}
.discussion-commits .discussion-item-body {
    margin-left: -31px;
    margin-top: 0;
}
.container-sm {
    width: 530px;
}
.comment-reactions::before {
    content: "";
    display: table;
}
.comment-reactions::after {
    clear: both;
    content: "";
    display: table;
}
.comment-reactions .reaction-popover-container {
    z-index: 100;
}
.comment-reactions.has-reactions {
    border-top: 1px solid #e5e5e5;
}
.comment-reactions.has-reactions:hover .add-reaction-btn {
    opacity: 1;
}
.comment-reactions .user-has-reacted {
    background-color: #f2f8fa;
}
.comment-reactions .add-reaction-btn {
    border-right: 0 none;
}
.reaction-summary-item {
    border-right: 1px solid #e5e5e5;
    float: left;
    line-height: 18px;
    padding: 9px 15px 7px;
}
.reaction-summary-item:hover, .reaction-summary-item:focus {
    text-decoration: none;
}
.comment-reactions-options .reaction-summary-item:first-child {
    border-bottom-left-radius: 2px;
}
.d {
    color: #bd2c00;
}
.a {
    color: #6cc644;
}
.repository-hashtags-list .octicon-check {
    fill: #999;
}
.item-name {
    float: left;
    font-weight: bold;
}
.ellipsis-button {
    background-color: #ddd;
    border-radius: 1px;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 12px;
    line-height: 6px;
    margin-left: 2px;
    padding: 0 5px;
    text-decoration: none;
    vertical-align: middle;
}
.ellipsis-button:hover {
    background-color: #ccc;
    text-decoration: none;
}
.ellipsis-button::before {
    content: "…";
}
.discussion-timeline p.explain {
    font-size: 12px;
    margin: 0;
}
.inline-comment-form .signed-out-comment {
    background-color: transparent;
    border: 0 none;
    margin: 5px;
    padding: 0;
}
.full-width .diffbar .container, .split-diff .diffbar .container {
    padding-left: 0;
    padding-right: 0;
}
.review-comment-contents a.timestamp {
	float:right;
	font-size:9px;
    color: inherit;
    white-space: nowrap;
}
.review-comment {
	border-top:1px solid #e5e5e5;
    padding: 8px 12px;
    position: relative;
}
.review-comment::before {
    content: "";
    display: table;
}
.review-comment::after {
    clear: both;
    content: "";
    display: table;
}
.review-comment .avatar {
    float: left;
    margin-right: 12px;
    margin-top: 4px;
}
.review-comment .comment-body {
    padding: 0 0 0 45px;
}
.review-comment .comment-body p {
	margin:0;
}
.review-comment:last-child::after, .review-comment:last-child .review-comment-contents::after {
    display: none;
}
.review-comment .timeline-comment-actions {
	right:10px;
	bottom:10px;
	position:absolute;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}
.review-comment:hover .timeline-comment-actions {
    opacity: 1;
}
.review-thread-reply {
    background-color: #fafafa;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #e5e5e5;
    padding: 8px 12px;
}
.review-thread-reply textarea {
	resize:none;
}
dl.form-group > dd textarea.compact {
    height: 100px;
    min-height: 0;
}
.timeline-comment-create .comment-body {
	padding:0;
}
.timeline-comment-create .comment-body .note-editor {
	border:none;
	margin:0;
}
.timeline-comment-create .comment-create-actions, 
.timeline-comment-create .comment-body .note-toolbar {
		background-color:#FAFAFA;
}
.timeline-comment-create .comment-create-actions {
	padding:4px;
	text-align: right;
}
.comment-body .note-toolbar {
	border-bottom:1px solid #C2C2C2;
	background-color:#FAFAFA;
}
.timeline-comment-create .comment-body .note-toolbar {
	border-bottom:1px solid #C2C2C2;
}

.timeline-comment-create .listeners {
    padding: 5px 15px;
}
.timeline-comment-create .timeline-body .btn-toggle-tag {
    cursor: pointer;
}
.timeline-comment-create .attachments-con {
    border-top: 1px solid #cfdbe2;
    padding: 5px 15px;
}
.timeline-comment-create .attachments-con .attachment-con {
    background-color: #f4f4f4;
    margin-bottom: 1px;
}

.discussion-commits .discussion-item-phone {
	margin-left:-35px;
}
.discussion-commits .discussion-item-phone .commit-gravatar {
	padding-left:5px;
}

/**
 * 	message stream
 */
#message_stream_browser input[type="search"] {
	border-radius:0;
}
#message_stream_bucket #new_message .form-control,
#message_stream_bucket #new_message .input-group-addon {
	border-radius:0;
}
.message-timeline {
	padding:0;
	border-top:1px solid #CFDBE2;
	min-height:500px;
	max-height:500px;
	overflow-y:scroll;
}
.message-wrapper {
	position:relative;
	padding-top:4px;
	padding-left:50px;
	padding-bottom:4px;
	border-bottom:1px solid #EDF0F2;
}
.message-avatar {
	float:left;
	margin-top:5px;
	margin-left:-42px;
}
.message {
	position:relative;
}
.message .timestamp {
	padding-right:5px;
	font-size:10px;
	color:#ccc;
}
/**
 * 	message stream browser
 */
#message_stream_browser .list-group-item.unread-item {
	background-color:#F2F8FA;
}
#message_stream_browser .list-group-item.unseen-item {
	background-color:#F2F8FA;
}
#message_stream_browser .list-group-item:hover,
#message_stream_browser .list-group-item:focus,
#message_stream_browser .list-group-item.unread-item:hover,
#message_stream_browser .list-group-item.unread-item:focus,
#message_stream_browser .list-group-item.unseen-item:hover,
#message_stream_browser .list-group-item.unseen-item:focus {
	background-color:#F5F7FA;
	cursor:pointer;
}
#message_stream_browser .message-wrapper {
	border-bottom:none;
}

/*
 * #remark_stream_bucket 
 */
#remark_stream_bucket {
	margin:-15px;
}
#remark_stream_bucket .note-editor {
	margin:0;
	border:0;
	
	border-radius:0;
}
#remark_stream_bucket .note-toolbar {
	background-color:#F5F5F5;
	border-radius:0;
	border-top-width: 1px solid #CFDBE2;
}
#remark_stream_bucket .note-statusbar {
	border-radius:0;
}
#remark_stream_bucket .remark-timeline {
	background-color:#F4F4F4;
	border-top:1px solid #CFDBE2;
	min-height:350px;
	max-height:350px;
	overflow-y:scroll;
}
#remark_stream_bucket .message-wrapper {
	background-color:#FFF;
}
/**
 * 	Bootstrap modal tweaks
 *  Always show scrollbar
 */
.modal-open .modal {
	overflow-y:scroll;
}
.modal-open .topnavbar-wrapper {
	padding-right:17px;
}
/**
 * 	Typeahead tweaks
 */
.document-typeahead .tt-input {
	border-radius:0 !important;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.tt-menu {
	max-height:300px;
	overflow-y:scroll;
}
.document-typeahead .dataset-title {
	margin:0 10px 0 10px;
}
/**
 * 	.checkbox
 */
.panel-heading .checkbox {
	margin:-3px -5px 0 0;
}

/**
 * 	Simple file upload
 */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#img-upload{
    max-width: 100%;
    max-height: 160px;
}

/**
 * 	.nav-sm
 */
.nav-sm > li > a {
	border-radius:2px;
	padding:2px 5px;
}

/**
 * 	Google maps directions
 */
.adp-directions {
	width:100%;
}

/* Bad Bot Blackhole */
#BBB {display:none; speak:none;}
#BBB a {display:none; speak:none;}
.jqstooltip { position: absolute;left: 0px;top: 0px;visibility: hidden;background: rgb(0, 0, 0) transparent;background-color: rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";color: white;font: 10px arial, san serif;text-align: left;white-space: nowrap;padding: 5px;border: 1px solid white;z-index: 10000;}.jqsfield { color: white;font: 10px arial, san serif;text-align: left;}