@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700italic,700,500,500italic);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');
@charset "UTF-8";
/* CSS Document */
body {
	width:100%; height:100%;
	background-color:#000000;
	font-family:'Ubuntu', Arial, sans-serif;
	font-weight:300;
}
.wrapper {
	width:100%;
	height:100vh;
	overflow:hidden;
	background-color:#edeff5;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.wrapper.scaleout {

}
div {
	position:relative;
}

.whitebg {
	background-color:#FFF;
}
.greybg {
	background-color:#edeff5;
}
.redbg {
	background-color:#D6543A !important;
}
div[href],td[href],span[href] {
	cursor:pointer !important;
}
.absRightTop {
	position:absolute;
	right:0; top:0;
	z-index:10;
}
.showOnParentHover {
	display:none;
}
*:hover > .showOnParentHover {
	display:block;
}
.bg-danger {
	background-color:#f2dede !important;
}
h1, h2, h3 {
	font-family:'Montserrat';
}
hr:last-child {
	display:none;
}
.red {
	color:#D6543A;
}
.green {
	color:#7BC06C;
}
.grey {
	color:#878F94;
}
img {
	max-width:100%;
	height:auto;
}
.clickable {
	cursor:pointer;
}
.text-muted {
	color:#999;
}

.dropdown-menu > li > a, .dropdown-menu > div > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dot {
	display:inline-block;
	width:15px; height:15px;
	border-radius:15px;
	margin-top:3px;
}
.dot.red {
	background-color:#D6543A;
}
.dot.green {
	background-color:#7BC06C;
}

.btn-transparent {
	border:0;
	background-color:transparent;
	color:#999;
	font-weight:100;
}

/*Datums*/
.dateCol {
	text-transform:uppercase;	
	color:#FFF;
	border-radius:3px;
	background-color:#2f4050;
	line-height:1.8em;
	font-size:12px;
	padding:10px 0 5px 0;
	margin-right:-15px;
}
.dateCol span {
	font-size:28px;	
}

/*bigbadge*/
.bigbadge {
	text-transform:uppercase;	
	color:#FFF;
	border-radius:30px;
	background-color:#5093e1;
	line-height:1.8em;
	font-size:12px;
	padding:0;
	text-align:center;
	font-size:24px;
	text-shadow:1px 1px 0px rgba(0,0,0,0.4);
}

/*navbar-header*/
.navbar {
	background-color:#FFF;
	margin-bottom:0px;
	border:0; border-radius:0;
}
.navbar-header {
	z-index:100;
}
.goBack {
	font-size:14px;
	color:#df3b18 !important;
	cursor:pointer;
}

/*Menu*/
.loggedIn {
	padding:15px;
	border-top:1px solid rgba(255,255,255,0.4);
	border-bottom:1px solid rgba(255,255,255,0.4);
}
.loggedIn a {
	color:#4ca79e;
	font-size:12px;
}
.main_menu {
	position:absolute;
	width:250px;
	background-color:#1a171b;
	color:#FFF;
	height:100vh;
	z-index:3;
}
.main_menu li {
	outline:none;
}
.main_menu li a {
	color:#FFF;
	position:relative;
	text-align:left;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-size:11px;
	outline:none;
	text-decoration:none;
}
.main_menu li .counter {
	position:absolute;
	right:15px; top:7px;
	display:block;
}
.main_menu li .counter span {
	background-color:#FFF;
	color:#333;
	font-size:11px;
}
.main_menu li a:hover, .main_menu li a.active {
	color:#4ca79e;
	background-color:transparent;
}
.main_menu li.sub a {
	padding-left:32px;
	color:#DDDDDD;
	padding-top:5px; padding-bottom:5px;
}
.main_menu .logo {
	position:absolute;
	width:250px;
	left:0px; bottom:0px;
}
.main_menu .logo img {
	display:inline-block;
	margin-left:10%;
	width:80%; height:auto;
	margin-bottom:15px;
}
.content_wrapper {
	padding-left:250px;
	z-index:2;
	height:100vh;
	overflow:auto;
	background-color:#edeff5;
}
.module_content {
	padding-top:20px;
	padding-bottom:20px;
}
.login_wrapper {
	height:100vh;
	padding-top:20vh;
	box-sizing:border-box;
	background-color:#1a171b;
	background-size:cover;
	background-position:center bottom;
}

