﻿/* POPUP  
-----------------------------------------------------------------------------*/
.UsersEditPopup, .EditPopup{
	background-color:#fff;
	display:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height:auto !important;
	position: absolute;
/*	left: 30%;
	top: 20%;
*/
	width:auto !important;
	min-width: 400px;
	max-width: 900px;
	-moz-box-shadow: 0px 0px 40px #080808;
	-webkit-box-shadow: 0px 0px 40px #080808;
	box-shadow: 0px 0px 40px #080808;
}

.UsersEditPopup *, .EditPopup *{
	z-index: inherit;
}

.popup-container{
	position: relative;
}

.EditPopup .PopupContent, .UsersEditPopup .PopupContent{
	border:none;
	padding: 60px 15px 65px 15px;
	float: left;
}
.EditPopup .PopupContent .question-yes-no-btns, 
.UsersEditPopup .PopupContent .question-yes-no-btns,
.EditPopup .PopupContent .question-yes-no-btns1, 
.UsersEditPopup .PopupContent .question-yes-no-btns1,
.EditPopup .PopupContent .question-yes-no-btns2, 
.UsersEditPopup .PopupContent .question-yes-no-btns2
{
	position: absolute;
	bottom: 0px; right: 0px;
	height: 42px;
	padding-top: 5px;
	width: 100%;
	background: #fbfbfb;
	border-top: 1px solid #e6e6e6;
}
.EditPopup .PopupContent .question-yes-no-btns *, .UsersEditPopup .PopupContent .question-yes-no-btns *{
	float: right;
	margin-right: 4px;
}
.EditPopup .PopupContent .ajax__tab_xp .ajax__tab_header, .UsersEditPopup .PopupContent .ajax__tab_xp .ajax__tab_header{
	border-bottom: 1px solid #ccc;
}
.EditPopup .PopupContent .ajax__tab_active .ajax__tab_outer, .UsersEditPopup .PopupContent .ajax__tab_active .ajax__tab_outer{
	background-color:#FFFFFF !important;
	border-color: brown #ccc #FFFFFF;
	border-style:solid;
	border-width:1px 0 1px 1px;
	margin-top: 1px;
} 

.EditPopup .PopupContent .ajax__tab_active .ajax__tab_inner, .UsersEditPopup .PopupContent .ajax__tab_active .ajax__tab_inner{
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 0 0;
}

/* popup header*/
.EditPopup .PopupPanel_AllHeaderContent, .UsersEditPopup .PopupPanel_AllHeaderContent{
	position: absolute; top:0; left:0;
	background-color: #290101;
	border: none;
	border-top: 10px solid #5d1503;
	width: 100%;
	float: left;
	height: 20px;
	padding: 7px 0px 8px 0;
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	color: #E13D11;
}

.EditPopup .PopupPanel_HeaderButton, .UsersEditPopup .PopupPanel_HeaderButton{
	position: absolute;
	top: 8px; right: 8px;

}
.EditPopup .PopupPanel_HeaderButton input, .UsersEditPopup .PopupPanel_HeaderButton input{
	 width: 21px;
	 height: 17px;
	 border: 0; margin:0; padding: 0;
	 background: url(../Images/Layout/btns/close-popup.png) no-repeat -21px 0;
}
.EditPopup .PopupPanel_HeaderButton input:hover, .UsersEditPopup .PopupPanel_HeaderButton input:hover{
	background-position: 0px 0;
	border: 0;
}
input[type="submit"][disabled]{
	 border: 0;
	opacity: 0.3;
}

.UsersEditPopup textarea, .EditPopup textarea{
	 width: 400px;
	 height: 200px;

}

/* !!!!!!!!! INLINE POPUP !!!!!!!!!!!!!*/
.InlinePopup {
	height: 220px;
	width: 808px;
	padding: 10px ;
	position: relative;
}

.InlinePopup label{
	font-size: 13px;	
}

.question-yes-no-btns{
	clear: left;
}

