/*!
 * Businessdrives CSS (http://businessdrives.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    background: #fff;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 50px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 19px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/"\e151";
}

a.desc:after {
    content: /*"\e114"*/"\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar {
    margin-bottom: 0;
    padding: 0 15px 0 0;
}

.relative {
    position: relative;
}

.page-header-btns {
    position: absolute;
    right: 0;
    top: -46px;
}

.page-subheader-btns {
    position: absolute;
    right: 0;
    top: 0;
}

.icon-1 {
    width: 31px;
}

.icon-2 {
    width: 50px;
}

.icon-3 {
    width: 69px;
}

.icon-4 {
    width: 87px;
}

.icon-5 {
    width: 104px;
}

.kv-panel-after .pagination {
    margin: 10px 0 0 0;
}

.object-index {
    margin-top: 30px;
}

.no-margin {
    margin: 0 !important;
}

.table > tbody > tr > td.no-padding,
.no-padding .panel-body {
    padding: 0;
}

.table.condition-list > tbody > tr > td {
    padding: 2px 4px;
}

.collapse-toggle .fa-angle-down {
    transition: transform 0.5s;
}

.collapsed .fa-angle-down {
    transform: rotate(-90deg);
}

.select-switch .select-container {
    width: calc(100% - 120px);
}

.select-switch .btn-container {
    margin-top: 25px;
    width: calc(120px);
}

.select-switch .btn-container .btn {
    margin-bottom: 4px;
    text-align: left;
}

.panel-body + .panel-heading {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.tools-bar {
    /*
    position: absolute;
    top: 55px;
    left: 25px;
    margin: 10px;
    z-index: 10;
    background: white;
    border-radius: 5px;
    border: 1px solid #ddd;
*/
    position: absolute;
    top: 20px;
    left: 2px;
    margin: 0;
    z-index: 10;
    background: white;
    border: 1px solid #ddd;
}

.pre-designs-bar {
    position: absolute;
    top: 20px;
    left: 222px;
    width: 300px;
    height: 667px;
    z-index: 10;
    background: white;
    border: 1px solid #ddd;
}

.styling-menu {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 240px;
    padding: 13px;
}

.theme-menu {
    height: 600px;
    width: 240px;
    padding: 13px;
}


.app-tile {
    float: left;
    padding: 0 15px;
}

.tile {
    border: 1px solid #ddd;
}

.tile-draggable + .tile-draggable {
    margin-top: 20px;
}

.draggable {
    cursor: move;
}

.draggable-landing {
    min-height: 20px;
}

.draggable table,
.draggable .modal,
.draggable .draggable-landing {
    cursor: default;
}

.section-actions,
.item-actions {
    cursor: pointer;
    opacity: 0.3;
}

.section-header:hover .section-actions,
.row-item:hover .item-actions {
    opacity: 1;
}

.row-popup-action {
    cursor: pointer;
}

.row-item:hover,
.row-item.gu-mirror,
.section-header:hover,
.gu-mirror .section-header {
    background-color: #d9edf7;
}

.section-table-tile {
    padding: 3px;
    height: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    position: relative;
}

.section-table-tile-label {
    position: absolute;
}

.section-table-tile-display {
    min-height: 20px;
}

.section-table-tile-label,
.section-table-tile-display,
.section-table-tile-controls {
    transition: opacity 0.25s;
}

.section-table-tile-controls {
    display: grid;
    height: 100%;
    grid-template-columns: auto 40px auto 40px;
    grid-template-rows: 20px auto 40px auto 20px;
    grid-template-areas:
            ". . . edit-remove"
            ". . . ."
            ". . . left-right"
            ". . . ."
            ". up-down . ."
}

.section-table-tile .section-table-tile-controls {
    opacity: 0;
}

.section-table-tile:hover .section-table-tile-label,
.section-table-tile:hover .section-table-tile-display {
    opacity: 0.2;
}

.section-table-tile:hover .section-table-tile-controls {
    opacity: 1;
}

.section-table-tile.gu-mirror .section-table-tile-label,
.section-table-tile.gu-mirror .section-table-tile-display {
    opacity: 1;
}

.section-table-tile.gu-mirror .section-table-tile-controls {
    opacity: 0;
}

.intl-tel-input {
    display: block;
}

#import-modal .modal-body {
    overflow-y: auto;
}

.btn-x {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 3px;
    line-height: 1;
}

.btn-x:hover {
    color: #333;
}

.fade-transition {
    transition: opacity .3s ease;
    opacity: 1;
}

