﻿.control-p {
    padding-top: 7px;
} 

/* 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,
body > .container-fluid {
  padding: 60px 15px 0;
}
.container .text-muted,
.container-fluid .text-muted {
  margin: 20px 0;
}

.footer > .container,
.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}


.input-group-addon-select {
    padding: 0;
    /*border: none;
    background-color: white;*/
}

.input-group-addon-select select {
    height: initial!important;
    border: none;
}

.input-group-addon-select-first {
    border-radius: 5px 0 0 5px!important;    
}

.input-group-addon-select-first select {
    border-radius: 5px 0 0 5px!important;    
}

.input-group-addon-checkbox {
    padding: 0;
}

.input-group-addon-checkbox span.checkbox label input[type=checkbox] {
    float: left;
    margin: 5px 0 0 10px;
}

.input-group-addon-checkbox span.checkbox label span {
    float: left;
    margin: 6px 10px 0 10px;
    font-size: 0.9em;
}

.input-group-btn-inbetween button {
    border-radius: 0;
}


.panel-heading {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}