/*-----------------------------------------------------------------------------------*/  
/* COMMON SETTINGS */
body, html {
  padding: 0;
  margin: 0;
  height: 100%;
}

table, td, th, div {
  border: 0;
  padding: 0;
  margin: 0;
}

img {
    border: 0;
}

/*-----------------------------------------------------------------------------------*/
/* FONTS */

body, table, td, th, div, input, h1, h2, h3, h4, h5, h6 {
    font-family : Tahoma, Calibri, Verdana, Arial, Helvetica, Sans-Serif; 
    color: #FFFFFF;
}

body, table, td, th, div, input {
    font-size : 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-size : 18px;
    text-decoration: none;
    font-family: Verdana, Arial, serif;
}

div#page_footer {
    font-size: 12px;
    width: 560px;
    width: 100%;
    text-align: left;
}

/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/* Noscript */

div#noscript_warning_red
{
    padding-top: 30px;
    font-size: 16px;
    color: red;
    text-align: center;

    /*non-msie center page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

div#noscript_warning_newsession
{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;

        margin-left: auto;
    margin-right: auto;
    }

/*-----------------------------------------------------------------------------------*/
/* Header of [aux] window */
body.aux_window{
    text-align: left;
}                           
                           
div#page_header_aux_window
{
    width: 100%; /* cause it's window */
    height: 100px;

    background-color: #364C63;
    background-repeat: repeat-x;     
    background-position: center center;
    background-image: url(/public/images/my/header-transient.png);
}

div#page_header_aux_window img#logo
{
    margin: 10px;
    vertical-align: middle;  
}

div#page_header_aux_window span
{
    vertical-align: -1px;
    color: white;
    font-weight: bold;
    font-size :  18px;
}

div#help_page_main{
    margin: 10px;  
    text-align: left;  
}

/*-----------------------------------------------------------------------------------*/
/* Header */

table#page_header
{
    width: 1005px;
    height: 80px;

    /* background-color: #FFFFFF;
    background-repeat: repeat-x;     
    background-image: url(/public/images/my/header-transient.png); */

    /* border-collapse: collapse */;

    /*non-msie: page_alignment */
    clear: both;
        margin-left: auto;
    margin-right: auto;
    }
    
table#page_header td#header_leftcell img
{
    display: block;
}

table#page_header td#header_rightcell
{
    width: 99%;   
}

table#page_header td#header_rightcell span#webtop_header_message
{
    float: right; 
    position: relative; 
    top: 6px; 
    left: -30px; 
    text-align: right;
    color: white;
}

table#page_header td#header_rightcell span#webtop_header_message img#fw_header_icon
{
    height: 24px;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: -7px;
    width: 24px;    
}

table#page_header td#header_rightcell button
{
    float: right;

    margin-right: 15px;    
     
    opacity: 0.9;
    filter: alpha(opacity=75);

    background-color: #8995a3; /* todo: customize */  
    color: #FFFFFF;  /* todo: customize */
    border: 1px solid white;  /* todo: customize */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;      
    
    cursor:pointer;   

        padding: 4px;  
    zoom: 1;  
       
}

table#page_header td#header_rightcell button#disconnect:hover
{
    color: black; /* todo: customize */
    /* background-color: white; */ /* todo: customize */
     
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');  
       
}

table#page_header td#header_rightcell button#disconnect span
{
       
    padding: 0px;
    display: inline;
}

table#page_header td#header_rightcell button#disconnect img
{
        float: left;
            
    margin-right: 4px;
            
    width: 16px;
    height: 16px;
    display: inline;
}
/* ----------------------------------------------------------------------------------- */
/* Footer */

div#page_footer
{
    width: 560px;
    /*border-top: 1px solid #738495;*/
    empty-cells: show;
    display: block;

        margin-left: 0px;
    margin-right: auto;
    } 

div#page_footer div
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;

    font-size: 10px;
}

/*-----------------------------------------------------------------------------------*/
/* Main Table */

table#main_table
{
    background-color: none;
    /* width : 400px\9;  IE8 and below */
    max-width: 600px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: inherit;
    padding: 60px 70px 20px;
    opacity: 0.9;
    filter: alpha(opacity=70);
    font-size:.95em;
    
}

table#main_logout_table
{
    background-color: none;
    /* width : 400px\9;  IE8 and below */
    max-width: 600px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5% auto;
    padding: 60px 70px 20px;
    opacity: 0.9;
    filter: alpha(opacity=70);
    font-size:.95em;
    
}

/* -------------------------------------------------------------------------------- */
/* Main Table Image cell */

