/* Accordion styles */

.panel-group {
    margin-bottom: 0px;
}
.panel-body {
    padding: 0;
}
.panel-heading {
    padding: 0;
    background-color: #bbb;
    color: #000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel > a {
    text-decoration: none;
}
.panel > a:focus {
    outline: none;
}
.panel-body > label {
    display: flex;
    line-height: 24px;
}
.glyphicon-chevron-right, .glyphicon-chevron-down {
    color: #ddd;
}

/* Cards */

.behaviour-card {
    margin: 0;
    padding: 15px;
    line-height: 16pt;
}
.behaviour-card:not(:first-child) {
    margin-top: 15px;
}
.competency-small {
    font-size: 10pt;
    color: #bbb;
}
.behaviour-anchor {
    color: inherit;
}
.behaviour-anchor-disabled {
    color: #EB482F;
    /*color: #733BFF;*/
    /*color: #0088B9;*/
}
.behaviour-card > textarea {
    border: 1px solid #bbb;
    padding: 5px;
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
}

/* main tab lists */

.empty-screen {
    display: block;
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #949494;
}

/* Dialogs */

.dialog {
    height: 70%;
}
.dialog-container {
    padding: 16px;
    font-size: 11pt;
}
.dialog-footer {
    position: absolute;
    bottom: 5px;
    overflow: hidden;
    width: 88%;
}
.x-close {
    /*color: blue;*/
    color: #0088B9;
    text-decoration: none;
    float: right;
    margin: -10px -10px 0 0;
}

/* Font sizes */

.behaviour-card > h4 {
    font-size: 12pt;
    font-weight: 500;
}
.dialog-container > h4 {
    font-size: 11pt;
    font-weight: bold;
}
.do-dont {
    font-weight: bold;
}
.fa {
    font-size: 16pt;
}
.fa-info-circle {
    /*color: blue;*/
    color: #0088B9;
    text-decoration: none;
}
.checkbox--noborder {
    font-size: 12pt;
}
.panel-title {
    font-size: 12pt;
    font-weight: 500;
}
.bucket {
    font-size: 12pt;
    font-weight: 500;
}
.behaviour-row {
    font-size: 12pt;
    font-weight: 400;
}
input[type=text] {
    display: block;
    width: 100%;
    margin: 0 auto;
    outline: none;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 16px;
    line-height: 17px;
}

/* Create Event Form */

.create-event-row {
    padding-bottom: 10px;
}
.create-event-input {
    background-color: #EEE !important;
    border: 1px solid #DDD !important;
    height: 44px;
    padding: 0 0 0 25px;
    display: block;
    width: 100%;
}
.create-event-date {
    color: #aaa !important;
    font-size: 12pt;
    padding: 0 0 0 5px;
}
.tabbar-button {
    background-color: rgba(235, 94, 47, 0.84);
    color: white;
}
.tabbar-button:active {
    background-color: rgba(235, 94, 47, 0.5);
}
:checked + .tab-bar__button {
    border-bottom: 6px solid;
}
.stats-title {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
    font-size: 14pt;
    color: #eb5e2f;
}
.stats-comp {
    display: block;
    font-size: 11pt;
    margin: 3px 0;
}
.stats-comp-top-behaviour {
    display: block;
    font-size: 10pt;
    color: #aaa;
}
.comp-bearkdown-row {
    padding: 10px 15px !important;
    line-height: inherit !important;
    background-color: white;
    font-size: 10pt;
}
.comp-bearkdown-header {
    font-size: 13pt;
    color: #7E7E7E;
}
.comp-bearkdown-row > span {
    width: 100%;
    display: block;
    padding: 5px;
}
.row-unordered-item {
    padding-left: 20px;
}
.comp-bearkdown-row .fa-circle {
    font-size: 7pt;
    margin-right: 7px;
    margin-left: -19px;
}