.fade-enter, .fade-leave {
    opacity: 0;
}

.position-tree {
    overflow-x: auto;
}

.position-row {
    margin: 0 -10px;
    white-space: nowrap;
}

.position-tile {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.panel-heading label {
    margin: 0;
}

.widget-selected {
    background: #4F95DA;
    color: white;
}

.adjust-container{
    width: 455px;
}

.panel-heading-btn {
    position: relative;
    top: -8px;
    right: -11px;
}

.company-logo {
    margin-top: -15px;
}

.dropdown-menu {
    min-width: auto;
    z-index: 1001;
}

.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.page-sizer {
    width: 160px;
    float: left;
    margin-left: 5px;
}

canvas.drawing, canvas.drawingBuffer {
    position: absolute;
    left: 0;
    top: 0;
}

span.btn-full, button.btn-full, a.btn-full, input.btn-full {
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 37px;
}

.navbar-default .nav-btn {
    border-color: #ddd;
}

.navbar-default .nav-btn:hover {
    background-color: #ddd;
}

.nav-btn {
    position: absolute;
    right: 15px;
    padding: 4px 10px 6px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background: transparent none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.icon-square {
    display: inline-block;
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 1px;
    background: #888;
}

.icon-square + .icon-square {
    margin-left: 3px;
}

.icon-square-row {
    line-height: 4px;
    display: block;
}

.icon-square-row + .icon-square-row {
    margin-top: 1px;
}
.license-tab-form-checkbox{
    margin-top: 25px;
    margin-bottom: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.license-tab-form-input{
    margin-top: 25px;
    margin-bottom: 20px;
}
#license-feature label{
    margin: 5px;
}
#license-platform label{
    margin: 5px;
}
.license-info{
    float: left;
    width: 300px;
    margin: 5px; 
    border-style: double;
    min-height: 400px;
}
.licenseViewHeader{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #337ab7;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.licenseItemTitle{
    font-size: 15px;
    margin-left: 25px;
    margin-bottom: 10px;
    width: 180px;
}

.licenseItemRow{
   width: 100%;
   display: flex;
}

.license-note{
    float: right;
    margin-right: 10px;
    margin-top: 50px;
}

.btn-container-heigh-index{
    z-index: 1100;
}

@media(min-width: 768px) {
    #sidebar-collapse-right {
        overflow: hidden;
        white-space: nowrap;
    }

    #sidebar-collapse-right.in {
        width: 50px;
    }

    #sidebar-collapse-right:not(.in) a{
		text-indent: -37px;
		padding-left: 52px;
    }

    #sidebar-collapse-right i {
        margin-right: 15px;
	    text-indent: 0;
    }

    #sidebar-collapse-right.in a {
        padding-left: 15px;
    }

    #sidebar-collapse-right:not(.in) #sidebar-toggle .fa-arrow-circle-right {
        display: none;
    }

    #sidebar-collapse-right.in #sidebar-toggle .fa-arrow-circle-left {
        display: none;
    }

    #page-wrapper.in {
        margin-left: 50px;
    }

    #side-menu .nav-second-level {
		margin-left: 15px;
   }
}

@media(max-width: 767px) {
    #sidebar-collapse-right #sidebar-toggle {
        display: none;
    }

    .nav-btn {
        right: 70px;
    }

    .license-info{
       width: 100%;
    }
}

.popover-x.left-top > .arrow{
    top: 20px !important;
}

.popover.popover-nav.bottom-right > .arrow {
    left: auto;
    right: 9px;
}

.popover-content .navbar-form,
.popover-content .navbar-form button {
    margin: 0;
    padding: 0;
}

.popover-body{
    max-height: 500px;
    overflow: auto;
}

.table-popover > tbody > tr > td {
    border: none;
}

.navbar-default .popover-content .btn-link {
    color: #337ab7;
}

.hover-cell {
    outline: 1px solid #fff;
}

.hover-cell:hover {
    outline: 1px solid #ddd;
}

a div i, .btn-link div i {
    color: #333;
}

a:hover div i {
    color: #333;
}

.bottom10 {
    margin-bottom: 10px;
}

.filters .input-group .select2,
.multiple-input-list__item .input-group .select2 {
    display: block;
}

.input-group-sp.input-group-addon {
    min-width: 66px !important;
}

.popover-x-body.modal-open .navbar {
    z-index: auto;
}

table .kv-editable-form-inline .form-group {
    display: block;
}

.kv-editable-button.kv-inline-open, .kv-editable-toggle, .kv-editable-reset, .kv-editable-submit, .kv-editable-close {
    display: none;
}

