/** SIDE MENU **/

.row {
    width: 100%;
}

.right-panel-list ul,
.right-panel-list li {
    list-style: none;
    padding: 0;
}

.right-panel-list ul li > a,
.right-panel-list ul li > span {
    color: #bebcbc;
}

.right-panel-list li {
    color: #FFFFFF;
}

.right-panel-list li.club-menu {
    padding-bottom: 20px;
}

.right-panel-list li.club-menu > a {
    font-size: 16px;
    padding-bottom: 16px;
    display: block;
    color: #f9c623 !important;
}

.right-panel-list li.personal-menu {
    margin-top: 20px;
}


/** TOP CONTENT LINKS **/

.top-content-actions {
    text-align: right;
    margin-bottom: 10px;
}

.top-content-actions a {
    margin-right: 5px;
}


/* root element for tabs  */
ul.tt-tabs {
    height: 50px;
    border: none;
}

/* single tab */
ul.tt-tabs li {
    background: none !important;
    display: block;
    padding: 0;
    border: none;
    margin: 0!important;
    top: 3px;
}

/* link inside the tab. uses a background image */
ul.tt-tabs a {
    background: #f4f4f4;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 14px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: 5px;
    height: 47px;
    font-size: 13px;
}

ul.tt-tabs a:active {
    border-bottom-color: transparent;
    background: #f9c623;
}

ul.tt-tabs a.disabled {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
}

/* when mouse enters the tab move the background image */
ul.tt-tabs li:hover a {
    color: #000000;
}

ul.tt-tabs li:hover{
    color: #000000;
}

ul.tt-tabs a.current, ul.tt-tabs li:hover a.current, ul.tt-tabs li.current a {
    border: none;
    background: #f9c623;
}

ul.tt-tabs li.current,  ul.tt-tabs li.current:hover {
    background-position: 0 -62px;
    border: none;
}

ul.tt-tabs a.current.disabled, ul.tt-tabs li:hover a.current.disabled, ul.tt-tabs li.current a.disabled {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
}


/* initially all panes are hidden */
div.tt-tabpanes > div {
    display:none;
}

/* tab pane styling */
div.tt-tabpanes > div
{
    border: none;
    border-top: 0;
    width: 100%;
    clear: both;
    float: left;
    background-color: #f4f4f4;
    padding: 0;
    z-index: 9999999;
    position: relative;
}

/* tab pane styling */
div.tt-tabpanes .tab-content
{
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    clear: both;
    float: left;
}

div.tt-tabpanes .tab-content.tab-content-unpadded {
    padding: 0;
}

div.tt-tabpanes .tab-headline {
    background-color: #f9c623;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 13px 20px;
    text-transform: uppercase;
    border-top-right-radius: 8px;
    color: #000;
}

div.tt-tabpanes > div.disabled .tab-headline {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
}

.dashborad-panel th {
    color: #000;
    padding: 0 15px 0 0;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 3px;
    background-clip: content-box;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    vertical-align: text-top;
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
    border-color: #f9c623;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #f9c623;
}

.form-frame {
    overflow-y: auto;
    border: 1px solid #CCC;
    height: 150px;
    width: 100%;
    line-height: 1em;
    background: #FFF;
    padding: 15px;
}

.form-frame::-webkit-scrollbar {
    -webkit-appearance: none;
}

.form-frame::-webkit-scrollbar:vertical {
    width: 11px;
}

.form-frame::-webkit-scrollbar:horizontal {
    height: 11px;
}

.form-frame::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #FFF; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
    height: 55px;
}

.form-inline-form {
    margin-top: 25px;
    padding: 25px;
    border: 1px solid #d4d4d4;
    width: 100%;
    clear: both;
    float: left;
    background-color: #f4f4f4;
}

.form-centered {
    background-color: #f4f4f4;
    border: 1px solid #d4d4d4;
    margin-top: 70px;
    padding: 45px;
}

.form-boxed {
    background: #f4f4f4;
    border: 1px solid #d4d4d4;
    clear: both;
    float: left;
    padding: 20px 20px 20px 0px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 50px;
    margin-top: 20px;
}

