﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color:White;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

header,
footer,
nav,
section 
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.2;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    background: #fff;
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .t-item
{
    border-width: 0 0 0 1px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


.left
{
    float:left;
    font-size: 1em;
}

.km-android .right
{
    float:right;
    font-size: 1em;
    margin: 0 0.7em 0 0em;
    
}

.km-ios .right
{
    float:right;
    font-size: 1em;
    margin: 0 20px 0 0em;
    color:#2579ef;
  
}

.km-blackberry .right
{
    float:right;
    font-size: 1em;
    margin: 0 20px 0 0em;
  
}


.km-listview-link::after, .km-listview-label::after {
display: block;
position: absolute;
right: 1rem;
top: 30%;
}

.righttotal
{
    float:right;
    font-size: 1em;
    margin: 0 25px 0 0em;
    
}
.km-android .km-navbar .km-button .km-add
{
    margin: 0 25px 0 0em;
}

.km-android #listview .ui-li-aside {
    float: right;
    width: 50%;
    text-align: right;
    margin: -2em 0px 0px 0px !important;
    position: absolute;
    right: 20px;
    font-size: 1em;
}
.clear
{
    clear:both;
    color:Gray;
    font-size: 0.8em;
}

#listview .ui-li-aside {
    float: right;
    width: 50%;
    text-align: right;
    margin: -1.5em 0px 0px 0px !important;
    position: absolute;
    right: 20px;
    font-size: 1.3em;
    
}

#listview .ui-header-aside {
    float: right;
    width: 50%;
    text-align: right;
    margin: -1.3em 0px 0px 0px !important;
    position: absolute;
    right: 70px;
    font-size: 1em;
}
.km-ios .km-group-title {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0, rgba(255,255,255,.8)),color-stop(1, rgba(255,255,255,.2)));
    background-image: -moz-linear-gradient(50% 0,50% 100%,rgba(255,255,255,.8),rgba(255,255,255,.2));
    background-repeat: repeat;
    background-position: 0 0;
    background-color: rgb(102, 102, 102);
}
.km-ios .km-navbar{
    background-color: rgb(48, 89, 156);
}
.km-ios .km-navbar .km-button{
    background-color: rgb(48, 89, 156);
    /*margin:0.5em 0 0 0.5em;*/
}





#listview .km-text
{
    font-size: 1.5em ;
}


textarea.k-textbox { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	resize:none;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 100% ! important; 
    height:100% ! important;
    margin:0 0 0 0;
}
#filelist .item-title {
	float: left;
	font-size: 1em;
    line-height: 1.4em;
    margin: .3em 1em 0 0em;
    width: 100%;
}
#filelist .item-info {
	float: left;
	font-size: .8em;
	line-height: 1em;
    margin: 0em 0 0 0em;
    width: 100%;
    color:Gray;
}

#filelist .km-listview-link
{
   margin: 0.7em -0.7em;
}
    
.km-listview .km-list {
    margin: 0;
}

.km-view-title{
   /* margin-left: 2.3em;*/
    visibility:visible;

}

.km-ios #notes
{
    padding:0.7em 0 0 0.8em;
    color: #385487;
    overflow:hidden;
    margin-left:0.9em;margin-right:0.9em
}





.km-blackberry #activityID
{
    margin-right:0.2em !important;
}
.km-blackberry #optionsActivity>li
{
    margin-top:0.5em !important;
    line-height:2.3 !important;
}

.km-ios .km-listview-link::after
{
     border-color: Gray;
}

.km-blackberry .km-listview-link::after
{
     border-color: white !important;
     display:block;
}

.km-blackberry .km-listview-link::after
{
     border-color: gray !important;
     display:block;
}

.km-android #settingsForm .km-listview
{
    margin-left:0.5em !important;
}
.km-android #tabstrip-home .km-listview
{
    margin-left:1em !important;
}

.km-android #filelistview .km-listview
{
    margin-left:0.5em !important;
}
.km-blackberry #filelistview .km-listview
{
    margin-left:0.2em !important;
}
/*login*/
.km-ios #cbRememberMe
{
    position:absolute;
    left:0.9em;
    top:1.3em;    
}

.km-android #cbRememberMe
{
    position:absolute;
    left:0.2em;
    top:1.4em;    
}

.km-blackberry #cbRememberMe
{
    position:absolute;
    left:0.2em;
    top:1.4em;    
}

.km-ios .lblRememberMe
{
    margin-left:1.5em !important;
}
.km-android .lblRememberMe
{
    margin-left:1.2em !important;
}

.km-blackberry .lblRememberMe
{
    margin-left:1.2em !important;
}

.km-ios .lblRememberMe, .km-ios #lblPassword, .km-ios #lblLogin
{
    color:Black !important;
}
.km-android .lblRememberMe, .km-android #lblPassword, .km-android #lblLogin
{
    /*color:White !important;*/
}



.liLogo
{
    background: transparent url(Phone_Logo.jpg) no-repeat scroll 0 0px !important;

        -webkit-background-size: 100% 100% !important;
        -moz-background-size: 100% 100% !important;
        -o-background-size: 100% 100% !important;
        background-size: 100% 100% !important;
        height:130px;
}




/*for detail page*/
.km-blackberry #detailsForm .km-list > li
{
    margin-left:0.5em;    
}
.km-android #duration, .km-ios #duration
{
    width:13em;
    font-size:14pt;
        
    text-align:left;
    margin-right:0.2em;
}
    
.km-blackberry #duration
{
    width:10em;
    font-size:14pt;
        
    text-align:right;
    margin-right:0em;
}    

