td.przycisk-dodawania {
    text-align:left !important;
}
a.przycisk {
    padding:2px !important;
    margin:0px !important;
}
a.przycisk img {
    padding:0px !important;
    margin:0px !important;
}
.tytul_formularza {
    text-align:left;
    padding-left:0px;
    font-size:14px;
    font-weight:bold;
}
.pole-formularza {
    text-align:left;
    margin-top:10px;
    width:727px;
    clear:both;
}
.admin-form .pole-formularza {
    text-align:left;
    margin-top:10px;
    width:100%;
    clear:both;
}
.pole-formularza label{
    text-align:right;
    margin-bottom:10px;
    width:190px;
    padding-right: 10px;
    float:left;
    display:inline;
}
.admin-form .pole-formularza label{
    text-align:right;
    margin-bottom:10px;
    width:15%;
    padding-right: 10px;
    float:left;
    display:inline;
}
.pole-formularza .input-text{
    margin-bottom:10px;
    width:450px;
    float:left;
    display:inline;
}
.admin-form .pole-formularza .input-text{
    margin-bottom:10px;
    width:80%;
    float:left;
    display:inline;
}


.pole-formularza .select{
    margin-bottom:10px;
    width:455px;
    float:left;
    display:inline;
}
.admin-form .pole-formularza select.input-text{
    margin-bottom:10px;
    width:80.5%;
    float:left;
    display:inline;
}
.pole-formularza textarea {
    height:400px;
}
.pole-formularza .submit-form{
    width:100px;
    margin-left:357px;
    margin-bottom:10px;
    float:left;
    display:inline;
}
.admin-form .pole-formularza .submit-form{
    width:100px;
    margin-right:30px;
    margin-bottom:10px;
    float:right;
    display:inline;
}
.form-container {
    margin:0 auto;
    clear:both;
}
.form {
    margin:0 auto;
    border: 1px solid #DDD;
    padding:10px;
    clear:both;
    background: #FFF;
}
.form form{
    margin:0 auto;
    clear:both;
    display:block;
}

.line {
    padding-top:3px;
    background: red;
    display:none;
}
.error {
    padding:10px;
    background: orangered;
    color:#FFF;
    width:975px;
}
.success {
    padding:10px;
    background: greenyellow;
    color:darkgreen;
    width:975px;
}
.btns-box {
    position:absolute;
    right:0px;
    top:0px;
}
#edycja, #podglad {
    background:#FFF;
}
.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    background:#FFF;
    border:none;
}
.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all{
    background: #7db9e8; /* Old browsers */
    background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 43%, #207cca 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(43%,#207cca), color-stop(98%,#207cca)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 43%,#207cca 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7db9e8 0%,#207cca 43%,#207cca 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7db9e8 0%,#207cca 43%,#207cca 98%); /* IE10+ */
    background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 43%,#207cca 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
    border: 1px solid #207cca;
}
#edycja_head,
edycja_head_html,
#podglad,
.ui-tabs-panel.ui-widget-content.ui-corner-bottom{
    margin: 0px;
    padding: 0px;
}

.top {
    width: 995px;
}

.przypis {
    float:left;
    display:block;
    width:600px;
    font-size:12px;
    margin-bottom: 10px;
    margin-left: 50px;
}

.info-success {
    color: green;
    clear:both;
    display:block;
    width:995px;
}

.one-line {
    width: 245px;
    float: left;
    display:inline;
    margin-top:10px;
}

.podglad_zdjecia_bocznego {
    display:none;
/*    padding:2px;
    background-color:#fff;
    border: 1px solid #999;*/
}

.info {
    width:995px;
    margin: 0 auto;
}

.dokument {
    padding: 16px;
}

.doc, .docx {
    background: url('../images/doc.gif') no-repeat scroll center top;
}

.pdf {
    background: url('../images/pdf.png') no-repeat scroll center top;
}

.pokaz_miniature {
    font-size:10px;
}

.pokaz_miniature.selected{
    background:#EBF5FD;
    font-weight:bold;
}

.waskie {
    width:562px;
     /*margin-right:3px;*/
}
.szerokie {
    width:740px;
}
.bardzo_szerokie {
    width:990px;
}
.srednio_szerokie {
    width:815px;
    
}
.lista_elementow {
   border: 1px solid #888;
   border-collapse: collapse;
   margin: 0 auto;
   width:100%;
}
.lista_elementow td, .lista_elementow th{
    padding: 5px;
    border: 1px solid #888;
}
.lista_elementow th {
    background: #EFEFEF;
}

.btn {
    cursor:pointer;
    padding:5px;
}

.aktywny_btn {
    border: 2px solid yellow;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
}

.help {
    cursor:pointer;
}
.komunikat {
    position:absolute;
    right:50px;
    top:30px;
    width: 400px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #207cca;
    background:#FFF;
    padding:20px 10px 10px 10px;
    text-align:left;
    font-size:11px;
    font-weight:bold;
    display:none;
}
.komunikat p {
    font-size:11px;
    font-weight:bold;
}
.zamknij {
    position:absolute;
    right:0px;
    top:0px;
    padding:5px;
    cursor:pointer;
}

.waiting {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:3000px;
    background: #fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:1000;
}

.waiting-wnetrze {
    position:absolute;
    margin:0 auto !important;
    text-align:center;
    z-index:1001;
    background:#fff;
}

.waiting-wnetrze img{
    margin:0 auto !important;
    display:block;
    z-index:1001;
}

.waiting-wnetrze span{
    margin:0 auto !important;
    display:block;
    z-index:1001;
    color:#000;
    width: 360px;
}

.podmenu span.pozycja_pod {
    color:#000;
    font-size: 11px;
    vertical-align: middle;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px !important;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    width: 100%;
}

.kategoria-formularza {
    font-size:12px;
    text-transform:uppercase;
    font-weight: bold;
    border-bottom:1px solid #DDD;
    display:block;
    clear:both;
}

.dialog-close.icon {
    padding:3px;
    width:16px;
    position:absolute;
    right:6px;
    top:-2px;
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}
.dialog-close.icon:hover{
    opacity:1;
    filter:alpha(opacity=100);
    
}

.dialog .dialog-header {
    width:100%;
}
.dialog-box {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:9999999999999;
}
.dialog {
    display:none;
    position:absolute;
    width:500px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #444;
    z-index:99999999999999;
    background:#fff;
}
.dialog-content {
    width:100%;
}