@import url("/css/base.css");
@import url("/css/colorbox-reset.css");
@import url("/css/datatable.css");
@import url("/css/modal.css");
@import url("/css/jconfirm-reset.css");


.body-background {
  min-height: 100vh;
}

g.x text {
  fill: black;
  font-size: 12px !important;
  cursor: pointer;
}

.newGIF {
  height: 45px;
  width: 95px;
}

.td3 {
  background-color: var(--slate-100)
}

.td5 {
  background-color: var(--slate-300)
}

.td3_1 {
  background-color: white;
}

.td5_1 {
  background-color: var(--slate-300);
}

.help-tip {
  position: absolute;
  top: 18px;
  right: 18px;
  text-align: center;
  background-color: #bcdbea;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

.help-tip:before {
  content: "?";
  font-weight: bold;
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1e2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1e2021;
  right: 10px;
  top: -12px;
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

/* --------------- Graphs --------------- */

.dc-chart .axis path,
.dc-chart .axis line {
  stroke: black;
}

svg,
.dc-chart g.row text {
  fill: black;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

#main_header {
  color: #eab308;
  padding: 0 375px;
  text-align: center;
  font-weight: bold;
  margin: 22px 0 10px 0;
  text-shadow: 0px 0px 2px black;
}

#main_header_info {
  color: #ededed;
  font-size: 15px;
  text-align: center;
  padding: 0 160px 0 160px;
}

#add_record_button span,
.add_record_button span {
  font-size: 8px;
  vertical-align: super;
}

.tablePanelBorder #add_record_button {
  margin-top: 0;
  margin-bottom: 0;
}

#scan_button,
.scan_button {
  float: right;
}

#scan_button:hover,
.scan_button:hover {
  cursor: pointer;
  background-color: rgb(191, 231, 212);
}

.panel-group {
  margin: 10px 0 10px 0;
}

.panel-group .panel {
  border-radius: 10px;
  background-color: transparent;
}

.panel-heading {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--slate-800);
  color: var(--slate-100);
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

.panel-heading a  {
  color: rgb(173 189 225);
}

#compact_detail .dataTable {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.reset_button {
  float: right;
  color: rgb(106, 168, 187);
}

.panel-default {
  border: 1px solid var(--slate-600);
  border-radius: 10px;
}

.panel-default > .panel-heading {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid var(--slate-500);
  background-color: var(--slate-700);
  text-align: center;
  color: whitesmoke;
}



.panel-collapse {
  background-color: whitesmoke;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: var(--slate-800);
}

#loading_gif {
  justify-content: center;
  align-items: center;
  display: flex;
}

#loading_gif img {
  margin: -10px -10px -30px -10px;
}

#loading-screen {
  width: auto;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 10;
  border-radius: 50%;
  background-color: black;
  opacity: 0.5;
}

#paginate_loading {
  height: 60px;
  float: left;
  margin-bottom: -20px;
  margin-top: 2px;
  content: url("../../images/Peel9Animated_5.gif");
}

.glyphicon-info-sign {
  color: rgba(255, 166, 0, 0.767);
}

.tableBorder {
  height: auto;
  border: none;
  border-radius: 10px;
  padding: 1.2em;
  background-color: #ededed23;
  color: #ededed;
  margin: 1rem 0;
  position: relative;
  display: none;
}

.tablePanelBorder {
  height: auto;
  border: 1 solid whitesmoke;
  border-radius: 0 0 10px 10px;
  padding: 1.2em;
  background-color: var(--slate-500);
  display: none;
}

.panelTable {
  height: auto;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 1.2em;
  background-color: var(--slate-800);
  display: none;
}

.panelTable2 {
  height: auto;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 1.2em;
  background-color: var(--slate-800);
  color: var(--slate-100);
}

.popover-content {
  background-color: var(--slate-100);
  color: #262626;
  text-shadow: none;
  text-transform: capitalize;
  font-size: 14px;
}

#accordion13 {
  display: none;
}

#accordion131 table {
  min-height: 225px;
}

/* 
#accordion131 .tablePanelBorder {
    height: auto;
    border: none;
    border-radius: 0 0 10px 10px;
    padding: 1.2em;
    background-color: #ededed;
    display: none;
}
#accordion131 label {
    color: #262626 !important;
} */

