﻿/***************************** General ***************************/
/* 
Evolv-CS
v8.0
08/04/2009
Here goes all styles that are independent or applicable to all skins 
*/

/* EB 03/31/2011 v8.4 Dev#8047 - The form here is causing the old toolbar buttons flicker and captions disappear (form_prop_sheet.xsl).
                                 This started to happen when Degran.Global.css was added to eventform.asp
html, body, form, head
*/
html, body, head
{
    height: 100%;
    width: 100%;
    margin: 0;
}

.divMain
{
    width:100%; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    height:96%;
}

/*Positioning of the modules iframe*/
.module_frame
{
	visibility: hidden;
	width: 0px;
	height: 0px;
	border: none 0;
}

/*Adjust positioning of the menu outer container (root)*/
/* z-index: 7001 -> to show above the breadcrumbs */
/*.mainMenu .rmRootGroup
{
	height:48px; 
    width:75px;
    background-color: #B9D1EA !important;
    border: none;
    z-index: 7001; 
}
*/

/*Positioning of the EvolvCS image*/
/*
.mainMenu .rmLeftImage
{
    position: absolute;
    left: 1px;
    top: 6px;
}
*/

/* Position the global contents, where the module frames goes */
.meat 
{
    padding-top: 2px;
}

/**************************************************************************/
/* Position the breadcrumbs - final positioning happens on pageLoad event */
/*.breadcrumbclass*/
.breadcrumbclass .rmRootGroup
{
    border: none !important;
}

.bcContainerWrapper {
    margin-left: 3px;
    margin-top: 2px;
    height:20px !important; 
    margin-right: 5px;
    z-index: 6000;
}

.bcContainerWrapper #container {
    width: 100%; 
}

/*********** BreadCrumb menus (not used for now) *************/

/* Make the breadcrumbs thinner, with white background */
.breadcrumbclass .rmItem .rmLink,
.breadcrumbclass .rmItem .rmFocused,
.breadcrumbclass .rmItem .rmExpanded
{
    padding-top: 2px;
    padding-bottom: 2px;
    background-image: none;
    color: Black;
    /* background-color: #ECF2F9 !important; */ /* Background color to the same as the bar */
}

.breadcrumbclass .bcRoot .rmLink,
.breadcrumbclass .bcRoot .rmFocused,
.breadcrumbclass .bcRoot .rmExpanded
{
    background-color: #ECF2F9 !important; /* Background color to the same as the bar */
}

/* Controls the left and right margin on the breadcrumbs (root elements) */
.breadcrumbclass .rmItem .rmLink
{
    padding-left: 2px;
}
.breadcrumbclass .rmItem .rmLink .rmText
{
    padding-right: 2px;
    background-image: none; /* Remove the background when hover */
}

/* Remove the background image from the breadcrumbs, it will be replaced bu other images in the future */
.breadcrumbclass .rmItem .rmLink:hover,
.breadcrumbclass .rmItem .rmFocused,
.breadcrumbclass .rmItem .rmExpanded,
.breadcrumbclass .rmItem .rmExpandDown
{
    background-image: none;
    background-color: Transparent;
    border: none;
}

/* Maintain the white font color of the menu texts in the breadcrumbs */
/*.breadcrumbclass .rmSlide .rmItem .rmLink .rmText
{
    color: White;
}*/

/* Keep a decent spacing on the menu items on the breadcrumbs */
.breadcrumbclass .rmSlide .rmItem .rmText,
.breadcrumbclass .rmSlide .rmItem .rmLink .rmText,
.breadcrumbclass .rmSlide .rmItem .rmLink:hover .rmText,
.breadcrumbclass .rmSlide .rmItem .rmFocused .rmText,
.breadcrumbclass .rmSlide .rmItem .rmExpanded .rmText
{
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-right: 20px !important;
}

/**************************************************************************/

/* Format properly the button in the toolbar */
/*
.rtbOut
{
}

.rtbIn
{
    height:21px;
    width:22px;
}

.rtbIcon
{
    position:relative;
    top: -7px;
    left:-5px;
}
*/

