﻿/* styles for validation helpers */
/*.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}*/


.btn.btn-cargo {
    border-color: #ffffff;
    background: #454545;
    color: #FFF;
}

/*.form-class {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}*/

/*.table {
  display: table;
  width: 100%;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
}
@media screen and (max-width: 750px) {
  .cell {
    display: block;
  }
  .row {
    display: table-cell;
    width: 50%;
  }
}*/

/**LOADER*/

#loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 125, 125, 125, .4 ) 
                url('../img/1347045.gif') 
                50% 50% 
                no-repeat;
}

.flight {
    margin: 20px !important;
}

.theH2 {
    font-size: 1.2em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.btn.btn-twitter:hover, .btn.btn-twitter.active, .btn.btn-twitter:active, .btn.btn-twitter:active:focus {
    border-color: #058bc2 !important;
    background: #058bc2 !important;
}

.firstToggle {
    margin-right: 10px !important;
}

.readonly {
    color: transparent;
    text-shadow: 0 0 0 gray;
}

table#multipleTable > td, th {
    padding: 5px;
}

div.dataTables_wrapper div.dataTables_page label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: 11px;
    color: #7F8FA4;
    font-weight: 700;
    text-transform: uppercase;
}

.dataTables_page {
    padding-top: 15px;
    padding-left: 40%;
    padding-right: 40%;
}

sup#sup {
    position: absolute;
    top: 4px;
    right: 0;
    color: var(--yt-swatch-important-text, hsl(0, 0%, 100%));
    background-color: hsl(3, 81.8%, 49.6%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
}

.excel-download
{ 
    position: absolute;
    z-index : 7;
}
/*.fa-file-excel-o:hover {
    color: darkblue;
}*/
.fa-file-excel-o{
    color: #30a54b;
}
.btn-primary-outline {
  background-color: transparent;
  border-color: #fff;
}

p.figure span:not(:first-child) {
  border-left:2px solid #000!important;
}
p.figure span {
  font-size: 4em!important;
}

.divider{
    position:absolute;
    left:50%;
    top:10%;
    bottom:10%;
    border-left:1px solid #000;
    height:200px;
}