#resim_ekle {
  border: #404040 10px solid;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: whitesmoke;
  height: 380px;
}

#resim_ekle img {
  width: auto;
  max-height: 360px;
}

.carousel-control {
  border-radius: 10px;
}

.btn-action {
  text-shadow: 0 0 2px black;
  font-weight: bold;
  color: #ededed;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 18px;
  padding: 5px 20px;
  background-color: rgb(33, 155, 124);
}

.btn-action:hover {
  background-color: rgb(39, 216, 172);
  color: white;
}

.action-button2 {
  height: 30px;
  font-weight: bold;
  color: #ededed;
  font-size: 16px;
  border-radius: 15px;
  cursor: pointer;
  padding: 2px 5px;
  margin: 15px 5px 0 5px;
  background-color: #275d8b;
  width: auto;
  min-width: 15%;
  float: right;
  border: 1px solid #333;
}

.action-button2:hover {
  background-color: #2178c4;
}

.tableEmpty {
  color: #ededed;
  text-shadow: 0 0 3px #262626;
  background: #26262615;
  display: flex;
  padding: 0;
  min-height: 100px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
}

.panelEmpty {
  display: flex;
  padding: 0;
  min-height: 100px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}

#no_record {
  margin: 15px;
}

textarea.form-control {
  height: 120px;
  border-color: #aaa;
  resize: none;
}

.form-control{
  background: linear-gradient(135deg,#f9fafb, #f3f4f6);
  color: var(--default-color);
  border-color: var(--slate-400);
}

.leaflet-control-fullscreen a {
  background: #ffe url(fullscreen.png) no-repeat 0 0;
  background-size: 30px 30px;
  background-position: 35% 35%;
}

#interval_day_select input {
  width: 100%;
  padding: 6px 0;
}

.interval-day-panel {
  display: flex;
  place-items: center;
}

#interval_day_select {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  gap: 3px;
}

#interval_day_select.compact input {
  font-size: 14px;
  margin: 0;
  padding: 2px;
}

.hide {
  display: none !important;
}

.col-md-1 {
  padding-right: 10px;
}

.col-md-2 {
  padding-right: 10px;
}

.col-md-3 {
  padding-right: 10px;
}

.col-md-4 {
  padding-right: 10px;
}

.col-md-5 {
  padding-right: 10px;
}

.col-md-6 {
  padding-right: 10px;
}

.col-md-7 {
  padding-right: 10px;
}

.col-md-8 {
  padding-right: 10px;
}

.col-md-9 {
  padding-right: 10px;
}

.col-md-10 {
  padding-right: 10px;
}

.col-md-11 {
  padding-right: 10px;
}

.col-md-1 {
  padding-left: 10px;
}

.col-md-2 {
  padding-left: 10px;
}

.col-md-3 {
  padding-left: 10px;
}

.col-md-4 {
  padding-left: 10px;
}

.col-md-5 {
  padding-left: 10px;
}

.col-md-6 {
  padding-left: 10px;
}

.col-md-7 {
  padding-left: 10px;
}

.col-md-8 {
  padding-left: 10px;
}

.col-md-9 {
  padding-left: 10px;
}

.col-md-10 {
  padding-left: 10px;
}

.col-md-11 {
  padding-left: 10px;
}

option {
  background-color: white;
}

.styled-select {
  height: 25px;
  overflow: hidden;
  width: auto;
  text-align: center;
  background: #eab308;
  min-width: 150px;
  color: var(--slate-600);
  border-radius: 4px;
}

.styled-select option:nth-child(odd) {
  background: var(--slate-300);
}

.datatable .styled-select {
  min-width: 100%;
}

.disabledSelect {
  opacity: 0.5;
  cursor: not-allowed;
}

.top_tiles {
  min-height: 1400px !important;
  margin-right: 0px;
  margin-left: 0;
}

.no_scroll {
  overflow: hidden;
}

/* Page container ------------------------------------------------------------------------------- */

#page_container {
  width: 980px;
  padding: 40px 5px 55px 5px;
  margin: 0 auto 0 auto;
}

/* TypeAhead --------------------------------------------------------------------------------------- */

.typeahead,
.tt-query,
.tt-hint {
  border: 2px solid #cccccc;
  border-radius: 8px 8px 8px 8px;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  outline: medium none;
  padding: 8px 12px;
}