table#main_table td#main_table_image_cell
{
    vertical-align: top;
    width: 400px;
    /* side image align */
    text-align: center;
}

/* Main Table Image cell: image */

table#main_table td#main_table_image_cell img
{
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

/* -------------------------------------------------------------------------------- */
/* Main Table Info Cell */

table#main_table td#main_table_info_cell
{
}
table#main_table td#main_table_info_cell_logoff
{
    width:500px;
}

/* ----------------------------------------------------------------------------------- */
/* Form */

/* form height msie */
table#main_table form
{

}

table#main_table table#credentials_table
{

}

table#main_table table#credentials_table td#credentials_table_header
{
    height: 0px;
    font-size: 14px;
    color: #0000;
    /* background-color: #FFFFFF;*/
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 11px;
}

table#main_table table#credentials_table td#credentials_table_postheader
{
    height: 0px;
    color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1px;
    padding-top: 1px;
}

table#main_table table#credentials_table td.credentials_table_label_cell
{
    width: 33%;
    text-align: left;
    padding-left: 15px;
    padding-right: 2px;
    padding-bottom: 4px;
    height: 30px;
}

table#main_table table#credentials_table td.credentials_table_field_cell
{
    width: 67%;
    text-align: left;
    padding-right: 15px;
    padding-left: 2px;
    padding-bottom: 4px;
    height: 40px;
}

table#main_table table#credentials_table td.credentials_table_unified_cell
{
    width: 67%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    height: 30px;
}

table#main_table table#credentials_table td.credentials_table_field_checkbox_fix
{
    padding-top: 2px;
}

table#main_table table#credentials_table td#credentials_table_footer
{
    padding-top: 13px;
}

table#main_table table#credentials_table input.credentials_input_password, input.credentials_input_password_disabled, input.credentials_input_text, input.credentials_input_text_disabled
{
    height: 30px;
    width: 85%;
    font-size: 13px;
    border: 1px solid #808080;
}

table#main_table input.credentials_input_password, input.credentials_input_password_disabled
{
    font-family: sans-serif;
}

table#main_table table#credentials_table input.credentials_input_submit, input.credentials_input_submit_disabled
{
    margin-top: 7px;    
}

table#main_table table#credentials_table input.credentials_input_checkbox, input.credentials_input_checkbox_disabled
{

}

table#main_table table#credentials_table input.credentials_input_password_disabled,input.credentials_input_text_disabled
{
    background-image: url("/public/images/my/header-transient.png");
    background-position: center -60px;
    border: 1px solid #909090;  
} 

table#main_table table#credentials_table label
{
    padding: 0;
    margin: 0;
    display: block;
}

/* ----------------------------------------------------------------------------------- */
/* Intraction */


table#main_table table#interaction_table
{
    
    text-align:center;
}

table#main_table table#interaction_table td#interaction_table_header
{
    
    color: #fff;
    text-align:left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 13px;
}
table#main_table table#interaction_table td#interaction_table_header_logoff
{
    
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 13px;
    text_align: center;
}
table#main_table table#interaction_table td#interaction_table_header h1{font-size:22px;}
table#main_table table#interaction_table td.interaction_table_text_cell
{
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    height: 35px;
}
table#main_table table#interaction_table td.interaction_table_option_cell
{
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    height: 35px;
}
table#main_table table#interaction_table td.interaction_table_option_cell_logoff
{
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    height: 35px;
    text-align: center;
    width: 500px;
}
table#main_table table#interaction_table td.interaction_table_option_cell img
{
    vertical-align: middle;
    padding-right: 10px;
}

table#main_table table#interaction_table td.interaction_table_footer
{
    padding-top: 15px;
}
/*-----------------------------------------------------------------------------------*/
/* progress bar comparitbility */

div#ProgressBarDIV table
{
    border-collapse: collapse;
    border: 0;
}

div#ProgressBarDIV table#progress_bar_table
{
    text-align: center;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

div#ProgressBarDIV table#progress_bar_table td
{
    width: 21px;
    height: 21px;
    background-color: #FFFFFF;
}

div#ProgressBarDIV table#progress_bar_table td.highlight
{
    width: 21px;
    height: 21px;
    background-color: #0883BF;
}

/* inspection host compartibility */

div.inspectionHostDIVSmall
{
    visibility: visible;
    border: 0;
    height: 1px;
    width: 1px;
}

div.inspectionHostDIVBig
{
visibility: visible;
position: absolute;
top: 15%;
left: 15%;
width: 50%;
padding: 10%;
background: rgb(0, 0, 0);
opacity: 0.95;
filter: alpha(opacity=95);
z-index: 5;
height: 35%;
}

.inspectionHostDIVBig h3 {
    color: white;
}

div.inspectionHostBgLock
{
    border:0;
    margin:0;
    padding: 0;
    opacity: 0.1;
    filter: alpha(opacity=10);
    visibility: visible;
    position: absolute;  
    top: 60px;
    left: 0px;
    width: 100%;
    height: 94%   
}
/* Error message styling */

table#IHoptions td
{
    height: 35px;
}

table#IHoptions a.option
{
    margin-right: 10px;
}

table#IHoptions a.option img
{
    border: 0px;
    clear: right;
    vertical-align: middle;
}

/* CacheCleaneTable */

table#CacheCleanTable
{
    width: 100%;
    height: 100%;

}

table#CacheCleanTable td#main
{
    text-align: center;
}

table#CacheCleanTable td#message
{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.webtopTable
{
        /*non-msie: page_alignment */
    margin-left: auto;
    margin-right: auto;
    
    width: 1005px;
    border-collapse: collapse;
}

table.webtopTable td
{
    width: 100%;
}

/* ----------------------------------------------------------------------------------- */
/* WEBTOP */
/* Footer */
body.webtop{
    /*background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 72px;*/
}

body.webtop_nohead{
    /*background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 0px;*/
}

div#wrapper{
    min-height: 90%;
    height: auto !important;
    height: 90%;
    margin: 0 auto -20px;  
    padding-bottom: 20px;
}

div#webtop_toolbar{
   color: white;    
   clear: both;
    margin-left: 10px;
   margin-right: 10px;
   margin-top:14px;
   margin-bottom:14px;
   /*border-bottom:1px dotted #fff;*/
   
}

div#webtop_toolbar .right{
    float: right;  
}

