body, html {
    min-height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #eee;
}

p {
    color: #333;
}

h4 {
    font-size: 18px;
    color: #333;
}

.center {
    margin: auto;
}

/*#nav {
    background-color: #eee;
    position: relative;
    height: 70px;
    border: 1px solid transparent;
    position: relative;
    z-index: 100;
}*/

#topLogo {
    height: 60px;
    width: 250px;
    margin: 0 25px;
    background: url(/static/img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

#container {
  background-color: #eee;
}

.red {
    color: #db2b27;
}

#adminButton {
    position: absolute;
    right: 80px;
    top: 10px;
    font-size: 30px;
    border: 1px solid #666;
    border-radius: 60px;
    padding: 10px;
    color: #333;
    cursor: pointer;
    -webkit-transition: color 1s;
    transition: color 1s;
    text-decoration: none;
    height: 30px;
    box-sizing: content-box;
    line-height: 30px;
}

#adminButton:hover {
    color: #0092ea;
    text-decoration: none;
}

/*********************************************/
/**************** SESSION ********************/
/*********************************************/
.thumb {
    width: 120px;
    margin: 5px;
    cursor: pointer;
}

#thumbSelector {
    overflow-x: scroll;
    overflow-y: hidden;
    background: #eee;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 20;
}

#imgView {
    display: block;
    height: 75%;
    margin: 20px auto;
    border: 2px solid #eee;
    box-shadow: 0 0 5px #333;
    transition: 1s;
}

#imgView.loading {
    width: 58%;
}

.selected {
    border: 2px solid #00adff;
}

#flightInfoBlock {
    border-top: 2px solid #fff;
    padding: 5px;
}

#flightInfoBlock ul, #pictureInfoBlock ul {
    color: #eee;
    list-style: none;
    padding-left: 10px;
}

#flightInfoBlock h3, #pictureInfoBlock h3 {
    text-align: center;
}

.logButton {
    width: 100%;
    display: block;
    border: 1px solid #aaa;
    text-align: center;
    padding: 3px;
    color: #333;
    background: #ddd;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.logButton:hover, .logButton:focus {
    background: #555;
    color: #ddd;
    text-decoration: none;
}

form#pictureSelector {
    background: #aaa;
    padding: 0px 5px 10px 10px;
    position: relative;
}

#pictureSelector select {
    width: 190px;
    margin-left: 50px;
}

#pictureSelector label {
    position: relative;
    top: 5px;
    display: block;
    width: 200px;
    left: 50px;
}

div#logBlock {
    position: absolute;
    right: 20px;
    bottom: 8px;
}

div#logBlockTitle {
    background: #ddd;
    padding: 0px 10px;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

div#logBlockList {
    position: absolute;
    right: 0;
    top: 0;
    background: #eee;
    min-width: 165px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 22px 5px;
    display: none;
}

/*********************************************/
/**************** scrollbar ******************/
/*********************************************/

#thumbSelector::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#thumbSelector::-webkit-scrollbar-button {
    background: #b9a8a8;
    height: 10px;
    width: 20px;
}

#thumbSelector::-webkit-scrollbar-track-piece {
    background: #666;
}

#thumbSelector::-webkit-scrollbar-thumb {
    background: #794949;
}

.alert {
  border-radius: 0.5rem;
  position: fixed;
  z-index: 10;
  text-align: center;
  top: 5.1rem;
  width: calc(100% - 0.1rem);
  left: 0.1rem;
}
@media (min-width: 1000px) {
  .alert {
    border-radius: 0.5rem;
    position: fixed;
    z-index: 10;
    text-align: center;
    top: 5.1rem;
    left: 14.1rem;
    margin: 0;
    width: calc(100% - 14.1rem);
  }
}
@media (max-width: 500px) {
  .alert {
    top: 7.1rem;
  }
}

form .errorMsg li {
    color: #c10000;
    font-size: 12px;
    list-style: disc;
}

.pagination {
    margin: auto;
    display: block;
    text-align: center;
    color: #333;
}

.pagination a{
    color: #105ca8;
    text-decoration: none;
    font-weight: bold;
    font-variant-caps: all-small-caps;
}