/******************************* Task Bar **********************************/
/* Less customization on the taskbar */
div.taskBar .rtbInner 
{ 
    padding: 0; 
} 
div.taskBar .rtbMiddle 
{ 
    border: none; 
    height: 26px; 
} 
div.taskBar .rtbOuter 
{ 
    height: 26px; 
} 
div.taskBar .rtbIn 
{ 
    padding-top: 2px; 
    padding-bottom: 0px; 
} 
div.taskBar .rtbWrap 
{ 
    line-height: 22px; /*  EB 12/29/2011 v8.5.1xx ECS-311 - Adjust the height of the line on dropdown menus in main menu */
} 

div.taskBar .rtbIcon
{
    /* Remove padding from around the button image */
    padding: 1px !important;
}

div.taskBar .rtbBtn
{
    /* Move the button a bit lower to be centralized (vertical) */
    padding-top: 1px !important;
}

/* Makes the distance between the arrow and icon smaller */
div.taskBar .rtbChoiceArrow
{
    /* Move the button a bit lower to be centralized (vertical) */
    background-position: 90% 50% !important;
    margin-left: 0;
    width: 14px;
}

/* Make the drop down menus closer */
div.taskBar .rtbUL .rtbDropDown
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div.taskBar .rtbDropDown .rtbIcon
{
    /* Remove padding from around the dropdown image but leave some to separate the text */
    padding-right: 4px !important;
}

/* Make the separator a bit smaller to fit in the new toolbar height*/
div.taskBar .rtbUL .rtbSeparator
{
    height: 20px !important;
}

/* Gives a distance to fit the edit and delete buttons on favorites */
.RadToolBarDropDown_Taskbar .rtbItem .rtbWrap
{
    padding-right: 20px !important;
}

.FavDelete 
{
    position:absolute;
    right:4px;
    top: 0px;
    margin-left:2px;
    margin-bottom:4px;
    padding: 2px;
}

.FavEdit 
{
    position:absolute;
    right:20px;
    top: 0px;
    margin-right:2px;
    margin-bottom:4px;
    padding: 2px;
}

/******************************* Staff Bar **********************************/
.pnRightTexts
{
    position:absolute; 
    right:0; 
    top:0;
}


.staffBar .rtbMiddle,
.staffBar .rtbInner
{
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
}

.staffBar .rtbOuter
{
    border: none !important;
}

/*
.buttonNoBg,
.buttonNoBg .rtbOut,
.buttonNoBg .rtbMid,
.buttonNoBg .rtbIn
{
    background-image: none !important;
}
*/

/* This has to be after the RadToolBar_Taskbar - Can create a skin special for this one later!!! */
/* Remove the background for the hover on the Staff ToolBar */
/*
.staffBar .rtbWrap:hover, 
.staffBar .rtbOut:hover, 
.staffBar .rtbMid:hover, 
.staffBar .rtbIn:hover
{
	background-image: none !important;
}
*/
.staffname
{
    background-image: none !important;
    padding-right: 5px;
}

.staffname .rtbOut, 
.staffname .rtbMid, 
.staffname .rtbIn
{
    background-image: none !important;
}

.staffname .rtbText
{
    position:relative;
    cursor: pointer;
}

/*
.staffBar .rtbItemClicked .rtbWrap, 
.staffBar .rtbItemClicked .rtbOut, 
.staffBar .rtbItemClicked .rtbMid, 
.staffBar .rtbItemClicked .rtbIn
{
	background-image: url('images/ButtonBgClick.png') !important;
}*/


/***************************** FrameModule ******************************/

.internal_iframe
{
	overflow: hidden;
    z-index: 8 !important;
    width: 100%;
    border: 0;
}

.contentsDiv 
{
    overflow:hidden;
    height: 100%;
    width: 100%;
    border: 0 !important;
}

.divContainer
{
    /*position:absolute;*/
    overflow:hidden;
    height: 100%;
    width: 100%;
    border: 0;
    left:0px;
    position:absolute;
}

.divContainer_header
{
    top:32px; 
}

.divContainer_noheader 
{
    top:0px; 
}

.appTop
{
}

.appTop_noheader
{
    visibility:hidden;
}

.appTop_header
{
    width:100%; 
    position:absolute;
    top:0px;
    overflow:hidden !important;
    height:auto;
    padding:0px; 
    margin:0px;
    border:0px;
    visibility:visible;
}

/***************************** End FrameModule ******************************/

/***************************** FormSet ******************************/

