@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic,800,300italic&subset=latin,latin-ext);

/* @override
	http://pia-crm.lj.bananica.com/p/css/backend.css
	http://pia-crm.local/p/css/backend.css?v=4
	http://pia-crm.local/p/css/backend.css?v=5
	http://pia-crm.local/p/css/backend.css?v=7 */

body, html {
    margin: 0 !important;
    padding: 0 !important;
}

body.is-print {
    font-family: 'Open Sans', sans-serif;
}

html.login-page {
    background: url(login-bg.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

html.survey-login {
    background-image: url(survey-login-bg.jpg);
}

.survey-login .survey-signin .btn {
    float: right;
}

.survey-login .login-box {
    top: 50%;
    position: absolute;
    margin-top: -150px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
}

.survey-login h1 {
    color: #25578e;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.login-page body {
    background: url(dots.png);
    min-height: 100%;
}

#login-bottom, #login-top {
    display: none;
}

.login-wrapper {
    border: none;
    margin-top: 0;
}

.login-box-logo {
    margin: 20px 0 10px 0;
    width: 100%;
    max-width: 340px;
}

form, h3 {
    text-align: left;
}

.login-box {
    border-radius: 6px;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 25px;
    margin-top: 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 {

}

.survey-signin .form-control, .survey-signin .input-group-addon {
    border-bottom: 1px solid #ccc;
}

.survey-signin .form-control:focus {
    border-color: #87c4f5;
}

.login-page h3 {
    border-bottom: 2px solid #25588f;
    margin-bottom: 20px;
}

.login-page .btn-success {
    background: #25588f;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    border-color: #19487b;
}

@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;
    }
}

.navbar-right li.logo {
    display: none;
}

.navbar-header .navbar-brand {
    background: url(logo-white.png) no-repeat left;
    background-size: 90px;
    width: 100px;
    margin-left: 0px !important;
    margin-right: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.connected-todos .date-col {
    text-align: right;
    border-right: 1px solid #ccc;
}

.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-bottom: 15px;
}

.connected-todos .row.active {
    background: #eaf4e8;
    padding: 10px 0;
}

.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;
}

.text-orange {
    color: #f35b1f;
}

.survey-wrapper {
    background: #fff;
    margin: 25px 0;
    padding: 15px 25px;
}

.tab-content .survey-form .form-fn-textarea label {
    font-weight: bold;
    padding-top: 8px;
    font-size: 13px;
}

.tab-content .survey-form .form-fn-display .control-label {
    font-size: 14px;
    font-weight: bold;
}

.tab-content .survey-form .bcms-form-label {
    font-weight: bold;
    font-size: 13px;
}

.survey-form .row .editRow .editRowTitle, .survey-form .editRowInput {
    width: 100%;
    max-width: 100%;
}

.survey-form input {
    width: auto;
    display: inline;
    margin: 0;
    height: auto;
}

.survey-form .bcms-form-label {
    text-align: left;
}

.survey-form .bcms-form-label::before {
    content: "";
    width: 100%;
    display: block;
    border-top: 1px solid #e2e3e2;
    margin: 0 0 20px 0;
}

.survey-form .bcms-form-label::before, .survey-form hr {
    border-top: 1px dashed #cccdcc;
}

.survey-form .bcms-form-row:first-of-type .bcms-form-label::before, .survey-form .level-1 .bcms-form-label::before {
    display: none;
}

.survey-form .level-1 .bcms-form-label {
    font-weight: normal;
}

.survey-form .level-1 {
    margin-top: -15px;
}

.survey-form .bcms-form-input {
    padding-top: 10px;
}

.survey-form .level-1 .bcms-form-input {
    padding-top: 3px;
}

.survey-form .form-option {
    width: 20%;
    font-weight: normal;
    font-size: 12px;
}

.survey-form .vertical .form-option {
    width: 100%;
    padding: 3px 0;
}

.survey-form .vertical .form-option.other {
    padding: 0;
}

.survey-form .vertical .form-option.other .form-control {
    width: 200px;
}

.survey-form .bcms-form-label strong, .survey-form .editRowTitle strong {
    color: #0b5999;
}

.survey-form .bcms-form-label em, .survey-form .editRowTitle em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}

.survey-form .form-option input {
    margin-right: 4px;
}

.survey-form textarea:disabled {
    background: #fff;
    border: none;
    padding: 8px 0 0 0;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 13px;
}

.survey-form input:disabled {
    display: none;
}

.survey-form.is-filled .form-option.is-checked {
    font-weight: bold;
    font-size: 13px;
    color: #08a056;
}

.survey-form.is-filled .form-option {
    color: #a3a2a2;
}

.survey-form.is-filled .form-option.is-checked:before {
    content: "\f14a";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.survey-wrapper h3 .label {
    font-size: 0.7em;
    float: left;
    margin: 0 10px 7px 0;
    padding: 6px 12px;
}

.survey-form .row .editRow .editRowTitle {
    font-weight: bold;
    font-size: 13px;
}

.survey-form .editRow {
    border-top: 1px dashed #ccc;
    margin-top: 10px;
    padding-top: 5px;
}

.survey-form .editRow.level-1, .survey-form .fakeFieldset .editRow:first-of-type {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.survey-info h4 {
    margin: 0 0 5px 0;
}

h3.comment-uptitle {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.comment-question h3.comment-uptitle {
    border: none;
    font-size: 14px;
}

.tab-content .comment-question textarea {
    height: 140px !important;
}

.comment-question .control-label {
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 2px;
}

.survey-form .comment-question .editRow .editRowTitle {
    font-size: 16px;
}

#t_i_agree {
    font-weight: normal;
    font-size: 0.9em;
}

.survey-header img {
    width: 100%;
}

.survey-header {
    margin: 10px 0;
}

@media (max-width: 550px) {
    .survey-login .login-box {
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
        width: 100%;
        overflow: auto;
    }
}

#css-stats .thead-main th {
    background-color: #363636;
    color: #fff;
    border-bottom-color: #000;
}

#css-stats .spacer-row td {
    height: 40px;
}