div#webtop_toolbar .left{
    float: left;   
}

div#webtop_toolbar div.container{ 
    color: white;
    display: block;
    /*padding-right: 5px; */
    /*margin-right: 2px;*/
    margin-left: 8px;   
    margin-top: 3px; 
    border: 1px solid transparent;
}

div#webtop_toolbar div:first-child{
     /*margin-left: 70px;*/
}

div#webtop_toolbar div.last_child{
     margin-right: 16px;
     display: none;
}

div#webtop_toolbar .border_hover:hover{
    color: black;    
    border: 1px solid gray;
    
    /* background-color: #E0E0E0; */
     
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');  
       
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;    
    cursor:pointer;
}

div#webtop_toolbar div.container img{
    vertical-align: -7px;
    margin-right: 2px; 
}

div#webtop_toolbar div.container img.go{
    border: 1px solid transparent;
    margin-right: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    vertical-align: -7px;
    margin-top: 1px;
    display: none;
}

div#webtop_toolbar div.container img.go:hover{      
    background: center #FFFFFF repeat url(/public/images/my/header-transient-small.png);    
    border: 1px solid gray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;    
    cursor:pointer;  
}

div#webtop_toolbar input#waurl{
    float: left;
    border: 1px solid #737b88;
    margin-top: 1px;
    margin-right: 4px;
    width: 214px;
    font-style: normal;
    margin-bottom: 5px;
}

div#webtop_toolbar input#waurl.blur{
    color: #676767; 
    font-style: italic;  
}

/*   */
div#webtop_favorites_outer_container{
    /*width: 1005px;*/
    width: 100%;
    padding-top: 15px;  
    text-align: center;   
    clear: both;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dotted white;
}

div#webtop_favorites_outer_container #webtop_favorites_inner_container{
    margin-right: 12px;
}

#webtop_favorites_inner_container div.resourcetype{
    margin-left: 13px;
    margin-top: 8px;    
    margin-bottom: 3px;    
    display: none;
}

#webtop_favorites_inner_container div.resourcetype div.title{
    display: table-cell;
    padding-right: 5px;
    color: #244265;    
    white-space: nowrap;
}

#webtop_favorites_inner_container div.resourcetype div.aftertitle{
    display: table-cell;
    width: 100%;
    /*background: repeat-x url(/public/images/full_wt/aftertitle-background.png); /* todo: customizable */   
    color: #244265;
}

#webtop_favorites_inner_container span.favorite {
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0);
    border: 2px solid transparent;
    text-align: center;
    margin: 2px;
    width: 140px;
    padding: 10px 8px;
    color: rgb(195, 195, 195);
    margin-bottom: 20px;
    height: 150px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
}

#webtop_favorites_inner_container span.favorite:hover{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    border: 2px solid rgb(35, 33, 34);
    color: rgb(255, 255, 255);
}