.bodyfs
{
    height: 100%; 
    width: 100%; 
    margin: 0 0 0 0;
}

.divfsHeaderLeft
{
    /* EB 01/11/2012 v8.5.1xx ECS-311 - Changing the way of positioning as with position is making menu go under tabs */
    /*position: relative;*/ 
    float: left;
    text-align: left;
}

.divfsHeaderRight
{
    /* EB 01/11/2012 v8.5.1xx ECS-311 - Changing the way of positioning as with position is making menu go under tabs */
    /*position: absolute; 
    top: 0px;
    right: 0px;*/
    float: right;
}

div.RadTabStrip .rtsTxt  
{  
    font-size: 8pt;
}

div.formsetMenu .rmText  
{  
    font-size: 8pt;
    line-height: 20px;
}

div.helpClose .rtbIn
{
    padding-top: 1px;
}

div.helpClose .rtbWrap
{
    line-height: 12px;
}

div.lookup .rtbIn
{
    padding: 0;
}

div.lookup .rtbMiddle
{
    border: none;
    height: 21px;
}

div.lookup .rtbOuter
{
    height: 21px;
}

div.lookup .rtbWrap
{
    line-height: 16px;
}                        

.pnlfsLookupLeft
{
    float: left;
}

.pnlfsLookupLeft .rtbItem .rtbText
{
    padding-left: 5px;
    padding-right: 3px;
}

.pnlfsLookupLeft2
{
    position: relative; 
    left: 12px;
    top: -4px;
}

.pnlfsLookupRight
{
    float: right;
}

/***************************** Dashboards ******************************/

div.rdContent
{
    overflow: hidden !important;
}
div.RadChart
{
    overflow: hidden;
}
div.rdTitlebar
{
    text-align: left;
}
div.rdContent
{
    text-align: center;
}
.dockDashboardCommandParameters
{
    width: 15px !important;
    background: url(images/lookup.gif) no-repeat !important;
}
.outer
{
    /*MartinW 09/22/2009 */
    /*border: solid 1px #c0c0c0;*/
    border-bottom: solid 1px #c0c0c0;
    width: 500px;
    /*MartinW 09/22/2009 */
    /*padding: 2px; */
    padding: 1px;
    margin: 0px 0px 2px 0px;
}
.inner
{
    width: 496px;
    /*MartinW 09/22/2009 */
    /*margin: 2px auto;*/
    margin: 1px auto;
}
.innerTitle
{
    float: left;
    width: 100px;
    /*MartinW 10/08/2009 #6180 V8.0 */
    /*margin: 0px 5px 0px 0px;*/
    margin: 0px 0px 0px 0px;
    background-color: #eeeeee;
    /*MartinW 09/22/2009 */
    /*padding: 0px 0px 0px 5px;*/
    padding: 0px 0px 0px 2px;
    text-align: left;
    /* MartinW 07/20/2009 background continues on rowspan */
    /* MartinW 09/22/2009 disabled since after collapse the cells shrunk and were unreadable */
    /*height: expression(this.parentElement.offsetHeight + "px");*/
    /* MartinW 10/22/2009 force black font, since black skin overwrites it */
    color: Black !important;
}
.innerContent
{
    float: left;
    /*MartinW 09/22/2009 */
    /*width: 361px;*/
    width: 379px;
    /* MartinW 10/22/2009 */
    /* background-color: #dddddd;*/
    background-color: #eeeeee;
    /*MartinW 09/22/2009 */
    /*padding: 0px 5px 0px 0px;*/
    /*MartinW 10/08/2009 #6180 V8.0 */
    /*padding: 0px 2px 0px 0px;*/
    padding: 0px 2px 0px 2px;
    /*MartinW 09/22/2009 */    
    /*text-align: right;*/
    text-align: left;
    /*MartinW 09/22/2009 */
    /*border: 2px;*/
    /* MartinW 07/20/2009 background continues on rowspan */
    height: expression(this.parentElement.offsetHeight + "px");
    /* MartinW 10/22/2009 force black font, since black skin overwrites it */
    color: Black !important;    
}
.innerContentRelational
{
    float: left;
    width: 10px;
    background-color: #dddddd;
    padding: 0px 0px 0px 0px;
    /*MartinW 10/08/2009 #6180 V8.0 */
    /*margin: 0px 5px 0px 0px;*/
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: center;
    /* MartinW 07/20/2009 background continues on rowspan */
    height: expression(this.parentElement.offsetHeight + "px");
}        
.clear
{
    clear: both;
}

