/* Stylesheet for FoodVS project */

.login-logo {
  z-index: 2;
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 172px;

  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
}


.template-logo {
  z-index: 2;
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100px;

  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
}



#login-page {
  padding-top: 130px !important;
}

/* template page */

#template-page {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  background-image: url('/images/backgrounds/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: 0s;
  
  padding-top: 130px;
}


#template-page:after {
  content: '';
  display: block;
  background: #314557;
  background: linear-gradient(to bottom, rgba(38,51,64,0.9) 5%, rgba(14, 25, 40, 0.8) 100%);
  width: 100%;
  height: inherit;
  position: fixed;
  left: 0;
  top:0;
  z-index: 1;
  transition: 0s;
}


#template-panel {
  z-index: 2;
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  overflow-y: hidden ;
}

#template-panel .panel-heading i {
  width: 40px;
  font-size: 45px;
}

#template-panel .panel-heading h3 {
  font-size: 27px;
  margin: 0;
}

#template-panel .panel-heading h5 {
  margin: 4px 0;
  opacity: 0.8;
}

.checkbox-template {
  margin-bottom: 20px !important;
}

.template-add-text {
  margin: 10px 0;
}

.cursor_hand {
	cursor: pointer;
}

.table_cat_folder {
	font-size: 18px;
	
}

.display_none {
	display: none;
}

table.table-menu-pr-edit td {
	vertical-align: middle !important;
}