#webtop_favorites_inner_container span.favorite span.image{
    height: 100px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

#webtop_favorites_inner_container span.favorite span.image img{
    width: 70px;
    height: 70px;
}

#webtop_favorites_inner_container span.favorite span.caption{
    vertical-align: middle;
	font-size: 1.12em;  
}

#webtop_favorites_inner_container span.favorite span.caption span{
    color: #999999; 
    display:block;
          
}
/* */
#access_webtop_container{
    text-align: left;
}
#access_webtop_container div#status{
    margin-top: 15px;
    margin-left: 22px;
    height: 30px;
    font-weight: bold;  
	/*border:1px solid red;*/
    background-color: #9DB0C6;
}
#access_webtop_container div#errormessage{
    width: 490px;
    margin-left: 41px;   
    margin-top: 3px;
    margin-bottom: 12px;
}
#access_webtop_container div#status img{
    margin-top: 3px;
    padding-right: 2px;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}

#access_webtop_container div#status span{
    padding-left: 5px;
    vertical-align: middle;
}

#access_webtop_container div#data{
    margin-top: 3px;
    margin-left: 20px;    
    border: 1px solid white;
    width: 512px;
    margin-bottom: 10px;
    
}
#access_webtop_container div#status input{
    float: right;
    }


#access_webtop_container table{
    border-collapse: collapse;
    width: 100%;   
}
#access_webtop_container table th, div#access_webtop_container table td{
    height: 17px;   
    padding: 5px;    
    padding-top: 1px;
    padding-bottom: 2px;  
    text-align: right;  
    vertical-align: top;
    border: 1px solid white;
}
#access_webtop_container table th.type, div#access_webtop_container table td.type{
    text-align: left;
    width: 160px;
}
#access_webtop_container table th.noboleft, div#access_webtop_container table td.noboleft{
    border-left: 0;
    width: 16%;
}
#access_webtop_container table th.noboright, div#access_webtop_container table td.noboright{
    border-right: 0;  
    width: 16%;    
}
#access_webtop_container table th{
    border: 1px solid white;
    border-top: 1px solid white;
    border-left: 1px solid white;
    background-color: #364C63;    
    font-weight: bold;   
    width: 45px;   
}
#access_webtop_container table td{
    background-color: #9DB0C6;
    border-right: 1px solid #dddbd7;         
}
#access_webtop_container table td.bold{
    font-weight: bold;      
}
#access_webtop_container table .italic{
    font-style: italic;      
}
#access_webtop_container table td.pad{
    padding-left: 15px;      
}

#access_webtop_container table td span.apptstatus{
    padding-left: 5px;
}

#access_webtop_container table td div.apptstatus_hide{   
    display: none;
}
#access_webtop_container table td div.apptstatus_show{   
    display: block;
    font-style: italic;
    color: red;
    margin-left: 20px;
    margin-top: -1px;   
    margin-bottom: -1px;
    padding-left: 5px;
}
#access_webtop_container table td img{
    margin-top: 2px;
    padding-right: 5px;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}
#access_webtop_container table tr.total td{
    /*background-color: #e7e7e7;*/
    background-color: #364C63;
}
#access_webtop_container a#show_details_text{
    margin-left: 20px;       
    text-decoration: none;
    
}
#access_webtop_container div#details_text{
    text-decoration: none;  
    margin: 5px 27px 10px;
    
}
#access_webtop_container div#details_text a{
    display: block;
    width: 200px;
    
}

/*****************************************
*
*/

div.HostDivNaOnly{
    width: 1005px;    
    clear: both;
    /*non-msie: page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

/*****************************************
Disable vertical srollbar
*/
html.noVerticalScrollbar {
    overflow: hidden;
}

/*****************************************
popup window style
*/

div.styledModalDialogueDIV{
    position: absolute; 
    
    top: 300px; 
    left: 300px; 
   
    width: 430px; 
    height: 252px; 
    
    background-color: white; 
    border: 1px solid #202020;

}

div.styledModalDialogueDIV input{
    float: none;
}

div.styledModalDialogueDIV div#SMDHeader{
    height: 55px; 
    
    background-color: #FFFFFF;
    background-repeat: repeat-x;     
    background-position: center center;
    background-image: url(/public/images/my/header-transient.png);
}

div.styledModalDialogueDIV div#SMDHeader div#SMDTitle{
    display: inline; 
    float: left; 
    margin-top: 19px; 
    margin-left: 16px; 
    color: white;
}

div.styledModalDialogueDIV div#SMDHeader div#SMDCross{
    display: inline; 
    float: right; 
    margin: 7px; 
    color: white
}    