div.RadToolBar_Dashboards .rtbIn
{
    padding-top: 0px;
}
div.RadToolBar_Dashboards .rtbWrap
{
    line-height: 16px;
}

/***************************** MyEvolv ******************************/

div.rdContent
{
    overflow: hidden !important; 
    padding: 3px;
}
div.RadChart
{
    overflow: hidden;
}
div.rdTitlebar
{
    text-align: left;
}
div.rdContent
{
    text-align: center;
}
.dockDashboardCommandParameters
{
    width: 15px !important;
    background: url(images/lookup.gif) no-repeat !important;
}

/*MartinW 09/22/2009 duplicates
.outer
{
    border: solid 1px #c0c0c0;
    width: 500px;
    padding: 2px;
    margin: 0px 0px 2px 0px;
}
.inner
{
    width: 496px;
    margin: 2px auto;
}
.innerTitle
{
    float: left;
    width: 100px;
    margin: 0px 5px 0px 0px;
    background-color: #eeeeee;
    padding: 0px 0px 0px 5px;
    text-align: left;
}
.innerContent
{
    float: left;
    width: 361px;
    background-color: #dddddd;
    padding: 0px 5px 0px 0px;
    text-align: right;
}
.innerContentRelational
{
    float: left;
    width: 10px;
    background-color: #dddddd;
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    font-weight: bold;
    text-align: center;
}        
.clear
{
    clear: both;
}
*/

div.RadToolBar_MyEvolv .rtbIn
{
    padding-top: 0px;
}
div.RadToolBar_MyEvolv .rtbWrap
{
    line-height: 16px;
}

.myEvSectionHeader 
{
    font-family: tahoma;
    font-size: 12pt;
    font-weight: bold;
    padding-left:10px;
    color: #008ED6;
}

.myEvItem
{
    font-family: Calibri, tahoma;
    font-size: 9pt;
    cursor:hand;
    text-decoration:underline;
}

.myEvItemNoLine
{
    font-family: Calibri, tahoma;
    font-size: 9pt;
    cursor:hand;
    text-decoration:none;
    text-align:left;
    padding-right: 6px;
}

.myEvItemLeftBorder
{
    border-left:1px solid lightblue;
    padding-left: 3px;
}

.myEvCommentLine
{
    font-family: tahoma;
    font-size: 8pt;
    text-decoration:none;
    text-align:left;
    color: #000099;
}

.myEvTableHeader
{
    font-family: tahoma;
    font-size: 8pt;
    font-weight:bold;
    border-bottom:silver 1pt solid;
    text-align:left;
}

.myEvSectionPlanel
{
    background-color:#D7F5FF;
    padding:9px;
}

.topRound 
{
    background:#D9D9FF url(images/myev_prpl_tr.jpg) no-repeat top right;
}

.bottomRound 
{
    background:#D9D9FF url(images/myev_prpl_br.jpg) no-repeat top right;
}

.imgRound 
{
    border:none;
    display:block;
}

.myEvMenuDivider
{
    font-family:tahoma;
    font-size:8pt;
    color:white;
    padding-right:5px;
    padding-left:5px
}

.myEvMenuItem
{
    cursor:hand;
    font-weight:bold;
    font-family:tahoma;
    font-size:8pt;
    color:white;
}

/*********************************** Navigator **************************************/
/* Set the height of the panel item to a bit less thick */
.navigator .rpText,
.navigator .rpIn
{
    /* EB 01/09/2012 v8.5.1xx ECS-311 - Not necessary anymore, however need a nowrap now and some padding so the text is not too close to top */
    /*height:18px !important;
    line-height:18px !important;*/
    white-space: nowrap;
    padding-top: 2px !important;
}

/* EB 01/09/2012 v8.5.1xx ECS-311 - This Expand Handle was added and it is breaking line where it should not, we dont use, remove */
.navigator .rpExpandHandle
{
    display: none !important;
}

/* EB 01/15/2012 v8.5.1xx ECS-311 - Make spacing of formset item smaller */
.navigator .RadTreeView_Navigator
{
    line-height:16px !important;
}

