@font-face{
	font-family:'adlerFont';
	src:url('../fonts/adler-regular.woff');
}
@font-face{
	font-family:'adlerFont';
	src:url('../fonts/adler-italic.woff');
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family:'adlerFont';
	src:url('../fonts/adler-semibold.woff');
	font-weight: bold;
}
@font-face {
	font-family:'adlerHeader';
	src:url('../fonts/adlerHeader-regular.woff');
}
@font-face {
	font-family:'adlerHeader';
	src:url('../fonts/adlerHeader-italic.woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family:'adlerHeader';
	src:url('../fonts/adlerHeader-bold.woff');
	font-weight: bold;
}

html.waiting, html.waiting * { cursor: progress !important; }
html.wait, html.wait * { cursor: wait !important; }
.dropdown-menu li, .pointer {
	cursor: pointer;
}
.dropdown-menu {
	z-index: 99999;
}
.ui-state-disabled {
	opacity: 1;
}
#workspaces {
	position: absolute;
	left: 15px;
	top: 6px;
	display: inline-block;
}
#workspaces div {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	background-color: #233d77;
	color: #eaeaea;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 2px;
	float: left;
	position: relative;
}

#workspaces div .badge {
	background-color: red;
	position: absolute;
	right: -9px;
	top: -5px;
}

#workspaces div:hover, #workspaces div.active {
	background-color: #5b70a0;
}

.author {
	color: #aaaaaa;	
}

.cfBoxContainer table.pull-right {
	margin-left: 15px;
}
.cfBoxContainer table.pull-left {
	margin-right: 15px;
}
.cfBoxContainer cflink {
	color: #fc8a00;
	border-bottom: 1px dotted #fc8a00;
	cursor: pointer;
}
.cfBoxContainer cfcomment {
	background-color: #b2d4ff;
	border-bottom: 1px dashed #3879c9;
	cursor: pointer;
}
.cfBoxContainer cfcomment.highlight {
	background-color: #3879c9;
	color: white;
}

.cfBoxContainer cftemplate {
	color: #fc8a00;
	border: 1px dotted #fc8a00;
	padding: 2px;
	cursor: pointer;
	display: block;
}
.cfBoxContent:not(.redactor_editor) cftemplate {
	color: inherit;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background-color: #f5f5f5;
	padding: 13px;
	min-height: 20px;
	cursor: default;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cfBoxContent:not(.redactor_editor) cfnote {
	color: #FFA71A;	
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.cfBoxContent cfnote .popover-content {
	cursor: default;
	color: black;
}
.popover {
	width: 350px;
}
.cfBoxContainer cfref:before { content: "["; }
.cfBoxContainer cfref:after { content: "]"; }
.cfBoxContainer cfref {
	color: #7faaff;
	top: -0.5em;
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.cfRefContainer {
	margin-top: 20px;
	border-top: 1px dashed #ddd;
	padding: 15px;	
}
.cfRefContainer span {
	margin-right: 10px;
	cursor: pointer;
}
.cfRefContainer p {
	margin-bottom: 5px;
}
.highlight {
	background-color: yellow;
}

.navbar-static-top {
	background-color: #1b253d;
	border-radius: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: white;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:hover {
	color: white;
	text-shadow: 0 0 5px #FFFFFF;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand {
	color: white;
}
body {
	background: url(../images/paper.png);
	font-family: 'adlerFont';
	line-height: 170%;
	font-size: 15px;
	color: #444444;
	/*
	background-image: url(partyparty.png);
	color: #00ceaf!important;
	text-shadow: 4px 4px 2px rgba(7, 255, 246, 1);
	
		-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1500ms;
	-webkit-transform-origin:70% 70%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;*/
}
h1, h2, h3, h4 {
	font-family: 'adlerHeader';
}
.cfBoxContent table td {
	border: 1px solid black;
	padding: 5px;
	min-height: 20px;
	empty-cells: show;
	vertical-align: top;
}
.cfBoxContent thead td {
	background-color: #ddd;
	font-weight: bold;
}
.cfBoxContent cftab {
	overflow: hidden;
	margin: 20px;
	position: relative;
	display: block;
}
#jumpToTop {
	display: block;
	padding: 8px;
	border: 1px solid black;
	border-radius: 5px;
	display: block;
	width: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
}
@-webkit-keyframes pulse_animation {
	0% { -webkit-transform: scale(1); }
	30% { -webkit-transform: scale(1); }
	40% { -webkit-transform: scale(1.08); }
	50% { -webkit-transform: scale(1); }
	60% { -webkit-transform: scale(1); }
	70% { -webkit-transform: scale(1.05); }
	80% { -webkit-transform: scale(1); }
	100% { -webkit-transform: scale(1); }
}
#contentContainer {
	position: relative;
}
#footer {
	border-top: 1px solid #05246d;
	padding: 15px;
	margin-top: 20px;
	background-color: #1b253d;
	color: white;
	position: relative;
}
#mainContainer {
	padding: 0;
	background-color: white;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	background-color: #f9f9f9;
}

.projectItem a {
	display: block;
}
.projectItem a:hover {
	text-decoration: none;
}
.nav-pills a, .documentOuterContainer>.nav-tabs>li>a {
	cursor: pointer!important;
}


