body {
  background: #fafafa;
}

footer {
  background: #d6d6d6;
}

.lc-headDropdown a {
  color: #fafafa;
}
.lc-headDropdown a :hover {
  color: #fafafa;
}
.lc-headDropdown a span:hover {
  color: #fafafa;
}

.lc-mobHeader a {
  color: #fafafa;
}
.lc-mobHeader a i {
  color: #fafafa;
}
.lc-mobHeader a.lc-mobBar {
  border-right: 1px solid #ebebeb;
}
.lc-mobHeader a.lc-mobBar {
  border-right: 1px solid #ebebeb;
}
.lc-mobHeader a.lc-mobProfile {
  border-left: 1px solid #ebebeb;
}

.lc-mobHeader {
  position: fixed;
}

.lc-mobHeader .lc-mobileMenuArea a i {
  color: #3e2723;
}

.lc-mobileMenuArea li a {
  border-bottom: 1px solid #545454;
}

.lc-alertValue {
  background: red;
}

.lc-leftMenu {
  background: #dedede;
}

.lc-leftMenu nav ul li a {
  color: #545454;
}

.lc-mobileMenuArea,
.lc-mobileMenuArea a {
  background: #ebebeb;
  color: #3e2723;
}

.lc-chart-1 {
  background: #f0dd30;
  color: #3e2723;
}

.lc-chart-2 {
  background: #7eb045;
  color: #3e2723;
}

.lc-chart-3 {
  background: #e81e61;
  color: #3e2723;
}

.lc-fullChart-1 {
  background: #fff;
}

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* table pagination & ng-table styles */
.ng-table-pager {
  display: none;
}

.ngtable tr:nth-child(even) {
  background: #f5f5f5;
}

.ngtable tr:nth-child(odd) {
  background: #FFF;
}

.ng-table > tbody > tr > td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 15px;
}

/* ng-table styles ends here */
body {
  font-size: 12px;
  font-family: sans-serif;
}

header {
  background: #ffffff;
}

.common-header {
  padding-left: 0.313em !important;
}

.rrap-header-logo {
  margin-top: 0.125em;
}

.desktop-header {
  background: #ffffff;
  padding: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.lc-break {
  page-break-before: always;
}

.left-mobile-menu img {
  width: 30px;
  margin-left: 7px;
}

#edit-holder .form-control {
  border: none !important;
  box-shadow: none !important;
  height: 60px !important;
}

#edit-holder button, #edit-holder input, #edit-holder select, #edit-holder textarea {
  width: 100%;
}

.modal-body {
  padding-top: 0px;
  color: #000;
  padding-bottom: 0px;
}

.btn-modal {
  text-align: right;
  margin-right: 20px;
  padding-top: 0.5em;
}
.btn-modal span {
  display: inline-block;
}
.btn-modal .btn-save {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 0.4em;
  background: #4CAF50;
  border: 1px solid #4caf50;
  padding-left: 1em;
  padding-right: 1em;
}
.btn-modal .btn-cancel {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 0.4em;
  background: #818681;
  border: 1px solid #818681;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.jsoneditor-popup {
  border: none !important;
}
.jsoneditor-popup .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.jsoneditor-popup h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 9px;
  line-height: 5px;
}
.jsoneditor-popup .form-control {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  height: 28px;
}
.jsoneditor-popup .form-control label {
  display: inline-block !important;
  min-width: 75px;
}
.jsoneditor-popup .form-control input, .jsoneditor-popup .form-control select, .jsoneditor-popup .form-control textarea {
  width: 80%;
  height: 25px;
}

.login-main {
  margin-top: 7em;
  margin-bottom: 7em;
}

.login-left-main {
  padding: 1em;
}
.login-left-main .login-left h3 {
  font-size: 18px;
}

