@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
   /* font-family: 'Roboto', sans-serif;*/
    font-family: Open Sans,Geneva,Arial,Helvetica,sans-serif;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a {
    cursor: pointer;
}

.scanPage {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.instructionPage {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none;
}

.instructionWrapper {
    max-width: 60%;
    /*
  background: lightblue;
*/
}

.instructionHeading {
    font-size: 3em;
}

.instructionContent {
    padding-top: 1em;
    padding-bottom: 1em;
}

.scanObject {
    position: absolute;
    text-align: center;
    background: lightblue;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -10;
}

.notification {
    float: right;
    padding: 20px;
    background-color: #4A4A4A;
    color: white;
    border-radius: 10px;
    margin: 10px 10px 0px 0px;
}

.colorSphere {
    position: absolute;
    display: block;
    /*border-radius: 100%;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.sphereColor_gray {
    background: #666;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 60, color-stop(0, #c8c8c8), color-stop(100%, #666));
    background-image: -webkit-radial-gradient(25% 30%, 60% 60%, #c8c8c8 0, #666 100%);
    background-image: radial-gradient(60% 60% at 25% 30%, #c8c8c8 0, #666 100%)
}

.sphereColor_blue {
    background: #00003c;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #028e8d), color-stop(100%, #0203c1), color-stop(100%, #00003c));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #028e8d 0, #0203c1 42%, #00003c 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #028e8d 0, #0203c1 42%, #00003c 100%)
}

.sphereColor_green {
    background: #004600;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #a9d202), color-stop(100%, #00a700), color-stop(100%, #004600));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #a9d202 0, #00a700 35%, #004600 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #a9d202 0, #00a700 35%, #004600 100%)
}

.sphereColor_red {
    background: #b30000;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #fdca02), color-stop(100%, red), color-stop(100%, #b30000));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #fdca02 0, red 46%, #b30000 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #fdca02 0, red 46%, #b30000 100%)
}

.sphereColor_yellow {
    background: #ccbe00;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #ecfea3), color-stop(100%, #f0f000), color-stop(100%, #ccbe00));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #ecfea3 0, #f0f000 28%, #ccbe00 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #ecfea3 0, #f0f000 28%, #ccbe00 100%)
}

.sphereColor_magenta {
    background: #606;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 70, color-stop(0, #a870fe), color-stop(100%, #a900c5), color-stop(66%, #940094), color-stop(#606, 100%));
    background-image: -webkit-radial-gradient(25% 30%, 70% 70%, #a870fe 0, #a900c5 33%, #940094 66%, #606 100%);
    background-image: radial-gradient(70% 70% at 25% 30%, #a870fe 0, #a900c5 33%, #940094 66%, #606 100%)
}

.sphereColor_brown {
    background: #630;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 60, color-stop(0, #e57300), color-stop(100%, #630));
    background-image: -webkit-radial-gradient(25% 30%, 60% 60%, #e57300 0, #630 100%);
    background-image: radial-gradient(60% 60% at 25% 30%, #e57300 0, #630 100%)
}

.sphereColor_black {
    background: #000;
    background-image: -webkit-gradient(radial, 25 30, 0, 25 30, 60, color-stop(0, #908c8c), color-stop(100%, #000));
    background-image: -webkit-radial-gradient(25% 30%, 60% 60%, #908c8c 0, #000 100%);
    background-image: radial-gradient(60% 60% at 25% 30%, #908c8c 0, #000 100%)
}


.choice_color{
    border-radius:100%;
    margin-left: 4px;
    margin-right: 4px;
}

#choices_colors {
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 10px;
}

#choices_colors > .choice_color {
    display: inline-block;
}
.progress {
    overflow: hidden;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 9px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    height: 11px;
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0px;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #343f4b;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar {
    max-width: 100%;
    box-shadow: none;
}

.progress-bar.progress-bar-gray-d0 {
    background-color: #d0d0d0;
    color: #000;
}

.anchor{
    color: #a0a0a0;
    padding-left: 5px;
}

.anchor:hover {
    color: #7a7a7a;
}

#help span{
    padding-left: 5px;
}

#help{
    position: absolute;
    bottom: 50px;
    left: 15px;
    cursor: pointer;
}

#help img {
    vertical-align: middle;
}

#help_window{
    background-color: hsla(0,0%,100%,.75);
    width: 852px;
    height: 465px;
    padding-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
}

#help_window_pars{
    display: flex;
    padding-bottom: 10px;
}

#help_window_pars div {
    padding-left: 12px;
    padding-right: 12px;
    flex: 1;
}


#help_window_initial_par{
    float: left;
    width: 33%;
}

#help_window_word_par{
    float: left;
    width: 33%;
}



.aling_center{
    text-align:center;
}

#undo_color {
    text-align: right;
    position: absolute;
    bottom: 80px;
    right: 15px;
}

#next_from_choice {
    font-size: 2.25em;
    position: absolute;
    right: 20px;
}

/** dialog window style start**/
.black_overlay{
     display: block;
     position: absolute;
     top: 0%;
     left: 0%;
     width: 100%;
     height: 100%;
     background-color: #343f4b;
     z-index:1001;
     -moz-opacity: 0.8;
     opacity:.80;
     filter: alpha(opacity=80);
}

#modalContent {
     display: inline-block;
     position: absolute;
     top: 7%;
     left: 25%;
     padding: 16px;
     background-color: hsla(0,0%,100%,.75);
     z-index:1002;
     overflow: auto;
}

#modalContent a{
    float: right;
}

#btn_continue{
    padding: 8px 20px;
    border-color: #2a323c;
    color: #fff;
    background-color: #343f4b;
    border-radius: 9px;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
}

#btn_continue:hover{
    background-color: #1f262d;
    border-color: #111418;
}



/** end dialog style */

/* effects */
/*
.fade-in {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.fade-out {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
*/