﻿/* start.css */
html, body, img {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    width: 100%;
    height: 100%;
    display: block;
}

body {
    background: url('../resources/images/background-neuronal.jpg') no-repeat center center;
    overflow: visible;
    -ms-touch-action: none !important;
}

#container2 {
    width: 103%;
    height: 104%;
    position: relative;
    overflow: auto;
}

body, form, table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #777;
}

table {
    width: 100%;
    border-spacing: 8px;
}

a {
    color: #003359;
}

canvas, label, th, .menu, #menus {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

hr {
    color: #eebb55;
    background-color: #cfcfcf;
    height: 1px;
    border: 0;
}

.top {
    position: absolute;
    width: 100%;
    height: 52px;
    background: url(../resources/top.png) repeat;
}

.container {
    position: relative;
    display: inline-block;
}

.globe {
    position: absolute;
    left: -70px;
}

.outer {
    visibility: hidden;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
    -moz-box-shadow: 10px 30px 20px #002545;
    -webkit-box-shadow: 10px 30px 20px #002545;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.inner {
}

#bar {
    position: relative;
    top: -2px;
    width: 100%;
}

h1, footer {
    text-align: center;
    width: 100%;
    cursor: default;
}

h1 {
    color: #03335B;
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    text-shadow: 0 0 4px #FFFFFF;
    line-height: 42px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
}

sup {
    font-size: 70%;
}

footer {
    font-size: 10px;
    line-height: 30px;
}

.settings {
    display: none;
    height:100%;
}

.settings hr {
    width: 100%;
}

.show {
    opacity: 1;
    filter: alpha(opacity=100);
}

td {
    vertical-align: middle;
    text-align: left;
}

h2, th {
    font-size: 20px;
    font-weight: normal;
    color: #03335B;
}

h2 {
    margin: 0 0 10px 0;
}

th {
    text-align: left;
    padding-bottom: 20px;
}

input[type="radio"], input[type="checkbox"] {
    padding: 0;
    margin:0;
}

@media screen and (min-width:0\0) {
    select {
        background:none;
        padding: 5px;
    }
}

select::-ms-expand { display: none; }

select {
    background: transparent;
    padding: 5px 35px 5px 5px;
    font-size: 14px;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    cursor:pointer;
    border-color:#DDD;
    background:url(../resources/images/dd.png) no-repeat;
    background-position:right 10px center;



    /*background: #FFF;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    outline: none;
    padding: 5px;
    outline: 3px solid #eff4f7;
    border: 1px solid #FFF;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;*/
}

input:disabled {
    color: #FFF;
    background: #DDD !important;
}

input:disabled::-webkit-input-placeholder {
    color: #FFF !important;
    /*text-shadow:-1px -1px 0 rgba(0,0,0,0.3)*/
}

input:disabled:-moz-placeholder{
    color: #FFF !important;
}

input:disabled::-moz-placeholder{
    color: #FFF !important;
}

input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #FFF;
}

input:not([type=checkbox]) {
    /*width: 280px;*/
}

select {
    width: 100%;
}

.dialog {
    display: none;
    background: none;
    text-align: center;
}

.progressbar {
    margin-top: 16px;
}

.home-buttons-wrap {
    text-align: center;
    display: inline-block;
}


.buttons {
}

#about {
}

.banner {
    position: absolute;
    left: 1em;
    top: 1em;
}

canvas {
    position: absolute;
}

#screen, #screen > canvas {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#screen {
    display: none;
}

@keyframes show-clipboard {
    0% {
        opacity: 0.2;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

@-webkit-keyframes show-clipboard {
    0% {
        opacity: 0.2;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

@-moz-keyframes show-clipboard {
    0% {
        opacity: 0.2;
    }
    62% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

#clipboard_button {
    position: fixed;
    right: 40px;
    top: 80px;
    cursor: pointer;

    animation-duration: 4s;
    -moz-animation-duration: 4s;
    -webkit-animation-duration: 4s;

    animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    text-align: right;
}

#clipboard_image {
    background-image: url('../resources/clipboard.png');
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -ms-background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    color: Black;
    font-size: large;
    padding: 50px 50px 30px 50px;
    width: 80px;
}

.clipboard_button {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clipboard_button_active, .menu {
    opacity: 0.4;
    filter: alpha(opacity=40);
    animation-name: show-clipboard;
    -webkit-animation-name: show-clipboard;
    -moz-animation-name: show-clipboard;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

.menu {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;

    display: none;
    width: 34px;
    height: 34px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -khtml-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-color: #eebb55;
    border-width: 0 2px 2px 2px;
    background-color: #426bf2;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    cursor: pointer !important;
    vertical-align: top;
    z-index: 1002;
}

.clipboard_button_active:hover, .menu:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#menus {
    vertical-align: top;
    position: fixed;
    top: 0;
    right: 160px;
    z-index: 1002;
}

#upload_menu {
    overflow: hidden; /* make sure the file input doesn't show outside the toolbar */
}

#upload_menu input {
    cursor: pointer;
}

#upload    /* fixes to hide the file input button beneath the toolbar menu item*/
 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 10px;
    filter: alpha(opacity=1);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; /* use this to push the file input button to the left, outside the borders of the toolbar, because in chrome the mouse cursor cannot be set on the "Browse" button of the file upload dialog with css */
    opacity: 0;
}

.hidden {
    display: none;
}

#virt_keyboard {
    position: absolute;
    display: none;
}

