* {
    font-family: inherit;
    font-size: 100%;
    -margin: 0;
    -padding: 0;
    position: relative;
    cursor: default;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
html, body, div, dt, dd, dl, img {
    padding: 0;
    margin: 0;
    position: relative;
    border: none;
}
body {
    text-align: left;
    font: 12px/16px Arial, sans-serif;
    color: #5c5c5c;
    background: #ffffff;
    margin: 0 0 10px 0;
}
h1 {
    font-size: 130%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
}
h4 {
    font-size: 100%;
}
h5 {
    font-size: 90%;
}
h6 {
    font-size: 80%;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #777;
    padding: 4px 8px;
    background-color: #e1e1e1;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px #ddd;
}
a:hover {
    color: #fff;
    /*background-color: #68816F;*/
    background-color: #aaa;
    box-shadow: none;
}
/* jQuery - korekta*/
a.ui-datepicker-prev ,
a.ui-datepicker-next {
    text-decoration: none;
    cursor: pointer;
    color: #777;
    padding: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
a.ui-datepicker-prev span,
a.ui-datepicker-next span {
    cursor: pointer;
}
#ui-datepicker-div {
    box-shadow: 2px 2px 4px #aaa;
    background: #fff;
}

fieldset {
    border: 1px solid #ccc;
    padding: 12px;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    box-shadow: 1px 1px 2px #ccc;
    min-height: 200px;
}
fieldset legend {
    border: 1px solid #bbb;
    padding: 4px 12px;
    background-color: #e0e0e0;
}
form > fieldset > div,
form > fieldset > div.fleft > div,
form > fieldset > div.fright > div,
fieldset > form > div {
    margin: 6px 0 !important;
}
fieldset > form > div > div {
    margin: 6px 0 !important;
}
fieldset > a {
    display: inline-block;
    background: none;
    border: none;
    box-shadow: none;
}
input,
input[type="password"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
textarea
{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
    cursor: text;  
    border: 1px solid #ccc;
    padding: 2px 4px;
    line-height: 22px;
    box-shadow: 1px 1px 1px #ddd;
}
select
{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
    cursor: pointer;  
    border: 1px solid #ccc;
    padding: 4px 4px;
    box-shadow: 1px 1px 1px #ddd;
}
button,
input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
    cursor: pointer;  
}

.fix {
    visibility: hidden !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
}
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
#header, #body, #footer {
    width: 980px;    
    margin: 0 auto;
}
#header {
    background-color: #aaa;
    height: 40px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}
#header div {
    float: left;
}
#header a {
    color: #FFFFFF;
    padding: 12px 12px;
    line-height: 40px;    
    background: none;
    border: none;
    box-shadow: none;
}
#header a:hover {
    /*background-color: #757D81;*/
    background-color: #888;
}
#body {
    background-color: #f1f1f1;
    padding: 14px;
    min-height: 450px;
    width: 950px;
}
#footer {
    margin-top: 10px;
}
#footer a {
    margin-left: 8px;
    padding: 6px 8px;
    background: none;
    border: none;
    box-shadow: none;
}
#footer a:hover {
    color: #fff;
    background-color: #aaa;
    box-shadow: none;
}

#body fieldset > p {
    font-size: 12px;
    line-height: 22px;
}

#body ul > li,
#body ol > li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}
#body ul > li > * > li,
#body ol > li > * > li {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 4px;
}

form div label {
    padding-top: 4px;
    /*width: 200px;*/
    width: 160px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}
form div label.required:before {
    content: '*';
    color: red;
    font-weight: bold;
    font-size: 140%;
}

form div.leftcheckbox input {
    vertical-align: top;
}
form div.leftcheckbox label {
    border: none;
}

form button  {
    background-color: #bbb;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    line-height: 32px;   
}
form button:hover {
    background-color: #999;
}

form ul.error {
    color: red;
    margin: 0 0 4px 0;
    font-size: 90%;
    width: 300px;
}
form ul.error li {
    line-height: 14px !important;
}
form button[type="submit"]{
    margin-top: 20px; 
}

#transparent_panel {
    display: none;
    z-index: 9001; top: 0; position: absolute; left: 0;
    background: white; padding: 0; opacity: 0.4; 
    width: 100%; height: 100%;    
}

div.file-list {
    /*border-top: 2px solid #ddd;*/
    /*padding: 16px 0 0 0;*/
}
div.file-list a {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}
div.file-list a:hover {
    background: none;
}
div.file-list a.download {
    background-image: url("../images/download.png");
}
div.file-list a.remove {
    background-image: url("../images/remove.png");
}
div.file-list a.share_panel {
    background-image: url("../images/share.png");
}
div.file-list a.download:hover {
    background-image: url("../images/download_on.png");
}
div.file-list a.remove:hover {
    background-image: url("../images/remove_on.png");
}
div.file-list a.share_panel:hover {
    background-image: url("../images/share_on.png");
}

