body {
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}

.cal-button {
    height: 19px;
}

.cal-button span {
    position: relative;
    top: -3px;
}

/** */
#accordion {
    margin-top: 30px;
}

.panel-heading {
    background: #e8e8e8;
    padding: 10px;
    border-bottom: 2px solid #fff;
}

.panel-title {
    margin:0;
}

.panel-heading a {
    display: block;
}

.panel-collapse {
    background: #fafafa;
    border: 2px solid #e8e8e8;
    border-top-width: 0;
    padding: 0 10px;
}

.panel-body {
    margin: 10px 0;
}

.list-group > .list-group-item {
    display: block;
    padding: 10px;
    border-bottom:1px solid #f0f0f0;
    cursor: pointer;
}

.list-group > .list-group-item:hover {
    background: #f8f8f8;
    text-decoration: none;
}

.list-group > .list-group-item:last-of-type {
    border-bottom-width: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }


/** ------------------------------------------------ **/

.construct_table {
    border: 2px solid #e0e0e0;
}

.construct_table th, .construct_table td {
    padding: 10px;
}

.construct_table > tbody td {
    text-align: center;
}

.construct_table > thead {
    background: #e8e8e8;
}

.construct_table .group-name {
    text-align: left;
}

.construct_table tbody tr td:nth-child(2) {
    text-align: left;
}

.modal .form-control {
    width: 100%;
    box-sizing: border-box;
}

.modal input.form-control {
    height: 40px;
}

.visible-desktop {
    margin-top: 50px;
}

.construct_table .gray td{
    background: #f0f0f0;
}

.construct_table tbody td {
    max-width: 300px;
    border: 3px solid #f0f0f0;
}

.construct_table tbody td[data-key='ball'] {
    max-width: 50px;
}

.koms {
    margin:0;
    list-style-position: inside;
    list-style-type: decimal;
}

.koms .list-group-item {
    background: #e8e8e8;
    padding: 10px;
    border-bottom: 2px solid #fff;
}

.sd-list {
    list-style-type: none;
    margin-top: 20px;
}

.sd-item {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
}

.sd-item h5 {
    background: #f8f8f8;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.sd-item .sd-item-list {
    margin-bottom: 10px;
}

.sd-item .sd-item-list a {
    display: block;
    margin-bottom: 5px;
    padding:10px;
}

#rating {
    float: left;
}

#rating td {
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
}

#rating td span {
    font-weight: bold;
}

.report_table {
    margin-top: 20px;
    border: 1px solid #fff;
}

.report_table thead {
    background: #eeece1;
    padding: 10px;
}

.report_table thead th {
    padding: 10px;
}

.report_table tbody {
    border-color: #eee;
}

.report_table tbody .gray {
    background: #eeece1;
}

.report_table .gray td:nth-child(2) {
    font-style: italic;
    font-weight: bold;
}

.report_table tbody td{
    text-align: center;
    padding: 10px;
}

.report_table tbody td:nth-child(2) {
    text-align: left;
}

.report_table .rt_name,
.report_table .rt_number {
    background: #fff;
    text-align: left !important;
    border: 1px solid #e8e8e8;
}

.report_table .rt_number {
    text-align: center !important;
}

.report_table .rt_red,
#rating .rt_red td {
    background: #e6b9b8 !important;
    text-align: center !important;
}

.report_table .rt_orange,
#rating .rt_orange td {
    background: #fcd5b5 !important;
    text-align: center !important;
}

.report_table .rt_green,
#rating .rt_green td {
    background: #d7e4bd !important;
    text-align: center !important;
}

.report_table .avg-v-line {
    width: 100px;
    color: #c50303;
    text-align: center;
    text-transform: uppercase;
}

.report_table .avg-h-line {
    font-weight: bold !important;
    color: #c50303;
    text-align: right !important;
    text-transform: uppercase;
}

.report_table tr.komtype td{
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    background: #827f72;
    color: #fff;
}

