﻿
  div.RadScheduler .rsHorizontalHeaderTable, div.RadScheduler .rsContentTable, div.RadScheduler .rsAllDayTable
    {
        width: /*\**/ 100%\9 !important;
    }
    * + html div.RadScheduler .rsHorizontalHeaderTable, * + html div.RadScheduler .rsContentTable, * + html div.RadScheduler .rsAllDayTable
    {
        width: auto !important;
    }

    .RadScheduler .rsTopWrap tr.rsHidden
    {
        display: block;
    }

    * + html .RadScheduler .rsVerticalHeaderTable tr.rsMainHeader div.rsMainHeader
    {
        width: auto;
    }

.modalPopup
{
	width:100px; 
    height:100px;
    
    top: 250px; 
    left: 40%;

    border: 0px;
    position: static;
    z-index: 99999998; 
    
}





/* For SuperSig */

html{ -ms-touch-action: none;}
body{ -ms-touch-action: none;}


.rgDataDiv
{
      overflow-y: scroll !important;
} 



input { -webkit-border-radius: 3px;  -moz-border-radius:3px; border-radius:3px;
	margin-left: 0px;
}
textarea { -webkit-border-radius: 3px; -moz-border-radius:3px; border-radius:3px; }
select { -webkit-border-radius: 3px;    -moz-border-radius:3px; border-radius:3px;}



 /* - Sets all grid cells to 12 */
#ctl00_ContentPlaceHolder1_RadGrid1_ctl00 td {font-size: 12px;}

select 
{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	 
}

.contenttable   { padding-left: 10px; text-align : left; width: 100%;} 

.money
{
       text-align: right  !important;
}


.RadDock { margin-bottom : 10px !important; }

.riTextBox
{
       height: auto  !important;
}

  .rdContent   
    {      
        overflow: hidden !important;   
    }  


.modalProgressGreyBackground 
{
   // background:#CCCCCC;
	//filter:alpha(opacity=60);
	//opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}






.modalPopupSearch
{

    border-style: groove; 
    border-width:2px; 
    border-color: #696969;
    background-color:White; 
    width:800px; 
    height:400px;
}



.collapsePanel 
{

	height:0px;
	overflow:hidden;
}

 /*    headers  */

 .portalheader {
	margin: 5;
	padding: 5;
	font-size: 24px;
	
}


 h1 {

	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
}
 h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
}


 h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
}

A.ssmItems:link		{text-decoration:none; font-size: 12px; text-align: left; vertical-align: middle;}
A.ssmItems:hover	{text-decoration:none; font-size: 12px; text-align: left; vertical-align: middle;}
A.ssmItems:active	{text-decoration:none; font-size: 12px; text-align: left; vertical-align: middle;}
A.ssmItems:visited	{text-decoration:none; font-size: 12px; text-align: left; vertical-align: middle;} 


.autocomplete_completionListElement 
{  

 /*      visibility : hidden;
      margin : 0px!important;
      background-color : inherit;
      color : windowtext;
      border : buttonshadow;
      border-width : 1px;
      border-style : solid;
      cursor : default;
      overflow : auto;
      height : 200px;
      text-align  : left; 
     list-style-type  : none;
*/
visibility: hidden;
margin: 0px !important;
background-color: white;
color: black;
border: 1px solid #000000;
cursor: 'auto';
overflow: auto;
text-align: left;
list-style-type: none;}



/* AutoComplete highlighted item */


.autocomplete_highlightedListItem
{
	background-color: #FF9933;
	color: black;
	padding: 1px;
	font-size: 12px;
	text-align: left;
}

/* AutoComplete item */

.autocomplete_listItem 
{
      background-color : #FFFFFF;
      color : #000000;
      padding : 1px;
      font-size: 12px;
      text-align: left;

      
}
  .leftPanelBarContainer
    {
    	border: 0px;
    	background: transparent;
        float: left; 
        width: 155px;
        overflow: auto;
        Position : Absolute ;
        Left : 20px ;
        z-index: 9001;
}
.tooltip 
{
     font-weight: bold;
      color : #000000;
      padding : 3px;
      

      
}

.rfdSelect
{
    text-decoration: none !important;
} 
  

   

.rfdSkinnedButton *
{
    text-decoration: none !important;
}
    
    
     .CurrentTimeSlotCss   
        {   
            background: yellow !important;     
        }   

.contactCheck input[type=checkbox]
{
    width:20px;
    height:20px;
}