.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
opacity: 0;
}

@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}

100% {
    opacity: 1;
}
}

@keyframes fadeIn {
0% {
    opacity: 0;
}

100% {
    opacity: 1;
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}

@-webkit-keyframes fadeOutUp {
0% {
    opacity: 1;
}

100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}

@keyframes fadeOutUp {
0% {
    opacity: 1;
}

100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}

.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}

/*.dashboard-box-1x1, 
.dashboard-box-2x2,
.dashboard-box-4x2,
.dashboard-box-2x1 {
    opacity: 0;
}*/

/*div.container {
    width: 992px;
}

div.middle { 
    width: 840px;
}

div.middlecontent {
    width: 800px;
}*/

.circles-text {
    font-size: 1em !important;
    font-family: Tahoma, Verdana, Helvetica, sans-serif !important;
    font-weight: bolder;
}

.wf-active .circles-text {
    font-family: 'Lato' !important;
}

#dashboard-canvas * {
    border: 0px solid red;
}

@media (max-width: 50px) {
}

.dashboard-box-1x1 {
    width: 6em;
    height: 6em;
    background: #F8F7F7;
    padding: 10px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.dashboard-transparent-box-1x1 {
    width: 6em;
    height: 6em;
    background: #FFFFFF;
    padding: 10px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.dashboard-box-2x2 {
    width: 13em;
    height: 13em;
    background: #F8F7F7;
    padding: 15px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.dashboard-box-4x2 {
    width: 27em;
    height: 13em;
    background: #F8F7F7;
    padding: 15px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.dashboard-box-6x2 {
    width: 41em;
    height: 13em;
    background: #F8F7F7;
    padding: 15px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.dashboard-box-2x1 {
    width: 13em;
    height: 6em;
    background: #F8F7F7;
    padding: 15px;
    padding-bottom: 5px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.dashboard-1x6 {
    width: 15em;
    /* height: 195px;*/
    padding: 0;
    float: left;
    margin-right: 1em;
    margin-bottom: 0px;
    margin-top: -7em;
}

h2.dashboard-box-title {
    font-weight: bolder;
    font-size: 1em;
    margin: 0px;
    padding: 0;
    padding-bottom: 15px;
}

h3.dashboard-box-title {
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.dashboard-box-2x2 .dashboard-circle {
    margin-top: 0.5em;
}

.dashboard-box-2x2 .dashboard-circle div {
    width: 100%;
}

.dashboard-box-2x2 .dashboard-circle div svg {
    margin: 0 auto;
    display: block;
}

h1.dashboard-big-title {
    font-size: 2.5em;
    color: #DEDEDE;
    line-height: 1.5em;
    margin: 0;
    padding: 0px 0 10px 0;
    font-weight: normal;
}

.wf-active #dashboard-canvas {
    font-family: 'Lato' !important;
}

#dashboard-canvas {
    padding: 0 0px 0 20px;
    font-size: 1.2vw;
    float: left;
    display: none;
    margin-top: 4em;
    min-width: 960px;
    background: #FFFFFF;
}

.dashboard-canvas-hide {
    opacity: 0;
}

.dashboard-canvas-show {
    opacity: 1;
}

.dashboard-table-row {
    display: table-row;
}

.dashboard-box-2x2 .dashboard-table {
    padding-top: 0.9em;
}

.dashboard-table {
    display: table;
}

.dashboard-table-cell-header {
    text-align: right;
    width: 60%;
    white-space: nowrap;
    display: table-cell;
    color: #808080;
    font-size: 1.2em;
    height: 1.5em;
    vertical-align: middle;
    padding-left: 1.5em;
}

.dashboard-table-cell-value {
    font-weight: bolder;
    width: 40%;
    padding-left: 10px;
    display: table-cell;
    height: 1.5em;
    vertical-align: middle;
    font-size: 1.2em;
}

.server-sync-success a {
    color: black;
    background: inherit;
}

.server-sync-failed, .server-sync-failed a {
    color: #CF0000;
    background: inherit;
}

.server-sync-in-progress, .server-sync-in-progress a  {
    color: #E79800;
    background: inherit;
}

.synced-tenants, .synced-tenants a {
    color: #27ABE6;
    background: inherit;
}

.synced-ext, .synced-ext a {
    color: #27ABE6;
    background: inherit;
}

.synced-dids, .synced-dids a  {
    color: #27ABE6;
    background: inherit;
}

.dashboard-service-status {
    text-align: right;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.dashboard-service-ok {
    color: #51B700;
}

.dashboard-service-err {
    color: #D10000;
}

#dashboard-ramdisk-usage {
    text-align: center;
    margin-top: 1.5em;
    display: none;
}

#dashboard-ramdisk-usage > div {
    font-size: 1em;
    margin-top: 5px;
}

#dashboard-ramdisk-usage span {
    font-weight: bolder;
}

#cpu_memory {
    width: 13em;
    height: 13em;
    float: left;
}

.dashboard-box-2x1-value {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1em;
}

.dashboard-progress-bar {
    background-color: #EBE8E8;
    width: 80%;
    height: 0.6em;
    position: absolute;
    left: 0;
    bottom: 0.8em;
}

.dashboard-progress-bar-value {
    background-color: #B7B7B7;
    height: 0.6em;
}

.dashboard-progress-bar-status {
    position: absolute;
    right: 15px;
    bottom: 12px;
}

.spinner {
margin: 100px auto 0;
width: 50px;
height: 30px;
text-align: center;
font-size: 10px;
}

.spinner > div {
background-color: silver;
height: 100%;
width: 6px;
display: inline-block;

-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}

.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}

.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
}
}

