﻿/* DEFAULTS
----------------------------------------------------------*/
@IMPORT url("raporty.css");
@IMPORT url("panel.css");
@IMPORT url("zarzadzanie.css");
body   
{
    background: #b6b7bc;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
    min-width: 1152px;
    margin: 0px;
    padding: 0px;
    color: #696969;
    position: relative;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}input

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 960px;*/
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
    position: relative;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
}

.middle
{
    position: relative;
    padding-bottom: 10px;
    background-color:#3a4f63;
}

.main
{
    width: 84%;
    float: left;
    position: relative;
    padding: 5px;
    margin-top: 4px;
    background-color: #fff;
    /*margin: 12px 8px 8px 8px;*/
    /* width: auto; 
    width: 715px; */
    /*left: 220px;*/
    
}

.leftCol
{
    /*padding: 6px 0px;*/
    /*margin: 12px 8px 8px 8px;*/
    /*width: 210px;*/
    width: 15%;
    min-width: 184px;
    height: auto;
    float: left;
    overflow: hidden;
    /*background-color:#3a4f63;*/
}

/*.leftCol, .main { padding-bottom: 2000px; margin-bottom: -2000px; }*/

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.loginBox
{
    width: 300px;
    height: 200px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #465c71;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius : 6px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

table#dodajWysylke
{
    width: 880px;
    border: 0;
    border-collapse: collapse;
}

table#dodajWysylke > tr > td
{
    padding: 5px;
}

table#dodajWysylke td.lewa
{
    width: 400px;
    text-align: right;
}

.dodWysLeft
{
    text-align: right;
    width: 300px;
    position: relative;
    float: left;
    line-height: 1.9em;
}

.dodWysRight
{
    text-align: left;
    width: 400px;
    position: relative;
    float: left;
    padding-left: 10px;
    line-height: 1.7em;
}

input#tbZamowienie
{
    width: 40px;
}

.szczegoly
{
    text-align: left;
    width: 520px;
    position: relative;
    float: left;
    padding-bottom: 30px;
}

.EditBack{
    margin-right: 40px;
    font-weight: bold;
    
}


.dokumentyMagazyn
{
    text-align: left;
    width: 300px;
    position: relative;
    float: left;
    padding-left: 30px;
    padding-bottom: 30px;
}

.formMagazyniera
{
    clear: both;
    text-align: left;
    width: 300px;
}

li
{
    line-height: 1.6em;
}

li span
{
    font-weight: bold;
}

.kapitaliki
{
    font-variant: small-caps;
}

.selectedKNT
{
    width: 100%;
    text-align: right;
    padding-right: 15px;
    color: White;
}

/* LEFT MENU  */
div.leftMenu
{
    float: left;
    padding-left: 10px;
    /*width: 210px;*/
    height: 100%;
    border-right: 1px solid gray;
}

.tylkoHurt
{
    background: red;
}

.tylkoDetal
{
    background: blue;
}   

/* Wygląd i takie tam */
#addNewForm input
{
    width: 300px;
	height: 20px;
	padding-left: 5px;
}

input, select, option
{
    height: 20px;
    border: 1px solid #e6e6e6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	/*border-radius : 6px;*/
}

textarea
{
    border: 1px solid #e6e6e6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius : 6px;
}

input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover{ 
	border: 1px solid #288AB7;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

/* Update progress */

.progress
{
    position: absolute;
    top: 130px;
    left: 50%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

div#adres input, textarea
{
    width: 400px;
}

.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
	background-color:#ffffff;
	/*background-color: #EFF3FB;*/
	border:solid 3px gray;
	padding:3px;
	width: 250px;
	
	width: 600px;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}

.modalWindowH
{
    border: solid 1px #c0c0c0;
    background: #f0f0f0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 600px;
    padding-bottom: 10px;
    position: absolute;
    top: -1200px;
    display: none;
}

.modalWindowS
{
    border: solid 1px #c0c0c0;
    background: #fff;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    width: 600px;
    padding-bottom: 10px;
    display: block;
    /*position: absolute!important;*/
}

.OKButton
{
    padding-top: -5px;
    float: right;
    color: black;
    font-weight: bold;
    background: none;
    border: 0;
    cursor:pointer;
}

.OKButton:hover
{
    border: 0;
    color: white;
}

.modalTitle2
{
    width: 600px;
    height: 30px;
    vertical-align: middle;
    background: url("../Scripts/UI/images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x;
    text-align: center;
    position: relative;
}

.modalTitle
{
    height: 2em;
    line-height: 2em;
    font-size: 1em;
    border: 1px solid #aaaaaa;
    background: #cccccc url(../Scripts/UI/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.modalContent
{
    position: relative;
    text-align: left;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.modalContentOferta
{
    width: auto;
}

.modalContentScroll
{
    position: relative;
    text-align: left;
    width: 520px;
    height: 600px;
    overflow: scroll;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
}

.floatL
{
    float: left;
}

.infoField
{
    background: white;
	padding: 5px;
	color: Green;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dzienStatus
{
    text-align: right;
}


/*  modal popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	/*background-color: #EFF3FB;*/
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	/*width:250px; */
}

.detail 
{
}

.detail td
{
	padding: 5px;	
}

/* Month silver theme */
.month_silver_header 
{
	background-image: url('../Media/month_silver_top20.gif');
	background-repeat: repeat-x;
	background-color: #CFCFCF;
}
.month_silver_event 
{
	background-image: url('../Media/month_silver_event20.gif');
	background-repeat: repeat-x;
	background-color: #CFCFCF;
}


/*  Context menu NG */

.menu_main
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	border: 1px solid gray;
	background-color: white;	
	padding: 2px;
	cursor: default;
	background-image: url('../Media/elements/context_menu/bg3white.png');
	background-repeat: repeat-y;
}

.menu_main a {
	padding-left: 35px;
	color: black;
	text-decoration: none;
	cursor: default;
}

.menu_main a span 
{
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100px; 
	overflow:hidden;
	padding-left: 2px;
	padding-right: 20px;
}

.menu_main a:hover {
	background-image: url('../Media/elements/context_menu/left.png');
	background-repeat: no-repeat;	
}

.menu_main a:hover span {
	background-image: url('../Media/elements/context_menu/right.png');
	background-repeat: no-repeat;	
	background-position: 100%;
}

.menu_main div div  /* separator */
{
	border-top: 1px solid #dddddd;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 28px;
}

.month_default_event_hover .month_default_event_inner {
    background: -moz-linear-gradient(center top , #FFF 0%, #E8E8E8) repeat scroll 0% 0% transparent;
}
.month_default_event_inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 1px;
    right: 1px;
    overflow: hidden;
    padding: 2px 2px 2px 5px;
    font-size: 12px;
    color: #666;
    background: -moz-linear-gradient(center top , #FFF 0%, #EEE) repeat scroll 0% 0% transparent;
    border: 1px solid #999;
    border-radius: 5px;
}


.event_przyjete .month_default_event_inner{
    color: black !important;
}
             
.event_wrealizacji .month_default_event_inner{
    color: black !important;
}
             
.event_zakonczone .month_default_event_inner{
    color: white !important;
}
             
.event_odebrane .month_default_event_inner{
    color: white !important;
}

.event_odlozone .month_default_event_inner{
    color: white !important;
}



/* boxy z informacjami */

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;

    display: inline-block;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}

/* Zlecenia Terminarze  */
.lblZleceniaStatusy{
    color: black;
    display: inline-block;
    padding: 2px 5px;
}

.rblStatusy input{
    height: auto;
}

.rblStatusy td label{color: #000; padding: 2px 5px;}

.rblStatusy td:nth-child(1) label{
    background-color: white;
}
.rblStatusy td:nth-child(2) label{
    background-color: yellow;
}
.rblStatusy td:nth-child(3) label{
    background-color: orange;
}
.rblStatusy td:nth-child(4) label{
    background-color: red;
}
.rblStatusy td:nth-child(5) label{
    background-color: green;
}
.rblStatusy td:nth-child(6) label{
    background-color: lightblue;
}
.rblStatusy td:nth-child(7) label{
    background-color: black;
    color: #fff;
}

input, select, textarea {
    border: 1px solid #006699;
}

button .right{
    float: right;
}

.borderRight{
    border-right: 1px solid gray;
}

.btnUsun {
    float: right;
}

.dodajPrzyjecie input, .dodajPrzyjecie select, .dodajPrzyjecie textarea {
    margin: 5px 0;
    padding: 3px;
    height: auto;
    border-color: #e6e6e6;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.dodajPrzyjecie input:focus, .dodajPrzyjecie input:hover, .dodajPrzyjecie select:focus, .dodajPrzyjecie select:hover, .dodajPrzyjecie textarea:focus, .dodajPrzyjecie textarea:hover {
    border-color: #006699;
}

input, select, textarea {
    margin: 5px 0;
    padding: 3px;
    height: auto;
    border-color: #e6e6e6;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
    border-color: #006699;
}