.login-form {
  box-shadow: 2px 4px 5px rgba(6, 6, 6, 0.4);
  background: #F9F9F9;
  padding: 2em;
  margin-bottom: 1em;
  border: 1px solid rgba(204, 204, 204, 0.35);
  padding-bottom: 0.2em;
  text-align: left;
}
.login-form .login-user {
  text-align: center;
  font-size: 21px;
  color: #009688;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.login-form input[type=text], .login-form input[type=password] {
  border: 1px solid transparent;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  height: 30px !important;
  width: 80%;
}
.login-form input[type=submit] {
  cursor: pointer;
  border: none;
  background: #009688;
  color: #FFF;
  /**    margin: 0px 0px 5px;
      padding: 2px; */
  font-size: 14px;
  margin-top: 0.5em;
  height: 30px !important;
  padding: 5px 32px;
  margin: 4px 2px;
  text-decoration: none;
}

.forgot-pass {
  text-align: right;
}
.forgot-pass a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.83);
  font-weight: bold;
}
.forgot-pass a:hover {
  color: rgba(0, 150, 136, 0.86);
}

.signup {
  margin-top: 2em;
}
.signup a {
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  padding: 0.4em;
  padding-right: 1.2em;
  padding-left: 1em;
}
.signup a:hover {
  background: #009688;
  color: #fff;
  border: 2px solid #009688;
}

.json-editor-btn-movedown, .json-editor-btn-moveup {
  display: none;
}

.showhover {
  display: none;
}

.texthover:hover .showhover {
  display: inline-block;
  text-align: center;
}

.main-table {
  margin-top: 5em;
}

footer {
  padding: 0px !important;
  background: transparent !important;
}

.footer-main {
  bottom: 0;
  padding-bottom: 1em;
  margin-top: 4em;
}
.footer-main h5 {
  font-weight: 600;
  font-size: 16px;
}
.footer-main a {
  display: block;
  color: #323232;
  font-size: 15px;
}
.footer-main a img {
  margin-top: 9px;
  max-width: 100%;
}

.uname {
  font-size: 13px;
}

.get-user {
  cursor: pointer;
}

.modal-content {
  padding-bottom: 2em;
}

.modal-header {
  border-bottom: none !important;
  min-height: 7.43px !important;
  padding: 5px !important;
  margin-bottom: 0em;
}

.modal-header .close {
  margin-top: 3px !important;
  margin-right: 12px !important;
  outline: none;
}

.error-message {
  padding-left: 0.4em;
}
.error-message h4 {
  color: #F44336;
}

#edit-customer-holder h3 span {
  display: none;
}

.change-password {
  vertical-align: middle !important;
}
.change-password a {
  cursor: pointer;
  padding: 0.5em;
  background: #009688;
  color: #fff !important;
}
.change-password a:hover {
  color: #fff !important;
  background: #292b2c;
}

.password-body {
  line-height: 30px;
}
.password-body label {
  width: 100px !important;
}
.password-body input {
  width: 80.8% !important;
}
.password-body .btn {
  width: 100% !important;
  border-radius: 0px !important;
  background-color: #009688 !important;
  border-color: #009688 !important;
}

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

.table-longtext {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.table-div-longtext {
  width: 100%;
  max-height: 300px;
  overflow: auto;
}

.hint {
  font-size: 0.8em;
  margin: 0px;
  display: inline-block;
  font-style: italic;
}

lc-mt20 {
  margin-top: 0px !important;
}

.graph-b {
  box-shadow: 2px 4px 5px rgba(6, 6, 6, 0.4);
  margin-bottom: 3em;
  font-size: 1em;
}

.graph-outer {
  bottom: 30px;
  margin-top: 3em;
}

.text-b {
  font-weight: bold;
}

.title-icon {
  padding-bottom: 2em;
  padding-top: 1em;
}

.chart-title {
  text-align: left;
}

.dropbtn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: none;
}

.gear-icon {
  text-align: right;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  float: right;
  margin-top: -32px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 78px;
  font-size: 12px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}
.dropdown-content a {
  color: black;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: #009688;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.modal-body .form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 2px 12px;
  height: 100%;
}
.modal-body .row {
  margin-left: 0px;
}
.modal-body h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.modal-body label {
  margin-right: 10px;
}
.modal-body button,
.modal-body input,
.modal-body select,
.modal-body textarea {
  height: 18px;
}

