a:active, a:focus,
button, button:active, button:focus,
span,
* {
    outline: none !important;
}

.box, .panel, .panel-heading, .form-control {
    /*border-radius: 0 !important;*/
}

html,
body {
    height: 100%;
}

.set-status-button {
    cursor: pointer !important;
    /*margin: 6px !important;*/
}

.modal-content {
    padding: 15px;
}

.info-company {
    font-size: 12px !important;
}

.navbar-fixed-top.filter-top {
    z-index: 100 !important;
}

.login-page {
    min-width: 100%;
    min-height: 70vh;
    background: url('/images/bg-main-login.jpg') !important;
    background-size: cover !important;
    z-index: 1;
}

.login-page .panel.panel-default {
    margin-top: 20px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.message-panel.flash {
    width: 45%;
    position: fixed;
    top: 25%;
    left: 35%;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
    z-index: 9999;
}

.shadow {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: rgba(155, 155, 155, .5);
}

.login-page .text-center {
    background: #999;
    padding: 7px 10px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.login-page .text-center a {
    color: #fff;
}

.login-page .social-title {
    color: #3C8DBC;
}

.box.box-danger.home-menu {
    border-radius: 0 !important;
}

.navbar-header + .collapse.navbar-collapse {
    position: relative;
    z-index: 0 !important;
}

#user-menu-dropdown.open > .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 9999 !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.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;
    font-size: 0.9em;
}

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

.modal-dialog {
    min-width: 80%;
}

.ui.steps {
    padding: 5px 7px;
    border: 1px solid #fff;
    border-color: #fff !important;
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -o-border-radius: none !important;
}

/* step no active */
.ui.steps .step {
    cursor: auto;
    background: #F5F5F5 !important;
}

.ui.steps .step:after {
    background: #F5F5F5 !important;
}

/* step active */
.ui.steps .step.active {
    cursor: auto;
    background: #337AB7 !important;
}

.ui.steps .step.active:after {
    background: #337AB7 !important;
}

.ui.steps .step.active .contents .title {
    color: #fff !important;
}

.ui.steps .step.active .contents .description {
    color: #f5f5f5 !important;
}

.ui.steps .step .description {
    font-size: 0.9em !important;
}

.ui.steps .step .title {
    font-size: 1.1em !important;
}

.task-index .modal-header {
    padding: 5px 15px;
}

.col-h {
    background-color: rgba(232, 230, 230, 0.1);
}

[type="button"]:not(.btn) {
    border: none !important;
}

.title-decor {
    text-decoration: underline;
}

.blue {
    color: blue;
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none;
}

.process-task-view {
    display: block;
    position: absolute;
    overflow-y: scroll;
    max-height: 770px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.white {
    color: white;
}

.blue {
    color: blue;
}

.black {
    color: black !important;
}

.grey {
    color: #c7bfbf !important;
}

.margin-r-20 {
    margin-right: 20px !important;
}

.margin-l-20 {
    margin-left: 20px !important;
}

.font100 {
    font-size: 1em !important;
}

.text-shadow1 {
    text-shadow: 1px 1px 6px rgba(150, 150, 150, 1) !important;
}

.radius-icon {
    padding: 9px !important;
    border-radius: 30px !important;
}

.text-del {
    text-decoration: line-through;
}

.radius-icon.bg-green {
    background-color: green !important;
}

.radius-icon.bg-red {
    background-color: red !important;
}

.radius-icon.bg-white {
    background-color: white !important;
}

.radius-icon.bg-blue {
    background-color: blue !important;
}

.radius-icon.bg-black {
    background-color: black !important;
}

.radius-icon.bg-grey {
    background-color: #c7bfbf !important;
}

.radius-icon.bg-red {
    background-color: #c55 !important;
}

.api-provider-view {
    position: relative !important;
    padding: 15px 10px !important;
}

.api-provider-view .box {
    padding: 15px !important;
}

.box-settings-provider {
    display: block !important;
    padding: 20px !important;
}

.header-settings-provider {
    padding: 15px !important;
    margin: 10px auto !important;
}

/**
* Import form styles
*/
.task-import .file-preview-frame {
    height: auto !important;
}

.task-buttons-block {
    margin-top: 10px;
    margin-bottom: 20px;
}

.list-files {
    padding-left: 0;
}

.list-files li {
    margin: 0 0 10px;
}

.files-add-block {
    overflow: hidden;
    position: relative;
}

.files-add-block [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.bonica-popover-hint {
    margin-left: 5px;
    cursor: help;
}

.field-taskprocess-text textarea {
    opacity: 0;
    filter: alpha(opacity=0);
}

.transition {
    -webkit-transition: all 0.26s ease-out;
    -moz-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.inprocess span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.inprocess span:nth-child(2) {
    animation-delay: .2s;
}

.inprocess span:nth-child(3) {
    animation-delay: .4s;
}

/**
 * Import from services
 */
.auth-block .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.auth-block .progress {
    margin-bottom: 0;
}

.noerrors .error-msg {
    display: none;
}

.auth-msg:before {
    content: '> ';
}

.form-progress {
    display: none;
}

.auth-progress {
    width: 0%;
}

.form-progress.processing,
.form-progress.done {
    display: block;
}

.auth-progress.processing,
.auth-progress.done {
    width: 100%;
}

.form-progress.processing .progress-bar:after {
    content: 'Импортируем...';
}

.form-progress.done .progress-bar:after {
    content: 'Готово';
}

.box .show-content,
.box.collapsed-box .hide-content {
    display: none;
}

.box.collapsed-box .show-content {
    display: inline;
}

.highlight {
    display: inline;
    padding: .1em .5em .2em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.highlight sup {
    margin-left: 0.1em
}

.highlight-diluted {
    background-color: #f39c12;
}

.highlight-adds {
    background-color: #3c8dbc
}

.highlight-exactly {
    background-color: #00a65a;
}

.highlight-default,
.highlight-diluted > .highlight-diluted,
.highlight-adds > .highlight-adds,
.highlight-exactly > .highlight-exactly {
    background-color: #777 !important;
}

.file-drop-zone {
    height: 35% !important;
}

.kv-grid-toolbar .btn {
    min-height: 34px;
}

.mce-fullscreen {
    z-index: 9999 !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffe7c8;
}

/*.kv-grid-container {*/
    /*overflow: hidden;*/
/*}*/

.summary .fa{
    color: white;
}

.words-highlight .highlight {
    color: green;
    padding: 0;
}