.km-android #login #title
 {
     /*margin-left:-3em;*/
 }
 
 .km-blackberry #login #title
 {
     margin-left:0em;
 }
 
.km-ios #tabstrip-home #title
 {
     margin-left:3em;
 }
 

 
.km-android #tabstrip-home #title
 {
     margin-left:-1em;
 }
 

 
.km-android #details #title
 {
     margin-left:-3em;
 }
 
 .km-blackberry #details #title
 {
     margin-left:-1.5em;
 }

.km-ios .blackfile
{
    font-size:12pt;
    color:black;
    font-weight:bold;
}
    
.km-ios .grayfile
{
    font-size:12pt;
    color:gray;
    font-weight:lighter;
}

.km-android .blackfile
{
    font-size:12pt !important;
    color:black !important;

}
    
.km-android .grayfile
{
    font-size:12pt !important;
    color:gray !important;

}


.km-blackberry .blackfile
{
    font-size:12pt !important;
    color:black !important;
    font-weight:bold !important;
}
    
.km-blackberry .grayfile
{
    font-size:12pt !important;
    color:gray !important;
    font-weight:bold !important;
}

.km-ios .blackfont
{
    color:Black !important;
    font-size:14pt !important;
}
    
.km-ios .grayfont
{
    color:Gray !important;
    font-size:14pt !important;
}

.km-android .blackfont
{
    color:White !important;
    font-size:14pt !important;
}
    
.km-android .grayfont
{
    color:White !important;
    font-size:14pt !important;
}


.km-ios input.amicus-textfield
{
    width:250px !important;
    font-size:13px !important;
}

.km-android input.amicus-textfield
{
    width:250px !important;
    height:30px !important;
    font-size:13px !important;
    color:Black !important;
}

.km-android label
{
    color:Black !important;
}

/*showing*/
.km-android #status, .km-ios #status
{
    width:100% !important;
    padding-left:1em !important;
}

.km-blackberry #status, .km-blackberry #interval, .km-blackberry #fileTypeId
{
    width:90% !important;
    padding-left:1em !important;
    margin-left:1em !important;
}

.km-ios #status, .km-ios #interval, .km-ios #fileTypeId, .km-android #status, .km-android #interval, .km-android #fileTypeId
{
    width:100% !important;
    padding-left:1em !important;
}

.km-ios #settingsForm li, .km-android #settingsForm li
{
    height:3em !important;
}

.km-blackberry #settingsForm li
{
    height:4.2em !important;
}

.km-blackberry #settingsForm .km-listview
{
    margin-left: -0.3em !important;
}

.km-blackberry #settingsForm .km-listview
{
    margin-left: -0.3em !important;
}

/*ipad*/
.portrait_center
{
margin-left:15% !important;
margin-right:auto !important;
width:70% !important;
}

.landscape_center
{
margin-left:30% !important;
margin-right:auto !important;
width:40% !important;
}

/*alina liu modified for android start*/
.km-android, .km-android .km-content
{
    background: #f9f9f9;
}

.km-android .km-list>li
{
    padding:0.2em;
}

.km-android input[type=email], .km-android input[type=password]
{
    color: #000;
}

.km-android .km-navbar
{
    background-color:#f9f9f9;

}

.km-android .km-button 
{
    background: lightgray;
    color: #000;
    width:80%;
    left:0px;
    top:-4px;
}



/*home page*/
.km-root .km-listview-link, .km-root .km-listview-label
{
    color: Black;
}
.km-android .km-listview-link::after
{
     border-color: black !important;
     display:block;
}
.km-android .km-group-title
{
    border-bottom: solid 3px lightgray;
}
.km-android .km-list>li
{
    border-bottom: solid 1px lightgray;
}
.km-android .km-button .km-text
{
    color:black;
    font-size:11pt;
}
.km-android header .km-button .km-text
{
    color:Blue;
    font-size:11pt;
}
.km-android .km-navbar .km-icon
{
    color: rgba(0,0,0,0.8);
}

.km-android .km-view-title
{
    color: #000;
    visibility:visible;
    font-size:14pt;
    left:20px;    
}
.km-android .km-button[id=btLoginTT]
{
    left:20px;
}
/*setting*/
.km-android .km-content
{
    color: black;
}
/*alina liu modified for android end*/

/*alina liu modified for ios7*/
.km-ios .km-list>li
{
    background: #f9f9f9;
}

.km-ios7 .right
{
    float:right;
    font-size: 1em;
    margin: 0 20px 0 0em;
    color:#2579ef;
  
}


.km-ios7 #notes
{
    padding:0.7em 0 0 0.8em;
    color: #385487;
    overflow:hidden;
    margin-left:0.6em;
    margin-right:0.9em;
    margin-top:-15px;
    resize: none;
    overflow-y: scroll;
}
.km-ios7 .km-listview-link::after
{
     border-color: Gray;
}
/*login*/
.km-ios7 #cbRememberMe
{
    position:absolute;
    left:0.9em;
    top:1.5em;    
}
.km-ios7 .lblRememberMe
{
    margin-left:1.5em !important;
}

.km-ios7 .lblRememberMe, .km-ios #lblPassword, .km-ios #lblLogin
{
    color:Black !important;
}

.km-on-ios.km-ios7
{
    background-color: lightgray; /* Required for the tint */
    -webkit-linear-gradient(top, red, red); /* Colorize the body as you wish. */
}

.km-ios7 .blackfont
{
    color:Black !important;
    font-size:14pt !important;
}
    
.km-ios7 .grayfont
{
    color:Gray !important;
    font-size:14pt !important;
}