.navigator .RadTreeView_Navigator .rpItem 
{
    margin-top: 0px !important;
}

/* EB 01/09/2012 v8.5.1xx ECS-311 - Not necessary anymore */
/*.navigator .RadTreeView_Navigator .rpLink
{
    line-height: 18px !important;
}
*/

/* EB 01/12/2012 v8.5.1xx ECS-311 - Fix spacing on navigation treeview (sub-module) */
.RadPanelBar_Navigator .rpOut,
.RadPanelBar_Navigator .rpLink
{
    height: 20px;
}

/* EB 01/15/2012 v8.5.1xx ECS-311 - Adjusting height and paddings to make smaller */
/* EB 01/12/2012 v8.5.1xx ECS-311 - Fix spacing on navigation treeview (formset memeber) */
.navigator .RadTreeView_Navigator .rtSp
{
    height: 15px;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-left: 1.9em;
}

/* EB 01/15/2012 v8.5.1xx ECS-311 - Make padding-top of formset item smaller */
/* EB 01/12/2012 v8.5.1xx ECS-311 - Fix spacing on navigation treeview (formset memeber) */
.navigator .RadTreeView_Navigator .rtIn,
.navigator .RadTreeView_Navigator .rtHover .rtIn,
.navigator .RadTreeView_Navigator .rtSelected .rtIn
{
    padding-top: 0px;
    padding-bottom: 1px;
}

/* Adjust the indentation of the nodes */
.navigator .RadTreeView_Navigator .rtLI
{
    margin-left: -1.9em;
}

/* EB 01/15/2012 v8.5.1xx ECS-311 - Adjust plus sign size */
.navigator .RadTreeView_Navigator .rtUL .rtLI .rtPlus
{
    margin-top: 4px;
}

/* Adjust the indentation of the nodes */
.navigator .RadTreeView_Navigator .rtUL .rtLI .rtUL
{
    padding-left: 22px;
}
/* should work but it is not working, works on Firefox */
.navigator .RadTreeView_Navigator .rtMinus, 
.navigator .RadTreeView_Navigator .rtPlus
{
    margin-right: 1px !important;
    padding-right: 1px !important;
}

/* Controls the padding around the text*/
/* EB 01/09/2012 v8.5.1xx ECS-311 - Not necessary anymore */
/*.navigator .RadTreeView_Navigator .rtIn 
{
    padding: 1px 1px 1px 1px !important;
}
*/

/* Height of the treeview nodes */
.navigator .RadTreeView_Navigator .rtLI .rtTop, 
.navigator .RadTreeView_Navigator .rtLI .rtMid, 
.navigator .RadTreeView_Navigator .rtLI .rtBot
{
    /* EB 01/09/2012 v8.5.1xx ECS-311 - Not necessary anymore */
    /*height:15px !important;*/
    padding: 0 0 0 20 !important;
}

/* The hover box goes all the way to the right */
/* It doesn't look nice, as the left border is still doesn't go all the way to the left */
/*
.RadTreeView_Navigator .rtHover .rtIn
{
    padding-right:100% !important;
}
*/

/* EB 01/09/2012 v8.5.1xx ECS-311 - Not necessary anymore */
/* Fix the bottom margin of the treeview, otherwise the last node is partially hidden */
/*.navigator li.rpItem .rpTemplate 
{
    padding-bottom: 10px !important;
}*/

/***************************** Filter ******************************/

div.RadToolBar_Filter .rtbIn
{
    padding: 1;
}
div.RadToolBar_Filter .rtbMiddle
{
    border: none;
    height: 28px;
}
div.RadToolBar_Filter .rtbOuter
{
    height: 28px;
}        
div.RadToolBar_Filter .rtbWrap
{
    line-height: 13px;
}    
#rgtListingFilter_GridData
{
    overflow-x: hidden !important;
}

/***************************** End ******************************/

/*********************** Formstyle overwrittes ************************/

.button
{
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
    border-right: outset 1px;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: outset 1px;
    font-size: 8pt;
    cursor: hand;
    height: 16pt;
    /* EB 11/17/2010 v8.3 Dev#7101 - Moved padding from formstyle.xsl to here (css) */
    padding-right: 3px; 
    padding-left: 2px;
}

