.nav-tabs > li .close {
    margin: -2px 0 0 10px;
    font-size: 18px;
}

.colright a.button, a.button {
    text-decoration: none;
    color: #ffffff !important;
    display: inline-block;
    text-align: center;
    line-height: 1.3em;
    font-size: 125%;
    background-color: #8DC63F;
    font-weight: 300;
    padding: 5px 10px;
    font-family: 'Roboto';
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 18px;
    margin-bottom: 18px;
}

.overflow_everywhere {
    overflow-wrap: break-word;
}
.overflow_hidden {
    overflow: hidden;
}


.container_tabs .tabs li a {
    background-color: #DCDCDC;
}

div.layout-float-row div.block {
    display: inline-block;
}


.container_tabs .tabs li.active a, .container_tabs .tabs li a:hover {
    background-color: #8DC63F;
}

.main .navigation h1 {
    display: inline;
    margin: 0px;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.3em;
}

.latest_matches_wrapper {
    position: relative;
    top: -80px;
    height: 110px;
}

.latest_matches {
    overflow-x: hidden;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.latest_matches_wrapper .arrow {
    background: url("../images/prev.png") left top no-repeat;
    display: inline-block;
    width: 21px;
    height: 86.25px;
    position: relative;
    top: 75px
}

.latest_matches_wrapper .arrow.next {
    background: url("../images/next.png") left top no-repeat;
    float: right;
}

.latest_matches .datetime {
    font-size: 80%;
    margin-top: 4px
}

.latest_matches .date {
    float: left
}

.latest_matches .time {
    float: right
}

.latest_matches .player.won {
    font-weight: bold
}

.latest_matches .ul.cycle-matches {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    white-space: nowrap;
}

.latest_matches .ul.cycle-matches .li {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #d9dadc;
    background-color: #ffffff;
    padding: 5px;
    margin-left: 3px;
}

.latest_matches .ul.cycle-matches .li span.name {
    margin-right: 8px;
    float: left;
}

.latest_matches .ul.cycle-matches .li span.score {
    text-align: right;
    float: right;
}

.grid_admin {
    padding: 10px;
}

#confirm_dialog {
    position: absolute;
    z-index: 20;
    background-color: #FFFFFF;
    border: 1px solid #006C32;
    margin: 0 auto;
    display: block;
    text-align: left;
}

#popup_window .confirm_dialog h1 {
    background-color: #A50B0B;
}

#popup_window .confirm_dialog {
    min-width: 200px;
    text-align: center;
}

#popup_window .confirm_dialog table {
    width: 100%;
}

#popup_window .confirm_dialog table th {
    display: none;
}

#popup_window {
    position: fixed;
    z-index: 20;
    background-color: #FFFFFF;
    min-width: 300px;
    border: 1px solid #006C32;
    margin: 0 auto;
    left: 50%;
    top: 50%;
}

#popup_window form {
    overflow: hidden;
}

#popup_window .popup_close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    right: -1px;
    z-index: 25;
}

#popup_window .drag_handle {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -6px;
    right: 25px;
    z-index: 25;
    cursor: pointer;
}

#popup_window .popup_close a {
    display: block;
    width: 24px;
    height: 24px;
}

#popup_window h1 {
    background-color: #006C32;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 0;

}

table.matchSchedule td, table.matchSchedule th {
    border: 1px solid #AAAAAA;
    padding: 3px;
    width: 50px;
    height: 50px;
}

table.matchSchedule tr.firstRow th.firstCol {
    border-left: none;
    border-top: none;
}

table.matchSchedule tr.firstRow th {
    border-bottom: 5px solid #5cb85c;
    border-top: none;
}

table.matchSchedule tr.firstRow th > div > span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

table.matchSchedule th.firstCol {
    border-right: 5px solid #5cb85c;
    border-left: none;
}

table.matchSchedule td div.date {
    font-size: 80%;
    width: 100%;
    text-align: right;
    font-style: italic;
}

table.matchSchedule td div.score {
    font-size: 120%;
    font-weight: bold;
    display: inline;
}

table.matchSchedule td.empty {
    background-color: #9EE29E;
    border: none;
}

table.match_setup td.left {
    text-align: right;
    padding-right: 3px;
}

table.match_setup td.right {
    text-align: left;
    padding-left: 3px;
}

table.match_setup td.center {
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

table.match_setup td.save {
    text-align: left;
    padding-top: 6px;
}