.typeahead {
  background-color: #ffffff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
  color: #999999;
}

.tt-dropdown-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 0;
  visibility: hidden;
}

.tt-suggestion {
  font-size: 16px;
  line-height: 24px;
  padding: 3px 20px;
}

.tt-suggestion.tt-cursor {
  background-color: #0097cf;
  color: #ffffff;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%;
}

.example-twitter-oss .tt-suggestion {
  padding: 8px 20px;
}

.example-twitter-oss .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #cccccc;
}

.example-twitter-oss .repo-language {
  float: right;
  font-style: italic;
}

.example-twitter-oss .repo-name {
  font-weight: bold;
}

.example-twitter-oss .repo-description {
  font-size: 14px;
}

.example-sports .league-name {
  border-bottom: 1px solid #cccccc;
  margin: 0 20px 5px;
  padding: 3px 0;
}

.example-arabic .tt-dropdown-menu {
  text-align: right;
}

.message {
  color: #999;
  padding: 1em 0;
}

.todo,
.response {
  min-height: 6em;
  background-color: #fff;
  margin-bottom: 0.5em;
  padding: 1em;
  color: #555;
  -webkit-box-shadow: 0 0px 3px #bdbdbd;
  box-shadow: 0 0px 3px #bdbdbd;
  transition: all 0.3s ease-in-out;
}

.response {
  margin-top: 30px;
}

.controls {
  text-align: center;
}

/* Header --------------------------------------------------------------------------------------- */

h1 {
  color: #ffa500;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 25px 0;
}

button.button {
  height: 35px;
  display: inline-block;
  background-color: #999;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 25px 0;
}

button.button:hover,
button.button:active {
  background-color: #333;
}

/* --------------- Graphs --------------- */

/* .dc-chart .axis path, .dc-chart .axis line {
    stroke: white;
}
svg {
    fill: white;
} */

#heat_map_chart {
  height: 260px;
  background-color: #e0ebeb;
}

/* Glyphicons & Buttons ------------------------------------------------------------------------------------- */



.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
}

.btn-xs.btn-default.btn {
  border: solid 1px #aaa;
}

.glyphicon-eye-open:before {
  color: #262626;
}

.glyphicon-pencil:before {
  color: #262626;
}

#checked_out_btn,
.summary-checked-out-btn {
  background-color: wheat;
}

#disposed_btn,
.summary-disposed-btn {
  color: #be0202;
}

/* --------------- Lightbox --------------- */

.lightbox_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #333;
  background-color: rgba(68, 68, 68, 0.7);
  cursor: pointer;
}

.lightbox_container {
  display: none;
  width: 80%;
  height: 90%;
  position: fixed;
  top: 5%;
  left: 10%;
  z-index: 200;
  background-color: #fff;
  color: #666;
  overflow-y: scroll;
  overflow-x: auto;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.lightbox_close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45px;
  right: 45px;
  font-family: "FontAwesome", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #f70;
  cursor: pointer;
  border: 2px solid #f70;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.lightbox_close:before {
  content: "\f00d";
}

.lightbox_close:hover {
  color: #333;
  border-color: #333;
}

.lightbox_content {
  width: 642px;
  padding: 0 50px 0 50px;
}

.lightbox_content h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  color: #f70;
  margin: 0 0 25px 0;
}

.lightbox_content .input_container {
  width: 600px;
  margin: 0 0 10px 0;
}

.lightbox_content .input_container:after {
  clear: both;
  height: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  content: " ";
}

.lightbox_content .input_container label {
  width: 200px;
  float: left;
  font-size: 1rem;
  line-height: 32px;
}

.lightbox_content .input_container label span.required {
  font-weight: bold;
  color: #f70;
}

.lightbox_content .input_container .field_container {
  width: 400px;
  float: right;
  position: relative;
}

.lightbox_content .input_container .field_container label.error {
  width: 400px;
  display: block;
  background-color: #fff1e6;
  line-height: 1.4rem;
  color: #333;
  padding: 5px 0 6px 10px;
  border: 1px solid #f70;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 5px 0;
}

.lightbox_content .input_container .field_container label.error.valid {
  display: none !important;
}

