html,
body {
    height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    height: 0px;
    clear: both;
}

.grayLine {
    border-bottom: 1px solid #cccccc;
    margin: 3px 0;
}

/*.my-navbar {
    background-color:white;
    border-bottom:1px solid #ccc;
    color: #555;
    font-weight: bold;
}

.my-navbar .navbar-nav > li > a {
    color: #337ab7;
}

.my-navbar .navbar-nav > li > a:hover {
    color: #23527c;
}

.my-navbar .navbar-nav > .active > a,
.my-navbar .navbar-nav > :active > a,
.my-navbar .navbar-nav > :active > a:hover,
.my-navbar .navbar-nav > .active > a:hover,
.my-navbar .navbar-nav > .open > a,
.my-navbar .navbar-nav > .open > a:hover,
.my-navbar .navbar-nav > :focus > a,
.my-navbar .navbar-nav > :focus > a:hover {
    color: #23527c;
    background-color: hsl(208,55%,90%);
}

.my-navbar .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(35, 82, 124, 0.05);
}

.my-navbar .navbar-toggle .icon-bar {
    background-color: #337ab7;
}

.my-navbar .navbar-toggle:hover .icon-bar {
    background-color: #23527c;
}
*/

.my-navbar .navbar-brand > img {
    position: relative;
    top: -3px;
    height: 35px;
}

@media (max-width: 768px) {
    .container {
        margin-left: 0px;
    }
}

.manager-index:before {
    display: table;
    content: " ";
}

