﻿
    div#myTabContent {
    margin-top: 22px;
    height: 350px;
}
.oneRow {
    margin-right: 6px;
    width: 98%;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-10 {
    padding-left: 10px;
}

.photoLeave {
    width: 200px;
    height: 200px;
    margin: 2% 15%;
    border: 1px solid #000000;
}

.w150 {
width: 150px !important;
}

.btn_back {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    outline:none;
    font-weight: bold;
}

.btn_back:hover {
        color: #fff;
        cursor:pointer;
}

.top_btn_search {
    width: calc(84%  - -24px) !important;
    height: 38px !important;
    margin: 4px;
    margin-top: 0;
    padding-top:5px;
}
.top_btn_search_2 {
  width: calc(84%  - -24px) !important;
  height: 38px !important;
  margin: 4px;
  margin-top: 0;
  padding-top: 2px;
}

.btn_search_container {
    width: calc(12.5% - -24px) !important;
    height: 38px !important;
    width:100px  !important;
    margin: 4px;
    margin-top: 0;
    margin-left: 15px;
}

.btn_new_container {
 background-color: #fff; 
 height: 38px;
 width:90px ;
 margin: 4px;
 margin-top: 0;
}

.btn_new_container2 {
    background-color: #fff; 
    height: 35px;
    width: 85px;
    margin: 4px;
    margin-top: 3px;
}

 
table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
}

table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: right;
}

.delete
{
    background: #F44336;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 3px;
}

.edit
{
    background: #d6aa09;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 3px;
}

.rotate-button {
    display:inline-block;
    width:150px;
    height: 30px;
    text-align:center;
    transform-style:preserve-3d;
    cursor:pointer;
    transition:all .3s ease;
    font-family: 'arial'
  }
  .rotate-button .rotate-button-face, .rotate-button .rotate-button-face-back {
    position:absolute;
    display:block;
    border:1px solid #35495e;
    transition:all .5s;
    color:#35495e;
    text-decoration:none;
    width:150px;
    height: 30px;
    line-height:30px;
    border-radius: 4px;
  }
  .rotate-button .rotate-button-face {
    background-color:#fff;
    transform:translateZ(15px);
  }
  .rotate-button .rotate-button-face-back {
    background-color: #6b7e99;
    color: #ffffff;
    border: 1px solid #f2f2f2;
    transform:rotateX(-90deg) translateZ(15px);
  }
  .rotate-button:hover {
    transform:rotateX(90deg);
  }
  
  .fill-button > .fill-button-hover:after {
    background-color: #6b7e99;
    transform: skewX(45deg);
    transform-origin: center center;
    transition: all .35s, opacity .4s;
    left: 50%;
}

#go-up {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    padding-top: 10px;
    position: fixed;
    font-size: 21px;
    bottom: 30px;
    color: #fff;
    right: 18%;
    transition: background-color .3s;
    z-index: 1000;
  }
  #go-up:hover {
    cursor: pointer;
    background-color: #333;
  }
  #go-up:active {
    background-color: #555;
  }

  #go-up
  {
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  }

  /*.show
  {
  opacity: 1!important;
  visibility: visible!important;
  }*/

  nav.nav.nav-pills.flex-column.flex-sm-row {
    height: auto;
    margin-bottom: auto;
    padding: 7px;
    border: 1px solid #2a9be4;
}

.nav-pills .nav-link.active-lnk, .nav-pills .show>.nav-link-lnk {
  color: #fff;
  border-bottom: 29px solid #44c1f3;
  z-index: 2;

}

.nav-pills .nav-link {
  height: 0px;
  border-radius: .25rem;
  border-left: 1px solid #b8bcbf8f;
  /* background: #eee; */
  border-radius: 0px;
  /* border-top-left-radius: 19px; */
  /* border-top-right-radius: 5px; */
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 29px solid #2a9be4;
  border-radius: 74px 85px 30px 30px;
  /* color: white; */
  padding: 0px;
  width: 109px;
  color: #fff;
  margin-left: -12px;
  text-align: center;
}
a.flex-sm-fill.text-sm-center.nav-link:hover {
  border-bottom: 29px solid #80c7f5;
}


.table-title {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #2e486b;
  color: #fff;
  margin: -30px auto;
  border-radius: 3px 3px 0 0;
  width: 90%;
  margin-bottom: 40px;
  font-size: 22px;
}