.lightbox_content .input_container .field_container input {
  width: 400px;
  height: 32px;
  background-color: #f9f9f9;
  line-height: 30px;
  color: #666;
  padding: 0 0 0 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.lightbox_content .input_container .field_container input:focus {
  background-color: #ffd;
  color: #000;
}

.lightbox_content .input_container .field_container.error:after,
.lightbox_content .input_container .field_container.valid:after {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: -42px;
  font-family: "FontAwesome", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.lightbox_content .input_container .field_container.error:after {
  content: "\f00d";
  color: #c00;
}

.lightbox_content .input_container .field_container.valid:after {
  content: "\f00c";
  color: #090;
}

.lightbox_content .button_container {
  width: 600px;
  height: 35px;
  text-align: right;
  padding: 15px 0 50px 0;
}

.lightbox_content .button_container button {
  height: 35px;
  display: inline-block;
  background-color: #999;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

label.toggle-off {
  padding: 6px 24px 6px 12px;
  margin-top: -5px;
}

label.toggle-on {
  padding: 6px 24px 6px 12px;
  margin-top: -5px;
}

.lightbox_content .button_container button:hover {
  background-color: #333;
  color: #fff;
}

/* Message / noscript --------------------------------------------------------------------------- */

#message_container,
#noscript_container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  text-align: center;
  color: #fff;
}

#message_container {
  display: none;
}

#message,
#noscript {
  width: 980px;
  line-height: 20px;
  padding: 10px 5px 10px 6px;
  margin: 0 auto 0 auto;
}

#message p,
#noscript p {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
}

#message p:before,
#noscript p:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f70;
  font-family: "FontAwesome", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#message.success p:before,
#noscript.success p:before {
  content: "\f00c";
}

#message.error p:before,
#noscript.error p:before {
  content: "\f00d";
}

/* Loading message ------------------------------------------------------------------------------ */

#loading_container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

#loading_container2 {
  width: 100%;
  height: 100%;
  display: table;
}

#loading_container3 {
  display: table-cell;
  vertical-align: middle;
}

#loading_container4 {
  width: 350px;
  height: 250px;
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #666;
  padding: 165px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto 0 auto;
}

#loading_container4:before {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  font-family: "FontAwesome", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #f70;
  content: "\f013";
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

td {
  font-size: 1rem;
  text-align: left;
  color: #333333;
}

tr.row_selected td {
  background-color: var(--slate-800) !important;
  color: var(--slate-200) !important;
}

tr.row_selected td a{
    color: #95cbf9 !important;
  }

tr.row_selected .styled-select {
  background-color: var(--slate-400) !important;
  color: var(--slate-900) !important;
}

.decoded-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  color: white;
  font-weight: bold;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.error {
  color: red;
  font-weight: bold;
}

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

#app2 {
  max-width: 600px;
  width: 80%;
  max-height: 300px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}

/* Tab Navigation */

.nav-tabs {
  background-color: var(--slate-700);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid var(--slate-600);
}

.nav-tabs > li:first-child > a {
  border-top-left-radius: 10px;
}

.nav-tabs > li > a {
  height: 40px;
  color: whitesmoke;
  border-color: var(--slate-400);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: var(--slate-500);
  color: var(--slate-100);
}

.nav-tabs a::before {
  display: none;
}

/* Tab Content */

.tab-pane {
  background: #f5f5f5;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 0;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .tableBorder {
    margin: 0;
    padding: 10px;
  }
  #accordion13 {
    margin: 10px 0 0 0;
  }
  .tablePanelBorder {
    padding: 10px;
  }
  #add_record_button,
  #trigger,
  .add_record_button {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 10px;
    width: 110px;
    padding: 3px;
  }
  #add_user {
    margin-bottom: 10px;
    margin-left: 2px;
    margin-top: 10px;
    font-size: 10px;
    width: 120px;
  }
  #add_record_button,
  .add_record_button {
    margin-left: 10px;
  }
  #trigger {
    margin-right: 10px;
  }
  #main_header,
  #main_header_info {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 30%;
  }
  #main_header_info {
    font-size: 10px;
  }
}