/*Panels*/
.panel {
	border-radius:0;
	border-top-width:0;
}
.panel > .panel-heading {
	border-top-width:3px;
	border-top-style:solid;
	border-radius:0;
}
.panel-default > .panel-heading {
	background-color:#FFF;
    border-color: #ddd;
	border-top:3px solid #ddd;
	border-radius:0;
}
.panel-default  .panel-footer {
	background-color:#1a171b !important;
	color:#FFF !important;
}
.panel-body.scroll {
	max-height:400px;
	overflow-y:scroll;
}
.note-editor {
	border:0 !important;
	margin-bottom:0 !important;
}
.panel-small {
	margin-bottom:0
}
.panel-small .panel-heading {
	 padding: 5px 14px;
	 font-size:12px;
}
.panel-small .panel-title {
	font-size:12px;
	cursor:pointer;
}
.panel-small .panel-title:hover {
	text-decoration:underline;
}
.panel-small .panel-body {
	 padding: 5px 14px;
	 font-size:12px;
}
.panel-small .panel-footer {
	background-color:inherit;
}
.onlineUsers, .smallChat {
	color:#333;
}

/*tabs*/
.nav-tabs {
	border-bottom:0;
}
.nav-tabs > li {
	margin-bottom:0;
}
.nav-tabs > li > a {
	border-radius:0; border:0;
	border-bottom:4px solid #FFF;
	font-family:'Montserrat';
	text-transform:uppercase;
	color:#999;
	font-size:12px;
	padding:5px 13px;
	outline:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-radius:0; border:0;
	border-bottom:4px solid #4ca79e;
	color:#4ca79e;
}
.nav-tabs > li > a:hover{
	background-color:transparent;
	border-radius:0; border:0;
	border-bottom:4px solid #b6cecc;
}
.nav-tabs > li > a  span.badge {
	font-weight:100;
	color:inherit;
	border:1px solid #b6cecc;
	background-color:transparent;
}
.nav-tabs > li.active > a span.badge{
	background-color:#cd2d6a;
	border-color:#cd2d6a;
	color:#FFF;
}

/*forms*/
.form-control {
	border-radius:0 !important;
}
.control-label {
	text-align:left !important;
}


/*Input inline*/
.input-inline-xs {
	display:inline-block;
	width:25%;
	margin-bottom:3px;
}
.input-inline {
	display:inline-block;
	width:50%;
	margin-bottom:3px;
}

/*Sort*/
.dragger {
	display:none;
	cursor:pointer;
}
.dragger.show {
	display:inline-block !important;
}


/*home*/
.searchResult {
	background-color:#FFF;
	padding:10px;
	border-bottom:1px solid #efefef;
}
.searchResult:hover {
	background-color:rgba(0,0,0,0.02);
}
.searchResult.selected {
	background-color:#4ca79e;
	color:#FFF;
}

/*Email modal*/
.fullPageOverlay {
	position:absolute;
	top:0; left:0; width:100%; height:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:10;
	display:none;
}
.newMessageForm {
	position:absolute;
	bottom:0; left:50%;
	width:70%; margin-left:-35vw;
	background-color:#FFF;
	z-index:11;
	box-shadow:0px 0px 30px rgba(0,0,0,0.4);
}
.newMessageForm.minimized form {
	display:none;
}
.newMessageForm.smaller {
	width:500px;
	bottom:0; left:auto; right:0;
	margin-left:0;
}
#summernote {
	height:300px;
}
.message-header, .message-body, .message-footer {
	padding:10px;
}
.message-header {
	background-color:#32393e;
	color:#FFF;
}
.message-header .close {
	color:#FFF;
	opacity:0.5;
}
.select2 {
        width: 100% !important;
    }