table .kv-editable-inline-1 {
    margin-top: 0;
    width: 100%;
}

table .kv-editable-inline.kv-editable-content {
    width: 100%;
}

table .kv-editable-content .form-group {
    margin: 0;
}

table .panel .kv-editable-form-inline {
    padding: 0;
}

table .kv-editable-form-inline .form-control {
    width: 100%;
}

table .kv-editable-form-inline .input-group > .form-control.krajee-datepicker {
	width: 7.5em;
}

.email-col-left .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.email-col-middle {
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -15.5px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    background-color: #e7e7e7;
    border-left: none;
}

.email-col-right .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

div + .bulk-edit-ops {
    margin-top: -27px;
}

.bulk-edit-ops {
    margin-right: -7px;
}

.note-editable div {
	border: 1px dashed black;
}

.action-list > table {
	border: 1px solid #ddd;
}

.breadcrumb-no-title {
    margin-top: 20px;
}

.process {
    margin-bottom: 20px;
}

.step-list tbody,
.step-list tfoot{
    border: 1px solid #ddd;
}

.step-list tr{
    background-color: white;
    transition: background-color 0.1s ease;
}

.step-list > tbody > tr:not(.step-list-container):hover,
.step-list > tbody > tr:hover + tr.step-list-container {
    background-color: #ffffaa;
}

.process-function-label {
    display: block;
    text-align: center;
    white-space: nowrap;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .modal-xl {
        width: calc(100% - 80px)
    }
}

[v-cloak] { display: none }

/** custom scroll bar**/
#side-menu::-scrollbar-track{
	-webkit-box-shadow: inset 0 0 36px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;;
}

#side-menu::-webkit-scrollbar{
	width: 9px;
	background-color: #F5F5F5;;
}

#side-menu::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #337ab7;
}

.breadcrumb,
.action-bar{
    margin-bottom: 10px;
}

.objectButton{
    margin-left: 10px;
}

.dashboard-edit{
    opacity: 0;
    padding: 1px 5px 1px 8px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    top: -10px;
    transition: top 0.25s;
    overflow: hidden;
    background-color: white;
}



.dashboard-edit-left{
    opacity: 0;
    padding: 1px 5px 1px 8px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    top: -10px;
    transition: top 0.25s;
    overflow: hidden;
    background-color: white;
}


.dashboard-hover:hover .dashboard-edit-my-apps{
    opacity: 1;
    top: -15px;
    right: 0px;
}

.dashboard-hover:hover .dashboard-edit{
    opacity: 1;
    top: 0;
}

.dashboard-hover:hover .dashboard-edit-left{
    opacity: 1;
    top: 0;
}

.dashboard-hover:hover .dashboard-edit-left-my-apps{
    opacity: 1;
    top: -15px;
    left: 0;
}

.button-edit{
    opacity: 0;
    padding: 1px 5px 1px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: top 0.25s;
    overflow: hidden;
    background-color: white;
}

.button-hover{
    position: relative;
}

.button-hover:hover .button-edit{
    opacity: 1;
    top: -23px;
}

.list-edit{
    opacity: 0;
    padding: 1px 5px 1px 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: top 0.25s;
    overflow: hidden;
    background-color: white;
}

.list-hover{
    position: relative;
}

.list-hover:hover .list-edit{
    opacity: 1;
}

/*.object-form.field-size-xs input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.object-form.field-size-xs .input-group-addon {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.object-form.field-size-xs .select2-selection {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.object-form.field-size-xs .select2-selection__clear {
    font-size: 18px;
}

.object-form.field-size-small input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.object-form.field-size-small .input-group-addon {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.object-form.field-size-small .select2-selection {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.object-form.field-size-small .select2-selection__clear {
    font-size: 18px;
}*/