/* need more responsive header */
.customer-name {
  font-size: 2.3vw;
  padding-top: 2px;
  float: left;
  text-align: center;
  width: 33.33333%;
}

/* rrap logo at the header */
.rrap-header-logo {
  height: 2.7vw;
}

/*media querry for dashboard */
@media only screen and (max-width: 767px) {
  .dashboard-main {
    margin-top: 0.2em;
  }

  .mobile-dashboard {
    padding-left: 0px;
    padding-right: 0px;
  }

  .ng-table > tbody > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 0px;
    padding-left: 2px;
  }

  .ng-table > tbody > tr > th {
    padding-left: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 3px;
  }

  .dashboard-title h4 {
    font-size: 13px;
  }

  .customer-name {
    padding-top: 7px;
    font-size: 3.2vw;
  }

  .lc-mobHeadLogo {
    margin-top: 8px !important;
  }

  .rrap-header-logo {
    height: 4.5vw;
  }
}
/* dashboard title */
.dashboard-title {
  text-align: center;
  margin-top: 13px;
}

.tableColumnWrap td:nth-child(1) {
  word-break: break-all;
}

/* Styles for removing the horizontal scrollbar to the log raw table */
.logTableRow td:nth-child(1),
.logTableRow td:nth-child(2) {
  word-break: keep-all;
}
.logTableRow td:nth-child(2) {
  text-align: center;
}
.logTableRow td:nth-child(3) {
  word-break: break-all;
}

/* Misc display styles comes here */
.uibtabs {
  margin-top: 10px;
}
.uibtabs .tab-content {
  margin-top: 10px;
}
.uibtabs .tabsMessageContent {
  margin-top: 10px;
  height: 150px;
  padding: 0px !important;
}

/* Styles for the display of log details popup when we hover on the topIP */
.displayLogBlock {
  position: relative;
  display: inline-block;
}

.displayLogImg {
  width: 10px;
}

.drillDown {
  display: none;
  position: absolute;
  top: 16px;
  left: -8px;
  min-width: 80px;
  font-size: 12px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.drillDown a {
  color: black;
  padding: 7px 16px;
  text-decoration: none;
  display: block;
}

.drillDown a:hover {
  color: #009688;
}

.displayLogBlock:hover .drillDown {
  display: block;
}

.logDisplayTable {
  height: 530px;
  overflow-y: scroll;
}

.logDisplayTable table,
.logDisplayTable th,
.logDisplayTable td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}

.logDisplayTable table tr:nth-child(odd) {
  background-color: #f1f1f1;
}

.logDisplayTable table tr:nth-child(even) {
  background-color: #ffffff;
}

.drillDown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blockip-label {
  font-size: 20px;
  margin: 10px;
}

.blockipdata {
  width: 60%;
  height: 25px;
  text-indent: 5px;
}

.blockipfooter {
  border-top: none;
  padding: 0px 15px 0px 0px !important;
}

/* Dashboard page logout btn styles */
.logoutBtnBlock {
  display: flex;
  align-items: center;
}

.logoutBtn {
  margin-top: 3px;
}
.logoutBtn a {
  color: white;
  text-decoration: none;
}

/* Admin page controlpanel styles comes here */
.controlpaneltextposition {
  float: right;
  font-size: 17px;
}

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

.genBtn {
  float: right;
}

.copyBtn {
  float: left;
}

.controlpaneldropdowndisplay {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.hidden {
  display: none;
}

.lc_link {
  cursor: pointer;
}

/* styles for build deploy tab */
.build-failed {
  color: red;
}

.build-progress {
  color: gray;
}

.build-success {
  color: black;
}

.table-prod-row {
  background-color: #eeeeee;
}

.table-staging-row {
  background-color: white;
}

.table-build-row {
  display: none;
}

/* align checkbox in dialog box */
#show-columns input {
  vertical-align: bottom;
  width: 50px !important;
}

