body {
  background: url('images/background1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.shortfield{
  height: 1px;
}

.hidden{
  display:none !important;
}

.tablecontainer {
  max-height: 600px;
  overflow-y:scroll;
}

/*Toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.hidden {
  display: none;
}

.ck-button {
    margin:2px;
    background: none;
    overflow:auto;
    float:left;
    clear:left;
    width: 100%;
}

.ck-button:hover {
    /*background:red;*/
}

.ck-button label {
    margin-bottom:0px;
    float:left;
    width: 100%;
}

.ck-button label span {
    text-align:left;
    padding-left: 10px;
    display: block;
    cursor: pointer;
    background-color:#EFEFEF;
    padding-bottom:2px;
    padding-top:2px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
}

.ck-button label input {
    position:absolute;
    top:-99999px;
}

.ck-button input:checked + span {
    background-color:#cef5ce;
    border-color: #258f24;
    color:#fff;
}



.ck-button2 {
    margin:2px;
    background: none;
    overflow:auto;
    float:left;
    clear:left;
}

.ck-button2:hover {
    /*background:red;*/
}

.ck-button2 label {
    margin-bottom:0px;
    float:left;
    width: 100%;
}

.ck-button2 label span {
    text-align:left;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    cursor: pointer;
    background-color:#EFEFEF;
    padding-bottom:0px;
    padding-top:0px;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    color:grey;
}

.ck-button2 label input {
    position:absolute;
    top:-99999px;
}

.ck-button2 input:checked + span {
    background-color:#258f24;
    border-color: darkgreen;
    color:#fff;
    font-color:#fff;
}

/*Hardcore checkbox styles!*/


/*

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    width:30px;
    height:30px;
    margin: 0 0 0 0;
    vertical-align:middle;
    background: none;
    cursor:pointer;
    line-height: 14px;
    text-align: center;
    border: solid 1px #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type="checkbox"]:checked + label span {
    background-color: rgba(153, 153, 153, .7);
    border: none;
}

input[type="checkbox"]:checked + label {
    color: green;
}*/