.button.rounded{
	-moz-border-radius:4em;
	-webkit-border-radius:4em;
	border-radius:4em;
}
.button{  
        width: 152px !important;
        height: 46px !important;
	/* A semi-transparent text shadow */
	text-shadow:1px 1px 0 rgba(255,255,255,0.4);
	
	/* Overriding the default underline styling of the links */
	text-decoration:none !important;
	white-space:nowrap;
	
	display:inline-block;
	vertical-align:baseline;
	position:relative;
	cursor:pointer;
	padding:10px 20px;
	
	background-repeat:no-repeat;

	/* The following two rules are fallbacks, in case
	   the browser does not support multiple backgrounds. */

	background-position:bottom left;
	background-image:url('button_bg.png');
	
	/* Multiple backgrounds version. The background images
	   are defined individually in color classes */
	
	background-position:bottom left, top right, 0 0, 0 0;
	background-clip:border-box;
	
	/* Applying a default border raidus of 8px */
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* A 1px highlight inside of the button */
	
	-moz-box-shadow:0 0 1px #fff inset;
	-webkit-box-shadow:0 0 1px #fff inset;
	box-shadow:0 0 1px #fff inset;
	
	/* Animating the background positions with CSS3 */
	/* Currently works only in Safari/Chrome */
	
	-webkit-transition:background-position 1s;
	-moz-transition:background-position 1s;
  transition:background-position 1s;
  border-radius: 50px!important;

}

.button:hover{
	
	/* The first rule is a fallback, in case the browser
	   does not support multiple backgrounds
	*/
	
	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}

.button:active{
	/* Moving the button 1px to the bottom when clicked */
	bottom:-1px;
}

/* The three buttons sizes */

.button.big		{ font-size:30px;}
.button.medium	{ font-size:18px;}
.button.small	{ font-size:13px;}


/* BlueButton */

