/*===================================================
Controls  CSS
===================================================*/

a {
  color: #323d42;
}

a:focus {
  outline: solid 2px #2095f2;
}

label {
  color: #323d42;
  margin-bottom: 3px;
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif, Arial;
  font-weight: normal;
}

.header-controls h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Arial Bold", Helvetica, sans-serif;
  display: inline-block;
  margin: 10px 0px 0px 30px;
}

.content-controls {
  padding: 25px;
}

.heading-border {
  z-index: 1;
  padding: 0px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.heading-border:before {
  width: 100%;
  height: 1px;
  left: 0px;
  top: 50%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #323d43;
}

.heading-border span {
  padding-right: 30px;
  background-color: #fff;
  display: inline-block;
}

.box-controls {
  margin-top: 20px;
  margin-bottom: 50px;
}

.box-controls .row + .row {
  margin-top: 20px;
}

.btn-wrapper {
  width: 160px;
  padding: 18px 10px 18px 30px;
  background-color: #323d43;
}

.row-controls-heading label {
  padding-bottom: 0px;
  border-bottom: solid 2px #323d43;
}

.heading-text-fields [class*="col-"] {
  min-height: 50px;
}

.box-controls h4 {
  line-height: 1.6;
}

.box-controls .top-header {
  position: inherit;
  z-index: inherit;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.text-normal {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif, Arial;
  font-weight: normal;
}

.text-yellow {
  color: #ffc316;
}

.text-red {
  color: #e91b0c;
}

.text-lg {
  font-size: 16px;
}

.no-float {
  float: none;
}

/*===================================================
Lists CSS
===================================================*/

ul.list-relaxed,
ul.list-normal,
ul.list-condensed {
  font-size: 14px;
  padding: 0px 0px 0px 16px;
}

ul.list-relaxed {
  line-height: 1.85;
}

ul.list-normal {
  line-height: 1.5;
}

ul.list-condensed {
  line-height: 1.2;
}

/*===================================================
Text Links CSS
===================================================*/
.password-info-link {
  color: #0f4291 !important;
}

.link-light,
.btn-link,
.link-light:focus {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif, Arial;
  color: #13499f;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #13499f;
}

.link-light.show {
  display: inline-block !important;
}

.link-light:hover,
.btn-link:hover {
  color: #13499f;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #13499f;
}

.link-light:focus {
  outline: solid 2px #2095f2;
}

.link-dark,
.link-dark:focus {
  color: #b5c8e8;
  text-decoration: underline;
}

.link-dark:hover {
  color: #fff;
  text-shadow:
    0 0 0px #fff,
    0 0 0px #fff,
    0 0 0px #fff,
    0 0 0px #fff;
}

.link-dark:focus {
  outline: solid 2px #2095f2;
}

.link-gray,
.link-gray:focus {
  color: #323d43;
  text-decoration: underline;
}

.link-gray:hover {
  color: #b5c8e8;
  text-shadow:
    0 0 0px #b5c8e8,
    0 0 0px #b5c8e8,
    0 0 0px #b5c8e8,
    0 0 0px #b5c8e8;
}

.link-gray:focus {
  outline: solid 2px #2095f2;
}

/*****************Primary Tabs CSS*******************/

.primary-tabs ul.nav-tabs {
  padding-top: 5px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}

.primary-tabs ul.nav-tabs > li {
  margin: 0px;
}

.primary-tabs ul.nav-tabs > li > a {
  font-size: 15px;
  color: #323d43;
  line-height: 1;
  height: 55px;
  padding: 15px 30px 18px;
  border-radius: 14px 14px 0px 0px;
}

.primary-tabs ul.nav-tabs > li > a > span {
  display: inline-block;
}

.primary-tabs ul.nav-tabs > li > a i {
  font-size: 20px;
}

.primary-tabs .nav-tabs > li.active > a:hover,
.primary-tabs .nav > li > a:focus,
.primary-tabs .nav > li > a:hover {
  color: #323d42;
  border-color: #e1e7bb;
  background-color: #e1e7bb;
}

.primary-tabs .nav > li > a:focus {
  background-color: transparent;
  outline: solid 2px #2095f2;

  -moz-outline-radius: 14px 14px 0px 0px;
}

.primary-tabs .nav-tabs > li.active a:focus {
  outline: none;
}

.primary-tabs .nav-tabs > li.active > a,
.primary-tabs .nav-tabs > li.active > a:focus,
.primary-tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  border-color: #323d42;
  background-color: #323d42;
}

/*****************Secondary Tabs CSS*******************/

.secondary-tabs .nav-tabs {
  text-align: center;
  font-weight: 700;
  border: none;
  margin-bottom: 20px;
}

.secondary-tabs .nav-tabs > li {
  margin: 0px;
  background-color: #f2f2f2;
}

.secondary-tabs .nav-tabs > li:hover a {
  border-color: #696969;
  border-top-width: 1px;
  padding-top: 17px;
}

.secondary-tabs .nav-tabs > li.active:hover a {
  outline: none;
  padding-top: 15px;
}

.secondary-tabs .nav-tabs > li + li {
  border-left: solid 2px #fff;
}

.secondary-tabs .nav-tabs > li > a {
  margin: 0px;
  color: #323d43;
  /*line-height: 26px;*/
  border: solid 3px;
  border-width: 3px 1px 0px 1px;
  border-color: transparent;
  padding: 15px 20px;
  border-radius: 0px;
  position: relative;
  font-family: "Helvetica Neue LT W01_71488914", sans-serif, Arial;
}

.secondary-tabs .nav-tabs > li > a > i {
  font-size: 20px;
  line-height: 1;
  margin-right: 5px;
}

.secondary-tabs .nav-tabs > li:hover > a {
  background-color: #eef2f9;
}

.secondary-tabs .nav-tabs > li.active > a,
.secondary-tabs .nav-tabs > li.active > a:focus,
.secondary-tabs .nav-tabs > li.active > a:hover {
  border-width: 3px 1px 0px 1px;
  border-top-color: #0f4291;
  border-left-color: #f2f2f2;
  border-right-color: #f2f2f2;
  background-color: #fff;
}

.secondary-tabs .nav-tabs > li > a:focus {
  background-color: #fff;
  outline: solid 2px #2095f2;

  -moz-outline-radius: 2px;
}

.secondary-tabs .nav-tabs > li.disabled,
.secondary-tabs .nav-tabs > li.disabled:hover a,
.secondary-tabs .nav-tabs > li.disabled a:focus {
  background-color: #ededed;
}

.secondary-tabs .nav-tabs > li.disabled a {
  color: #696969;
}

/*****************Third Level Tab CSS*******************/

.third-level-tab .nav-tabs {
  text-align: center;
  margin-bottom: 35px;
  border-bottom: solid 3px #f2f2f2;
}

.third-level-tab .nav-tabs > li {
  width: 14.28%;
  margin: 0px;
  padding: 0px;
  border: none;
}

.third-level-tab .nav-tabs > li > a {
  color: #323d43;
  border: none;
  margin-bottom: -2px;
  padding: 14px;
  border-radius: 0px;
  border-bottom: solid 3px transparent;
}

.third-level-tab .nav-tabs > li > a > span {
  display: block;
  color: #323d43;
}

.third-level-tab .nav-tabs > li > a:hover {
  font-weight: 700;
  background-color: #eef2f9;
  font-family: "Helvetica Neue LT W01_71488914", sans-serif, Arial;
}

.third-level-tab .nav-tabs > li > a:focus {
  font-weight: 700;
  background-color: transparent;
  outline: solid 2px #2095f2;

  -moz-outline-radius: 2px;
}

.third-level-tab .nav-tabs > li.active > a,
.third-level-tab .nav-tabs > li.active > a:focus,
.third-level-tab .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: solid 3px #0f4291;
  background-color: transparent;
  font-family: "Helvetica Neue LT W01_71488914", sans-serif, Arial;
}

