
/********************PopUp IconPackage****************************/
#_Popup_IconPackage_MainPanel, #_Popup_TemplatePackage_MainPanel
{
    font-family: 'Segoe UI',helvetica,arial,sans-serif !important;
    width:970px;
    margin: 0 auto;
    font-weight:lighter;
}

#_Popup_IconPackage_ContentPanel, #_Popup_TemplatePackage_ContentPanel
{
    margin-top:40px;
    border:1px solid #DBDDD3;
    width:956px;
}

._Popup_IconPackage_NavigationPanel
{
    border-right: 1px solid #DBDDD3;
    float: left;
    height: 90%;
    margin: 20px 10px 0;
    overflow-x: auto;
    width: 26%;
}

._IconPackage_IconPanel_bgimage
{
     overflow-x: auto;
     height:83% ! important;
     
}

._IconPackage_IconPanel_bgimage img
{
    margin-top:30px;
}
._Popup_IconPackage_IconPanel
{
    width:71%;
    float:left;
    height:100%;
}

._Popup_IconPackage_NavigationPanel ._IconSelected
{
  list-style-image:url("//cdn.syncfusion.com/content/images/downloads/Images/MetroStudio/GraphicsPackage/selectedIcon.PNG");
  color:#333333;
}

._Popup_IconPackage_NavigationPanel ._IconSelected a
{
    color:#333333;
}

._IconPackage_navigationRoot_Icon
{
    background-color:#FFD008;
    margin-left: 40px;
    font-weight:lighter;
    width: 96px;
    height:96px;
}

._navigationRoot_Icon_Header
{
    font-size:25px;
    padding-left: 13px;
    padding-top: 14px;
}

._navigationRoot_Icon_Content
{
    font-size:17px;
    padding-bottom: 12px;
    padding-left: 13px;
}

._IconPackage_IconPanel_header
{
    padding-bottom:7px;
    padding-top: 7px;
    font-size:33px;
}

._Popup_NavigationPanel_Link
{
    margin-top:10px ! important;
    margin-bottom:10px ! important;
}

._Popup_NavigationPanel_Link li
{
    font-size: 17px;
    font-weight: lighter;
    list-style-type: none;
    margin-bottom: 5px;
}
._Popup_NavigationPanel_Link li a
{
    text-decoration:none;
    color:#777777;
}
._Popup_NavigationPanel_Link li a:hover
{
    color:Black;
}

._Template_Name_Panel
{
    background-color: #D62D41;
    font-size: 20px;
    height: 34px;
    margin-left: 27px;
    padding-left: 21px;
    padding-top: 4px;
    width: 154px; 
}
    
#_Popup_TemplatePackage_ContentPanel img 
{
    padding-top:14px;
}

#_Popup_TemplatePackage_ContentPanel
{
     overflow-x: auto;
     color:#FFFFFF;
     
}

._blue_box
{
}

._blue_box img
{
    padding:11px;
    background-color:#333333;
    
}

._popUpIcon_box
{
    float:left;
    width:120px;
    height:140px;
    margin-right: 10px;
    text-align:center;
}

._popUpIcon_box div
{
    width:100px;
}
a:focus
{
    outline:0;
}
/********************End of PopUp IconPackage ****************************/






/*****************************POPUP***************************************/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url("//cdn.syncfusion.com/content/images/downloads/Images/MetroStudio/GraphicsPackage/popupBackground.PNG") repeat 0 0;}
#colorbox{}
     #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        
        #cboxPrevious:hover{background-position:-75px -25px;}
        
        #cboxNext:hover{background-position:-50px -25px;}
         
        #cboxLoadingGraphic{background:url("//cdn.syncfusion.com/content/images/downloads/Images/MetroStudio/GraphicsPackage/spinner.gif") no-repeat center center;}
        #cboxClose{position:absolute; top:0; right:0; background:url("//cdn.syncfusion.com/content/images/downloads/Images/MetroStudio/GraphicsPackage/Popupclose.PNG") no-repeat 0 0; width:40px; height:30px; margin-right:0px; text-indent:-9999px;}
       
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/************************************End of POPUP *************************************************/