@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  /*background: white;*/
  font-family: gotham_medium;
}

div {
  padding: 0;
}

i,
span {
  display: inline-block;
}

a,
a:link {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}

a:visited,
a:hover,
a:focus,
a:active {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.nav-pills li a {
  color: black;
  background-color: lightgrey;
}

.nav-pills li a:hover {
  color: black;
  background-color: khaki;
}

.n8-bold {
  font-family: gotham_ultra;
}

.n8-thin {
  font-family: gotham_light;
}

/*
.n8-public-container {
  border-radius: 1em;
  padding: 1em;
  position: absolute;
  width:86%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
*/

.n8-no-border input {
  border: 0;
  outline: 0;
}

.n8-public-container {
  border-radius: 1em;
  padding-top: 5em;
  width: 86%;
  margin: /*0*/ auto;
}

.n8-public-block {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.n8-public-intro {
  color: #006CAC;
  text-align: center;
  background: white;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 94px;
  flex: 1;
}

.n8-public-box {
  background-color: #006CAC;
  color: #fafafa;
  padding: 2rem 2rem 3rem 2rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  flex: 1;
}

.n8-public-form {
  background-color: #006CAC;
  color: #fafafa;
  padding: 2rem 3rem 0 3rem;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  flex: 1;
}

.n8-footer {
  text-align: center;
  border-top: 1px solid rgba(118, 83, 32, 0.5);
  margin: auto;
  font-family: gotham_light;
  /*color: #A07C4A;*/
  color: black;
  padding: 5px;
  opacity: 0.4;
}

.n8-main-container {
  font-size: 1.5rem;
  /*margin-top: 20px;*/
  margin-left: 20px;
  background: white;
}

.n8-btn-default {
  color: #000;
  border-color: #D5A563;
  background-color: #D5A563;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bolder;
}

.n8-btn-cancel {
  color: #765320;
  border-color: #D5A563;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bolder;
}

.n8-btn-default:hover,
.n8-btn-cancel:hover {
  color: white;
  background: lightgrey;
}

.n8-page-title {
  /*font-size: 36px;*/
  color: #a07c4a;
  margin-bottom: 10px;
  font-family: gotham_ultra;
}

.n8-blk-rounded {
  border-radius: 12px;
  background-color: #FAFAFA;
  max-height: 260px;
  padding-left: 0px;
  margin-left: 0px;
  display: table;
}

.n8-leftblk-rounded {
  /*max-width: 30%;*/
  height: 160px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #006CAC;
  padding-top: 30px;
  padding-left: 5px;
  text-align: right;
  display: table-cell;
}

.n8-centerblk-rounded {
  margin: auto;
  background: white;
  padding: 20px;
  text-align: center;
  display: table-cell;
}

.n8-rightblk-rounded {
  margin: auto;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: white;
  padding: 20px;
  text-align: center;
  display: table-cell;
}

.n8-title-white {
  /*font-size: 1.125rem;*/
  color: #FFFFFF;
  text-transform: capitalize;
  margin-top: 30px;
}

.n8-text-gold {
  color: #a07c4a;
}

.n8-boldtext-underline {
  font-family: gotham_ultra;
  color: #040522;
  border-bottom: 1px solid rgba(118, 83, 32, 0.5);
  padding-bottom: 0.3125rem;
}

.n8-logo {
  margin-top: 2rem;
  margin-bottom: 4.625rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.n8-icon {
  /*color: #D5A563;*/
  height: 35px;
  width: 48px;
}
/*
.n8-sidebar-logo {
  height: 80px;
  width: 90px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
*/
.n8-sidebar-logo {
  height: auto;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.n8-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.n8-listing {
  background: gainsboro;
  padding: 10px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.modal-header,
.modal-footer {
  color: white;
  text-align: center;
  background-color: #006CAC;
}

select.n8-select-disable:disabled {
  border: 0 !important;
  appearance: none;
  text-overflow: "";
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*For FireFox*/
  -webkit-appearance: none;
  /*For Chrome*/
  -moz-appearance: none;
}

/*For IE10+*/

select:disabled.n8-select-disable::-ms-expand {
  display: none;
}

/* For My Pipeline page */

.nsc-color {
  background: aqua;
}

.ft-color {
  background: yellow;
}

.hi-color {
  background: magenta;
}

.l2-color {
  background: darkorange;
}

.ng-color {
  background: lime;
}

/* For Charting */

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* ---------------------------------------------------
    Telephone field style
----------------------------------------------------- */

.iti-flag {
  background-image: url("http://localhost/images/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("http://localhost/images/flags@2x.png");
  }
}

#error-msg {
  color: #b94a48;
  font-size: 0.9em;
  line-height: 1em;
  margin-top: 4px;
}

/* ---------------------------------------------------
    Error Message Style
----------------------------------------------------- */

.invalid-feedback {
  color: #b94a48;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1em;
  margin-top: 4px;
}

.invalid-feedback-public {
  color: darkred;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 1em;
  margin-top: 4px;
}

/* Overrides the one used by Form-Validator */

/* Element showing an inline error message */

.form-error {
  display: block;
  color: #b94a48;
  margin-top: 4px;
  margin-bottom: 5px;
  line-height: 140%;
  font-size: 0.9em;
}

/* Typography styling in the error message container */

div.form-error strong,
div.form-error ul li {
  line-height: 140%;
  color: #b94a48;
  /*    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-size: 14px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
  background: white;
  overflow: hidden;
  padding: 0;
}

#sidebar {
  min-width: 170px;
  max-width: 170px;
  height: 100%;
  /*background: #7386D5;*/
  background: #006CAC;
  color: #fff;
  font-size: 1.3rem;
  transition: all 0.3s;
  padding-top: 10px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

#sidebar.active {
  min-width: 90px;
  max-width: 90px;
  text-align: center;
}

#sidebar.active .sidebar-header h3 {
  /*display: none;*/
  min-width: 90px;
  max-width: 90px;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
  color: white;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active a[aria-expanded=false]::before,
#sidebar.active a[aria-expanded=true]::before {
  top: auto;
  bottom: 5px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #006CAC;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  /*color: #7386D5;*/
  color: #35475e;
  background: #fff;
  text-decoration: none;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: #fff;
  /*background: #6d7fcc;*/
  /*background: #2d3d51;*/
  background: #006CAC;
}

a[data-toggle=collapse] {
  position: relative;
}

a[aria-expanded=false]::before,
a[aria-expanded=true]::before {
  content: "\E259";
  display: block;
  position: absolute;
  right: 20px;
  font-family: "Glyphicons Halflings";
  font-size: 0.6em;
}

a[aria-expanded=true]::before {
  content: "\E260";
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  /*background: #6d7fcc;*/
  /*background: #35475e;*/
  background: #006CAC;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media screen and (max-width: 568px) and (max-width: 667px) and (max-width: 767px) {
  h1 {
    font-size: 1.625em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.25em;
  }

  h4 {
    font-size: 1em;
  }

  th {
    font-size: 1em;
  }

  .btn {
    font-size: 12px;
  }

  .n8-public-container {
    border-radius: 1em;
    padding: 1em;
    width: 96%;
    margin: 0 auto;
  }

  #sidebar ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }

  .modal-dialog {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  #sidebar {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    /*margin-left: -90px !important ;*/
  }

  a[aria-expanded=false]::before,
  a[aria-expanded=true]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3 {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
  }

  #sidebar ul li a span {
    font-size: 0.85em;
  }

  #sidebar ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }

  #sidebar ul ul a {
    padding: 10px !important;
  }

  #sidebar ul li a i {
    font-size: 1.3em;
  }

  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }

  .modal-dialog {
    width: 700px;
    /* New width for default modal */
  }

  .modal-sm {
    width: 350px;
    /* New width for small modal */
  }
}

@media screen and (min-width: 992px) {
  .modal-lg {
    width: 900px;
    /* New width for large modal */
  }
}
