/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*.sf-toolbar{display:none !important;}*/
[hidden] {display: none !important;}
hr.dashed-line{border:dashed 1px #e8e8e8; border-top: none;}
.underline{text-decoration: underline !important;}
.m-t--10{margin-top: -10px;}
.m-t--2{margin-top: -2px;}
.d-block{display: block;}
.form-control.blur, .input-group.blur .form-control {filter: blur(3px);}
.input-group.blur {border: solid 1px #e3e3e3;}
.modal-content .select2-container, .tracking-popup .select2-container, .select2-dropdown{z-index: 99999 !important;}
.select2-container .select2-selection{border-radius: 0!important; -webkit-border-radius: 0!important; -moz-border-radius: 0!important;}
label{font-weight: 300 !important;}
legend.col-form-label {margin-bottom: 5px;border-bottom: 0;font-size: inherit;font-family: 'Hind Madurai', sans-serif;}
.label-danger {background-color: #E72322;}
.badge-danger {background-color: #E72322;}
.checkbox-primary input[type="checkbox"]:checked + label::before {background-color: #009AE7;border-color: #009AE7;}
*[data-link], .link{cursor: pointer;}
.checkbox label::before{border-color: #009AE7;}
.one-line{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.input-group-btn.droplist{font-size: inherit; width: auto;}
.btn-primary{background-color: #009AE7 !important;border-color: #009AE7 !important;}
.badge-default{background-color: #efefef; color: #a5a5a5;}
.btn-primary:hover{background-color: #00AAFF !important;border-color: #00AAFF !important;}
.btn-secondary {background-color: #86d10e;border-color: #86d10e;color: #fff;}
.btn-secondary:hover {background-color: #80c60d;border-color: #80c60d;color: #fff;}
.btn-warning {background-color: #FFC000!important;border-color: #FFC000 !important;}
.btn-danger {background-color: #E72322 !important;border-color: #E72322 !important;}
.badge-danger{background-color: #E72322 !important;}
.btn-group-curved .btn:first-child{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.btn-group-curved .btn:last-child{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bg-default {background-color: #f1f1f1;}
.btn-circle {border-radius: 50%;padding: 6px !important;width: 30px !important;height: 30px;line-height: 16px;font-size: 16px;}
.text-danger{color: #E72322 !important;}
.invalid-feedback.d-block {margin-bottom: 12px;background-color: #ffe4e4;border-radius: 5px;padding: 3px;}
.form-control{font-size: inherit; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
.form-control.w-auto {width: auto !important;}
.borderless-form input[type="text"], .borderless-form textarea{border: none;}
.card-box > .dropdown{z-index: 99;}
.card-box > .dropdown > a{
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center !important;
    line-height: 30px;
    vertical-align: middle;
    font-size: 20px;
    border: solid 1px #ccc;
}
.dropdown-menu.custom a{color: #ffffff;}
.card-box > .dropdown.primary > a{color: #178ae2;}
.card-box > .dropdown.primary.open > a{background-color: #178ae2;border-color: #178ae2;color: #fff;}
.card-box > .dropdown.primary.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #178ae2;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.teal > a{color: #26a69a;}
.card-box > .dropdown.teal.open > a{background-color: #26a69a;border-color: #26a69a;color: #fff;}
.card-box > .dropdown.teal.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #26a69a;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.orange > a{color: #ff9800;}
.card-box > .dropdown.orange.open > a{background-color: #ff9800;border-color: #ff9800;color: #fff;}
.card-box > .dropdown.orange.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #ff9800;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.success > a{color: #4bd396;}
.card-box > .dropdown.success.open > a{background-color: #4bd396;border-color: #4bd396;color: #fff;}
.card-box > .dropdown.success.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #4bd396;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.danger > a{color: #E72322;}
.card-box > .dropdown.danger.open > a{background-color: #E72322;border-color: #E72322;color: #fff;}
.card-box > .dropdown.danger.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #E72322;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.warning > a{color: #ffdb4d;}
.card-box > .dropdown.warning.open > a{background-color: #ffdb4d;border-color: #ffdb4d;color: #fff;}
.card-box > .dropdown.warning.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #ffdb4d;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.purple > a{color: #6b5fb5;}
.card-box > .dropdown.purple.open > a{background-color: #6b5fb5;border-color: #6b5fb5;color: #fff;}
.card-box > .dropdown.purple.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #6b5fb5;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.pink > a{color: #f06292;}
.card-box > .dropdown.pink.open > a{background-color: #f06292;border-color: #f06292;color: #fff;}
.card-box > .dropdown.pink.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #f06292;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.brown > a{color: #8d6e63;}
.card-box > .dropdown.brown.open > a{background-color: #8d6e63;border-color: #8d6e63;color: #fff;}
.card-box > .dropdown.brown.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #8d6e63;position: absolute;top: -5px;right: 8px;}

.card-box > .dropdown.default > a{color: #333333;}
.card-box > .dropdown.default.open > a{background-color: #f1f1f1;border-color: #f1f1f1;color: #333333;}
.card-box > .dropdown.default.open >.dropdown-menu:before {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #f1f1f1;position: absolute;top: -5px;right: 8px;}
.card-box > .dropdown.default.open li a {color: #333333;}
.card-box > .dropdown.default.open li a:hover{color: #ffffff; background-color: #333333 !important;}

.wiki-box {background-color: #fff;border: solid 1px #e8e8e8;border-radius: 10px;margin-bottom: 20px;overflow: hidden;transition: all 0.3s ease-in-out;}
.wiki-box:hover {border-color: #123088;}
.wiki-body {display: flex;padding: 10px;}
.wiki-icon {width: 30px;margin-right: 10px;}
.wiki-footer {background-color: #f7f7f7;padding: 10px;border-top: solid 1px #e8e8e8;}
.wiki-owner {font-size: 12px;}
.wiki-owner img {width: 25px;height: 25px;}
.wiki-box.new, .wiki-box.new .wiki-footer{background-color: white; border: 1px solid #e6e6e6;}
.context-menu-list{border: 1px solid #f5f5f5 !important;-webkit-box-shadow: 0 2px 5px #00000033 !important;box-shadow: 0 2px 5px #00000033 !important;}
.context-menu-item{padding: .5em 3em !important;}
.context-menu-icon::before, .context-menu-icon.context-menu-icon--fa::before{color: #343434 !important; font-size: 1.25em !important;}
.context-menu-item.context-menu-hover{background-color: #f3f3f3 !important; color: #343434 !important;}

.question-q-box{background-color: #4bd396;}
.progress {
    background-color: #eaeaea;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.progress-bar-success {
    background-color: #25c723;
}
.colorpicker {z-index: 99999 !important;}
.circle-icon{height: 20px;width: 20px;padding-top: 10px;display: block;border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.btn-color-picker{border: solid 1px #cccccc;}
.text-decoration-none{text-decoration: none !important;}
.sl-shadow, .card-box{
    box-shadow: 1px 1px 6px #dedede;
    -webkit-box-shadow: 1px 1px 6px #dedede;
    -moz-box-shadow: 1px 1px 6px #dedede;
    -o-box-shadow: 1px 1px 6px #dedede;
}
.sl-shadow:not(.bordered){
    border: none;
}
.shadow-none{box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important;}
.widget-box-two.simple .widget-two-icon{top: 20px !important;}
.hover-scale{transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;}
.hover-scale:hover{transform: scale(1.025); -webkit-transform: scale(1.025); -moz-transform: scale(1.025);}
#push-notifications ul li{position: relative;}
span.mark-read {
    opacity: 0;
    padding: 5px;
    background-color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 17px;
    cursor: pointer;
    z-index: 3;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}
#push-notifications ul li:hover span.mark-read{opacity: 1;}
.switch-layout {font-size: 18px;}
.access-list .ms-container{max-width: 100% !important;}
/*.access-list:before {content: '>';position: absolute;left: 47%;top: 42%;padding: 5px 10px;border: solid 1px #ccc;border-radius: 5px;}*/
.project-account-logo {
    display: inline-block;
    margin-right: 15px;
    padding: 5px;
    border: solid 1px #e6e6e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.project-account-logo span {
    font-size: 16px;
    display: block;
    padding: 8px;
    color: #0d0d0f;
}
.project-account-logo img {max-height: 35px; width: 100%;}
.portlet-widgets a.collapsed i:before {content: "\f077";}
.card-account-logo {
    padding: 5px;
    width: 150px;
    margin: auto;
    height: 65px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.card-account-logo img {
    max-height: 100% !important;
}
.social-links.list-inline>li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}
.project-icon {
    display: table-cell;
    width: 15%;
}
.card-account-logo.project{
    float: right;
    width: 100px;
    height: 40px;
    padding: 7px;
    text-align: right;
}
.calendar-task input[type="checkbox"]{
    margin-top: 0;
}
.calendar-task label{
    margin-bottom: 0;
    top: -3px;
    position: relative;
    margin-left: 2px;
    white-space: normal;
    display: block;
}
.new-project-card:after {content: "\f055";font: normal normal normal 14px/1 FontAwesome;position: absolute;top: 0;bottom: 0;margin: auto;height: 90px;line-height: 30px;left: 0;right: 0;width: 90px;font-size: 90px;color: #e0e0e0;}
.new-project-card {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}
.new-project-card:hover {opacity: 0.9;}
.new-plan-card {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}
.new-plan-card:hover{opacity: 0.9;}

.invoice-total-table.table-bordered>tbody>tr>td {
    border-left: none;
    border-right: none;
}
.invoice-settings h4{margin-bottom: 5px;}
.invoice-settings h4+small{margin-left: 22px;}
.invoice-settings .form-group{margin-left: 22px;}
.invoice-settings-item {cursor: pointer;position: relative; opacity: 0.8;}
.invoice-settings-item:hover, .invoice-settings-item.active{opacity: 1;}
.invoice-settings-item:after {content: "\f105";font: normal normal normal 14px/1 FontAwesome;position: absolute;top: 0;right: 0;font-size: 20px;color: #505458;}
.invoice-settings-item.active:after{content: "\f107" !important;}
.invoice-settings-item+.invoice-settings-data{display: none;}
.invoice-settings-item.active+.invoice-settings-data{display: block;}

.mobile-logo{display: none !important;}
.contact-initials {
    text-align: center;
    width: 55px;
    height: 55px;
    color: #87d10e;
    border-color: #87d10e;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    vertical-align: middle;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    font-size: 24px;
    line-height: 52px;
}
.contact-data {margin-left: 60px;}
.contact-person{position: relative;}
.contact-person .remove-person{opacity: 0;}
.remove-person{position: absolute;bottom: 15px;right: 20px; transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out;}
.contact-person:hover .remove-person{opacity: 1;}
.contact-avatar {vertical-align: middle;float: left;display: inline-block; width: 55px; height: 55px;}
.virtual-box-wrapper {
    border: 2px dashed #cdd4d9;
    background-color: #fff;
    height: 140px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    -webki-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
}
.virtual-box-wrapper:hover {background-color: #f3faff;}
.box-contents {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.box-contents span {
    color: #86d10e;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.row.tasks-board-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row.tasks-board-wrapper > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.board-column {
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
    min-height: 350px;
    position: relative;
    height: 100%;
    margin-bottom: 20px;
}
.board-column label {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tasks-widgets-wrapper{
    min-height: 200px;
}
.board-task {
    background: #fff;
    padding: 12px;
    margin-bottom: 5px;
    font-size: 12px;
    border-radius: 3px;
    color: #464646;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    border-bottom: solid 2px transparent!important;
}
.board-task.medium{border-color: orange !important;}
.board-task.high{border-color: red !important;}
.board-task:hover{
    /*background: #f1f1f1;*/
    transform: scale(1.0275);
    -webkit-transform: scale(1.0275);
    -moz-transform: scale(1.0275);
}
.task-data{
    padding-top: 8px;
    margin-top: 8px;
}
.user-initial {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-radius: 100%;
    font-size: 9px;
    padding: 3px;
}
.task-data .user-avatar {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
span.task-due {margin-top: 4px;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: 1px solid #ddd !important;
    background: #eee !important;
    color: inherit !important;
    font-weight: inherit !important;
}
.time-tracker {
    cursor: pointer;
    background-color: #fdfdfd !important;
    padding: 5px 15px !important;
    border: solid 1px #ccc;
    border-radius: 30px;
    margin-top: 18px;
}
.time-tracker i {
    font-size: 20px;
    vertical-align: middle;
}
.time-tracker i.ion{margin-right: 10px;}
.time-tracker i.fa{margin-left: 10px; user-select: none; -webkit-user-select: none; pointer-events: none;}
.time-tracker .topbar-tracked {
    font-size: 16px;
    vertical-align: middle;
}
.fa-play.active:before {content: "\f04c";}
.fa-spin>i:before {content: "\f110" !important;font-size: 25px;}
.tracking-popup {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 60px;
    padding: 35px 25px 25px 25px;
    width: 460px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
}
.tracker-wrapper.open .tracking-popup{
    display: block;
}
.tracking-popup .timer-control{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.timer-close {position: absolute;top: 10px;right: 15px; cursor: pointer;}
.tracking-popup .play {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #2aa7ff;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    /* display: -webkit-flex; */
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.tracking-popup .play i:before{color: #ffffff !important;}
.tracking-popup .tracked-time {width: 360px;display: inline-block;text-align: right;font-size: 20px;vertical-align: middle;}
.timer-form{margin-top: 20px; border-top: solid 1px #ececec; padding-top: 20px;}
.timer-form label.text-muted {text-transform: uppercase;font-size: 10px;font-family: inherit;font-weight: bold !important;display: block;}
.time-table:not(:first-child){margin-top: 40px !important;}
.time-table thead:after {content: '';display: block;padding-bottom: 15px;background-color: #fff !important;}
thead.table-group-head {background-color: #f3f3f3;}
.time-table *{border-radius: 20px; border: none !important;}
.time-table tbody tr {border-bottom: dashed 1px #d8d8d8 !important;}

.editable-wrapper {position: relative;display: block;}
.editable-wrapper input.editable-field {display: none;}
.editable-text {cursor: pointer;}
.editable-wrapper.active .editable-text {display: none;}
.editable-wrapper.active .editable-field {display: block;}
.editable-field {width: calc(100% - 35px); border: none;border-bottom: 1px dashed #ccc;padding: 5px 0;position: relative;top: -5px;}
.editable-field:focus{border: none !important;border-bottom: 1px dashed #ccc !important;}
.editable-actions{ display: none; margin-bottom: 20px;}
.editable-wrapper.active .editable-actions{display: block;}
.counter-circle {display: inline-block;width: 4.8rem;height: 4.8rem;margin-right: 0.5rem;line-height: 4.8rem;font-size: 0.875em;vertical-align: inherit;border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%;text-align: center;}
.counter-circle i {font-size: 30px;position: relative;top: 5px; color: #FFFFFF !important;}
.circle-break:before {content: '';position: absolute;top: 50%;left: 0;right: 0;border-bottom: 1px dashed #CCCCCC;z-index: -1;}
.circle-break.thick:before{border-bottom: 3px solid #000;}
.circle-break {position: relative;z-index: 0;}
.circle-break>span {display: inline-block;padding-right: 0.5em;background: #fff;}
.badges-list {list-style-type: none;padding: 0;}
.badges-list li .badge {padding: 7px 15px;font-size: 12px;margin-right: 8px;border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; text-transform: capitalize;}
.badges-list li {margin-bottom: 10px;display: inline-block;border: dashed 1px #a7a7a7;padding: 5px 10px 5px 5px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; }
.modern-form .form-control {
    border: none;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
    position: relative;
}

.modern-form .select2-selection {
    border: none !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 5px 0;
    position: relative;
}
figure.attachment{margin: 1em 0;width: 100%;}
.attachment-gallery figure.attachment {width: auto;}
trix-editor{min-height: 18em !important; border: none !important;}
trix-editor .attachment{text-align: center;}
trix-editor .attachment--preview img,
figure.attachment.attachment--preview img{max-height: 600px; width: auto;}
trix-editor progress.attachment__progress {
    appearance: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    height: 2rem;
    margin: -1rem 0 0 -6rem;
    background-color: rgba(255,255,255,0.8);
    border: 0;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.15) inset;
    color: #2da562;
    z-index: 2;
}
.trix-element {border: solid 1px #d9d9d9;padding: 10px;border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background-color: #ffffff;}
trix-toolbar {border-bottom: solid 1px #d9d9d9;}
trix-toolbar .trix-button-group {border: 0 !important;}
trix-toolbar .trix-button {border: 0 !important;}
trix-toolbar .trix-button:not(:first-child) {border: 0;}
.trix-preview img, .attachment-gallery img {max-width: 550px; max-height: 275px;}
.trix-preview-icon {display: inline-block;width: 50px;}
.attachment-gallery {display: block;width: 100%;}
figure.attachment--content{display: inline-block;}
figure.attachment .trix-preview{display:inline-block; padding:10px;border: solid 1px #cccccc; background-color: #fdfdfd; border-radius: 15px; text-align: left;}
.attachment-gallery figure.attachment--content .trix-preview {display: block; max-height: 300px; vertical-align: middle; padding: 5px; border: solid 1px #e0e0e0; text-align: center; margin: 1rem; border-radius: 0; background-color: transparent;}
figure.attachment>a.small {display: block;margin-top: 8px;}
figure.attachment--content .trix-preview:first-child{margin-left: 0;}
.borderless-form trix-toolbar {
    border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    padding-top: 10px;
}
.borderless-form .trix-element{border: none;border-bottom: solid 1px #d9d9d9; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
.comment-bubble {padding: 25px;background-color: #f7f7f7;border-radius: 15px;margin-left: -35px;}
.discussions .inbox-item-img.img-circle img {border: solid #fff;position: relative;z-index: 2;top: 10px;}
.comment-bubble .dropdown > i {font-size: 20px;vertical-align: middle;}
.comment-bubble .dropdown > a {
    /*border: solid 1px #3379b7;*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #ffffff;
}
span.checkbox__button {
    display: inline-block;
    width: 6.5rem;
    height: 6.5rem;
    border: solid 2px rgba(0,0,0,0.15);
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
}
span.checkbox__text {
    font-size: 1.2rem;
    margin-top: 1.85rem;
    display: inline-block;
}
.discussion-thread{
    display: flex;
    width: 100%;
    line-height: 1.2;
    padding: 0.4em;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    justify-content: space-between;
}
.card-badge {
    position: relative;
    padding: 0.5rem 2rem;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    margin-bottom: 10px;
    display: inline-block;
}
.card-badge:not(.bg-warning){color: #ffffff;}
.card-badge.small{padding: 0.25rem 1rem;}
.discussion-meta{padding: 0 0.5em; width: calc(100% - 1em);}
.card-dropback { display: block; text-align: center; background-color: #fff; padding: 1em; width: 95%; margin: auto;border-width: 1px 1px 0 1px; border-color: #ccc; border-style: dashed; }
.card-dropback nav a:not(:first-child):before {content: '\F142';margin: 0 0px;font: normal normal normal 24px/1 "Material Design Icons";display: inline-block;vertical-align: middle;}
.card-dropback nav i {font-size: 22px;}
.card-dropback nav *{vertical-align: middle;}
.inbox-item.inline{border: 0; padding: 0;}
.custom-radio .form-check {display: block;padding-left: 1.5em;position: relative;min-height: 1.1rem; text-align: left;}
.custom-radio .form-check label{cursor: pointer; margin-bottom: 0;}
.custom-radio {display: inline-block;}
.custom-radio input {opacity: 0;position: absolute;top: 0;left: 0;}
.custom-radio .form-check label:after {content: '';-webkit-transition: border 100ms ease-in-out;-moz-transition: border 100ms ease-in-out;-ms-transition: border 100ms ease-in-out;transition: border 100ms ease-in-out;display: block;position: absolute;width: 1em;height: 1em;left: 0;top: 0.55em;border: 1px solid #6d6d6d;border-radius: 100%;background-color: #fff;cursor: pointer;}
.custom-radio input:checked + label {display: inline-block;border-radius: 1.5em;white-space: nowrap;}
.custom-radio input[type="radio"]:checked+label{background: #ffdb4d;}
input#appbundle_conversation_hideToClient_1:checked+label{background: #ffdb4d;}
input#appbundle_conversation_hideToClient_0:checked+label{background: #188ae2; color: #FFFFFF;}
.custom-radio input:checked + label:after{border: 0.33em solid #1f1f1f;}
.custom-radio label {padding: 5px 10px;display: inline-block;vertical-align: middle;}
input#appbundle_conversation_hideToClient_1+label:before {content: "\f06e";font: normal normal normal 14px/1 FontAwesome;margin-right: 6px;}
input#appbundle_conversation_hideToClient_0+label:before {content: "\f023";font: normal normal normal 14px/1 FontAwesome;margin-right: 6px;}

.card-box.cap-head:before {content: '';display: block;height: 200px;background-color: #f7f7f7;z-index: 0;position: absolute;top: -70px;left: 0;width: 50%;transform: skewY(10deg);}
.card-box.cap-head {position: relative;overflow: hidden;}
.card-box.cap-head h3 {z-index: 2;position: relative;}
.card-box.cap-head:after {
    content: '';
    display: block;
    height: 200px;
    background-color: #f7f7f7;
    z-index: 0;
    position: absolute;
    top: -70px;
    right: 0;
    width: 50%;
    transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
}
#reportrange span {font-size: 13px;}
.client-droplist .select2-container, .project-droplist .select2-container, .fluid-droplist .select2-container{width: 100% !important;}
.timer-form .select2-container, .invitees .select2-container, .modal-body .select2-container, .w-100+.select2-container,
#todo-lists .quick-editor .select2-container{width: 100% !important;}
#project-task-wrapper .select2-container{width: auto !important;}
.card-box .card-cap{position: relative; z-index: 1; min-height: 85px;}
.avatars-wrapper {display: block;margin-bottom: 10px;}
.plan-card .remove-plan {position: absolute;right: 15px;bottom: 18px;opacity: 0.5; border: 0 !important; margin-right: 0 !important;padding: 0 !important;}
.plan-card:hover .remove-plan, .plan-card:hover .remove-plan i{opacity: 1; color: #E72322 !important;}
.saved-cards-wrapper .card-box {padding: 10px;text-align: left;font-size: 13px; cursor: pointer;}
.saved-cards-wrapper .card-box label {
    display: flex;
}
.fc-daygrid-dot-event .fc-event-title{text-align: left !important;}
.event-repeat-group > .form-control{width: 120px;}
.event-repeat-switch > .form-group, .event-repeat-switch > label {display: inline-block;vertical-align: top;}
.event-repeat-switch > label{margin: 0 0 0 10px;cursor: pointer;font-size: 17px;}
.saved-cards-wrapper .card-box label small {display: block; font-weight: bold;}
.saved-cards-wrapper .card-box label div {flex-grow: 3;}
.saved-cards-wrapper .card-box label span {margin-right: 8px;}
.event-dow .form-check{display: inline-block;}
.event-dow .form-check label {display: inline-block;margin-right: 5px;padding: 2px;text-align: center;height: 30px;width: 30px;border: solid 1px #EEEEEE;border-radius: 50%;line-height: 25px;font-size: 10px;cursor: pointer; background-color: #EEEEEE;}
.event-dow .form-check input[type="checkbox"] {display: none;}
.event-dow input:checked + label{background: #0073CC;border-radius: 50%;color: #fff; border-color: #0073CC;}
.event-dow .form-check label {display: block;cursor: pointer;}
img.invoice-logo {max-width: 200px;max-height: 65px;}
.page-title .dropdown-toggle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    font-size: 30px;
    line-height: 25px;
}
.dropdown.dd-btn.open .dropdown-toggle {
    background-color: #0073CC !important;
    border: transparent !important;
    color: #fff !important;
}
.has_sub>ul.list-unstyled:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,0.4);}
.portlet-heading .mdi-arrow-expand-all{font-size: 20px;color: #313131;}
.portlet.fullscreen {position: absolute;top: 0;left: 0;right: 0;z-index: 999;min-height: 100%;}
.portlet.fullscreen .tox-editor-header {position: fixed !important;background: #fff !important;z-index: 9999 !important;top: 0;left: 10px;right: 10px;display: block;}
.portlet.fullscreen .mdi-arrow-expand-all:before{content: "\F044" !important;}
.portlet.fullscreen .portlet-widgets {position: fixed !important;z-index: 99999;top: 5px;right: 25px;}
.portlet .portlet-heading .portlet-title{min-width: 85%;}
textarea.tinymce{display: none;}
.tox-tinymce{border: none !important;}
.tox .tox-statusbar {display: none !important;}
.tox-toolbar-overlord {
    border: none !important;
    box-shadow: 1px 1px 6px #dedede;
    width: 99% !important;
    margin: auto !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.tox .tox-menubar+.tox-toolbar, .tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary {border: none !important;background: none !important;border-radius: 6px;}
.tox .tox-menubar {background: none !important;}

.meetings-list .date-header {background: #ffffff;padding: 10px;border-radius: 15px;margin-bottom: 15px;border: solid 1px #dcdcdc;}
.meetings-list {text-align: left;}
.meetings-list .meeting-data {margin-bottom: 30px;padding: 10px;display: flex;min-height: 60px;}
.meeting-time {font-size: 15px;width: 180px;margin-right: 24px;}
.meeting-topic {width: 350px;margin-right: 24px;}
.meeting-topic .meeting-title{font-size: 16px; margin-bottom: 8px;}
.meeting-title a{color: inherit;}
.meeting-topic .meeting-details{color: #CCCCCC;}
.meeting-topic .meeting-details span{cursor: default;}
.meeting-topic .meeting-details span:not(:last-child){margin-right: 10px;}
.meeting-actions {display: none;}
.meetings-list .meeting-data:hover .meeting-actions{display: block;}
.meeting-time .timezone{color: #CCCCCC; margin-top: 8px;}

@media screen and (min-width: 1200px){
    .card-badge:not(.small){left: -45px;}
}
@media screen and (min-width: 992px){
    .invoice-settings{margin-top: 50px;}
    .project-tabs ul li .fa{font-size: 15px !important; margin-right: 3px;}
}
@media screen and (max-width: 420px) {
    .mobile-logo {display: inline-block !important;}
}
@media screen and (max-width: 480px){
    .navbar-default .navbar-left li{vertical-align: top;}
    .mobile-logo{display: none !important;width: 160px;}
    .mobile-logo>a{padding: 0 !important; top: -10px}
    .mobile-logo>a>img{height: 45px; max-width: 100% !important;}
    .tracking-popup{position: fixed; left: 0; max-width: 100% !important;}
    .pull-left:not(.dropdown), .pull-right:not(.dropdown){float: none !important;}
    .widget-box-three .bg-icon {display: inline-block;}
    .widget-box-three .text-right{display: inline-block;width: calc(100% - 110px);}
    .text-sm-center {text-align: center;}
    .text-sm-center>.btn{margin: 10px auto;}
    .btn-print{display: none;}
    #qrcodeCanvas{display: none !important;}
    .invoice-logo{margin: 15px auto;}
    #calendar .fc-toolbar .fc-right{float: none !important;}
    #calendar .fc-toolbar .fc-right .fc-button-group{margin-top: 20px;}
    .project-account-logo {display: block;margin-bottom: 20px; max-width: 200px;}
    .invoice-total-table{right: -20px;}
    .estimate-totals{right: -11px;}
    .estimate-totals.nt{top: 10px;}
    .payment-terms{margin-top: -30px;}
    .invoice-action-btns>.btn{width: 100% !important;}
    .page-title-box .breadcrumb {display: none;width: 100%;margin: 30px auto 10px auto!important;}
    .dt-filter-append {text-align: center;}
    .dt-filter-append .text-right {text-align: center;margin-bottom: 20px;}
    .board-column{width: 370px;}
    .dataTable-sorting-label{display: none;}
    .dataTables_length{width: 100%;}
    .input-group-btn{display: block; margin-top: 5px; width: 100%;}
    .input-group-btn .btn{width: 100%;}
    .input-group .form-control {display: block;margin-bottom: 5px;width: 100%;}
}

@media screen and (max-width: 480px){
    .card-dropback {display: none;}
    .push-notifications{display: none;}
    .button-menu-mobile{padding: 0 10px !important;}
    .nav>li.user-box>a{padding: 15px 10px !important;}
    .project-tabs .tabs-bordered li.active a {padding: 9px !important;}
    .project-title {font-size: 20px;display: block;}
    #page-droplist {position: absolute;top: 15px;right: 15px;}
    #page-droplist .dropdown-menu {left: -140px;}
    #page-droplist .dropdown-menu:before {left: 153px;}
    #page-droplist .dropdown-menu:after {left: 153px;}
    #project-events a#addEvent{width: 100%;}
    .project-todo-list .list-group-item{margin-bottom: 15px;}
    .todo-popover {display: block;margin-top: 10px;}
    .fc .fc-toolbar{display: block;}
    .fc-toolbar-chunk{text-align: center;}
    .fc-toolbar-chunk:not(:last-child) {margin-bottom: 20px;}
     #event-modal .btn-color-picker{width: 110px;margin-top: -5px;}
}