body {
    font-family: 'Inter', sans-serif;;
    margin: 0px;
    padding: 0px;
    background: #fff;
    overflow-y: hidden;
    color: #011621;
    font-size: 12px;
}
.app-container {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px !important;
    margin: 0px !important;
}
.header {
    background: #fff;
    -webkit-box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 70px;
    border-left: 1px #eee solid;
}
.menu {
    background: #fff;
    -webkit-box-shadow: 7px 0px 13px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 0px 13px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 0px 13px -11px rgba(0, 0, 0, 0.75);
    width: 70px;
    height: 1000px;
    float: left
}
.content {
    width: 100%;
    height: 1000px;
}
.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    padding: 20px 10px;
    cursor: pointer;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #777;
    transition: 0.2s;
    position: relative;
}
.menu ul li i {
    font-size: 20px;
}
.menu ul li:hover {
    color: #011621;
    background: #f7fdff;
}
.logo {
    padding: 20px 10px 40px 10px;
    text-align: center;
    font-size: 9px;
    color: #011621;
}
.submenu {
    position: absolute;
    top: 0px;
    left: 65px;
    background: #f7fdff;
    width: auto;
    height: auto;
    padding: 20px;
    display: none;
    transition: 0.8s;
    z-index: 5;
    -webkit-box-shadow: 7px 0px 13px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 0px 13px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 0px 13px -11px rgba(0, 0, 0, 0.75);
    min-width: 200px;
    text-align: left;
}
.menu ul li:hover .submenu {
    display: block;
}
.submenu span {
    display: block;
    font-size: 14px;
    padding: 10px 0px;
    padding-left: 0px;
    font-weight: normal;
    border-bottom: 1px #777 solid;
    color: #777;
    font-weight: 600;
}
.submenu span:hover {
    color: #011621;
}
.pageHeading {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 20px;
    border-bottom: 1px #eee solid;
    font-family: 'Inter', sans-serif;;
}
.loadBar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 1000px;
    z-index: 1000;
    display: none;
}
.loadBox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 5px;
    background: #a0e1e1;
}
.datacontainer {
    padding: 20px;
}
.datatable {
    border: 0px #fff solid;
}
.datatable th {
    font-size: 11px;
    font-weight: 600;
    border: 0px;
    padding: 5px 10px;
    background: #f7f8f8;
    border-right: 1px #ddd solid;
}
.datatable tr td:nth-last-child(-n+1) {
    border-right: 0px;
}
.datatable tr:hover td {
    background: #f7fdff;
}
.datatable td {
    padding: 5px 10px;
    font-size: 11px;
    border-right: 1px #eee solid;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
}
.text-primary {
    font-weight: 600;
    color: #000 !important;
}
.topButtons {
    float: right;
}
.btn-primary {
    background: #4a69bd;
    border: 1px #4a69bd solid;
    transition: 0.3s;
    font-weight: 600;
}
.btn-primary:hover {
    background: #1e3799;
    border: 1px #1e3799 solid;
}
.btn-light {
    background: #eff4ff;
    border: 1px #eff4ff solid;
    transition: 0.3s;
    font-weight: 600;
}
.btn-light:hover {
    background: #d7e0f4;
    border: 1px #d7e0f4 solid;
}
.btn-white {
    background: #fff;
    border: 1px #011621 solid;
    transition: 0.3s;
    font-weight: 600;
    color: #011621;
}
.btn-white:hover {
    background: #d7e0f4;
    border: 1px #011621 solid;
}
.btn-success {
    background: #039db0;
    border: 1px #039db0 solid;
    transition: 0.3s;
    font-weight: 600;
}
.btn-success:hover {
    background: #3a9191;
    border: 1px #3a9191 solid;
}
.btn-danger {
    background: #e17055;
    border: 1px #e17055 solid;
    transition: 0.3s;
    font-weight: 600;
}
.btn-danger:hover {
    background: #e17055;
    border: 1px #e17055 solid;
}
.btn {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.input {
    padding: 5px;
    border: 0px;
    border-bottom: 1px #ccc solid;
    width: 100%;
    font-family: 'Inter', sans-serif;;
    color: #011621;
    background: #fff;
    font-size: 11px;
    outline: none;
}

.inputBordered{

    border: 1px #ccc solid !important;
}
.inputRed {
    border-bottom: 1px #e17055 solid !important;
}
select.input {
    padding-top: 8px;
}
.textRight {
    text-align: right;
}
.formBox .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-10,
.col-sm-9,
.col-sm-12 {
    padding: 20px 0px 0px 20px;
    position: relative;
}
.formBox .label {
    padding-top: 35px !important;
    font-size: 11px;
    font-weight: 600;
}
.formtable td .input {
    border: 0px !important;
    background: transparent !important;
}
.formtable td {
    padding: 0px 10px !important;
    vertical-align: middle !important;
}
.heading {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
.listitem {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    list-style: none;
}
.listitem li {
    padding: 4px 0px;
    font-size: 12px;
    cursor: pointer;
}
.listitem li:hover {
    color: #4a69bd;
}
.sideBoxLayOver,
.superSideBoxLayOver {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    ;
    height: 1000px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: none;
}
.sideBoxContainer,
.superSideBoxContainer {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 90%;
    height: 1000px;
    background: #fff;
    z-index: 11;
    -webkit-box-shadow: -9px 0px 8px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: -9px 0px 8px 0px rgba(170, 170, 170, 1);
    box-shadow: -9px 0px 8px 0px rgba(170, 170, 170, 1);
}
.sideBoxCloser,
.superSideBoxCloser {
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    z-index: 12;
}
.sideBoxContainer .topButtons,
.superSideBoxContainer .topButtons {
    margin-right: 90px;
}
.superSideBoxLayOver {
    z-index: 20;
}
.superSideBoxContainer {
    z-index: 21;
    width: 40%;
}
.superSideBoxCloser {
    z-index: 22;
}
.toastbox {
    position: fixed;
    bottom: -200px;
    right: 20px;
    width: auto;
    padding: 10px 20px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 21px 3px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 0px 21px 3px rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 21px 3px rgba(204, 204, 204, 1);
    font-size: 13px;
}
.toast-red {
    background: #e17055;
    color: #fff;
}
.toast-green {
    background: #00cec9;
}
.datatable tr td:nth-child(2) {
    font-weight: 600;
    cursor: pointer;
}
.datatable tr td:nth-child(2):hover {
    color: #4a69bd;
}
.customFormBox {
    display: none;
}
.customname {
    border-bottom: 0px #fff solid !important;
}
.spacer {
    height: 200px;
}
.fullheight {
    overflow-y: auto !important;
}
.customFormBox {
    position: relative;
}
.customFormBox:hover .customFormBoxDeleter {
    display: block;
}
.customFormBox .customFormBoxDeleter {
    position: absolute;
    top: 25px;
    right: -10px;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.dynamicUpdater {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 100%;
    background: #EFF4FF;
    padding: 10px;
    border-top: 1px #eee solid;
    -webkit-box-shadow: 0px 12px 5px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 12px 5px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 12px 5px 0px rgba(204, 204, 204, 1);
    z-index: 200
}
.dynamicUpdater .label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.dataupdatebox {
    position: relative;
}
.dataupdatebox .fa-pencil {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #4a69bd;
    font-size: 10px;
    display: none;
    transition: 0.3s;
    cursor: pointer;
}
.dataupdatebox:hover .fa-pencil {
    display: block;
}
.dynamicUpdater .input {
    border: 1px #eee solid !important;
}
.dynamicUpdater .badge {
    cursor: pointer;
}
.dynamicDropDownLoading {
    display: block;
    padding: 10px 0px;
}
.duplicateEntry {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 600;
    background: #e17055;
    color: #fff;
}
.checking {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 600;
    background: #fff;
}
.filterRow {
    background: #fff;
    padding: 20px;
    border-bottom: 1px #eee solid;
}
.filterRow .input {
    background: transparent !important;
}
.filterRow .bg-light {
    cursor: pointer;
}
.bg-light {
    color: #011621;
    background-color: #eff4ff;
    ;
}
.filterRow .input {
    color: #011621 !important;
    background-color: #eff4ff !important;
    border-radius: 2px;
    border: 0px #fff solid;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px;
}
.filterRow .col-sm-2,
.filterRow .col-sm-6,
.filterRow .col-sm-5,
.filterRow .col-sm-4,
.filterRow .col-sm-7 {
    padding: 10px;
}
.filterRow .col-sm-1 {
    font-size: 12px;
    color: #999;
    padding-top: 20px;
    cursor: pointer;
}
.fetching {
    border: 1px #eee solid;
    padding: 5px;
    font-size: 13px;
    background: #fff;
}
.filterRow .fetching {
    color: #011621 !important;
    background-color: #eff4ff !important;
    border-radius: 2px;
    border: 0px #fff solid;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px;
}
.fetching i {
    font-size: 11px;
}
.filterRow .btn i {
    font-size: 10px;
}
.filterRow .btn {
    margin-top: -78px;
    font-size: 12px;
}
.pagination-container {
    height: 80px;
}
.pagination {
    float: right;
    margin: 20px;
    font-size: 14px;
    vertical-align: middle;
}
.pagination .input {
    color: #011621 !important;
    background-color: #eff4ff !important;
    border-radius: 2px;
    border: 0px #fff solid;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px;
    width: 200px;
    margin-left: 10px;
    margin-top: -5px;
    display: inline-block;
    width: 100px;
}
.tablesorter-headerDesc {
    background: #f7f8f8 url('../images/sort-down.png') scroll no-repeat 96% center !important;
    cursor: pointer;
}
.tablesorter-headerAsc {
    background: #f7f8f8 url('../images/sort-up.png') scroll no-repeat 96% center !important;
    cursor: pointer;
}
.tablesorter-headerUnSorted {
    background: #f7f8f8 url('../images/sort.png') scroll no-repeat 96% center !important;
    cursor: pointer;
}
.dropdownBox {
    position: absolute;
    top: 90%;
    left: 0px;
    min-width: 100%;
    background: #fff;
    padding: 10px;
    border-top: 1px #eee solid;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 3px 5px 0px rgba(204, 204, 204, 1);
    z-index: 200
}
.dropdownBox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.dropdownBox ul li {
    padding: 5px;
    font-size: 13px;
    cursor: pointer;
}
.dropdownBox ul li:hover {
    background: #f7f8f8;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    font-size: 11px !important;
    margin-top: 5px !important;
    width: 100% !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container li {
    font-size: 11px !important;
    ;
}
.filterRow .select2-container--default .select2-selection--single {
    margin-top: 0px !important;
    color: #011621 !important;
    background-color: #eff4ff !important;
    border: 0px #fff solid !important;
    height: 30px !important;
    border-radius: 5px !important;
}
.displayBox {
    padding: 20px;
}
.displayBox .label:nth-child(1) {
    padding-top: 0px;
}
.displayBox .label {
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    display: block;
    padding-top: 25px;
    color: #888;
}
.tabs-container {
    border-bottom: 1px #eee solid;
    width: 100%;
}
.tabs {}
.tabs td {
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    border-left: 1px #fff solid;
}
.tabs td:hover {
    background: #eff4ff;
    color: #011621;
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
}
.tabs td.selected {
    background: #eff4ff;
    color: #011621;
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
}
.tabBox {
    display: none;
}
.tabHeading {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 10px;
    border-bottom: 1px #eee solid;
    font-family: 'Inter', sans-serif;;
    background: #fff;
    color: #011621;
}
.inputErrorDisplay {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 300000;
    color: red;
}
.tabBox .topButtons {
    margin-right: 20px;
}
.comments-container {
    min-height: 400px;
    padding: 20px;
}
.commentBox {
    background: #eff4ff;
    border: 1px #eff4ff solid;
    border-radius: 3px;
    transition: 0.3s;
}
.comments-poster {
    padding: 20px;
}
.comments-poster .input {
    color: #011621 !important;
    background-color: #fff !important;
    border-radius: 2px;
    border: 1px #eee solid;
    padding: 5px 10px;
    height: 30px;
    border-radius: 5px;
}
.bubble {
    color: #011621 !important;
    background-color: #eff4ff !important;
    border-radius: 2px;
    border: 0px #fff solid;
    padding: 10px 10px;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    min-width: 30%;
}
.bubble .user {
    font-weight: 600;
    font-size: 15px;
}
.bubble .time {
    font-weight: 600;
    font-size: 11px;
    color: #888;
}
.bubble-container {
    margin: 20px 0px 10px 0px;
}
.fileCatcher {
    cursor: pointer;
    width: 100%;
    height: 200px;
    background: #fff;
    border: 1px #ccc dashed;
    text-align: center;
    padding-top: 70px;
    margin-top: 30px;
    position: relative;
}
.fileCatcherFooter {
    background: #f7f8f8;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-top: 1px #ccc dashed;
}
.imageDisplayCloser {
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 16px;
    cursor: pointer;
    z-index: 200;
    background: #fff;
    color: red;
    padding: 0px;
    border-radius: 100%;
    line-height: 10px;
}
.imageDisplayer {
    width: 80px;
    height: 80px;
    background: transparent url("../images/default-image.png") scroll no-repeat center center;
    cursor: pointer;
    background-size: cover;
    display: inline-block;
    margin: 10px 20px 10px 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    position: relative;
    border: 5px #fff solid;
    border-radius: 3px;
}
.subHeading {
    font-size: 10px;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px #eee solid;
    background: #eff4ff;
    font-weight: 600;
}
.greybackground {
    background: #eff4ff;
}
.row {
    margin: 0px !important;
}
.bg-success {
    background: #039db0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #fff;
    border: 1px solid #666;
}
.live-tracker {
    position: fixed;
    top: 20px;
    right: 20px;
}
.flightDisplayBox label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color:#999;
}
.flightDisplayBox div {
    font-weight: 600;
    font-size: 12px !important;
}
.cockPit {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 200;
    background:#fff;
    border-top:1px #999 solid;
}
.armStatus {
    padding: 20px;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    font-size: 30px;
    ;
    height: 80px;
}
.armed {
    background: #64e1dc;
    color: #fff;
}
.armedLight {
    background: #b4d2d7;
    color: #222;
}
.unarmed {
    background: #ffead8;
    color: #222;
}
.flightStats .col-sm-4 {
    min-height: 60px;
}
.uavName {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    ;
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
    ;
}
.timeString {
    font-size: 13px;
    margin-top: -10px
}
.wayPointInformation {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 20000;
    padding: 20px;
    width: 300px;
    height: auto;
    background: #b4d2d7;
    border-radius: 4px;
    display: none;
}
.wayPointInformation label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #222;
}
.wayPointInformation {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.flightStatsWindow .col-sm-6 {
    min-height: 60px;
}

.flightStatsCustomer .col-sm-6 {
    padding:10px 0px;
}

.flightStatsCustomer .flightDisplayBox{
    font-size: 13px;
    font-weight: 600;
}

.flightStatsCustomer .flightDisplayBox label{
    color:#999;
}
.map-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
}
.hoverCard {
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px #eee solid;
    background: #eff4ff;
    font-weight: normal;
}

.hoverCard:hover{
    background:#fff4ea;
    cursor: pointer;
}

.hoverCard i{
    font-size: 20px !important;
}

.list-group{
    border-radius: 0px !important;
    margin-top:10px;
}
.list-group-item{
    font-size: 12px !important;
    font-weight: 600;;
    padding:5px 10px !important;
}

.list-group-item .messageBox{
    display: block;
    font-size:11px;

}

.logHeading{
    border-bottom:1px #eee solid;
    padding:10px;
    text-align: left;
    font-size: 12px;
    background:#fff;
    cursor: pointer;
}

.logHeadingSelected{
    border-bottom:1px #defcfc solid;
    padding:10px;
    text-align: left;
    font-size: 12px;
    background:#ffedf0;
    cursor: pointer;
}

.MinMaxContainer{
    position: fixed;
    top:25px;
    right:50px;
    padding:0px;
    border:1px #eee solid;
    -webkit-box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 13px -11px rgba(0, 0, 0, 0.75);
    width:400px;
    height:auto;
    opacity:0.7;
    background:#fff;
    z-index:2000;
}

.MinMaxContainer:hover{
    opacity: 1;
}

.minMaxTable{
    width:100%;
}
.minMaxTable th{
    padding:5px;
    font-size:10px;   
    border-bottom:1px #eee dotted; 
}

.minMaxTable td{
    padding:5px;
    font-size:10px;   
    border-bottom:1px #eee dotted; 
}

.minMaxRow{
    display:none;
}

.bigFont{
    font-weight: 600;
    font-size: 16px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
  }
  
  /* 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: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    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(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 17px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