/* EB 11/17/2010 v8.3 Dev#7101 - Moved from defran.css and moved padding from formstyle.xsl */
.button_no_click
{
    font-size: 8pt;
    font-family: Tahoma;
    height: 16pt;
    padding-right: 5px;
    padding-left: 2px;
}

.textlbl
{
    font-size: 8pt;
    color: black;
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
    padding-right: 3px;
    padding-left: 2px;
}

/* EB 11/17/2010 v8.3 Dev#7101 - Copied from defran.css */
.textlblmodified
{
    font-size: 8pt;
    color: blue;
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
    padding-right: 3px;
    padding-left: 2px;
}

/* EB 05/07/2010 v8.2 Dev#6727 - Format warning texts (login warning message) */
.textlbl_warning
{
    vertical-align: top; 
    text-align: center;
    font-size: 10pt;
    font-weight: normal;
    color: #333399;
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
}

/* EB 05/07/2010 v8.2 Dev#6727 - Panel slyle for the warning message on the login screen */
.panel_warning
{
    border-style: outset;
    border-width: 2px;
    padding: 2px;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
}

.dispinfo_changed
{
    font-size: 8pt;
    color: #990033;
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
    border-bottom: outset 1px; /* RNO 3/30/2017 ECS-17260 - added minimal change to force object refresh in IE so all text will display, without only top line displays when using event copy  */
}

.dispinfo
{
    font-size: 8pt;
    color: #333399;
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
}

/* EB 11/09/2010 v8.3 Dev#5654 - Emulates a textarea but read only. To be overwriten on Defran specific skin css file */
.dispinfo_readonly
{
    overflow: scroll;
    border: 1px solid gray;
    background-color:white;
    color:gray;
}

/***************************** Formstyle overwrites End ************************/

/***************************** Sub-Form ************************/

.list_head
{
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    color: white;
    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
    background-color: #3f7bb0;
    font-weight:normal;
    padding: 3px;
    font-size: 8pt;
}

.roll 
{
    background: Black;
}

/***************************** Sub-Form End ************************/

/* EB 10/08/2009 v8.0 Dev#6180  */
.header_login
{
    vertical-align: top; 
    text-align: center; 
    padding-right: 2px; 
    background-color: gainsboro;

    font-family: "Segoe UI", Calibri, "Trebuchet MS", Tahoma, Arial;
    border-right: outset 1px;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: outset 1px;
    font-size: 8pt;
    height: 16pt
}

/* EB 10/08/2009 v8.0 Dev#6180  */
.header_login .formhead
{
    background-image: none !important;
}

/***************************** Remittance Screen ********************************/

.rem_apply_all
{
    display:inline-block;
    height: 16px;
    width: 16px;
    background-image: url("images/FavoriteEdit.png");
}

/***************************** Remittance Screen End ********************************/

/* MartinW 09/29/2009 this is a distinguished class for time_outs */
.time_out
{
    font-weight: normal;
    font-size: 9pt;
    color: #800000;
    font-family: Tahoma, Verdana, Arial
}

/*Positioning of the modules iframe*/
.tplan_frame
{
	width: 100%;
	height: 100%;
	border: none 0;
}

/***************************** Lock screen start **************************************/
/* EB 11/09/2012 ECS-2282 v8.5.12                                                     */
/* This defines the style for the locking screen with Loading, please wait... message */
/* used on treatment plans loading                                                    */
.LockOff { 
    display: none; 
    visibility: hidden; 
} 

.LockOn { 
    display: block; 
    visibility: visible; 
    position: absolute; 
    z-index: 999; 
    top: 0px; 
    left: 0px; 
    width: 105%; 
    height: 105%; 
    background-color: #ccc; 
    text-align: center; 
    font-size: 10pt;
    font-weight: bolder;
    padding-top: 20%;
    filter: alpha(opacity=90); 
    opacity: 0.90; 
} 
/***************************** Lock screen end ********************************/

/***************************** Toolbars (Generic) ********************************/
/* ECS-16178 JDeWalt 11/7/2016                                                   */
/* Fixes the appearance various toolbars throughout evolv                        */
/* when IE is not in compatibility mode                                          */
.RadPicker{display: inline-block !important;}
* + html .RadPicker{display: inline !important;}
* html .RadPicker{display: inline !important;}
/*************************** Toolbars (Generic) end ******************************/
