/* Wasze CSSy */

/* asgraf START */

#message_popup {
    position: absolute;
    left: 10%;
    right: 10%;
    height: auto;
}


.version_preview a.close {
    position: absolute;
    top: 5px;
    right: 1px;
}
.version_preview {
    position: fixed;
    display: block;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    background-color: white;
}
.version_preview table {
    width: 90%;
    margin: 20px auto;
}
.version_preview:target, .version_preview.target {
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    opacity: 1;
    z-index: 100;
    overflow: scroll;
}
.preview_after, .preview_after
{
    color: black;
}
.preview_name
{
    background-color: lightgray;
}
.preview_before.changed
{
    background-color: salmon;
}
.preview_after.changed
{
    background-color: lightgreen;
}
.preview_before.null,.preview_after.null
{
    background-color: steelblue;
    color: white;
}

.treecomments li
{
    display: block;
    position: relative;
	padding-left: 28px;
	font-size: 13px;
}

div.comment_div {
    margin: 5px 0;
    padding: 10px 10px 10px 20px;
	background: url(../img/komentarze.png) no-repeat -22px 13px;

}

.commentslevel_1 > li {
	border-bottom: 1px solid #bcbcbc;
}

#treecomments_articlecomments ul.commentslevel_1 > li {
	margin-left: 0;
}

div.comment_div.preview
{
    border: 1px dotted blue;
	display: none;
}

div.comment_div div.informacje {
	float: right;
	width: 150px;
	clear: right;
	font-size: 11px;
	line-height: 12px;
}

div.comment_div div.informacje div {
	display: inline;
}


div.comment_div a
{

}
div.comment_div a.comment_delete_link
{
    color: red;
}
div.comment_div span.comment_date, div.comment_div span.comment_username
{
    font-size: 11px;
}
.treecomments button
{
    position: absolute;
    top: 13px;
	left: 9px;
	color: #006bb7;
    font-size: 8px;
	height: 11px;
	width: 11px;
	line-height: 8px;
	background: url(../img/komentarze.png) no-repeat;
	border: none;
}
.treecomments button.show {
	background-position: 0 0;
}
.treecomments button.hide {
	background-position: -11px 0;
}
.comment_responce
{
    display: none;
    margin-left: 1px;
}
.comment_responce:target
{
    display: block;
}

#admin_menu_div,
#category_aclgroup_id_div,
#category_show_to_user_div
{
    display: none;
}
form.adminmenu.ssdip #admin_menu_div,
form.spbip #category_aclgroup_id_div,
form.ssdip #category_show_to_user_div
{
	display: block;
}
#CategoryPlaceDiv,
#CategoryPlace option[value=header],
#CategoryPlace option[value=footer]
{
	display: none;
}

form.ssdip.usermenu #CategoryPlaceDiv,
form.usermenu #CategoryPlaceDiv,
form.ssdip.usermenu #CategoryPlace option[value=header],
form.usermenu #CategoryPlace option[value=footer]
{
	display: block;
}

.ticket_legend {
	margin-bottom: 5px;
}

.ticket_legend span {
	font-size: 0.8em;
	font-weight: bold;
}
.ticket_legend label
{
	display: inline-block;
	width: 46px;
	height: 16px;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.priority0 {
	border: 1px solid #000;
	width: 44px !important;
	height: 14px !important;
}

.priority1
{
	background: #e4e4e4 !important;
}
.priority2
{
	background: #99edff !important;
}
.priority3
{
	background: #ff5f5f !important;
}
.priority4
{
	background: #fffb70 !important;
}
.priority5
{
	background: #ffaa5f !important;
}

.statistics span
{
    float: left
}
.statistics button, .statistics a, .statistics input
{
    float: right;
    border: none;
    text-decoration: none;
    margin-left: 4px;
}


/* asgraf STOP */


/* crashev tu był start */

.search_header .active { background: lightblue; color: red; }
.dateerror { background: red !important; }
.close_overlay { float: right; }
.myDragClass { background: yellow !important; }
.maxlengthexceed { background: red !important; }

form .required {
        font-weight: bold;
}
form .required label:after {
        color: #e32;
        content: '*';
        display:inline;
}

/* style dla notek wyjezdzajacych z lewej */
#noteshandle {
        background:url(../img/notes/contact.png) no-repeat;

        color:#FFFFFF;
        cursor:pointer;
        width:60px;
        height:150px;
        left:0;
        margin-left:-5px;
        overflow:hidden;
        position:fixed;
        *position:absolute;
        text-indent:-100000px;
        top:40px;
        *margin-top:200px;
        z-index:100000;
}

#notes_body {
        background-color: #d11919;
        /*border:2px solid #FFFFFF;
        */
        color:#FFFFFF;
        height: 320px;
        left:0;
        margin-left:-400px;
        margin-top:-160px;
        overflow:hidden;
        padding-left: 30px;
        position:fixed;
        top:200px;
        width:360px;
        *width:370px;
        *padding-left: 8px;
        *padding-right: 12px;
        z-index:99;
