.fixed-panel {
    min-height: 7;
    max-height: 300px;
    overflow-y: scroll;
}

.loader_cnt {
    display: none;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    -moz-opacity: .65;
    filter: alpha(opacity =   65);
    opacity: .65;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    z-index: 999 !important;
}
.img_loader {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -64px;
}





.table_web thead { display:block; margin:0px; cell-spacing:0px; left:0px; }
.table_web tbody { display:block; overflow:auto; height:250px; }
.table_web th { width:25%; }
.table_web td { width:25%; }


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.cnt_border {
    border-color: #CCC;
    border: 0px solid;
}

#kht {
    font-weight: bold;
}

#element {
    height: 370px;
    margin-bottom: 0;
    overflow: auto;
    border-color: #CCC;
    border: 0px solid;
}

#element_buff {
    height: 425px;
    margin-bottom: 0;
    overflow: auto;
    border-color: #CCC;
    border: 0px solid;
}

.footer {
    left:0;
    position: fixed;
    padding-top: 0px;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    text-align: center;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    background-color: #999;
}
.font_24 {
    font-size: 16px;
    color: #000;
}
.font_36 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
}


.input_search {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}


.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


.panel-blue {
    border-color: #006d91;
}

.panel-blue .panel-heading {
    border-color: #006d91;
    color: #006d91;
    background-color: #c7ddef;
}

.panel-blue a {
    color: #006d91;
}

.panel-blue a:hover {
    color: #df8a13;
}

.huge {
    font-size: 40px;
}

.doc_green {
    background-color: #f3f8ed;
    color: black;
}

.doc_orange {
    background-color: #fffbe6;
    color: black;
}

.doc_red {
    background-color: #fcebe8;
    color: black;
}

.clickable-row {
    cursor: pointer;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top35 { margin-top:35px; }

.td-delete {
    padding: 0;
    margin: 0;
    width:15px;
    text-align: center;
    vertical-align: middle;
}

.fixed-width-30 {
    width:30px;
}

.fixed-width-35 {
    width:35px;
}

.fixed-width-55 {
    width:55px;
}
.fixed-width-65 {
    width:65px;
}
.fixed-width-75 {
    width:75px;
}
.fixed-width-85 {
    width:85px;
}
.fixed-width-100 {
    width:100px;
}
.fixed-width-120 {
    width:120px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.nopadding-top {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.nopadding-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.breadcrumb-fixed-top {
    position: fixed;
    top:0;
    margin-top: 50px !important;
    left:0;
    background-color: #FFF;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    z-index: 1;
    -webkit-box-shadow: 0 4px 4px -2px #666666;
    -moz-box-shadow: 0 4px 4px -2px #666666;
    box-shadow: 0 4px 4px -2px #666666;

}
.margin-top-80 {
    margin-top: 100px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-5 {
    margin: 5px;
}

.left10 { margin-left:10px; }
.right10 { margin-right:10px; }

* {
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.table > tbody > tr > td {
    vertical-align: middle;
}


.table > tbody > tr > td > .form-control {
    width: 100%;
    min-height: 40px;
    height: 100% !important;
    vertical-align: middle;
    text-align: center;
    min-width: 40px;
    border-radius: 0px;
    border: none;

}
.panel-slownik .panel-content{
    padding: 0;
}

.panel-slownik .input-group-addon{
    width: 50px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.time_line_top {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    margin: auto;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    padding: 20px;
    position: relative;
    width: 46%;
    margin-top: 20px;
    text-align: center;
}

.time_line_bottom {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    margin: auto;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    padding: 20px;
    position: relative;
    width: 46%;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: center;
}


.btn-default, .btn-default:hover, .btn-default:active, .btn-default:visited {
    background-color: #8064A2 !important;
    text-shadow:none;
    color: #636363 !important;

}


.btn-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), color-stop(50%, #E3E3E3), to(#D4D4D4));
    background-image: linear-gradient(#F5F5F5, #E3E3E3 50%, #D4D4D4);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #cccccc;
}

.btn-default:not(.disabled):hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), color-stop(50%, #E3E3E3), to(#ADADAD));
    background-image: linear-gradient(#FCFCFC, #E3E3E3 50%, #ADADAD);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #cccccc;
}

.btn-default:focus,
.btn-default:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), color-stop(50%, #E3E3E3), to(#ADADAD));
    background-image: linear-gradient(#FCFCFC, #E3E3E3 50%, #ADADAD);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    border: 1px solid #cccccc;
}

.gus_ok {
    background: #d0e9c6 !important;
    color: #636363 !important;
}


.hity_table td {
    vertical-align: middle;
    padding: 2px !important;
    border: 1px solid #cccccc;
}

.hity_table .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