.blue.button{
  color: #0f4b6d !important;
  border: 1px solid #ff9700 !important;
  background-color: #ff9700;
  background-image: url(../imgs/button_bg.png), url(../imgs/button_bg.png), -moz-radial-gradient( center bottom, circle, rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px), -moz-linear-gradient(#4fbbf7, #3faeeb);
  background-image: url(../imgs/button_bg.png), url(../imgs/button_bg.png), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgb(255, 151, 0)), to(rgba(89,208,244,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e73e13), to(#e9850c));
  max-width: 100%;
  margin: 0px;
  width: auto;
  float: initial;
  padding: 11px;
  box-shadow: 1px 1px 6px;
  color: #fff!important;
  font-size: 17px;
  font-weight: bold;
  text-shadow: none;
  box-shadow: 1px 1px 6px #e69191;
  transition: all 1s ease;
  outline: 0;

 }

.blue.button:hover{
  background-color: #f2ad53;
  background-image: url(../imgs/button_bg.png), url(../imgs/button_bg.png), -moz-radial-gradient( center bottom, circle, rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px), -moz-linear-gradient(#63c7fe, #58bef7);
  background-image: url(../imgs/button_bg.png), url(../imgs/button_bg.png), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgb(253, 143, 8)), to(rgba(109,217,250,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#feb263), to(#efa500));
  transform: rotateY(24deg);

}


.tabs {
  height:45px;
  padding: 0 0 0 0;
  overflow:visible;
}
.tab {
  width:200px;
  height:45px;
  overflow:hidden;
  float:left;
  margin:0 -15px 0 0;
}


.tab-box {
  height:50px;
  background: #fff;
  border-radius: 4px;
  border:1px solid #ccc;
  margin:0 10px 0;
  box-shadow: 0 0 2px  #fff inset;


 -webkit-transform: perspective(100px) rotateX(30deg);
 -moz-transform: perspective(100px) rotateX(30deg);
  
}

.tab.active {
  z-index:40;
  position:relative;
  padding-bottom:1px;
}
.tab.active .tab-box{
  background-color: #eee;
  @include background-image(linear-gradient(top, #ccc , #ddd 3%, rgba(#eee, 0.5)  ));
  box-shadow: 0 0 2px 0 #fff inset;
}



.recipe-header{
  
}

.fill-button .fill-button-text {
    color: #000;
    font-size: 1rem;
}


.recipe-tab {
  font-family: 'Lobster', cursive;
  text-align: center;
  list-style: none; 
  font-size: 24px;
  padding: 0;
  line-height: 24px;
  overflow: hidden;
  position: relative;


}
.recipe-tab li {
  border: 3px solid #eeeeee;
  padding: 7px 20px 7px;
  background-color: #FFF;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  border-bottom: 0px;
  z-index: 0;
  font-size: 17px;
  color: #4d5251;
}
.recipe-tab a {
  color: #4d5251;
  text-decoration: none;
}
.recipe-tab li.selected {
  background: #FFF;
  border-bottom-color: #FFF;
  background: #2a9be4;
  color: #fff;
}

.recipe-content{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ffffff;
  width: 60%;
  margin: 0 auto;
  padding: 50px;
}

.recipe-tab li:before,
.recipe-tab li:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;  
  background-color: #FFF;
  
}
.recipe-tab li:before {
  left: -24px;
  transform: skew(-25deg, 0deg);
  border-left: 1px solid #989696;
  box-shadow: -4px 0 5px -5px #333;
}
.recipe-tab li:after {
  right: -24px;
  transform: skew(25deg, 0deg);
}

.recipe-tab li:before {
  border-radius: 8px 0 0 0;
}
.recipe-tab li:after {
  border-radius: 0 8px 0 0;
}

.recipe-tab li.selected:before,
.recipe-tab li.selected:after{
  background: #FFF;
  border-bottom: 3px solid #ffffff;
}

.recipe-tab li:hover, 
.recipe-tab a:hover, 
.recipe-tab li:hover:before,
.recipe-tab li:hover:after {
  background-color: #ffbc00;
  color: white;
  cursor: pointer;
  border-bottom-color: #eeeeee;
} 
 
.tabs{
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

.tabs:after {
  clear: both;
  content: '';
  display: table;
}

.tabs .tab {
  display: inline;
  
  
}

.tabs .tab-label {
  font-size: 18px;
  vertical-align: bottom;
  font-family: 'Lobster', cursive;
  border: 3px solid #009674;
  padding: 15px 22px 8px;
  background-color: #FFF;
  margin-right: -9px;
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #009674;
}

.tabs .tab-label:before,
.tabs .tab-label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 33px;  
  background-color: #FFF;
  
}
.tabs .tab-label:before {
  left: -17px;
  transform: skew(-25deg, 0deg);
  border-left: 3px solid #009674;
}
.tabs .tab-label:after {
  right: -17px;
  transform: skew(25deg, 0deg);
  border-right: 3px solid #009674;
}

.tabs .tab-label:before {
  border-radius: 8px 0 0 0;
}
.tabs .tab-label:after {
  border-radius: 0 8px 0 0;
}

.recipe-tab li.selected:before,
.recipe-tab li.selected:after{
  background: #2a9be4;
  border-bottom: 3px solid #2a9be4;
  background-color: #2a9be4;
}

.tabs .tab [type="radio"]:hover:checked + .tab-label,
.tabs .tab-label:hover,
.tabs .tab-label:hover:before,
.tabs .tab-label:hover:after {
  background-color: #009674;
  color: white;
  cursor: pointer;
  border-bottom-color: #009674;
}

.tabs .tab > [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}

.tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: white;
  border-radius: 15px;
  padding: 50px;
  float: left;
  width: 100%;
  text-align: left;
}

.tabs .tab-content h2{
  text-align: center;
  margin-bottom:45px;
}

.tabs .tab [type="radio"]:checked + .tab-label {
  background: white;
  border-bottom-width: 0;
  padding-bottom: 11px;
  z-index: 1;
}

.tabs .tab .tab-label .word-recipe{
 display:none;
}

.tabs .tab [type="radio"]:checked + .tab-label .word-recipe{
  display:inline;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline;
}

.recipe-tab li.selected:hover {
  background: #2a9be4;
  /* z-index: 2; */
  color: #fff;
  border-bottom-color: #FFF;
}

.kids-name
{
  margin-right: -22px;
  text-align: center!important;
  font-weight: bold;
  padding-top: 13px;
  margin-bottom: -3px;
}



@media (max-width:855px)
{
        .nav-li li {
    padding: 14px 4px;
  }
  .nav-li .nav-link {
    color: #6c757d;
    font-size: 0.85rem;
    padding-top: 10px;
    font-weight: bold;

}
}

@media (max-width:612px)
{
  .table-title { 
    font-size: 16px;
   }
}

@media (max-width:495px)
{
    .nav-li li {
    padding: 14px 4px;
  }
  .nav-li .nav-link {
    color: #6c757d;
    font-size: 1rem;
    padding-top: 13px;
    font-weight: bold;
  }
}