@media screen and (max-width: 360px) {
  .tableBorder {
    padding: 0;
  }
  .tablePanelBorder {
    padding: 0;
  }
  #add_record_button,
  #trigger,
  .add_record_button {
    font-size: 9px;
    width: 90px;
    padding: 3px;
  }
  #add_record_button,
  .add_record_button {
    margin-left: 5px;
  }
  #trigger {
    margin-right: 5px;
  }
  #main_header {
    font-size: 18px;
  }
  #main_header_info {
    font-size: 10px;
  }
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#get_notes_wrapper,
#daily_note_bt_wrapper {
  max-width: 130px;
  flex-grow: 1;
}

#on_duty_li .active-user {
  color: #262626;
  background-color: rgb(145 253 226);
}

#on_duty_li .passive-user {
  color: #000000b8;
}

::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  /* border-radius: 10px; */
  /* background-color: #ccc; */
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}

#calendar .fc-center {
  margin-left: -115px;
}

footer,
footer .copyright {
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: center;
  height: 30px;
}

footer p {
  margin: 5px;
}

.jconfirm .jconfirm-box {
  background-color: #262626;
}

.jconfirm .jconfirm-content,
.jconfirm .jconfirm-title-c {
  color: white;
}

#user-dashboard-daily-tab-buttons > button:first-child {
  border-top-left-radius: 10px;
  margin-left: -15px !important;
}

.incident-link {
  color: blue;
}

.attachment-image {
  max-width: 300px;
  max-height: 300px;
  cursor: pointer;
}

.attachment-image-container,
.attachment-video-container,
.attachment-audio-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.attachment-audio-container {
  max-width: 500px;
  min-width: 300px;
}

/* DETAIL SUMMMARY */
.wrapok {
  white-space: normal;
}

.w-100 {
  width: 100%;
}
/* DETAIL SUMMMARY END*/

.cboxIframe {
  background: #555;
}

.align-center {
  text-align: center;
}

.large-checkbox {
  width: 25px;
  height: 25px;
}

.cautiousBtn {
  padding: 8px;
  font-size: 0.9rem;
  font-weight: normal;
}

.detail-narrative {
  padding: 10px 30px !important;
}

.sweet-popup-auto-width {
  width: auto;
}

.conversation-reply-container .note-editor {
  width: 100%;
  -webkit-box-shadow: 0px 6px 43px -14px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 6px 43px -14px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 6px 43px -14px rgba(0, 0, 0, 0.48);
  border-radius: 8px;
}

.conversation-reply-container .note-editor .panel-heading {
  background-color: transparent !important;
  border-width: 0px;
  border-radius: 2px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}

.conversation-reply-container .note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px 30px !important;
}
#ticket_reply {
  width: 100%;
  height: 300px;
  padding: 6px 12px;
  margin: 10px 0;
  resize: vertical;
  font-size: 14px;
  color: #555;
}
#ticket_reply:focus {
  border-color: rgb(163, 44, 44);
  background-color: rgb(250, 250, 250);
  outline: none;
}

#profile_info h2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 25px;
  width: 25px;
  margin-bottom: 0px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #aaa;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #2196f3;
}

/* Create the checkbox-checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkbox-checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detail-summary-tab-content {
  border: 1px solid var(--slate-700);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.detail-summary-tabs {
  border: 1px solid var(--slate-500);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--slate-500);
}

#printModal .close {
  color: var(--slate-700);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}


.ui-widget-content {
    background-color: var(--slate-200);
    color: var(--slate-800);
}

.ui-widget-header {
    background: var(--slate-400);
    color: var(--slate-900);
}

.no-wrap {
  white-space: nowrap;
}

.dc-data-count .filter-count,
.dc-data-count .total-count {
  color: #6caddd !important;
}

.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-no-padding-trim > [class*="col-"]:first-of-type {
  padding-left: 0 !important;
}

.row-no-padding-trim > [class*="col-"]:last-of-type{
  padding-right: 0 !important;
}

.datepicker .table-condensed{
  color:var(--slate-800) !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group-addon {
  border-color: var(--slate-400);
  border-left: none;
  border-right: none;
}

.input-group-addon:has(.glyphicon) {
  border-right: 1px solid var(--slate-400);
}

.input-group-addon:first-child{
  border-left: 1px solid var(--slate-400);
}

.input-group-addon:last-child{
  border-right: 1px solid var(--slate-400);
}

#open_advanced_search svg {
  height: 1.2em;
  width: 1.2em;
  fill: transparent !important;
}