@import url('//fonts.googleapis.com/css?family=Roboto:300,400');

#error-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.overflow-hidden {
    overflow: hidden;
}

#app-login-container {
    position: absolute;
    z-index: 9990;
}

#application-spinner {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    top: 0;
    height: 56px;
    /*background-color: #2C3E50;*/
}

.header-name-container {
    text-align: center;
    margin-bottom: 20px;
}

#application-spinner > div {
    margin-top: 15px;
}

body {
    font-size: 0.8rem;
    font-family: "Roboto", sans-serif;
}

body > iframe {
    visibility: hidden;
    height: 0;
    width: 0;
}

.btn .btn-primary .w-100 {
    padding: 7px 0;
}

.additional-buttons > button {
    height: 26px;
}


.flex-5 {
    flex: 5 !important;
}

.btn.btn-icon-only > i {
    margin-right: 0 !important;
}

.error-500, .error-503, .error-404, .error-400, .error-403, .login {
    align-items: baseline;
}

.main-body .page-wrapper {
    padding: 1rem;
}

.modal {
    z-index: 1050;
}

.modal.large .modal-dialog {
    max-width: calc(100% - 4em);
}

.modal-dialog.modal-wide-auto {
    max-width: calc(100% - 4em);
}

.info-container {
    display: table;
    width: calc(100% - 20px);
    border-radius: 0;
    margin: 10px;
    border: 1px solid #3498db;
}

.info-container .info-cell {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

.info-container .info-cell > * {
    vertical-align: middle;
}

.info-container .info-cell i {
    font-size: 2.5em;
    margin-right: 10px;
    position: absolute;
    line-height: 20px;
}

.info-container .info-cell span {
    font-size: 12px;
    color: #3498db;
    margin-left: 48px;
    display: block;
}

/* Sortowanie na tabelkach */
table > thead > tr > th[data-sortable="1"] {
    cursor: pointer;
}

table > thead > tr > th[data-sortable="1"]:before {
    position: relative;
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}

table > thead > tr > th[data-sortable="1"]:before {
    content: '\f0dc';
    color: rgba(255, 255, 255, 0.4);
}

table > thead > tr > th[data-sortable="1"][data-order-direction]:not([data-order-direction="null"]):before {
    color: rgba(255, 255, 255, 0.8);
}

table > thead > tr > th[data-sortable="1"][data-order-direction="asc"]:before {
    content: '\f0de';
}

table > thead > tr > th[data-sortable="1"][data-order-direction="desc"]:before {
    content: '\f0dd';
}

table > tbody > tr:hover {
    background-color: #f5f5f5;
    transition: 0.2s;
}

.table-styling tr.table-success,
.table-styling tr.table-warning,
.table-styling tr.table-danger {
    border: none;
    color: inherit;
}

table > tbody > tr.selectable {
    cursor: cell;
}

table > tbody > tr.selectable.selected {
    background-color: #95d4e5;
}

table > tbody > tr.selectable.row-chosen {
    color: #ccc;
}

table td.cell-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10px;
}

table tr[data-row-id="summary"] {
    background-color: #f0f0f0;
    font-weight: bold;
    border-top: 2px solid #1abc9c;
}

form [data-changed="1"] .form-control,
form [data-changed="1"] .cke_reset,
form [data-changed="1"] .select2-container--default .select2-selection--single .select2-selection__rendered,
form [data-changed="1"] .select2-container--default .select2-selection--multiple,
form [data-changed="1"] .form-image,
form [data-changed="1"] .cr,
form [data-changed="1"] .control-multiple-files tr + tr{
    background-color: #fdfbbe;
}
form [data-changed="1"] .control-multiple-files td.notChanged,
form [data-changed="1"] .control-multiple-files td.notChanged ~ td{
    background-color: #eceeef;
}

form [data-changed="1"] .checkbox-fade.fade-in-primary .cr {
    background-color: #fdfbbe;
    border-color: #aaaaaa;
}

.form-control {
    padding: 5px 10px;
}

.form-group .field-header {
    margin-bottom: 1em;
}

@media (min-width: 730px) {
    .swal-wide {
        width: 600px;
        margin-left: -300px;
    }
}

.btn:focus {
    background-color: #ddd !important;
}

.tabs-container {
    text-align: center;
    z-index: 2;
}

