/*
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../font/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../font/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../font/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Hide touch shadow */
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
a {border:none;outline:none;}
a img{border:none;outline:none;background:none;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clear{
  clear:both;
}

h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}

a{
    text-decoration:none;
}

ul li a{
    color:#fff;
}

/* Handle Status Bar is any (see ios7.css) */
.header{
    margin-top:0px;
}
.wrapper{
    margin-top:0px;
}
.mcontent{
}

.calc-ui{
    position:absolute;

    width: 100%;
    height: 100%;
    text-align:center;
}
/* END Handle Status Bar */

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

html,body {
    height:100%;
}

body,ul,li {
	padding:0;
	margin:0;
	border:0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    height: 100%;
    /* Disables long keypress */
    -webkit-touch-callout: none !important;
    -webkit-user-select:none;
    -webkit-text-size-adjust:none;
    color:#fff;
    background:#2C393B;
}



.container {
	width: 100%;
	position: relative;
    background:transparent;
}


.wrapper {
	position:absolute; z-index:1;
	top:45px; 
    bottom:0;
    left:0;
	width:100%;
	overflow:auto;
}
.scroller {
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-transition: 0ms!important;
	width:100%;
	padding:0;
}

.scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}
.scroller ul li{
    margin:0 auto;
    margin-bottom:2px;
}

.main-container {
    height:100%;
    width: 100%;
}

.prompt{
    position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:100%;
	padding:0;
	border-top:1px solid #9b1f50;
    background:rgba(0,0,0,0.75);
    text-align:center;
    display: table;
    
    -webkit-animation-duration: 0.25s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
}

.prompt .inner{
    position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	min-height:30%;
	max-height:100%;
	padding:0;
	border-top:1px solid #9b1f50;
    background:rgba(0,0,0,0.9);
    font-size:2em;
    text-align:center;
    display: table;
}

.prompt a{
    color:#fff;
    text-decoration:none;
}

.prompt .context .title{
    position:absolute;
    top:0px;
    left:0px;
    height:40px;
}

.prompt .context{
    width:100%;
    display: table-cell; 
    vertical-align: middle; 
    padding:5px;
}
.prompt .context .text{
}
.btn{
    background:rgba(255, 255, 255,0.35);
    padding:8px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    color:#000;
    
    margin:5px auto;
    min-height:20px;
    min-width: .75em;
    width: 80%;
    max-width: 500px;

    -webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.3);
}
.btn.action{
    background:rgba(155, 31, 80, 0.5);
    color:#fff;
}
.btn.close{
    background:rgba(255, 255, 255, 0.6);
    text-align:center;
}
.btn.close.dark{
    color:#fff;
    background:rgba(0, 0, 0, 0.3);
    text-align:center;
}

.prompt h2{
    font-weight:normal;
    margin:10px;
}.dlgwrap{
}

.prompt.hideprompt { -webkit-animation-name: slideout;}
.prompt.hideprompt-end { display:none; opacity: 0; }
@-webkit-keyframes slideout {
            0%      { opacity: 1; -webkit-transform: translateY(0%); }
            100% { opacity: 0; -webkit-transform: translateY(50%) }
}
.prompt.showprompt { -webkit-animation-name: slidein;}
.prompt.showprompt-end { opacity: 1; }
@-webkit-keyframes slidein {
            0% { opacity: 0; }
            100%      { opacity: 1;  }
}

.hidepage, .page.hidepage, .hidden {
    display:none;
}
.page{
    display:block;
}
.ease{
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}

.econtrol{
}


label {
    font-size:0.6em;
    text-align:left;
    width:80%;
    margin-left:10%;
    display:block;
}

input, textarea, select {
   -webkit-appearance: none;
 }

input{
    color:#fff;
    font-size:1em;
    border:none;
    background:rgba(0,0,0,0.3);
    height:40px;
    display: table;
    width:80%;
    margin:0 auto;
    -webkit-touch-callout: default;
}input:focus{
    background:rgba(0,0,0,0.6);
}
select {
    height:40px;
    color:#fff;
    font-size:1em;
    background:rgba(0,0,0,0.3);
}select:focus{
    background:rgba(0,0,0,0.6);
}

.prompt input{
    background:rgba(255,255,255,0.1);
}.prompt input:focus{
    background:rgba(255,255,255,0.15);
}




@keyframes fadein {
    from {
        opacity:0;
    }to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }to {
        opacity:1;
    }
}​

#mainapp{
}
#splash{
}
#loginpage{
}
#menupage{
    
}

.page{
    font-size:1.5em;

    width:100%;
    height:100%;
    
    background: #002A55;
	background: -moz-linear-gradient(0deg, #002A55 0%, #605C61 40%, #829381 91%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#002A55), color-stop(40%,#605C61), color-stop(91%,#829381));
	background: -webkit-linear-gradient(0deg, #002A55 0%,#605C61 40%,#829381 91%);
	background: -o-linear-gradient(0deg, #002A55 0%,#605C61 40%,#829381 91%);
	background: -ms-linear-gradient(0deg, #002A55 0%,#605C61 40%,#829381 91%);
	background: linear-gradient(0deg, #002A55 0%,#605C61 40%,#829381 91%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002A55', endColorstr='#829381',GradientType=1 );
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}


/* HANDLE LIST VIEW */
.wrapper ul.dblist li{
    padding:20px;
    padding-left:4px;
    padding-right:1px;
    border-bottom:1px solid rgba(0,0,0,0.05);
    position:relative;
}

.wrapper ul.dblist li .sub{
    display:inline-block;
    float:right;
    font-size:0.4em;
}

ul.dblist li:active{
    background:rgba(0,0,0,0.5);
}

.previewinfo{
    padding:10px;
    margin:4px;
    background:rgba(0,0,0,0.2);
    font-size:0.65em;
    text-align:left;
    border-radius:4px;
    -webkit-border-radius: 4px;
}

a .navicon{
    text-indent:-9999px;
}

.navicon{
    height:30px;
    width:30px;
    display:block;
    margin:7.5px;
    }

.navicon.back{
        background: url(../img/icons.fw.png) no-repeat -344px -177px;
	}
.navicon.refresh{
        background: url(../img/icons.fw.png) no-repeat -248px -178px;
	}
.navicon.share{
        background: url(../img/icons.fw.png) no-repeat -164px -42px;
	}
    
.navicon.search{
        background: url(../img/icons.fw.png) no-repeat -254px -88px;
	}
    
.dlgwrap{
    margin-top:0px !important;
    top:0px !important;
}

#sharedialog .dlginner{
    margin-top:25px;
}

#sharedialog h2{
    margin:0;
    padding0;
    font-size:0.75em;
}