﻿body {
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.test-agata1 {
    padding: 80px;
    height: 110px;
    font-size: 20px;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: auto;
    height: 100px
}

.chartsHeader {
    font-size: 20px;
    text-align: center;
}

.tabCatHeader {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.bestConfigAirportName {
    font-size: 46px;
}
.control-label,
.form-group {
    margin-top: 0px;
    margin-bottom: 2px;
    padding-top: 0px;
}

.fmp-filterbox-control,
.fmp-filterbox-label {
    height: 22px;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 11px;
}

.form-group {
    height: 38px;
}

#agacia_test {
    font-size: 11px;
}

.chart_agacia {
    position: relative;
}

.chart_agacia svg {
    height: 280px;
    width: 400px;
    margin: 10px;
    min-width: 200px;
    min-height: 100px;
}

.big_chart {
    position: relative;
}

.big_chart svg {
    height: 400px;
    width: 900px;
    margin: -10px;
    min-width: 200px;
}


.big_chart svg {
    height: 415px;
}


.verticalLine {
    border-left: 1px solid #EEEEEE;
}

.modal {
    display: flex!important;
    align-items: center;
}

.modal-content{
    height: 250px;
    width: 350px;

    /* margin-top: 200px; */
    margin-left: 125px;
}


div[ng-app] { margin: 10px; }
form[name="editableForm"] > div {
  height: auto;
}

form[name="editableForm"] .title {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  min-width: 90px;
  margin-right: 20px;
  margin-bottom: 13px;

}

form[name="editableForm"] .editable {
  display: inline-block;
}

form[name="editableForm"] select {
  width: 30px;
}

form[name="editableForm"] input {
  width: 40px;
}

table[name="flightParams"] input {
    max-width: 140px;
}

#FMP_filterbox .container .multiSelect > button {
  overflow: hidden;
}

/* #FMP_filterbox .container .multiSelect > button {
  overflow: hidden;
} */

@media (width: 980px) {
  .big_chart svg {
    width:700px;
  }
}
