﻿/* ELEMENTS */

html, body { 
      height: 100%; 
      margin: 0;        
      padding: 0; 
      width: 100%; 
      } 
  

/* Common page layout */
p, th, td, div, font, span, ul, ol, li
{
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 0px;
}

/* a:link a:visited a:hover a:active */
a {
	font-weight: bold;
}
a:link, a:visited
{
	color: #22A0DB;
	text-decoration : none;
}
a:hover, a:active
{
	color: #22A0DB;
	text-decoration : underline;
}

/* !!! Use in UICLassLibrary */
.tmenu
{
	white-space: nowrap;
}

/* CLASSES */
.titleTableLogin 
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
    font-weight: bold;
    background-color: #dde2ff;
    text-align: left;
    }
    
.menu1 
{  font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-style: normal; 
   font-weight: normal; 
   color: #000000;
   white-space: nowrap;
   vertical-align: middle;
   }

.PrettyGridView
{
	white-space: nowrap;
}
.PrettyGridViewSize
{
 white-space: nowrap;
  table-layout: fixed;
}

.PrettyGridViewSize td
{
 white-space: nowrap;
    overflow: hidden;
}

.UpperCase
{
text-transform:uppercase;
}

.gvhspadding
{
 padding:0px 4px;
}

/******************
BREADCRUMB and FOOTER
******************/

.breadcrumb-container 
{
	height:35px;
	width:100%;
	margin:0px;
	
	white-space :nowrap;
	color:#FFFFFF;
}

#breadcrumb-left
{
	height:28px;
    width:16px;
	border-right:1px solid #FFFFFF;
	background: #71727F url(bg-breadcrumb.gif);
}

#breadcrumb-statuspanel
{  
   height:28px;
   width:70%;
   background-color:#71727F;
   padding: 0px 8px 0px 16px;
   border-right:1px solid #FFFFFF;
}

#breadcrumb-titlebar
{
  
   height:28px;
   white-space :nowrap;
   background-color:#525463;
   padding: 0px 8px 0px 16px;
   
}

#breadcrumb-middle
{
   height :28px;	
   text-align:right;
   background-color:#525463;
   padding: 0px 16px 0px 8px;
   
}

#breadcrumb-right 
{
	height:28px;
    width:16px;
	border-left:1px solid #FFFFFF;
	background: #71727F url(bg-breadcrumb.gif);
	}


.footer-container 
{
    height:28px;
    width:100%;
	margin:0px;
	
	white-space :nowrap;
	color:#FFFFFF;
}
	
#footer-left
{
	height:28px;
    width:16px;
	border-right:1px solid #FFFFFF;
	background: #525463 url(bg-footer.gif);
}	

#footer-side
{  
   height:28px;
   background-color:#525463;
   padding: 0px 8px 0px 16px;
   border-right:1px solid #FFFFFF;
}

#footer-middle
 {
   height :28px;	
   width:70%;
   text-align:left;
   background-color:#71727F;
   padding: 0px 8px 0px 16px;
}
		
#footer-right 
{
	height:28px;
    width:16px;
	border-left:1px solid #FFFFFF;
	background: #525463 url(bg-footer.gif);
	}	


/*  TOP MENU */
.top_menu
{
	width: 100%;
	white-space: nowrap;
	}
.top_menu td
{	
	width:50px;
}
/* к правому краю окна
.menu_right_header
{ 
	position: fixed; right: 0; top: 46px;
 
	padding: 0px 16px 0px 8px;
	color:#525463; 
	font-weight:bold;
  
} 
*/
/*  Menu in basket*/
.menu_right_header
{	
  	 z-index:-1;	
	 position:relative;  top: -20px;

    text-align:right;
	padding: 0px 16px 0px 8px;
	color:#525463; 
	font-weight:bold;
	}

.menu_right
{ 
	text-align: right;
	white-space: nowrap;
	
	width:100%;
	
	color:#71727f;
	font-weight:bold;
	
	}
	
.menu_right td 
{
	text-align: right;
	white-space: nowrap;

	 padding: 0px 16px 0px 8px;
}
	
.menu_left
{ 	
	text-align: left;
	white-space: nowrap;
	
	width:100%;
	}

.menu_left td
{ 	
	text-align: left;
	white-space: nowrap;
	padding: 0px 8px 0px 16px;
	}

/*  Image Zoom*/
.block1s {position: relative; cursor:pointer; display: inline-block;}
.block1s img + img {position:absolute; left: 53px; top:-370px; z-index:100; display: none; }
.block1s:hover img + img {display: block; width:420px; height:420px;} 

.block1s_b {position: relative; cursor:pointer; display: inline-block;}
.block1s_b img + img {position:absolute; left: 53px; top:0px; z-index:100; display: none; }
.block1s_b:hover img + img {display: block; width:420px; height:420px;} 

.block1a {position: relative; cursor:pointer; display: inline-block;}
.block1a img + img {position:absolute; left: 30px; top:-400px; z-index:100; display: none; }
.block1a:hover img + img {display: block; width:420px; height:420px;} 

.block1a_b {position: relative; cursor:pointer; display: inline-block;}
.block1a_b img + img {position:absolute; left: 30px; top:0px; z-index:100; display: none; }
.block1a_b:hover img + img {display: block; width:420px; height:420px;} 


/* UnSelectable */
.unselectable
{
	-moz-user-select:none;
    -webkit-user-select:none;
	-khtml-user-select: none;
	-o-user-select: none;
	-user-select: none;
}


/*background: #fff;
    box-shadow: -2px 2px 10px -1px #333; 
    border-radius: 5px;	*/

/*
.tooltip span{
    
    visibility: hidden;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;

    
}
 
.tooltip:hover span{
visibility: visible;
}
     */

.tooltip_hidden span{
    
    visibility: hidden;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;

    
}
 
.tooltip_unhidden span{
visibility: visible;
 position: absolute;
    top: 150px;
    left: 0;
    right: 0;
}

/*password eye css*/
.container {
	cursor: pointer;
	caret-color: transparent;
	display: block;
}
	
/* Hide the browser's default checkbox */
.container input {
	display: none;
}

 /*Hide the checked checkbox */
.img-checked {
	display: none;
}

 /*If checked, show the checked image */
.container input:checked ~ .img-checked {
	display: inline;
}

/* If checked, hide the unchecked image */
.container input:checked ~ .img-unchecked {
	display: none;
}


/* Lock Screen-related CSS Classes 
.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #666;
	z-index: 999;
	filter: alpha(opacity=75);
	opacity:0.75;
	padding-top: 20%;
}
.LockPane {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 25%;
	visibility: visible;
	display: block;
	text-align: center;
	width: 100%;
}
.LockPane div {
	width: 55%;
	background-color: #969;
	color: White;
	font-size: large;
	border: dotted 1px White;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
}
*/