/*----- GENERAL -----*/
*{
	margin: 0px;
}

@font-face {
    font-family:RNS Camelia;
    src: url(RNS_Camelia.otf);
}

html{
	font-size: 12px;
	background: url('/img/home.jpg') fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	min-height: 100%;
}

body {
	background-color:rgba(255, 255, 255, 0);
}

hr {
  border-top: 1px solid #DBDBDB;
}
 
 .navbar-nav {
  margin: 0px -15px;
  background-color: white;
}

.container.index {
  top: 50%;
  position: absolute;
  margin-top: -150px;
}

.btn-custom {
  background-color: white;
  border: 2px solid rgb(228, 228, 228);
  color: rgb(152, 152, 152);
}

.panel.panel-default {
  border-color: transparent;
  margin: 20px 0px;
  border-radius: 3px;
}

.block {
  width: 100%;
  height: auto;
  background-color: rgba(81, 178, 141, 1);
  padding: 10px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: 0px 1px 3px #555;
  color: white;
}

.block h1 {
  font-family: RNS Camelia;
}

.block p {
  font-family: 'News Cycle', sans-serif;
  font-size: 17px;
}

button.btn.btn-custom-send {
  background-color: rgb(81, 178, 141);
  color: white;
  border-radius: 3px;
  margin-top: 15px;
  border: 2px solid rgb(81, 178, 141);
}

a.btn.btn-custom-back {
  background-color: rgb(255, 255, 255);
  color: rgb(186, 186, 186);
  border-radius: 3px;
  margin-top: 15px;
  border: 2px solid rgb(186, 186, 186);
  transition-duration: 200ms;
}

a.btn.btn-custom-back:hover{
	background-color: rgb(81, 178, 141);
	color:white;
	border-color:rgb(81, 178, 141);
}

.form-control {
  padding: 20px 12px;
  border: 1px solid rgb(187, 187, 187);
  border-radius: 3px;
}

input[type=file] {
  display: block;
  border: 0px;
  box-shadow: none;
  padding: 0px;
}

p.small {
  font-size: 13px!important;
  text-align: justify;
}

.form-control {
  box-shadow: none!important;
}

select.form-control {
  padding: 0px 10px;
  height: 45px;
}

.panel-body p {
  font-size: 17px;
  color: rgb(142, 142, 142);
}


.input-group {
  margin: 5px 0px;
  display: flex;
}

li {
  list-style: none;
}

.modal-body > form {
  box-shadow: none!important;
}

.input-group-addon:first-child {
  width: 50px;
  border-right: 0;
  padding-top: 12px;
  border-color: rgb(187, 187, 187);
  background-color: white;
  color: rgb(89, 89, 89);
}

.panel-body a {
  color: rgb(136, 136, 136);
}

.panel-shadow{
	box-shadow: 0px 1px 3px #555;
}

label {
  color: rgb(89, 89, 89);
}


.panel.panel-custom {
  text-align: center;
}

.panel-custom .panel-heading {
  border: 2px solid rgb(228, 228, 228);
  border-radius: 6px;
    margin: 5px 0px;
  padding: 12px 15px;
}

.panel-custom .panel-title a {
  color: rgb(136, 136, 136);
  font-size: 19px;
}

.panel-body ul > li > a {
  color: rgb(81, 178, 141);
  border: 2px solid rgb(81, 178, 141);
  padding: 20px;
  float: left;
  width: 100%;
  border-radius: 6px;
  font-weight: bold;
  margin: 5px 0px;
  text-decoration: none;
  transition-duration: 200ms;
}

.panel-body ul > li > a:hover {
  background-color: rgb(81, 178, 141);
  color: white;
}

.panel-custom .panel-body {
  border-top: none!important;
}

.panel-custom .panel-title a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none!important;
}

.panel-custom .panel-title a:hover,
.panel-custom .panel-title a:link,
.panel-custom .panel-title a:visited
{
 text-decoration: none!important;
}

a.btn.btn-custom {
  white-space: normal;
}

.file-input > .input-group {
  display: table;
}
.btn-file {
  background-color: rgb(81, 178, 141);
  color: white;
  padding: 11px 16px;
  border: 0px;
}
.btn-file:hover {
  background-color: rgb(81, 178, 141);
  color: white;
  padding: 11px 16px;
  border: 0px;
}

.fileinput-remove, .kv-fileinput-upload {
  padding: 10px 16px;
}

form {
  box-shadow: 0px 1px 3px #555;
}
	
.btn-file i.glyphicon.glyphicon-picture {
  margin-right: 8px;
}

.borrar {
  padding: 2px 12px!important;
  border: 0px!important;
  border-radius: 0px!important;
  color: white!important;
  font-size: 18px;
  margin: 0px!important;
}

ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.contador li {
  display: inline-flex;
  width: 33px;
}

.contador input {
  margin: 0px!important;
  height: 47px;
  padding: 11px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  font-size: 17px;
  background-color: rgb(97, 97, 97);
  border:0px;
}

.contador .red{
  background:rgb(255, 112, 128)!important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

div#flashMessage {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.11);
  padding: 15px;
  color: rgb(255, 255, 255);
  BORDER-RADIUS: 4px;
  box-shadow: 0px 1px 3px #555;
  float: left;
  width: 100%;
}

.clear {
  float: left;
  width: 100%;
  height: 50px;
}

/*----- HEADER -----*/
header {
  width: 100%;
  height: 50px;
  background-color: white;
  float: left;
  box-shadow: 0px 1px 3px #555;
    position: fixed;
  z-index: 999;
}

.navbar{
	margin-bottom:0px;
}
.navbar-brand{
	padding: 13px 18px;
}

.navbar-brand>img {
  display: block;
  width: 200px;
}

.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border:0px;
}

