#admin-wrap {
    width: 100%;
}
form h3 {
    clear: both;
}
h4 {
    border-bottom: 1px solid #CFCFCF;
    margin: 0 0 10px 0;
}
a:hover {
 text-decoration:none;
}
.players-group {
    text-align: center;
    float:left;
    width:100%;
    display: none;
}
.table_active {
    display: block;
}

.table_link {
    display: block;
    margin: 0;
    width: 100%;
    text-decoration: none;
    font-size: 17px;
    padding: 4px 0;
    font-weight: 400;
    border: 1px solid yellow;
    background: #0b2854;
    padding:10px;
}
.table_link_active, .table_link:hover {
    background: yellow;
    color: #0b2854;
}
.players-group img {
     width:250px;
     max-width:100%;
     padding:10px;
}
.player-image {
    float:left;
    padding:10px;
    height:200px;
}
#content {
    width: 75%;
    width: calc(100% - 200px);
    float: left;
    padding: 0 0 0 10px;
}
#samples {
    display: none;
}
.menu-item {
    display: block;
    width: 100%;
    color: #3A3A3A;
    padding: 7px 20px;
    border-bottom: 1px solid #C9C9C9;
    border-top: 1px solid #EBEBEB;
    font: normal bold 12px/16px Arial, sans-serif;
    text-shadow: 0 1px 0 #F1F1F1;
    position: relative;
}
.menu-item:hover {
    text-decoration: none;
    background: #C9C9C9;
    border-top: 1px solid #C9C9C9;    
}
.menu-active {
    border-left: 3px solid #ddd;
}
.menu-active:before {
    content: '';
    display: block;
    background: #007AFF;
    width: 4px;
    position: absolute;
    top: -1px;
    left: -3px;
    bottom: -1px;
}
#toolbar h1 {
    float: left;
}
#toolbar .btn {
    float: right;
    margin: 10px 0;
}

/* TABLES */
.admin-table {
    width: 100%;
}
.admin-table img {
    max-width: 32px;
    max-height: 32px;
}
.admin-table th {
    background: #999;
    padding: 5px 3px;
    color: #FFF;
    text-shadow: 0 1px 0 #999;
    border-right: 1px solid #FAFAFA;
}
.admin-table tbody tr {
    border-bottom: 1px solid #DDD;
    padding: 3px;
}
.admin-table tbody tr:hover td {
    background: #F1F1F1;
}
.admin-table td {
    padding: 5px;
    font: 400 normal 14px/18px "Source Sans Pro";
}
.btn {
    width: auto;
    float: left;
}


/* FORMS */
.form-group {
    width: 50%;
    float: left;
    padding: 0 10px 10px 0;
}
.form-group-fullwidth {
    width: 100%;
    float: left;
    padding: 0 10px 10px 0;
}
.form-group label {
    width: 30%;
    float: left;
    padding: 5px 0;
    font: 300 normal 15px/17px "Source Sans Pro", sans-serif;
}
.form-group-fullwidth label {
    width: 15%;
    float: left;
    padding: 5px 0;
    font: 300 normal 15px/17px "Source Sans Pro", sans-serif;
}
.form-group-fullwidth textarea {
    height: 100px; 
    width: 85%;
    float: left;
}