.floatingpopover {
	position:absolute;
	width:1px; height:1px;
	z-index:100;
}


/*Smallstyles */
.showSubRows {
	cursor:pointer;
}
td.showSubRows div {
	display:inline-block;
}


/*Callscreen*/
.form-group-sm {
	margin-bottom:5px;
}
iframe.bWebsite {
	width:100%;
	border:0;
	height:345px;
}
ttemplate {
	display:none;
}
.tbodytemplate {
	display:none;
}




/*Calendar*/
.fc-row.fc-rigid {
    overflow:visible;
}



.dz-drag-hover {
	font-weight:bold;
}
.dz-preview {
	display:inline-block;
	width:300px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	padding:3px;
}
.dz-preview .dz-success-mark {
	display:none;
}
.dz-preview .dz-error-mark {
	display:none;
}
.dz-preview .dz-progress {
	display:block;
	height:5px;
	background-color:#efefef;
	position:relative;
}
.dz-preview .dz-progress span {
	display:block; position:absolute;
	height:5px; left:0; top:0; background-color:#7EC15E;
}


table th[data-sort] {
	cursor:pointer;
	text-wrap:none;
}
table td[nowrap] {
	white-space:nowrap;
}


/*Dashboards*/
.editTable thead th {
	border-left:1px solid #999;
}
.editTable thead th:hover {
	background-color:#efefef;
}
.withSelectedBTNHolder {
	position:absolute;
	left:25px; top:-5px;
}
table.table-dashboard > tbody > tr > td {
     vertical-align: middle;
	 padding-top:10px; padding-bottom:10px;
	 cursor:pointer;
	 background-color:rgba(255,255,255,0);
	 transition:all 0.3s;
	 text-align:left;
}
table.table-dashboard > tbody > tr:hover > td {
	background-color:rgba(255,255,255,1);
}
table.table-dashboard > thead > tr > th {
	background-color:#f4f5f9;
	padding-top:20px;
	font-family:'Montserrat';
	font-weight:100;
	border-bottom:0;
}
table.table-dashboard > thead > tr > th:first-child, table.table-dashboard > tbody > tr > td:first-child {
	padding-left:15px;
}
table.table-dashboard > thead > tr > th:last-child, table.table-dashboard > tbody > tr > td:last-child {
	padding-right:15px;
}
.editTable thead th {
	cursor:pointer;
}
.grip {
	width:20px;
	height:30px;
	margin-top:-3px;
	background-image:url(../img/grip.png);
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor:e-resize}

.grip:hover {
	background-position-x:-20px}

.planningTable td {
	background-color:#FFF;
}
.planningTable th.currentWeek,.planningTable td.currentWeek {
	background-color:#EFEFEF;	
}
.input-group .form-control {
    z-index:auto;
}



.has-success .form-control {
	background-color:#c7f3c8;
}
.has-warning .form-control {
	background-color: #f5ce9c;
	border-color:#d58216;
}
.has-warning label {
	color:#d58216;
}



.loadingoverlay {
    z-index : 9999;  /* This value should be just higher than your other elements' z-indexes */
	color:#FFF;
}



.connectedSortable {
	background-color:#FFF;
	padding:20px;
	min-height:250px;
}
.ui-state-highlight {
	height:40px;
}


/*CRM*/
.primaryPhoto {
	cursor:pointer;
	border:1px solid #efefef;
	border-radius:4px;
}
.multiimage {
	float:left; margin-left:5px; margin-bottom:5px;
	position:relative;
	max-width:100px;
}
.removeMultiImage {
	position:absolute;
	background-color:rgba(0,0,0,0.7);
	bottom:0; right:0;
	color:#FFF;
	line-height:1em;
	padding:3px 5px;
	cursor:pointer;
}
.removeMultiImage:hover {
	color:#E55254;
}
a.well {
	display:block;
}
.well.small {
	padding:10px;
	margin-bottom:3px;
}



