﻿/********************************************************************** PAGE */
#page 
{
    padding:0 10px;
}

.hide 
{
    visibility:hidden;
}

.collapse
{
    display:none;
}

/********************************************************************** CHECK BOX LISTS */
.cb_list td 
{
    width:50%;
}

.cb_list label
{
    margin-left: 7px;
}

/* Modifier: `uk-form-horizontal`
 * Requrires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Only phones and tablets portrait */
@media (max-width: 767px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Only tablets and desktops */
@media (min-width: 768px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
    font-weight:normal;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}

