li > a.active {
    background-color: #eee;
}


#datatable tfoot input {
    width: 70px;
    color: rgba(0, 0, 0, 0.87);
    padding-left: 10px;

}

#datatable tfoot input::placeholder  {
    width: 70px;
    color: rgba(0, 0, 0, 0.87);
    font-size:13px;
    font-weight: 300;

}

.sidebar[data-color="purple"] .nav li.active a, .off-canvas-sidebar[data-color="purple"] .nav li.active a {
    background-color: #12387f;
    xbackground-color: #9c27b0;
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}

.card [data-background-color="purple"] {
    background: linear-gradient(60deg, #96261b, #a3261f);
    box-shadow: 0 12px 20px -10px rgba(18, 56, 127, 0.28),
    0 4px 20px 0px rgba(0, 0, 0, 0.12),
    0 7px 8px -5px rgba(150, 38, 27, 0.2);
}

.btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
.btn.btn-primary.active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover,
.btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .open>.btn.btn-primary.dropdown-toggle,
.open>.btn.btn-primary.dropdown-toggle:focus, .open>.btn.btn-primary.dropdown-toggle:hover,
.navbar .navbar-nav>li>a.btn.btn-primary, .navbar .navbar-nav>li>a.btn.btn-primary:hover,
.navbar .navbar-nav>li>a.btn.btn-primary:focus, .navbar .navbar-nav>li>a.btn.btn-primary:active,
.navbar .navbar-nav>li>a.btn.btn-primary.active, .navbar .navbar-nav>li>a.btn.btn-primary:active:focus,
.navbar .navbar-nav>li>a.btn.btn-primary:active:hover, .navbar .navbar-nav>li>a.btn.btn-primary.active:focus,
.navbar .navbar-nav>li>a.btn.btn-primary.active:hover, .open>.navbar .navbar-nav>li>a.btn.btn-primary.dropdown-toggle,
.open>.navbar .navbar-nav>li>a.btn.btn-primary.dropdown-toggle:focus,
.open>.navbar .navbar-nav>li>a.btn.btn-primary.dropdown-toggle:hover {
    background-color: #96261b;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #96261b;
    border-color: #a3261f;
    color: #FFFFFF;
    box-shadow: 0 4px 5px 0 rgba(18, 56, 127, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(150, 38, 27, 0.2);
}

a {
    color: #12387f;
}

.btn.btn-primary.btn-simple, .navbar .navbar-nav>li>a.btn.btn-primary.btn-simple {
    background-color: transparent;
    color: #96261b;
    box-shadow: none;
}

.form-control, .form-group .form-control {
    border: 0;
    background-image: linear-gradient(#a3261f, #96261b), linear-gradient(#D2D2D2, #D2D2D2);
}

.form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(#a3261f, #96261b), linear-gradient(#D2D2D2, #D2D2D2);
}


.login {
    background-position: top !important;;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.wrapper-full-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background-color: rgba(0,0,0,0.45);
}

/*timeline*/

section#timeline img {

    min-height: 40px;
    max-height: 40px;
}

section#timeline h2 {

   margin-bottom: 30px;
}



.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}
.message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);


}
.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}
.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}
.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}
.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.message-item .message-head .avatar {
    margin-right: 20px;
}
.message-item .message-head .user-detail {
    overflow: hidden;
}
.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.message-item .message-head .post-meta {
    float: left;
    padding: 0 15px 0 0;
}
.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}
.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}
.message-item .message-head .post-meta >div {
    color: #333;
    font-weight: bold;
    text-align: right;
}
.post-meta > div {
    color: #777;
    font-size: 12px;
    line-height: 22px;
}

/*end timeline*/

/*section login*/


section#login .card {
    background-color: transparent;
}

section#login .card-content, section#login .footer {
    background-color: #FFFFFF;
}

section#login .footer {
    border-radius: 0 0 5px 5px;
    padding-bottom: 25px;
}

section#login .input-group-addon {

    padding-top: 48px;
}

.login--header {
    background-size: cover;
    background-image: url('../images/headerzzpn.png');
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px 5px 0 0;
}

/*end section login*/

/*multiselect*/

.checkbox+.checkbox, .radio+.radio {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}

.checkbox .checkbox-material:before {
    height: auto;
    width: auto;
}


.form-group.is-focused .checkbox label {
    color: rgba(170,170,170,0.99);
}

/*end multiselect*/

.fileinput .btn-file {
    overflow: unset;
}

.fileinput .error-help-block {
    left: 0;
    top: 50px;
}


.radiobox {
    width: 23%;
    margin-right: 16px;
    margin-top: 10px !important;
    background-color: #eee;
    float: left;
    height: 170px;
    border-radius: 3px;
}

.radiobox label {
    color: #3C4858;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}

.radiobox label .circle {
    xmargin-top: 6px;
}

.radiobox label span {
    top:15px;
}

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

#role-error {
    position: absolute;
    top: -25px;
    color: #f44336;
    left: 8px;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:active, .navbar.navbar-default .dropdown-menu li a:hover, .navbar.navbar-default .dropdown-menu li a:focus, .navbar.navbar-default .dropdown-menu li a:active {
    background-color: #12387f;

}

form .kh_name {
    width: 100%;
}

.column-dokument\.id_kh {
    width: 256px;
}




.table-invoice {
    width: 100%;

}

table.table-invoice tr.table-row{
    border-bottom: 0px solid red;
}

.table-vertical-top {
    vertical-align: top;
}


table.datePlace {
    width: 100%;
}

table.datePlace tr:first-of-type {
    border-top: 1px solid #000;
}

table.datePlace tr {
    border-bottom: 1px solid #000;
}

table.datePlace tr {
    text-align: center;
}

.table-positions,
.table-summary
{
    width: 100%;

    border-collapse: collapse;
}

table.table-positions,
table.table-positions td,
table.table-positions th,
table.table-summary,
table.table-summary td,
table.table-summary th
{
    border:1px solid #000;
}




table.table-positions th,
table.table-positions td,
table.table-summary th,
table.table-summary td
{
    padding: 5px;
}


table.table-positions th {
    text-align: left;
}


table.table-positions td {
    vertical-align: top;
}



table.table-payment {
    width: 100%;
}

table.table-payment td.first {
    width: 60%;
}

table.table-payment-pos1 {
    border-top: 1px solid #000;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;

}

table.table-payment-pos2 {
    width: 100%;
    border-bottom: 1px solid #000;
}

.sign1 {
    border: 1px solid #000;
    width: 35%;
    text-align: center;
    height: 100px;
}

.sign2 {
    border: 1px solid #000;
    width: 35%;
    text-align: center;
    height: 100px;
}

.border-top {
    border-top: 1px solid #000 ;
}

.border-bottom {
    border-bottom: 1px solid #000 ;
}

.table-row-separate  {
 height: 80px;

}

.table-row-separate-mini  {
    height: 20px;

}

.table-payment-title {
    font-size: 22px;
    font-weight: 700;
    height: 100px;
    text-align: center;
}

.table-payment-subtitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 6px;
}

#invoicelist .column-documentid {
    width: 130px;
}

#invoicelist td:first-child {
    width: 160px;
}

.first-letter::first-letter {
    text-transform: uppercase;

}