tr.link:hover {
    background: #67bef4a8!important;
    cursor: pointer!important;
}

.session.infoList {
    width: 90%;
    list-style: none;
    margin-top: 25px;
    display: block;
    padding: 10px;
    border-left: 1px solid #eee;
    margin-left: 5%;
    background: #686868;
    min-width :540px;
    position: relative;
}

.infoList .prop_name {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.infoList li table, .infoList li th{
    background: none;
    text-align: center;
}

.leftMargin {
    margin-left: 40px;
}

.homeBlock {
    float: left;
    width: 340px;
    text-align: center;
    margin: 20px;
    height: 200px;
    background: #eee;
    border: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
}

.homeBlock h4 {
    color: #333;
    margin: 0 auto;
    background: #fff;
    padding: 8px 5px;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 2;
}

.homeBlock img {
    width: 340px;
    background: #eee;
    margin: 0;
    position: relative;
}

.infoBlock {
    margin: auto;
}

.infoBlock .infoList {
    list-style: none;
    margin-top: 0;
    float: left;
    padding-left: 0px;
    width: initial;
}

footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    margin-top: 64px;
    border-top: 1px solid #eee;
    padding: 15px;
    position: absolute;
    /* background: #232323; */
    display: block;
}

#copyright {
    color: #aaa;
}

#formBlock {
    width: 50%;
    margin: 30px auto;
    padding: 40px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 6px;
    background: #999;
    max-height: 680px;
    overflow: auto;
}

#formBlock h3 {
    text-align: center;
    text-transform: uppercase;
}

div#poweredBy {
    height: 95px;
    width: 225px;
    margin: 0;
    background: url(/static/img/logo-donecle-blanc.png);
    /*background: url(/static/img/logo.png) #fff;*/
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: center;
    float: left;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}

#poweredBy span {
    position: absolute;
    top: 18px;
    right: 36px;
    font-size: 14px;
    font-weight: 600;
    color: #3e3e3d;
    cursor: default;
    user-select: none;
}

div#session_status_block {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #eee;
    text-align: center;
}

span.session_status_title {
    padding: 4px 10px;
    display: block;
    font-size: 16px;
    background: #eee;
    color: #333;
}

.session_status {
    padding: 10px;
    display: block;
    color: #eee;
    font-size: 12px;
}

span.infoListValue {
    margin: 5px 0 20px 20px;
    display: block;
}

td {
  vertical-align: middle!important;
}

#adminFormBlock {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #999;
    /* max-height: 680px; */
    overflow: auto;
}

#adminContainer{
    padding: 15px;
    box-sizing: border-box;
}


button#changePasswordButton {
    margin-left: 5%;
}

.emptyListMessage{
    padding: 10px;
    display: block;
    background: #EEF;
}

/*------------------------------------*/
/*---------GENERAL-------*/

@font-face {
 font-family: "Roboto";
 src: url("../font/Roboto-Regular.ttf") format("opentype");
}
body {
  font-family: Roboto;
}
main.container-fluid {
  padding-top: 6rem;
  background-color: #eee;
  min-height: 100vh;
}
@media (min-width: 1000px) {
  main.container-fluid {
    padding-top: 6rem;
    padding-left: 17rem;
    background-color: #eee;
    min-height: 100vh;
  }
}
:root{
  --primary: #105ac8;
}

/*--------RESPONSIVE------*/
@media (max-width: 1000px) {
  #accountDropdown{
    display: none;
  }
}
@media (min-width: 1000px) {
  #menuResponsive{
    display: none;
  }
}

/*----------CARDS---------*/
.card{
    min-height: 100%;
}
.big-card {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  border: none;
}
.card-header{
  background-color: inherit;
}
h5.card-title{
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
a>div.card-body>.card-title, a>div.card-body>.card-text{
  color: #000;
}
.cardTitle{
  float: left;
  margin: 0.8rem 0.5rem 0 0;
}

/*---------IMAGES--------*/
img {
  max-width:100%
}
.card-header img {
  min-width: 100%;
  min-width: -moz-available;          /* WebKit-based browsers will ignore this. */
  min-width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  min-width: fill-available;
  margin: -.75rem -1.25rem;
}

.brand{
  padding:0;
  padding-right:1rem;
}

/*--------HEADER--------*/
.target{
  display: block;
  position: relative;
  top: -5.3rem;
  visibility: hidden;
}

.width100{
  width:100%;
}
.height100{
  height:100%;
}
.navbar-brand{
  padding: 0;
  height: 4rem;
  width: 13rem;
}
a#navbarDropdown, a#navbarResponsiveDropdown{
  color: black;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #105ca8;
}
.navbar-light .navbar-nav .nav-link{
  color: black;
}
#menuResponsiveDropdown{
  position:absolute;
}

