﻿
.cke_editable_inline {
    font-size: 12px !important;
    color: #777 !important;
}
.cke_editable_inline font{ 
    font-size:12px !important;
    color:#777 !important;
}
.font_8
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 8pt;*/
	text-decoration: none;
}

.font_8_B
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 8pt;*/
	text-decoration: none;
	font-weight: bold;
}

.font_9
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 9pt;*/
	text-decoration: none;
}

.font_9_B
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 9pt;*/
	text-decoration: none;
	font-weight: bold;
}

.font_10
{
	/*font-family: Calibri,Verdana, Arial, Times New Roman;
	font-size: 10pt;*/
	text-decoration: none;
}

.font_10_B
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 10pt;*/
	text-decoration: none;
	font-weight: bold;
}

.font_11
{
	/*font-family: Calibri,Verdana, Arial, Times New Roman;
	font-size: 11pt;*/
	text-decoration: none;
}

.font_11_B
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 11pt;*/
	text-decoration: none;
	font-weight: bold;
}
.font_12
{
	/*font-family: Calibri,Verdana, Arial, Times New Roman;
	font-size: 12pt;*/
	text-decoration: none;
}

.font_12_B
{
	/*font-family: calibri,Verdana,Arial,Times New Roman;
	font-size: 12pt;*/
	text-decoration: none;
	font-weight: bold;
}

.clearStyle
{
	clear: both;
}
.tdLeft
{
	text-align:left;	
}
.tdRight
{
	text-align:right;	
}
.errordiv
{
	color: Red;
	font-family: Calibri,Verdana, Arial, Times New Roman;
	font-size: 13px;
	font-weight: bold;
	text-decoration: blink;
	padding: 0px;
	margin: 0px;
}  
.errors
{
	font-family: Calibri;
	font-size: 12px;
	color: Red;
	font-weight: normal; /*border: solid 1px #3f7ea6;*/
	background: #F2FAFD;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px; /*height:50px;*/ /*overflow-y:auto; 	width:330px;*/
	font-weight: bold;
}
.errors ul
{
	list-style-type: disc;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: normal;
	margin-left: 15px;
}
.errors li
{
	margin: 1px 0px 1px 0px;
	font-weight: normal;
}
/* css classes for past encounter added by Chintan on 04/04/2015
*/



.Grid td
{
    width: 100px;
    border-bottom: 1px solid #c6c6c6;
}
.Grid
{
    background-color: #fff;
}
.Grid tr
{
    cursor: pointer;
}
.Grid tr:hover
{
    background-color: #BDDDF7;
}
.HeadDate
{
    color: #0B7EA0;
    font-weight:bold;
}
        