.object-form.field-size-large input {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.object-form.field-size-large .input-group-addon {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.object-form.field-size-large .select2-selection {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.object-form.field-size-large .select2-selection__clear {
    font-size: 18px;
}

.form-control-xs {
    height: calc(1.2em + .25rem + 3px) !important;
    font-size: 1.3rem !important;
}

.form-control-xs input {
     height: calc(1.2em + .25rem + 3px) !important;
     font-size: 1.3rem !important;
     line-height: 2;
     border-radius: .5rem;
}

.form-control-xs + .input-group-addon.picker {
    padding: 1px 4px;
}

.boilerplate {
    background-color: whitesmoke;
    position: sticky;
    margin-top: 15px;
    top: 0;
    z-index: 1;
}

.form-section-label {
    display: block;
    padding: 1px 3px;
    margin-bottom: 3px;
    background-color: #d9edf7;
}

.action-bar .btn-action {
    margin-left: 10px;
    float: right;
}

.actions-section .btn-action {
    width: 100%;
}

.actions-section .btn-action a,
.actions-section .btn-action button {
    width: 100%;
    border-radius: 0;
}

.feed-loading-modal {
    margin-left: -25px;
}

.feed-loading, .feed-loading-wall, .feed-loading-modal {
    text-align: center;
    font-size: 100px;
    color: silver;
}

.object-feed, .object-feed-parent {
    width: 100%;
    display: inline-block;
    background-color: #F5F5F5;
    padding: 15px;
}

.object-feed-sticky {
    position: sticky;
    margin: 0 -10px;
    bottom: 0;
    overflow: auto;
    z-index: 10;
    max-height: 18vh;
}

.object-feed-form .help-block {
    margin-bottom: 0;
}

.object-feed-input .input-group-addon {
    padding: 0 2px 2px 4px;
    font-size: 12px;
}
.object-feed-input input {
    padding: 2px 4px 0;
    font-size: 12px;
}
.object-feed-input textarea {
    font-size: 12px;
}
.object-feed-input .select2-selection--single {
    height: 21px;
    line-height: 21px;
    padding: 0 30px 0 10px;
}
.object-feed-input .multiple {
    font-size: 12px;
}
.object-feed-input .create-parent,
.object-feed-input .view-parent {
    padding: 1px 4px;
    font-size: 12px;
}

.comment-section > table >tbody > tr > td {
    vertical-align: middle;
}

.replies {
    padding-left: 25px;
}

.comment-toggle {
    font-size: 20px;
    margin-top: 5px;
    color: #888888;
    cursor: pointer;
    -webkit-transition: 0.40s;
}

.comment-actions button {
    background-color: transparent;
    font-size: 24px;
}

.comment-actions .caret {
    display: none;
}

.comment-action-button {
    color: #FCFCFD;
    background-color: #8CC63F;
    border-color: #8CC63F;
    border-radius: 4px;
}

.comment-action-button:hover {
    color: #FCFCFD;
    background-color: #A0D062;
    border-color: #A0D062;
}

.global-feed-comment-section {
    float: left;
    width: 100%;
    margin: 10px 5px;
    padding: 10px;
}

.global-feed-comment-box {
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}

.global-feed-replies-container {
    float: left;
    width: 75%;
    margin: 5px 0px 0px 50px;
    padding: 5px;
    border-radius: 20px;
    background-color: #e6e6e6;
}

.global-feed-action-link {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

.global-feed-action-link:hover {
    color: #23527c;
    text-decoration: none;
}

.comment-toggle:hover{
    color: black;
}

.comments-hidden{
    -webkit-transition: 0.40s;
    -webkit-transform: rotate(-90deg);
}

.visited a{
    color: #888888;
}

.conversation-toggle {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 38px;
    cursor: pointer;
    color: #888888;
}

.notification-toggle {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 38px;
    cursor: pointer;
    color: #888888;
}

.notification-item:not(.mnw-item) {
    display: table-cell;
    padding-bottom: 15px;
    padding-top: 15px;
    min-width: 210px;
}

#notification-modal {
    overflow: auto;
}

.notification-count-icon, .new-message-icon:not(.mnw-icon), .task-notification {
    font-size: 20px;
    position: absolute;
    top: 1px;
    right: 2px;
    z-index: 1;
    color: red;
}

.action-count-icon {
    font-size: 20px;
    position: absolute;
    top: 1px;
    right: -2px;
    z-index: 1;
    color: red;
}

.mnw-icon {
    margin-left: -10px;
    font-size: 20px;
    position: absolute;
    z-index: 1;
    color: red;
}

.mnw-item {
    width:100%;
    cursor:pointer;
    display:inline-block;
    font-size:12px;
    margin-top:13px;
    padding-left: 5px;
}

.notification-count, .notification-count-full{
    font-family: sans-serif;
    color: white;
}

.notification-count{
    font-size: 13px;
    margin-top: -16px;
}

.notification-count-full{
    font-size: 12px;
    margin-top: -18px;
}

.notification-count-empty{
    display: none;
}

.mark-as-read {
    margin-bottom: -22px;
    margin-left: 15px;
}

.reply-toggle {
    margin-left: 10px;
    cursor: pointer;
}

.reply-count{
    margin-top: 15px;
    color: #888888;
}

.icon-links {
    display: flex;
    margin-bottom: 10px;
}

.user-list-icon {
    float: right;
    color: #337ab7;
}

.thumb-like:hover, .thumb-dislike:hover {
    text-decoration: none;
    cursor: pointer;
}

.conversations {
    height: 650px;
    overflow: auto;
}

#conversation {
    width: 50%;
    height: 800px;
    float: right;
    margin-top: -75px;
}

.conversation-list {
    width: 40%;
    height: 775px;
    float: left;
}

.conversation-item, .comment-item {
    padding-left: 5px;
    cursor: pointer;
    width: 400px;
}

.conversation-selected, .comment-selected {
    border-left: 2px solid #505050 !important;
}

.conversation-item:hover, .comment-item:hover, .mnw-item:hover {
    background-image: linear-gradient(to right, #ebebeb, white);
}

.conv-item:hover span, .notif-item:hover span, .group-item-container:hover span {
    text-decoration: underline;
}

.conversation-item-widget {
    display: table-cell;
    padding-bottom: 15px;
    padding-top: 15px;
    cursor: pointer;
    width: 400px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.scroll {
    overflow: auto;
}

.pointer {
    cursor: pointer;
}

.message-icon-container, .notification-icon-container {
    text-align: center;
    position: relative;
    width: 60px;
    height: 60px;
    float: right;
    right: 60px;
}

.user-message {
    font-weight: bold;
    width: 100%;
}

.user-message-date {
    font-weight: 100;
    font-size: 11px;
    width: 100%;
}

.message-container {
    width: 95%;
    overflow: auto;
    max-height:calc(100vh - 350px);
}

.message-form{
    width: 95%;
}

.message-content {
    overflow-wrap: anywhere;
    background-color: #dddddd;
    padding: 20px;
    border-radius: 15px 15px 15px 2px;
}

.message-body {
    padding: 10px;
    min-width: 250px;
}

.message-owner {
    background-color: #92d0ff;
    border-radius: 15px 15px 2px 15px;
}

.send-message, .mnw-send-message, .object-social-send-message{
    float: right;
    margin-top: -90px;
    margin-right: 10px;
}

.success-message {
    text-align: center;
    font-weight: bold;
    color: green;
}

.table > tbody > tr > td{
    border-top: 0;
}

.thumb-dislike {
    color: #0b3e6f;
}

.username {
    width: 150px;
}
.schedule-cell-dimension.e-schedule .e-timeline-view .e-date-header-wrap table col,
.schedule-cell-dimension.e-schedule .e-timeline-month-view .e-content-wrap table col,
.schedule-cell-dimension.e-schedule .e-timeline-view .e-content-wrap table col,
.schedule-cell-dimension.e-schedule .e-vertical-view.e-day-view .e-date-header-wrap table col,
.schedule-cell-dimension.e-schedule .e-vertical-view.e-day-view .e-content-wrap table col,
.schedule-cell-dimension.e-schedule .e-vertical-view.e-week-view .e-date-header-wrap table col,
.schedule-cell-dimension.e-schedule .e-vertical-view.e-week-view .e-content-wrap table col {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}

.schedule-cell-dimension.e-schedule .e-date-header-container {
    padding-right: 11px !important;
}

.schedule-cell-dimension.e-schedule .e-content-wrap::-webkit-scrollbar {
    width: 12px;
}

.schedule-cell-dimension.e-schedule .e-content-wrap::-webkit-scrollbar-track {
    background: white;
}

.schedule-cell-dimension.e-schedule .e-content-wrap::-webkit-scrollbar-thumb {
    background: #c6e39f;
    border-radius: 6px;
}

.schedule-cell-dimension.e-schedule .e-content-wrap::-webkit-scrollbar-thumb:hover {
    background: #b1d97b;
}


html {
    scroll-behavior: smooth;
}

.user-popup .user-popup-body, .task-popup-body{
    visibility: hidden;
    text-align: left;
    background: #fff;
    border: 1px solid #505050 !important;
    border-radius: 1%;
    padding: 5px 0;
    position: fixed;
    z-index: 1;
}

.group-edit-popup, .group-delete-popup, .task-manage-popup {
    text-align: left;
    background: #fff;
    border: 1px solid #505050 !important;
    border-radius: 1%;
    padding: 5px;
    position: fixed;
    z-index: 1;
}

.task-popup {
    width: 600px;
    text-align: left;
    background: #fff;
    border: 1px solid #505050 !important;
    border-radius: 3px;
    padding: 5px;
    position: fixed;
    z-index: 1002;
    max-height: 98%;
    overflow-y: auto;
    overflow-x: hidden;
}

.user-popup:hover .user-popup-body {
    visibility: visible;
}

.close-popup {
    float: right;
    margin-right: 3px;
    position: sticky;
    top: 0;
    z-index: 3;
    font-size: 18px;
}

.chat-link {
    display: block;
    margin: 0 auto 5px;
    text-align: center;
    padding: 0 5px 5px;
    border: 1px solid #337ab7;
    border-radius: 20px;
}

.chat-link:hover {
    border: 1px solid  #23527c;
    text-decoration: none;
}

#doctor-list, #staff-list, .task-list, #task-management-list, #chat-list, #group-management-list {
    max-height: 70vh;
    overflow: auto;
    list-style-type: none;
}

.employee-label {
    color: #0A4DB7;
}

.task-update {
    color: red;
    float: right;
    margin: 0 5px 0 0;
}

.task-title {
    color: #337ab7;
}

.task-item:hover .task-title {
    color: #23527c;
}

.action-required:hover .task-popup-body {
    visibility: visible;
}

.group-item-container {
    margin-bottom: 15px;
}

.group-item:hover {
    text-decoration-line: none;
}

.new-group {
     float: right;
     margin-top: 17px;
     font-size: 34px;
     color: #337ab7;
 }

.new-group:hover {
    color: #23527c;
}

.back-button {
    opacity: 0.2;
}

.back-button:hover {
    opacity: 0.6;
}

.user-dashboard-column-option {
    width: 110px;
    height: 110px;
}

.user-dashboard-column-option:hover {
    border: 2px solid blue;
    margin-top: -2px;
    margin-left: -2px;
}

.undo-delete {
    text-decoration: underline;
    cursor: pointer;
}

.confirm-delete {
    text-decoration: underline;
    cursor: pointer;
}

.pagination {
    margin: 5px 0;
}

.select2-results__table {
    max-height: 200px;
    overflow-y: auto;
}

.select2-results__table td {
    padding: 6px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #f0f0f0;
}

.history-alert {
    border: 2px solid #ccab00!important;
    border-radius: 4px!important;
}

.field-history {
    visibility: hidden;
    cursor: pointer;
    margin-left: -18px;
}

.field-has-history:hover .field-history {
    visibility: visible;
    margin-left: 0;
}

.field-has-history{
    padding-left: 2px;
}

.history-view {
    z-index: 1075;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 0 8px #cccccc;
    max-height: 300px;
    overflow: auto;
}

.history-view-chart, .history-list-view-chart {
    z-index: 1075;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 0 8px #cccccc;
    max-height: 300px;
    overflow: auto;
    top: 10px;
    left: 20px;
}

.image-field-wrapper {
    display: inline-block;
    width: 100%;
}

.image-field-input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.0;
    margin: 0 auto;
}

.image-field-input-wrapper {
    width: 90px;
    height: 40px;
    position: absolute;
    display: none;
    bottom: 3px;
    right: 3px;
    font-size: 14px;
    color: #333;
}

.image-field-wrapper:hover .image-field-input-wrapper {
    display: block;
}

.image-field-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    border: 1px solid #727272;
}

.modal-frame {
    width: calc(100% - 20px);
    max-height: calc(100% - 40px);
    margin: 10px;
}

.modal-frame iframe {
    border: 0;
    width: 100%;
    height: 90vh;
    max-height: 90vh;
    text-align: center;
}

.modal-frame .modal-body {
    padding: 2px;
}

.modal-frame .modal-header {
    padding: 10px;
}

.vue-collapse-transition {
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropdown-menu-card .btn-card {
    border: none;
    border-radius: 0;
    width: 100%;
}

.dropdown-menu-card {
    padding: 0;
}

button + .buttons-up-down {
    margin-top: 8px;
}

.icon-radio {
    padding: 5px 8px;
    margin-right: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.icon-radio-selected {
    border: 1px solid #00a7fa;
}

.process-alert {
    position: absolute;
    width: 90%;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1500;
}

.recording-group-block {
    background: #f8f8f8;
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 40px;

}

.recording-group{
    position: relative;
}

.trivial-chart {
    background: #337ab7;
    color: white;
    border-radius: 5px;
    display: flex!important;
    overflow: hidden;
    margin: 0 auto;
}

.trivial-chart-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

td.highlighted {
    background-color: #eee;
}

.canvas-btn {
    display: block;
    margin: 0 auto;
}

#page_rulers {
    overflow-y: auto;
    overflow-x: hidden;
}


.form-control.with-color-picker {
    width: calc(100% - 54px);
    display: inline-block;
}

.image-upload-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100%;
    border: 1px dashed black;
    float: left;
}

.image-upload-box {
    height: 100px;
    position: absolute;
    opacity: 0.0;
}

.uploaded-image {
    display: block;
    max-width: 300px;
    min-width: 20px;
}

.chart-selector-container {
    display: flex;
    flex-flow: row wrap;
}

.chart-selector {
    flex: 1 1 auto;
    margin: 0 15px;
    max-width: 300px;
}

.display-img {
    width: 100%;
    height: 100%;
}

.display-img-hover {
    height: auto;
    overflow: hidden;
}

.display-img-hover .display-img:hover {
    max-width: 250px;
}

.e-schedule .e-vertical-view .e-time-cells-wrap table td, .e-schedule .e-vertical-view .e-work-cells {
    height: 60px;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
    padding-top: 2px;
}

.e-schedule .e-vertical-view .e-header-cells {
    height: 40px;
    line-height: 1;
}

.e-schedule .e-vertical-view .e-header-cells .e-header-date {
    font-size: 14px;
}

.e-schedule .e-vertical-view .e-resource-cells {
    font-size: 14px;
    padding: 3px 3px 3px 8px;
    height: 24px;
}

.e-schedule .e-vertical-view .e-resource-cells .e-text-ellipsis {
    line-height: 1;
}

.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
    padding: 0 24px 4px;
}

