body {
/*  margin-top: 60px; */
  padding: 0px;
}


      .form-signin {
        max-width: 350px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        width: 300px;
        margin-bottom: 15px;
        padding: 7px 9px;
      }
  
.profile-image {
    position: relative;
    top: -5px;
    float: left;
    left: -5px;
//    margin-bottom: -5px;
    width: 30px;
    height: 30px;
}

.userAvatarChange {
    float: left;
    height: 180px;
    margin: 10px;
    position: relative;
    width: 180px;
}

.userAvatarChange .title {
    background-color: rgba(51, 122, 183, 0.5);
    bottom: 0;
    color: #ffffff;
    font-family: serif;
    font-size: 12pt;
    padding: 3px 10px;
    position: absolute;
    width: 100%;
}

.flag_icon {
  border: solid #cccccc 1px;
}

#select_to {
  width: 300px;
}

/* drag and drop */

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

#sortable_list {
empty-cells: show;
}
.placeholder {
  border: solid rgba(51, 122, 183, 0.8) 1px;
  height: 2em;
  background-color: rgba(51, 122, 183, 0.5);
}

/**/
.copilot_unknown {
  display: none;
}

.pilot_unknown {
  display: none;
}

#aircraft_type_input {
  display:none;
}

.time_auto {
  color: #aaaaaa;
}

.time_manual {
/*  font-weight: bold; */
}

.time_zero {
  text-decoration:line-through;
  color: #aaaaaa;
}

.time_gap {
  color: #ff0000;
}

.fea_enabled {
  color: #000000;
  font-weight: bold;
}

.fea_disabled {
  color: #aaaaaa;
}

.table > tbody > tr > td.form-table-td, td.form-table-td {
  padding: 0;
  margin: 0;
}


.form-table {
    background-color: transparent;
    border: 0px solid;
    padding: 8px;
    margin: 0;
/*    height: 20px; */
    width: 100%;
/*    color: #CCC; */
}
.form-table:focus {
    outline: none;
/*
    color: #ffffff;
    background-color: rgba(51, 122, 183, 0.6);
*/
    border: solid #337ab7 1px;
    padding: 7px;
}

@media print {
  .table-for-print > tbody > tr > td, .table-startlist > tbody > tr > th, .table-startlist > tfoot > tr > td, .table-startlist > tfoot > tr > th, .table-startlist > thead > tr > td, .table-startlist > thead > tr > th {
    padding: 3px;
  }
  .col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
      float: none;
      width: 100%;
  }
  .container {
      width: auto;
  }
}

.veteran {
    color: #0000ff;
}


.ck-editor__editable_inline {
    min-height: 200px;
}
