


/* no padding
-----------------------------------------------------------------------------*/
.no-padding {
    padding: 0 !important;
}

/* Modal
-----------------------------------------------------------------------------*/
.modal-dialog {
    /*margin: 0;*/
}

.modal-dialog .modal-content {
    border-radius:0;
    border:0;
}
.modal-open {
    position: fixed;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    /*    -webkit-appearance:none;*/
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-default,
.btn.btn-default:active,
.btn.btn-default:focus {
    color: #9b9ead;
    border-color: #eaeaea;
    background: #fff;
}
.btn.btn-default:hover {
    border-color: #cccccc;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
    color: #fff;
    background: #67d3e0;
    border-color: #67d3e0;
}

.btn-default.btn-save {
    background: #c3d62d;
    color: #fff;
    border-color: #c3d62d;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background: #4fd8b0;
    border-color: #4fd8b0;
}

.btn-menu {
    color: #ffffff;
}
.btn-menu:hover,
.btn-menu:focus {
    color: #fff;
    background: #736ba6;
}

.navbar-default {
    background: #5a5386;
    color: #fff;
    border-radius: 0;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #fff;
}

.container {
    width: 100%;
    padding: 0 30px;
}

select {
    /*width: auto !important;*/
}


input.form-control,
input.form-control:focus,
input.form-control:active {
}
textarea.form-control,
textarea.form-control:focus,
textarea.form-control:active {
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background: #f9f9f9;
}

/* Fixes for ios users
-----------------------------------------------------------------------------*/
/*
textarea,
input[type="text"],
input[type="submit"],
.form-control {
    font-size: 14px;
}
textarea,
input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
}
*/


/* Paddings
-----------------------------------------------------------------------------*/
.padding-zero {
    padding: 0;
}

/* Заголовки
-----------------------------------------------------------------------------*/
h1 {
    margin-bottom: 1rem;
}
h3, .h3 {
}
h4, .h4 {
}

/* Containers
-----------------------------------------------------------------------------*/
.table-container {
    margin: 0 30px;
}

/* Oils table list
-----------------------------------------------------------------------------*/
.table-oils-number {
    width: 50px;
}
.table-oils-edit {
    width: 50px;
    text-align: center;
}
.table-oils-type {
    width: 40px;
    text-align: center;
}
.table-oils-expirydate {
    width: 60px;
}
.table-oils-title {
    /*white-space: nowrap;*/
    min-width: 150px;
}
.table-oils-latintitle {
    /*white-space: nowrap;*/
    min-width: 100px;
}

.fa-heart {
    color: #f5393d;
}
.fa-arrow-up {
    color: #67d3e0;
}
.fa-database {
    color: #5a5386;
}
.type-top,
.type-heart,
.type-base,
.fa-square {
    color: #5a5386;
}
.type-top {
    opacity: 0.2;
}
.type-heart {
    opacity: 0.6;
}
.type-base {
    opacity: 1;
}

/* Filterlist
-----------------------------------------------------------------------------*/
.filterlist {
    padding: 20px 20px 10px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #eaeaea;
    background: #f9f9f9;
}
.filterlist label {
    display: block;
}
.filterlist .btn-default {}
.filterlist .btn-danger {
    color: #fff;
    background:#c3d62d;
    border-color: #c3d62d;
}

/* Oil show
-----------------------------------------------------------------------------*/
.oil-show {
    max-width: 1050px;
    margin: 0 auto;
}
.oil-show .oil-table-label {
    white-space: nowrap;
    width: 50%;
}
.oil-show .table > thead > tr > th, .oil-show .table > tbody > tr > th, .oil-show .table > tfoot > tr > th, .oil-show .table > thead > tr > td, .oil-show .table > tbody > tr > td, .oil-show .table > tfoot > tr > td {
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
}

/* Sticky oil buttons
-----------------------------------------------------------------------------*/
.oil-edit-buttons {
    position: fixed;
    top: 100px;
    right: 60px;
}
.oil-edit-buttons .btn {
    margin-bottom: 10px;
}

/* Oil edit
-----------------------------------------------------------------------------*/
.oil-edit {
    max-width: 1050px;
    margin: 0 auto;
    padding-bottom: 300px;
}
.oil-edit .oil-table-label {
    white-space: nowrap;
    width: 50%;
}
.oil-edit .table > thead > tr > th, .oil-edit .table > tbody > tr > th, .oil-edit .table > tfoot > tr > th, .oil-edit .table > thead > tr > td, .oil-edit .table > tbody > tr > td, .oil-edit .table > tfoot > tr > td {
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
}
.oil-edit h4 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.oil-edit label {
    font-weight: 700;
}
.oil-edit textarea {
    min-height: 150px;
}
.oil-edit .tag-cloud-holder {
    margin: 0 0 10px 0;
}
.oil-edit .rq-oil-name {
    width: 430px;
}


/* Oil edit group
-----------------------------------------------------------------------------*/
.oil-edit-group {}
.oil-edit-group label {
    color: #4287b7;
    border-bottom: 1px dashed #d3ddf1;
    display: inline-block;
}
.oil-edit-group span {
    display: block;
}
.oil-edit-group textarea.form-control {
    min-height: 150px;
}

/* Testing
-----------------------------------------------------------------------------*/
.testing {
    /*max-width: 700px;*/
    margin: 0 auto;
}
.oil-number {
    width: 119px;
    text-align: center;
}
.testing .alert.alert-info.rq-test-advice {
    background: #f9f9f9;
    border-color: #f9f9f9;
    color: #555;
}
.testing .rq-test-advice-spoiler {
    margin: 0 0 30px 0;
}
.rq-test-advice-spoiler a,
.testing-wider .rq-test-advice-spoiler a{
    border-bottom: 1px solid #d3ddf1;
    cursor: hand;
}
.testing-wider {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 400px;
}

.alert.alert-info.rq-test-advice {
    background: #f9f9f9;
    border-color: #f9f9f9;
    color: #555;
}


.rq-goddess-comment-holder {
    margin: 10px 0 0 0;
}
.rq-goddess-comment-holder label {
    margin: 0;
}
.comment-add {
}
.voting-result {

}
.voting-result span {
    background-color: #EAF6D9;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 2px 0 3px 0;
}

/* width
-----------------------------------------------------------------------------*/
.width-900 {
    width: 900px;
    margin: 0 auto;
}
.width-100 {
    width: 100%;
}
.border-red {
    border: 4px solid #f5c6cb;
}

/* Test results
-----------------------------------------------------------------------------*/
.test-results {
    margin-bottom: 300px;
}
.test-results .bold {
    font-weight: 700;
}
.test-results .somatization {
    display: inline-block;
}
.test-results h3 {
    margin-top: 40px;
}

/* Buttons
-----------------------------------------------------------------------------*/
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #555;
    background-color: #eaeaea;
    border-color: #bbb;
    outline: none !important;
    box-shadow: none;
}
.btn-call-elena {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    font-size: 2rem;
    color: #cdcdcd;
}
label {
    outline: none !important;
    box-shadow: none;
}