/*Folder tree*/
.list-group-item[data-type="1"] + .list-group .list-group-item:not(:first-child) {
	color:#999;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 1px;
}
.list-group {
	margin-bottom:0;
}
.list-group .list-group-item:last-child:not(:first-child) {
	border-bottom:0;
}
.list-group > .list-group > .list-group-item {
	padding-left:25px;
}
.list-group > .list-group > .list-group > .list-group-item {
	padding-left:45px;
}
.list-group > .list-group > .list-group > .list-group > .list-group-item {
	padding-left:65px;
}
.list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
	padding-left:85px;
}
.list-group > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
	padding-left:105px;
}
.list-group > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
	padding-left:125px;
}



/*Timeline*/
.mainTimeline {
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.timelineMonths {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
}
.mainTimeline .timelineMonths .period {
	float:left;
	border-right: 1px solid #efefef;
	box-sizing:border-box;
	text-align:center;
	height:100%;
}
.mainTimeline  .timelineMonths  .period:first-child {
	border-left: 1px solid #efefef;	
}
.mainTimeline .timelineMonths  .period .month {
	font-family:'Montserrat';
	text-transform:uppercase;
	font-size:14px;
}
.mainTimeline .timelineMonths  .period .year {
	color:#666;
}


.mainProjectTimeline {
	width:100%;
	padding-top:50px;
}
.mainProjectTimeline .period {
	position:relative;
	height:25px;
}
.mainProjectTimeline .period .startDate {
	white-space:nowrap;
	position:absolute;
	left:0;	
	font-size:11px;
}
.mainProjectTimeline .period .endDate {
	position:absolute;
	font-size:11px;
	right:0;	
}
.mainProjectTimeline .line {
	position:absolute;
	height:5px; border-radius:5px; background-color:#666;
	min-width:5px !important;
	width:100%;	bottom:0;
}


.yardstoneHelper {
	position:absolute;
	height:100%;
}
.yardstoneHelper .verticalline {
	width:0px; height:100%;
	border-left:5px solid rgba(0,0,0,0.2);	
	left:-8px;	
}

.line.done {
	background-color:#9ECF66;
}
.line.upcoming {
	background-color:#D7C569;		
}
.line.overdue {
	background-color:#E44B4D;
}

.mainTimeline .today {
	position:absolute;
	top:0; height:100%;
	z-index:100;
}
.mainTimeline .today .line {
	width:0px; height:100%;
	border-right:1px solid #3874a7;	
}
.mainTimeline .today .label {
	background-color: #3874a7;	
	color:#FFF;
	font-family:'Montserrat';
	text-transform:uppercase;
	line-height:1em;
	padding:3px; border-radius:3px;
}






/*Layout builder */
.chooseLayout {
	opacity:0.5;
	cursor:pointer;
}
.chooseLayout:hover {
	opacity:0.7;
}
.chooseLayout.active {
	opacity:1;	
}
.layoutBuilder .row {
	padding-left:15px; padding-right:15px; padding-top:15px;
}
.layoutBuilder .column {
	border:1px dashed #CCC;	
}
.sectionActions {
	display:block;
	position:absolute;
	top:50%;
	margin-top:-55px;
	left:-50px;
	z-index:10;
	transition:all 0.1s;
	opacity:1;
}
.sectionActions.beforeHide {
	opacity:0;
}
.sectionActions > * {
	margin-bottom:10px
}
.addSection, .addBlock {
	opacity:0.7;
}
.addSection:hover, .addBlock:hover {
	opacity:1;
}







/*Bootstrap addons*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}




