/* https://colorscheme.ru/#3c40OrVDHw0w0 */

:root {
  --primary: #394959;
  --secondary: #778899;
  --active: #f85a40;
}


* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    /*text-transform: uppercase;*/
}

img.logo {
    max-width: 70%;
}

.logo {
    /*background: url('/app/ui/assets/style/images/Logo.svg') no-repeat left center ;*/
    /*background: url('/app/ui/assets/style/images/coop_logo.svg') no-repeat left center ;*/
    -webkit-mask: url('/app/ui/assets/style/images/coop_logo.svg') no-repeat left / contain ;
    background-size: auto 100px;
    height: 100px;
    text-align: left;
    padding-left: 80px;
    font-size: 1.3em;
    color: #333;
    background-color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo small {
    display: block;
    font-size: 75%;
        color: #aaa;
        font-weight: normal;
}

.logo span {
    font-size: 1.3em;
    color: #fdad0c;
}

.loading {
    background: url('/app/ui/assets/ajax-loader.gif') no-repeat center center #fff !important;
}

.loading > * {
    opacity: .1;
    pointer-events: none;
}

body, html {
    height: 100%;
}

.page-wrapper {
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 120px;
}

footer {
    margin-left: 275px;
    margin-top: -100px;
    height: 100px;
    background: #f4f4f4;
}


.footer-info {
    color: #b7b7b7;
    margin: 0 25px;
    padding: 20px 5px;
    font-size: 0.85em;
    border-top: solid 1px #ececec;
}

.footer-list {
    list-style: none;
    display: block;
    margin: 0 15px;
    padding: 20px 0;
    font-size: 0.95em;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    -webkit-column-rule-style: none;
    -webkit-column-width: auto;
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -moz-column-rule-style: none;
    -moz-column-width: auto;
    column-count: 3;
    column-gap: 50px;
    column-rule-style: none;
    column-width: auto;
	height: 120px;
}


.footer-list li {

    display: inline-block;
    width: 100%;
}

.footer-list a {
    color: #b7b7b7;
}

.footer-links {
    margin: 30px 30px 0 0;
}

.footer-links a {
    display: inline-block;
    vertical-align: middle;
    color: #d1d1d1;
}

.breadcrumb-container {
    z-index: 11;
    position: absolute;
    right: 0;
    height: 80px;
    left: 275px;
    border-bottom: solid 1px #ddd;
    padding-left: 40px;
}

.breadcrumb-header {
    width: 275px;
    height: 80px;
    padding: 0 10px;
    background: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 0.9em;
    line-height: 1.4em;

}

.user-info {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo-small {
    float: left;
    margin-right: 5px;
}

.breadcrumb-header a {

    text-decoration: none;
}

.breadcrumb-container.affix {
    position: fixed;
    box-shadow: none;
}

.breadcrumb-container.affix .breadcrumb-header {
    display: none;
}

.breadcrumb {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
}


.active-breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.active-breadcrumb  > li {
    display: block;
    margin-right: 30px;
    position: relative;
    line-height: 1em;
}

.active-breadcrumb  > li br {

}

.active-breadcrumb  > li > a {
    font-size: 80%;
    vertical-align: bottom;
    color: #0D0A0A;
}


.active-breadcrumb > li:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: -20px;
    height: 10px;
    margin-bottom: -1px;
    border-left: solid 2px #ddd;
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);

}

.active-breadcrumb > li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    height: 10px;
    margin-top: -1px;
    border-left: solid 2px #ddd;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);

}

.active-breadcrumb > li:first-child:before,
.active-breadcrumb > li:first-child:after {
    display: none;
}


.active-breadcrumb > li small a {
    color: #a3a3a3;
}

.active-breadcrumb > li > a {
    max-width: 300px;
    display: inline-block;

}