.ttdatepicker {
    position: relative;
}

.ttdatepicker img {
    position: absolute;
    right: 15px;
    top: 5px;
}

.ttdatepicker button {
    position: absolute;
    right: 7px;
    top: calc(50% - 14px);
    height: 30px;
    width: 35px;
    border-radius: 8px;
    color: #525252;
}

.spacer {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.export-btn {
    float: right;
    position: absolute;
    top: -35px;
    right: 10px;
}

.icon-actions a {
    padding: 5px;
    color: black;
    font-size: 18px;
}

.icon-actions a:hover {
    color: #f9c623;
}


.calendar {
    padding: 10px;
    background: #FFF!important;
    border-radius: 8px;
    width: 315px!important;
}

.calendar table {
    border: none !important;
    background: none !important;
    width: 100% !important;
}

.calendar td {
    background: none!important;
    background-color: #FFF !important;
}

.calendar .button {
    background: #FFF !important;
}

.calendar tbody td.selected {
    background-image: none !important;
    background-color: #f9c623 !important;
    color: #000 !important;
    border: none !important;
}

.calendar tbody .day {
    background-color: #EEE;
    background-image: none;
    border: none;
    padding: 5px !important;
}

.calendar tbody td.hilite {
    border: none!important;
    color: #f9c623!important;
    font-weight: bold;
}

.calendar thead .hilite {
    border: none!important;
    padding: 2px!important;
}

.calendar thead .headrow .nav {
    display: table-cell !important;
}

.calendar thead .headrow td {
    padding-bottom: 10px;
    padding-top: 10px;
}

.form-intab-section {
    clear: both;
    float: left;
    background-color: #FFF;
    border: 1px solid #d4d4d4;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
}

.form-intab-section--full {
    width: calc(100% - 20px);
}

.form-intab-section--disabled {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
    border: 1px solid #CCCCCC;
}

.form-rating {
    display: flex;
    flex-direction: column;
}

.form-rating--item {
    display: flex;
    align-items: flex-start;
}

.form-rating--input {
}

.form-rating--question {
}

.form-rating--score {
}

.form-rating--score-extra {
padding-top: 10px;
}

.form-rating--rate {
display: flex;
justify-content: flex-start;
align-items: center;
width: 100px;
}

.form-rating--rate-label {
    padding: 5px 15px;
}

.display--emotion .display-field,
.form-rating--emotion .form-rating--rate-label {
font-size: 25px;
margin-top: -5px;
}

/** Show correct icon based on class **/
.display--emotion .display-field i,
.form-rating--emotion .form-rating--rate-label i {
    display: none;
}

.display--emotion .display-field.good i.fa-smile,
.form-rating--emotion .form-rating--rate-label.good i.fa-smile {
    display: block;
}

.display--emotion .display-field.neutral i.fa-meh,
.form-rating--emotion .form-rating--rate-label.neutral i.fa-meh {
    display: block;
}

.display--emotion .display-field.bad i.fa-frown,
.form-rating--emotion .form-rating--rate-label.bad i.fa-frown {
    display: block;
}

.display--emotion .display-field.good,
.form-rating--emotion .form-rating--rate-label.good {
    color: #69ff0d;
}

.display--emotion .display-field.bad,
.form-rating--emotion .form-rating--rate-label.bad {
    color: #ff4545;
}

.display--emotion .display-field.neutral,
.form-rating--emotion .form-rating--rate-label.neutral {
    color: #000;
}

.graad-selector {
    display: flex;
}

.graad-selector select {
    margin-right: 20px;
}

.graad-selector .graad {
    display: flex;
}

.graad-selector .graad > div {
    width: 43px;
    height: 43px;
    display: block;
    margin-left: 5px;
    border-radius: 4px;
}

.form-fields {
    clear: both;
    float: left;
}

.form-actions {
    clear: both;
    float: left;
}

.tab-content-layout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    align-content:flex-start;
}

.tab-advises,
.tab-attention-points {
    width: 50%;
}

.form-extra-questions-label {
    border-top: 1px solid #EEE;
    padding-top: 20px;
    margin-top: 20px;
}