.e-quick-popup-wrapper .e-event-popup .e-date-time {
    padding-top: 0;
}

.e-contextmenu-wrapper ul .e-menu-item,
.e-contextmenu-container ul .e-menu-item {
    height: 30px;
    line-height: 30px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    white-space: normal;
}

.select2-selection__rendered, .select2-search, .select2-search__field {
    width: 100%;
}

.select2-selection__choice__remove {
    font-size: inherit!important;
}

@keyframes appointment-fade {
    0%    { opacity: 0; }
    90%   { opacity: 0; }
    100%   { opacity: 1; }
}

.e-appointment-fade {
    animation: appointment-fade 0.5s;
}

.seq-item:hover {
    background-color: rgba(0,0,0,0.12);
}

.calendar-popup {
    position: absolute;
    display: none;
    z-index: 10;
    background-color: white;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.calendar-popup-wizard, .calendar-popup-related-link, .calendar-popup-template {
    padding: 0px 15px;
    margin: 3px;
    float: left;
    font-weight: bold;
}

.calendar-left-indent {
    border-color: rgba(0, 0, 0, .12);
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.legend-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px;
    flex-shrink: 0;
}

.legend-section-label {
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
    margin: 8px;
}

.legend-square {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin-bottom: 2px;
}

.legend-label {
    font-size: 12px;
    flex-grow: 1;
    padding-left: 8px;
}

.row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col-flex-center {
    display: inline-block;
    text-align: center;
}

.column-visual > div {
    display: inline-block;
}

.legend-popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rulez-guide-horiz {
    stroke: aqua;
    cursor: ew-resize;
}
.rulez-guide-vert {
    stroke: aqua;
    cursor: ns-resize;
}

.slider::-webkit-scrollbar {
    display:none;
}

.slider {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
}

.current-slide {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.carousel-panel {
    position:relative;
    opacity: 0;
    animation-name: fade-in;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}
.gallery-page {
    animation-name: fade-in;
    animation-duration: 0.75s;
    animation-fill-mode: forwards;
}

.carousel-panel-out {
    position:relative;
    -webkit-animation: fade-out 0.75s;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fade-out {
    0% {opacity: 1;}
    100% {opacity: 0;-webkit-animation-play-state: paused;}
}

.rotate {
    animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.blue-scroll-bar::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.blue-scroll-bar::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
.blue-scroll-bar::-webkit-scrollbar-thumb {
    background: #5CA4EA;
    border-radius: 3px;
}

/* Handle */
.blue-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #4F95DA;
}

.login-body {
    display: flex;
    justify-content: center;
}

.login-screen-container {
    position: relative;
    background: #fff;
    width: 1440px;
    height: 837px;
    z-index: 1;
    overflow: hidden;
    top: -18px;
}

.new-company-logo {
    height: 81px;
    width: 91px;
    margin: 42px auto 11px;
}

.sign-in-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 26px;
    position: absolute;
    width: 340px;
    left: 100px;
    top: 18px;
}

.title {
    width: 63px;
    height: 28px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #020102;
}

.sign-in-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 45px;
    border-bottom: 0.5px groove #BCBCBC;
}

.email-label-box,
.password-label-box {
    height: 24px;
}

.email-label,
.password-label {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto';
    color: #646464;
    text-align: left;
    vertical-align: bottom;
}

.password-input,
.email-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 16px;
    gap: 8px;
    width: 336px;
    height: 44px;
    background: #FFFFFF;
    border: 0.5px solid #BCBCBC;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.remember-me-label {
    position: inherit !important;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex: 1;
    height: 45px;
    justify-content: flex-start;
    gap: 12px;
}