.form-group input, .form-group select, .form-group .radios {
    width: 70%;
    float: right;
}
select, input, textarea {
    border: 1px solid #DDD;
    padding: 3px 10px;
    margin: 1px 0;
    font-family: Arial, sans-serif;
    line-height: 17px;
}
input[type=file] {
    margin: 0;
    padding: 2px 10px;
}
.repeating-btn {
    float: right;
    display: block;
    clear: both;
    padding: 5px 10px;
    background: #51AFEB;
    color: #FFF;
    text-decoration: none !important;
    margin: 10px 0 0 0;
}
.new-player-btn, .new-ghost-btn {
    clear: none;
}
.form-submit {
    clear: both;
    background: #EEE;
    width: 100%;
    float: left;
    padding: 10px;
}
.form-mini-submit {
    clear: both;
    background: #EEE;
    width: 100%;
    float: left;
    padding: 5px;
    margin: 10px 0 0 0;
}
.form-mini-submit .btn {
    float: right;
    padding: 5px 10px;
}
.notification {    
    padding: 10px 20px;
    color: #F1F1F1;
    font: normal 500 16px/18px "Source Sans Pro";
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.notification a {
    color: #fff;
}
.success {
    background: #56AEFF;
}
.error {
    background: #FF5656;
}
.clearfix {
    clear: both;
}
.phases-form select, .phases-form input, .scores-form select, .scores-form input {
    width: 100%;
}
.phases-form .block-third, .scores-form .block-25p {
    padding: 0 4px 0 0;
}
.phase, .participant, .select2-container {
    float: right;
}
.field-additional {
    margin: 10px 0 0 0;
}
.list-img {
    width: 60px;
    vertical-align: middle;
}
.remove-score-btn {
    display: block;
    width: 5%;
    float: left;
    padding: 30px 0 0 0;
    text-align: center;
    display: none;
}
.score:hover .remove-score-btn {
    display: block;
}

table.dataTable thead {
    background-color: #999;
}
.delete-team-player {
    display: none;
}
.team-player:hover .delete-team-player {
    display: inline;
}
.game-pl {
    clear: both;
    font-size: 15px;
    margin: 0;
    padding: 4px 0;
}
.gp-delete {
    display: none;
}
.gp-player:hover .gp-delete {
    display: initial;
}
.period-block {
    float: left;
    padding: 0 5px;
}
.period-block input {
    width: 100%;
}
.mini-form {
    width: 100%;
    float: left;
}
.score-form .block-25p, .score-form .block-50p {
    padding: 0 5px;
}
.mini-form select, .mini-form input {
    width: 100%;
}
.mini-form  .no-padding {
    padding: 0;
}
.players-form .block-50p {
    padding: 0 5px;
}
.clear18 {
    clear: both;
    height: 18px;
}
.mini-table {
    width: 100%;
}
.mini-table th {
    background: #DDD;
    text-align: left;
    padding: 1px 4px;
}
.mini-table td {
    border-bottom: 1px solid #DDD;
    font-size: 11px;
    padding: 2px 4px;
}
.border-down {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
}
.player {
    width: 200px;
    float: left;
    text-align: left;
    background: #F1F1F1;
    border: 1px solid #E7E7E7;
    margin: 0 10px 10px 0;
    padding: 5px;
    height: 100px;
    position: relative;
}
.player img {
    max-width: 100px;
    max-height: 88px;
    float: left;
}
.player-name {
    font-size: 12px;
    float: left;
    padding: 0 0 0 5px;
    max-width: 110px;
}
.player-delete, .player-change {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 0;
    font-size: 14px;
    color: #FFF;
    display: none;
}
.player-change {
    top: 0px;
    height: 50%;
    padding: 17px 0;
}
.player:hover .player-delete, .player:hover .player-change {
    display: block;
}
#per-sel-wrap, #status-sel-wrap {
    float: right;
    padding: 15px 10px 0 0;
}
#status-sel-wrap {
    width: 345px;
}
#per-sel-wait, #status-sel-wait {
    float: right;
    padding: 20px 10px 0 0;
    font-size: 14px;
    display: none;
}
/* LOGIN PAGE */
#login-wrap {
    max-width: 300px;
    margin: 100px auto;
    background: #F1F1F1;
    padding: 20px;
    border: 1px solid #E7E7E7;
    box-shadow: 0 1px 2px #E7E7E7;
}
#login-wrap input {
    width: 100%;
}
#login-wrap label {
    width: 100%;
    padding: 15px 0 5px 0;
}
#login-wrap button {
    float: right;
    margin: 20px 0 0 0;
}
.sub-fields {  
    padding: 0 5px;
}
.sub-fields input, .sub-fields select {
    width: 100%;
}
#game-links {
    margin: -10px 0 10px 0;
    float: left;
}
#game-links2 {
    float: left;
    margin: 18px 0 0 10px;
}
.edit-score, .delete-score {
    vertical-align: middle;
}
#score-update-wait {
    display: none;
}
#content .participant2 .block-50p {
    width: 50%;
    float: left;
}
#content .participant2 {
    width: 70%;
    float: right;
}
#score-value {
    display: none;
}
#score-minute {
    width: 100%;
}
#person-two {
    display: none;
}
.points-col-players {
    width: 50px;
}
.points-col-players input {
    max-width: 50px;
}
.choice-item {
    float: left;
    text-align: center;
    border: 1px solid #0091ed;
    font-size: 12px;
    padding: 2px 0;
    position: relative;
}
.choice-item span {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
    cursor: pointer;
    padding: 2px 0;
}
.choice-btn {    
    visibility: hidden;
}
.choice-btn:checked + span, .choice-item span:hover {
    background: #0091ed;
    cursor: pointer;
    color: #fff;
}