/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff");
}

/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff");
}

/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff");
}

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff");
}

/** Bold */ 
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

html, body, form, label, input
{
    font-family: "San Francisco" !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

.empty-table {
    left: 0;
    line-height: 200px;
    margin-top: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

#delete-confirm
{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-brand
{
    padding: 5px 20px;
}

.card-inner > img
{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.card
{
    min-height: 100px;
}

.card-inner
{
    position: relative;
    width: 80%;
    left: 10%;
    background-color: #2F3136;
    border-radius: 30px;
    height: auto;
    border: 1px solid white;
    
}

.card-text
{
    text-align: center;
}

.tile
{
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ChickenFest-button
{
    position: relative;
    border-radius: 3%;
    padding: 60px 0px 100px 0px;
    max-width: 360px;
    left: 50%;
    transform: translate(-50%, 54%);
    overflow: hidden;
    max-height: 405px;
}
.ChickenFest-button:hover
{
    cursor:pointer;
}

.fill-height
{
    height: 100%;
}

.blue, .btn-info
{
    background: #4EAFF4;
}

.btn-info:hover
{
    background: #4296d1;
}
.btn-info:focus, .btn-info:active
{
    background: #4296d1 !important;
}

.green, .btn-success
{
    background: #4DBB50;
}

.amber, .btn-warning
{
    background: #F29C04;
}

.red, .btn-danger
{
    background: #EB4748;
}

.btn-primary
{
    background: #366660;
}
.btn-primary:hover
{
    background: #2a4c48;
}

.btn-primary:focus, .btn-primary:active
{
    background: #603e84 !important;
}

.navbar {
    min-height: 40px;
    background-color: #366660;
	background-image: url("../imgs/Top_Bar.png");
	background-size: cover;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, rgb(126, 207, 221) 0%, rgb(252, 207, 239) 33%, rgb(252, 251, 207)) 1 100%;
    border-image-slice: 1;
}

.navbar-inverse
{
    background-repeat: no-repeat;
}
.navbar-inverse .navbar-nav>li>a
{
    color: #fff;
}

body
{
    background-color: #ededed;
}

.main
{
    height: calc(100vh - 50px);
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus
{
    background-color: #4EAEF4 !important;
}

.nav-sidebar li.active a
{
    color: #fff !important;
}

.nav-sidebar > li
{
    background-color: #23252A;
}

.nav>li>a:focus, .nav>li>a:hover
{
    background-color: #4EAEF4;
}
a:focus, a:hover
{
    color: white;
}

a
{
    color: white;
}

.sidebar
{
    background-color: #2F3136;
    border-right: initial;
}

.title-bar
{
    background-color: #2F3136;
    padding: 8px;
}
.title-bar h4
{
    color: white;
}

.ChickenFest-button-text
{
    font-size: 18px;
    color: white;
}

.list-group
{
    margin-bottom: 0px;
    border-radius: initial;
}

.list-group-item
{
    border-radius: 0px !important;
    background-color: #2F3136;
    border: none;
    color: white;
}

.icon
{
    margin-right: 10px;
}

.table-striped>tbody>tr:nth-of-type(odd)
{
    background-color: #2F3136;
}

.list-group-item:hover
{
    background-color: #393c43;
}

.shadow
{
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 20px;
    background-color: rgba(0,0,0,0.4);
}

.list-group-item a
{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.list-group-item a:hover
{
    text-decoration: none;
}

.panel
{
    background-color: #222;
}

input
{
    color: #000;
}

.nav-tabs .active button, .nav-tabs .active a
{
    color: #4EAEF4 !important;
}

.nutrition-table input[type="text"]
{
    border-radius: 6px !important;
    border: none;
    text-align: center;
}

th
{
    font-weight: 400 !important;
}

.nav-item, button, select
{
    letter-spacing: 1px !important;
}
button
{
    letter-spacing: 1px !important;
}

.item-cell
{
    background-color: rgba(255,255,255,0.1);
}

button:focus {outline:0 !important;}

/*.btn::before
{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 140px;
    height: 5px;
    background-color: rgba(0,0,0,0.4);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}*/

.btn {
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    border: none;
    border-radius: 24px;
}
.btn:hover {
    color: #fff;
}

.btn.btn-default:before
{
    display: none !important;
}

@media (min-width: 768px)
{
    .sidebar
    {
        padding: 0px 20px;
    }
}

@media (max-width: 1024px)
{
	.ChickenFest-button
	{
    	position: relative;
    	border-radius: 3%;
    	padding: 60px 0px 100px 0px;
    	max-width: 360px;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -60%);
    	overflow: hidden;
    	max-height: 405px;
	}
	
	.ChickenFest-button img
	{
		max-width: 120px;
		max-height: 120px;
	}
	
	input[type="submit"], button
	{
		max-width: 130px;
	}
	
	.col-sm-3 img
	{
	    max-width: 40px;
	    max-height: 40px;
	}
    
    label.btn-info
    {
        min-width: 120px;
    }
    p>button.btn-primary
    {
        min-width: 180px;
    }
}

.form-rounded {
    border-radius: 24px;
    width: 100%;
    padding: 20px;
}

.btn-green {
    background-color: #366660;
    color: #fff;
}

.btn-green:hover {
    background-color: #2a4c48;
    color: #fff;
}

.btn-red {
    background-color: #ff0000;
    color: #fff;
}

.btn-red:hover {
    background-color: #d10808;
    color: #fff;
}

table {
    border-radius: 8px;
    background-color: #fff;
    color: #000;
}

table th {
    color: #000;
    font-weight: bold;
}

table tr {
    #color: #000;
    font-weight: normal;
}

.posts-active {
    background-color: #eab9dc;
    color: #fff;
}

.posts-active:hover {
    background-color: #e0b3d3;
}

.not-selected {
    background-color: #366660;
    color: #fff;
}

.not-selected:hover {
    background-color: #2a4c48;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
}

.dropdown-content > .dropdownDelete {
    background-color: red;
    color: #fff;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: red}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdownDelete {
    width: 100%;
    border-radius: 8px;
}