li.active a.nav-link {
  color: white !important;
}
li.active a.nav-link svg{
  fill: white !important;
}
.arrowDropdown::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width:  0 .5rem .5rem .5rem;
  top: -0.50em;
  right: 1rem;
  border-bottom-color: #fff;
}
.arrowDropdown::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-bottom-color: transparent;
  border-style: solid;
  border-width:  0 .5rem .5rem .5rem;
  top: -0.54em;
  right: 1rem;
  border-bottom-color: #aaa;
}

/*------NAVBAR LEFT------*/
a.nav-link {
  color : white;
}
@media (max-width: 1000px) {
  #don-left-navbar{
    display: none;
  }
}
#don-left-navbar.fixed-left{
  height: 100vh;
  padding: 5rem 0 0 0;
  background: #105ca8;
  width: 16rem;
  overflow-y: auto;
}
#don-left-navbar .nav-link{
  border-left: 0.5rem solid transparent;
  padding: 0.5rem 0.8rem;
}
#don-left-navbar .nav-pills .nav-link.active{
  background-color: #0B3B6B;
  border-radius: 0;
  border-left: 0.5rem solid white;
}
#don-left-navbar .nav-pills .nav-link:hover{
  background-color: #0B3B6B;
  border-radius: 0;
  border-left: 0.5rem solid white;
}
#don-left-navbar .nav-pills{
  font-size: 1.2rem;
}
#don-left-navbar ul{
  padding: 0;
}
#don-left-navbar ul li ul li a.nav-link{
  padding-left: 3rem;
  font-size: 1rem;
}
#don-left-navbar ul li ul li a.active{
  background-color: #333 !important;
}
#don-left-navbar ul li ul li a:hover{
  background-color: #333 !important;
}
#v-pills-aircraft, #v-pills-inspection, #v-pills-contact, #v-pills-admin{
  background-color: #333;
  list-style: none;
}
#v-pills-tab{
  min-height: 100%;
}
.company-bot{
  padding: 0.5rem 1.5rem;
}
.list-divider{
  width: 75%;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid #eee;
}

/*------FAQ------*/
#faq a.card-text:hover, #faq a.card-title {
  text-decoration: none;
  color: black;
}
#faq a.card-text, #faq a.card-title {
  text-decoration: none;
  color: black;
}
#faq p.card-subtitle {
  padding-left: 2.5rem;
}
#faq p.card-text {
  padding-left: 3.5rem;
}
#faq ul.card-text {
  padding-left: 5.5rem;
}
#faq li {
  list-style: "▶ ";
}
#faq li.confidentiality {
  list-style: "▸ ";
}
#faq .fas {
  font-size: inherit;
}
#faq h5 {
  font-size: 1.5rem;
  color: #105ca8;
}

#faq .card-subtitle{
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  font-size: 1.15rem;
  line-height: 1.2;
}

#faq .list-divider{
  width: 100%;
  margin: 1.5rem auto;
  border-top: 2px solid #105ca8;
}

/*-----ACCOUNT FORM------*/

