/*
 * 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;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * 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,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

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


/*
 * 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%;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  vertical-align: middle;
}

.tab-content>.tab-pane {
  margin-top: 20px;
}

.width80 {
  width: 80px;
}

.width100 {
  width: 100px;
}

.width150 {
  width: 150px;
}

.height160 {
  height: 160px;
}

.laravel-pager {
    text-align: center;
}

/*
 * Placeholder dashboard ideas
 */

#notification {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1050;
}

.index-introduction > div {
  min-height: 150px;
}

.thumbnail .checkbox {
  margin: 4px auto;
}

.thumbnail.checked {
  background-color: #ced;
}


textarea.guestbook-textarea {
  height: 150px;
}

.table-1 td { text-align:center; background:#fff;}
.table-1 td span { display:inline-table; margin:0 7px;}
.table-1 td.title03 { background:#f5faf5; color:#567c00;}
.table-1 td.data { text-align:left; padding:0 5px;}
.table-1 td.green { background:#94ce58; width:20px;}
.table-1 td.blue { background:#1eb1ed; width:20px;}
.table-1 td.yellow { background:#fdbf2d; width:20px;}
.table-1 td.red { background:#fc0d1b; width:20px;}


.m{
  font-size:15px; 
  position:absolute; 
  bottom: 20px; 
  width:100%;
  text-align:center;
}

.flt {
  float: left;
}

.test {
  text-indent: 20px;
}

.file_input {
  width:25%; 
  display: inline-block !important; 
  margin-right: 20px;
}

.choice_img {
    width: 80px;
    height: 52px;
    border-style: dotted;
    border-width: 2px;
    border-color: #c4c4c4;
    padding: 5px;
}

.m-left-10 {
  margin-left: 10px;
}
.m-left-20 {
  margin-left: 20px;
}

.custom-select {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.custom-label {
  display: inline-block;
  float: left;
  width: 100px;
  margin-right: 10px;
}

ul.plate_h {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.plate_h li {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}