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

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

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

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: #fff;
    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 {
    box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    z-index: 11;
    position: absolute;
    right: 0;
    left: 0;
    height: 80px;
    background: #f4f4f4;
}

.breadcrumb-header {
    width: 275px;
    padding: 30px 0;
    background: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

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

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

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


.active-breadcrumb {
    list-style: none;
    display: flex;
    float: left;
    padding-left: 60px;
    height: 80px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

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

.active-breadcrumb > li:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: -20px;
    height: 41px;
    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: 41px;
    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: #4c568b;
    box-shadow:  0 0 25px rgba(0,0,0, 2);
    z-index: 10;
    min-height: 750px;
    padding-bottom: 46px;
}
.sidebar a {
    color: #b7b7b7;
}

.sidebar .nav-stacked li {
    float: none !important;
}

.sidebar .nav a{
    padding-left: 25px;
    font-size: 0.95em;
    padding-top: 8px;
    padding-bottom: 8px;
}

.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 li.active > a {
    color: #fff;
}

.sidebar a:hover, .sidebar li.active > a:hover {
    color: #f5821f;
    text-decoration: none;
}

.sidebar a:hover + label:before {
    color: #f5821f;
}

.sidebar li.active > a+label:before {
    color: #fff;
}

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

.sidebar .quit {
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 200;
}

.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: 30px 0;
    text-align: center;
    background: #fff;
}

.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;
}


.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: 100px 40px;
    font-size: 1.1em;
    margin-left: 275px;
}

.unstyled {
    list-style: none;
}

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

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

.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: 30px 20px 20px 0;
    font-size: 0.8em;
    color: #b8b8b8;
}


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

    .page-wrapper {
        position: relative;
    }

    .sidebar {
        position: absolute;
        height: 100%;
    }
}


@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) {

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

    .sidebar-header {
        padding: 15px 30px;
        text-align: left;
        background: #073535;
    }

    .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-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;
    }
}

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

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

    .sidebar-toggle {
        transform: scale(0.75);
        margin-top: -5px;
    }

    .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;
  }
 
  .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: 9px;
    left: 0;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    font-weight: 200;
}

label.tree_label {
    cursor: pointer;
}



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



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



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




@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;
    }
}