/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    
    padding: 0 0 60px;
}
/* Set the fixed height of the footer here */

#footer {
    height: 60px;
    background-color: #f5f5f5;
}

div {
  /*border: 1px solid red;*/  
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 60px 15px 0;
}
#footer > .container p {
    padding-top: 10px;
    text-align: center;
}
#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
code {
    font-size: 80%;
}



.alarm {
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px;
    font-size: 12px;
    font-weight: normal;
	width: 274px;
}

.FC1,.FC2,.FC3,.FC4{
  
}

label.error {
    color: #ff000e;
    font-weight: normal;
    background-color: cornsilk;
}

.tag-bool {		
    display: inline-block;
    border: 2px solid #ccc;
    text-align: center;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.tag-bool p {
    float: left;
    padding: 5px 10px 5px 10px;
    margin-bottom: 0px;
    color: #000;
    font-weight: bold;
}
.tag-bool input {
    display: none;
}
.tag-bool input:checked ~ .color {
    background-color: LimeGreen;
}
.tag-bool .color {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: silver;
}
.tag {
    display: inline-block;
    border: 2px solid #ccc;
    text-align: center;
    min-width: 150px;
    margin-top: 5px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}
.tag p {
    padding: 5px 15px 5px 15px;
    margin-bottom: 0px;
    font-weight: bold;
}
.tag label {
    margin-bottom: 0;
    font-size: 1.3em;
    font-weight: bold;
}
.tag span {
    font-size: .8em;
    font-weight: normal;
}
.tag-default p {
    color: #000;
    background-color: #eee;
}
.tag-primary p {
    color: #fff;
    background-color: #337ab7;
}
.tag-success p {
    color: #fff;
    background-color: #5cb85c;
}
.tag-danger p {
    color: #fff;
    background-color: #d9534f;
}
.tag-info p {
    color: #fff;
    background-color: #5bc0de;
}
.tag-warning p {
    color: #fff;
    background-color: #f0ad4e;
}





