body {
    margin: 0px;
    background-image: url(/gfx/content-bg.jpg);
    background-color: #F4FAF6;
    background-attachment: fixed;
    padding: 15px;
}

body, text, td {
    font-family: tahoma, helvetica;
    font-size:12px;
}

table td {
    vertical-align: top;
}

form {
    margin: 0px;
}

dl {
    border: 0px;
}

dt {
    height:         16px;
    float:          left;
    text-align:     right;
    padding-right:  2px;
    margin:         0px;
}

dd {
    margin-bottom:  3px;
}    

            

dl.print {
    border:         0px solid red;
}

dl.print dt {
    height:         16px;
    float:          left;
    text-align:     right;
    padding-right:  5px;
    margin:         0px;
    width:          150px;
}

dl.print dd {
    margin-bottom:  3px;
    font-weight:    bold;
}    



input.checkbox {
    border: 0px;
    background: transparent;
}

input.radio {
    border: 0px;
    background: transparent;
}

.clickable {
  cursor: pointer;
}

.blur {
  color:#8F8F8F;
  font-style:italic;
}

.property_description {
  font-size: 11px;
  font-style: italic;
}

table.baanoverzicht {
    border: solid 1px #000000;
}

td.baanoverzicht_kop {
    color:#000000;
    background-color:#ACBCBD;
}


table.holeoverzicht {
    border: solid 1px #000000;
}

table.holeoverzicht tr td {
   padding: 0px 0px 0px 5px;
}

table.kaartuitslag_info {
    border: solid 1px #000000;
}

td.holeoverzicht_kop, td.kaartuitslag_info_kop {
    color: #FFFFFF;
    font-weight: bold;
    background-color:#9A9A9A;
    padding: 2px 0px 2px 5px;
}


thead.holeoverzicht {
    color: #FFFFFF;
    font-weight: bold;
    background-color:#9A9A9A;
    padding: 2px 0px 2px 5px;
}

input.header {
    border: 0px;
    background: #9A9A9A;
}

input.calenderbutton {
    background-image: url('/gfx/icons/calender.gif');
    background-repeat: no-repeat;
    background-position: left center;
    height:22px;
    background-color:#F4FAF6;
    border-width:0px;
}

input.imagebutton {
    border-width:0px;
}

input, textarea, select {
    font-family:tahoma, helvetica;
    font-size:12px;
    background-color: #EFFFF1;
    border:solid 1px #999999;
    padding-left: 2px;
    color: #000;
    font-weight: 400;
    
    margin-top: 1px;
    margin-bottom: 1px;
}

button {
    color: #000;
    font-weight: 400;
}

input.input_disabled, textarea.input_disabled, select.input_disabled {
    color: #999;
}

input[type="submit"]:hover {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); 
  -webkit-box-shadow: 0px 0px 8px rgba(212,212,212,1); 
  box-shadow: 0px 0px 8px rgba(212,212,212,1);
}

input[type="button"]:hover {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); 
  -webkit-box-shadow: 0px 0px 8px rgba(212,212,212,1); 
  box-shadow: 0px 0px 8px rgba(212,212,212,1);
}



input.locked {
    font-family:  tahoma;
    font-size:    12px;
    border:       none;
    padding-left: 2px;
}

input.mini {
    font-family:tahoma, helvetica;
    font-size:12px;
    background-color: #EFFFF1;
    border:solid 1px #000000;
    width: 40px;

}

input.knop {
    background-color: #EFFFF1;
}

fieldset.loginform { width: 770px; }
fieldset.loginform .element-title { width: 120px; display: block; float: left; }
fieldset.loginform .form_spacer { width: 120px; display: block; float: left; height: 1px;}
fieldset.loginform .button_aanmelden { margin-top: 4px; }

div.fieldset_group { width: 770px; }
div.fieldset_group fieldset { margin: 5px; }
div.fieldset_group fieldset.group-2 { float: left; width: 500px; }
div.fieldset_group fieldset.group-1 { float: right; width: 250px; }                 
  
