@charset "UTF-8";

.table tfoot tr th:last-child input {
    display: none;
}

#table-roles_wrapper tfoot tr input,
#table-permissions_wrapper tfoot tr input {
    display: none;
}

#table-permissions tfoot tr input {
    display: none;
}

table thead tr th {
    background: #333;
    color: #fff;
}

table td>* {
    display: inline-block;
    float: none;
}

#table-mission_goals tfoot tr input,
#table-exercises tfoot tr input {
    display: none;
}

table td>img {
    height: 50px;
}

select.form-control {
    padding: 3px;
}

#table-trainings_wrapper table tfoot th:nth-child(3) input {
    display: none;
}

li.menu-open ul {
    display: block;
}

.train-wrapper {
    margin-top: 0.5em;
    background: #eee;
    border: solid #ccc 3px;
    padding: 15px;
    margin-bottom: 15px;
}

#train-wrapper-add,
#mission2-wrapper-add {
    display: none;
}

.game_roads,
.academy_roads {
    display: none;
}

.road_show {
    display: block;
}

.mission2-wrapper-div {
    background: #ccc;
    padding: 15px;
    margin-bottom: 5px;
}

table tfoot th input {
    width: 120px;
    font-size: 11px;
}

#table-users_wrapper tfoot th:nth-child(9) input,
#table-users_wrapper tfoot th:nth-child(10) input,
#table-users_wrapper tfoot th:nth-child(11) input,
#table-users_wrapper tfoot th:nth-child(12) input {
    /*display: none;*/
}

.invalid-feedback {
    color: #f00;
}

#meal-foods-single {
    display: none;
}

.block-for-train {
    background: #3b0530;
    display: block;
    width: 100%;
    float: right;
    clear: both;
    padding: 15px;
    margin-bottom: 15px;
}

#single-block-for-train {
    display: none;
}

.minimized-block {
    height: 55px;
    overflow: hidden;
}

.block-for-train .close-block,
.block-for-train .minimize-block,
.block-for-train .copy-block {
    float: left;
}

.name-block {
    float: right;
    color: #fff;
}

/*.new-train {*/
/*    margin-bottom: 15px;*/
/*}*/

.justhidedelete .del-train {
    display: none;
}

.big-text-area {
    width: 100%;
    min-height: 250px;
}

#class-courses-wrapper-add {
    display: none;
}

#courses #class-courses-wrapper-add {
    display: block;
}

#question-answers-wrapper-add {
    display: none;
}

#q-answers #question-answers-wrapper-add {
    display: block;
}

.form-group .session-details {
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 0.2em;
}

.form-group .session-details p {
   padding-right: 0.4em;
}

.remove-food-diet{
    margin-top: 3px;
}