/*
 *  Commun style
 */

#content {
  padding: 40px 20px;
}
.container, .navbar .container {
  max-width: 700px;
  background-color: rgba(4, 47 ,40, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.center {
  text-align: center;
}

html, body {
	background-image: url('../img/background.jpg');
	background-attachment:fixed;
	background-size: 100%;
}

/*
 * Pages
 */

.form-login {
  margin: 20px 0 60px 0;
}
.form-login input {
  margin-bottom: 10px;
}

.details table {
  width: 100%;
}
.details tr {
  vertical-align: top;
  /*border-bottom: 1px solid #dedede;*/
}
.details td {
  padding: 18px 0;
  color: #CD2355;
  font-size: 18px;
}
.details td.check {
  font-weight: bold;
  font-size: 18px;
  min-width: 100px;
  color: white;
}
.details td.icon {
  min-width: 25px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 20px;
}
.details .storage td {
  padding: 15px 0;
}

.details .progress {
  margin-bottom: 8px;
}
.details .storage .progress {
  margin-top: 10px;
}

.rapid-status div {
  margin-top: 20px;
  color: white;
  font-size: 20px;
}
.rapid-status a {
	color: #CD2355;
}

.infos div {
  margin-bottom: 20px;
  color:white;
  font-size: 20px;
}
.infos a {
	color: #CD2355;
}

.services td.check {
  width: 125px;
}
.services td.icon {
  width: 60px;
}

.disks td.check {
  width: 125px;
}
.disks td.icon {
  width: 60px;
}

/*
 *  Footer
 */

html, body
{
	height: 100%;
}
#wrap
{
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 90px;
}
#footer
{
	height: 60px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(4, 47 ,40, 0.7);
  color: white;
  text-align: center;
}

footer a {
	color: #CD2355;
}

footer a:hover {
	color: white;
}

footer a:visited 
{
    text-decoration: none; 
}

footer p {
  margin: 20px;
}

/*
 * Mediaqueries
 */
@media (max-width: 770px) {
  body {
    margin: 0;
    padding: 0;
  }
  .container,
  .progress {
    max-width: 100% !important;
  }
  .navbar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  header img {
    display: none;
  }
  header {
    padding: 0 10px 0 20px;
    height: 120px;
  }
  footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
 * Bootstrap override
 */
.popover {
	width: 650px;
	max-width: 650px;
}
.infos div .popover-content {
	margin-bottom: 0px;
}
.popover-content table {
	margin-bottom: 0px;
}

/* Custom Bootstrap */

h2 {
  display: block;
  font-size: 2em;
  color: #CD2355;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

input[type=text], select {
  width: 100%;
  padding: 25px 25px;
  margin: 10px 0;
  display: inline-block;
  border: 2px solid #253F4E;
  background-color: #042F28;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=password], select {
  width: 100%;
  padding: 25px 25px;
  margin: 10px 0;
  display: inline-block;
  border: 2px solid #253F4E;
  background-color: #042F28;
  border-radius: 4px;
  box-sizing: border-box;
}

/* input:focus {
  text-decoration: none;
} */

.form-control:focus {
  border-color: #FF0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.8);
}

.btn-green {
  color: #fff;
  margin: 10px 0;
  background-color: #253F4E;
  border: 2px solid #253F4E;
}

.btn-green:hover {
  background-color: #042F28;
  color: white;
  border:4px solid #253F4E;
}

/* navbar */
.navbar-custom {
    background-color: #042F28;
    border-color: #042F28;
}
    /* navbar top level text and links */
.navbar-custom .navbar-nav > li, .navbar-custom .navbar-nav > li > a {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* top level link when mouse is hovering */
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #042F28;
}
 
/* top level parent link when the drop down is open */
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
    background-color: #253F4E;
    color: #ffffff;
}
 
/* level 1 menu bar */
.navbar-custom .dropdown-menu {
    background-color: #253F4E;
    border-color: #042F28;
    color: #ffffff;
}
/* level 1 menu bar text and links*/
.navbar-custom .dropdown-menu > li, .navbar-custom .dropdown-menu > li > a {
    color: #ffffff;
}
/* level 1 menu bar hovering */
.navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #042F28;
}
/* mobile toggle button formatting */
.navbar-custom .navbar-toggle {
    border-color: #253F4E;
}
 
/* mobile toggle button mouse hover */
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
    background-color: #253F4E;
}
 
/* mobile toggle button icon bar tower */
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
 
/* mobile 2nd level menu hover */
.navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #253F4E;
    color: #ffffff;
}
/* mobile 2nd level link */
.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}

body::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #253F4E;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #CD2355;    /* color of the scroll thumb */
  border-radius: 100px;       /* roundness of the scroll thumb */
  border: 1px solid #042F28;  /* creates padding around scroll thumb */
}

.progress-bar-success {
  background-color: #253F4E;
}

.progress-bar-warning {
  background-color: #CD2355;
}

.text-info {
  color: #31708f;
  font-size: 18px;
}