.documentTabsContainer {
	padding: 10px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	min-height: 50px;
}
.documentTabsContainer.active {
	border-color: #3e42ad;
	border-style: solid;
}
.documentTabsContainer.accept {
	border-style: dashed;
}

.cfOuterContainer.cfFree {
	z-index: 111100;
}

.cfOuterContainer.cfFree.active {
	border-color: #66afe9;
	/*
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	*/
	-webkit-box-shadow: 0px 0px 25px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: 0px 0px 25px rgba(102, 175, 233, 0.6);
	box-shadow: 0px 0px 25px rgba(102, 175, 233, 0.6);
}

.cfOuterContainer.cfFree {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	padding: 15px;
	background-color: white;
	display: block;
	width: 400px;
	height: 300px;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
}

.cfOuterContainer.cfFree .cfBoxContainer {
	height: 220px;
	overflow: auto;
	margin-top: 10px;
}
.cfOuterContainer.cfFree .cfToolbarContainer {
	padding-bottom: 10px;
	padding-top: 10px;
}
.cfOuterContainer.cfSlot .cfBoxContainer {
	padding-top: 20px;
}
.cfOuterContainer.cfSlot .cfToolbarContainer {
	margin-top: 20px;
}
.documentPill.unsaved:not(.active)>a {
	border: 1px dashed #a80101!important; 
}
.documentPill.unsaved.active>a {
	background-color: #a80101!important;
}
.documentPill-placeholder {
	background-color: red;
	width: 100px;
	height: 1.5em;
}
.bordered .tab-pane {
	padding: 20px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -20px;
}
.tab-content.bordered {
	margin-top: 20px;
	background-color: white;
}

.navbar-nav.navbar-right:last-child { margin-right: 0; }
/*
#workspaceContainer {
	width: inherit;
}

#workspaceContainer .slotContainer {

}

.documentOuterContainer .nav-tabs {
	border: 0;
}



.documentOuterContainer.active .nav-tabs>li.active>a {
	border-color: #66afe9;
	border-bottom: 0;
}

.documentOuterContainer .documentContainer {
	overflow: auto;
	height: 100%;
}
.documentOuterContainer.editMode .documentContainer {
	height: 90%;
}
.documentOuterContainer .documentTab {
	border-bottom: 1px solid white;
	margin-bottom: -2px;
	z-index: 111101;
}
.documentOuterContainer.focused {
	z-index: 111110;
}
#documentMainContainer .documentContainer .redactor_box {
	
}
.slotContainer .documentContainer {
	position: relative;
	width: 100%;
	height: auto;
	display: none;
	padding: 10px;
}
*/
#workspaceMenu li {
	cursor: pointer;
}
.sidebar {
	position: fixed!important;
	top: 0;
	background: rgba(255,255,255, 0.95);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.86);
	z-index: 99999;
	width: 500px;
}
.sidebarL {
	left: 0;
}
.sidebarR {
	right: 0;
}
.sidebarButton {
	background-color: #1B253D;
	color: white;
	height: 50px;
	line-height: 50px;
	width: 50px;
	position: fixed;
	top: 0;
	cursor: pointer;
	display: block;
	padding: 5px 15px;
}
.sidebarButton.left {
	left: 0;
	border-bottom-right-radius: 10px;
}
.sidebarButton.right {
	right: 0;
	border-bottom-left-radius: 10px;
}
.sidebarScrollable {
	overflow: auto;
}
.sidebar .sidebarContainerL {
	margin: 7px;
	padding: 7px;
	margin-right: 20px;
}

.sidebar .sidebarContainerR {
	overflow: auto;
}

.sidebar .sidebarItemList {
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

.sidebar .sidebarItemList li {
	cursor: pointer;
	display: block;
	position: relative;
	margin-bottom: 5px;
	
}

.sidebar .sidebarItemList li span {
	margin-left: 30px;
	padding: 5px 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 1px dotted #bfbfbf;
}
.sidebar .sidebarItemList li i {
	position: absolute;
	top: 7px;
	left: 12px;
}
.sidebar .sidebarItemList li.active {
	border-radius: 6px;
	background-color: #428BCA;
	color: white;
}
.sidebar .btn-group {
	margin-bottom: 15px;
}
.sidebar .subfolder {
	padding-left: 15px;
}

.label-circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block!important;
	margin-left: 5px;
	padding: 0!important;
}

.pulsate-2x {
	-webkit-animation: pulsate-2x 0.5s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate-2x {
    0% {-webkit-transform: opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: opacity: 0.0;}
}

.redactor_toolbar {
	background: #1B253D;
}
.redactor_toolbar li a {
	color: white;
}
.redactor_box textarea {
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
    color: #c6c6c6;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.tt-suggestion h4 { margin-bottom: 3px; margin-top: 10px;}
.tt-suggestion > div p { color: #999999; }
.tt-suggestion > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
.tt-suggestion > div:hover,
.tt-suggestion > div:focus,
.tt-suggestion.tt-cursor div {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.tt-suggestion > div:hover p,
.tt-suggestion > div:focus p,
.tt-suggestion.tt-cursor div p {
	color: #ededff;
}