.report_table tr.komtype a {
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.report_table tr.komtype td.komtypeName {
    text-align: left !important;
    border:0 !important;
}

.ratingInner {
    text-align: center !important;
    padding: 10px;
    border: 1px solid #fff;
    color: #333 !important;
    min-width: 90px;
}

.ratingInnerBall {
    display:inline-block;
    text-align: center;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

label.inline-block {
    display: inline-block !important;
}

/** Участники события **/
.event_people_table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.event_people_table .people_name::before {
    content: " .";
    font-size: 40px;
    position: relative;
    top:-2px;
    margin-right: 5px;
}

.event_people_table td {
    vertical-align: bottom;
}

.event_people_table .trust_control_group p {
    margin: 0 !important;
    padding: 0 !important;
}

.event_people_table .trust_control {
    margin-right: 5px;
    padding: 2px 8px;
}

.event_people_table .trust_control.add_trust_link {
    color: #025a02 !important;
}

.event_people_table .trust_control.remove_trust_link {
    color: #000000 !important;
}

.event_people_table .trust_control.cancel_trust_link {
    color: #750404 !important;
}

.event_people_table .trust_control_group .info-cancel {
    color: red !important;
    margin-left: 5px !important;

}

.quorum {
    margin: 40px 0;
}

.quorum__label {
    float: left;
    display: block;
    padding: 7px;
    font-weight: bold;
}

.quorum__progress {
    float: left;
    margin-left: 10px;
    border: 1px solid #000;
    padding: 5px 30px;
    font-weight: bold;
    color: #fff;
}

.quorum__progress.quorum__progress_green {
    background: #5fbe5f;
}

.quorum__progress.quorum__progress_red {
    background: red;
}

.information a{
    color: #fff !important;
    font-size: 20px !important;
    background: #04b2c3 !important;
}

#durationErrorMessage {
    font-weight: bold;
    display: inline-block;
}

.information a:hover {
    color: #fff !important;
    font-size: 20px !important;
    background: #04b2c3 !important;
}

#CalendarDate {
    margin-bottom: 0; 
    display:inline-block;
}

#CalendarDate input{
    margin-bottom:0; 
    display:none;
}

/** Главная навигация **/
.navbar .nav>li>a.btn.btn-primary {
    padding: 5px 10px;
    color: #fff;
}

.showcross-item {
    padding: 10px 10px;
}

[data-role="2"] {
    background: #f2dede;
    display: block;
}

[data-role="3"] {
    background: #f2dede;
    display: block;
}

[data-role="4"] {
    background: #f2dede;
    display: block;
}

[data-role="5"] {
    background: #f2dede;
    display: block;
}

[data-role="8"] {
    background: #f2dede;
    display: block;
}

span.important-showcross-box {
    width: 20px;
    height: 20px;
    background: #f2dede;
    display: inline-block;
    position: relative;
    top: 5px;
}

p.showcross-warning {
    margin-top: 40px;
}

span.showcross-box {
    width: 20px;
    height: 20px;
    background: #e8e8ff;
    display: inline-block;
    position: relative;
    top: 5px;
}

#dlgMove .modal-footer .btn {
    margin-left: 5px !important;
}

.cisco-block {
    width: 250px;
}

ul.cisco-items {
    margin-top: 10px;
    list-style-type: none;
    margin-left: 0px;
}

ul.cisco-items li {
    margin-top: 5px;
    text-align: center;
}

ul.cisco-items li a {
    background: #00008098;
    border-radius: 10px;
    display: block;
    padding: 5px 10px;
    color: #fff;
    border: 1px solid #fff;
}

ul.cisco-items li a:hover {
    background: #f0f0f0;
    text-decoration: none;
    color: #444;
    border: 1px solid #ccc;
}

.cisco-login {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    text-align: center;
    padding-top: 5px;
}

.text-danger {
    color: #da4f49;
}

.btn-label-warning {
    background: #c67605;
    color: #fff;
}

/* Preloader */
div#preloader {
    width: 100%;
    height: 102vh;
    position: fixed;
    background: #fff;
    opacity: .8;
    z-index: 999;
    padding: 0;
    margin: 0;
    top: -10px;
}

div#preloader .load-wrapp {
    width: 100px;
    height: 100px;
    padding: 20px 20px 20px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

div#preloader .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #000080;
}

div#preloader .line:nth-last-child(1) {
    animation: loadingA 1.5s 1s infinite;
}

div#preloader .line:nth-last-child(2) {
    animation: loadingA 1.5s 0.5s infinite;
}

div#preloader .line:nth-last-child(3) {
    animation: loadingA 1.5s 0s infinite;
}

@keyframes loadingA {
    0% {
        height: 15px;
    }
    50% {
        height: 35px;
    }
    100% {
        height: 15px;
    }
}


.failed-events {
    margin: 15px 0;
}

[rel=tooltip_kom_list] {
    cursor: pointer;
    border-bottom: 1px blue dotted;
}

.light-green {
    background-color: #e7fcc0;
}

.light-pink {
    background-color: #e0b1b1;
}

.pale-green {
    background-color: #b8e6bf;
}

.pale-blue {
    background-color: #c5d9ed;
}

.pale-yellow {
    background-color: #fcf8e3;
}

.lime-green {
    background-color: #dff0d8;
}

.pale-pink {
    background-color: #facfd2;
}

.light-blue {
    background-color: #d9edf7;
}

.light-lilac {
    background-color: #e9e1ef;
}