.grecordnotes {
	height: 100%;
	width: 100%;
	overflow: hidden;
	box-shadow: 1px 1px 14px #5d5b5b; 
}

.rn-wrapper {
	height: 100%;
	width: 100%;
	display: table;
}

.rn-header, .rn-content {
	display: table-row;
}

.rn-header {
	background: #2864a5;
	height: 35px;
	line-height: 35px;
}

.rn-inner {
	display: table-cell;
	padding: 0 10px;
}

.rn-content .rn-inner {
	height: 100%;
	position: relative;
	background: #fff;
}

.rn-headerTitle {
	display: inline-block;
	line-height: 34px;
	color: #fff;
}

.rn-headerRight {
	float: right;
	/*background: #444;*/
	height: 100%;
	line-height: 34px;
	text-align: right;
}

.rn-scrollable {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	padding: 5px;
	-webkit-overflow-scrolling: touch;
}

.rn-contNotes {
	padding: 2px 0;
}

.rn-h-icon1, .rn-h-icon2 {
	display: inline-block;
	/*margin: 0 8px;*/
	font-size: 21px;
	color: #fff;
	position: relative;
	/*top: 2px;*/
	cursor: pointer;
	border-left: 1px solid #f3f3f3;
	padding: 0 12px;
	height: 100%;
}

.rn-h-icon2 {
	border-right: 1px solid #f3f3f3;
	padding: 0 10px;
}

.rn-h-icon1 i, .rn-h-icon2 i {
	position: relative;
	top: 2px;
}

.rn-h-icon1 span, .rn-h-icon2 span {
	font-size: 14px;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.rn-message {
	width: 95%;
    background: #fff;
    margin: 5px auto;
    display: table;
    box-shadow: 1px 1px 10px #676767;
}

.rn-msg-inner {
	display: table-cell;
	padding: 0 10px;
}

.rn-noteWrapper {
	width: 95%;
    display: table;
    margin: 5px auto;
    box-shadow: 1px 1px 20px #676767;
}

.rn-noteHeader {
    background: #f3f3f3;
    display: table-row;
    height: 28px;
    line-height: 28px;
}

.rn-noteHeaderInner {
    display: table-cell;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #c7c7c7;
}

.rn-noteHeaderTitle {
	display: inline-block;
	line-height: 28px;
	font-family: 'Roboto Medium';
	vertical-align: bottom;
	color: #222;
}

.rn-noteHeaderRight {
	float: right;
    /*background: #fff;*/
    height: 28px;
    /*width: 80px;*/
}

.rn-noteHeaderRight tbody {
	line-height: 11px;
	font-size: 14px;
	text-align: right;
}

.rn-noteHeaderRight .rn-descriptiveTime {
	font-family: 'Roboto Medium';
}

.rn-noteHeaderRight .rn-noteTime {
	font-size: 12px;
}

.rn-editDiv {
    height: 28px;
    vertical-align: middle;
    float: right;
    position: relative;
    top: 1px;
    margin-right: 2px;
    cursor: pointer;
}

.rn-editDiv i {
	font-size: 18px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    top: 3px;
    color: #2864a5;
}

.rn-notePriority {
	display: inline-block;
	width: 10px;
	height: 28px;
	vertical-align: top;
	margin: 1px 5px 1px 1px;
	background: transparent;
}

.rn-priorityHigh {
	background: #a71616;
	box-shadow: inset 1px -1px 5px darkslategrey;
}

.rn-priorityMedium {
	background: #24a930;
	box-shadow: inset 1px -1px 5px darkslategrey;
}

.rn-priorityLow {
	background: #498db7;
	box-shadow: inset 1px -1px 5px darkslategrey;
}

.rn-noteContent {
	background: #fdfdfd;
	height: 100%;
	padding: 8px 2px;
	/*border: 1px solid #ffaa00;*/
	/*box-shadow: inset 1px 1px 10px black;*/
}

.rn-noteContent .rn-noteInner {
	padding: 2px 8px;
	font-size: 14px;
	white-space: pre-wrap;
	transition: all 0.5s;
}

.rn-expandNote {
	height: 20px;
    background: rgba(220, 220, 220, 0.1);
    position: relative;
    top: 5px;
    border-radius: 5px;
}

.rn-expandNote i {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #2864a5;
}

.rn-userIcon {
	margin-right: 4px;
    color: #222;
    vertical-align: middle;
}

.rn-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1040;
}

.rn-confirmButtonYes, .rn-confirmButtonNo {
    padding: 10px 0;
    width: 80px;
    border: 1px solid darkgrey !important;
}

.rn-confirmButtonYes {
	background: #2864a5 !important;
    color: #fff !important;
}

.rn-confirmButtonYes span, .rn-confirmButtonNo span {
    font-size: 16px;
}

/* INPUT DIALOG */

.rn-inputWrapper {
	position: absolute;
    top: 120px;
    left: 38%;
    display: inline-block;
    z-index: 1051;
}

.rn-inputCont {
	display: inline-block;
	font-size: 0;
}

.rn-inputTitle {
 	background: #fbfbfb;
    width: 45%;
    min-width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: 1px;
    box-shadow: 0 -1px 25px #888;
}

.rn-inputTitle span {
	font-family: 'Roboto Medium';
    color: #2864a5;
}

.rn-inputCont textarea {
	height: 120px;
    width: 350px;
    min-width: 400px;
    min-height: 100px;
    box-shadow: 0px 2px 30px 1px #888;
    background: #f9f9f9;
    font-size: 14px;
    padding: 5px;
}

.rn-inputSide {
    display: inline-block;
    width: 50px;
    height: 80px;
    vertical-align: top;
    box-shadow: 6px 1px 30px #888;
}

.rn-inputSide i {
	font-size: 25px;
    color: #b2b2b2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
}

.rn-inputSideBtnTop, .rn-inputSideBtnBottom {
	height: 40px;
	background: #ececec;
	box-shadow: inset 0px 0px 12px #888;
	cursor: pointer;
}

.rn-inputSideBtnTop {
	
}

.rn-inputSideBtnBottom {
	
}

.rn-inputFooter {
	height: 36px;
    background: #f3f3f3;
    width: calc(100% - 50px);
    box-shadow: 1px 1px 30px #888;
}

.rn-inputFooterLeft {
	display: inline-block;
	height: 100%;
	width: 70%;
}

.rn-inputFooterRight {
	display: inline-block;
	height: 100%;
	width: 30%;
}

.rn-footerBtnSave, .rn-footerBtnCancel {
	display: inline-block;
    float: right;
    width: auto;
    text-align: center;
    font-size: 25px;
    border-left: 1px solid #777;
    cursor: pointer;
    padding: 0 18px;
}

.rn-footerBtnSave {
	color: darkgreen;
}

.rn-footerBtnCancel {
	color: dimgray;
}

.rn-selectBox {
	float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    margin-right: 12px;
}

.rn-selectBox select {
	padding: 3px;
    width: 100px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}

.rn-footerCheckbox {
	display: inline-block;
	height: 100%;
	float: left;
    line-height: 38px;
    padding-left: 20px;
}

.rn-footerCheckbox input {
    transform: scale(1.6);
    position: relative;
    top: 1px;	
}

.rn-footerCheckbox span {
	margin-left: 10px;
	cursor: default;
}

.rn-selected {
	box-shadow: none;
	background: #2864a5;
	width: 110%;
}

.rn-noteSelected {
	position: relative;
	left: -10px;
    padding: 2px;
    background: #819cff;
}

.rn-selected i {
	color: #f3f3f3;
	font-size: 27px;
}

.rn-hidden {
	display: none !important;
}
