/** =================== fonts =================== **/

/** Montserrat Bold **/
@font-face {
    font-family: "MontserratBold";
    font-weight: 700;
    font-style: normal;
    src: url("fonts/montserrat/Montserrat-Bold.ttf") format('truetype');
}

/** Montserrat Medium **/
@font-face {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-style: normal;
    src: url("fonts/montserrat/Montserrat-Medium.ttf") format('truetype');
}

/** Montserrat Light **/
@font-face {
    font-family: "MontserratLight";
    font-weight: 300;
    font-style: normal;
    src: url("fonts/montserrat/Montserrat-Light.ttf") format('truetype');
}

/** Roboto Medium **/
@font-face {
    font-family: "RobotoMedium";
    font-weight: 500;
    font-style: normal;
    src: url("fonts/Roboto/RobotoMedium.ttf") format('truetype');
}
/** Roboto Regular **/
@font-face {
    font-family: "RobotoRegular";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/Roboto/RobotoRegular.ttf") format('truetype');
}


/** =================== /fonts =================== **/

html,body 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    background-image: url('../img/background.png');
}

nav {
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: #515151;  
}

.nav-panel {
     width: 950px;
     height: 50px;
     margin: auto;
}

.nav-logo {
     float: left;
     margin-top: 5px;
}

#logo-brand {
     color: #d3d3d3;
     font-size: 14px;
     font-family: Tahoma, Verdana, Segoe, sans-serif;
     position: relative;
     top: 15px;
     left: 5px;
}

.nav-logout, .nav-locales {
     float: right;
     color: #d3d3d3;
     font-size: 14px;
     font-family: Tahoma, Verdana, Segoe, sans-serif;
}

#nav-logout-button, #nav-locales-button{
     position: relative;
     top: 12px;
}

#logout, #locales {
     position: relative;
     top: -5px;
     color: #d3d3d3;
     text-decoration: none;
}
      
a#logout:hover, a#locales:hover {
     text-decoration: underline;
}

.nav-search {
     float: right;
     margin-right: 50px;
     display: none;
}

.search-input {
     -webkit-border-radius: 5px; 
     -moz-border-radius: 5px; 
     -khtml-border-radius: 5px;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     border: 2px solid #717171;
     border-right: none;
     position: relative;
     top: 10px;
     height: 20px;
     width: 130px;
     padding-left: 5px;
     background-color: #fff;
}

/* Ok date*/
a#search-btn {
     text-decoration: none;
     color: #fff;
     font-size: 12px;
     font-weight: bold;
     text-align: center;
     margin-left: 10px;
}

#search-btn {
     float: right;
     position: relative;
     top: 10px;
     right: 10px;
     border: 2px solid #717171;
     -webkit-border-radius: 7px; 
     -moz-border-radius: 7px; 
     -khtml-border-radius: 7px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     border-left: none;
     display: inline-block;
     width: 26px;
     height: 22px;
     background-image: url('/img/imgo.png');
     background-size: 26px 22px;
}

#search-btn:hover {
     cursor: pointer;
}

footer {
     background-color: #313131;
     text-align: center;
     position:absolute;
     bottom:0;
     width:100%;
     height:45px;   /* Height of the footer */
}

#footer-text {
     position: relative;
     top: 10px;
     color: #fff;
     font-size: 18px;
}     



.menu
{
	position:relative;
	width:100%;
	background-color:#1F2235;
	color: #FFFFFF;
	font-family: MontserratBold;
	font-size: 20px;
}

.nav_menu
{
	color: #d3d3d3;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    cursor: pointer;
    width: max-content;
    padding: 10px;
    background: grey;
    float:left;
    margin-left:10px;
    height: 30px;
}

.nav_menu_a
{
	color: #d3d3d3;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    cursor: pointer;
    width: max-content;
    padding: 10px;
    background: grey;
    float:left;
    margin-left:10px;
    color:black;
    height: 30px;
}

.login_form
{
	position: relative;
    height: 210px;
    width: 340px;
    padding: 15px;
    margin-top: 10%;
    text-align: center;
    background-color: #dadada;
    border: 1px solid #c6c6c6;
    margin: 60px auto;	
}

.login_submit
{
	width: 90px;
    height: 25px;
    background-image: url(../img/save_active.png);
    background-size: 90px 25px;
    background-color: transparent;
    text-shadow: 0px 1px 0px #45822b;
    color: #fff;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    outline: none;
    border: 0;
    border-radius: 2px;
}

.locales
{
	width:100%;
	background-color:#1F2235;
	color: #FFFFFF;
	font-family: MontserratBold;
	font-size: 30px;
}

.profiles
{
	float:left;
	width:100%;
	background-color:#1F2235;
	color: #FFFFFF;
	font-family: MontserratBold;
	font-size: 25px;'
}


.button1 {
  display: inline-block;
  color: white;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 1px;
  transition: 0.2s;
  cursor: pointer;
} 
.button1:hover { background: rgba(255,255,255,.2); }
.button1:active { background: white; }

a.button1 {
  display: inline-block;
  color: white;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 1px;
  transition: 0.2s;
} 
a.button1:hover { background: rgba(255,255,255,.2); }
a.button1:active { background: white; }
