* {
  box-sizing: border-box;
}
body {
  padding: 0px;
  /* font: 12pt "Lucida Grande", Helvetica, Arial, sans-serif !important; */
}
a {
  color: #00B7FF;
}
#content {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#footer-content {
  /* margin-top: calc(100% - 0px); */
  background-color: #0e2f51;
  height: 25px;
}
#main-map-left {
  float: left;
  width: 100%;
  height: calc(100% - 120px);
  background-color: #ffffff;
}
#main-map2 {
  border: #0e2f51;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  /* float: left; */
  /* width: 50%; */
  height: 100%;
  width: 100%;
  /* margin-right: 0px; */
  background-color: #ffffff;
}
#main-map-right {
  float: right;
  width: 50%;
  height: calc(100% - 90px);
  background-color: #ffffff;
}
#ansp-dashboard {
  float: right;
  width: 50%;
  height: 100%;
  background-color: #253f73;
}
#mid-content {
  height: calc(100% - 115px);
}
#ops-plan {
  height: calc(100% - 200px);
}
#top-content {
  height: 90px;
  width: auto;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-bottom-color: #727272;
  /* background-color: #20467B; */
  background-color: #253f73;
}
.top-content-toolbar {
  position: absolute;
  top: 90px;
  height: 30px;
  width: 100%;
  background-color: rgba(172, 171, 171, 0.95);
}
.top-content-toolbar2 {
  position: absolute;
  top: 90px;
  height: 30px;
  width: 100%;
  background-color: #d3d3d3;
}
.top-content-toolbar-item-list {
  position: absolute;
  /* top: 0px; */
  right: 10px;
  padding-right: 5px;
}

.top-content-toolbar-item-count{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #00ff0b;
  transition: background-color 1s ease-out;
}

.top-content-toolbar-item {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #00ff0b;
  cursor: pointer;
  transition: background-color 1s ease-out;
  /* border-radius: 2px; */
}
.top-content-toolbar-item:hover {
  background-color: #1c3dcc;
}
.top-content-toolbar2-item {
  display: inline-block;
  margin-top: 2px;
  padding: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 1s ease-out;
  border-radius: 2px;
}
.top-content-toolbar2-item:hover {
  background-color: #1c3dcc;
}
.cadena-logo {
  position: absolute;
  text-shadow: 2px 2px #000000;
  left: 170px;
  top: 50px;
  width: 200px;
  height: 60px;
  font-size: 2em;
  color: white;
  text-align: center;
}
.canso-logo {
  position: absolute;
  border-radius: 2px;
  border-width: 4px;
  border-style: solid;
  border-color: #ffffff;
  top: 20px;
  left: 50px;
  z-index: 5000;
}
.canso-logo2 {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 5000;
}
.cadena-logo2 {
  position: absolute;
  text-shadow: 2px 2px #000000;
  left: 135px;
  top: 55px;
  width: 200px;
  height: 60px;
  font-size: 2em;
  color: white;
  text-align: center;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e1e6ef;
  margin-bottom: 1.5rem;
}
.ansp-summary {
  width: calc(100% - 30px);
  border-radius: 2px;
  background-color: white;
  padding: 5px;
  margin: 15px;
  height: 40px;
}
#daily-ops-plan-list {
  float: left;
  width: 100%;
  height: calc(100% - 30px);
  /*background-color: #253f73;*/
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 10px;
}
.daily-ops-plan-list-item {
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: lightgrey;
  padding: 5px;
  font-family: 'Roboto', sans-serif;
}
.daily-ops-plan-list-item-content-item {
  display: block;
  padding: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.jsgrid {
  position: relative;
  overflow: hidden;
  font-size: .75em;
}
#regional-daily-operations-plan-header2 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: #387f6b;
  color: white;
}
.hide {
  display: none;
}
.ops-plan-checkbox {
  margin-right: 4px;
}
.dz-clickable {
  height: 100px;
  width: 100px;
}
.daily-ops-plan-list-item-content-header {
  display: block;
  border-radius: 2px;
  padding: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: rgba(37, 57, 255, 0.97);
  color: white;
}
.daily-ops-plan-list-item-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #20467B;
  /*text-shadow: 1px 1px 0px #052939;*/
}
.daily-ops-plan-list-item-planning-file {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  /*font-weight: 200;*/
  border-radius: 4px;
  text-decoration: underline;
  padding: 4px;
  color: #1355ff;
  cursor: pointer;
  margin-left: 5px;
}
.daily-ops-plan-list-item-detail {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .90em;
  line-height: 175%;
  white-space: pre-wrap;
  color: #213f7b;
}
.ol-attribution {
  visibility: hidden;
}
pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.disp-message {
  padding: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: small;
}
#utc-time {
  float: right;
  color: #f7ffc6;
  font-family: monospace;
  font-size: smaller;
  padding: 4px 10px 0px 0px;
}
#message {
  float: left;
  color: #f7ffc6;
  font-family: monospace;
  font-size: smaller;
  padding: 4px 10px 0px 10px;
}