.cursor {
    position: absolute;
    z-index: 1000;
    width: 32px;
    height: 32px;
    cursor: none;
    pointer-events: none;
}

.log {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;

    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 90%;
    background-color: white;
    color: black;
    overflow: hidden;
    z-index: 1001;
    opacity: 0.6;
}

.rate {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;

    position: fixed;
    top: 8px;
    right: 8px;
    font-size: 40px;
    z-index: 1003;
    pointer-events: none;
}

.toggleKeyboard {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
}

.OpacityPercent {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 1024px) {
    #container2 {
        width: 100%;
        height: 100%;
    }
}

.cursor-pointer{
    cursor:pointer
}

.table {
    display: table;
}

.table .table-cell {
    display: table-cell;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.ui-button-text-only .ui-button-text {
    padding: 0;
}

.ui-widget{
    font-size:14px;
    color:#777;
}

.ui-widget-header {
    border: none;
}

.ui-widget-header {
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    border-radius: 0;
    top: 13px;
}

.ui-widget-header .ui-icon {
    background-image: url('../resources/images/ui-icons_8c1875_256x240.png')
}

.ui-dialog .ui-dialog-title {
    color: #03335B;
}

.ui-widget-content {
    background: #FFF;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    color:#777;
}

.ui-button {
    padding: 0 11px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 6px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.ui-button span {
    font-size: 12px;
    font-weight: bold;
    color: #003359;
    text-shadow: 0 1px #e3f1f1;
}

.ui-widget-content a {
    color: #03335B;
}

.ui-widget-content {
    /*color: #03335B*/
}

.position-absolute{
    position: absolute;
}

.position-relative{
    position: relative;
}

.nav-settings, .nav-language, .nav-back, .nav-about{
    background: none;
    border:none;
    box-shadow:none;
    outline:none;
    line-height: 50px;
    display: inline-block;
    cursor:pointer;
    width:50px;
    text-align: center;
}
.nav-settings:hover, .nav-settings.active,
.nav-language:hover, .nav-language.active,
.nav-about:hover, .nav-about.active{
    background: #ebebeb;
}

.popup-list{
    top:55px;
}

a.logo{
    width:152px;
    height:55px;
    display: block;
    background: url("../resources/images/ericom-logo-an.png") no-repeat left top;
}

.list{
    list-style: none;
    margin:0;
    padding:0;
}

.list .item{
    border:1px solid #DDD;
    border-top-width:0 !important;
    background-color:#FFF;
    line-height:30px;
    display: block;
    position: relative;
    padding:6px 16px 5px 16px;
}

.list .item:first-child{
    border-top-width:1px !important;
    border-radius: 10px 10px 0 0;
}

.list .item:last-child{
    border-bottom-width:1px !important;
    border-top:none;
    border-radius: 0 0 10px 10px;
}

.login-form{
    max-width:400px;
    margin:0 auto;
}

input[type="button"], button{
    border:none;
    margin:0;
    padding:0;
    display:block;
}

.login-form .login-button{
    border:none !important;
    width:100%;
    background-color:#003359 !important;
    color:#FFF;
    font-size: 16px;

    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
}

input[type=text], input[type=password]{
    border:none;
    margin:0;
    padding:0;
    display:inline-block;
    width:100%;
    line-height: 16px;
    height:34px;
    font-size:14px;
    outline:none;

    box-sizing: border-box; /* css3 rec */
    -moz-box-sizing: border-box; /* ff2 */
    -ms-box-sizing: border-box; /* ie8 */
    -webkit-box-sizing: border-box; /* safari3 */
    -khtml-box-sizing: border-box; /* konqueror */
}

::-webkit-input-placeholder { font-size:14px; }
::-moz-placeholder { font-size:14px; } /* firefox 19+ */
:-ms-input-placeholder { font-size:14px; } /* ie */
input:-moz-placeholder { font-size:14px; }