.form-groupInfo .form-group .form-control{
  border: 1px solid #efefef;
  background: #efefef;
}
/*-----DATA TABLE--------*/
.paginate_button {
  padding: .5rem .75rem;
  margin-left: -1px;
  color: #007bff;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}
.paginate_button.current{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.paginate_button.previous {
  margin-left: 0.5rem;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.paginate_button.next {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.paginate_button.disabled {
  background: #ddd;
  color: #808080;
  text-decoration: none;
  cursor: default;
  border-color: #ccc;
}
.dataTables_length, .dataTables_info{
  float: left;
}
.dataTables_paginate {
  cursor : pointer;
}
div.dataTables_paginate {
  margin: 1rem !important;
}
div.dataTables_wrapper {
    padding-top: 0 !important;
  }

table.dataTable > thead > tr > th {
    border-right: 1px solid #dee2e6;
  }
.dataTable th:last-child {
    border-right: 0;
  }

/*--------COVERAGE--------*/

img.coverage {
  position: inherit!important;
  width:45px;
  filter: drop-shadow(0 0 1px #000);
}

/*--------BUTTONS--------*/
.btn {
  min-height: 3rem;
  min-width: 9rem;
  text-transform: uppercase;
  line-height: 2.1rem;
  font-size: 1.1rem;
  white-space: normal;
}
.btn-primary{
  color: #fff;
  background-color: #105ca8;
  border-color: #105ca8
}
.btn-primary:hover{
  background-color: #0e4c8a;
  border-color: #0e4c8a;
}
.btn-outline-primary{
  color: #105ca8;
  border-color: #105ca8
}
.btn-outline-primary:hover{
  background-color: #105ca8;
  border-color: #0e4c8a;
}
.btn-outline-primary:disabled:hover, .btn-outline-primary:disabled{
  background-color: #eee;
  border-color: #808080;
  color: #aaa;
}
.btn-secondary, .btn-default{
  background-color: #ccc;
  color: #000;
}
.btn-secondary:hover, .btn-default:hover{
  background-color: #aaa;
}
.btn-outline-secondary{
  color: #808080;
  border-color: #ccc
}
.btn-outline-secondary:hover{
  border-color: #105ca8;
  color: #105ca8;
  background-color: #bed5ed;
}

.btn-info{
  background-color: #53B7D6;
  color: #fff;
}
.btn-info:hover{
  background-color: #4496b0;
}

.btn-danger{
  background-color: #D9534F;
  color: #fff;
}
.btn-danger:hover{
  background-color: #b24441;
}

.btn.disabled, .btn-primary:disabled{
  background-color: #eee;
  color: #808080;
  border-color: #808080;
}
.btn-primary:disabled:hover{
  background-color: #eee;
  color: #808080;
  border-color: #808080;
}
.btn.notclickable{
  color: #000;
  pointer-events: none;
  border-color: #808080;
}
.btn-icon{
  min-width: auto;
}
.btn.statusUploading{
  color: #fdad4e;
  pointer-events: none;
  border-color: #fdad4e;
}
.btn.statusAvailable{
  color: #449D44;
  pointer-events: none;
  border-color: #449D44;
}
.btn.statusError{
  color: #d9534F;
  pointer-events: none;
  border-color: #d9534F;
}
.btn.statusProcessing{
  color: #53B7D6;
  pointer-events: none;
  border-color: #53B7D6;
}
/*---------ICONS----------*/
.fa-check-circle{
  color: #449D44;
}/*Inspected*/

.fa-sync{
  color: #53B7D6;
}/*Processing*/

.fa-file-upload{
  color: #FDAD4E;
}/*Uploading*/

.fa-exclamation-circle{
  color:#db2b27;
}/*Upload interrupted*/

.fa-file-image.correction{
  color: #53B7D6;
}/*Ready for correction*/

.fa-file-image.inspection{
  color: #449D44;
}/*Ready for inspection*/

.icon-align-center{
  width: 2.5rem;
  text-align: center;
}
.fas {
  font-size: 1.3em;
  line-height: 0.8;
}
.icon-align-vertical{
  float: right;
  padding: 0.2em 0;
}

/*----SVG-----*/

#fa-aircraft, #icon-uav-donecle{
    fill: white;
    height: auto;
    width: 25px;
}

#fa-aircraft{
    width: 30px;
}

#fa-aircraft.black, #icon-uav-donecle.black{
  fill: black;
  height: auto;
}
#fa-aircraft.blue, #icon-uav-donecle.blue{
  fill: #105ca8;
  height: auto;
}
#fa-aircraft.cardTitle, #icon-uav-donecle.cardTitle{
  float: left;
  margin-top: 0.6rem;
}

.version_footer {
    text-align: center;
    padding: 5px;
    color: #999;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.coverage_td {
  width: 150px;
}