div.styledModalDialogueDIV div#SMDMain{
    height: 116px; 
    padding: 16px;    
    color: black;
}

div.styledModalDialogueDIV div#SMDMain span{
    display: inline-block;
    text-align: left;
    width: 110px;
    margin-top: 10px;
}

div.styledModalDialogueDIV div#SMDButtons{
    height: 24px; 
    padding: 12px 16px; 
    background-color: #f0f0f0; 
    border-top: 1px solid #dfdfdf; 
    text-align: center; 
}

div.styledModalDialogueDIV div#SMDButtons input{
        margin-left: 5px;
    margin-right: 5px;
}

div.browserCitrix{
    border: 1px solid black;
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 0px;
    position: absolute;
}

div.browserCitrix div.browserFavorite{
}
 
div.browserCitrix div.browserFavorite img{
    float: left;
    margin-top: 30px;
    margin-left: 30px;    
}

div.browserCitrix div.browserFavorite span{
    float: left;
    margin-top: 38px;
    margin-left: 15px; 
}

div.browserCitrix input.closeButton{
    float: right;
    margin-top: 36px;
    margin-right: 18px;    
}


div.browserCitrix div.browserAddressline{
    border-top: 1px solid #8fa0b4;
    border-bottom: 1px solid #8fa0b4;   
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: left;
    padding-top: 10px;    
    padding-bottom: 1px;    
}

div.browserCitrix div.browserAddressline a{
    color: black;
    padding-left: 4px;
    padding-right: 4px;
} 


div.browserCitrix div.browserContents{
    overflow-y: auto;
    -ms-overflow-y: auto;
        overflow: auto;
    }

#HostDIV {
    color: #2C2828;
}

#HostDIV ul li {
    color: #2C2828;
}