.third-level-tab .nav-tabs > li.active a:focus {
  outline: none;
}

.third-level-tab .nav-tabs > li.disabled {
  opacity: 0.4;
  background-color: #ededed;
}

/* ==========================================================================
Responsive styles - Non-Mobile First Method
========================================================================== */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .third-level-tab .nav-tabs > li > a {
    padding: 14px 5px;
    font-size: 12px;
    min-height: 66px;
  }

  .widget ul.widget-action {
    margin-left: 10px;
  }

  .bd-example-modal-sm .modal-dialog.modal-md {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
  .third-level-tab .nav-tabs > li {
    width: 25%;
  }

  .third-level-tab .nav-tabs > li > a {
    border-bottom-color: #f2f2f2;
  }

  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
    height: auto;
    line-height: 1.6;
    border-bottom: 1px solid #d2d2d2;
  }

  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover {
    background-color: #e1e7bb;
  }

  .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus {
    background-color: #f5f5f5;
  }

  .lobipanel > .panel-body {
    z-index: 1;
  }

  .widget .widget-header.widget-inner-header .dropdown-toggle > .glyphicon-cog {
    color: #fff;
  }

  .widget
    .widget-header.widget-inner-header
    .dropdown
    .dropdown-menu
    > li
    > a
    > i {
    color: #323d43;
  }

  .lobipanel > .panel-body {
    min-height: 110px;
  }

  .lobipanel > .panel-heading > .dropdown {
    margin-top: -7px;
    top: 21px;
  }

  .widget .widget-header.widget-inner-header .dropdown {
    margin-top: -13px;
    top: 50%;
  }

  .widget .widget-header.widget-inner-header {
    padding-right: 120px;
  }

  .widget .widget-header h4 {
    display: block;
  }

  .widget .widget-header {
    padding-right: 0px;
  }

  .widget ul.widget-action {
    margin: 15px 0px 0px 0px;
  }

  .widget-header .btn-group {
    margin-top: 0px;
  }

  .widget .widget-header.widget-inner-header .btn-group.btn-toggle {
    margin-top: 0px;
    right: 38px;
  }

  .widget .panel-heading.widget-header .btn-group .btn-toggle {
    margin-top: 10px;
  }

  .widget
    .panel-heading.widget-header.widget-inner-header
    .btn-group.btn-toggle
    .btn-toggle {
    margin-top: 0px;
  }

  .btn-default,
  .btn-primary,
  .btn-secondary,
  .btn-third,
  .btn-other {
    min-width: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .secondary-tabs .nav-tabs > li > a {
    padding: 15px 10px;
  }

  .third-level-tab .nav-tabs > li {
    width: 50%;
  }

  .widget ul.widget-action {
    width: 100%;
  }

  .widget ul.widget-action > li,
  .widget ul.widget-action > li .ll-form-group {
    display: block;
  }

  .widget ul.widget-action > li + li {
    margin: 5px 0px 0px 0px;
  }

  .widget .widget-header.widget-inner-header {
    padding-right: 36px;
  }

  .widget .widget-header.widget-inner-header .btn-group.btn-toggle {
    position: relative;
    right: 0px;
    display: block;
    top: 0;
    margin-top: 10px;
  }

  .widget .widget-header.widget-inner-header .dropdown {
    top: 26px;
  }

  /* .chart-wrapper {
        height: 300px;
        max-height: 300px;
    }

    .chart-wrapper canvas {
        max-height: 300px;
    }*/
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}

/* to prevent zooming on text field focus */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  .bootstrap-select > .btn {
    font-size: 16px;
  }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  .bootstrap-select > .btn {
    font-size: 16px;
  }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  .bootstrap-select > .btn {
    font-size: 16px;
  }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  .bootstrap-select > .btn {
    font-size: 16px;
  }
}