#systeemberichten { display: none; }

fieldset.dotted {
  border: 0;
  
  
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;

  margin-top: 10px;
  margin-bottom: 10px;
  
  padding-left: 0px;
  padding-right: 0px;
  
  
}

fieldset.dotted_top {
  border: 0;
  border-top: 1px dotted black;
  margin-top: 10px;
  margin-bottom: 10px;
  
  padding: 5px;
}

fieldset legend { 
  background: #F4FAF6; 
  padding: 0 3px 0 0px; 
  font-weight: bold;
  color: #666666;
}
   

fieldset {
    padding: 10px 10px 5px 10px;
    margin: 5px 0px;
}
        

input.password, input.username {
    font-size:      12px;
    width: 150px;
}

hr {
    color:          #000000;

    width:          770px;
    margin-left:    0px;
    text-align:     left;
    border: none;

    border-style:dotted none none;
    border-width: 1px 0 0;
    
    padding: 0px;

    height: 0;

}

hr.grijs {
    color:  8F8F8F;
}

img { border: 0; }

hr.debug {
    color:1D1D1C;
}

font.debug {
    color:1D1D1C;
}

font.grijs {
     color: 8F8F8F;
}

font.waarschuwing {
    color:  red;
}

font.correct {
    color:  green;
}

font.graytext {
    color:#999999;
}

img.help_button {
    border: 0px;
    cursor: pointer;
}

img.icon {
  vertical-align: middle;
}
.icon.edit {
    cursor: pointer;
}

td.wedstrijd_teamkop {
    color:              white;
    background-color:   green;
    height:             20px;
    vertical-align:     middle;
    border-bottom:      1px solid black;
    border-top:         1px solid black;
}

td.wedstrijd_teamkop_actions {
    color:              black;
    background-color:   white;
    height:             20px;
    text-align:         center;
    vertical-align:     middle;
    border-bottom:      1px solid black;
    border-top:         1px solid black;
    border-left:        1px solid black;
}

table.flightoverzicht {
    border: solid 1px #000000;
}

td.flightoverzicht_kop {
    color:#000000;
    background-color:#ACBCBD;
}

td.teamrow {
    height:22;
}

table.competitieoverzicht {
    border: solid 1px #000000;
}

td.competitieoverzicht_kop {
    color:#000000;
    background-color:#ACBCBD;
}

a {

    text-decoration:none;
    color: #025200;
}

a:hover {

    text-decoration:none;
    color: #000000;
}

option.teamspace {
    background-color: #025200;
    color: #FFFFFF;
}




font.smallkop {
    font-size:10px;
}

font.heelklein {
    font-size:   10px;
    font-family: tahoma, helvetica;
}



/* tabmenu */

#tabmenu {
  width:100%;
  background:#F4FAF6 url("/gfx/tabs/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  z-index: 10;
  border:0px;
  height: 34px;
  }

#tabmenu ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }

#tabmenu li {
  float:left;
  background:url("/gfx/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  cursor: pointer;
  }

#tabmenu a {
  float:left;
  display:block;
  background:url("/gfx/tabs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#tabmenu a {float:none;}

/* End IE5-Mac hack */

#tabmenu a:hover {
  color:#333;
  }

#tabmenu #current {
  background-image:url("/gfx/tabs/left_on.gif");
  }