.active-breadcrumb > li > a.wrap {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.breadcrumb-button {
    margin-right: 5px;
    color: #a3a3a3;
}

.sidebar {
    width: 275px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: #272a30; */
	 /*background: #2090de;*/
     background: var(--primary);
    /*background: #fff;*/
    z-index: 900;
    min-height: 750px;
    padding-bottom: 46px;
    border-right: solid 1px #ddd;
}
.sidebar-nav a {

}

.sidebar .nav-stacked li {
    padding: 5px 0;
    float: none !important;
    display: block;
    transition: 0.4s;
}
.sidebar .nav-stacked li a{
    transition: 0.4s;
}
.sidebar .nav-stacked li a:hover{
    /*background-color: hsl(45, 100%, 51%);*/
    background-color: var(--active);
}
.sidebar  .nav a{
    padding-left: 10px;
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    color: white;
    padding-right: 20px;
}
.toggler {
    display: none;
}

.sidebar .nav-list a{
    padding-left: 35px;
}

.sidebar .nav-list .nav-list  a{
    padding-left: 45px;
}

.sidebar .nav-list .nav-list .nav-list  a{
    padding-left: 55px;
}

.sidebar .nav-list .nav-list .nav-list .nav-list  a{
    padding-left: 65px;
}

.sidebar  .nav a i {
    display: inline-block;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 10px;
    border: solid 2px #007bff;
}

.sidebar .navbar-nav li .tree_label {
    left: auto;
}

.sidebar .navbar-nav li li .tree_label {
    left: auto;
}

.sidebar .navbar-nav li li li .tree_label {
    left: auto;
}

.sidebar li.active {
    border-right: solid 4px #ddd;
}

.sidebar li.active > a {

    font-weight: 600;
}

.sidebar a:hover, .sidebar li.active > a:hover {

    text-decoration: none;
}

.sidebar a:hover + label:before {

}

.sidebar li.active > a+label:before {

}

.sidebar .sidebar-user {
    color: #f4f4f4;
    padding: 20px 20px;
}

.sidebar-user-info {
    display: flex;
    width: 50%;
}

.sidebar-user-info img {
    width: 40px;
    flex-shrink: 0;
}

.sidebar-user-info > * {
    align-self: center;
}

.quit {
    font-size: 2em;
    font-weight: 200;
    border-left: solid 1px #ddd;
    display: block;
    width: 80px;
    text-decoration: none;
    position: relative;
}

.quit i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.sidebar-tools a,
.sidebar-tools > span{
    display: block;
    padding: 5px 0;
}

.sidebar-tools > span {
    color: #b7b7b7;
}

.sidebar-tools a i,
.sidebar-tools > span i {
    font-size: 1.2em;
    vertical-align: sub;
    opacity: .5;
    margin-right: 3px;
}

.sidebar-tools .big {
    font-size: 1.2em;
    font-weight: 600;
}

.sidebar-header {
    padding: 10px 10px;
    text-align: center;
    /*background: hsla(199, 100%, 39%, 1);*/
    font-size: 0.9em;
    line-height: 1.4em;
    position: relative;
}

.sidebar-current-user {
    text-align: center;
    color: #b7b7b7;
    padding: 30px 0;
    background: #35383e;
}

.sidebar-current-user-name {
    font-size: 1.3em;
}

.sidebar-participants-list {

}

.sidebar-participants-list .panel+.panel {
    margin-top: 0;
}


.sidebar-participants-list .panel-collapse {
    padding: 15px 30px;
}

.sidebar-participants-list ul {
    list-style: none;
    margin-left: 10px;
}

.sidebar .tree {
    overflow-y: auto;
    max-height: 700px;
    width: 100%;
    /*background-color: hsla(199, 100%, 39%, 1);*/
}


.sidebar-participants-list .panel > a {
    display: block;
    padding: 15px 30px;
    color: #b7b7b7;
    font-size: 1.1em;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(6, 45, 45)', endColorstr='#032525',GradientType=0 );
   /* background-image: linear-gradient(to bottom, #30333a 0%, #35383e 100%); */
	background-image: linear-gradient(to bottom, rgb(6, 45, 45) 0%, #032525 100%);
    position: relative;
}

.sidebar-participants-list .panel > a.quit {
    position: absolute;
    z-index: 7;
    right: 0;
    background: transparent;
}

.sidebar-participants-list .panel > a.active:after {
    content: "";
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    margin-right: -10px;
    background-image: linear-gradient(to bottom right, rgb(6, 45, 45) 0%, #032525 100%);
    margin-top: -10px;
    transform: rotate(45deg);
}

.sidebar-nav {
    padding: 0;
}



.sidebar-nav-item  {
    display: block;

    font-size: 1.1em;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333B3F', endColorstr='#2E363A',GradientType=0 );
    background-image: linear-gradient(to bottom, #30333a 0%, #35383e 100%);
    position: relative;
}



.sidebar-nav-item a {
    color: #b7b7b7;
}

.sidebar-participants-list .panel > a:hover,
.sidebar-participants-list .panel > a:focus {
    text-decoration: none;
}


.sidebar-add-participant {
    color: #b7b7b7;
    font-size: 0.8em;
    margin: 0 30px;
}

.sidebar-footer {
    position: absolute;
    bottom: 10px;
}

.content {
    width: auto;
    padding: 90px 40px;
    margin-left: 275px;
}

.not-logged-in .content {
    margin-left: 0;
}

.unstyled {
    list-style: none;
}

.sidebar-toggle {
    float: right;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    color: #fff;
    margin-top: 18px;
}

.sidebar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 5px;
    background: #b7b7b7;
    margin-bottom: 3px;
}

.sidebar hr {
    margin: 0;
    opacity: .2;
}

.breadcrumb > li {
    vertical-align: top;
    position: relative;
    margin-right: 30px;
}

.breadcrumb>li+li:before {
    position: absolute;
    left: -35px;
    font-family: 'icomoon';
    content: "\ea3c";
    font-size: 1.5em;
    top: 50%;
    margin-top: -6px;
}

.nav-pills .btn-danger:hover, .nav-pills .btn-danger:focus {
    background-color: #c51148;
}

.nav-pills .btn-success:hover, .nav-pills .btn-success:focus {
    background-color: #449d44;
}


.sidebar .avatar {
    min-width: 150px;
    min-height: 150px;
}

.table tr td:last-child {
    min-width: 200px;
}


.pagination-summary {
    margin: 0px 20px 20px 0;
    font-size: 0.8em;
    color: #b8b8b8;
    padding-top: 10px;
}


@media screen and ( max-height: 750px ) and ( min-width: 992px){

    .page-wrapper {
        position: relative;
    }

    .sidebar {
        position: absolute;
        height: 100%;
    }
}
.sidebar-nav  {
    display: block !important;

}

/*@media (min-width: 992px) {*/

/*    .sidebar-nav  {*/
/*        display: block !important;*/

/*    }*/
/*}*/


@media (max-width: 1024px) {
    .page-wrapper {
        padding-bottom: 320px;
    }

    footer {
        margin-top: -290px;
        height: 290px;
    }

    .footer-links {
        text-align: center;
        margin-bottom: 20px;
    }
}


@media (max-width: 992px) {
    .hum__container {
        position: absolute;
        left: 0;
        z-index: 1000;
        top: 0;
        width: 40px;
        height: 40px;
        transition: all .2s linear;
    }
    .hamburger{
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        padding: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hamburger > div{
        position: relative;
        top: 0;
        left: 0;
        background: var(--primary);
        height: 3px;
        width: 100%;
        transition: all  0.4s ease;
        border-radius: 5px;
    }
    .hamburger > div::before,
    .hamburger > div::after{
        content: '';
        position: absolute;
        top: -5px;
        background: var(--primary);
        width: 100%;
        height: 3px;
        transition: all  0.4s ease;
        left: 0;
        border-radius: 5px;
    }

    .hamburger > div::after{
        top: 5px;
    }
    .hamburger .line::before{
        top: 0;
        transform: rotate(45deg);
        background: var(--primary);
    }
    .hamburger .line::after{
        top: 0;
        transform: rotate(135deg);
        background: var(--primary);
    }
    .hamburger .line {
        background: white;
    }

    .toggler{
        /* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING :  */
        z-index:2;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        opacity: 0;
        display: block;
    }

    img.logo {
        max-width: 200px;
    }
    .sidebar {
        width: 0px;
        transition: all .2s linear;
    }
    .sidebar-active {
        width: 250px;
    }
    /*.logo {*/
    /*    color: #fff;*/
    /*    background-position: left 15px;*/
    /*    height: 50px;*/
    /*}*/

    .logo small {
        display: inline-block;
        margin-left: 20px;
    }

    /*.sidebar-header {*/
    /*    padding: 0 30px;*/
    /*    text-align: left;*/
    /*    background: #0d4a8b;*/
    /*    height: 60px;*/
    /*    line-height: 60px;*/
    /*}*/

    .sidebar-toggle {
        display: inline-block;
    }


    /*.sidebar {*/
    /*    bottom: auto;*/
    /*    top: 0;*/
    /*    width: auto;*/
    /*    right: 0;*/
    /*    min-height: 40px;*/
    /*    padding-bottom: 0;*/
    /*    position: absolute;*/
    /*}*/

    .sidebar-footer {
        position: static;
    }

    .content {
        margin-left: 0;
        margin-top: 90px;
    }

    .page-wrapper {
        padding-bottom: 60px;
    }

    footer {
        margin-left: 0;
        height: auto;
        margin-top: 0;
    }

    .footer-info {
        width: 100%;
    }

    .footer-list {
        height: auto;
        -webkit-column-count: 2;
        -webkit-column-gap: 50px;
        -webkit-column-rule-style: none;
        -webkit-column-width: auto;
        -moz-column-count: 2;
        -moz-column-gap: 50px;
        -moz-column-rule-style: none;
        -moz-column-width: auto;
        column-count: 2;
        column-gap: 50px;
        column-rule-style: none;
        column-width: auto;
    }



    .sidebar .panel-collapse p.text-center {
        margin-right: 20px;
    }

    .sidebar-participants-list .panel > a.active:after {
        display: none;
    }

    .breadcrumb-container {
        top: 60px;
        box-shadow: none;
        height: auto;
        left: 0px;
        padding-left: 0px;
        width: 100%;
        padding: 0 20px;
    }

    .breadcrumb-container .breadcrumb-header {
        display: none;
    }

    .breadcrumb-container.affix {
        left: 0;
        outline: solid 2px #ddd;
        top: 0;
    }

    .active-breadcrumb {
        padding-left: 40px;
    }

    /*.sidebar-nav {*/
    /*    padding-top: 80px;*/
    /*}*/

    .sidebar-header .logo-small {
        margin-top: 15px;
    }

    /*.sidebar .tree {*/
    /*    padding: 0 40px 20px;*/
    /*}*/
}

@media (max-width: 768px) {
    .content {
        padding: 15px 40px;
    }

     img.logo {
        max-width: 100px;
    }



    .sidebar-nav {
        max-height: 100%;
        overflow: auto;
    }

}

@media only screen and (max-width: 768px) {

  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }


  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .content {
      padding-top: 90px;
  }

  .responsive-table tr { border: 1px solid #ccc; }

  .responsive-table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align:left;
  }

  .responsive-table.no-headings td {
    padding-left: 6px !important;
  }

  .responsive-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }

  .responsive-table td:before { content: attr(data-title); }

  .responsive-table.no-headings td:before {
    display: none;
  }
}

/* ���������������������
  Tree core styles
*/

.tree input {
    position: absolute;
   display: none;
}

.tree input ~ ul { display: none; }

.tree input:checked ~ ul { display: block; }

/* ���������������������
  Tree rows
*/
.tree li {
    position: relative;
}


/* ���������������������
  Tree labels
*/

.tree_label {
    position: absolute;
    top: 12px;
    left: auto;
    right: 0;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    font-weight: 200;
}

label.tree_label {
    cursor: pointer;
}

/*ul.tree li ul.nav-list {*/
/*    margin-left: 15px;*/
/*    border-left: 1px solid rgb(183, 183, 183);*/
/*}*/


/* ���������������������
  Tree expanded icon
*/
label.tree_label:before {
    font-family: icomoon;
    position: relative;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 1em;
    content: '\ea1c';
    text-align: center;
    line-height: .9em;
    color: #bbb;
}



:checked ~ label.tree_label:before { content: '\ea43'; }



.tree > li:last-child:before { display: none; }

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 400px;
    overflow: auto;
}

.bootstrap-select.btn-group .dropdown-menu.open{
    max-width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    white-space: normal;
}

.ui-menu {
    position: absolute;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

.ui-menu .ui-menu-item:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

@media print {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .btn {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }

    .nav-pills {
        display: none;
    }
}

.dataTables_paginate {
    float: left;
    margin-top: 20px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}



@media screen and (max-width: 600px) {
  .table-responsive {
    border: 0;
  }

  .table-responsive caption {
    font-size: 1.3em;
  }

  .table-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 40px;
  }

  .table-responsive td, .table-responsive th {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .table-responsive td::before, .table-responsive th::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    color: #aaa;
    text-transform: uppercase;
  }

  .table-responsive td:last-child, .table-responsive th:last-child {
    border-bottom: 0;
  }

  .table-responsive .grid-labels, .table-responsive .grid-filters {
    display: none;
  }

  .detail-view.table-responsive td, .detail-view.table-responsive th {
    text-align: left;
  }

  .detail-view.table-responsive td:first-child, .detail-vies.table-responsive th:first-child {
        font-weight: bold;
        color: #aaa;
  }

  .detail-view.table-responsive tr {
    border-bottom-width: 1px;
    margin-bottom: 0;
  }
}



.grid-level-1 td:first-child {
    padding-left: 28px;
}
.grid-level-1 td:nth-child(2) {
    padding-left: 18px;
}
.grid-level-2 td:first-child {
    padding-left: 48px;
}
.grid-level-2 td:nth-child(2) {
    padding-left: 38px;
}
.grid-level-3 td:first-child {
    padding-left: 68px;
}
.grid-level-3 td:nth-child(2) {
    padding-left: 58px;
}
.grid-level-4 td:first-child {
    padding-left: 88px;
}
.grid-level-4 td:nth-child(2) {
    padding-left: 78px;
}
.grid-level-5 td:first-child {
    padding-left: 108px;
}
.grid-level-5 td:nth-child(2) {
    padding-left: 108px;
}
.grid-level-toggle, .grid-level-toggle:hover, .grid-level-toggle:active {
    text-decoration: none;
    outline: none;
    font-size: 1.2em;
    background: transparent;
    border: none;
    color: #7d7d7d;
}
.grid-level-toggle > .icon-circle-down {
    display: none;
}
.grid-level-toggle.expanded > .icon-circle-down {
    display: inline;
}
.grid-level-toggle.expanded > .icon-circle-right {
    display: none;
}
.grid-level-toggle > .icon-circle-right {
    display: inline;
}
.table-tree {
}

.bootstrap-select.form-control {
    border: 1px solid #ced4da;

}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
}

.bootstrap-select .dropdown-item {
    white-space: normal;
}

.no-click {
    pointer-events: none;
    color: #2a3f4d;
}

.table-responsive {
    display: table;
}

.hidden {
    display: none !important;
}

.bootstrap-select.form-control {
    border: 1px solid #ced4da;

}

.bootstrap-select .dropdown-menu {
    max-width: 100%;
}

.bootstrap-select .dropdown-item {
    white-space: normal;
}


.btn-group-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
}

.btn-group-toolbar a.btn {
    margin-right: 10px;
}

.btn-group-toolbar a.btn:last-child {
    margin-right: 0px;
}