.spinner-text {
    font-size: 20px;
    margin-top: 15px;
    color: silver;
    font-weight: bolder;
}

.wf-active .spinner-text {
    font-family: 'Lato' !important;
}

.spinner-container {
    text-align: center;
}

#dashboard-popup {
    font-family: 'Lato';
    position: absolute;
    width: 350px;
    height: 150px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 4000;
    -webkit-box-shadow: 4px 4px 21px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    4px 4px 21px 0px rgba(50, 50, 50, 1);
    box-shadow:         4px 4px 21px 0px rgba(50, 50, 50, 1);
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

/* internet explorer */
@media screen and (min-width:0\0) {
    #dashboard-popup {
        box-shadow: 4px 4px 41px 0px rgba(50, 50, 50, 1);
    }
}

#dashboard-popup-title {
    background-color: white;
    font-weight: bolder;
    padding: 8px;
    padding-left: 10px;
    font-size: 18px;
}

#dashboard-popup-content {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 85%;
    overflow: auto;
    text-align: center;
}

#dashboard-popup-close {
    position: absolute;
    right: 10px;
    top: 11px;
}

#dashboard-popup-close a {
    color: gray;
}

.no_touch #dashboard-popup-close a:hover {
    color: black;
    background-color: inherit;
    text-decoration: none;
}

.dashboard_popup_error_sign {
    color: #D10000;
}

.dashboard_popup_error_message {
    margin-top: 5px;
}

#sm_error_bg.dashboardpopup {
    background-color: #000;
    -webkit-animation: dashboardpopup-fade-in 1s forwards;
    -moz-animation: dashboardpopup-fade-in 1s forwards;
    animation: dashboardpopup-fade-in 1s forwards;
}

#sm_error_bg.dashboardpopup-off {
    background-color: #000;
    -webkit-animation: dashboardpopup-fade-out 1s forwards;
    -moz-animation: dashboardpopup-fade-out 1s forwards;
    animation: dashboardpopup-fade-out 1s forwards;
}

@keyframes dashboardpopup-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.7;
    }
}

@-webkit-keyframes dashboardpopup-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.7;
    }
}

@-webkit-keyframes dashboardpopup-fade-out {
    0% {
        opacity: 0.7;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes dashboardpopup-fade-out {
    0% {
        opacity: 0.7;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

#dashboard-messages {
    -webkit-box-shadow: -4px 0px 19px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: -4px 0px 19px 0px rgba(0,0,0,0.29);
    box-shadow: -4px 0px 19px 0px rgba(0,0,0,0.29);
    z-index: 1000; 
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Lato';
    display: none;
}

#dashboard-messages-scrollback {
    overflow: auto;
    height: 99%;
    margin-top: 10px;
}

#dashboard-messages-container {
    padding: 20px;
    height: 90%;
}

#dashboard-messages h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 90%;
}

#dashboard-messages div.entry {
    font-size: 1.1em;
    padding: 10px 0 10px 0;
    overflow: hidden; 
    border-bottom: 1px dotted silver;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#dashboard-messages div.entry div.entryline {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#dashboard-messages div.entry:last-child {
    border-bottom: 0px;
}

#dashboard-messages div.entrydate {
    color: gray;
    font-size: 12px;
}

#dashboard-messages-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 22px;
}

#dashboard-messages-close a {
    color: gray;
}

.no_touch #dashboard-messages-close a:hover {
    color: black;
    background-color: inherit;
    text-decoration: none;
}

#extensions-online, #licensing {
    clear: left;
}

@-webkit-keyframes fadeInRight {
0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}