h3 {
    color: #2C2828;
    font-family: Verdana, Arial, serif;
}
 
 
 /*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */.chosen-select{width:225px}.chosen-select-deselect{width:100%}.chosen-container{display:inline-block;font-size:14px;position:relative;vertical-align:middle}.chosen-container .chosen-drop{background:#000;border:1px solid #848483;border-top-color:#848483;border-bottom-right-radius:4px;border-bottom-left-radius:4px;-webkit-box-shadow:0 8px 8px rgba(0,0,0,.25);box-shadow:0 8px 8px rgba(0,0,0,.25);margin-top:-1px;position:absolute;top:100%;left:-9000px;z-index:1060}.chosen-container.chosen-with-drop .chosen-drop{left:0;right:0}.chosen-container .chosen-results{color:#555;margin:0;max-height:150px;padding:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;line-height:1.428571429;list-style:none;margin:0;padding:5px 6px}.chosen-container .chosen-results li em{background:#000;font-style:normal}.chosen-container .chosen-results li.group-result{display:list-item;cursor:default;color:#999;font-weight:bold}.chosen-container .chosen-results li.group-option{padding-left:0}.chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.chosen-container .chosen-results li.highlighted{background-color:#000;color:white}.chosen-container .chosen-results li.highlighted em{background:transparent}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#999}.chosen-container .chosen-results .no-results{background:#000;display:list-item}.chosen-container .chosen-results-scroll{background:white;margin:0 4px;position:absolute;text-align:center;width:321px;z-index:1}.chosen-container .chosen-results-scroll span{display:inline-block;height:1.428571429;text-indent:-5000px;width:9px}.chosen-container .chosen-results-scroll-down{bottom:0}.chosen-container .chosen-results-scroll-down span{background:url("/public/share/allvpn/images/sprite.png") no-repeat -4px -3px}.chosen-container .chosen-results-scroll-up span{background:url("/public/share/allvpn/images/sprite.png") no-repeat -22px -3px}.chosen-container-single .chosen-single{background-color:#000;background-image:-webkit-gradient(linear,left 0,left 100%,from(#000),to(#000));background-image:-webkit-linear-gradient(top,#000,0,#000,100%);background-image:-moz-linear-gradient(top,#000 0,#eee 100%);background-image:linear-gradient(to bottom,#000 0,#000 100%);background-repeat:repeat-x;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #898989;color:#555;display:block;height:34px;overflow:hidden;line-height:34px;padding:0 0 0 8px;position:relative;text-decoration:none;white-space:nowrap}.chosen-container-single .chosen-single span{display:block;margin-right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single abbr{background:url("/public/share/allvpn/images/sprite.png") right top no-repeat;display:block;font-size:1px;height:10px;position:absolute;right:26px;top:12px;width:12px}.chosen-container-single .chosen-single abbr:hover{background-position:right -11px}.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover{background-position:right 2px}.chosen-container-single .chosen-single div{display:block;height:100%;position:absolute;top:0;right:0;width:18px}.chosen-container-single .chosen-single div b{background:url("/public/share/allvpn/images/sprite.png") no-repeat 0 7px;display:block;height:100%;width:100%}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-search{margin:0;padding:3px 4px;position:relative;white-space:nowrap;z-index:1000}.chosen-container-single .chosen-search input{background:url("/public/share/allvpn/images/sprite.png") no-repeat 100% -20px,#fff;border:1px solid #ccc;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);margin:1px 0;padding:4px 20px 4px 4px;width:100%}.chosen-container-single .chosen-drop{margin-top:-1px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.chosen-container-single-nosearch .chosen-search input{position:absolute;left:-9000px}.chosen-container-multi .chosen-choices{background-color:#000;border:1px solid #ccc;border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;cursor:text;height:auto !important;height:1%;margin:0;overflow:hidden;padding:0;position:relative}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices .search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices .search-field input{background:transparent !important;border:0 !important;-webkit-box-shadow:none;box-shadow:none;color:#555;height:32px;margin:0;padding:4px;outline:0}.chosen-container-multi .chosen-choices .search-field .default{color:#999}.chosen-container-multi .chosen-choices .search-choice{-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;color:#333;cursor:default;line-height:13px;margin:6px 0 3px 5px;padding:3px 20px 3px 5px;position:relative}.chosen-container-multi .chosen-choices .search-choice .search-choice-close{background:url("/public/share/allvpn/images/sprite.png") right top no-repeat;display:block;font-size:1px;height:10px;position:absolute;right:4px;top:5px;width:12px}.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover{background-position:right -11px}.chosen-container-multi .chosen-choices .search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close{background-position:right -11px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:none}.chosen-container-active .chosen-single{border:1px solid #fff}.chosen-container-active.chosen-with-drop .chosen-single{background-color:#000}.chosen-container-active.chosen-with-drop .chosen-single div{background:transparent;border-left:0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 7px}.chosen-container-active .chosen-choices .search-field input{color:#111 !important}.chosen-disabled{cursor:default;opacity:.5 !important}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{padding:0 8px 0 0;overflow:visible}.chosen-rtl .chosen-single span{margin-left:26px;margin-right:0;direction:rtl}.chosen-rtl .chosen-single div{left:7px;right:auto}.chosen-rtl .chosen-single abbr{left:26px;right:auto}.chosen-rtl .chosen-choices .search-field input{direction:rtl}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices .search-choice{margin:6px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices .search-choice .search-choice-close{background-position:right top;left:4px;right:auto}.chosen-rtl.chosen-container-single .chosen-results{margin:0;padding:0}.chosen-rtl .chosen-results .group-option{padding-left:0;padding-right:15px}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input{background:url("/public/share/allvpn/images/sprite.png") no-repeat -28px -20px,#fff;direction:rtl;padding:4px 5px 4px 20px}

@charset "utf-8";
/* CSS Document */
/* @font-face { 
    		font-family: 'GEInspiraM';
			src: url('/public/fonts/inspira_med-webfont.eot');
			
			src: url('/public/fonts/inspira_med-webfont.eot?#iefix') format('embedded-opentype'),
				 url('/public/fonts/inspira_med-webfont.woff') format('woff'),
				 url('/public/fonts/inspira_med-webfont.ttf') format('truetype'),
				 url('/public/fonts/inspira_med-webfont.svg#ge_inspira_med-webfont') format('svg');
			font-weight: normal; font-style: normal;
} */

@charset "utf-8";
/* 
CSS Document 
Classification: GE Internal
Version No.    1.0
Version Date: 1st September, 2013	
Types of Changes: Created	
Owner/Author: Manish	
Date of review / expiry : Until Superseded
*/

/* Table of Contents
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Site Styles
		 #Backgrounds
	#Base 960 Grid
	#Alignment
	#Form Styles
	#Media Queries
		#Tablet (Portrait)
		#Mobile (Portrait)
		#Mobile (Landscape)
	

*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

.clear{ clear:both}
.fl { float:left;}
.fr { float:right;}
/* #Basic Styles
================================================== */
	html{
	height:100%;
	border:none;
}
body {
	/*background: url(/public/images/customization/Common/VPN_08_30_2013_act_logon_page_1_ag/image03_en.jpg) no-repeat top right;*/
	background:#000;
	font-family: Arial, serif;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
	font-size:100%;
	text-align:left;
	padding-top:1px;
}
/* #Typography
================================================== */
h1 {
	font-size:30px;
	color:#fff;
}
/* #Site Styles
================================================== */
.wrapper {
	/*background:url(../images/dots.png) no-repeat right 0;*/
	width:100%;
	float:left;
}
.dot{
	width:20%; 
	height:100%;
	position:fixed;
	right:0px;
	top:-10px;
	z-index:-9;
	background:url(/public/share/gevpn/images/dots.png) repeat-y right 0;
}
#LoginBox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 5% auto;
	padding-left: 60px;
    padding-right: 65px;
    padding-top: 0px;
    padding-bottom: 40px;
	opacity:0.9;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	overflow:hidden;
}
#Logoffbox {
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 5% auto;
	padding: 20px 70px;
	opacity:0.9;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	overflow:hidden;
}
.logo {
	width:85px;
	height:82px;
	background:url(/public/share/gevpn/images/ge_logo.png) no-repeat;
	margin:15px;

}