.tabs-container .btn.btn-skew {
    margin-bottom: 1em;
}

.tabs-container .btn {
    border: 1px solid #bbb;
    background-color: white;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-radius: 12px;
    line-height: 26px;
}

.tabs-container .btn:hover {
    background-color: #fafafa;
    color: #0aa699;
}

.tabs-container .btn-primary {
    background-color: #effffc;
    border: 1px solid #1abc9c;
    border-bottom-width: 1px;
    z-index: 20 !important;
}

.tabs-container .tab-header {
    margin-bottom: 20px;
}

.tabs-container .tab-header .btn:first-of-type {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.tabs-container .tab-header .btn:last-of-type {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.tabs-container .tab-header .btn:not(:first-of-type) {
    margin-left: -7px;
}

.tabs-container .tab-header .btn:not(:last-of-type):not(:first-of-type) {
    border-radius: 0 !important;
}

/*@media (max-width: 940px) {*/

.tabs-container .tab-header {
    background-image: none;
}

.tabs-container .tab-header .btn {
    margin-top: 5px;
    border-radius: 6px !important;
}

.tabs-container .tab-header .btn:not(:first-of-type) {
    margin-left: 0;
    border-radius: 6px !important;
}

.tabs-container .tab-header .btn:not(:last-of-type) {
    border-radius: 6px !important;
}

.tabs-container .tab-header .btn:not(:last-of-type):not(:first-of-type) {
    border-radius: 6px !important;
}

.tabs-container .btn-primary {
    border: 1px solid #1abc9c !important;
    z-index: 20 !important;
}

/*}*/

.page-item.disabled .page-link {
    color: #b5bcc1 !important;
}

.page-link {
    border-radius: 32px !important;
    border-color: transparent !important;
    margin-left: 4px;
    margin-right: 4px;
    transition: all .25s ease-in-out;
}

/* MENU KONTEKSTOWE */
ul.context-menu.root {
    border-top: 4px solid #8cddcd;
}

ul.context-menu {
    box-shadow: 0 0 1px 0px #dcdcdc, 0 2px 1px rgba(0, 0, 0, 0.05);
    z-index: 6666;
    font-size: 0.95em;
}

ul.context-menu li {
    color: #555555;
    text-shadow: none;
    font-family: inherit !important;
    display: block !important;
    padding: 0.65em 0.75em 0.65em 2.25em;
}

ul.context-menu li.hidden {
    display: none !important;
}

ul.context-menu li.disabled {
    opacity: 0.3;
}

ul.context-menu div.icon-separator {
    background-color: transparent;
    border-right: none;
}

ul.context-menu li.icon:before {
    font-family: fontAwesome;
    position: absolute;
    left: 0.5em;
    top: 0;
    width: 1em;
    height: 100%;
    font-size: 1.1em;
    text-align: center;
    display: block;
    line-height: 2.05em;
}

ul.context-menu li.icon {
    background-image: none !important;
}

/* SELECT2 */
.select2-container {
    line-height: 1.15em;
}

.select2-dropdown {
    border-width: 1px;
    border-color: #aaa;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-width: 1px;
    border-color: #aaa;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: inherit;
    color: #444;
    padding: 0 10px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 0.5rem;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #1abc9c !important;
}

.has-danger .select2-container--default .select2-selection--single,
.has-danger .select2-container--default .select2-selection--multiple {
    border: 1px solid #d9534f !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0.075rem 0.5rem;
    font-size: 13px;
    margin-top: 0.5rem;
    white-space: pre-line;
    width: 100%;
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple {
    padding: 0 0.4rem 0 0.55rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    float: right;
    margin-right: 0;
    margin-left: 0.5rem;
}

:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ddd;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ddd;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ddd;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ddd;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: none;
    border-bottom: 1px solid #ddd;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

/* Dodanie na głównym poziomie menu bocznego ikonek */
span.menu-main-icon {
    vertical-align: middle;
    left: 7.5px;
    z-index: 1;
    color: #1abc9c;
    font-size: 21px;
    width: 25px;
    text-align: center;
    margin-right: 4px;
}

.pcoded .pcoded-navigatio-lavel .txt {
    position: relative;
    top: 1px;
}

.pcoded .pcoded-navbar .pcoded-navigatio-lavel:before {
    display: none;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-navigatio-lavel {
    opacity: 1;
    visibility: visible;
    position: inherit;

    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-navigatio-lavel .txt {
    display: none;
}

.pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
    font-size: 14px;
    display: inline-block;
    width: 24px;
}

.pcoded .pcoded-navbar[navbar-theme="theme4"] .pcoded-navigatio-lavel {
    padding: 10px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    position: inherit;
}

#user-profile ul li {
    overflow: hidden;
    padding: 0;
}

#user-profile ul {
    border: 1px solid #bbb;
    border-radius: 0;
}

#user-profile ul li a {
    display: block;
    width: 100%;
    padding: .7em 20px;
}

#user-profile ul li:hover {
    background-color: #f0f0f0;
}

