@charset "UTF-8";

@font-face {
  font-family: "fa icons";
  src: url("fa/webfonts/fa-solid.woff") format('woff');
}

hr {
  opacity: .3;
}

/* Alert for server errors */
.error-msg:before { 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: red;
    content: "\f06a";
    margin-right:  0.5rem;
}

.error-msg {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  margin-bottom:  1rem;
}

/* Information messages */
.info-msg:before { 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:  #4F81BD;
    content: "\f05a";
    margin-right:  0.5rem;
}

.info-msg {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  margin-bottom:  1rem;
}

.tt-dropdown-menu,
.gist {
  text-align: left;
}


.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}

.tox-statusbar__branding {
  display:  none !important;
}


.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 450px;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
 
}

.file-message {
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}

.mt-100{
    margin-top:100px;
}


.ram-colour {
  background-color: #17AD51;
}

.btn-ram {
  background-color: #17AD51;
  border-color: #17AD51;
  color: #fff;

}

.btn-ram:hover {
  background-color: #12813c;
  border-color: #12813c;
  color: #fff;
}

.btn-outline-ram {
  background-color: #FFFFFF;
  border-color: #17AD51;
  color: #17AD51;

}

.btn-outline-ram:hover {
  background-color: #12813c;
  border-color: #12813c;
  color: #fff;
}

.btn-outline-ram-nohover {
  background-color: #FFFFFF;
  border-color: #17AD51;
  color: #17AD51;

}

.btn-outline-ram-nohover:hover {
  background-color: #FFFFFF;
  border-color: #17AD51;
  color: #17AD51;

}

/* ============ SUB-MENU ============ */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li{ position: relative;  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; 
    top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; 
    left:auto;
  }
  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{ display: block; }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
} 
/* ============ small devices .end// ============ */




.typeahead {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 8px 12px;
  width: 300px;
  font-size:1em;
}
.tt-menu { width:300px; }
span.twitter-typeahead .tt-suggestion {
  padding: 10px 20px;
  border-bottom:#CCC 1px solid;
  cursor:pointer;
}
span.twitter-typeahead .tt-suggestion:last-child { 
  border-bottom:0px;
}
.bgColor {
  max-width: 440px;
  height: 200px;
  background-color: #c3e8cb;
  padding: 40px 70px;
  border-radius:4px;
  margin:20px auto;
}
.demo-label {
  font-size:1em;
  color: #686868;
  font-weight: 500;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}


.kothing-editor {
  padding: 0.25rem 0.5rem !important;
  background-color: #fff !important;
}

.kothing-editor-editable {
  font-family:  var(--bs-body-font-family) !important;
  font-size: 0.875rem !important;
  padding: 0 !important;
}

.kothing-editor .ke-wrapper .ke-wrapper-inner {
  min-height: 0 !important;
}

.kothing-editor-editable p {
  margin: 0 !important;
}

.equip-line p {
  margin-bottom: 0 !important;
}

.dark-mode {
  color: #FFF !important;
  background-color: #303030 !important;
}

.light-mode {
  color: #000 !important;
  background-color: #FFF !important;
}

.dark-mode-icon {
  color: #FFF !important;
  background-color: transparent !important;
}

.light-mode-icon {
  color: #000 !important;
  background-color: transparent !important;
}

.dark-mode-icon a {
  color: #FFF !important;
  background-color: transparent !important;
}

.light-mode-icon a {
  color: #000 !important;
  background-color: transparent !important;
}

.tooltip.show {
    opacity: 1;
} 

.tooltip-inner {
    background-color: transparent !important;
    color: transparent !important;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: transparent !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: transparent !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: transparent !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: transparent !important;
}

div.dataTables_filter{
    float: left !important;
}

div.dataTables_filter input{
    margin-left: 0 !important;
    margin-bottom: 3px !important;
}

table.dataTable {
  margin: 0 !important;
}