@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 {

}
.row.nopad {
    margin-left:0;
    margin-right: 0;
}
.row.nopad > div {
    padding-left:0;
    padding-right:0
}
@media (min-width: 767px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
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;
}

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

.nopad {
    padding: 0;
}
.nomargin {
    margin:0;
}

.lead {
    font-size: 1.2em;
}

.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:not(.media-object),video {
    max-width: 100%;
    height: auto;
}

.clickable {
    cursor: pointer;
}

.text-muted {
    color: #B7B7B7;
}
.text-warning {
    color: #f27525;
}
.text-success-light {
    color: #7ac213;
}
.text-light {
    font-weight: 300;
}

.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 !important;
    color: #999;
    font-weight: 100;
}
.btn-transparent:hover {
    color: #FFF;
}

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

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}


.goBack {
    font-size: 14px;
    color: #df3b18 !important;
    cursor: pointer;
}

/*Menu*/
.loggedIn {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

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

}

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

.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: #009fe3;
    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 a {
    color: #FFF;
    position: relative;
    text-align: left;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 11px;
    outline: none;
    text-decoration: none;
}

.menuBottom {
    position: absolute;
    left:0; bottom:0;
    padding:15px;
    width: 100%;
}
.menuBottom .logo {
    position: absolute;
    right:10px; bottom:0; left: auto;
    width: 100px !important;
}

.main_menu .logo img {
    display: 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-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;
}
.navbar-nav .nav-tabs > li > a {
    padding: 20px 13px 11px 13px;
}
.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 #009fe3;
    color: #009fe3;
}

.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 {

}

.control-label {
    text-align: left !important;
}
.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;
}

.list-group-item:empty {
    display: none;
}


/*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.table td {
    vertical-align: middle !important;
}
table tfoot td {
    font-weight: bold;
}
table td.charttd {
    padding:0 !important;
}

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

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

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

.inlineblock {
    display: inline-block;
    vertical-align: top;
}
.inlineblock.alignmiddle {
    vertical-align: middle;
}
li.inlineblock {
    display: inline-block;
}

.inlineSpecBlock {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.inlineSpecLabel {
    font-size:11px;
    font-weight: 100;
    color:#B7B7B7;
    text-transform: uppercase;
}
.inlineSpecBlock .inlineSpecLabel {
    font-size:11px;
    font-weight: 100;
    color:#FFF;
    text-transform: uppercase;
}
.inlineSpecBlock .inlineSpecValue {
    font-size:24px;
    margin:-4px 0 -6px 0;
    color:#FFF;
}
.inlineSpecBlock .inlineSpecSubValue {
    font-size:11px;
    font-weight: 100;
    text-transform: uppercase;
}
.inlineSpecBlock + .inlineSpecBlock {
    margin-left:10px;
    padding-left: 10px;
    border-left: 1px solid rgba(255,255,255,0.1)
}
.clipboardBtn {
    cursor: pointer;
}



.avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.fc a {
    color: inherit;;
}
.fc-daygrid-event {
    cursor: pointer;
}


.webPushNotifier {
    display: none;
    position: absolute;
    left:0;
    bottom:0;
    padding:40px;
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(4px);
    color:#FFF;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    width: 100vw;
    z-index: 100000;
}

.shortStat {
    display: inline-block;
    background-color: #FFF;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.shortStat .title {
    color: #777777;
    text-transform: uppercase;
    font-size: 11px;
}
.shortStat .value {
    font-size: 20px;
}
.shortStat .value small {
    font-size: 12px;
    color: #999A99;
}


textarea {
    resize: none;;
}

th.sorting-desc::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-left: 5px;
}
th.sorting-asc::after {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    display: inline-block;
    padding-left: 5px;
}

.saveFloat {
    position: absolute;
    right:10px; bottom:10px;
}

tr.mobile {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}



.note-editor {
    border-radius: 0;
}
.note-toolbar {
    border-top: 0 !important;
}