/*******************************************************************************
* COMMON
*******************************************************************************/
html,body {
  height: 100%;
}

body {
  background: url("../img/bg.png") repeat scroll 3px 3px transparent;
  font-family: "NBC", sans-serif;
  color: #323232;
}

p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1em;
}

em {font-style: normal;}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a { color: #323232; }
a:hover, a:focus { text-decoration: none; color: inherit; }

/*******************************************************************************
* GENERAL
*******************************************************************************/
div.container-fluid {
  padding-bottom: 1rem;
}

.page-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

/* CENTERING */
.center {
  margin: 0 auto;
}

.center-out {
  float: left;
  left: 50%;
  position: relative;
}

.center-in {
  float: left;
  left: -50%;
  overflow: hidden;
  position: relative;
}

/*******************************************************************************
* HEADER
*******************************************************************************/
header {
  background-color: #ebebeb;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
  height: 7.3rem;
  margin-bottom: 1.4rem;
  overflow: hidden;
  padding: 1.2rem 1.5rem 1rem 0.9rem;
  width: 100%;
}

header .logo {
  background: url("../img/logo-small.png") no-repeat scroll center 0.2rem / 86% 95% transparent;
  float: left;
  height: 5rem;
  position: relative;
  width: 6.4rem;
  z-index: 2;
}

header .logo:after {
  background-color: #000;
  content: "";
  display: block;
  float: right;
  height: 4.8rem;
  margin-right: -1.6rem;
  margin-top: 0.2rem;
  width: 0.15rem;
}

/*******************************************************************************
* HEADER - small
*******************************************************************************/
header.small {
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
  height: 7.3rem;
  margin-bottom: 1.4rem;
  padding: 1.2rem 1.5rem 1rem 0.9rem;
}

header.small .logo {
  height: 5rem;
  width: 6.4rem;
  z-index: 2;
}

header.small .logo:after {
  height: 4.8rem;
  margin-right: -1.6rem;
  margin-top: 0.2rem;
  width: 0.15rem;
}

/*******************************************************************************
* HEADER TOP PANEL
*******************************************************************************/
header .top-panel {
  float: right;
  line-height: 6rem;
  position: absolute;
  right: 1.5rem;
  width: 100%;
  z-index: 1;
}

header .top-panel .item:last-child {
  margin-left: 0;
}

header .top-panel .item.switch {
  background-color: #45c8f0;
  border-radius: 0.8rem;
  color: #fff;
  font-family: 'NRC',arial;
  height: 4.1rem;
  margin-top: 0.7rem;
  text-align: center;
  text-transform: uppercase;
  width: 12.6rem;
}

header .top-panel .switch div {
  cursor: pointer;
  font-size: 1.7rem;
  height: 4rem;
  left: 0.1rem;
  line-height: 4.1rem;
  margin-top: 0.1rem;
  width: 6.2rem;
}

header .top-panel .switch .show {
  float: left;
}

header .top-panel .switch .hide {
  display: block !important;
  float: right;
  left: auto;
  right: 0.1rem;
}

header .top-panel .switch.active .show, header .top-panel .switch .hide {
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.3rem rgba(163, 162, 146, 0.64), 0 0.15rem 0.15rem rgba(0, 0, 0, 0.3);
  color: #45c8f0;
  height: 4rem;
  position: relative;
  width: 6.2rem;
}

header .top-panel .switch.active .hide {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

header .top-panel .switch.active .hide {
  left: 0.2rem;
}

header .top-panel .switch.active .show {
  right: 0.2rem;
}

header .top-panel .item {
  float: right;
  font-size: 2.4rem;
  margin-left: 2rem;
  text-transform: uppercase;
}

header .top-panel .item em {
  font-style: normal;
  margin-right: 0.3em;
}

header .top-panel .item i {
  color: #00aeef;
  font-style: normal;
}

header .top-panel .export {
  margin-left:0;
}

header .top-panel .user {}

header .top-panel .sync {
  margin-left: 2rem;
}

header .top-panel .support {}

header .top-panel .logged {
  margin-left: 2.8rem;
}

/*******************************************************************************
* HEADER TOP PANEL - small
*******************************************************************************/
header.small .top-panel {
  line-height: 5.3rem;
  right: 1.5rem;
}

header.small .top-panel .item.switch {
  border-radius: 0.6rem;
  height: 3.1rem;
  margin-top: 1.1rem;
  width: 9.3rem;
}

header.small .top-panel .switch div {
  font-size: 1.3rem;
  height: 2.9rem;
  left: 0.1rem;
  line-height: 3.1rem;
  margin-top: 0.1rem;
  width: 4.6rem;
}

header.small .top-panel .switch .hide {
  right: 0.2rem;
}

header.small .top-panel .switch.active .show, header.small .top-panel .switch .hide {
  border-radius: 0.6rem;
  box-shadow: 0 0 0.3rem rgba(163, 162, 146, 0.64), 0 0.15rem 0.15rem rgba(0, 0, 0, 0.3);
  height: 2.9rem;
  width: 4.6rem;
}

header.small .top-panel .switch.active .hide {
  left: 0.1rem;
}

header.small .top-panel .switch.active .show {
  right: 0.1rem;
}

header.small .top-panel .item {
  font-size: 2rem;
  margin-left: 1rem;
}

header.small .top-panel .item em {
  margin-right: 0.3em;
}

header.small .top-panel .sync {
  margin-left: 1.3rem;
}

header.small .top-panel .logged {
  margin-left: 2.8rem;
}

/*******************************************************************************
* LOGIN
*******************************************************************************/
#login {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

#login .glow {
  background: url("../img/shine-big.png") no-repeat scroll center center / contain transparent;
  height: 55rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#login .logo-wrapper {
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-top: 17.5rem;
  position: relative;
  width: 23rem;
}

#login .logo-wrapper .logo {
  background-image: url("../img/logo-big.png");
  background-repeat:  no-repeat;
  background-attachment:  scroll;
  background-position:  center center;
  background-size: 100% 100%;
  background-color: transparent;
  height: 19.5rem;
  margin: 0 auto 1.8rem;
  position: relative;
  width: 100%;
}