.checkbox-input {
    display: flex !important;
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-left: 15px !important;
}

.auth-button,
.log-in-button {
    cursor: pointer;
    border: 0;
    padding: 10px;
    background-color: #00a7fa;
    border-radius: 8px;
    width: 340px;
    height: 54px;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-size: 18px;
    line-height: 20px;
    color: #f7f7f8;
    text-align: center;
}

.log-in-button[disabled] {
    background-color: #9c9c9c;
}

.no-acc {
    display: flex;
    width: 145px;
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #636161;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.register-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 340px;
    height: 40px;
    flex: none;
    order: 1;
    flex-grow: 0
}

.try-for-free-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 132px;
    height: 40px;
    border: 1px solid #E6F6FF;
    border-radius: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.try-for-free {
    width: 74px;
    height: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #434343;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.log-in-child {
    position: absolute;
    width: 900px;
    height: 837px;
    left: 540px;
    top: 0;
    background-color: #00a7fa;
}

.hr-icon {
    position: absolute;
    width: 850px;
    height: 571.68px;
    left: 654px;
    top: 57px;
    z-index: 2;
}

.calendar-icon {
    position: absolute;
    width: 1091px;
    height: 837px;
    left: 546px;
    top: 31.39px;
    transform: rotate(-13.16deg);
    z-index: 1;
}

