@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: #F5F7FA;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 300;
  color: #5A6578;
}

.wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #F5F7FA;
  -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 {

}
[data-entity] {
  display: none;
}
div {
  position: relative;
}

.whitebg {
  background-color: #F5F7FA;
}

.greybg {
  background-color: #F5F7FA;
}

.redbg {
  background-color: #D6543A !important;
}

div[href], td[href], span[href] {
  cursor: pointer !important;
}

*[nowrap=nowrap] {
  white-space: nowrap;
}

.absRightTop {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.showOnParentHover {
  display: none;
}

*:hover > .showOnParentHover {
  display: block;
}

.bg-danger {
  background-color: #f2dede !important;
}

c

hr:last-child {
  display: none;
}

.red {
  color: #D6543A;
}

.green {
  color: #7BC06C;
}

.grey {
  color: #878F94;
}

img,video {
  max-width: 100%;
  height: auto !important;
}

.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;
}



/*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: #F5F7FA;
  margin-bottom: 0px;
  border: 0;
  border-radius: 0;
}
.navbar-brand {
  padding: 17px 15px;
  font-weight: 500;
}
.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);
  font-size: 17px;
  line-height: 20px;
}

.loggedIn a {
  color: #009fe3;
  font-size: 12px;

}

.btn.active {
  background-color: #5CB85C !important;
  color: #FFFFFF !important;
}

.accountSwitch {
  padding: 15px;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.main_menu {
  position: absolute;
  width: 250px;
  background-color: #F5F7FA;
  color: #5A6578;
  height: 100vh;
  z-index: 3;
}

.main_menu .nav-sidebar {
  max-height: 70vh;
  overflow: auto;
}

.main_menu li {
  outline: none;
}

.main_menu li a {
  color: #5A6578;
  position: relative;
  text-align: left;
  font-family: 'Montserrat';
  font-size: 14px;
  outline: none;
  text-decoration: none;
}

.main_menu li .counter {
  position: absolute;
  right: 15px;
  top: 7px;
  display: block;
}

.main_menu li .counter span {
  background-color: #009fe3;
  color: #FFF;
  font-size: 11px;
}

.main_menu li a:hover, .main_menu li a.active {
  color: #009fe3;
  background-color: transparent;
}

.main_menu li.sub a {
  padding-left: 32px;
  color: #333333;
  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: #F5F7FA;
}

.module_content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.login_wrapper {
  height: 100vh;
  padding-top: 20vh;
  box-sizing: border-box;
  background-color: #F5F7FA;
  background-size: cover;
  background-position: center bottom;
}

.btn {
  border-radius: 40px;
  /*box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/
  transition: all 0.2s;
  /*border:0;*/
}
.btn:hover {
  /*box-shadow: 0px 0px 7px rgba(0,0,0,0.1);*/
  background-color: #3FBE8F;
}
.btn-success {
  background-color: #3FD68F;
}
.btn-success-inverse {
  border: 1px solid #3FD68F;
  background-color: #FFF;
  color:#333333;
}

/*Panels*/
.panel {
  border-radius: 15px;
  border-top-width: 0;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
  border:0;
}

.panel > .panel-heading {
  border-top-width: 0px;
  border-top-style: solid;
  border-radius: 15px 15px 0 0;
}

.panel-default > .panel-heading {
  background-color: #FFF;
  border-radius: 15px 15px 0 0;
  padding: 20px;
}
.panel-title {
  font-size: 19px;
  color:#5A6578;
}
.panel-body {
  padding: 20px;
}

.panel-default .panel-footer {
    border-radius: 0 0 15px 15px;
}

.panel-body.scroll {
  max-height: 400px;
  overflow-y: scroll;
}
.panel-body:last-child {
  border-radius: 0 0 25px 25px;
}

.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 #ECECEC;
  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 #009fe3;
  color: #009fe3;
}
.nav-tabs > li.active > a {
  background-color: transparent;
}

.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: 5px;
  box-shadow: none;
  border-color: #ECECEC;
}

.control-label {
  text-align: left !important;
  font-weight: 500;
}
.label-group {
  display:inline-block;
}
.label-group .label:not(:first-child) {
  margin-left:-3px;
}
.label-group .label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.label-group .label:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.label-default:last-child {
  background-color: #efefef;
  color:#333;
}


/*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: #009fe3;
  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;
}

table.overview td {
  vertical-align: middle !important;
}
table tfoot td {
  font-weight: bold;
}
table.valign td {
  vertical-align: middle !important;
}

.sortGrab {
  cursor: grab;
}

.table-multiheader thead:not(:first-child) th {
  padding-top: 25px !important;
}
/*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;
  /*border:1px;*/
  transition: all 0.2s;
}
.input-group .form-control.label-default {
    border:1px solid #CCCCCC;
}
.has-success .form-control {
  background-color: #c7f3c8;
}

.form-control.label-success {
  color:#FFFFFF;
  border:0px;
}
.form-control.label-info {
  color:#FFFFFF;
  border:0px;
}
.form-control.label-warning {
  color:#FFFFFF;
  border:0px;
}
.form-control.label-danger {
  color:#FFFFFF;
  border:0px;
}

.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;
}

.panel-heading .pull-right .input-group {
  width: 200px;
}

/*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;
}

.galimg {
  display: inline-block;
}

.galimg > img {
  display: block;
}

.form-control-dark {
  background-color: #333;
  border: 1px solid #333;
  color: #CCC;
}

.checkWithGroups .opts {
  border: 1px solid #efefef;
  background-color: #efefef;
  padding: 10px;
  padding-top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.checkWithGroups .opts::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  border: 1px solid #efefef;
  border-left: 0;
  border-bottom: 0;
  background-color: #FFF;
  left: 20px;
  top: -7px;
  transform: rotate(-45deg);
  background-color: #efefef;
}

/* Helper classes */
.no-margin {
  margin: 0 !important;
}

.clearfix {
  clear: both;
}


.questionTable {
  background-color: #FFF;
}
.questionTable.ui-sortable-helper {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  padding:10px;
}


.homeTitle {
  font-weight: bold;
  font-size: 80px;
  color:#999;
}

#templateIframe {
  width:100%;
  height:calc(100vh - 260px);
}

.fa-circle.text-danger {
  color:#f30f0f;
}
.fa-circle.text-success {
  color:#40e613;
}



.modal-content {
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.modal-title {
  color:#5A6578;
}



.quicksearch {
  padding: 10px;
  border-bottom: 1px solid #ECECEC;
}

.quicksearch .typeahead__field input {
  border:0;
  background-color: #EEEEEE;
  color:#333333;
}
.quicksearch .typeahead__field {
  color:#333333;
}
.quicksearch .input-group .btn {
  height: 29px;
  padding: 3px 5px;
}
.btn.btn-dark {
  color:#777;
  background-color: #333333;
  border-color: #777;
}
.btn.btn-dark.active {
  background-color: #4ac661;
  color:#FFF;
}

.typeahead__container {
    font-size: 14px !important;
}