﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Datatables */

#tblData_filter {
   margin-bottom: 8px;
}

#tblData thead {
    background-color: #1EB002;
    color: white;
}

#tblData tbody tr:hover {
    background-color: #1EB002;
    cursor: pointer;
    color: white;
}

#tblData tr {
   vertical-align: middle;
}

.recipe-title-cell {
    font-weight: bold;
    font-size: 18px;
}

/* Datatables - pager */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #1EB002;
    border: none;
    color: white !important;
    margin-left: 2px;
    margin-right: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none;
    background: #1EB002;
    color: white !important;
    border-radius: 50%;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        border: none;
        background: #1EB002;
        color: white !important;
        font-weight: bold;
        border-radius: 50%;
        margin-left: 1px;
        margin-right: 0px;
    }

.inline-edit {
    font-size: 11px;
    padding-left: 2px;
}


/* Keywords Column */

.keyword-container {
   line-height: 1.6em;
}

.keyword-badge {
    background-color: #5BC0EB;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
}

/* Bootstrap Overrides */

.btn-primary {
    color: #fff;
    /* background-color: #1b6ec2; */
    /* border-color: #1861ac; */
    /* background-color: #00A100; */
    /* border-color: #00A100; */
    background-color: #1EB002;
    border-color: #1EB002;
}

    .btn-primary:hover {
        /* background-color: #00D100 !important; */
        /* border-color: #00D100 !important; */
        background-color: #027100 !important;
        border-color: #027100 !important;
    }


/* Forms */

.form-group {
    margin-bottom: 0px;
}

select {
    /* Ensures the dropdown list value is black and not the secondary colour */
    color: black !important;
}

.form-control {
    color: black !important;
}

input[type=checkbox] {
    margin-top: 15px;
}

.input-comment {
    font-size: small;
    color: grey;

}

.method-box {
    margin-top: 8px;
    border: solid gray 1px;
    border-radius: 4px;
    padding: 8px;
}

.recipe-detail-image {
    width: 100%;
    border-radius: 10px;

}

.hidden {
    display: none;
}

.document-to-upload {
    background-color: gray;
    color: white;
    border-radius: 5px;
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.category-search {
    font-size: 13px;
    width: 100%;
    padding: 12px 15px 12px 15px;
    box-sizing: border-box;
    color: #777 !important;
    border: 1px solid #e8e8e8;
    font-weight: 600;
}

.category-search option {
    font-weight: 600;
    font-size: 13px;
    color: #777;
}
