body {
    background-color:  #EEE;
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

input, textarea, select, datalist, datalist option {
    font: 14px normal, "Roboto", "-apple-system", "Droid Sans", "Helvetica Neue", Helvetica, sans-serif-light, Arial, sans-serif;
}

textarea {
    resize: none;
 }

.hidden {
    display: none;
}

.bottom {
    bottom: 0;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.maximize {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 100000;
}

.display-none {
    display: none;
}

.view {
    background-color: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.view-header {
    background-color: #01579B;
    color: #FFF;
    font-size: 1.5rem;
    height: 3.688rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.view-body {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 3.688rem;
    bottom: 0;
}

.view-menu {
    display: inline-block;
}

.view-tools, .toolbar-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.view-header-icon {
    cursor: pointer;
    display: inline-block;
    padding: 0.95rem 1.2rem;
    vertical-align: middle;
}

.view-header-text {
    vertical-align: middle;
}

.modal-background {
    animation: show 0.5s forwards;
    z-index: 5;
}

.modal-background-level-2{
    z-index: 20;
}

.modal-background.fade {
    animation: fade 1s forwards;
}

.menu-modal-background {
    animation: show 0.5s forwards;
    background-color: beige;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.25rem;
    bottom: 0;
}

.presentation, .presentation-image {
    background-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.presentation .previous, .presentation .next {
    position: absolute;
    width: 15%;
    top: 0;
    bottom: 0
}

.presentation .previous {
    left: 0
}

.presentation .next {
    right: 0
}

.presentation .previous:hover i, .presentation .next:hover i {
    display: block;
}

    .presentation .previous i, .presentation .next i {
        color: #FFF;
        display: none;
        font-size: 4rem;
        position: absolute;
        top: calc(50% - 2rem);
        text-shadow: 1px 1px 2px #888;
    }

.presentation .previous i {
    left: 1rem;
}

.presentation .next i {
    right: 1rem;
}

.presentation img {
    position: absolute;
}

.presentation-control {
    background-color: #555;
    border-radius: 30px;
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 80px);
}

.presentation-control div {
    display: inline-block;
}

.presentation-button {
    cursor: pointer;
    padding: 8px 10px;
}

.presentation-control-text {
    padding: 0 20px;
}

.presentation .max {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #FFF;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
    line-height: 100%;
}

.toolbar {
    border-radius: 0.25rem;
    display: inline-block;
    flex-direction: row;
}

.toolbar-container .toolbar {
    margin: 0.15rem 0 0.15rem 0.15rem;
}

.toolbar div {
    display: inline-block;
}

.view-tools .toolbar {
    display: flex;
    flex-direction: row;
}

.toolbar.vertical {
    flex-direction: column;
}

.toolbar.vertical .toolbar-button {
    text-align: center;
}

.toolbar-button {
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
}

.view-tools .toolbar-button {
    /* padding: 0.95rem; */
}

.view-tools .toolbar-button-icon .fa {
    font-size: 1.5rem;
}

.toolbar-button div{
    display: inline-flex;
    font-size: 1.25rem;
}

.toolbar-button.highlight {
    background-color: #EEE;
}

.toolbar-button.disable {
    color: #888;
}

.toolbar-button .toolbar-button-text{
    margin-left: 0.8rem;
    padding-top: 0.2rem;
}

.toolbar-button  .tools-items {
    background-color: #EEE;
    color: #333;
    display: none;
    position: absolute;
    right: 0;
    margin-top: 0.95rem;
    z-index: 1000;
}

.toolbar-button-icon .fa{
    font-size: 1.2rem;
}

.view-tools .toolbar .toolbar-button  .tools-items {
    right: -0.50rem;
    top: 2.6rem;
}

.toolbar .toolbar-button  .tools-items {
    margin-top: 1.1rem;
}

.toolbar-button-text {
    font-size: 1rem;
}

.toolbar-button {
    padding: 0.36rem 0.6rem;;
}

.form .toolbar {
    background: none;
}

.form .toolbar-button {
    padding: 1rem 0rem 0rem 23.5rem;
    bottom: 1rem;
}


.toolbar-container .toolbar-button {
    border-right: 1px solid #BBB;
}

.toolbar-container .toolbar-button:first-child {
    border-left: none;
    padding-left: 0.6rem;
}

.toolbar-container .toolbar-button:last-child {
    border-right: none;
    padding-right: 0.6rem;
}

.tools-collapsed {
    padding: 0.95rem 1rem;
}

.property {
    padding: 1rem;
    position: relative;
}

.property.header {
    background-color: #FAFAFA;
    border-bottom: 1px solid #EEE;
    padding: 0.5rem 1rem;
}

    .property.header .input-text {
        color: #888;
        font-size: 0.75rem;
        font-weight: 500;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.input-text {
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.input-value {
    border: 1px solid #CCC;
    position: relative;
    width: 100%;
}

.input-value.readonly {
    border: none;
}

.property-file {
    background-color: #FFF;
    border: 1px solid #CCC;
    position: relative;
}

.property-file .input-value{
    padding-bottom: 1rem;
}

    .property-file .property-file-list {
        background-color: #FAFAFA;
        border: 1px solid #EEE;
        display: inline-block;
        margin: 1rem 0 0 1rem;
        height: 120px;
        width: 120px;
        position: relative;
        text-align: center;
        vertical-align: top;
        overflow: hidden;
        left: 7rem;
        -webkit-border-radius: 50%;
    }



.property-file .property-file-list img {
    vertical-align: top;
    width: 100%;
}

.property-file .property-file-list i {
    color: #AAA;
    display: block;
    font-size: 48px;
    padding: 15px;
}

    .property-file i {
        content: "\F100";
        position: absolute;
        top: 6.8rem;
        left: 12.8rem;
        padding: 3px;
        cursor: pointer;
        color: grey;
        background: #fff;
        font-size: 1.5rem;
        -webkit-border-radius: 50%;
        height: 30px;
        width: 30px;
        text-align: center;
    }

.property-file .property-file-list div {
    margin: 0 5px;
    overflow: hidden;
    position: absolute;
    bottom: 0.5rem;
    max-height: 35px;
    width: calc(100% - 10px);
}

.property-file-progress {
    position: absolute;
    top: 60px;
    left: 10%;
    height: 20px;
    width: 80%;
}

.property-file-bar {
    background-color: #2196F3;
    width: 0%;
    height: 100%;
}

.property-file-on-drag {
    border: 1px dashed #2196F3;
}

.property-file .input-value{
    border: none;
}

.property.combobox .input-value {
    padding: 0.5rem;
    width: calc(100% - 1rem);
}

.property.combobox .combobox-editor, .property .property-editor {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

.property-container .input-value{
    padding: 0.35rem;
}

.property-container .property-value {
    margin-right: 2rem;
}

.table .property {
    padding: 0;
}

.input-value input, .input-value textarea {
    border: none;
    padding: 0.5rem;
    width: calc(100% - 1rem);
}

.input-delete {
    color: #888;
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    top: 0.6rem;
}

.property-input {
    border-bottom: 1px solid #EEE;
    padding: 0.4rem 1rem;
    position: relative;
    display: table;
    width: calc(100% - 2rem);
}

.property-input.input .input-value {
    padding: 0;
}

.property-input.input .input-value input{
    padding: 0.25rem 0.5rem;
}

.property-input .input-text {
    display: table-cell;
    font-size: 1rem;
    line-height: 100%;
    vertical-align: middle;
    width: 40%;
}

.property-input .input-value {
    border: 1px solid #CCC;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    /* text-align: right; */
    vertical-align: top;
    width: calc(100% - 18px);
}

.property-input.input .input-value {
    width: calc(100% - 2px);
}

.property-input .input-unit {
    font-size: 0.8rem;
    color: #AAA;
}

.property-combobox .input-value{
    text-align: left;
}

.property-combobox-editor {
    position: absolute;
    padding: 0.25rem 0.5rem;
    right: 0;
    top: 0;
}

.property-boolean .input-value, .property-color .input-value {
    border: none;
    min-height: 32px;
    padding: 0;
    width: 100%;
}

.control-switch {
    background-color: #666;
    border: 1px solid #888;
    border-radius: 15px;
    position: absolute;
    left: inherit;
    right: 0px;
    top: 5px;
    height: 20px;
    width: 40px;
    padding: 0px;
    cursor: pointer;
}

.control-switch .off {
    background-color: #EEE;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.control-switch .on {
    background-color: #0D0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.horizontal div {
    display: inline-flex;
}

.button {
    background-color: #2196F3;
    border-radius: 0.25rem;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 0.35rem 1rem;
}

.floating-button {
    background-color: #4CAF50;
    border-radius: 50%;
    color: #FFF;
    line-height: 100%;
    position: absolute;
    padding: 0.25rem;
}

.floating-button.right {
    right: 0;
}

.iframe {
    background-color: #FFF;
    box-shadow: 0 0 20px #333;
    width: 80%;
    max-width: 1024px;
    height: 80%;
    position: fixed;
    left: calc(50% - 512px);
    top: 10%;
    z-index: 100000;
}

.iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.iframe span i{
    position:absolute;
    top:-20px;
    right:-20px;
    background:#FAFAFA;
    color: red;
    border-radius:100%;
    padding:3px;
    cursor:pointer;  
    
}
    .iframe span i {
        font-size: 1rem;
    }
        .iframe span i:hover {
            background: red;
            color: #FFF;
            font-weight: 500;
        }

.hide {
    opacity: 0 !important;

    -webkit-animation: fadeout 0.5s ease-out !important;
    -moz-animation: fadeout 0.5s ease-out !important;
    -o-animation: fadeout 0.5s ease-out !important;
    animation: fadeout 0.5s ease-out !important;

    animation-iteration-count: 1 !important;
}

.form {
    background-color: #FFF;
    box-shadow: 0 0 20px #333;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 200px);
    height: 400px;
    width: 600px;
    z-index: 10;
}

.form-text {
    color: #555;
    font-weight: bold;
    padding: 0.9rem 1rem;
}

.form-header {
    position: absolute;
    height: 3rem;
    left: 0;
    right: 0;
}

.form.no-header .form-header {
    height: 0;
}

.form.no-header .form-body {
    top: 0;
}

.form.no-header .form-footer {
}

.form.no-header .form-body {
    bottom: 0;
}

.form-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    bottom: 3rem;
    overflow-y: auto;
}

.form-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
}

.no-footer .form-body {
    bottom: 0rem;
}

.no-footer .form-footer {
    height: 0;
}

.form-footer .button {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

.split-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .split-container > div {
        position: absolute;
        overflow: hidden;
    }


.table-container {
    display: table;
}

.table-row-container {
    display: table-row
}

.table-row-container > div {
    display: table-cell;
}

.spreadsheet {
    overflow: auto;
}

.spreadsheet input {
    border: none;
} 

.spreadsheet .table-row-container {
    white-space: nowrap;
}

.spreadsheet .table-row-container > div {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    display: inline-block;
    width: 10rem;
}

.dock-full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hidden {
    display: none;
}

/* @keyframes fade {
    from {background-color:rgba(0, 0, 0, 0.75);}
    to {background-color:rgba(0, 0, 0, 0);}
}

@keyframes show {
    from {background-color:rgba(0, 0, 0, 0);}
    to {background-color:rgba(0, 0, 0, 0.75);}
} */

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

.slide-left {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);

    -moz-animation: slide-left 0.5s ease-out;
    -webkit-animation: slide-left 0.5s ease-out;
    animation: slide-left 0.5s ease-out;
}

.slide-right {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);

    -moz-animation: slide-right 0.5s ease-out;
    -webkit-animation: slide-right 0.5s ease-out;
    animation: slide-right 0.5s ease-out;
}

.slide-panel {
    background-color: #FFF;
    position: absolute;
    left: -320px;
    top: 0;
    bottom: 0;
    width: 320px;
    z-index: 1000;
}

.slide-panel-handle {
    background-color: transparent;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 10px;
    z-index: 1;
}

.slide-panel-open {
    background-color: #CCC;
    border-radius: 0 0.25rem 0.25rem 0;
    color: #000;
    padding: 0.5rem 0.5rem;
    position: absolute;
    right: -1.72rem;
    top: 50%;
    z-index: 1;
}

.pan-left {
    left: 0 !important;
    -webkit-transition: left 0.5s ease-out;
    -ms-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

.pan-right {
    left: -320px !important;
    -webkit-transition: left 0.5s ease-out;
    -ms-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

.menu {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2.25rem;
}

.menu-item {
    cursor: pointer;
    display: inline-block;
    position: relative;
    user-select: none; 
}

.menu-item.separator {
    border-bottom: 1px solid #CCC;
}

.menu .menu-item .menu-item-text {
    padding: 0.525rem 0.5rem;
}

.menu .menu-item .menu-item-icon {
    padding: 0.55rem 0 0.55rem 0.75rem;
}

.menu .menu-item:hover {
    background-color: #CCC;
}

.menu-item .children {
    display: none;
    position: absolute;
    left: 0;
}

.menu .menu-item:hover .children {
    display: block !important;
    z-index: 1;
}

.menu .menu-item .menu-item {
    background-color: #EEE;
    min-width: 15rem;
}

.menu-item-icon {
    display: inline-block;
    width: 1.5rem;
}

.menu-item-shortcut {
    color: #888;
    font-size: 0.75rem;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}

.menu-item-text {
    display: inline-block;
}

.list {
    border-bottom: 1px solid #EEE;
    cursor: pointer;
    min-height: 2rem;
    padding: 1rem;
    position: relative;
}

.list-icon {
    float: left;
}

.list-text.has-icon {
    margin-left: 2rem;
}

.list .children.has-icon, .menu-item .children.has-icon {
    color: #888;
    font-size: 0.85rem;
    margin-left: 2rem;
}

.message .list {
    background-color: transparent !important;
    border: none;
}

.message .list-icon {
    font-size: 3rem;
}

.message .list-text {
    margin-left: 4rem;
    margin-top: 0.5rem;
}

.message .mdi-alert {
    color: #F80;
}

.message .mdi-alert-circle {
    color: #F00;
}

.message .mdi-thumb-up {
    color: #2196F3;
}

.form.message .list-icon i {
    font-size: 3rem;
}

.scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.canvas {
    position: relative;
    height: 100%;
    width: 100%;
}

canvas {
    position: relative;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

canvas:focus {
    outline:none;
}

.canvas .children .toolbar {
    background-color: #FFF;
    position: absolute;
    z-index: 1000;
}

.canvas .children .toolbar-button {
    color: #333;
}

.canvas .input {
    position: absolute;
    bottom: 0;
    width: 20rem;
    left: calc(50% - 10rem);
}

.panel .toolbar.right {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
}

.children .toolbar.left {
    left: 0.25rem;
}

.children .toolbar.center {
    left: 50%;
}

    .children .toolbar.right {
        right: 0.25rem;
    }

    .children .toolbar.top {
        top: 0.5rem;
    }
    
    .children .toolbar.middle {
        top: 50%;
    }
    
        .children .toolbar.bottom {
            bottom: 0.25rem;
        }

.thumbnail {
    /* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto; */
}

.thumbnail-item {
    cursor: pointer;
    display: inline-flex;
    margin: 1rem 0 0 1rem;
    height: 7.5rem;   
    width: 14rem;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.thumbnail-item:hover {
    outline: 3px solid #01579B;
}

.thumbnail-item.has-text {
    height: 10rem;   
}

.thumbnail-item-icon {
    font-size: 7.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 100%;
}

.thumbnail-item-icon img {
    width: 100%;
}

.thumbnail-item-text {
    font-size: 0.85rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.youtube {
    background-color: #000;
}

.chart, .map, .fixed, .youtube, .youtube iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.chart.flot {
    margin: 1rem;
}

.youtube iframe {
    height: 100%;
    width: 100%;   
}

.fixed {
    background-color: #EEE;
    overflow: hidden;
}

.panel-header {
    border-bottom: 1px solid #EEE;
    color: #888;
    font-weight: bold;
    padding: 1rem;
}

.panel.has-header .canvas, .panel.has-header .map, .panel.has-header .chart {
    position: initial;
    height: 17.25rem;
}

.panel.has-header .chart.flot {
    height: 15.25rem;
}

.panel.has-header .chart.knob {
    position: relative;
    margin: 1rem;
    height: 15.25rem;
    width: 15.25rem;
    margin-left: calc(50% - 8.125rem);    
    overflow: hidden;
}

.chart.knob .canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.panel .image{
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.panel .image img{
    width: 100%;
    vertical-align: middle;
}

.canvas .children .header {
    color: #FFF;
    position: absolute;
    top: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 1.2rem;
    font-weight: normal;
}

.toolbar-container {
    background-color: #EEE;
}

.toolbar-container .children {
    display: flex;
}

.toolbar-container .toolbar {
    display: inline-flex;
}

.toolbar-container .input {
    border-radius: 0.25rem;
    display: inline-flex;
    flex-grow: 100;
    margin: 0.15rem;
    overflow: hidden;
}

.toolbar-container input {
    border: none;
    font-family: 'Cutive Mono', monospace;
    outline: none;
    padding: 0.575rem;
    width: calc(100% - 1rem);
}

.list .toolbar {
    position: absolute;
}

.list .toolbar i {
    font-size: 1.2rem;
}

.list.profile {
    height: 10rem;
    background-color: rgb(39, 100, 42);
}

.list.profile .profile-container {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 4rem;
}

.list.profile .list-icon {
    font-size: 3rem;
    margin-right: 0.5rem;
    overflow: hidden;
}

.list.profile .list-text {
    font-weight: bold;
    padding-top: 0.5rem;
}

.list.profile .list-email {
    font-size: 0.9rem;
}

.page {
    background-color: #EEE;
    overflow-y: auto;
}

.page>.children {
    background-color: #FFF;
    max-width: 920px;
    margin: 0 auto;
    position: relative;

    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.15);
}

.position-top {
    top: 0;
}

.position-bottom {
    bottom: 0;
}

.position-left {
    left: 0;
}

.position-right {
    right: 0;
}

.dock {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.keyboard {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000000;
}

.keyboard .keyboard-container {
    background-color: #333;
    border-radius: 5px 5px 0 0;
    margin: 0 auto;
    padding: 2px;
    width: 15rem;
}

.keyboard table {
    border-collapse: collapse;
    width: 100%;
}

.keyboard table td {
    padding: 1px;
    width: 25%;
}

.keyboard-value {
    border-radius: 5px;
    background-color: #FFF;
    font-weight: bold;
    height: 1rem;
    padding: 0.5rem 1rem;
    margin: 2px 2px 2px 2px;
    text-align: right;

    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(230,230,230,1);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(230,230,230,1);
    box-shadow: inset 1px 1px 2px 0px rgba(230,230,230,1);
}

.keyboard table td div {
    cursor: pointer;
    height: 40px;
    font-size: 115%;
    line-height: 40px;
    border: 1px solid #888;
    border-radius: 5px;
    text-align: center;
    
    color: #222;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background: -webkit-linear-gradient(#fff,#ddd);
    background: -moz-linear-gradient(#fff,#ddd);
    background: -o-linear-gradient(#fff,#ddd);
    background: -ms-linear-gradient(#fff,#ddd);
    background: linear-gradient(#fff,#ddd);
}

.keyboard table td.control-done div {
    background: -webkit-linear-gradient(#51adf6,#2196f3);
    background: -moz-linear-gradient(#51adf6,#2196f3);
    background: -o-linear-gradient(#51adf6,#2196f3);
    background: -ms-linear-gradient(#51adf6,#2196f3);
    background: linear-gradient(#51adf6,#2196f3);
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

.keyboard table td.control:focus div {
    background: -webkit-linear-gradient(#51adf6,#2196f3);
    background: -moz-linear-gradient(#51adf6,#2196f3);
    background: -o-linear-gradient(#51adf6,#2196f3);
    background: -ms-linear-gradient(#51adf6,#2196f3);
    background: linear-gradient(#51adf6,#2196f3);
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}


.tab .tab-container {
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab .tab-control {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 3rem;
    left: 0;
    right: 0;
    /* z-index: 2; */
}

/*.tab.position-top .content-tab {
    position : relative;
}*/

.tab.position-top .content-tab {
    position: relative;
}

.tab.position-top .tab-container {
    top: 3rem;
}

.tab.position-bottom .tab-container {
    bottom: 3rem;
}

.tab.position-bottom .tab-control {
    top: initial;
    height: 3rem;
}

.tab.position-left .tab-control {
    left: 0;
    top: initial;
    height: 100%;

    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 3rem;
}

.tab.position-left .tab-control .tab-page {
    height: 39px;
    padding-left: 8px;
    overflow: hidden;
}

.tab.position-left .tab-control .tab-page div {
    display: inline-block;
    vertical-align: middle;
}

.tab.position-left .tab-control .tab-page .tab-item-icon {
    margin-right: 10px;
}

.tab.position-left .tab-control .tab-page .tab-item-text {
    display: none;
}

.tab.position-left .tab-control.expand .tab-page .tab-item-text {
    display: inline-block;
}

.tab.position-left .tab-container {
    bottom: 0;
    top: 0;

    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    left: 3rem;
}

.tab .tab-control table {
    border-collapse: collapse;
    line-height: 100%;
    text-align: center;
    width: 100%;
}

.tab .tab-control .tab-page {
    cursor: pointer;
    padding: 0;
}

.tab .tab-control .tab-item-text {
    font-size: 0.85rem;
}

.tab .tab-control .tab-item-icon {
    font-size: 1.5rem;
    padding: 0.3rem;
    text-align: center;
}

.tab .tab-control .tab-page.selected .tab-item-text {
    color: #2196F3;
}

.tab .tab-control .tab-page.selected .tab-item-icon {
    color: #2196F3;
}

.split-container .split-container-panel-1 {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.split-container .split-container-panel-2 {
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

.split-container .split-container-panel-1.expand {
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 220px !important;
}

.split-container .split-container-panel-2.expand {
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    -o-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
    left: 220px !important;
}

.comment {
    background-color: #EEE;
    position: relative;
}

.comment.dock {
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.comment.dock .comment-item-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 61px;
    overflow: auto;
}

.comment.dock .comment-input-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
}

.comment-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 3.5rem;
    overflow-y: auto;
}

.comment.dock .comment-input-container .comment-item {
    background-color: #EEE;
}

.comment-item {
    border-bottom: 1px solid #DDD;
    padding: 0.5rem 1rem;
    position: relative;
	scroll-behavior: auto;
}

.comment-item:nth-child(even) {
    background-color:#fafafa;
}

.comment-item:nth-child(even) .comment-image {
    color:#FF9800;
}

.comment-image {
    color: #8BC34A;
    font-size: 2.25rem;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.comment-image .fa {
    color: #AAA;
    font-size: 40px;
}

.comment-image img{
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    /* height: 100%;
    width: 100%; */
   
}

.comment-name {
    font-weight: bold;
    margin-top: 5px;
}

.comment-text {
    overflow: hidden;
    word-wrap: break-word;
}

.comment-date {
    color: #888;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 0.8rem;
}

.comment-input input {
    border: 1px solid #DDD;
    margin: 5px 8px;
    padding: 5px;
    width: calc(100% - 29px);
}

.input-value textarea {
    height: 200px;
}

.table table {
    border-collapse: collapse;
    width: 100%;
}

.table table th {
    border-bottom: 1px solid #DDD;
    padding: 1rem;
}

    .table table tr {
        border-bottom: 1px solid #EEE;
    }

        /*.table table tr:hover td.table-editor {
            visibility: visible;
        }*/

.table table td {
    padding: 0.5rem 1rem;
}

.table td.table-editor {
    /*visibility: hidden;*/
    padding: 0.5rem;
    text-align: center;
    width: 1rem;
}

.table table tr:nth-child(even) td {
    background-color: #FAFAFA;
}

.table .table-footer {
    padding: 1rem;
    position: relative;
}

.table .table-footer ul, .table .table-footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table .table-footer li {
    border: 1px solid #EEE;
    border-radius: 4px;
    color: #CCC;
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.45rem 0.75rem;;
}

.table .table-footer .table-page {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
}

.table .table-footer li.active {
    color: #000;
    cursor: pointer;
}

.table .table-footer li.current {
    background-color: #2196F3;
    color: #FFF;
}

.grid {
    width: 100%;
}

.grid-column {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

        .grid-column > * {
            position: inherit;
        }

.calendar {
    background-color: #FFF;
    position: relative;
}

.calendar-button div {
    border: 1px solid #EEE;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 0.25rem 0.75rem;
}

.calendar-button {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}

.calendar-button .calendar-previous {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.calendar-button .calendar-next {
    border-radius: 0 4px 4px 0;
}

.calendar-button .calendar-today {
    margin-left: 0.5rem;
}

.calendar-text {
    font-size: 1.5rem;
    display: inline-block;
    text-align: center;
    padding: 0.5rem 0;
    width: 100%;
}

.calendar .highlight {
    font-weight: bold;
}

.calendar .disable {
    color: #CCC;
}

.calendar .table td {
    border-right: 1px solid #DDD;
    padding: 0.5rem;
    width: calc(100% / 7);
    position: relative;
}

.calendar .table th {
    text-align: center;
}

/* .calendar .table td .container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
} */

.calendar .table td:last-child {
    border-right: none;
}

.calendar .table td.holiday {
    background-color: #E8F5E9;
}

.calendar .calendar-day {
    text-align: right;
}

.calendar .list {
    border: none;
    padding: 0.25rem;
}

.calendar .list .list-text.has-icon {
    margin-left: 1.5rem;
}

.calendar .table td.calendar-weekend, .calendar .table table tr:nth-child(even) td.calendar-weekend {
    background-color: #FAFAFA;
}

.mdi-file-powerpoint {
    color: #F80 !important;
}

.mdi-file-word {
    color: #2196F3 !important;
}

.mdi-file-excel {
    color: #4CAF50 !important;
}

.mdi-file-pdf {
    color: #F00 !important;
}

.mdi-zip-box {
    color: #FFEB3B !important;
}

.treeview, .propertygrid {
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.treeview .panel-header, .propertygrid .panel-header {
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    padding: 0.5rem 1rem;
}

.treeview > .children, .propertygrid > .children {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.treeview .children {
}

.treeview .treenode {
    border-bottom: 1px solid #EEE;
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
}

.treeview .treenode .treenode {
    margin-left: 3rem;
} 

.treeview .treenode > .children {
    padding-top: 0.25rem;
}

.treeview .treenode .treenode:last-child {
    border: none;
}

.treenode .node-icon {
    font-size: 0.85rem;
    color: #2196F3;
    margin-right: 0.35rem;
}

.tree-icon {
    float: left;
}

.treenode .node-arrow {
    color: #888;
    font-size: 1.5rem;
    margin-top: -6px;
    margin-right: 0.25rem;
}

.tree-count {
    background-color: #CCC;
    border-radius: 4px;
    color: #FFF;
    font-size: 0.75rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    padding: 0.15rem 0.5rem;
}

.propertygrid .panel-header > .toolbar {
    position: absolute;
}

.propertygrid .panel-header > .toolbar.top {
    top: 0.75rem;
}

.propertygrid .panel-header > .toolbar.right {
    right: 0.75rem;
}

.propertygrid .panel-header > .toolbar .button {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFF;
}

.comment-header {
    border-bottom: 1px solid #CCC;
    display: flex;
    height: 52px;
    font-weight: bold;
    align-items: center;
    padding: 0 1rem;
}

.comment-container {
    position: absolute;
    top: 52px;
    bottom: 48px;
    left: 0;
    right: 0;
}

.page .tab {
    position: relative;
    width: 100%;
}

.page .tab-control {
    background-color: #EEE;
    position: relative;
    height: inherit;
    width: 100%;
    padding-top: 8px;
    border-bottom: none;
}

/*.page .tab-control table {
    margin: 0px 8px 0 8px;
}*/

.page .tab-container {
    position: relative;
    top: 0 !important;
    width: 100%;
}

.page .tab .tab-control .tab-item-icon {
    display: inline-block;
    vertical-align: middle;
}

.page .tab .tab-control .tab-item-text {
    display: inline-block;
}

.page .tab .tab-control .tab-page {
    border-bottom: 1px solid #CCC;
    padding: 8px 0;
}

    .page .tab .tab-control .tab-page.selected {
        background-color: #FFF;
        border-radius: 5px 5px 0 0;
        border-top: 1px solid #CCC;
        border-left: 1px solid #CCC;
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #FFF;
        margin-top: 5px;
    }

/*http://tobiasahlin.com/spinkit/*/
.spinner-double-bounce {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1000000;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1s;
}

@media screen and (max-width: 1024px) {
    .iframe {
        width: 80%;
        height: 80%;
        left: 10%;
        top: 10%;
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.spinner-square {
    width: 40px;
    height: 40px;
    background-color: #333;
  
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
  }
  
  @-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  }
  
  @keyframes sk-rotateplane {
    0% { 
      transform: perspective(120px) rotateX(0deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
      transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
      -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
      transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
      -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
  }

  @media screen and (max-width: 50rem) {
    .page>.children {
        margin: 0;
    }
 }
 
 @media screen and (max-width: 320px) {
    .keyboard .keyboard-container {
        width: 100%;
    }  
 }