﻿
.floatR{
	float:right;
}

.floatL{
	float:left;
}

.small-text{
	font-size:12px;
}


.red{
	color:red;
}

.blue
{
    color:Blue;
}

.black 
{
    color:Black;
}

.date-info{
    /*changed darkcyan to black after adding background color*/
	color:black;
	font-size:14px;
}

.clear{
	clear:both;
}

.underline
{
    text-decoration:underline;
}


/* centering the page */

    
 #pagecontent
 {
      padding:20px;
 }
     
 
.validation-error {
    color: red;
    font-style: normal;
    font-size:12px;
}

.field{
	margin-top:20px;
}

.hide
{
	display: none;
}

.border
{
    border: 1px solid #666666;
}

.alertBox{
	background-color:#FFFCC5;
	border:1px solid #C79D55;
	color: red;
	margin:15px 15px;
	text-align:center;
	font-size:12px;
}

.center
{
    text-align:center;
}

a:link
{
    text-decoration:none;
    /*color:White;*/
}

.title
{
    font-size:16px;
    color:black;
    text-align:center;
    margin-bottom:15px;
}

.section-title
{
    text-align:center;
    font-size:16px;
    font-weight:bold;    
    padding: 8px 2px 12px 2px;
}

.note-excerpt
{
    font-size:14px;
    color:#333333;
    font-weight:normal;
}

.header-width
{
    width:33%;
}

.star, .unstar
{
    width:24px;
    height:24px;
}

.post-tags
{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 10px;
    background-color:#DDEEFE;
    border-style: solid; 
    border-width: 1px; 
    border-color:#B5CBEF;
    color:#666666;
    list-style-type: none;
    padding: 2px 7px 2px 7px;
    /*padding: 3px 3px 4px 2px;    */
    font-family: "Lucida Grande",arial,sans-serif;
    min-width:2%;
    
}

a.note-title, .single-text-area {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    max-width:100%;
    min-width:auto;
}


.post-tags, .note-title, .note-excerpt, .single-text-area, .folder-name, .sender-name-panel, #settings-menu-title, #note-title-div
{
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}


ul.tags-container li
{
    float: left;
    margin: 1px 4px 1px 0;
}


.checkbox-background
{
   background-color: transparent;
   
}

.ui-select
{
   white-space:normal;
}


/*Here we are overriding the jquery mobile's checkbox and radio button's margin property, because it showing unnecessary black checkbox in android 2.3.7*/
/*.ui-checkbox input, .ui-radio input  
{
    margin-top:-10px !important;
    margin-left:-5px !important;
}*/

#recaptcha_image img.newWidth  {
   width: 200px !important;
   height: 38px !important;
   border: solid 1px #BDBDBD;
   border-radius: 0.6em 0.6em 0.6em 0.6em;
   -moz-border-radius:0.6em 0.6em 0.6em 0.6em;
   -webkit-border-radius:0.6em 0.6em 0.6em 0.6em;
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}


/*.info-block
{
        
}*/

.info-block img
{
    float:left;
}

.info-block div
{
    font-size:12px;
    position:absolute;
    left:55px
}

.footer-button-padding
{
    padding-left:15px;
    padding-right:15px;
  
}

.button-icon-left
{
    padding-left:1.5em;
}

.note-area
{
    height: 255px;
    max-height: 400px !important;
    min-height:255px;
    overflow:auto !important;
}

.single-text-area
{
    background-color:#f7f7f7;resize:none;width:100%;border: 1px solid #cccccc;
}

loader{
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
    display: block;
}

.result {
    display: block;
    overflow: hidden;
}

.help-list
{
    display:block;
}

.note-hyperlink
{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal !important;
    padding-left: 4px;
    vertical-align: middle;
}

@media screen and (max-width: 480px)  {
    .help-list
    {
        display:none;
    }
}


/*
clear button's position isn't correct when I input some characters
This fix came just too late to make into the 1.1.1. release. As a temporary fix you can add this to your custom CSS
suggested by JQM github team*/

.ui-input-clear .ui-btn-inner { padding: 0 !important; }




/*
{
    width:50%;
}*/

/*ul.notesborder
{
    border-left:6px solid yellow;
}*/














