html,
body {
   /*height: 100%;*/
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.has-error {
    color: #c55;
    font-style: italic;
}
.has-error-border {
    color: #c55;
    font-style: italic;
    border: 1px solid #c55;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


ul.round_2 li:first-child{
    margin-top:60px;

}
ul.round_2 li{
    margin-top:120px;

}
ul.round_3 li:first-child{
    margin-top:180px;

}
ul.round_3 li{
    margin-top:360px;

}
ul.round_4 li:first-child{
    margin-top:420px;

}
ul.round_4 li{
    margin-top:480px;

}
ul.round_5 li:first-child{
    margin-top:720px;

}
ul.round_5 li{
    margin-top:1440px;

}

li.matchbutton, li.nomatchbutton {
    max-width: 240px;
    min-width:200px;
    padding-top:3px;
   
}
li.doublesmatchbutton{
    min-width:230px;
    max-width: 300px;
    height: auto;
}
li.matchbutton table{
    margin-bottom:4px;
}
td.roundtd{

    width:250px;
}
table.branchtable{
    width:auto;
}
table.sortabletable{
    width:250px;
    height:250px;
    padding: 5px;
}

.doublestable .center{
    text-align:center;
}
.ui-state-highlight { height: 1.5em; line-height: 1.2em; }

#sortable1, #sortable2, #sortable3 { list-style-type: none; margin: 0; float: left; margin-right: 10px; background: #eee; padding: 5px; width: 250px;}
#sortable1 li, #sortable2 li, #sortable3 li { margin: 5px; padding: 5px; font-size: 1.2em; width: 220px; background: #fff;}

.profile_minpic
{
    border-radius: 10%;
}
.box-overflow-body{
    overflow-x: auto;
}
.groupmatchtable td
{
    padding:10px;
}
.matchbutton, .npmatchbutton {
    cursor: pointer;
}

.select2-close-mask{
    z-index: 2099;
}
.select2-dropdown{
    z-index: 3051;
}

.lastSeededTr td{
    border-bottom: 5px solid green !important;
}
.lastBlueSeededTr td{
    border-bottom: 5px solid darkblue !important; 
}

.nav > li.current > a {
    font-weight: bold;
}

a.toggle span{
    color: rgba(0, 0, 0, 0.25);
    font-size: smaller;
}

table.nptable{/* ahol nincsenek pontok a meccsnél*/
    width:auto;
}

li.nextmatch {
   /* border: 5px solid blue;*/
}
#doublestable {
    width:auto;
}

table.grouptable td  {
    text-align: center;
}
table.grouptable  th {
    text-align: center;
}
table.grouptable td.lefty {
    text-align: left;
}
table.grouptable th.lefty {
    text-align: left;
}
span.smaller {
    font-size: smaller;
}
span.setresult {
    
}
span.pointresult {
    font-size: smaller;
    display: block;
}
span.rankpoints {
     font-size: smaller;
    float: right;
 }
div.entryDiv, div.entryDiv_ {
    width:200px;
    padding: 10px;
    margin: 5px;
    cursor: move;
    z-index: 6;
    min-height: 60px;

}
div.pairMember {
    width:230px;
    min-height:55px;
    padding: 5px;
    margin: 5px;
    background-color: rgba(123,32,23,0.4);
    color: #000000;
    z-index:4;

}
span.info{
    width:220px;
    z-index: 5;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;

}
div.entryContainer{
    /*min-height: 450px;*/
}

input[type="checkbox"].hoverbox + label {
    /*color: #ffffff;*/
}

.boldcheck {
    color: #428bca;
    font-weight: bolder;
}
.underlined {
    border-bottom: 12px solid #fff;
    width: 180px;
}
.cellbreak {
    border-bottom: 12px solid #000;
    border-bottom-style: groove;
    width: 280px;
    margin-bottom: 12px;
}
.nonderlined {
   width: 180px;
}
.bootbox.modal {z-index: 9999 !important;}

/*Csoportkör mezővonalak*/
table.grouptable tr {
    border-bottom: 1px solid #1F4F8F;
}

table.grouptable td {
    border-right: 1px solid #1F4F8F;
	border-left: 1px solid #1F4F8F;
}
th.jobb_szegely {
    border-right: 1px solid #ffffff;
}
th.bal_szegely {
    border-left: 1px solid #ffffff;
}

td.szegely_nelkul {
    border-left: none !important;
    border-right: none !important;
}

td.jobb_szegely_nelkul {
    border-right: none !important;
}

td.bal_szegely_nelkul {
    border-left: none !important;
}
th.idopont {
    border-left: 1px solid #ffffff;
	border-radius: 0 8px 0 0;
}

/*Paros csoportkör*/
th.jobb_szegely.paros_nev {
    width: 310px !important;
}

td.paros_tablazatmezo table.doublesnamestable td {
    border: none !important;
}
td.paros_tablazatmezo table.doublesnamestable tr {
    border: none !important;
}

th.th_spacer {
    min-width: 1px !important;
    max-width: 1px !important;
    width: 1px;
    padding: 0px !important;
    background: url(../img/line.png) no-repeat;
    border: none !important;
    background-color: white !important;
    background-position: right bottom;
}
.mycaptcha {
    position:absolute;
    left:-2500px;
    margin-top:-100px;
}
