
.notificationPanel {
	display: none;
       
}

input[type=checkbox]{
    /*margin-left: 55px;*/
    width: 40px;
    height:40px
}


/*//////////////////////////////////////*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {
  padding: 60px 15px 0;
}*/
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
/*//////////////////////////////////////*/

/*input[type=checkbox] {
    display: none;
}*/
/*label {
    position: relative;
    display: block;
    width: 200px;
    cursor: pointer;
    float: left;
    margin: 10px 0 10px 10px;*/
/*}
input[type=checkbox] + label img:hover {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}*/
/*input[type=checkbox]:checked + label img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}*/
/*input[type=checkbox]:checked + label img:hover {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}*/
/*input[type=checkbox]:checked + label:after {
    content:"";
    display: block;
    position: absolute;
    top: 130px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/X_mark_18x18_02.svg/1024px-X_mark_18x18_02.svg.png) no-repeat right bottom;
    background-size: 50px;
}
input[type=checkbox]:checked + label:hover:after {


}*/