/* Test summary
-----------------------------------------------------------------------------*/
.test-summary {
    background: #f9edd9 !important;
    padding: 20px 20px 20px 60px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px;
    border-radius: 4px;
}
.test-summary label {
    display: block;
}
.test-summary .fa {
    position: absolute;
    left: 20px;
    top: 23px;
    color: #999999;
}

/* Pyramid
-----------------------------------------------------------------------------*/
.pyramid {
    background: transparent url("../i/pyramid/pyramid.png") no-repeat !important;
    height: 609px;
    page-break-before: always;
    margin-bottom: 20px;
}
.pyramid .title {
    font-size: 18px;
}
.pyramid p {
    font-size: 15px;
}
.pyramid .level-1 {
    color: #721693;
    padding: 10px 0 0 300px
}
.pyramid .level-2 {
    color: #dc393a;
    padding: 10px 0 0 330px;
}
.pyramid .level-3 {
    color: #304aa9;
    padding: 17px 0 0 365px;
}
.pyramid .level-4 {
    color: #55afaf;
    padding: 15px 0 0 402px;
}
.pyramid .level-5 {
    color: #facf22;
    padding: 0px 0 0 442px;
}
.pyramid .level-6 {
    color: #2f6622;
    padding: 0 0 0 476px;
}
.pyramid .level-7 {
    color: #442008;
    padding: 0 0 0 512px;
}


/* Full Halfull Finished
-----------------------------------------------------------------------------*/
.full {
    color: #4fd8b0;
}
.halffull {
    color: #facf22;
}
.empty {
    color: #dc393a;
}


/* Calcs */
.calc-edit textarea {
    min-height: 75px;
}

.calc-edit .calc-comment-field {
    min-height: 50px;
    border: 1px solid #eaeaea;
    padding: 1rem;
}


@media print {
    .noprint {
        display:none;
    }
}


/* Text tools */
.text-tools-panel {
    margin-bottom: 3px;
}