@font-face {
    font-family: "font2";
    src: url("../fonts/roboto-300.ttf");
}

@font-face {
    font-family: "font3";
    src: url("../fonts/Fredericka-the-Great-regular.ttf");
}

@font-face {
    font-family: "font4";
    src: url("../fonts/appleberry.ttf");
}


/****** index.php ******/

body {
    font-family: font2;
}

/****** groups.php format  ******/

#groups .submit_link {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

#groups input {
    margin-bottom: 10px;
}

#groups table {
    margin-top: 10px;
}

#groups button {
    margin-top: 10px;
}

/****** login.php format  ******/

#login {
    padding-top: 2.0em;
}

/****** create.php format  ******/

#show_intial_ingredients_list td {
    color: #739701;
}

#new {
    margin-left: 1.5em;
}

/****** category.php format  ******/

.category_list {
    color: #739701;
    border-bottom: dotted #E0F8E0 1px;
}

/****** show.php format  ******/

#show_header a {
    padding: 0.5em
}

#recipe_footer {
    padding-top: 20px;
}

#show_ingredient_details {
    border-collapse: collapse;
    border-spacing: 0em;
}

#show_ingredient_details td {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #739701;
}

/****** permission.php format  ******/

#permission table {
    padding-top: 20px;
    padding-bottom: 10px;
    border: none;
}

#permission table td {
    text-align: left;
    padding: 10px;
}

/****** edit.php format  ******/

#edit_ingredientsname {
    border-radius: 0.3em;
    width: 10.0em;
    height: 1.7em;
    background-color: #739701;
    color: #FFFFFF;
}

#edit_qtyunit {
    border-radius: 0.3em;
    width: 5.0em;
    height: 1.7em;
    background-color: #739701;
    color: #FFFFFF;
}

#edit_details select {
    width: 250px;
    border-radius: 0.3em;
}

.header {
    padding-top: 0.7em;
}

/****** search.php format  ******/

#result_search {
    margin-top: 20px;
}

/****** userdetails.php  ******/

#userdetails {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 20px;
}

#userdetails tr {
    line-height: 30px;
}

.label {
    font-weight: bold;
    padding-right: 10px;
}

/****** users.php format ******/

#users .submit_link {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

#users input[type=password] {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 10em;
}

#users input[type=text] {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 10em;
}

#users input[type=submit] {
    width: auto;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#userslist {
    margin-top: 10px;
}

#search_user {
    padding-top: 10px;
}

/****** groupsassign.php  ******/

#group_assign select {
    width: 100%;
    padding: 10px;
}

#group_assign select option:checked {
    color: red;
}

/****** usersassign.php  ******/

#user_assign select {
    width: 100%;
    padding: 10px;
}

#user_assign select option:checked {
    color: red;
}

/****** general format  ******/

h3 {
    color: #739701;
}

ul {
    list-style-type: none;
}

tbody {
    width: 100%;
    display: table;
}

select {
    height: 2.0em;
    border-radius: 0.3em;
}

input[type=text] {
    border: 1px solid #aca5a5;
}

input[type=password] {
    border: 1px solid #aca5a5;
}

input[type=submit] {
    border: 0.1em;
    border-color: #739701;
    border-style: solid;
    font-size: 1.0em;
    background-color: #739701;
    color: #ffffff;
    font-family: font2;
}

input[type=button] {
    margin-top: 0.5em;
    width: auto;
    border: 0.1em;
    border-style: solid;
    font-size: 1.0em;
    background-color: #739701;
    color: #ffffff;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-family: font2;
}

input[type=submit]:hover {
    background-color: #739701;
    color: #000000;
}

/****** general classes  ******/

.input_text{
    border-radius: 0.3em;    
    height: 1.7em;
}

.multi_select {
    min-height: 15em;
}

.recipename {
    width: 25.0em;
}

.ingredientsname {    
    width: 10.0em;    
}

.created {    
    width: 10.0em;    
}

.qtyunit {
    border-radius: 0.3em;
    width: 5.0em;
    height: 1.7em;
}

.result_line {
    background-color: #739701;
    color: white;
    width: 90%;
    border-radius: 0.2em;
    font-size: medium;
    padding-left: 0.09em;
    vertical-align: middle;
}

.result_img {
    margin-top: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.list_wrapper {
    overflow-x: auto;
    width: 100%;
}

.list {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.list a {
    display: block;
    width: 100%;
    color: #848484;
    text-decoration: none;
}

.list tr {
    height: 2.5em;
}

.list a:hover {
    font-weight: bold;
}

.list th {
    font-family: font2;    
    background-color: #ffffff;
    text-align: left;
    font-weight: normal;
    color: #739701; 
    border-bottom: 0.1em solid rgb(0, 0, 0);
}

.list tr:nth-child(1n+2) {    
    background-color:#f1f1f1;
}

.list tr:nth-child(2n+3) {    
    background-color: #ffffff;
}

.list tr:hover {
    background-color: rgba(116, 151, 0, 0.651);
    color: #ffffff;
}

.file_upload {    
    padding:0.5em;
    color: #739701;    
    border-top: solid 1px #739701;
    border-bottom: solid 1px #739701;
    max-width: 100%;
}

.error_page {
    padding: 20px;
    text-align: left;
    size: 15px;
}

.error_page img {
    padding-bottom: 20px;
}

.submit_img {
    border: 0em;
    background-color: rgba(0, 0, 0, 0);
}

.category select {
    width: 250px;
}

.content_wrapper {
    margin-left: 20px;
    margin-right: 20px;
}

.content_section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content_section h3{
    font-family: font4;
    font-weight: normal;
    font-size: 1.5em;
}

.chained_select {
    float: left;
    min-width: 30%;
    margin-right: 0.5em;
}

.detail_bumper i {
    display: inline;    
    padding-top: 10px;
    padding-left: 100px;
    color: #739701;
}

.detail_bumper h2 {
    padding-left: 0.2em;
    font-size: 2.0em;
    display: inline;
    font-family: font4;
    color: #646262;
    font-weight: normal;
}

.detail_bumper {
    width: 700px;
    margin: 0.5em, auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #8F9F92;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #8F9F92;
}

.comment {
    font-size: 0.7em;
}

.recipeImage {
    border-radius: 9px;
    max-width: 60%;
}

.page_header {
    color: #739701;
    vertical-align: middle;
    height: 3.0em;
}

.center {
    margin: 1px auto;
    margin: 1px auto;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
}

#user_details_section {
    padding: 2em;
    background-color: rgb(208, 208, 209);
    max-width: 14em;
    border-radius: 0.5em;
}

#user_details_section input {
    margin-left: 1.0em;
}

.hidden{
    display: none;
}
.filelabel{
    padding-right: 1.0em;
}