#login .logo-wrapper .line {
  background-color: #000;
  height: 0.25rem;
  margin: 0 0 1.6rem;
  position: relative;
  width: 100%;
}

#login .logo-wrapper .text {
  color: #000;
  font-size: 3.1rem;
  line-height: 1.05em;
  text-align: center;
  text-transform: uppercase;
}

/*******************************************************************************
* LOGIN - big
*******************************************************************************/
#login.big .logo-wrapper {
  margin: 0 auto -3rem;
  padding-left: 0;
  padding-right: 0.7rem;
  padding-top: 17.5rem;
  position: relative;
  width: 30.8rem;
}

#login.big .logo-wrapper .logo {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../img/logo-big.png");
  background-position: 4.3rem center;
  background-repeat: no-repeat;
  background-size: 75% 100%;
  height: 19.5rem;
  margin: 0 auto 1.7rem;
  position: relative;
  width: 30rem;
}

#login.big .logo-wrapper .line {
  background-color: #000;
  height: 0.25rem;
  margin: 0 0 1.5rem;
  position: relative;
  width: 100%;
}

#login.big .logo-wrapper .text {
  color: #000;
  font-size: 3.1rem;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
}

/*******************************************************************************
* BUTTONS
*******************************************************************************/
.button {
  background-color: #00aeef;
  border-color: transparent;
  border-radius: 1px;
  box-shadow: 0rem 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: 4.6rem;
  height: 6rem;
  line-height: 6.5rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 24rem;
  z-index: 1;
}

#login .button.top {
  margin-top: 9.7rem;
  margin-bottom: -10rem;
}

#login .button.bottom {
  margin-top: 6.9rem;
}

/*******************************************************************************
* LOGIN FORM
*******************************************************************************/
.modal-dialog {
  margin: 2rem;
}

.modal-content {
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

div.login-form {
  background-color: #fff;
  margin: 0 auto 0;
  padding: 1rem;
  position: relative;
}

div.login-form p {
  background-color: #00aeef;
  color: #fff;
  font-size: 4rem;
  height: 5rem;
  line-height: 5rem;
  padding: 0;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

div.login-form #component-contact {}

div.login-form #component-contact div.input {
  margin-bottom: 1rem;
}

div.login-form #component-contact div.input:last-child {
  margin-bottom: 2rem;
}

div.login-form #component-contact div.input input {
  background-color: rgba(194, 194, 194, 0.4);
  border: medium none;
  color: #6b6b6b;
  font-family: 'NRC', arial;
  font-size: 3rem;
  height: 5rem;
  padding: 0 1rem;
  width: 100%;
}

div.login-form #component-contact button {
  background-color: #00aeef;
  width: 100%;
  height: 5rem;
  font-size: 4rem;
  line-height: 5rem;
  border-radius: 0;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
