/* @override
    http://pia-crm.lj.bananica.com/p/css/backend.css */
/*header logo*/
.navbar-header .navbar-brand,.navbar-header .navbar-brand:hover {
    background: rgba(255,255,255,0.8) url("/p/elementi/rotar-logo.png") no-repeat scroll center center / 130px auto;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0;
    width: 150px;
}
.navbar-right li.logo {
    display: none;
}

/*login page*/
html.login-page {
    background: url("/p/elementi/bg-pattern.png") repeat center center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}
html.login-page body {
    background: url(/p/elementi/logo_suppliers.png?v=1.01) no-repeat top center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    html.login-page body {
        background: none;
    }
}
html.login-page body #main-container {
    padding-top: 140px;
}
#login-bottom, #login-top {
    display: none;
}
.login-wrapper {
    border: none;
}
.login-box-logo {
    margin: 20px 0 10px 0;
    width: 100%;
    max-width: 340px;
}
form,h3 {
    text-align: left;
}
.login-box {
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.9);
    border-radius: 0;
    padding: 5px 25px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);
}
.login-page .form-control, .login-page .btn, .login-page .input-group-addon, .login-page .alert {
    border-radius: 0;
}
.login-page h3 {
    border-bottom: 2px solid #00a650;
    margin-bottom: 20px;
}
html.login-page .login-page .btn-success {
    background: #00a650;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    border-color: #00a650;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
    .login-img body, header .header-inner {
        background-image: url(dots@2x.png);
        background-size: 2px 2px;
    }
}

html.login-page .navbar-right li.logo {
    display: none;
}
html.login-page .navbar-header .navbar-brand {
    background: url(/p/elementi/logo-suppliers.png) no-repeat left;
    background-size: 130px;
    width: 145px;
    margin-left: 0px !important;
    margin-right: 0 !important;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.connected-todos .date-col {
    border-right: 1px solid #ccc;
    min-height: 85px;
    text-align: right;
}
.connected-todos .date-col strong {
    font-size: 24px;
    display: block;
}
.connected-todos .date-col span {
    display: block;
}
.connected-todos .label {
    font-size: 11px;
}
.connected-todos .answer {
    margin: 5px 0;
}
.connected-todos .row {
    margin-top: 15px;
}
.connected-todos hr {
    border-top: 1px solid #e86565;
    position: relative;
    margin: 0;
}
.connected-todos hr:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #e86565;
    background: #fff;
    border-radius: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
}
.label-md {
    font-size: 11px;
}
.contact-box .alert-info {
    margin: 0;
}
.label-orange {
    background-color: #f35b1f;
}
table.table tr.orange td {
    background-color: #fbedde;
}

/*dsk*/
.zoom-me {
    color: #333;
}
.zoom-me h4 {
    color: #00538b;
    padding-bottom: 5px;
}
.connected-todos {
    padding-top: 15px;
}
.connected-todos p.warrant_number {
    color: #7c7c7c;
    font-size: 11px;
}
.connected-todos div p {
    margin-bottom: 4px;
}
.connected-todos div.col-md-10 {
    padding-top: 5px;
    min-height: 70px;
}
.connected-todos div.col-md-10:hover {
    background: #fafafa;
}
.connected-todos div.col-md-10 i {
    position: absolute;
    right: 20px;
    font-size: 14px;
    top: 45%;
}
.connected-todos div.col-md-10 i.fa-info-circle {
    position: absolute;
    right: 45px;
    font-size: 14px;
    top: 45%;
}
.connected-todos p.service_name label {
    padding: 2px 5px;
    font-size: 10px;
    text-transform: none;
    margin-bottom: 0;
    margin-left: 5px;
}
.connected-todos p.service_name b {
    color: #00538b;
}
.connected-todos.history .date-col {
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.connected-todos.history .date-col i{
    text-align: center;
    width: 100%;
    font-size: 18px;
}
.connected-todos.history {
    padding-top: 15px;
}
table.products {
    margin-top: 20px;
}
/*no connected product input*/
.hide_model_input {
    display: none;
}
.no_model_txt .editRowTitle span {
    display: none;
}
.no_model_txt span:hover {
    cursor: pointer;
}

@media print {
    .connected-todos > div.row > div {
        float: left;
        margin-bottom: 10px;
    }
    .connected-todos > div.row > div.date-col {
        width: 16%;
    }
    .app-dsk .items-list-head-line hr {
        border-color: black;
    }
    .connected-todos > div.row > div.col-md-10 {
        width: 80%;
    }
    .connected-todos div.col-md-10 i.fa-info-circle {
        display: none;
    }
}