ul {
    padding-left: 15px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.prompt {
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.tip {
    display: none;
    position: absolute;
    z-index: 9998;
    top: 0;
    left: 100%;
    background: #EDEDED;
    text-align: left;
    color: #000;
    cursor: default;
    padding: 5px;
    margin: -15px 0 0 10px; /*регулирует положение, значения зависят от применяемой конструкции*/
    width: 200px;
    min-height: 50px;
    height: auto;
}

a.prompt:hover .tip {
    display: block;
}

.pure-list {
    list-style: none;
    padding-left: 10px;
}

.pure-list li a {
    margin: 3px 0;
}

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

.subTitle {

    font-size: 16px;
}

.titleSpan {
    font-size: 16px;
    font-weight: bold;
}

.descP {
    font-size: 14px !important;
    padding-top: 10px
}

.questInList {
    font-size: 15px;
}


.checkboxHover {
    height: 12px;
    width: 12px;
    position: absolute;
    left: 8px;
    top: 12px;
    background-color: white;
    opacity: 0.7;
}

.chartDiv {
    height: 330px;
}

.indexResultsTimeLabel {
    display: block;
}

#mainInstrumentsController {
    width: 640px;
    margin: 0px auto;
}

.mainInstrumentsControllerItem {
    width: 320px;
}

.mainInstrContrItemCont {
    height: 150px;
    overflow-y: auto;
}

.mainInstrumentsControllerItemTop {
    background-color: #cccccc;
    padding: 5px;
}

.question-text {
    clear: both;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.question-text img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.answers-list {
    clear: both;
    padding-top: 15px;
}

.table > thead > tr > td.text-v-middle,
.table > thead > tr > th.text-v-middle,
.table > tbody > tr > td.text-v-middle,
.table > tbody > tr > th.text-v-middle {
    vertical-align: middle;
}

.table > thead > tr > td.text-v-top,
.table > thead > tr > th.text-v-top,
.table > tbody > tr > td.text-v-top,
.table > tbody > tr > th.text-v-top {
    vertical-align: top;
}

.table > thead > tr > td.text-v-bottom,
.table > thead > tr > th.text-v-bottom,
.table > tbody > tr > td.text-v-bottom,
.table > tbody > tr > th.text-v-bottom {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        max-width: 90%;
        margin: 30px auto;
    }
}

.result-description table,
.scalesResultsTableCont table {
    width: 100% !important;
}

.result-description td, .result-description th,
.scalesResultsTableCont td, .scalesResultsTableCont th {
    padding: 5px;
}

.number-hint {
    font-size: .8em;
}

.comagic-abstract-label.comagic-bottom {
    bottom: 50px !important;
}

.limitHeight {
    max-height: 200px;
    overflow-y: auto;
}

.btn-login {
    width: 100%;
}

.profileTypeName {
    margin-bottom: -17px;
    color: #333;
    opacity: 0.7;
}

.profileTypesSetperator {
    margin: 0 15px;
}

.hidText {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

button span.loading {
    display: none;
}

.btn > span.loading > .kv-spin-center {
    display: inline-block;
    margin: 0 3px;
}

.btn.btn-lg > span.loading > .kv-spin-center {
    margin: 0 15px 0 7px;
}

.shiftedFilter {
    position: absolute;
    top: -100px;
    right: -9px;
}

.seeResult {
    font-size: 16px;
    padding: 5px 12px;
}

.scalesResultsTableCont {
    padding: 0px 10px;
}

.pointsTd {
    width: 200px;
}

.timeDontDone {
    padding: 0px;
}

.graphContDiv {
    top: -36px;
}

.ipsAnswSideDiv {
    max-width: 250px;
}

@media (max-width: 767px) {
    .ipsAnswSideDiv {
        text-align: center;
        float: none !important;
        max-width: 100%;
    }
}

hr.thin-line {
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-muted a, .text-muted a:hover {
    color: inherit;
}

.panel-heading .glyphicon {
    margin-right: 0.3em;
}

.panelOpen > .panel-heading > .glyphicon.glyphicon-plus::before,
.panel-open > .panel-heading > .glyphicon.glyphicon-plus::before {
    content: "\2212";
}

@media (min-width: 768px) {
    .dl-horizontal.lead dt {
        width: 180px;
    }

    .dl-horizontal.lead dd {
        margin-left: 200px;
    }
}

.demo-comment-block {
    float: right;
}

.demo-comment-block .edit-comment {
    float: right;
    border-bottom: 1px solid #ccc;
}

.result-get:not(.admin) .demo-comment-block .edit-comment,
.result-get.admin .demo-comment-block .comment-popover {
    display: none;
}

.demo-comment-block [data-hidden=true] {
    display: none;
}

.demo-comment-block .comment-popover,
.demo-comment-block .edit-comment {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    padding: 1px 0 0 0;
    text-align: center;
    font-size: 25px;
}

.demo-comment-block .comment-popover:focus,
.demo-comment-block .comment-popover:active,
.demo-comment-block .edit-comment:focus,
.demo-comment-block .edit-comment:active {
    outline: none;
}

.contAnalysMarkName {
    max-width: 470px;
}

.select_all {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 15px;
}

.select_all .checkbox-material {
    top: 4px;
}

@media screen {
    .print-only-data {
        display: none;
    }
}

@media print {
    .hide-anketa-data-chosen #anketa-data-main-div,
    .hide-plots-chosen .plot-div,
    .hide-chosen-answers-chosen .answers-chosen-div,
    .not-print-data,
    .breadcrumb,
    .panel-heading .glyphicon-plus, .panel-heading .glyphicon-minus,
    .group-result-filter,
    .likes-block .like[data-liked="0"],
    .likes-block .like[data-liked="0"],
    .hide-likes-chosen .likes-block,
    .show-open-questions-button, .show-close-questions-button,
    .hide-personal-data-chosen .personal-data,
    .hide-open-descriptions-chosen .open-description,
    .hide-comments-chosen .comments-list,
    .hide-tested-list-chosen .tested-list,
    .hide-tests-legend-chosen .tests-legend,
    .hide-question-stats-chosen .table > tbody > .assessment-360-questions-stats,
    .role-edit-form,
    .pace {
        display: none !important;
    }

    .role-name {
        display: block !important;
    }

    a[href]:after {
        content: "";
    }

    .panel-body {
        display: block !important;
        padding: 10px;
        border: 1px #ddd solid;
    }

    .panel-body-table {
        border: 1px #ddd solid !important;
    }

    .panel-heading {
        padding-top: 7px !important;
        border: 1px #ddd solid !important;
        border-bottom: 0 !important;
    }

    .panel-heading > .material-icons {
        display: none !important;
    }

    .panel-heading + .table {
        display: table !important;
    }

    /*.print-only-data {
        display: block !important;
    }*/
    #yii-debug-toolbar {
        display: none !important;
    }

    .progress {
        background-color: #F5F5F5 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#F5F5F5')" !important;
    }

    .progress-bar {
        display: block !important;
        background-color: #C0C0C0 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5BC0DE', endColorstr='#5BC0DE')" !important;
    }

    .progress, .progress > .progress-bar {
        display: block !important;
        -webkit-print-color-adjust: exact !important;

        box-shadow: inset 0 0 !important;
        -webkit-box-shadow: inset 0 0 !important;
    }
}

.like-out {
    font-size: 18px;
}

.like-out > .material-icons {
    font-size: 16px;
}

.profile-order-edit {
    min-width: 176px;
}

.profile-diapasones-edit {
    min-width: 215px;
}

.all-profile-summ {
    font-size: 50px !important;
}

.system_review_video {
    float: none !important;
    margin: 20px auto;
}

.test_review_video {
    margin-top: 20px;
}

.test_review_video a {
    font-size: 16px;
}

.test_review_video .embed-responsive {
    margin-top: 10px;
}

@media print {
    .scale-box > * {
        float: left;
    }

    .scale-box > .col-sm-2 {
        width: 16.66666667%;
    }

    .scale-box > .col-sm-6 {
        width: 50%;
    }

    .scale-box > .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .video-reviews-button {
        position: absolute;
        top: 60px;
        right: 15px;
    }
}

@media (min-width: 1200px) {
    .video-reviews-button {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .video-reviews-button {
        margin-top: -20px;
        float: right;
    }
}

.test-type-hint {
    display: table;
}

.test-type-hint > .hint-badge {
    display: table-cell;

}

.test-type-hint > .hint-badge + b {
    display: table-cell;
    vertical-align: middle;
}

.profile-test-characteristic {
    cursor: help;
}

.agreement {
    height: 400px;
    overflow-y: scroll;
    resize: vertical;
    border: 1px solid #ddd;
    padding: 5px;
}

.phone-hidden {
    display: none;
}

.float-right {
    float: right;
}

.notifications-inactive-limit-width {
    width: 20px;
}

.company-header-id {
    color: gray;
}

div.no-margin > .form-group {
    margin: 0 auto;
}

.settings-templates-filter {
    min-height: 100px;
}

.settings-templates-filter:empty {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    /*sm*/
    .footer .buttons {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*md*/
    .footer .buttons {
        text-align: right;
    }

    .buttons .btn + .btn {
        margin-top: 5px;
    }
}

body > #outdated {
    padding: 8px 24px 16px;
    background: rgb(255, 175, 64) !important;
}

body > #outdated p {
    line-height: 24px;
}

body > #outdated a {
    color: #fff;
    font-weight: bold;
}

body > #outdated #buttonUpdateBrowser {
    margin-top: 12px;
    background: transparent !important;
    border-width: 1px;
    border-radius: 3px;
    color: #fff !important;
}

body > #outdated #buttonUpdateBrowser:hover {
    background: #ffa62c !important;
    border-radius: 3px;
}