[data-growl] {
    z-index: 9999999
}

/* Jcrop visible radio fix */
input[type="radio"].jcrop-keymgr {
    visibility: hidden;
}

@media only screen and (max-width: 768px) {
    .header-navbar .navbar-wrapper .navbar-logo {
        padding-top: 0;
    }
}

.header-navbar .navbar-wrapper .navbar-logo a[href="/"] {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
}

.loading-overlay:before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: url('/images/loader.gif') no-repeat center center white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.card-block {
    position: relative;
    /*    padding: 5px 15px;*/
}

.card .card-header .card-header-right {
    border-radius: 20px;
    right: 10px;
    top: 10px;
    background: white;
    display: inline-block;
    float: right;
    padding: 5px 0;
    position: absolute;
    border: none;
}

.card .card-header .card-header-right button {
    margin-right: 1em;
}

.card .card-header .card-header-right i {
    margin: 0 10px 0 0;
    cursor: pointer;
}

.table td, .table th {
    position: relative;
    vertical-align: middle;
    padding: 5px;
}
.outlook-group-fix td{
    white-space: initial;
}

table tr td .edit-order-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table tr td input.edit-order {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.table.table-compact {
    font-size: 0.9em;
}
.table.table-compact .button-red{
    color: #f21111;
    padding-right: 3px;
    font-size: 10px;
}
.table.table-compact td, .table.table-compact th {
    padding: 0.25em 0.5em;
    vertical-align: middle;
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table.table-compact th {
    padding: 0.5em;
}

.table.fixed-first-column > thead:first-child > tr:first-child > th:first-child {
    position: absolute;
    display: inline-block;
    background-color: red;
    height: 100%;
}

.table.fixed-first-column > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
    background-color: red;
    height: 100%;
}

.table.fixed-first-column > thead:first-child > tr:first-child > th:nth-child(2) {
    padding-left: 40px;
}

.table.fixed-first-column > tbody > tr > td:nth-child(2) {
    padding-left: 50px !important;
}

/**  SAVING FILTERS POPUP **/
.saving-filters {
    display: inline;
    position: relative;
    z-index: 99;
}

.saving-filters input {
    border: none;
    padding: 0 5px;
}

.saving-filters .used-filters,
.saving-filters .button-filters {
    display: inline-block;
}

.saving-filters .used-filters {
    vertical-align: middle;
}

.saving-filters .used-filters > span {
    margin-top: 0;
    border-radius: 16px;
    background-color: #ccc;
    color: white;
    padding: 2px 10px;
    cursor: default;
    transition: background-color 0.25s ease-in-out;
    text-overflow: ellipsis;
}

.saving-filters .used-filters > span:hover {
    background-color: #aaa;
}

.saving-filters .used-filters > span > .minus {
    cursor: pointer;
}

.dropdown .dropdown-menu {
    border-radius: 0;
    font-size: 0.9rem;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}

.dropdown .dropdown-menu:hover {
    border: 1px solid #999;
}

.saving-filters .dropdown .dropdown-list {
    max-height: 26vh;
    overflow-y: auto;
}

.saving-filters .dropdown .dropdown-menu > .dropdown-item:first-of-type {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.saving-filters .dropdown > .dropdown-item, .saving-filters .dropdown .dropdown-list .dropdown-item {
    padding: 1px 10px;
    cursor: pointer;
}

.saving-filters .dropdown-list .dropdown-item span {
    display: inline-block;
    color: #888;
    max-width: 85%;
    width: 85%;
    padding: 6px 0;
    margin-top: 0;
}

.saving-filters .dropdown .dropdown-menu > .dropdown-item:first-of-type:hover {
    background-color: white;
}


.saving-filters .delete-filter {
    padding: 4px;
    margin-top: 5px;
    border-radius: 26px;
    font-size: 8px;
    display: inline-flex;
}

.saving-filters .delete-filter i {
    margin: 2px;
}

.saving-filters .dropdown .navigator {
    font-size: 0.7rem;
    color: #888;
    padding: 8px 10px;
    border-top: 1px solid #ddd;
    margin-top: 0;
    display: block;
}

.saving-filters .dropdown .navigator.no-border {
    border-top: 1px solid transparent;
}

/**  SEPARATOR HR formularza **/
hr.separator {
    width: 100%;
    height: 0;
    background-color: transparent;
    border-top: 1px solid #ddd;
}

.separatorTitle {
    margin-top: -16px;
}

.separatorTitle > span {
    font-weight: 600;
    padding: 0 16px;
    background-color: white;
    text-transform: uppercase;
}

.row .search-navigator-container {
    align-items: center;
    margin-top: 15px;
}

hr {
    margin-bottom: 5px;
}

.form-control-static {
    padding: 3px 6px 3px;
}


.table-responsive {
    min-height: 59px;
}

.table thead th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.table > thead > tr > th {
    padding: 8px;
}

.table > thead > tr {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.search-results-container {
    overflow: auto;
}

thead {
    position: sticky;
    z-index: 98;
    top: -1px;
}

.pcoded .pcoded-navbar .pcoded-item > li > a {
    font-size: 12px;
}

.main-body .page-wrapper .page-header {
    margin-bottom: 10px;
}

.main-body .page-wrapper {
    padding: 10px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a {
    padding: 5px 15px;
    transition: all 0.1s ease-in-out;
}

.fl-scrolls {
    bottom: 0;
    height: 35px!important;
    overflow: auto;
    position: fixed;
    z-index: 999;
}

.fl-scrolls div {
    height: 1px;
    overflow: hidden;
    pointer-events: none
}

.fl-scrolls div:before {
    content: "\A0"
}

.fl-scrolls, .fl-scrolls div {
    font-size: 1px;
    line-height: 0;
    margin: 0;
    padding: 0
}

.fl-scrolls-hidden {
    bottom: 9999px
}

.fl-scrolls-hidden div:before {
    content: "\A0\A0"
}

.fl-scrolls-viewport {
    position: relative
}

.fl-scrolls-body {
    overflow: auto
}

.fl-scrolls-viewport .fl-scrolls {
    left: 0;
    position: absolute
}

.fl-scrolls-hoverable .fl-scrolls {
    opacity: 0;
    transition: opacity .5s ease .3s
}

.fl-scrolls-hoverable:hover .fl-scrolls {
    opacity: 1
}

.login-register {
    padding: .5rem .75rem;;
}

.sh-border {
    border-top: 4px solid #8CDDCD;
}

/**==== COLS PADDING =======**/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-left: 12px;
    padding-right: 12px;
}

/** CARD TABS **/
.nav-tabs {
    background-color: #f9f9f9;
}

.nav-tabs .nav-item {
    background-color: transparent;
}

.nav-tabs .nav-item:not(:first-of-type) {
    border-left: 1px solid #ddd;
}

.nav-tabs .nav-item:last-of-type {
    border-right: 1px solid #ddd;
}

.nav-tabs .slide {
    position: relative !important;
    width: 100%;
}

.md-tabs .nav-item span {
    padding: 20px 0 22px;
    cursor: not-allowed;
}

.nav-link {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.nav-link:not(.active) {
    color: #777 !important;
    background-color: transparent !important;
}

.nav-item .nav-link:not(.active) ~ .slide {
    background-color: #f9f9f9 !important;
    opacity: 1 !important;
}

.nav-link:not(.active):hover ~ .slide {
    background-color: #aaa !important;
    opacity: 1 !important;
}

.nav-link.active {
    background-color: white !important;
}

.nav-item:first-of-type {
    border-top-left-radius: 10px !important;
}

/**
nie można użyć :last-of-type, ponieważ szerokość tabsa jest wyliczana regułą calc(100% / 4)
*/
.nav-item:nth-of-type(4) {
    border-top-right-radius: 10px !important;
}

/**  BIG BUTTONS ON MAIN LAYOUT **/
.huge-buttons .card {
    border-top: 4px solid #8cddcd;
}

.huge-buttons .card-block-big {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ddd;
}

.huge-buttons .card.table-card {
    cursor: pointer;
    background-color: white !important;
    color: #888;
}

.huge-buttons .card.table-card:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

.huge-buttons .card.table-card:hover .card-block-big > i {
    transform: scale(1.1);
    transition: 0.3s;
}

.huge-buttons .widget-primary-card {
    background-color: white !important;
}

.huge-buttons .widget-primary-card:hover .card-block-big {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
    color: white !important;
}

.huge-buttons .widget-primary-card .card-block-big {
    color: #1abc9c !important;
    background-color: white !important;
}

.huge-buttons .widget-primary-card .row-table > div:not(.card-block-big) {
    color: #444 !important;
}

.table-card .row-table:first-child {
    border-bottom: none !important;
}

/** ROLLER FILTERS **/
.rollFilter {
    cursor: pointer;
    transition: .25s;
    width: fit-content;
}

.rollFilter:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.search-navigator-container {
    margin-top: 15px;
}

.companie {
    position: absolute;
    bottom: 26px;
    font-size: 0.8rem;
    color: #888;
    max-width: 200px;
    text-align: center;
    left: calc(50% - 100px);
    opacity: 0.5;
}

.companie img {
    max-width: 50%;
}

.companie .primary {
    color: #1abc9c;
}

.change-structure-container, .license-proposal-container,
.recruitment-document-container, .proposal-documents-container, .print-license-container, .send-welcomeMail {
    display: inline-block;
}

.btn-info:disabled, .btn-primary:disabled, .btn-warning:disabled, .btn-danger:disabled {
    background-color: #ffffff;
    border-color: #747f7f;
    color: #373939;
}

.btn-info:hover:disabled, .btn-primary:hover:disabled, .btn-warning:hover:disabled, .btn-danger:hover:disabled {
    background-color: #FFFFFF;
    border-color: red;
    color: red;
}

.regulations .numeric ol, .regulations .numeric ul {
    list-style: numeric;
    padding-left: revert;
}

.regulations .single-counter ol {
    padding-left: 25px;
    counter-reset: item;
}

.regulations .single-counter li {
    display: block;
}

.regulations .single-counter li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.back-stat {
    height: calc(100% - 25px);
}

.correspondence-stats-block {
    height: 100%;
}

.correspondence-stats-block > .stats-element {
    border-right: 1px solid #dfdfdf;
}

.correspondence-stats-block > .stats-element:last-child {
    border: none !important;
}

.correspondence-stats-block > .stats-element > .stats-grid-block {
    display: grid;
    height: 100%;
    align-items: center;
}

.correspondence-stats-block > .stats-element > .stats-grid-block > .stats-column > .send-error {
    padding-top: 10px;
    color: #d9534f;
}

.unavailable-chart {
    display: grid;
    height: 100%;
}

.unavailable-chart > i {
    align-self: flex-end;
}

.unavailable-chart > span {
    align-self: flex-start;
}

.dictionary-button {
    height: 100%;
    border-radius: 8px;
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    cursor: pointer;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.dictionary-button:hover {
    color: #1abc9c;
    border: 1px solid #1abc9c;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.dictionary-button > * {
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.dictionary-button:hover > * {
    color: #1abc9c;
    -webkit-transition: all ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: all ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: all ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.focus {
    background-color: rgba(0, 0, 0, 0.5);
}

.user-avatar {
    vertical-align: middle;
    margin-right: 10px;
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.radio {
    position: relative;
}

.radio > label {
    padding-left: 25px;
}

.radio > label > .helper {
    top: -5px;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover, .ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: transparent !important;
    opacity: 0.9;
}

.operations-container {
    display: flex;
    justify-content: flex-end;
}

.operations-container:nth-child(n) {
    margin: 5px;
}

.settings-button-content-container {
    height: 60px;
}

.color-green {
    color: rgb(56, 142, 60);
}

.color-yellow {
    color: rgb(249, 168, 37);
}

.color-red {
    color: rgb(198, 40, 40);
}

.printer-content-container {
    display: inline-block;
    width: 100%;
}

.switchContainerShowHide {
    padding-left: 20px;
    padding-bottom: 15px;
}

.google-visualization-tooltip {
    pointer-events: none;
}

.tooltip.bs-tether-element-attached-top {
    pointer-events: none;
}