@charset "utf-8";
* { font-family:'Open Sans', Arial, Helvetica, sans-serif; }
body
{
	padding-top:50px;
	background:#eee;
    background:url(img/bg-main.jpg) repeat;
	font-size:14px;
    text-align: left;
    line-height: 1;
}

.wrapper { margin:0 auto; padding-bottom:200px; width: 1200px; text-align: left; 

}
.main-content { background:white; }

table.borders, table.borders tr td, table.borders tr th { padding:5px;border:1px solid black; font-size:12px;     border-spacing: 0px;    border-collapse: collapse; }

table.grid 
{   
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid; 
    border-color: silver;
}

table.wybor-okreu {  width:350px;}

table.jasne-tlo { border: 1px solid #aaa; border-collapse: separate; background:white; border-radius:5px; padding:5px; text-align:center; box-shadow:0px 0px 15px rgb(199, 199, 199);}
table.jasne-tlo td.filter { /*white-space: nowrap;*/ font-size: 12px; display: inline;    text-align: left;}
table.jasne-tlo td.filter input { float:left; margin-top:0px; }
table.jasne-tlo td.filter label { line-height: 1.1; }

table.panel
{
    font-size:12px;
    text-align:left;
    padding:5px;
    font-style: italic; 
}
table.panel tr td
{
    padding:2px;
}
.tr_parzyste {background:white ;} 
.tr_nieparzyste { background:#ECF5FD; }

.grey { background: rgb(206, 215, 223); }

table.grid
{
    background: white;
    width:1300px;
}

ol li  
{
    line-height: 30px;
}

.line { border-top:1px solid grey !important; }

table.no-border { border:none; border-color:transparent !important; }
table.formatka { border-collapse: collapse; } 
table.formatka tr td { border: 1px solid #aaa;  }

table.tab_wewnetrzna { border-collapse: collapse; }
table.tab_wewnetrzna tr td { border: 1px solid #aaa; }

span.small { font-size:11px; font-style:italic;}

.grid-cell
{
    width:35px;
    width:100% auto;
    text-align:center;
}

.grid-cell span { text-align:center; }
.grid-cell span a
{
    border-radius:10px;
    display:block;
    width:10px;
    color:white;
    font-size:11px;
    height:10px;
    padding:5px;
    margin-bottom:2px !important;
    line-height: 10px;
    text-align:center;
    margin: 0 auto;
}

/* 
.grid-cell span a.Alan          { border-color:red;     box-shadow: 0px 0px 5px red;}
.grid-cell span a.Agnieszka     { border-color:orange;    box-shadow: 0px 0px 5px orange;}
.grid-cell span a.Ania          { border-color:pink;    box-shadow: 0px 0px 5px pink;}
.grid-cell span a.Gosia         { border-color:violet;  box-shadow: 0px 0px 5px violet;}
.grid-cell span a.Marta         { border-color:blue;  box-shadow: 0px 0px 5px blue; }
.grid-cell span a.Zbyszek       { border-color:yellow;  box-shadow: 0px 0px 5px yellow;}
*/

/* zlecenie, w-trakcie, zakonczone, potwierdzone, anulowane*/
.grid-cell span a.zlecenie
{
    background:white;
    color:black;
    border:1px solid green;
}
.grid-cell span a.zafakturowane
{
    background:rgb(223, 189, 7);
}
.grid-cell span a.zakonczone
{
    background:green;
    background:#00b300;
}
.grid-cell span a.potwierdzone
{
    background:#005AFF; /*niebieski*/
}
.grid-cell span a.anulowane
{
    background:#FF5555; /*niebieski*/
}
.grid-cell span a.w-trakcie
{
    color:black;
    text-decoration: none;
    font-style:italic;
background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 32%, #00b300 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(32%, #ffffff), color-stop(100%, #00b300));
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 32%, #00b300 100%);
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 32%, #00b300 100%);
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 32%, #00b300 100%);
background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 32%, #00b300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00b300', GradientType=1 );
}


.normal { font-weight:normal; }
.italic { font-style:italic; }
.invisible { display:none; }
.serwis_przekroczony { color:red; font-style: italic;}
a.dojazd{ display:block; padding-left:25px; font-size:10px; background:url(img/dojazd.png) left no-repeat; line-height:22px; color:green; text-decoration:none;}
span.show_action_details { cursor: pointer; }

tr.action_details { background:#DDF7D9; }
tr.form_action_add { display:none; background:white; }
td.actions { width:20px;}
td.weekend { background:rgb(245, 202, 112);}

table tr td.kh, .td-pod-kh
{
    width:300px;
    font-size: small;
}

span.action_add
{
    cursor:pointer;
    width: 16px;
    height: 16px;
    text-decoration:none;
    background-position: 0 0; /*-1071px ;*/
    background-image: url('img/add.png');
    background-repeat: no-repeat !important;
}

span.tip
{
    font-size:11px; 
    font-style:italic; 
    color:green;
}

textarea
{
    width:400px;
    height:200px;
}

input[type="text"] { width:100%; }

input[type="submit"].blue
{
    cursor:pointer;
    color:#FFF;
	width:140px;
	padding-top:1px;
	height:40px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgb(9,115,195); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5NzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNTUwODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(9,115,195,1) 0%, rgba(5,80,136,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,115,195,1)), color-stop(100%,rgba(5,80,136,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(9,115,195,1) 0%,rgba(5,80,136,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(9,115,195,1) 0%,rgba(5,80,136,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(9,115,195,1) 0%,rgba(5,80,136,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(9,115,195,1) 0%,rgba(5,80,136,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0973c3', endColorstr='#055088',GradientType=0 ); /* IE6-8 */
font-size:14px;
}
.error
{
    font-weight:bold;
    color:red;    
    width:780px;
    margin: 0 auto; 
    text-align:center;
    padding:10px;
    border:1px solid yellow;
    background:#ccc;
}
.ok-info
{
    font-weight: bold;
    color: rgb(86, 156, 39);
    width: 780px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border: 1px solid white;
    background: #ccc;
    text-shadow: 0px 1px 1px #ddd;
}
.mce-stack-layout-item
{
    text-align:left !important;
}

div.version-log
{
    font-size:12px;
    text-align:left;
    font-style:italic;
    padding-top:50px;
}



a.chmurka {color:inherit; text-decoration:inherit; padding-right:20px; background-position: center right;  background-image: url('img/help.png'); background-repeat: no-repeat !important; }
.hidden {display:none !important; }
tr.zalaczniki td {font-size:smaller; }