﻿/* this removes the scrollbars from the dialogs */
/*html, body, form {
	overflow: hidden;
}*/
.RadForm_Interplan
{
    overflow: hidden;
}

.RadSpell {
	width: 460px;
	height: 303px;
	padding: 0;
	margin: 0;
	background: white;
}

.RadSpell * {
	margin:0;
	padding:0;
}

.RadSpell ul {
	list-style-type:none !important;
}

.RadSpell .RichTextView,
.RadSpell textarea,
.RadSpell select,
.RadSpell .MainOptions {
    margin-left:7px;
}

.RadSpell .RichTextView {
	overflow: auto;
}

.RadSpell textarea {
	display: none;
	overflow: auto;
    border:solid 1px #ccc;
}

.RadSpell,
.RadSpell textarea,
.RadSpell select {
	font-family: 'Roboto', sans-serif;
    font-size:100%;
}

/* the next two must be separate. they fix the hidden textarea position when it becomes visible*/
/* IE 7 only */
*:first-child+html .RadSpell textarea {
	margin-top: -1px;
	margin-bottom: -1px;
}

/*IE 5-6 only*/
* html .RadSpell textarea {
	margin-top: -1px;
	margin-bottom: -1px;
}

.RadSpell .SpellOptions a {
	/*display: block;*/
}

.RadSpell .SpellOptions a.disabled {
	cursor: no-drop;
}

.RadSpell h3:after,
.RadSpell:after,
.RadSpell .SpellOptions:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/*RadSpell headings start*/
.RadSpell h3,
.RadSpell h3 em
.RadSpell h3 span {
	height: 44px;
	line-height: 35px;
}

.RadSpell .RichTextView strong {
	color: #f00;
	text-decoration: underline;
}

.RadSpell h3 {
	margin: 0 ;
	padding-left:7px;
	background: #e5e5e5;
	font-size:1.1em;
	overflow:hidden;
}

.RadSpell h3 em {
	float:left;
	padding-right:7px;
	font-style:normal;
	cursor: default;
}

.RadSpell h3 span {
	float:left;
	padding:0 10px;
	background: #fff;
	height: 28px;
	margin-top: 16px;
	line-height: 28px;
}

.RadSpell h4 {
	margin-top:7px;
	padding-left:7px;
	font-size:12px;
	font-weight:normal;
    color:#555252;
}

.RadSpell .RichTextView,
.RadSpell textarea {
	height:70px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	background:#fff;
	font-size:0.8em;
}
.RadSpell textarea {
	width:318px;
	padding:3px 5px 3px 3px;
}
.RadSpell .RichTextView {
	width: 320px;
	padding: 3px;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
	cursor: text;
}

.RadSpell .RichTextView em {
	font-style:normal;
	color:#000;
}

.RadSpell select,
.RadSpell .MainOptions {
	width:328px;
}
.RadSpell select {
	height:60px;
	font-size:0.8em;
    border:1px solid #ccc;
}

*:first-child+html .RadSpell select {
	height:85px;
}

/*IE 5-6 only*/
* html .RadSpell select {
	height:85px;
}
.RadSpell select option {
	padding:1px 3px 0;
}

/*RadSpell buttons start*/
.RadSpell .SpellOptions li {
	height:23px;
	line-height:23px;
}
.RadSpell .SpellOptions li {
	width:83px;
	text-align:center;
	
}

.RadSpell .MainOptions {
	margin-top:10px;
}
.RadSpell .MainOptions li {
	float:right;
	margin-left:10px;
}
.RadSpell .AuxOptions {
	float:right;
	width:91px;
	*width: 94px;
	margin-top:20px;
	margin-right: 12px;
}
.RadSpell .AuxOptions li
{
    margin-top:8px;
}
    .RadSpell a
    {
        text-decoration:none;
    }
.RadSpell button {
	/*width: 76px !important;*/
    
    background-color: #33c1d4 !important;
    color: #fff;
    border: solid 1px #004b66;
    display: block;
    font-size: .8em;
    cursor: pointer;
   
    text-decoration:none;
}
/*RadSpell buttons end*/

/* Following styles are MetroTouch skin related only */

div.RadSpell_MetroTouch {
	width: 469px;
}

div.RadSpell_MetroTouch, 
div.RadSpell_MetroTouch textarea, 
div.RadSpell_MetroTouch select {
	font-size: 16px;
}

div.RadSpell_MetroTouch textarea {
	line-height: 20px;
}

div.RadSpell_MetroTouch h4 {
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}

.RadSpell_MetroTouch ul.SpellOptions {
	margin-top: 9px !important;
	width: 120px;
}

.RadSpell_MetroTouch ul.MainOptions {
	width: 310px;
	margin-top: 3px !important;
	*margin-top: -1px !important;
}

.RadSpell_MetroTouch ul.SpellOptions li {
    height: auto;
    line-height: normal;
}

.RadSpell_MetroTouch ul.SpellOptions li .rfdDecorated {
	width: 98px !important;
	*width: 96px !important;
	padding-left: 6px;
}

.RadSpell_MetroTouch ul.MainOptions li {
	margin-left: 20px;
}

.RadForm_MetroTouch .RadSpell_MetroTouch ul.SpellOptions li .rfdDecorated:hover {
	padding-left: 6px;
}

.rfdRtl .RadSpell_MetroTouch .AuxOptions { 
	margin-right: 0;
	width: 114px;
	*width: 110px;
}

.RadSpell .SpellOptions
{
    margin-top:10px !important;
}

P 
{
   margin:0px;
}
 
blockquote   
{   
    margin-top: 0px;       
    margin-bottom: 0px;   
} 

.rfdSelectDisabled
{
    border:1px solid #ccc !important;
    border-radius:0px !important;
    margin-left:7px;
}

.rfdSelectBox

{
    border:1px solid #ccc !important;
    border-radius:0px !important;
    margin-left:7px;
}
.rfdSelectBox::-webkit-scrollbar {
  width: 10px !important;
}
 
.rfdSelectBox::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.rfdSelectBox::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.rfdSelectBox::-webkit-scrollbar-button {
  background: #666;
  height: 15px;
  border-radius: 50%;
  display:none
  
}