.DtlSpan
{
    color: #5A5656;
}
.slctFilterCls
{
    height: 35px;
    width: 175px;
    cursor: pointer;
}
.slctFilterCls:hover
{
    background-color: #BDDDF7;
}
.TrHeaderData
{
    /*font-size: 15px;*/
    color: #453E3E;
}
.TrHeader
{
    font-weight: 600;
    /*color: #777;*/
    color:#0B7EA0
}
.TrHeader > td
{
    padding-right: 15px;
}
.TrHeaderData > td
{
    padding-right: 15px;
}
.DataTr
{
}
.DataTD
{
    padding: 10px 0px 10px 5px;
}
.TitleDiv
{
    font-weight: 600;
    color: #0B7EA0; /* changed from #777 to #0B7EA0 */
}
.TitleHisDiv
{
    font-weight:bold;
    color: #0B7EA0;
    padding: 10px;
}
.TitleHisDetDiv
{
   margin-left:10px;
   margin-top:3px;
   padding-left:20px;
   /*font-size:15px;
   color:#453E3E;*/
}
/*.TitleHisDetDiv p,.TitleHisDetDiv ul li,.TitleHisDetDiv div{font-size:15px;color:#453E3E;}*/
.TitleHisDetDiv ul li{list-style-type:initial;}
.TitleHisDetDiv li{list-style-type:inherit;}
.DataDiv
{
    /*font-size: 15px;
    color: #453E3E;*/
    padding-left: 5px;
    padding-right: 15px;
    word-break: break-all;
}
/*.DataDiv p,.DataDiv ul li,.DataDiv div{font-size:15px;color:#453E3E;}*/
.DataDiv ul li{list-style-type:initial;}
.DataDiv li{list-style-type:inherit;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .DataDiv ul li{ list-style-type:disc;}
}
.DataDivAdded /* Added by Chintan on 07/24/2015*/
{
    /*font-size: 15px;
    color: #453E3E;*/
    /*padding-left: 15px;    */ /* Commented by Chintan on 07/29/2015 */
}
.ChildTextDataCls
{
    /*margin-top: -11px;*/
    /*color: #453E3E;*/
    padding-top: 5px;
}
.TagDiv
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 45px 21px 0;
    float: right;
    border-color: transparent #4DCCF2 transparent transparent;
}
.TagSpan
{
    margin-top: -10px;
    margin-left: 32px;
    color: #fff;
    font-weight: bold;
}
.TableBorder
{
    margin-left: 70px;
    line-height: 1.5;
    border: solid 5px gray;
    background-color: #EDF2F7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* end css classes for past encounter added by Chintan on 04/04/2015
*/

/* start - Added below css classed by Chintan on 08/31/2015 for Save AS New Chart */
.SaveASNewChart
{
    background-color: #fff;
    height: 66px;
    width: 177px;
    float: left;
    cursor: pointer;
}
.arrow_box
{
    padding: 20px 0px 0px 20px; /*top: 20%;*/
    display: none;
    z-index: 999;
    left: 165px;            
    width: 750px;
    height: 330px;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #c2e1f5;
    -moz-box-shadow: 5px 7px 8px #c6c6c6;
    -webkit-box-shadow: 5px 7px 8px #c6c6c6;
    box-shadow: 5px 7px 8px #c6c6c6;
    border-left: 5px solid #4DCCF2;
    border-top: 5px solid #4DCCF2;
}
.arrow_box:after, .arrow_box:before
{
    right: 100%;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
        
.arrow_box:after
{
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow_box:before
{
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 11px;
    margin-top: -11px;
}
 .left_title
{
    float:left;
    min-height:25px;
    padding: 6px 0px 6px 5px;            
    width: 190px;
    font-size: 17px;
    color: #675F5F;
    cursor: pointer;
}        
.SpnInfoChekbox_title
{
    padding-right:7px;
}
.Cls_TitleListTbl_Div
{
    min-height: 263px;
    float:right;
    width: 500px;
    border :0px solid #c6c6c6;
    font-size: 17px;
    color: #675F5F;
}
.Cls_TemplateList_Div
{
    height: 263px;
    float:left;
    width: 200px;
    border :0px solid black;
    overflow-y:auto;
}
.Drp_Ul_List_SaveAS
{
    list-style-type: none;
    /*margin-left:-22px;*/
}
.Drp_Ul_List_SaveAS > li {
    border-bottom: 1px solid #E4DFDF;
    cursor: pointer;
    /*min-height: 28px;*/
    padding: 5px;
    font-size: 15px;
    word-break: break-all;
            
}
.Div_Grp_SaveAS {
    color: #84b0e0;
    font-weight: bold;
    font-size: 14px;
    padding-top: 11px;
    padding-left: 5px;
}
.Drp_Ul_List_SaveAS > li:hover
{
    background-color: #84b0e0;
    color:#fff;
}
.TemplateSelected
{
    background-color: #84b0e0;
    color:#fff;
}
.arrow_box_Close {
    height: 22px;
    width: 22px;
    padding-right: 7px;
    float: right;
    cursor: pointer;
    position: relative;
    top: -10px;
}
.hiderTransparent_SaveAS
        {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            z-index: 99;
            background-color: transparent;
            opacity: 0.2;
        }
/* end - Added below css classed by Chintan on 08/31/2015 for Save AS New Chart */


/* START - BELOW CSS ADDED  BY CHINTAN ON 10/05/2015 FOR NEW CHART PAGE (POPUP REMOVAL CHANGE)*/

/*.ChartListDiv
{
    -moz-box-shadow: 2px 0px 5px #4DCCF2;
    -webkit-box-shadow: 2px 0px 5px #4DCCF2;
    box-shadow: 2px 0px 5px #4DCCF2;
}*/        
.ViewIcon
{
    position: absolute;
    top: 74px;
    right: 30px;
    z-index: 100;
    width: 40px;
    height: auto;
    padding-bottom:5px;
    border-radius: 0px 0px 7px 7px;
    border: 1px solid rgb(77, 204, 242);
    display: block;
    border-top: 0px;
    background-color: rgb(255, 255, 255);
}
.ViewIcon img
{
    padding: 4px 2px 0px 5px;
}
.SmlFont
{
    font-size: 10px;
}
.ClsUserTemplate
{            
    height: 427px;
    width: 48%;
    border: 1px solid #c6c6c6;
    float: right;
    display: none;
    position:relative;
}
#Dock_Template
{
    float: left;
    top: 115px;
    left:-13px !important;
    cursor: pointer;
    position: absolute;
}

.ClsEditor
{
}
.Div_Loading_Template
{
    display:none;
    position: absolute;
    top: 62px;
    left: 190px;
} 
.ClsCustomTabContainer
{
    float:left;
    width:90%;
    height:25px;
            
}       
.ClsCustomTab
{
    font-size: 18px;
    color: #fff;
    cursor: pointer; 
    height:25px;    
    text-align: center;              
}
.ClsCustomTab:hover
{
    color: #fff;
}
.ClsStrucuterData
{
    display:none;
}
.ClsImportData
{
    display:none;
}
.ClsCustomTemplateList
{
    display:none;
    font-size: 15px;
    color: #453E3E;
}        
.ClsCustomTemplateList table td
{
    word-break: break-all;
}

        
.SelectedStructureData:after {
    content: " ";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top:  12px solid #31BBE4;
    width: 0;
    height: 0;
    position: absolute;
    right: 51%;
    top: 26px;
}

.Tab_Selected_Cls		
{		
    /*-moz-border-radius: 0px 0px 15px 15px;		
    -webkit-border-radius: 0px 0px 15px 15px;		
    border-radius: 0px 0px 15px 15px;		
    -khtml-border-radius: 0px 0px 15px 15px;*/
}
.ImgTemplates_Select
{
    height:16px;
    width:16px;
    cursor:pointer;
}
.Cls_templates_Header
{
    font-size: 18px;
    color: #675F5F;
    padding-left: 15px;
    padding-bottom: 10px;
}
.SectionTRDIV
{
    border-bottom: 1px solid #99C7E0;            
    font-size: 15px;
    color: #453E3E;
}
.SectionTRDIV table td
{
    word-break:break-all;
}
.ClsImportBtn
{
    cursor: pointer;
    padding: 3px;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 30px;
    right: 20px;
    background-color: #fff;
    -moz-box-shadow: -1px 1px 3px #c6c6c6;
    -webkit-box-shadow: -1px 1px 3px #c6c6c6;
    box-shadow: -1px 1px 3px #c6c6c6;
}
.tabs_Tmplt_Header li{			
	display: inline-block;
	cursor: pointer;			
}
.tabs_Tmplt_Header
{
	margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: -10px;
}		

.Select_All_Structure_Data
{
    /*padding: 3px;    COMMNETED THIS PROPERTIES by chintan on 10/15/2015 BECAUSE "SELECT ALL/NONE"  IS REPLACE DIV TO CHECK BOX
    width: 115px;
    height: 18px;
    position: absolute;            
    right: 17px;
    background-color: #fff;
    -moz-box-shadow: -1px 1px 3px #c6c6c6;
    -webkit-box-shadow: -1px 1px 3px #c6c6c6;
    box-shadow: -1px 1px 3px #c6c6c6;          
    color: #949090;
    padding: 5px 0px 5px 10px;
    font-size: 16px;*/
    display:none;
}
.Span_Select_All_None {
    color: #22B5E0;
    cursor: pointer;
}
.Span_Select_All_None:hover
{
    color: #0077BB;
}
/* END  - BELOW CSS ADDED  BY CHINTAN ON 10/05/2015 FOR NEW CHART PAGE (POPUP REMOVAL CHANGE)*/

/* START  - BELOW CSS ADDED  BY CHINTAN ON 02/25/2016 FOR  SignOff Popup */

/* END  - BELOW CSS ADDED  BY CHINTAN ON 02/25/2016 FOR  SignOff Popup */