/* iui.css (c) 2007-9 by iUI Project Members, see LICENSE.txt for license */
html {
	background-color:white;
	height:100%;
}
body {
    margin: 0;
    font-family: Exo,sans-serif;
    background-color:white;
    height:100%;
    color: black;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
/*
body > *:not(.toolbar) {
    display: none;
    background-color:#2c501f;color:#ffffff;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    min-height: 372px;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
    -webkit-transform: translateX(0%);
}
*/

.badge {
    border-radius: 12px;
    width: 16px;
    text-align: center;
    height: 12px;
    font-size: 0.9em;
    padding:0px 0px 3px 0px;
    background-color: red;
    color: white;
    font-weight: bold;
    position: absolute;
    margin-left:60px;
}

.plus, .pro, .premium {
	color: #ffac40;
	padding: 1px;
	text-shadow: 1px 1px 1px grey;
	vertical-align:50%;
	font-size:50%;
}

.greenbutton {
    float:left;
    margin:5px;
    background:#14470f;
    padding:5px 7px 3px 7px;
    width:80px;
    text-align:center;
    border-radius: 10px;
    -webkit-box-shadow: inset 3px 3px 3px #043700;
    -moz-box-shadow: inset 3px 3px 3px #043700;
    box-shadow: inset 3px 3px 3px #043700;
}

.greenbutton > p {
    padding:0px 0px;
    color:#eeeeee;
    font-size:x-small;
    line-height:1.5em;
    margin:0px;
    line-height:1em;
    height:2.5em;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
    width:80px;
}


/*
body[orient="landscape"] > *:not(.toolbar) {
    min-height: 268px;
}
*/

/*
body > *[selected="true"] {
    display: block;
}
*/

a {
	color:black;
}
a[selected], a:active {
    background-color: #194fdb !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: black !important;
}

a[selected="progress"] {
    background-image: url(loading.gif), url(selection.png) !important;
}

#topbar {
	width:100%;
	background:#000000;
	height:58px;
	position:absolute;
	top:0;
	overflow:hidden;
}

.tbitem {
	width:62px;
	height:55px;
	margin-right:2px;
	float:left;
	z-Index:9999;
}

.nofocus:focus {
    outline: none;
}

#homeloggedin {
	bottom: 0px;
	padding:0px 0px 0px 0px;
	margin:35px 0px 0px 0px;
	background-color: white; /* #2c501f; */
    color:black;
}

#home {
    bottom: 0px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background-color: white; /* #2c501f; */
    color:black;
}


.scroller_frame {
	width: 100%; height:100%;
	background-color:#2c501f;
    color:#ffffff;
    padding:0px;
	margin:0px;
}


/************************************************************************************************/

body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(toolbar.png) #6d84a2 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.leftButton {
    left: 6px;
    right: auto;
}

#backButton {
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(backButton.png) 0 8 0 14;
}

.whiteButton,
.redButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
    border-left: 12px solid #fff; /* Google Chrome Fix */
    border-right: 12px solid #fff; /* Google Chrome Fix */
}

.whiteButton {
    -webkit-border-image: url(whiteButton.png) 0 12 0 12;
    /* border-image: url(whiteButton.png) 12 12 round; */
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.redButton {
    -webkit-border-image: url(redButton.png) 0 12 0 12;
    color:#fff;
    text-shadow: #7a0001 0 -1px 0;
}

.grayButton {
    -webkit-border-image: url(grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

/************************************************************************************************/

ul > li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

ul > li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

ul > li.group:first-child {
    top: 0;
    border-top: none;
}

ul > li > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}

.contentitem {
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 8px 10px;
    font-size: 12px;
    line-height:16px;
    font-weight: normal;
    background-color:#EFF7FA;
    color:black;
}

.contentitemlight {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 8px 10px;
    font-size: 12px;
    line-height:16px;
    font-weight: normal;
    background-color:white;
    color:black;
}

.linkitem1 {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 8px 10px;
    font-size: 1.1em;
    font-weight: lighter;
    color:black;
    background-color:#EFF7FA;
}
.linkitem2 {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 8px 10px;
    font-size: 1.1em;
    font-weight: lighter;
    color:black;
    background-color:white;
}
.linkitemopen3,
.linkitem3 {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 8px 10px;
    font-size: 1.1em;
    font-weight: lighter;
    color:black;
}

.linkitem3 > a,
.linkitem2 > a,
.linkitem1 > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: black;
    background: url(listArrow.png) no-repeat right center;
}


.linkitem {
	position: relative;
    margin: 0px 0px 0px 0px;
    padding: 8px 0 8px 10px;
    font-size: 1.3em;
    font-weight: normal;
    color: #000;
    background-color:#E0E5E0;
}

.linkitem > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: black;
    background: url(listArrow.png) no-repeat right center;
}

.linkitemopen {
    position: relative;
    margin: 0px 0px 3px 0px;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    background-color:#E0E5E0;
}

.linkitemopen > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrowOpen.png) no-repeat right center;
}

.linkitemopen3 > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: black;
    background: url(listArrowOpen.png) no-repeat right center;
}

.advertising {
	/* position: relative; */
    margin: 0px;
    padding: 4px 0px 4px 0px;
	width:100%;
	/* overflow:hidden; */
}

a[target="_replace"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: #ffffff;
    background-color: #FFFFFF;
    background-image: none;
}

/************************************************************************************************/
    
body > .dialog {
    top: 0;
    width: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

.dialog > fieldset {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(toolbar.png) #7388a5 repeat-x;
}

.dialog > fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}

.contentitem > h1 {
	margin: 0 3px 0 3px;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.dialog > fieldset > label {
    position: absolute;
    margin: 16px 0 0 6px;
    font-size: 14px;
    color: #999999;
}

input:not(input[type|=radio]):not(input[type|=checkbox]) {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 1.4em;
    font-weight: lighter;
    border: 5px solid #0000ff;
}

/************************************************************************************************/

body > .panel {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}

.panel > fieldset {
    position: relative;
    margin: 7px 0 20px 0;
    padding: 0;
    background-color:#ffffff;
    color:#000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: left;
}

.row2  {
	position: relative;
	min-height: 42px;
	-webkit-border-radius: 0;
	text-align: left;
}
.row3  {
    position: relative;
    min-height: 42px;
    -webkit-border-radius: 0;
    text-align: left;
}


fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input:not(input[type|=radio]):not(input[type|=checkbox]) {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 0px 10px 0 110px;
    height: 42px;
    background: none;
}

input[type=text], input[type=password], input[type=number] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 110px;
    border: none;
    padding: 0px 10px 0 10px;
    font-size:1.4em;
    font-weight:lighter;
    width:66%;
    height: 42px;
    background: #ffffff;
}

.row > textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 35px 10px 0 12px;
    height: 140px;
    background: none;
    width:100%;
}

.row > input[type|=radio], .row > input[type|=checkbox], .row2 > input[type|=radio], .row2 > input[type|=checkbox], .row3 > input[type|=radio], .row3 > input[type|=checkbox]
{
    margin: 7px 7px 0 10px;
    height: 25px;
    width: 25px;
    float:right;
}

.row > select, .row2 > select, .row3 > select
{
    margin: 7px 7px 0 10px;
    height: 25px;
    min-width: 20%;
    float:right;
}

.row > label, .row2 > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row3 > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: normal;
    font-size: 1.4em;
}


.row > span, .row2 > span, .row3 > span {
    position: absolute;
    padding: 12px 10px 0 110px;
    margin: 0;
}

.row > .toggle, .row2 > .toggle, .row3 > .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

/************************************************************************************************/

#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}