div.file-list dl {
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    box-shadow: 1px 1px 2px #ccc;
    padding: 0 4px 4px 0;
}
div.file-list dl dd {
    float: left;
}
div.file-list dl dd img {
    vertical-align: top;
    margin-right: 8px;
}
div.file-list dl dt {
    width: 280px;
    float: left;
    padding-top: 4px;
    line-height: 20px;
}
div.file-list dl dt span {
    font-size: 120%;
}
div.file-list dl dt.action {
    width: 122px;
    float: left;
    padding-top: 16px;
}



div#msg_panel {
    position: fixed;
    display: none;
    top: 30%;
    left: -moz-calc(50% - 200px);
    left: -webkit-calc(50% - 200px);
    left: -o-calc(50% - 200px);
    left: calc(50% - 200px);   
    border: 1px solid #bbb;
    border-radius: 2px;
    box-shadow: 4px 4px 12px #aaa;
    background-color: #fefefe;
    width: 400px;
    min-height: 100px;
    z-index: 9200;    
    padding: 12px;
}
div#msg_panel > h2 {
    margin: -10px;
    border-bottom: 1px solid #ccc;
    padding: 10px;    
}
div#msg_panel > a {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #bbb;
    border-radius: 1px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fafafa;
    padding: 0;
}
div#msg_panel > a:hover {
    background-color: #aaa;
    color: #fff;
    box-shadow: none;
}
div#msg_panel > div.content {
    margin: 40px 0 50px 0;
    min-height: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;    
}
div#msg_panel > button  {
    background-color: #bbb;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    line-height: 32px;   
    width: 80px;
    left: -moz-calc(50% - 40px);
    left: -webkit-calc(50% - 40px);
    left: -o-calc(50% - 40px);
    left: calc(50% - 40px);      
}

div#msg_panel > button:hover {
    background-color: #999;
}


div.share_panel {
    position: fixed;
    display: none;
    left: -moz-calc(50% - 250px);
    left: -webkit-calc(50% - 250px);
    left: -o-calc(50% - 250px);
    left: calc(50% - 250px);   
    border: 1px solid #bbb;
    border-radius: 2px;
    box-shadow: 4px 4px 12px #aaa;
    background-color: #fefefe;
    width: 500px;
    min-height: 240px;
    z-index: 9100;    
    padding: 12px;
}
div.share_panel form {
    padding: 4px;
}
div.share_panel > a {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #bbb;
    border-radius: 1px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fafafa;
    padding: 0;
}
div.share_panel > a:hover {
    background-color: #aaa;
    color: #fff;
    box-shadow: none;
}
div.share_panel form > span {
    position: absolute;
    color: #e11;
    display: block;
    padding: 2px;
}
div.share_panel form > input {
    padding: 8px 4px;
    /*line-height: 30px;*/
    width: 224px;
    border: 1px solid #bbb;
}
div.share_panel form > select {
    padding: 0px;
    height: 32px;
    width: 150px;
    margin: 0 8px;
    border: 1px solid #bbb;
}
div.share_panel form > select > option {
    height: 32px;
    line-height: 30px;
}
div.share_panel div.content h5 {
    margin: 20px 0 4px 0;
}
div.share_panel div.content div > div {
    line-height: 16px;
    padding: 4px 12px;
    background-color: #eee;
    border-radius: 2px;
    display: inline-block;
    cursor: default;
    margin-bottom: 2px;
}
div.share_panel div.content div > div * {
    cursor: default;
}
div.share_panel div.content div > div > span {
    display: inline-block;
}
div.share_panel div.content div > div > a {
    cursor: pointer;
    display: inline-block;
    margin: 0 -8px 0 8px;
    padding: 0px 3px;
    border-radius: 2px;
    background-color: #ddd;
}
div.share_panel div.content div > div:hover {
    background-color: #aaa;
    color: #fff;
}

.flash-notice {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #dddddd, #bbbbbb);
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-image: none;
    border-radius: 0 0 3px 3px ;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    color: #333333;
    font: normal 18px/40px Arial,sans-serif;
    padding: 8px 12px;
    text-align: center;
    text-shadow: 0 1px 0 #EEEEEE;
    position:fixed;
    display: block;
    top: 0px;
    width: 400px;
    left: -moz-calc(50% - 200px);
    left: -webkit-calc(50% - 200px);
    left: -o-calc(50% - 200px);
    left: calc(50% - 200px);        
}