#tabmenu #current a {
  background-image:url("/gfx/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
/* end tabmenu */


table.astartlijst {
    border:solid 1px #000000;
}

/*  emil css styles */

    table.kaartoverzicht {
        border: solid 1px #000000;
    }
    
    table.kaartoverzicht thead {
        font-weight:        bold;
        font-size:          12px;
        text-align:         left;
        color:              #FFFFFF;
        background-color:   #9A9A9A;
    }

    table.kaartoverzicht thead tr th.checkbox input {
        background-color:   #9A9A9A;
        border:             0px;
    }
        
    table.kaartoverzicht tbody tr td.checkbox input {
        background-color:   #9A9A9A;
        border:             0px;
    }
    
    table.kaartoverzicht tbody tr td.checkbox {
        background-color:   #9A9A9A;
    }
    
    table.kaartoverzicht tbody tr td.message {
        padding:            40px 100px 40px 100px;
        text-align:         center;
        background-color:   #EEEEEE;
    }

    
    table.relatieoverzicht {
        border: solid 1px #000000;
    }
    
    table.relatieoverzicht thead {
        font-weight:        bold;
        font-size:          12px;
        text-align:         left;
        color:              #FFFFFF;
        background-color:   #9A9A9A;
    }
    
    table.relatieoverzicht tbody tr td {
        vertical-align:     middle;
        text-align:   left;
        padding:            2px 0px 2px 5px;
    }


    table.fin_productoverzicht {
        border:             solid 1px #000000;
    }
    
    table.fin_productoverzicht thead {
        font-weight:        bold;
        font-size:          12px;
        text-align:         left;
        color:              #FFFFFF;
        background-color:   #9A9A9A;
    }

    table.fin_productoverzicht thead tr th {
        padding:            2px 5px 2px 5px;
    }
    
    table.fin_productoverzicht thead tr th.checkbox input {
        background-color:   #9A9A9A;
        border:             0px;
    }
        
    table.fin_productoverzicht tbody tr td {
        vertical-align:     top;
        padding:            2px 5px 2px 5px;
    }
    
    table.fin_productoverzicht tbody tr td.checkbox input {
        background-color:   #9A9A9A;
        border:             0px;
    }
    
    table.fin_productoverzicht tbody tr td.checkbox {
        background-color:   #9A9A9A;
    }
    
    table.fin_productoverzicht tbody tr td.message {
        padding:            5px;
        text-align:         left;
        color:              black;
        font-size:          10px;
    }
    
    table.fin_productoverzicht tbody tr td.prijs {
        color:              darkgreen;
        text-align:         right;
        vertical-align:     top;
        padding-left:       0px;
    }

    
    table.ajax_mini {
        border: none;
    }
    
    table.ajax_mini thead tr th{
        font-weight:        bold;
        font-size:          10px;
        text-align:         left;
        vertical-align:     top;
        color:              #FFFFFF;
        background-color:   #9A9A9A;
    }

    table.ajax_mini tbody tr td {
        font-size:          10px;
    }

    table.producten_check {
        width: 770px;
    }

    table.producten_check thead tr th {
        text-align: left;
        border-bottom: 1px solid #000;
    }

    table.producten_check td img {
        vertical-align: middle;
    }



/*  Message window voor evenGeduld()
 */    
 
    div.outer_melding {
        position:    absolute;
        z-index:     9998;
        display:     block;
        background:  #EFFFF1;
        top:         0px;
        left:        0px;
        filter:      alpha(opacity=50);
        -moz-opacity: 0.5;
    }
    
    div.inner_melding {
        position:    absolute;
        z-index:     9999;
        display:     block;
        background:  white;
        border:      5px solid #9A9A9A;
        width:       200px;
        height:      100px;
        padding:     10px;
        color:       black;
        font-size:   12px;
        cursor:      progress;
    }
 
    div.inner_melding_knop {
        text-align: right;
        position:   absolute;
        top:        10;
        right:      10;
    }
    
/*  DIV's 
 */

    div.waarschuwing {
        border:solid 1px #000000;
        background-color:#FF0000;
        width:600px;
        color:#FFFFFF;
    }
    
    div.header {
        position: relative;
        background-image: url(/gfx/uitvul.jpg);
        background-repeat: repeat-x;
        width: auto;
        height: 131px;
    }
    
    div.menu {
        position: relative;
        background-image: url(/gfx/menu-bg.jpg);
        width: 199px;
        height: 619px;
        float: left;
    }
    
    div.content {
        position: relative;
        width: 100%;
        z-index: 20;
    }
    
    div.topmenu {}
    
    div.success { color: green;   font-weight: bold; margin: 10px 10px; }
    div.notice {  color: blue;    font-weight: bold; margin: 10px 10px; }
    div.warning { color: orange;  font-weight: bold; margin: 20px 20px; }
    div.error {   color: red;     font-weight: bold; margin: 20px 20px; }

    div.debug {
        font-family:    courier;
        size:           10px;
        color:          black;
        padding:        0px 0px 0px 10px;
        margin:         0px 0px 0px 10px;
        border-left:    1px solid black;
    }
    div.debug_dump {
        font-family:    courier;
        size:           12px;
        color:          darkgrey;
        padding:        0px 0px 0px 10px;
        margin:         0px 0px 0px 10px;
        border-left:    1px solid black;
    }
    
   
    div.relatie_aanmaken {
        position:       relative;
        width:          216px; 
        height:         190px; 
        float:          left;
        margin:         2px; 
        padding:        5px; 
        border:         1px solid black; 
        background:     none;
        text-align:     left; 
    }
    
    div.relatie_aanmaken:hover {
        background:     #FFFF80;
    }
    
    div.relatie_aanmaken input.button {
        position:       absolute; 
        bottom:         5px; 
        right:          5px;
        width:          140px;
        text-align:     right;
        padding-right:  5px;
        cursor:         pointer;
    }
    
    div.relatie_aanmaken dt {
        width:          72px;
        height:         16px;
        float:          left;
        text-align:     right;
        padding-right:  2px;
        margin:         0px;
    }
    
    div.relatie_aanmaken dd {
        margin-bottom:  3px;
    }
    
    div.page-header-actions{
      margin-bottom: 20px;
    }    

            
/*  Speciaal voor emiL
 *  (Echt wel handig, zie voorbeelden in class/vereniging_html.php)
 */
    
    table.HistoryOverzicht {
        font-size: 12;
        border-collapse: collapse;
        margin: 0 0 -1 0;
        padding: 0;
        empty-cells: show;
    }
    
    table.overzicht {
        font-size: 12;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        empty-cells: show;
        margin-bottom: 10px;
    }
    
    table.overzicht_large {
      width: 770px;
    }
    
    table.overzicht tbody tr .row_indent { padding-left: 20px; }
    
    table.overzicht thead tr th {
        text-align: left;
        border-bottom: 1px solid black;
        font-weight: bold;
        padding-bottom: 5px;
    }

    table.overzicht tbody tr td.edit {
        width: 42px;
        height: 22px;
        text-align: center;
    }
    
    table.overzicht tbody tr td.icons {
        height: 22px;
        text-align: right;
    }

    table.overzicht thead tr th.edit {
        height: 22px;
        width: 42px;
        text-align: left;
    }

    table.overzicht tbody tr td {
        vertical-align: middle;
        height: 22px;
        border-bottom: 1px dotted gray;
        font-weight: normal;
        padding: 0px;
    }

    table.overzicht tbody tr td.klein {
        vertical-align: middle;
        height:         10px;
        font-size:      10px;
        border-bottom:  1px dotted gray;
    }

    table.overzicht tbody tr td.spacer {
        height:         10px;
        border-bottom:  0px;
    }

    table.overzicht thead tr th.prijs {
        text-align:     right;
        padding-right:  5px;
    }

    table.overzicht tbody tr td.prijs {
        text-align:     right;
        padding-right:  5px;
    }

    table.overzicht tbody tr td.prijs_klein {
        text-align:     right;
        padding-right:  5px;
        height:         10px;
        font-size:      10px;
    }

    table.overzicht tbody tr.commissie { background: orange;    }
    table.overzicht tbody tr.even { background: #EFFFF1;    }
    table.overzicht tbody tr.odd {  background: #FFFFFF;    }


    table.overzicht tbody tr:hover {
      background-color: #FFCC99;
    }
    table.no_hover tbody tr:hover {
      background-color: inherit;
    }

    table.overzicht tbody tr.new_level {
        border-top: 1px solid #666;
    }
    table.overzicht tbody tr.new_level:hover {
      background-color: transparent;
    }

    table.form {
    }
    
    table.form tr td.line {
    }
    
    table.form tr.text td {
        color: #555555;
    }
    

    #cbaTableOld tr td { border: 1px solid #000; text-align: center; }
    #cbaTable tr td.math { font-family: courier; }
    #cbaTable { width: 100%; }

    /** 
    * TvO 29-8-2007 11:20:55
    * extra CSS styles voor competitie E.d.
    *
    **/        
/* Relatie overzichten etc
 */    

    table.relatie_overzicht {
        width: 770px;
        border: 1px solid black;
        border-collapse: collapse;
    }
    
    table.relatie_overzicht thead tr th {
        font-size: 12px;
        border-bottom: 1px solid black;
        padding: 3px;
        text-align: left;
        vertical-align: middle;
    }
    
    table.relatie_overzicht tbody tr td {
        padding: 3px;
        border-bottom: 1px solid black;
        text-align: left;
        vertical-align: middle;
    }

    table.relatie_overzicht tbody tr.row_even {
        background-color: #EFFFF1;
    }
    
    table.relatie_overzicht tbody tr.row_odd {
        background-color: #FFFFFF;
    }
    
    table.relatie_overzicht tbody tr.row_over {
        background-color: yellow;
    }
    
    table.relatie_overzicht tbody tr {
        cursor: pointer;
    }
    
    table.relatie_overzicht tbody tr td.relatie_loading_melding {
        border: 0px;
        text-align: center;
        height: 100px;
        vertical-align: middle;
    }
    
    
    div.relatie_overzicht_select_div {
        display: none;
        border: 0px;
        width: 770px;
    }
    
    table.relatie_overzicht_select {
        border: 0px solid black;
        border-collapse: collapse;
        width: 100%;
    }

    table.relatie_overzicht_select thead th {
        font-size: 14px;
    }
    
    table.relatie_overzicht_select tbody td {
        border: 1px solid black;
        border-top: 0px;
        padding: 5px;
        height: 50px;
        text-align: center;
        vertical-align: middle;
    }
    
    div.relatie_form {
        width: 770px;
    }
    
    table.relatie_form {
        border: 1px solid black;
        border-collapse: collapse;
        width: 100%;
    }
    
    table.relatie_form tbody tr td {
        padding: 3px;
    }

    form.relatie_form dt {
        width:          145px;
        height:         16px;
        float:          left;
        text-align:     right;
        padding-right:  5px;
        margin:         0px;
    }

    form.relatie_form dd {
        margin-bottom:  3px;
    }    
    
    form.relatie_form input.checkbox, 
    form.relatie_form input.radio {
        border: 0px;
    }
    
    form.bedrijf_form dt {
        width:          145px;
        height:         16px;
        float:          left;
        text-align:     right;
        padding-right:  5px;
        margin:         0px;
    }

    form.bedrijf_form dd {
        margin-bottom:  3px;
    }    
    
    form.bedrijf_form input.checkbox,
    form.bedrijf_form input.radio {
        border: 0px;
    }
    
    input.relatie_suggest {
        width: 250px;
    }
    
    table.relatie_suggest {
        border: 1px solid black;
        border-collapse: collapse;
    }
    
    table.relatie_suggest tr {
        background:     #FFE7CE;
        cursor:         pointer;
    }
    table.relatie_suggest tr.selected {
        background:     #FFCC99;
    }
    
    table.relatie_suggest tr td {
        padding:        2px 5px 2px 5px;
        vertical-align: middle;
        font-size:      10px;
        font-family:    tahoma;
    }
    
    
    input.hole_strokeindex{
      width: 20px;
    }
    
    .hidden_element_disp{
      display: none;
    }
    
    .hidden_element_vis{
      visibility: hidden;
    }
	 
	 
	 .iframebox{
    border: none;
   }
	 /**
	 * Styles van Jelle
	 **/
	 
	 div.swf_uploadbtn {
		border: solid 1px black;
		background-color: #EFFFF1;
		margin-left: 3px;
		background-image: url(/gfx/icons/set/image_add.gif);
		background-repeat: no-repeat;
		background-position: 3px 4px;
		padding: 4px 0px 4px 24px;
		height: 16px;
		cursor:pointer;
	}
    
/**
* Styles hieronder zijn bedoeld om voor algemen ontwerp doeleinden te gebruiken en deze CSS
* straks te verkleinen. In de code zit veel dubbelop CSS en weinig DIV gebruik.
* 
* Ergens CSS nodig om een DIV layout te stylen?
* Kijk eerst of hieronder bruikbare classes staan
* 
* Just for the record: Cross browser opacity code
*     filter:alpha(opacity=50);
*    -moz-opacity:0.5;
*    opacity: 0.5; 
**/    
  
  /**
  * DIV Gerelateerd Styles
  **/    
  div.content{
    width: 770px;
  }
  
  .small_description {
      color:#AAAAAA;
      font-size:11px;
    }
  
  /* geeft een padding binnen element, kan gebruikt worden icm de odd en even classes */
  div.block{
    padding: 5px;
  }
  
  li.odd, div.odd{
    background-color: #DFFFE1;
  }
  
  li.even, div.even{
    background-color: #FFFFFF;
  }
  
  div.displayHidden{
    display: none; 
  }
  
  div.displayBlock{
    display: block; 
  }
  
  input.validation-failed, select.validation-failed { border: 1px solid #ef4747; background: #ffdede; }
  .errorMelding {
    background-color: #ffdede;
    border: 1px solid #ef4747;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .errorMelding h4 {
    background: url(/gfx/icons/set/exclamation.gif) no-repeat left;
    padding-left: 20px;
    margin: 0px 0px 10px 0px;    
    font-size: 13px;
  }
   
  .warningMelding {
    background-color: #FFFFDD;
    border: 1px solid #FFF8AF;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
 }
 
 .warningMelding h4 {
     background: url(/gfx/icons/set/warning.gif) no-repeat left;
     padding-left: 20px;
     margin: 0px 0px 10px 0px;
     
     font-size: 13px;
  }
  
  .infoMelding {
    background-color: #C2EBFF; 
    border: 1px solid #94cce7;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
 }
 
 .infoMelding h4 {
     background: url(/gfx/icons/set/information.gif) no-repeat left;
     padding-left: 20px;
     margin: 0px 0px 10px 0px;     
     font-size: 13px;
  }
  
    .successMelding {
    	background-color: #d4ffc2;
    	border: 1px solid #7dbc6c;
    	padding: 10px;
    	margin: 5px 0px 5px 0px;
    }
    .successMelding h4 {
    	background: url(/gfx/icons/set/accept.gif) no-repeat left;
    	padding-left: 20px;
    	margin: 0px 0px 10px 0px;
    	
    	font-size: 13px;
    }
  /**
  * EINDE DIV Gerelateerd Styles
  **/  
  ul.nospacingDecimal{
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0;
    padding-left: 20px;
  }
  
  ul.nospacing{
    padding: 0;
    margin: 0;
  }
  
  #twitter-feed,#last-login {
    margin: 0;
    padding: 0;
  
  }
  

  
  .home-list-item{
    list-style-type: none;
    padding: 5px;
    margin: 0;
    border-bottom:1px solid #ccc;
    font-size: 11px;
  } 
  
  .home-list-content{
    font-size: 13px;
  
    clear:both;
    
  }
  .home-list-date{
    display: block;
    color: #aaa;
  }
  
  #twitter-laden {


  }       

  .color-block {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 3px;
    border: 1px solid #000;
  }

  .color-block-no-float {
    padding-left: 6px;
    padding-right: 6px;
    height: 16px;
    display:inline;
    margin-right: 3px;
    border: 1px solid #000;
  }
  .subtable tr td {
    border: 0 !important;
  }

/**
* Einde Styles van Tom
* 
* Opvul stuk om dit duidelijker te maken, zie waarom dit een blok is in het commentaar bij het begin. 
**/

  div#progressbar {
    margin-top: 30px;
    text-align: center;
  } 
  

  .ui-state-success {
    background: #d4ffc2 !important;
    background-color: #d4ffc2 !important;
  }
  
  .pointer {
    cursor: pointer;
  }
     
    
@media print {
    td.printhide {
        display:none;
    }

    div.printhide {
        display:none;
    }


    td {
        font-size:8pt;
        border-bottom:dashed 1px #B4B4B4;


    }

    table {
        width:100%;
    }

    .freshwidget-button a{
        display: none !important;
    }

    .button_afdrukken {
        display: none;
    }

}

/* input sizes */
input.big { width: 200px; }
input.bigger { width: 300px; }

/* kaarten */
.select_baan { min-width: 180px; }
.select_tees { min-width: 125px; }

tr.ringer_score {
    display: none;
}

table.ringer_score tr td span {
    padding: 2px 5px 2px 5px;
}
.birdie {
    background-color: red;
    color: white;
    border-radius: 15px;
}
.bogey {
    background-color: blue;
    color: white;
    border-radius: 15px;
}
.double_bogey {
    background-color: black;
    color: white;
    border-radius: 15px;
}
.eagle {
    background-color: yellow;
    border-radius: 15px;
}

.large {
    width: 98%;
    min-width: 770px;
}
.moveable tr:hover {
    cursor: move !important;
}

.uitslag-inline-editable textarea {
    background-color: #fff;
    float: left;
    height: 16px !important;
    width: 70% !important;
    resize: none;
}

.uitslag-inline-editable button {
    float: left;
}

.overzicht_wedstrijden {
    display: none;
    margin-top: 10px;
}

.uitslag_overzicht {
    margin-left: 350px !important;
    margin-right: 110px !important;
    width: 940px !important;
}

.uitslag_overzicht.hide-scroll {
    overflow-x: hidden;
}

.uitslag_overzicht .th {
    font-weight: bold;
    /*background: #fff;*/
    border-bottom: 1px solid #808080;
}

.uitslag_overzicht .td, .uitslag_overzicht .th {
    padding: 5px 1px;
    text-align: center;
}

.uitslag_overzicht .tr .td:first-child {
    text-align: left;
}

.uitslag_overzicht .tr.divider .td {
    border-top: 1px solid #aaa;
}

.uitslag_overzicht .td.last, .uitslag_overzicht .th.last {
    left: 1300px;
}

.uitslag_overzicht .naam {
    text-align: left;
    width: 300px;
}

.uitslag_overzicht .totaal {
    width: 100px;
}

.uitslag_overzicht .tr {
    min-height: 14px;
}

.uitslag_overzicht .tr.light .td {
    background: #fff;
}

.uitslag_overzicht .tr.dark .td {
    background: #EFFFF1;
}

.uitslag_overzicht .td.second, .uitslag_overzicht .th.second {
    position: absolute;
    left: 60px;
    padding: 5px;
}

.show_wedstrijden {
    cursor: pointer;
}

div.scroll {
    overflow-x: scroll;
    width: 400px;
    margin-left: 50px;
    margin-right: 50px;
}

div.tr {
    white-space: nowrap;
}

div.td, div.th {
    display: inline-block;
    width: 50px;
    min-width: 50px;
}
div.td.last, div.th.last {
    position: absolute;
    left: 450px;
}

div.td.first, div.th.first {
    position: absolute;
    left: 0;
    padding: 5px;
}

.disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.competitie-uitslag-navigatie {
    margin-left: 360px;
    width: 960px;
}

.competitie-uitslag-navigatie .back {
    float: left;
}

.competitie-uitslag-navigatie .forward {
    float: right;
}

tr.current td {
    font-weight: bold;
}

@media print {
    #_fc_div {
        display: none;
    }
}

.non_homecourse_lid {
    background-color: #6bda70 !important;
}

a.btn {
    padding: 4px;
    overflow: visible;
    text-align: left;
    cursor: pointer;
    font-size: 12px;
    background-color: #EFFFF1;
    border: solid 1px #999999;
    font-weight: 400;
    margin-top: 1px;
    margin-bottom: 1px;
}