@font-face {
	font-family: 'Gotham-Black';
	src: url('../fonts/gotham_black/original_Gotham_Black.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/gotham_black/original_Gotham_Black.woff') format('woff'),
		url('../fonts/gotham_black/original_Gotham_Black.ttf')
		format('truetype'),
		url('../fonts/gotham_black/original_Gotham_Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/gotham_book/original_Gotham_Book.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/gotham_book/original_Gotham_Book.woff') format('woff'),
		url('../fonts/gotham_book/original_Gotham_Book.ttf')
		format('truetype'),
		url('../fonts/gotham_book/original_Gotham_Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	font-size: 15px;
	font-family: 'Gotham-Book' !important;
	color: black;
}

body {
	background: white;
}

#content {
	float: left;
}


div#cke_descri, div#cke_descripcion, div#cke_ingredientes {
	border: 1px solid rgb(227, 227, 227);
	box-shadow: none !important;
}

span#cke_3_top, span#cke_1_top, span#cke_2_top, span#cke_3_bottom, span#cke_1_bottom, span#cke_2_bottom {
	background-color: rgb(249, 249, 249) !important;
	background-image: none !important;
}

span.cke_toolgroup {
	background-color: rgb(249, 249, 249) !important;
	background-image: none !important;
	border: none;
}

footer {
	height: auto;
	overflow: hidden;
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px;
	background: white;
	top: 86%;
	position: absolute;
}

#content {
	margin-top: 51px;
	width: 100%;
}

.navbar-brand img {
	width: 50%;
}

.sidebar {
	background: #007E2C;
	height: 100%;
	position: fixed;
	padding: 50px 0px 0px;
}

.panel-default>.panel-heading {
    background: #007E2C;
    background-repeat: repeat-x;
    border: none;
    border-bottom: 1px solid #10963F;
}

.panel-default {
	border: 1px solid #007E2C;
	padding: 0px;
	margin: 0px;
}

.panel-title>a {
    color: white;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #DDD;
	border: none;
    background-color: #E0E0E0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body li {
	list-style: none;
	padding: 10px;
    color: black;
}

.panel-default>.panel-heading+.panel-collapse.collapse.in>.panel-body a li:hover{
	background: red;
	color:white !important;
	display:block;
}

.title-insert{
  width: 84%;
  height: 70px;
  background-color: #007E2C;

  font-size: 28px;
  float: right;
  padding: 9px 40px;
  color: white;
}
  
.panel-default>.panel-heading+.panel-collapse>.panel-body li:active {
	background: #027202;
	color:white;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body a:hover {
	text-decoration: none;
}

.panel-body {
	padding: 0px;
}

.content-total {
	padding: 25px;
}

.columns-slider img {
	width: auto;
	height: 30px;
}

.navbar-inverse {
	background: #3A3A3A;
}


#paginador li button {
  border: none !important;
  background-image: none !important;
  background-color: none !important;
  margin: 20px 0px;
  color: green;
  background: none;
}

/*table*/
.columns-slider {
	padding-top: 8px;
	height: 50px;
	text-align: center;
}

div.columns-title {
	background: #DFDFDF !important;
}

div.columns-slider:nth-child(even) {
	background: #F9F9F9;
}

.btn.btn-primary.dropdown-toggle {
	height: 35px;
	background:rgb(239, 0, 9) none repeat scroll 0% 0%;
	border: none;
	color: white;
	padding-top: 8px;
	margin-top: 0px;
	width: 100%;
	text-align: left;
	border-radius: 1px solid;
	background-image: url("../img/customSelect-arrow.png") !important;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 19px 9px;
}

ul.dropdown-menu {
	padding: 0px;
}

ul.dropdown-menu li a.btn-success, ul.dropdown-menu li form input.btn-success
	{
	background: #F9F9F9;
	border: none;
	border-radius: 0px;
	color: gray;
}

ul.dropdown-menu li form input.btn-success {
	width: 100%
}

.dropdown-menu {
	position: absolute;
	top: 84%;
	right: 0px;
	z-index: 1000;
	float: right;
	min-width: 113px !important;
	padding: 0px 0px;
	margin: 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	border-radius: 4px;
	box-shadow: none !important;
	width: 90%;
}

.btn-primary {
	float: right;
	margin: 10px;
	background: none;
	border: none;
}

.btn.btn-primary.insert {
	background: #008000;
}

#content-border {
	border: 1px double #E3E3E3;
	overflow: hidden;
	width: 100%;
	padding: 0px 0px 75px;
	height: auto;
}

.btn.btn-primary.cancelar, .btn.btn-primary.guardar {
	width: 140px;
	height: 40px;
	background: #E9030C;
	border: none;
	border-radius: 8px;
	color: white;
}

input.btn.btn-primary.cancelar:hover, .btn.btn-primary.guardar:hover {
	background: black;
}

#content-border ul.dropdown-menu li a:hover, ul.dropdown-menu li form input.btn-success:hover
	{
	background: gray;
	color: white;
}

.title-section {
	font-size: 36px;
	color: #027202;
	padding: 0px 5px;
	width: float: left;
}

form.recipe {
	padding: 0px;
	margin: 0px;
	height: auto;
}

#paginador li {
  display: inline-block;
}