.subcontent {

}
.subcontent.menu {
    margin: 20px 0;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding: 0 0 20px 0;

}
.subcontent.menu a {
    /*text-shadow: 0 1px #EEEEEE;*/
    padding: 5px 12px;
    font-size: 14px;    
    margin: 0 20px;
    background-color: #e1e1e1;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px #ddd;
}
.subcontent.menu a:hover {
    /*background-color: #68816F;*/
    background-color: #aaa;
    box-shadow: none;
}
.subcontent.menu a.selected {
    background-color: #66dd66;
    color: #aa2222;
    box-shadow: 0px 0px 2px #fff;
    border: 1px solid #4b4;
}

#freeTerms {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
#freeTerms .choiceTerms {
    float: left;
}
#freeTerms .choiceTerms.step-0,
#freeTerms .choiceTerms.step-1,
#freeTerms .choiceTerms.step-3
{
    width: 60%;
}

#freeTerms .choiceTerms.step-0 > p {
    width: 200px;
    float: left;    
}
#freeTerms .choiceTerms.step-0 > select {
    width: 340px;
    float: left; 
    margin-top: 10px;
}

#freeTerms .choiceTerms.step-2,
#freeTerms .choiceTerms.step-4
{
    width: 40%;
}
#freeTerms .choiceTerms > p > span {
    font-size: 16px;
    margin-left: 10px;  
}
#freeTerms .choiceTerms.step-1 select {
    width: 400px;
}
#freeTerms .choiceTerms.step-2 select {
    width: 100%;
}
#freeTerms .choiceTerms.step-4 button:disabled  {
    color: #ccc;
    display: none;
}
#freeTerms .choiceTerms.step-4 table  {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#freeTerms .choiceTerms.step-4 table tr.checked {
    background-color: #66dd66;
    color: #fff;
}
#freeTerms .choiceTerms.step-4 table tr:hover {
    background-color: #9FD49F;
    color: #fff;
}
#freeTerms .choiceTerms.step-4 button {
    margin: 20px 0 0 34px;
    padding: 6px 12px;
}

select {
    background: transparent;
    padding: 5px 32px 5px 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select.png") right no-repeat #fff;
}
select:hover {
    background: url("../images/select_down.png") right no-repeat #fff;
}
select > option {
    padding: 6px 12px;
}

select > option[value=""] {
    background-color: #ccc;
}
.choiceTerms select {
    background-color: #e1e1e1;
}

.krok1 > p,
.krok1rodzrozl > p,
.krok1lokaliz > p,
.krok1rodzwiz > p,
.krok2 > p {
    font-size: 16px;
    margin-left: 60px;  
    width: 220px;
    float: left;    
}
.separator,
.krok1 > div,
.krok1poradnia > div,
.krok1rodzrozl > div,
.krok1rodzwiz > div,
.krok1lokaliz > div,
.krok2 > div {
    width: 460px;
    float: left;  
    padding: 14px 0;
}
.krok1poradnia > div {
    margin-left:280px;
}
.krok1rodzwiz.skierowanie > div {
    width: 560px;
}
.krok1 > div label,
.krok1poradnia > div label,
.krok1rodzrozl > div label,
.krok1rodzwiz > div label,
.krok1lokaliz > div label,
.krok2 > div label,
.krok3 > div label {
    cursor: pointer;
    box-shadow: none;
    padding: 5px 12px;
    font-size: 14px;
    margin: 0 2px;
    background-color: #e1e1e1;
    border: 1px solid #ccc;
}
.krok1 > div label:hover,
.krok1poradnia > div label:hover,
.krok1rodzrozl > div label:hover,
.krok1rodzwiz > div label:hover,
.krok1lokaliz > div label:hover,
.krok2 > div label:hover,
.krok3 > div label:hover {
    background-color: #aaa;
}
div > label.readonly,
div > label.readonly:hover {
    background-color: #f0f0f0;
    color: #bbb;
    cursor: default;
}
.krok1 > div input[type="radio"],
.krok1poradnia > div input[type="radio"],
.krok1rodzrozl > div input[type="radio"],
.krok1rodzwiz > div input[type="radio"],
/*.krok1lokaliz > div input,*/
/*.krok2 > div input,*/
.krok3 > div input[type="radio"] {
    display: none;
}

