﻿*
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

input,textarea
{
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

body
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body.force-resolution
{
    width: 1024px;
    height: 768px;
    position: absolute;
}

body.force-resolution.device-iphone
{
    width: 480px;
    height: 320px;
}

.not-defined
{
	display: none;
}

#build-num
{
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 60px;
	font-size: 12px;
}

#modal-message
{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2005;
    display: none;
    top: 0;
    left: 0;
}

#modal-message .modal-message-inner
{
    text-shadow: 1px 1px 2px #ccc;
    position: absolute;
    text-align: center;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 0 20px 0 black;
    margin: auto;
    z-index: 1000;
    border: 2px solid white;
    background-color: rgba(0, 0, 80, 0.5);
    padding: 20px;
    color: white;
    left: 50%;
    top: 50%;
}

#modal-message .modal-message-text-cont
{
    margin-bottom: 10px;
    font-size: 16px;
}

#modal-message .modal-message-buttons-cont
{
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

#modal-message .modal-message-button
{
    display: inline-block;
    border-radius: 0.6em;
    box-shadow: 0 0 5px 0px rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.8);
    margin: 5px 10px;
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    width: 100px;
    
background: rgb(76,76,127); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(76,76,127,1) 0%, rgba(0,0,80,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,127,1)), color-stop(100%,rgba(0,0,80,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(76,76,127,1) 0%,rgba(0,0,80,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(76,76,127,1) 0%,rgba(0,0,80,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(76,76,127,1) 0%,rgba(0,0,80,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(76,76,127,1) 0%,rgba(0,0,80,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c7f', endColorstr='#000050',GradientType=0 );*/ /* IE6-9 */

}

.no-debug-mode .show-in-debug-mode
{
    display: none !important;
}

.UMenuTimeStampContentElement
{
    background-color: #ecc2c2;
}

.UMenuTimeStampContentElementReason1
{
    background-color: #41b1a7;
}

.UMenuTimeStampContentElementReason2
{
    background-color: #74d23c;
}

.UMenuTimeStampContentElementReason3
{
    background-color: #ed5058;
}

.UMenuTimeStampContentElementReason4
{
    background-color: #f77e00;
}

.UMenuTimeStampContentElementReason5
{
    background-color: #23a2de;
}

html
{
    width: 100%;
    height: 100%;
    background-image: url(../img/main-bg.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30em auto;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin-top: 5px;
}

body
{
    width: 100%;
    height: 100%;
	margin: 0px;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: lighter;
	font-size: 24px;
	display: none;
}

body.itm-main 
{
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: lighter;
}

input
{
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: lighter;
}

body.itm-main input,
body.itm-main textarea
{
    font-family: Helvetica Neue, Helvetica, Arial;
    font-weight: lighter;
}

body.itm-main
{
    -webkit-backface-visibility: hidden;
	-webkit-user-select: none;
}

#pin-overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.2em;
}

#pin-cont
{
    height: 15em;
    width: 11em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5em;
    margin-left: -5.5em;
    text-align: center;
    font-size: 1.6em;
}

.device-iphone #pin-cont
{
    font-size: 2em;
}

#pin-cont-inner
{
    background-color: white;
}

#pin-keyboard
{
}

.pin-key
{
    background-color: white;
    display: inline-block;
    width: 2em;
    margin: 0 0.15em 0.3em 0.15em;
    font-size: 1.2em;
    height: 2em;
    border-radius: 2.5em;
    border: 0.05em solid #00bfff;
    color: #00bfff;
    line-height: 2em;
}

#pin-display
{
}

#pin-display div
{
    display: inline-block;
}

#pin-key-del,
#pin-key-cancel
{
    background-color: transparent;
    border: none;
    font-size: 1.4em;
    height: 1em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1em;
}

#pin-key-del span,
#pin-key-cancel span
{
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    display: block;
    width: 200%;
    margin-left: -50%;
}

.pin-key-down,
#pin-key-del.pin-key-down,
#pin-key-cancel.pin-key-down
{
    background-color: #00bfff;
    color: White;
}

#pin-display
{
    background-color: white;
    display: block;
    width: auto;
    color: #00bfff;
}

#pin-display div
{

}

.pin-display-char,
.pin-display-nochar
{
    border: 0.05em solid #00bfff;
    border-radius: 1.5em;
    width: 0.5em;
    height: 0.5em;
    margin: 0.5em;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.pin-display-char
{
    background-color: #00bfff;
}

.pin-display-char-noreplace
{
    border: 0 none;
    background-color: transparent;
    font-size: 1em;
    line-height: 1em;
    position: relative;
    top: -0.3em;
    padding: 0.1em;
}

#pin-title
{
    padding-top: 0.4em;
}

#count-down-canvas
{
    display: none;
    position: absolute;
    z-index: 200;
}

.date-split-cont
{
    background-color: white;
    font-size: 1.4em;
    color: #00bfff;
}

.date-split-before,
.date-split-after
{
    padding: 0.2em 0;
}

.date-split-before
{
    border-bottom: 1px solid #eee;
}

#loading-splash-overlay,
#info-splash-overlay,
#lock-overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
    background-color: rgba(0, 0, 0, 0);
}

#loading-splash,
#info-splash
{
    position: absolute;
    text-align: center;
    width: 20em;
    height: 7em;
    left: 50%;
    top: 50%;
    margin-left: -10em;
    margin-top: -3.5em;
    z-index: 1000;

background-color: white;
}

#loading-splash,
#info-splash,
#pin-cont-inner
{
    box-shadow: 0 0 1em 0 rgba(0,0,0,0.5);
}

#pin-cont-inner *
{
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

#loading-splash
{
}

#info-splash
{
}

.splash-close
{
    background-image: url(../img/tw-close.png);
    width: 3em;
    height: 3em;
    cursor: pointer;
    background-position: center;
    background-size: 80%;
    position: absolute;
    right: -0.3em;
    top: -0.3em;
    z-index: 100;
    background-repeat: no-repeat;
}

.splash-icon
{
    display: none;
}


.splash-complete-cont
{
width: 90%;
margin-left: 5%;
height: 1.2em;
background-color: #eee;
position: absolute;
bottom: 20%;
}

.splash-complete
{
    height: 100%;
background-color: #00bfff;
}

.splash-text
{
    position: relative;
    font-size: 1em;
    color: black;
    margin: 1em 0;
    text-align: left;
    padding: 0 1em;
}

.splash-text b
{
    font-weight: normal;
    font-size: 1.1em;
    color: #555;
}

.default-info-splash .splash-text
{
    text-align: center;
}

#info-splash.default-info-splash
{
    width: 30em;
    margin-left: -15em;
}

body.just-loading-splash
{
    opacity: 1;
}

body.just-loading-splash #main-cont,
body.just-loading-splash #settings-cont,
body.just-loading-splash #history-cont,
body.just-loading-splash #tw-navbar,
body.just-loading-splash #tw-toolbar-toggle
{
    opacity: 0;
}


#info-splash
{
    width: 40em;
    margin-left: -20em;
    height: auto;
    margin-top: 0;
}

.default-info-splash .splash-text,
#loading-splash .splash-text
{
    height: auto;
    line-height: 2.3em;
    position: relative;
    top: auto;
    bottom: auto;
    margin: 1em 0;
    text-align: center;
}

#info-splash .splash-text a
{
    color: #02698c;
}

#loading-splash.loading-splash-no-perc
{
    height: 5em;
    margin-top: -2.5em;
}

#loading-splash.loading-splash-no-perc .splash-complete-cont
{
    display: none;
}

#itm-main #loading-splash
{
    display: none;
}

html.body-rotate-left,
html.body-rotate-right
{
    position: absolute;
    overflow: hidden;
}

html.body-rotate-left body
{
    position: absolute;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: top left;
    left: 100%;
}

html.body-rotate-right body
{
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: top left;
}

.web-combo-cont
{
    display: inline-block;
    width: 48.5%;
    cursor: pointer;
    padding: 0.5em 0;
    position: relative;
}

.web-combo-display
{
    background-image: url(../img/tw-arrow-grey-d.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#webmode-select-popup
{
    margin-top: 0.5em;
    position: absolute;
    width: auto;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0.4em;
    right: 0.2em;
    padding-top: 1px;
    font-size: 1em;
    max-height: 10.4em;
}

#webmode-select-popup .webmode-select-popup-inner
{
    width: 100%;
    background-color: white;
    border: 1px solid #f4f4f4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#webmode-select-popup .webmode-select-option
{
    border-bottom: 1px solid #f4f4f4;
    padding-right: 1.6em;
    padding-left: 0.5em;
    position: relative;
    white-space: nowrap;
    line-height: 2em;
}

#webmode-select-popup .webmode-select-option:last-child
{
    border-bottom: 0 none;
}

#webmode-select-popup .webmode-select-option-activity-bg,
#webmode-select-popup .webmode-select-option-active
{
    position: absolute;
    right: 0;
    top: 0;
    height: 1.1em;
    width: 1.1em;
    margin-top: 0.5em;
    margin-right: 0.4em;
    border-radius: 2em;
}

#webmode-select-popup .webmode-select-option-activity-bg
{
    background-color: #ccc;
}

#webmode-select-popup .webmode-select-option-active
{
    background-color: #53d769;
}

.device-iphone #webmode-select-popup .webmode-select-option {
    line-height: 2.1em;
    font-size: 0.9em;
}

#toolbar-feedback-button
{
    text-decoration: none;
}

#sync-status-msg.sync-status-fail
{
    display: block;
}

iframe#tempiframe
{
    width: 0;
    height: 0;
    position: absolute;
    background-color: white;
    z-index: -1;
    border: 0 none;
}

.bg-color-1
{
    background-color: #2abdff;
    border-color: #2abdff;
}

.bg-color-2
{
    background-color: #d80100;
    border-color: #d80100;
}

.bg-color-3
{
    background-color: #248c01;
    border-color: #248c01;
}

.usr-image-portrait,
.loc-image-portrait
{
    height: 100% !important;
    width: 100% !important;
    overflow: visible !important;
    margin: 0 !important;
}

.usr-image-portrait img,
.loc-image-portrait img
{
    width: 100% !important;
    height: auto !important;
}

.loc-image-portrait span
{
    display: block;
    height: 100%;
    width: 100%;
}

.itc-scan-loop #user-timestamp
{
    opacity: 0 !important;
}

.splash-open-delay #loading-splash
{
    display: none;
}

.itc-visible-log
{
    position: absolute;
    z-index: 10000;
    background-color: White;
    height: 15em;
    width: 25em;
    top: 50%;
    margin-top: -7.5em;
    left: 50%;
    margin-left: -12.5em;
    border: 1px solid black;
}

.itm-main .itc-visible-log
{
    font-size: 1.6em;
}

.itc-visible-log,
.itc-visible-log *
{
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.itc-visible-log-content
{
    height: 100%;
    width: 100%;
    font-size: 0.9em;
    overflow: auto;
    padding: 0;
}

.itc-visible-log-element
{
    border-bottom: 1px solid silver;
    padding: 0.4em;
}

.itc-visible-log-element-timestamp
{
    font-size: 0.8em;
    line-height: 1.2em;
    color: #555;
}

.itc-visible-log-close
{
    border: 1px solid black;
    background-color: White;
    border-radius: 10em;
    font-size: 1em;
    position: absolute;
    top: -0.6em;
    right: -0.6em;
    cursor: pointer;
    height: 1.8em;
    width: 1.8em;
    text-align: center;
    line-height: 1.8em;
}
#footer-toolbar-tutorial.footer-toolbar
{
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 1150;
    height: 20%;
    background-color: #00bfff;
    width: 100%;
}

.ijc-gallery-view-tutorial #footer-toolbar-tutorial.footer-toolbar
{
    display: block;
}

#footer-toolbar-tutorial.footer-toolbar > div
{
    height: 100%;
}

#footer-toolbar-tutorial.footer-toolbar ul {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

#footer-toolbar-tutorial.footer-toolbar ul li {
    display: table-cell;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 33.334%;
    height: 100%;
    border-right: 1px solid white;
    vertical-align: middle;
}

#footer-toolbar-tutorial.footer-toolbar ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 70%;
    padding-top: 4em;
    color: white;
    text-decoration: none !important;
}

#footer-toolbar-tutorial.footer-toolbar ul li a[data-icon=delete]
{
    background-image: url(../img/ijc-delete.png);
}

#footer-toolbar-tutorial.footer-toolbar ul li a.ui-disabled 
{
    opacity: 0.5;
    cursor: default;
}

#ijc-image-gallery-tutorial.ijc-image-gallery *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#ijc-image-gallery-tutorial .ijc-image-gallery-elem > span.mark-img-cont > div.ijc-gallery-img-note
{
    height: 5em;
    padding: 1em 0em;
    background-image: none;
    line-height: 0.95em;
}

#ijc-image-gallery-tutorial .ijc-image-gallery-elem > span.mark-img-cont > span
{
    /*background-color: white;*/
}

#footer-toolbar-tutorial.footer-toolbar
{
    height: 100%;
    z-index: 1149;
}

#ijc-image-gallery-tutorial.ijc-image-gallery
{
    bottom: 5em;
    background-color: #00bfff;
    border: 0 none;
    left: 5em;
    right: 5em;
    width: auto;
    z-index: 1150;
}

#footer-toolbar-tutorial.footer-toolbar ul li
{
    border: 0 none;
    display: block;
    width: auto;
    height: auto;
}

#footer-toolbar-tutorial.footer-toolbar ul li a
{
    padding: 0;
    text-indent: -9999px;
    background-size: 70% auto;
    background-position: center center;
    position: absolute;
    width: 4em;
    overflow: hidden;
}

#footer-toolbar-tutorial .ijc-gallery-back
{
    left: 0;
}

#footer-toolbar-tutorial .ijc-gallery-next
{
    right: 0;
}

#footer-toolbar-tutorial.footer-toolbar ul li a.ijc-toolbar-logout
{
    height: 1.4em;
    bottom: 0.7em;
    width: 10em;
    left: 50%;
    margin-left: -5em;
    background-image: none;
    text-indent: 0;
    font-size: 1em;
}

#wizard-gallery-show
{
    background-image: url(../img/tw-tutorial-grey-dark.png);
}

.wizard-gallery-big-number
{
    height: 1.4em;
    width: 1.4em;
    float: left;
    background-color: white;
    color: #00bfff;
    font-size: 2.1428em;
    line-height: 1.4em;
    text-align: center;
    border-radius: 10em;
    margin-right: 0.5em;
}

.wizard-gallery-desc
{
    font-size: 0.85em;
}

#ijc-gallery-index-cont-tutorial
{
    height: 1em;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 4.5em;
    font-size: 0.65em;
}

.ijc-gallery-index-element
{
    height: 1em;
    width: 1em;
    margin: 0 0.7em;
    border: 1px solid white;
    background-color: #00bfff;
    display: inline-block;
    border-radius: 10em;
    cursor: pointer;
}

.ijc-gallery-index-element.ijc-gallery-index-element-selected
{
    background-color: white;
}

/* IJC HIDE */

/*
.UMenuTimeStampLegendIJCLegend,
li.li-i,
ul.navbar-2
{
    display: none !important;
}

#tw-navbar li
{
    width: 20% !important;
}

.web-mode #tw-navbar li
{
    width: 33.333% !important;
} */