.log_dbe {
  border: 1px solid black;
  padding: 6px;
  border-radius: 8px;
}

.selectedrow {
  background: lightyellow;
  font-style: italic;
}

#logtime .quickdate-popup.open {
  margin-left: -100px;
}

#logtime-start .quickdate-popup.open {
  margin-left: -80px;
}

.logview-dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-top: -32px;
}

.logview-dropdown:hover .dropdown-content {
  display: block;
}

.pagination_button {
  border: 0px;
  background: transparent;
}

.pagination_icon {
  width: 15px;
}

.row .table_pagination {
  margin: 0px !important;
  float: right;
}

.topbar-row .topbar-right {
  float: right;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  line-height: 1;
}
.topbar-row .status-box {
  color: #fff;
  padding: 3px;
  margin: 2px 0px 2px 0px;
  height: 40px;
  overflow: hidden;
}
.topbar-row .topbar-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inherit;
  margin-top: 0.3em;
}
.topbar-row .topbar-value {
  font-size: 2em;
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  display: inherit;
}
.topbar-row .topbar-unit {
  font-size: 1.1em;
}

.display-topbar {
  float: left !important;
}

/*media querry for dashboard */
@media (max-width: 1024px) {
  .topbar-row .status-box {
    margin-left: 0em;
    margin-right: 0em;
  }
}
@media (max-width: 767px) {
  .topbar-right-mobile {
    float: left !important;
  }
  .topbar-right-mobile span {
    word-wrap: break-word;
    font-size: 11px;
  }

  .topbar-row .status-box {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
  }
  .topbar-row .topbar-title {
    font-size: 1em;
  }
  .topbar-row .topbar-unit {
    display: none;
  }
  .topbar-row .topbar-value {
    font-size: 1em;
    padding: 0px;
    margin: 0px;
    font-weight: 800;
  }
}
/* Show less or show more button styles starts here */
.contentBtn {
  float: right;
  color: black;
  cursor: pointer;
  background-color: none;
  border: none;
}

.status-box-open {
  height: 100%;
  padding: 3px;
  margin: 2px 0px 2px 0px;
}

#menulink {
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  cursor: pointer;
}

.datepicker-div {
  /* padding:12px 10px;*/
}
.datepicker-div a {
  padding: 0px !important;
}

#left-menu {
  width: 267px;
  height: 100%;
  position: fixed;
  background: #dedede;
  margin-left: -267px;
  border-right: 1px solid #000;
  font-size: 12px !important;
}
#left-menu ul {
  margin: 0px;
  padding: 5px 0px;
  width: 100%;
  list-style: none;
}
#left-menu ul li {
  border-bottom: solid 1px #000;
}
#left-menu ul li:hover {
  cursor: pointer;
  background: #009688;
}
#left-menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  outline: none;
  padding: 12px 10px;
}

.datepicker-div a {
  border-bottom: none !important;
}

.datepicker-sub {
  border-bottom: solid 1px #000 !important;
}

.dashboard-pass-img {
  margin-top: 0px !important;
  margin-right: 15px;
}

/*media querry for dashboard */
@media (max-width: 767px) {
  #menulink,
#menulink-mobile {
    height: 26px;
  }
}
.modal {
  z-index: 9999;
}

/* SSL block styles starts here */
.sslText {
  cursor: pointer;
}

.sslText:hover {
  color: #726f70;
}

.imgBox {
  text-align: right;
}

.contentBtn {
  font-size: 10px;
}

.lc-leftMenu {
  border: 1px solid #000;
  padding: 0px;
}

.left-icon {
  border-bottom: 1px solid #000;
}

.left-icon h3 {
  font-size: 11px;
  margin-top: 4px;
}