.krok1lokaliz > div > div,
.krok2 > div > div {
    margin-right: 4px;
    margin-bottom: 4px;
    float: left;
}
.krok1 > div input:checked + label,
.krok1poradnia > div input:checked + label,
.krok1rodzrozl > div input:checked + label,
.krok1rodzwiz > div input:checked + label,
.krok1lokaliz > div input:checked + label,
.krok2 > div input:checked + label,
.krok3 > div input:checked + label {
    background-color: #66dd66;
    color: #aa2222;
    box-shadow: 0px 0px 2px #fff;
    border: 1px solid #4b4;
}
.krok3 .separator {
    float: none;
}
.separator {
    text-align: center;
    width: 90%;
}
.choiceTerms fieldset {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    min-height: 1px;    
}
.choiceTerms fieldset label,
.choiceTerms fieldset label:hover {
    border: none;
    background-color: transparent;
    cursor: default;
    font-size: 12px;
    width: 300px;
    display: inline-block;
}
.choiceTerms fieldset input {
    padding: 0px 4px;
}


#freeTerms {
}
#freeTerms > table {
    float: left;
    width: 456px;
    margin: 4px 8px 12px;
    border: 1px solid #ddd;
    height: 180px;
    /*height: 230px;*/
    background-color: #eee;
    box-shadow: 1px 1px 1px #aaa;
    border-collapse: collapse;
}
#freeTerms > table th {
    width: 70px;
    font-weight: bold;
    font-size: 12px;
    padding: 8px;
}
#freeTerms > table td {
    font-weight: normal;
    font-size: 12px;
    padding: 8px;
}
#freeTerms > table .termin {
    color: #000;
    text-shadow: 0 1px 0 #EEEEEE;
    height: 32px;
    background-color: #d9d9d9;
    border-bottom: 1px solid #ccc;
}
#freeTerms > table .termin th {
    padding: 12px 0 8px 12px;
    font-size: 20px;
}
#freeTerms > table .termin td {
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0 8px 12px;
}
#freeTerms > table .akcje a {
    padding: 5px 12px;
    font-size: 14px;
    margin: 8px 5px 4px 5px;
    background-color: #e1e1e1;
    text-align: center;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 2px #ddd;
}
#freeTerms > table .akcje a:hover {
    /*background-color: #68816F;*/
    background-color: #aaa;
    box-shadow: none;
}


div.file-list a.remove {
    background-image: url("../images/remove.png");
}
div.file-list a.remove:hover {
    background-image: url("../images/remove_on.png");
}


.choiceTerms p canvas {
    vertical-align: middle;    
}
.choiceTerms samp {
    display: inline-block;
    color: #aaa;
    padding: 0;
    font-size: 24px;
    position: absolute;
    left: 8px;
    top: 8px;
    margin: 0;
    font-weight: normal;
    font-family: arial;
    transform: rotate(5deg);  
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(5deg);
}    
html.ie .choiceTerms samp {
    left: 4px;
}            
.choiceTerms samp.checked {
    display: inline-block;
    color: red;
    padding: 0;
    font-size: 30px;
    position: absolute;
    left: 8px;
    top: 6px;
    margin: 0;
    font-weight: normal;
    font-family: arial;
    transform: rotate(15deg);  
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(15deg);
}    

#choice_terminy {
    width: 550px;
}
.freeTerms {
    border-spacing: 2px;
    border-collapse: separate;  
    border-style: none;
    font-size: 11px;
}
.freeTerms th {
    padding: 2px 4px;
}
.freeTerms td {
    padding: 0;
}
.freeTerms thead th {
    background-color: #CECECE;
    font-weight: normal;
}
.freeTerms tbody td {
    background-color: #fff;
}
.freeTerms th > strong {
    vertical-align: top;  
    font-size: 110%;
    text-align: center;
}
.freeTerms th > div {
    margin-top: 1px;
    vertical-align: top;  
    text-align: right;
}

.freeTerms th.dayOfTheWeek.Sat,
.freeTerms th.dayOfTheWeek.Sun {
    color: #e11;
}
.freeTerms td {
    width: 76px;
    vertical-align: top;  
    text-align: center;
    font-weight: normal;
}
.freeTerms > div.termCell {
    display: inline-block;
    width: 200px;
}
.freeTerms > div.termCell,
.freeTerms td > div {
    border: none;
    margin: 1px;
    padding: 1px;
    cursor: pointer;
    position: relative;
    background-color: #dee;
}
.freeTerms > div.termCell {
    margin: 4px 2px;
    padding: 8px;    
    width: 214px;
}
.freeTerms > div.termCell *,
.freeTerms td > div > * {
    cursor: pointer;
}
.freeTerms td > div > strong {
    font-size: 110%;
    font-weight: normal;
    cursor: pointer;
}
.freeTerms > div.termCell > .date {
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 160px;
    color: #B06900;
}
.freeTerms > div.termCell.checked,
.freeTerms td > div.checked {
    background-color: #66dd66;
    color: #fff;
}
.freeTerms > div.termCell > .time,
.freeTerms td > div > .time {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #0C00C9;
}
.freeTerms > div.termCell > .time {
    font-size: 18px;
}
.freeTerms > div.termCell > .name,
.freeTerms td > div > .name {
    text-align: left;
    font-size: 10px;
}
.freeTerms > div.termCell > .loc,
.freeTerms td > div > .loc {
    text-align: right;
    font-size: 8px;
    color: #106C02;
}
.freeTerms > div.termCell:hover,
.freeTerms td > div:hover {
    background-color: #9FD49F;
    color: #fff;
}