/*        background-image:url(/img/notes/contactform.png); */
        display: inline;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		border-bottom-right-radius: 3px;
}

#notes_body textarea {
	border: 1px solid #a21413;
	width: 330px;
	height:	244px;
	padding: 5px;
}

a#addNote,
#notes_body button {
	border: none;
	background: none;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
}

#notesListDiv a {
	color: #fff;
}

#notesListDiv a[id*=deleteNote] {
	/*background: url("/img/admin_list.png") no-repeat scroll -32px 0 transparent;*/
	display: inline-block;
    height: 16px;
    width: 16px;
	zoom: 1;
	*display: inline;
	text-decoration :none;
	font-weight: bold;

}

#notesListDiv {
	width: 340px;
    height: 288px;
	overflow-x: hidden;
	font-size: 0.8em;
	line-height: 1.5em;
}

div.flashCover {
        color: black;
        z-Index: 98;
        background: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
}

div.flashCoverMessage {
        min-width: 300px;
        max-width: 440px;
        min-height: 150px;
        background: none repeat scroll 0% 0% white;
        position: absolute;
        text-align: center;
		margin-top: -90px;
	margin-left: -150px;
        left: 50%;
        top: 50%;
        z-index: 259;
	padding-bottom: 15px;
        box-shadow: 0px 0px 15px rgb(102, 102, 102);
        -webkit-box-shadow: 0px 0px 15px rgb(102, 102, 102);
        -moz-box-shadow: 0px 0px 15px rgb(102, 102, 102);
		border: 1px solid #a0e74c;
}

div.flashCoverMessage .message {
        padding: 30px 10px 30px 20px;
        text-align: center;
		min-width: 280px;
		max-width: 420px;
}

a.f_zamknij {
	background: url(../img/admin_list.png) no-repeat -820px 0;
    height: 27px;
    padding: 5px 10px 0 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    float: right;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    -moz-box-shadow: 1px 1px 3px 0px #5d5d5d;
    -webkit-box-shadow: 1px 1px 3px 0px #5d5d5d;
    box-shadow: 1px 1px 3px 0px #5d5d5d;
	width: 80px;
	margin-bottom: 20px;
}

.flashLeftMove { left: -200px !important; }

form .required label.norequire:after { content:'';  }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/* crashev tu był stop */
/* GDPR */
#gdprCenter {
    margin: 0 auto:
}
#gdprCover {
    display: none;
    color: black;
    z-index: 1000;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    opacity: 0.7;
}
#gdprCoverMessage.flashCoverMessage {
    min-width: 600px;
    min-height: 400px;
    display: none;
    z-index: 1010;
    margin-top: -200px;
    margin-left: -300px;
    margin-right: auto;
    padding: 10px auto auto;
    position: fixed;
}
#gdprCoverMessage .title {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: bold;
    margin: 10px 5px;
}
#gdprCoverMessage .content {
    font-size: 0.8em;
    line-height: 1em;
    height: 300px;
    background-color: #eee;
    overflow: auto;
    margin: 10px 10px 0 10px;
    padding: 10px;
    text-align: left;
}
#gdprCoverMessage .content p {
    line-height: 1.2em;
}
#gdprCoverMessage .f_zamknij {
    width: 200px;
    font-size:  0.8em;
    background-image: none;
    background-color: #9f0303;
    margin: 0 auto 10px auto;
    position: static;
    bottom: auto;
    clear: both; float: none;
}
#gdprConfirm:hover {
    background-color: #d01919;
    cursor: pointer;
}
.gdprConfirm-disabled {
    background-color: #aaa !important;
    cursor: default !important;
}
#gdprCoverMessage h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 8px 0;
}
#gdprCoverMessage .content a:hover {
    font-weight: normal;
}
/* 
 *  * Device = Most of the Smartphones Mobiles (Portrait)
 *   */
@media screen and (min-width: 279px) and (max-width: 640px) {
    #gdprCoverMessage.flashCoverMessage {
        width: 300px;
        min-width: 280px;
        min-height: 300px;
        margin-top: -167px;
        margin-left: -150px;
    }
    #gdprCoverMessage .f_zamknij {
        width: 170px;
        line-height: 1.1em;
    }
    #gdprCoverMessage {
        font-size: 0.9em;
    }
    #gdprCoverMessage .content {
        height: 235px;
    }
    #gdprCoverMessage .title {
        font-size: 0.8em;
    }
    #gdprCoverMessage h3 {
        line-height: 1.2em;
    }
}
@media screen and (max-height: 500px) {
    #gdprCoverMessage .content {
        height: 180px;
    }
}
.subtitle-arch-alert a {
    color:#eee;
}
.subtitle-arch-alert h2 {
    background-color: #bd0b24;
    color: #fff;
    padding: 20px 30px;
    margin: -15px 0 15px 0;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.5em;
}