.InlinePopup textarea{
	margin: 5px 0;	
}
.InlinePopup input[type="text"]{
	margin-bottom: 4px;
}
.InlinePopup .PopupContent{
	border:none;
	padding: 0;
	float: left;
	padding-top: 20px;	
}
.InlinePopup .PopupContent .question-yes-no-btns{
	height: 42px;
	width: 100%;
	background:none;
	border:0;
}
.InlinePopup .PopupContent .question-yes-no-btns *{
	float: left;
	margin-right: 4px;
}

/* popup header*/
.InlinePopup .PopupPanel_AllHeaderContent{
	position: absolute; top:0; left:0;
	background-color: none;
	border: none;
	width: 100%;
	float: left;
	height: 20px;
	padding: 7px 0px 8px 0;
	text-indent: 10px;
	color: #E13D11;
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
}

.InlinePopup .PopupPanel_HeaderButton{
	display: none;	
}
.InlinePopup .PopupPanel_HeaderButton input{
	display: none;	
}
.InlinePopup .PopupPanel_HeaderButton input:hover{
	display: none;	
}

/* std question*/
.question-yes-no-btns input[type="submit"]{
	border: 1px solid #c7c7c7;
	background: #fff url(../Images/Layout/btns/btn-x.png) repeat-x left bottom;
	color: #444444;
	font-weight: bold;
	padding: 5px 15px;
	margin: 2px 4px 6px 4px;
	float: left;
}
.question-yes-no-btns input[type="submit"]:hover{
	border: 1px solid #f3b4a3;
	background: #fff url(../Images/Layout/btns/btn-a.png) repeat-x left bottom;
	color: #e0390c;
}
h2.question-h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}	

/* ANKIETA TABLE in POPUP  
-----------------------------------------------------------------------------*/
.tree tbody, .tree tbody tr, .tree tbody tr td{
	border:0;
	background: none;
	margin: 0;
	padding: 0;
}

.no-style, .no-style tr, .no-style td, .no-style:hover, .no-style tr:hover, .no-style tr:hover td:hover{
	border:0;
	background: none;
	margin: 0;
	padding: 2px;
}

/* ERROR
-----------------------------------------------------------------------------*/
.AllMessage, .AllMessage1
{
	display: none;
    position:absolute;
/*    left:30% !important;
    top:20% !important;
*/    min-width:300px;
    min-height:100px;
    padding: 0 0px 10px 0px;
    background-color:#fff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    z-index:999999;
    max-width: 400px!important;
    -moz-box-shadow: 0px 0px 15px #080808;
	-webkit-box-shadow: 0px 0px 15px #080808;
	box-shadow: 0px 0px 15px #080808;
}

.AllMessage .TitleMessage, .AllMessage1 .TitleMessage
{
    background-color: #290101;
	border: none;
	border-top: 10px solid #5d1503;
  	cursor:move;
    padding-top:4px;
    padding-bottom:4px;
    padding-left: 7px;
    padding-right:7px;
    height:16px;
    color:White;
}

.AllMessage .TitleMessage .TitleMessageText, .AllMessage1 .TitleMessage .TitleMessageText
{
    float:left;
}

.AllMessage .TitleMessage .TitleMessageImage, .AllMessage1 .TitleMessage .TitleMessageImage
{
    float:right;
}

.AllMessage .ContentMessage, .AllMessage1 .ContentMessage
{
    margin-top:5px;
    margin-left:5px;
    color:Black;
    margin-bottom:25px;
}

.AllMessage .CloseMessage, .AllMessage1 .CloseMessage
{
    border:solid 1px black;
    background-color:#5d1503;
    color: #fff;
    padding: 2px;
    width:70px;
    margin: 0 auto;
    text-align: center;
    font-weight:bold;
    cursor:pointer;
}

.disablingDiv
{
    display: none;
    z-index:1001;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    filter:alpha(opacity=40);
    opacity:0.5;
}

.disablingDivASP
{
    display:block;
    z-index:200;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    filter:alpha(opacity=75);
    opacity:0.75;
}


.disablingDivASP1
{
    display:block;
    z-index:999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    filter:alpha(opacity=75);
    opacity:0.75;
}

.LoadingElement{
background:#FFFFFF none repeat scroll 0 0;
height:auto;
left:49%;
padding:10px;
position:absolute;
text-align:center;
top:49%;
width:auto;
}

.LoadingElementText{
color:#000000;
display:block;
}