.btn.btn-xs + ul.dropdown-menu > li > a {
  font-size: 12px;
}

.hidden {
  display: none;
}

.animated {
  padding-top: 15px;
  margin-bottom: 0px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.promotion {
    color: #fff;
    font-size: 17pt;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /*text-shadow: 1px 1px 1px orange, 2px 2px 1px rgb(30, 168, 23);*/
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/*
body::-webkit-scrollbar {
  width: 20px;
}

body::-webkit-scrollbar-track {
  background: gray;
}

body::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 7px;
  border: 1px solid rgb(0, 221, 255);
}
*/

.bootbox-body {
  white-space: nowrap;
}

.modal-dialog {
  position: relative;
  display: table;
  overflow: auto;
  width: auto;
  min-width: 400px;
}

.hand-cursor {
  cursor: pointer;
  cursor: hand;
}

/* Set the width, max-width, and height of the modal */
#tmmLog .modal-dialog {
  width: 1100px;
  max-width: 1200px;
  max-height: 70vh;
  overflow-y: auto; 
}

#tmmLog .modal-content {
  height: 600px;
}

/* Optional: Make the modal body scrollable if content overflows */
#tmmLog .modal-body {
  
  display: flex;
  height: 100%; /* Ensures it fills the modal-content's height */
  padding: 0;
}

#tmmLog .modal-sidebar {
  width: 250px; /* Sidebar width */
  background-color: rgb(42, 44, 54); /* White color */
  border-right: 1px solid #ddd; /* Optional: Add a subtle border */
  padding: 20px; /* Padding inside the sidebar */
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for depth */
  height: 100%;
  overflow-y: auto; /* Make sidebar scrollable if content overflows */
  flex-shrink: 0;
}

#tmmLog .modal-main {
  flex-grow: 1; /* Allow main content to take remaining space */
  padding: 20px; /* Padding inside the main content */
  overflow-y: auto;
  height: 100%;
  background-color: #e4e5e6;
}

#tmmLog .modal-footer {
  background-color: rgb(248, 249, 250)
}

#tmmLog .modal-footer .btn {
  background-color: #d3d3d3; /* White background */
  color: #333; /* Dark text color */
}

#tmmLog .modal-header {
  background-color: rgb(248, 249, 250)
}

#tmmLog .modal-footer .btn:hover {
  background-color: #f8f9fa; /* Slightly gray background on hover */
  color: #333; /* Keep the text color dark on hover */
  border-color: #333; /* Keep the border color dark on hover */
}

#anspdisplaynameLog {
  font-size: x-large;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tmmLog .icon-container {
    display: inline-flex; /* Ensure the icons appear side by side */
    gap: 8px; /* Add spacing between icons */
}
#tmmLog .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px; /* Adjust square size */
    height: 24px;
    color: white; /* White icon */
    font-size: 18px; /* Icon size */
}

#regionalPendingTab .td {
  display: flex; /* Make the content inside the cell a flex container */
  justify-content: space-between; /* Space out the text and icons */
  align-items: center; /* Align text and icons vertically */
}

#tmmLog .icon.blue {
  cursor: pointer;
  background-color: #0056b3; /* Darker blue */
}

#tmmLog .icon.red {
  cursor: pointer;
  background-color: #ff0000; /* Red */
}

#tmmLog .icon.info {
  cursor: pointer;
  background-color: #ffc107; 
}

#regionalPendingTab .text-content {
  flex-grow: 1; /* Allow the text to take available space */
}

#regionalPendingTab .fa-check {
  display: inline-block;
  padding: 5px;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%; /* Makes it circular */
  text-align: center;
  color: green; /* Makes the check icon green */
  cursor: pointer;
}

#tmmLog #pendingNav {
  display: inline-block; /* Ensure the anchor stays inline */
}

#tmmLog .badge {
  vertical-align: middle; /* Align it properly with text */
  margin-left: 0px; /* Add spacing */
}

#oddColumn {
  border-right: 1px solid #000;  /* Adds a vertical line on the right side of the first column */
  padding-right: 15px;  /* Optional: adds some spacing between the content and the line */
}

#oddColumn, #evenColumn {
  height: 100%;  /* Ensures the columns take full height */
}

/* Set a fixed width for the modal */
#tmmarchivelogModal .modal-dialog {
  width: 750px;  
}

/* Make the modal body scrollable */
#tmmarchivelogModal .modal-body {
  max-height: 800px; /* Adjust height as needed */
  overflow-y: auto;  /* Enable vertical scrolling */
}

#tmm li {
  display: inline-flex;
  align-items: center;
  gap: 5px; 
}



.overlay1 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  /* background: rgba(33, 30, 30, 0.8) url("../assets/flyingAirplane.gif") center no-repeat; */
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  /* overflow: hidden; */
  background: rgba(33, 33, 33, 0.8) url("../assets/flyingAirplane.gif") center no-repeat;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay1 {
  display: block;
}
