.logo-image {
    background-image: url("/static/img/vf-logo.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 200px;
    padding-bottom: 42px;
    position: relative;
    top: 5px;
}

.files_section {
    border-right: 1px solid #bbb;
    min-height: 677px;
    background-color: #d9edf7;
}

.file_list {
    list-style-type: none;
    padding-top: 10%;
}


.padding_left_zero {
    padding-left: 0px !important;
}

.file_name {
    padding-left: 5%;
}

table {
  border-collapse: collapse;
    width: 100%;
    margin-top: 10%;

}

td, th {
  border: 1px solid #999;
  padding: 0.5rem;
  text-align: center;
}

thead {
    background-color: #d9edf7;
}

.pagination {
  text-align: center;
}

.login-form {
  text-align: center;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: left;
}

.login-form-container {
  border: 1px solid #354650;
      position: absolute;
    top: 50%;
    transform: translateY(100%);

}

.upload-button {
    border-radius: 2px !important;
    background-color: #D9EDF7;
    border: 1px solid #aaa;
    margin-left: 20px;
    padding: 2px 24px 2px 24px;
}

.upload-nav {
  width: 100%;
  min-height: 50px;
  background-color: #eee;
  border: 1px solid #ddd;
}
.upload-form {
  padding-top: 3px;
  float: right;
}

.pd-lf-rt {
  padding-left: 0px;
  padding-right: 0px;

}

.top-margin-0 {
  margin-top: 1% !important;
}

.vodafone-text {
    font-size: 39px;
    font-family: avenir;
    color: white;
    margin-left: 20px;
}

body {
  font-family: avenir;
}

.formButton{
  margin-bottom: 5px;
}
.form-signin{
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
  margin-bottom: 10px;
}
.form-control{
  width:80%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.form-signin .form-control{
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus{
  z-index: 2;
}
.form-signin input[type="text"]{
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 5px;
}
.form-signin input[type="password"]{
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.account-wall{
  text-align: center;
  margin-top: 20px;
  padding: 20px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.submit {
  width:80%;
  margin: 0 auto;
}

a {
  font-family: avenir;
  font-size: 14px;
  padding-right: 1%;
  padding-top: 1%;
}
.arabic::-webkit-input-placeholder{ text-align:right; }

.logout {
  padding-right: 2%;
  padding-top: 11px;
  font-size: 21px;
  color: white;
}

.hamburger-menu {
    color: white;
    font-size: 30px !important;
}

.navbar-default {
    background-color: dodgerblue !important;
    border-color: rgba(0,0,0,0.17) !important;

}

.navbar-default .navbar-nav>.open>a {
    background-color: dodgerblue !important;
}

.dropdown {
    position: relative;
    right: 20%;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

#bottom {
    background:red; /* to see dimensions */
    position:relative;
}

#top {
    background:rgba(0, 255, 0, 0.3); /* only to prove that it's on top */
    position:absolute;
}

.navbar-right-form {
    float:right !important;
    margin-right:170px;
    margin-top: 10px;
}