.exam-part {
    float: left;
    clear: both;
    padding: 20px 20px 20px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.exam-part-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding-left: 20px;
}

.exam-part-subtitle {
    color: #6f6f6f;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.exam-part-title-global {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 20px;
}

.exam-part-subtitle-global {
    color: #6f6f6f;
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 20px;
    max-width: 65%;
}

.exam-part-score-detail,
.exam-part-score {
    background: #EEE;
    float: left;
    clear: both;
    width: 100%;
    padding: 10px 20px 20px 20px;
    border-top: 1px solid #cccccc;
}


.exam-part-score-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    padding-bottom: 12px;
}

.exam-part-disabled {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
    padding: 30px 20px;
}

.form-intab-section-disabled {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
    padding: 20px;
}

.exam-part-score-detail-fields {
    display: flex;
    justify-content: space-between;
}

.exam-part-score-detail-field {
    width: 30%;
}

.exam-category {
    clear: both;
    float: left;
    width: 100%;
}

.display-categories,
.display-category,
.display-groups,
.display-group,
.display-group-score,
.display-parts,
.display-part,
.display-part-header,
.display-fields,
.display-field,
.display-advises,
.display-advise,
.display-advises-header {
    width: 100%;
    clear: both;
    float: left;
}

.display-category {
    display: flex;
    justify-content: space-between;
}

.display-category > * {
   width: 47.5%;
}

.display-advises,
.display-group {
    background-color: #fff;
    border-radius: 8px;
    border: #ccc solid 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.display-group-score {
    background: #EEE;
    border-radius: 0 0 8px 8px;
}

.display-advises-header,
.display-part-header {
    border-bottom: #ccc solid 1px;
    padding: 20px;
}

.display-advises-title,
.display-part-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.display-part-subtitle {
    font-size: 14px;
}

.display-fields.empty {
    background: repeating-linear-gradient(
        45deg,
        #eeeeee,
        #eeeeee 10px,
        #F6F6F6 10px,
        #F6F6F6 20px
    );
}

.score-type-wrapper {
    position: relative;
}

.score-type {
    position: absolute;
    top: 20px;
    right: 0;
}

.score-type-btn {
    background-color: #adacac;
    border: #adacac solid 1px;
    padding: 8px 14px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: bold;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    width: auto;
    font-size: 12px;
}

.score-type-btn.active {
    background-color: #f9c623;
    border: #f9c623 solid 1px;
    color: #000;
}

.display-categories .sub-head,
.exam .sub-head:not(:first-child) {
    margin-top: 75px;
}

form .chosen-container-single .chosen-single  {
    background:url(../images/select-down-arrow.png) no-repeat  right #f8f8f8;
    border:#ccc solid 1px;
    padding:12px;
    padding-right: 30px;
    color:#666;
    font-size:12px;
    text-transform:uppercase;
    width:100%;
    border-radius:4px;
    -webkit-appearance: none; /* for webkit browsers */
    -moz-appearance: none; /* for firefox */
    appearance: none; /* for modern browsers */
    min-width: 100px;
    height: auto;
}

form .chosen-container-single .chosen-single div {
    display: none;
}

form .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 18px;
    right: 50px;
}

.exam-verdict {
    padding: 20px;
}

.exam-verdict.negative {
    border: 2px solid #ff4545;
    background-color: #ffd1d1;
}


.exam-verdict.positive {
    border: 2px solid #69ff0d;
    background-color: #e4ffd3;
}

.exam-delibration {
    display: inline-block;
    vertical-align: sub;
    font-size: 12px;
    color: #ff4545;
}

.exam-points-display {
    padding: 5px 10px;
}

.delibration {
    font-style: italic;
    color: #828282;
    padding: 10px;
}

.delibration {
    font-style: italic;
    color: #828282;
    padding: 10px;
}

.reexam {
    font-style: italic;
    padding: 10px;
}

.icon-success.icon-delibration {
    color: #828282;
}

.icon-error {
    color: #ff4545;
    font-size: 21px
}

.icon-success {
    color: #69ff0d;
    font-size: 21px
}