form .choiceTerms label {
    border-bottom: none;
}
.choiceTerms > a.button {
    margin-top: 20px;
    display: inline-block;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    font-weight: bold;
    background-image: url("../images/select.png");
    background-position: right;
    background-repeat: no-repeat;
}
.choiceTerms > a.button,
.choiceTerms > a.button * {
    cursor: pointer;
}
.choiceTerms > a.button.icon {
    background-image: none;
    padding: 8px 40px 8px 12px;
}
.choiceTerms > a.button.icon.cancel samp {
    display: inline-block;
    color: #F00;
    padding: 0;
    font-size: 24px;
    position: absolute;
    right: -75%;
    top: 8px;
    margin: 0;
    font-weight: normal;
    font-family: arial;
    transform: rotate(5deg);  
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(5deg);    
}
.choiceTerms > a.button.icon.accept samp {
    display: inline-block;
    color: #66dd66;
    padding: 0;
    font-size: 30px;
    position: absolute;
    /*right: -75%;*/
    left: 100%;
    top: 6px;
    margin: 0 0 0 -30px;
    font-weight: normal;
    font-family: arial;
    transform: rotate(15deg);  
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(15deg);    
}
#freeTerms .nav {
    display: block;
}
#freeTerms .nav .prev {
    float: left;
    display: block;
}
#freeTerms .nav .filter {
    float: left;
    display: block;
}
#freeTerms .nav .filter > div {
    display: inline-block;
    margin: 0 4px;
}
#freeTerms .nav .next {
    float: right;
    display: block;
}

.kroki {
    /*background-color: #DDD;*/
    padding-left: 140px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.kroki > p,
.kroki > a,
.kroki > div {
    margin: 0px !important;
    padding: 0px !important;
    float: left;
    font-size: 140%;
    line-height: 38px;
}
.kroki > a,
.kroki > p {
    padding: 0 20px !important;
    cursor: help;

    box-shadow: none;
    background-color: #CFD5DD;
    border: 1px solid #CCC;    
}
.kroki > a.aktywny,
.kroki > p.aktywny {
    background-color: #FCF7BA;
    color: #A22;
    box-shadow: 0px 0px 2px #FFF;
    border: 1px solid #4B4;    
}
.kroki > a.gotowy,
.kroki > p.gotowy {
    background-color: #C0DAC0;
    color: #A22;
    box-shadow: 0px 0px 2px #FFF;
    border: 1px solid #4B4;    
}
.kroki > div {
    position: relative;
}
.kroki > div > span, 
.kroki > div > em, 
.kroki > div > img 
{
    float: left;
}
.kroki > div > em {
    position: absolute;
    width: 60px;
    border-top: 2px solid #999;
    top: 18px;
    left: 18px;
}
.kroki > div > img {
    margin-left: 58px;
}



#iframe {
    display: none;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 9200; 
    background-color: #eee;
    padding: 34px 12px 12px 12px;

}
#iframe > a{
    top: 1px;
    right: 1px;
    position: absolute;
}


.ui-autocomplete {
    max-height: 200px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 200px !important;
}
.ui-widget-content {
    background: none !important;
    background-color: #fefefe !important;
}
.ui-autocomplete a {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}      


.calendar {
    width: 100%;
}
.calendar a {
    border: 0px;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}
.calendar.months td {
    font-weight: bold;
    text-align: center;
    background-color: #C6C7E0;
}
.calendar.days td {
    background-color: #C0D7BE;
    text-align: center;
    min-width: 26px;
}
.calendar.days .dayOfTheWeek.Sat,
.calendar.days .dayOfTheWeek.Sun {
    background-color: #E44;
}
.calendar .selected {
    border-bottom: 4px solid #0239F9;
}

.myTitle {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #8C8C8C;
}

.hidden {
    display: none;
}
.unhidden {
    display: block;
}