.mLogoBig{
width:622px; height:642px; position:fixed; left:-200px; top:-350px; z-index:-9;
/* background:url(c:/thom/newsite/images/monogram.png) repeat-y right 0; */
}

.header h2{
	font-size:22px;
	width:300px;
	padding:45px 0px 0px 120px;
}
.header .quicklink{
	float:right;
	margin-top:-18px;
	padding-right:30px;

}
/* Backgrounds */
.black {
	background: #333333;
}

.boxwidth {
	width: 550px;
	
}

#footer{
	margin: 2% auto 0px;
	width:690px;
	text-align:center;
	font-size:14px;
	padding-bottom:10px;
	line-height:18px;
	color:#fff;
}

.copyright{
	font-size:11px;
	margin:4% 0 0px 0;
	color:#fff;
}

/* #Base 960 Grid
================================================== */

.container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
}
.container .columns {
	float: left;
	display: inline;
	width: 50%;
	color:#fff;
}
.contentContainer{
	margin:0px 10px;
	
}
.iconBox{
  	 text-align:center;

	 margin:30px;
	 display:inline-table;
	 width:150px;
	 height:100px;
}
.iconBox img{
	margin-bottom:10px;
}
.subFont{ font-size:14px; color:#929292;}
/* #Alignment
================================================== */
.infoTxt {
	margin:40px 0px;
	line-height:18px;
	color:#fff;
}
/* #Form Styles
================================================== */
form {
	padding: 0 0 0 40px;
    padding-top: 30px;
	width:100%;
}
input {
	font-family: Arial, sans-serif;
	font-size: 18px;
	outline: none;
}
input, input[type=password] {
	color: #898989;
	padding-left: 10px;
	width: 211px;
	margin-top:20px;
	height: 30px;
	line-height:30px;
	font-style:italic;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
}

input:hover, input[type=password]:hover {
	border: 1px solid #b6bfc0;
}
input:focus, input[type=password]:focus {
	border: 1px solid #a8c9e4;
}
input[type=submit] {
	margin-top:20px;
	width: 80px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color:#08a5e1;
	border-radius: 3px;
	border:none;
	font-style:normal;
}
.searchBox{
	color: #898989;
	padding-left: 10px;
	width: 300px;
	margin-top:4px;
	height: 30px;
	line-height:30px;
	font-style:italic;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	

}
.searchnav{ 
	margin-left:0px; 
	text-align:left;
	position:absolute;
	top:-0px;
	right:10px;
}
.dropbox{ display:none; }
/* #Customization of Chosen
================================================== */
.chosen-search{
	display:none;
}
/* #Nav
================================================== */
.toggleMenu {
    display:  none;
    padding: 10px 15px 15px 35px;
    color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size:22px !important;
	
		
}
.navContainer{
	/* margin:30px 10px 0px 10px;
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=70);  For IE8 and earlier */
	position: relative;
	padding-left:10px !important;
	border-bottom: 1px dotted #fff;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 100%;
	
}
.nav a {
    padding: 10px 15px;
    color:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size:22px;
}
.nav li {
    position: relative;
	
	
}
.nav > li {
    float: left;
}

.nav > li > a {
    display: block;
}
.nav li.current {
	border-right: 1px dotted #fff !important;
	border-left: 1px dotted #fff;
	border-bottom: 1px dotted #000;
	position: relative;
	bottom:-1px;
}
.hidden {
	display: none;
}
/* #Media Queries
================================================== */




/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (max-width: 767px)and (orientation : portrait)  {
	
			.boxwidth {
				width: 360px;
			}
			h1{ 
				margin-bottom:20px;
			}
			.container .columns {
				width:100%				
			}
			.infoTxt{
				display:none;
			}
			/*.rightcol{
				padding-top:20px !important;
			}*/
			form {
				padding:0px;
				width:100%;
			}
			/*input[type=name], input[type=password] {
				width:100%;
			}*/
			#footer {
				width: 360px;
			}
			.dot{
				background-position:80% 0;
			}
			.toggleMenu {
				font-family: Verdana, Arial, sans-serif;
				font-size:22px !important;
					
			}
			.nav > li {
				float: none;
				
			}
			.nav li {
				position: relative;
				border-right: none;
				border-bottom:none !important;
				border-left:none !important;
				border-right:none!important;
				
			}
			
			.nav ul {
				display: block;
				width: 100%;
				
			}
			.nav li.current {
				border: none !important;
				
			}
			.dropbox{ display:block; padding:10px; border-top:1px dotted #fff; }
			.searchnav{ 
				margin-left:0px; 
				display:none;		
			}
		
	}
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.boxwidth {
				width:60% !important;
		}
		#footer {
				width: 360px !important;
			}
		.contentContainer{ padding:10px;}
		.iconBox{ margin:10px auto;}
		.nav li.current {
				border: none !important;
				
			}
		.dropbox{ display:block; padding:10px; border-top:1px dotted #fff; }
		.searchnav{ 
				margin-left:0px; 
				display:none;		
			}
	}