#css-stats .sums td {
    border-top: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
}

.pia-stats td i, .pia-stats th i {
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.3);
}

.pia-stats .thead-main th i {
    color: rgba(255, 255, 255, 0.3);
}

.stats-chart-row .col-md-4 {
    text-align: center;
}

.stats-chart-row .js-chart {
    max-width: 300px;
    margin: 0 auto 20px auto;
    padding: 0;
}

.pia-reports .stats-chart-row .js-chart .label {
    font-weight: normal;
    padding: 1px 3px;
    font-size: 0.9em;
    color: #929292;
    background: transparent;
}

.pia-reports .stats-chart-row .js-chart {
    max-width: 350px;
}

.table .stats-title-row th {
    padding: 40px 0 10px 0;
}

.table .stats-title-row.cc-1 th {
    padding-top: 20px;
    border-top: none;
}

.table .stats-title-row th h2 {
    font-size: 24px;
}

.table thead .stats-chart-row td {
    border: none;
}

.stats-chart-row .js-chart .box-content {
    font-size: 11px;
    line-height: 14px;
}

.stats-chart-row .js-chart .box-content.cnt-1 {
    font-size: 18px;
}

.stats-chart-row .js-chart .box-content.cnt-8,
.stats-chart-row .js-chart .box-content.cnt-9,
.stats-chart-row .js-chart .box-content.cnt-10,
.stats-chart-row .js-chart .box-content.cnt-11 {
    font-size: 10px;
}

.stats-chart-row .js-chart h3 i.fa {
    color: #000 !important;
}

.pia-report-td-chart {
    min-width: 100px;
}

.pia-report-td-chart div {
    float: left;
    height: 15px;
    border-radius: 2px;
}

.table .pia-report-answers {
    padding: 10px 15px;
    border: none;
    background: #e9e9ea;
}

.table .pia-report-answers .table {
    margin: 0;
    background: none;
    border: none !important;
}

table.table .pia-report-answers .table tr td {
    background: #e9e9ea;
    border-color: #ccc;
    padding: 6px 10px 6px 0;
}

table.table .pia-report-answers .table tr:first-of-type td {
    border-top: none;
}

table.table .pia-report-answers .table tr td.c1 {
    width: 15%;
}

table.table .pia-report-answers .table tr td.c2 {
    width: 15%;
}

table.table .pia-report-answers .table tr td.c3 {
    width: 30%;
}

table.table .pia-report-answers .table tr td.c4 {
    width: 16%;
}

.table .pia-table-sum td {
    border-top: 3px solid #000;
}

.pia-placeholder-legend h2 {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.pia-placeholder-legend p {
    line-height: 24px;
}

@media (max-width: 767px) {
    .login-page #main-container {
        margin: 0;
    }

    .login-box {
        margin-top: 0;
    }

    #head-nav-bars .navbar-header .navbar-brand {
        background-size: 60px;
        background-position: 10px center;
        width: 80px;
    }
}

.label-violet {
    background-color: darkviolet;
}

.is-print table {
    page-break-inside: auto;
}

.is-print tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

.is-print .stats-chart-row .js-chart {
    margin-top: 15px;
    max-width: 400px;
}

.is-print .table-responsive,
.is-print #items-list-content,
.is-print #items-list,
.is-print #main-container,
.is-print .container-fluid,
.is-print .row,
.is-print .main-col,
.is-print #items-list-form {
    display: inline;
    float: none;
}

.is-print .stats-chart-row .col-md-4,
.is-print .stats-chart-row {
    position: relative;
}

.is-print .canvas-wrapper {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.is-print .js-chart canvas {
    clear: both;
    float: left;
}

.is-print thead {
    display: table-row-group;
}

.pia-stats-box h4 {
    margin-top: 0;
}

.pia-stats-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    page-break-inside: avoid;
    page-break-after: auto;
}

.is-print .items-list-head-line hr {
    border-color: #25588f !important;
}

.il-pia-form-stats table.table td {
    border-top: none;
}
.il-pia-form-stats .spacer::after {
    content: '|';
}

.il-pia-form-stats .spacer {
    color: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

.pia-bar-chart {
    position: relative;
    float: left;
    width: 100%;
}

.pia-bar-chart::before,
.pia-bar-chart .item::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pia-bar-chart::before {
    left: auto;
    right: 0;
}

.pia-bar-chart .item {
    float: left;
    position: relative;
    max-width: 200px;
}

.pia-bar-chart .item .bar:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.pia-bar-chart .item .bar.label-alt-bar {
    background: transparent;
    border: 1px dashed rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.pia-bar-chart .item .bar.label-default {
    background: rgba(0,0,0,0.3);
}
.pia-bar-chart .item .bar {
    position: absolute;
    bottom: 0;
    min-height: 3px;
    border-radius: 3px 3px 0 0;
}

.pia-bar-chart .chart-lines-wrapper {
    height: 200px;
    position: relative;
    background: transparent;
    pointer-events: none;
}

.pia-bar-chart .item .bars {
    height: 200px;
    float: left;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

.pia-bar-chart .item-label {
    text-align: center;
    padding: 15px 5px;
    float: left;
    width: 100%;
}

.pia-bar-chart .chart-line {
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pia-bar-chart .chart-line-0,
.pia-bar-chart .chart-line-5 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.pia-bar-chart .chart-line-10 {
    border-bottom: 2px solid #000;
}