.left-sidebar {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.left-edit-img {
  display: inline-block;
}

.left-edit-text {
  display: inline-block;
  font-size: 11.5px;
}

.server-main {
  padding: 0.5em;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 2em;
  text-align: center;
}
.server-main .server-img {
  width: 50px;
  height: 37px;
}
.server-main .img-running {
  filter: none;
}
.server-main .img-stopped {
  filter: grayscale(100%);
}
.server-main .img-stopping {
  filter: blur(4px) grayscale(100%);
}
.server-main .img-pending {
  filter: blur(4px) grayscale(100%);
}

.gradient-outer {
  position: relative;
  height: 16px;
  margin-bottom: 0.2em;
}
.gradient-outer input {
  cursor: default;
}

.gradient-fill, .sub-c, .sub-b, .sub-a {
  position: absolute;
  overflow: hidden;
  cursor: default;
}

.sub-a {
  top: 0px;
  height: 100%;
  background-color: white;
}

.sub-b {
  top: 0px;
  left: 0px;
}

.sub-c {
  top: 0px;
  left: 0px;
}

.quickdate-button {
  padding: 12px 10px !important;
}

.datepicker-div .quickdate-button {
  padding: 12px 10px !important;
}

.quickdate-button i {
  font-size: 20px;
  padding-right: 15px !important;
}

.quickdate-button {
  border-radius: 0px !important;
  background: transparent !important;
  border: none !important;
  /* padding: 0px !important;*/
  font-size: 12px !important;
}
.quickdate-button a:hover {
  text-decoration: none !important;
}

.gradient-outer {
  position: relative;
  margin-bottom: 0.2em;
}
.gradient-outer input {
  cursor: default;
}

.gradient-fill, .sub-a, .sub-b, .sub-c {
  position: absolute;
  overflow: hidden;
  cursor: default;
}

.disk-color {
  background-image: url(/img/disk-fill.jpg);
  background-size: 100%;
}

.cache-color {
  background-image: url(/img/cache-fill.jpg);
  background-size: 100%;
}

.quickdate-button {
  border-radius: 0px !important;
  background: transparent !important;
  border: none !important;
  padding: 0px !important;
  font-size: 12px !important;
}
.quickdate-button a:hover {
  text-decoration: none !important;
}

.alarm-report {
  margin-right: 0.6em;
  margin-left: 0.6em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.alarm-report-status {
  margin-right: 0.9em;
}

.alarm-report h6 {
  font-size: 15px;
  margin-bottom: 1em;
  margin-top: 0;
  font-weight: 700;
}
.alarm-report span {
  margin-bottom: 1em;
  vertical-align: top;
}

/*media querry for dashboard */
@media (max-width: 320px) {
  .server-main {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .add-img {
    margin-left: 3px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .server-main {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .alarm-report-status {
    margin-right: 0;
  }
}
/* Dashboard tooltip styles */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: unset;
  top: -2px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: black;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -38px;
  left: 165%;
  border: 1px solid black;
  text-decoration: none;
  cursor: default;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 100%;
  margin-top: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-header,
.tooltip-body,
.tooltip-footer {
  text-align: center;
}

/* date popup */
.quickdate-popup {
  z-index: 9999 !important;
}

/* table row tooltip */
.rowtooltip .tooltiptext {
  display: none;
  width: 160px;
  background: white;
  color: black;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  border: 1px solid black;
  padding: 2px;
  margin-top: -3px;
}

.rowtooltip .tooltiptext::before {
  border-color: transparent black transparent transparent;
  content: "";
  position: absolute;
  top: 8%;
  right: 100%;
  border-width: 8px;
  border-style: solid;
  display: inline-block;
}

.rowtooltip:hover .tooltiptext {
  display: inline;
}

.word-break {
  word-wrap: break-word;
}

.rowtooltip {
  cursor: pointer;
}

/** styles for alarm display on the dashbaord page */
.alarm-display {
  border-top: 1px solid black;
  overflow-y: scroll;
  height: 165px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.display-timestamp {
  font-size: 11.5px;
  word-wrap: break-word;
}

.alarm-text {
  display: inline-block;
  font-size: 11.5px;
  margin-bottom: 0.5em !important;
}

/** styles for the backup tabs */
.nav-tabs > li.active > a {
  outline: none;
}

.center-block {
  float: none;
}

.lc-focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}

.lc-headDropdown .dropdown-menu {
  left: -70px;
  margin: 9px 0 0;
}

.lc-mobProfileMenuArea.dropdown-menu {
  top: 48px;
  right: 15px;
  left: none;
}

.piebox {
  height: 300px !important;
  border: 1px solid black !important;
  box-shadow: 10px 10px 5px #888888 !important;
}

@media print {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 16px;
  }

  header {
    height: 40px !important;
  }

  .piebox {
    height: 260px !important;
    border: 1px solid black !important;
    box-shadow: 10px 10px 5px #888888 !important;
  }

  .vert-padd {
    padding-right: 30px;
    padding-top: 40px;
  }

  .icon {
    display: block !important;
  }

  svg text {
    font-family: sans-serif !important;
    font-size: 8px !important;
  }

  .chart .axis {
    font-family: "sans-serif" !important;
  }
}
/* Common property */
.lc-width100 {
  width: 100%;
}

.lc-height100 {
  height: 100%;
}

.lc-height-auto {
  height: auto;
}

.lc-position-relative {
  position: relative;
}

.lc-position-absolute {
  position: absolute;
}

.lc-position-fixed {
  position: fixed;
}

.lc-display-block {
  display: block;
}

.lc-display-none {
  display: none;
}

.lc-overflow-auto {
  overflow: auto;
}

.lc-overflow-hidden, .lc-Mainstatus {
  overflow: hidden;
}

.lc-text-justify {
  text-align: justify;
}

.lc-ptb5 {
  padding: 5px 0px;
}

.lc-mt6 {
  margin-top: 6px;
}

.lc-mt10 {
  margin-top: 10px;
}

.lc-mt20 {
  margin-top: 20px;
}

.lc-mb10 {
  margin-bottom: 20px;
}

.lc-p5 {
  padding: 5px;
}

.lc-leftMenu nav ul li {
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.lc-leftMenu nav ul {
  margin: 0px;
  padding: 0px;
}

.lc-toggleArrows {
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 13px;
  text-shadow: none;
}

.lc-mainMenu li a {
  padding: 10px 0 10px 0px;
  display: block;
  font-size: 14px;
}
.lc-mainMenu li a span {
  font-weight: bold;
  margin-left: 10px;
}

.lc-leftMenu nav ul li a {
  text-decoration: none;
}

.lc-fullChart-1 {
  height: 300px;
  margin: 15px 0 0 0;
}

.background-images {
  background: url(/img/stock-background.png) no-repeat 0 0;
  width: 100%;
  min-height: 654px;
}
.background-images .input-box {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 40%;
}
.background-images .input-box input {
  width: 240px;
  opacity: 1;
  border: 1px solid #000000;
}
.background-images .input-box button {
  background: #92d051;
}

#container {
  width: 980px;
  position: relative;
  margin: 80px auto;
}
#container h2 {
  text-align: center;
}

.logo-luroConnect {
  float: left;
}
.logo-luroConnect .tagline-luroconnect {
  font-family: sans-serif;
  font-size: 12px;
  margin-top: -7px;
}

.luroconnet-menu {
  float: right;
  padding: 25px 0;
}
.luroconnet-menu ul li {
  display: inline-block;
  margin-right: 18px;
  font-size: 16px;
}
.luroconnet-menu ul .signin-button {
  background: #5b9bd5;
  padding: 0px 6px;
  border-radius: 4px;
}

footer {
  padding: 0 60px;
}
footer .links {
  float: left;
  width: 33%;
}
footer .links .block-title span {
  font-size: 18px;
}
footer ul {
  padding: 8px 0 0 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: #000000;
}
footer .footer {
  padding-top: 20px;
  width: 980px;
  margin: 0 auto;
}
footer .address {
  padding-left: 0px;
}

.copyright {
  background: #f3f8ff;
  color: #8c8c8c;
}
.copyright .footer {
  width: 980px;
  margin: 0 auto;
  padding: 16px 0;
}
.copyright .copy {
  padding-left: 0px;
}
.copyright ul {
  display: inline-block;
}
.copyright ul li {
  display: inline-block;
}
.copyright .terms-condtins {
  text-align: right;
}
.copyright .terms-condtins li {
  display: inline-block;
  padding-right: 10px;
}

.header-web {
  position: fixed;
  padding: 0px 60px;
  z-index: 999;
}

.lc-logo img {
  margin-top: 2px;
}

.lc-message {
  font-size: 20px;
  position: relative;
  float: left;
  margin: 15px 10px 0 10px;
}

.lc-alertValue {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 5px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
}

.lc-headDropdown {
  font-size: 14px;
  position: relative;
  float: left;
  margin: 15px 0px 0 10px;
}
.lc-headDropdown span {
  margin-left: 10px;
}

.lc-headDropdown a {
  text-decoration: none;
}

.lc-mobHeadLogo {
  background: #fff;
  margin-right: 6px;
  margin-top: 1px;
}

.lc-mobHeader {
  position: fixed;
  top: 0;
}

.lc-mobHeader a {
  font-size: 28px;
  padding: 5px 15px;
}

.lc-mobBar {
  position: absolute;
  width: 50px;
  left: 0px;
  top: 0px;
}

.lc-mobProfile {
  position: absolute;
  width: 50px;
  right: 0px;
  top: 0px;
}

.lc-mobileMenuArea {
  width: 220px;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1;
}

.lc-mobileMenuArea li {
  margin: 0px;
  padding: 0px;
  display: block;
}

.lc-mobileMenuArea li a {
  padding: 10px 0 10px 10px;
  display: block;
  font-size: 14px;
}
.lc-mobileMenuArea li a span {
  font-weight: bold;
  margin-left: 10px;
}

.lc-mobMenuOpen {
  left: 0px;
  z-index: 1;
}

.lc-Mainstatus {
  height: 100px;
}

.lc-value {
  font-size: 20px;
}

.lc-text {
  font-size: 14px;
}

.lc-statusText {
  margin: 25px 0 0 0;
}

.lc-Mainstatus img {
  margin: 10px 0;
}

.lc-mobProfileMenuArea a {
  font-size: 14px;
}

/** Display error/ success message on dashboard page */
.successmsg-h {
  z-index: 999;
  background: lawngreen;
  border: 1px solid black;
  font-size: 20px;
  margin-top: 2px;
  padding-left: 4em;
  width: 100%;
}

.errormsg-h {
  z-index: 999;
  background: red;
  color: white;
  border: 1px solid black;
  font-size: 20px;
  margin-top: 2px;
  padding-left: 4em;
  width: 100%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 240px) and (max-width: 767px) {
  .lc-mobMT20 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .jsoneditor-popup h3 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 4px;
    line-height: 8px;
  }
  .jsoneditor-popup .form-control {
    height: 27px !important;
    padding: 3px !important;
  }
  .jsoneditor-popup .form-control label {
    min-width: 65px;
  }
  .jsoneditor-popup .form-control input, .jsoneditor-popup .form-control textarea, .jsoneditor-popup .form-control select {
    width: 60%;
    height: 25px;
    border: 1px solid #aaa;
    padding: 1px;
    background: transparent;
  }
  .jsoneditor-popup .form-control input {
    padding-left: 5px !important;
  }

  #edit-holder button, input, select, textarea {
    height: 20px;
  }

  .rrap-header-logo {
    margin-top: 0px;
  }

  .sub-a img {
    height: 20px;
  }

  .password-body input {
    width: 100% !important;
    border: 1px solid #aaa;
  }

  .left-icon {
    display: flow-root;
  }

  .login-main {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .login-left-main {
    display: none;
  }

  .login-form {
    margin-top: 5em;
  }

  .footer-main a {
    font-size: 13px;
  }

  .lc-mobHeadLogo {
    width: auto;
  }

  .lc-width100 {
    width: 100%;
    background: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-icon {
    display: flow-root;
  }

  .left-edit-text {
    font-size: 10.5px;
  }
}
/* Common style sheet start */

/*# sourceMappingURL=luroconnect-style.css.map */