.hierarchy-box {
    display: inline-block;
}

.hierarchy-level {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

.hierarchy-level::after {
    content: ' ';
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    height: 5px;
    width: 1px;
    border: 1px solid #aaaaaa;
}

.hierarchy-sublevel {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.hierarchy-sublevel > div {
    position: relative;
}

.hierarchy-sublevel > div::before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: 50%;
    height: 5px;
    width: 1px;
    border: 1px solid #aaaaaa;
}

.availability-selected-row {
    font-weight: bold;
    background-color: #f4f9ec;
}

.child-update-form-container {
    padding: 0 5px;
    margin-top: 15px;
    box-shadow: 0 0 5px 2px rgba(64, 64, 64, 0.4);
}

.create-popup-iframe-styles{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
}

.cke_notifications_area {
    display: none;
}

/* Styles for screens smaller than 768px */
@media screen and (max-width: 767px) {
    .login-screen-container {
        width: auto;
        height: auto;
        left: 0;
        top: 0;
    }

    .new-company-logo {
        position: static;
        width: 70px;
        height: 63px;
        margin: 0 0 14px;
    }

    .sign-in-container {
        position: static;
        width: auto;
        height: auto;
        margin: 20px;
    }

    .sign-in-section {
        width: auto;
        height: auto;
        margin: 0;
    }

    .sign-in-form {
        width: auto;
        height: auto;
        margin: 0;
        border-bottom: none;
    }

    .remember-me-label {
        margin: 20px 0;
    }

    .register-div,
    .try-for-free-container {
        width: auto;
        height: auto;
        margin: 20px;
    }

    .log-in-child,
    .hr-icon,
    .calendar-icon {
        display: none;
    }
}

/* Styles for screens between 768px and 1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .login-screen-container {
        width: 100%;
        height: auto;
    }

    .new-company-logo {
        position: static;
        width: 90px;
        height: 81px;
        margin: 0 0 34px;
    }

    .sign-in-container {
        position: static;
        width: auto;
        height: auto;
        margin: 30px;
    }

    .sign-in-section {
        width: auto;
        height: auto;
        margin: 0;
    }

    .sign-in-form {
        width: auto;
        height: auto;
        margin: 0;
        border-bottom: none;
    }

    .remember-me-label {
        margin: 30px 0;
    }

    .register-div,
    .try-for-free-container {
        width: auto;
        height: auto;
        margin: 30px;
    }

    .log-in-child,
    .hr-icon,
    .calendar-icon {
        display: none;
    }
}
