.required {
    font-size: 11px;
    margin: 2px;
    list-style-type: none;
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
    line-height: 11px;
}

.input{
  margin-bottom: 10px;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

textarea {
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="radio"] {
  margin-top: -6px;
  vertical-align: middle;
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.stripe {
    text-decoration: line-through;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 0px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

h4.page-header{
  margin-left: 20px;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.plain.error-page-wrapper {
    padding:0 5%;
    margin-top: 210px;
}

.plain.error-page-wrapper .content-container {
    max-width:400px;
    position:relative;
}

.plain.error-page-wrapper .head-line {
    font-size:48px;
}

.plain.error-page-wrapper .subheader {
    font-size:36px;
    line-height:46px;
}

.plain.error-page-wrapper .buttons-container a {
    border:2px solid white;
    border-radius: 99px;
    padding:8px 30px 9px;
}

.border-button {
  border-color: #428bca !important;
}

.main {
    padding: 0;
}
.col-sm-12 .jumbotron {
    padding: 0;
    max-height: 198px;
    min-height: 198px;
}

#comments {
    padding: 20px;
}

#tabset {
    margin-top: 199px;
    padding-bottom: 20px;
}

.profil {
    position: fixed;
    top: 51px;
    z-index: +1000;
}

.bottomless {
    margin-bottom: 0;
}

.editable-click, a.editable-click {
    text-decoration: none;
    color: inherit;
    border-bottom: dashed 1px #428bca;
}

.editable-empty,
a.editable-empty {
    font-style: italic;
    color: #D14;
    text-decoration: none;
}
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty:hover,
a.editable-empty:focus {
    font-style: italic;
    color: #C40031;
    text-decoration: none;
}

.media,
.media-body {
  /* overflow: hidden; */
    overflow: visible !important;
}

.bg-blank {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #ddd;
    border-top-color: #fff;
}

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 170px;
  text-align: center;
  padding: 50px 10px;
}

.ui-select-bootstrap .ui-select-match-text span {
    width: auto;
}

.flex-modal-body {
  display: flex;
  flex-direction: column;
  margin: 1em 0em 2em 0em;
}

.flex-modal-footer {
  display: flex;
  margin: 0em 1em 2em 0em;
  justify-content: flex-end;
}

.width1em {
  min-width: 1em;
}

.height1em {
  min-height: 1em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: fixed;
  border-top: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  bottom: 0;
  padding: 12px;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  z-index: 2;
}