/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
			h1{ 
				margin-bottom:20px;
			}
			.header h2{
				padding:38px 0px 0px 85px;
				width:210px !important;
				font-size:18px;
			}
			/*.header .quicklink{
				float:none;
				margin:60px 30px 0px 20px;
				padding-right:0px;
				clear:both;

			}*/
			#LoginBox {
				padding:40px;
				
			}
			.boxwidth {
				width:218px;
			}
			.container .columns {
				width:100%				
			}
			
			.infoTxt{
				display:none;
			}
			/*.rightcol{
				padding-top:20px !important;
			}*/
			form {
				padding:0px;
				width:100%;
			}
			/*input[type=name], input[type=password] {
				width:100%;
			}*/
			.logo {
				width:55px;
				height:54px;
				background:url(/public/share/gevpn/images/ge_logo_small.png) no-repeat;
				
			}
			#footer {
				width: 200px;
			}
			.dot{
				background-position:10% 0;
			}
			.active {
				display: block;
				
			}	
			.searchnav{ 
				margin-left:0px; 
				display:none;		
			}
			
			.toggleMenu {
				font-family: Verdana, Arial, sans-serif;
				font-size:18px !important;
									
			}
			.nav > li {
				float: none;
				
			}
			.nav li {
				position: relative;
				border-left:none !important;
				border-right:none!important;
				
			}		
			.nav li a{ font-size:18px !important;}	
			.nav ul {
				display: block;
				width: 100%;
				
			}
			.navContainer{border-bottom:1px dotted #000 !important; padding-right:10px}
	   		.nav > li.hover > ul , .nav li li.hover ul {
				position: static;
			}
			.nav li.current {
				border: none !important;
				
			}
			.dropbox{ display:block; padding:10px; border-top:1px dotted #fff; }
			.searchBox{ width:100%;}
			.iconBox{ margin:20px auto;}
	}
	
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.inspectionHostDIVBig {
visibility: visible;
position: absolute;
top: 15%;
left: 15%;
width: 60%;
padding: 5%;
background: rgb(0, 0, 0);
opacity: 0.9;
filter: alpha(opacity=90);
z-index: 5;
height: 50%;
overflow-y: auto;
font-size: 90%;
}
div.inspectionHostDIVBig a.option {
margin-right: 14px;
}

/*-------------------- popup lightbox classes ------------------------*/
#mask {display: none; background: #000; position: fixed; left:0; top:0; width: 100%; height: 100%; z-index: 100;}
.mPopup {
 border-radius: 3px; overflow:hidden; float: left; position: fixed; top: 50%; left: 50%; z-index: 888;  
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
display: none; background: #fff; padding:10px; 
}
.popupCnt {padding:6px 10px; color:#727272; border-bottom:1px solid #999;}
.popupCnt p{margin-bottom:10px; margin-top:10px;}
.popupCnt a{color:#3b73b9;}
.popupFoot {padding:15px 0 5px; text-align:right;}
.popupFoot a{display:inline-block; padding:6px 12px; background-color:#3b73b9; border-radius: 3px; margin-left:5px; font-size:.9em;}
.popupFoot a:hover{text-decoration:none;}



