/* ==========================================================================
   Common styles
   ========================================================================== */

body {
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif, Arial;
  /*overflow-x: auto;*/
  min-width: 320px;
}

/* Page Containers */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /*overflow-x: hidden;  removed due to sticky scroll in safari*/
}

body {
  padding-top: 60px;
}

#container {
  min-height: 100%;
  position: relative;
}

#header {
  /*overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
}

#body {
  padding-bottom: 200px; /* Height of the footer */
  overflow: visible;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 200px;*/ /* Height of the footer */
  /*overflow: hidden;*/
}

/* End of Page Containers */

.pad-right-30 {
  padding-right: 35px;
}

.visibility {
  visibility: visible !important;
}

/* Background Styles */

.bg-dark-green {
  background-color: #bcc927;
}

.bg-light-green {
  background-color: #ebefbe;
}

.bg-dark-gray {
  background-color: #323d42;
}

.bg-light-gray {
  background-color: #dddddd;
}

.bg-light-gray-2 {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: #ffffff !important;
  box-shadow:
    0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* Text colors */

.text-red {
  color: #e91b0c;
}

.text-blue {
  color: #2497f3;
}

.text-green {
  color: #5eb661;
}

.text-yellow {
  color: #ffc108;
}

.text-gray {
  color: #696969;
}

/* List Style */
ul.list-common {
  padding: 0px;
  list-style: none;
  margin: 0px;
  display: inline-block;
  padding: 3px 20px 0px 20px;
}

ul.list-common > li {
  position: relative;
  display: inline-block;
}

ul.list-common li .ll-form-group {
  margin: 0px;
}

ul.list-common > li + li {
  padding-left: 10px;
}

ul.list-common li .form-control {
  width: 145px;
  font-weight: 300;
}

ul.list-common li .field-with-instructions .input-group-addon {
  bottom: 5px;
}

ul.list-common li .field-with-instructions .form-control {
  display: inline-block;
}

select.form-control,
select {
  padding-right: 25px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../img/icon-select2.png) no-repeat center right #fff;
}

a:hover {
  text-decoration: none;
}

a {
  margin-top: 5px;
}

.k-button {
  /* font-family: 'Lato', sans-serif; */
  background: #13499f;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
  letter-spacing: 1.25px;
  border-radius: 4px;
  min-height: 36px;
  font-size: 14px;
  padding: 6px 16px 10px 16px;
  font-weight: bold;
  display: block;
  /* transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); */
  /* border-color: #fff; */
  /* color: rgba(0, 0, 0, 0.87); */
  /* background-color: #fff; */
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  align-items: center;
}

.k-button:hover {
  background-color: #0b2d65;
  border-color: #0b2d65;
  color: white;
}
@media screen and (min-width: 0\0) {
  select.form-control,
  select {
    padding-right: 3px;
    background-image: none;
  }
}

/* nav bar */
.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 12px;
  padding: 5px;
  line-height: 1;
  margin-right: 0px;
  color: #0f4291;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: solid 2px #2095f2;
}

.navbar-collapse {
  border: none;
  box-shadow: none;
  margin-top: -6px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin: 0; /* custom */
}

/* ==========================================================================
   Header
========================================================================== */

.top-header {
  height: 60px;
  z-index: 3;
  width: 100%;
  padding: 0px 20px;
  background: url("../img/header-bg.png") left bottom repeat-x;
  min-width: 320px;
  border-bottom: solid 3px #b5c8e8;
}

.top-header .navbar-collapse.collapse {
  float: right;
}

#logo {
  float: left;
  margin: 6px 20px 0px 0px;
}

#logo img {
  width: 127px;
  height: 26px;
}
/* center header */
#header .header-container {
  text-align: center;
}

#header {
  height: 51px;
}

#header h1 {
  float: left;
}

#header .header-tab {
  display: inline-block;
  margin: 0 auto;
}

#header .navbar-header,
#header .navbar-collapse {
  float: right;
}
/* end center header */

ul.top-right-menu {
  float: right;
  margin: 0px 10px 0 0;
  font-size: 15px;
  list-style: none;
  padding: 5px 0px 0px 0px;
  font-weight: bold;
  /*text-transform: uppercase;*/
}

ul.top-right-menu > li > a > i {
  font-size: 20px;
}

ul.top-right-menu > li {
  position: relative;
  display: inline-block;
}

ul.top-right-menu > li + li {
  margin-left: 20px;
}

ul.top-right-menu > li > a {
  color: #0f4291;
}

ul.top-right-menu > li > a:hover {
  text-decoration: none;
}

ul.top-right-menu > li > a:hover i {
  background: #0f4291;
  color: #fff;
  text-decoration: none;
}

ul.top-right-menu .caret {
  color: #0f4291;
  padding: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px dashed;
}

ul.menu-user {
  padding: 0px;
  list-style: none;
}

ul.top-right-menu li .notifications-number {
  color: #0f4291;
  width: auto;
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: 0px;
  font-weight: normal;
}

.top-right-menu .dropdown-toggle:focus {
  outline: 2px solid #2095f2;
}

ul.menu-user > li {
  display: inline-block;
}

ul.menu-user > li > a {
  color: #0f4291;
  height: 52px;
  padding: 15px;
  display: block;
  border-radius: 14px 14px 0px 0px;
  text-decoration: none;
}

ul.menu-user > li > a:hover span {
  text-decoration: underline;
}

ul.menu-user > li > a:hover i {
  background: #0f4291;
  color: #fff;
}

ul.menu-user > li > a:hover .caret {
  background: #0f4291;
  color: #fff;
}

ul.menu-user > li > a:hover i.icon-exc-my-account {
  color: #0f4291;
  background: transparent;
}

ul.menu-user > li > a.active {
  background-color: #b5c8e8;
}

ul.menu-user > li > a > i {
  font-size: 20px;
  color: #0f4291;
  /*margin-right: 5px;*/
}

.non-loggedin .page-title {
  font-size: 16px;
  border-left: 1px solid #0f4291;
  margin: 18px 0;
  padding: 0 16px;
  font-family: "Helvetica Neue LT W01_71488914", sans-serif, Arial;
  float: left;
}

.header-tab {
  display: inline-block;
}

.header-tab ul.nav-tabs {
  padding-top: 5px;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
}

.header-tab ul.nav-tabs > li {
  margin: 0px;
}

.header-tab ul.nav-tabs > li > a {
  font-size: 15px;
  color: #0f4291;
  line-height: 1;
  height: 52px;
  padding: 13px 15px 15px 15px;
  border-radius: 14px 14px 0px 0px;
}

.header-tab ul.nav-tabs > li.disabled > a {
  font-size: 15px;
  color: #696969;
}

.header-tab ul.nav-tabs > li > a > span {
  display: inline-block;
}

.header-tab ul.nav-tabs > li > a i {
  font-size: 20px;
  color: #0f4291;
}

.header-tab .nav-tabs > li.active > a:hover,
.header-tab .nav > li > a:focus,
.header-tab .nav > li > a:hover {
  border-color: #b5c8e8;
  background-color: #eef2f9;
}

.header-tab .nav > li > a:focus {
  background-color: transparent;
  outline: solid 2px #2095f2;
  -moz-outline-radius: 14px 14px 0px 0px;
}
.header-tab .nav-tabs > li.active > a,
.header-tab .nav-tabs > li.active > a:focus,
.header-tab .nav-tabs > li.active > a:hover {
  color: #0f4291;
  border-color: #b5c8e8;
  background-color: #b5c8e8;
}

.header-tab ul.nav-tabs > li:hover > a > span {
  text-decoration: underline;
}

.header-tab .nav-tabs > li.active > a i,
.header-tab .nav-tabs > li.active > a:focus i,
.header-tab .nav-tabs > li.active > a:hover i {
  color: #0f4291;
}

.top-bar {
  color: #fff;
  width: 100%;
  top: 60px;
  z-index: 2;
  position: fixed;
  display: inline-block;
  padding: 15px 20px 15px 0px;
  border-bottom: solid 3px #bcc927;
  height: 66px;
  min-width: 320px;
}

@media only screen and (min-width: 768px) {
  .modal-dialog {
    margin: 20px auto;
  }
}

.btn-big {
  min-width: 135px;
}

.btn-gray {
  color: #fff;
  background-color: #323d42;
}

.btn-gray:hover {
  color: #323d42;
  background-color: #d2d2d2;
}

ul.list-green-btns {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

ul.list-green-btns li {
  display: inline-block;
}

ul.list-green-btns li + li {
  margin-left: 5px;
}

ul.list-green-btns li a {
  width: 36px;
  height: 36px;
  color: #323d42;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  border: 1px solid #989898;
  background-color: #bcc927;
}

ul.list-green-btns li a:hover {
  background-color: #323d43;
  color: #fff;
  /*border:1px solid #323d42;*/
}

ul.list-green-btns li a:focus {
  outline: solid 2px #2095f2;
}

.dropdown-right {
  float: right;
  margin-left: 8px;
  position: relative;
}

.dropdown-right > a {
  font-size: 20px;
  color: #323d42;
  line-height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.dropdown-right > a:hover i {
  color: #fff;
  background: #0f4291;
}

.dropdown-right > a:focus {
  outline: solid 2px #2095f2;
}

/* ==========================================================================
Footer
========================================================================== */
.inner-content {
  padding: 0px 60px;
  /*min-height: 600px;*/
}

footer {
  padding-top: 35px;
  margin-top: 30px;
  /* border-top: solid 5px #B5C8E8; */
  /* min-height: 200px; */
  /* color: #888888; */
  font-size: 14px;
  background-color: #13499f;
}

footer ul li {
  font-family: "Lato", sans-serif !important;
  font-size: 1rem;
  /* border-right: solid 1px #103378; */
  padding: 0 10px;
  /* color: #103378; */
}

footer ul li li {
  border: 0;
  padding: 0;
}

footer ul li li a {
  text-decoration: none;
}

footer ul li a,
.link {
  /* color: #103378; */
  text-decoration: none;
}

footer ul li a:hover,
.link:hover {
  color: #b5c8e8;
  text-decoration: underline;
}

footer ul li:last-child {
  border-right: none;
}

footer .dropdown-menu {
  left: 0;
}

footer.page-footer {
  padding: 10px;
  background-color: #13499f;
  color: white;
}

footer.page-footer a:hover {
  color: white;
}

footer.page-footer a {
  color: white;
}

.powered-by {
  margin: 10px 20px;
  width: 200px;
  height: 40px;
}

.row-timeing {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}

.row-timeing > div:first-child {
  width: 85px;
  float: left;
}

.row-timeing > div + div {
  margin-left: 85px;
  font-family: "Helvetica Neue LT W01_71488914", sans-serif, Arial;
}

.row-timeing > div + div .icon {
  position: relative;
  line-height: 0;
}

.row-timeing > div + div span {
  min-width: 125px;
  display: inline-block;
}

.modal .heading-border {
  font-weight: normal;
}

.modal .heading-border span {
  padding-right: 10px;
}

.modal .heading-border:before {
  background-color: #dddddd;
}

/* ==========================================================================
Responsive styles - Non-Mobile First Method
========================================================================== */

/* Large Screens - Center and max out at 1600px */
@media only screen and (min-width: 1600px) {
  #container {
    display: flex;
    justify-content: center;
  }

  #header {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .header-container {
    width: 1600px;
    padding: 0 20px;
  }

  #body {
    width: 1600px;
  }

  #body .page-content > .inner-content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1600px) {
  #body .page-content > .inner-content {
    padding: 0 20px;
  }

  ul.menu-user > li > a {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  ul.top-right-menu > li + li {
    margin-left: 10px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1279px) {
  ul.menu-user > li > a {
    padding: 15px 13px;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: -5px;
  }

  .navbar-header {
    float: right;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-toggle.collapsed {
    color: #0f4291;
  }

  .navbar-toggle {
    color: #b5c8e8;
  }

  .navbar-toggle:hover i {
    color: #fff;
    background: #0f4291;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  ul.top-right-menu {
    text-align: left;
    background-color: #fff;
    border: 1px solid #999999;
    padding: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    font-size: 14px;
  }

  ul.top-right-menu li {
    display: block;
  }

  ul.top-right-menu li a {
    display: block;
    height: auto;
    border-radius: 0px;
    padding: 10px 15px 10px 25px;

    border-bottom: 1px solid #d2d2d2;
  }

  ul.top-right-menu li a span.visible-xs {
    display: block !important;
  }

  ul.top-right-menu li a:focus {
    outline: solid 2px #2095f2;
    text-decoration: none;
  }

  ul.top-right-menu li a:hover {
    text-decoration: none;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    background: #eef2f9;
  }

  ul.menu-user > li > a:hover i,
  ul.top-right-menu > li > a:hover i {
    background: transparent;
    color: #0f4291;
  }

  ul.top-right-menu li a:hover span span {
    color: #0f4291;
    text-decoration: underline;
  }

  ul.top-right-menu li ul.menu-user li a span {
    width: auto;
  }

  ul.top-right-menu li ul.menu-user li a .caret {
    display: none;
  }

  ul.top-right-menu li .notifications-number {
    left: 10px;
    right: inherit;
  }

  ul.top-right-menu li a span {
    min-width: 130px;
    font-size: 14px;
    padding-left: 10px;
  }

  ul.top-right-menu li + li {
    margin-left: 0px;
  }

  ul.list-filter-right {
    padding: 0 10px 0px 10px;
  }

  .me-10 {
    margin-right: 10px;
  }

  ul.list-filter li .btn {
    margin-top: 0px;
  }

  .dropdown-right {
    margin-left: 8px;
  }

  .dropdown-right > a {
    line-height: 36px;
  }

  .row-column .page-content {
    margin-top: 0;
  }

  .navbar-toggle {
    padding: 0px;
    margin-top: 15px;
    margin-right: 5px;
  }

  .top-right-menu > .messages-menu > .dropdown-menu {
    width: 328px;
    right: 0;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .top-right-menu > .messages-menu > .dropdown-menu:after {
    display: none;
  }

  .top-right-menu > .messages-menu > .dropdown-menu:before {
    display: none;
  }

  .top-right-menu > .messages-menu.open {
    border: solid 1px #323d43;
    border-bottom: 0;
  }

  .top-right-menu > .messages-menu.open > .dropdown-menu {
    border: solid 1px #323d43;
    left: -2px;
    border-top: 0;
  }

  .top-right-menu > .messages-menu > .dropdown-menu > li.footer {
    border-bottom: 1px solid #323d43;
    border-radius: 0;
  }

  .top-right-menu > .messages-menu > .dropdown-menu {
    max-height: 432px;
  }

  .top-right-menu > .messages-menu.open > a {
    background: #eef2f9;
  }

  .top-right-menu
    > .messages-menu.open
    > .dropdown-menu
    > li
    .menu
    .box-reports {
    background: #f5f5f5;
  }

  .top-right-menu > .messages-menu.open > .dropdown-menu li.header {
    background: #f5f5f5;
  }

  ul.menu-user > li > a > i {
    min-width: 20px;
    padding-right: 0px;
    text-align: center;
    display: inline-block;
  }
  .top-header {
    text-align: center;
  }

  .top-right-menu > li.dropdown.messages-menu:before {
    content: "";
    color: #0f4291;
    width: 15px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    font-family: "excelleris";
    line-height: 50px;
  }

  .top-right-menu > li.dropdown.messages-menu:before {
    content: "\e82d";
  }

  .top-right-menu > li.dropdown.messages-menu.open:before {
    content: "\e82b";
  }
}

@media only screen and (max-width: 1200px) {
  .header-tab ul.nav-tabs > li > a {
    padding: 15px 15px 18px;
  }

  .adv-search {
    left: 4px;
    top: 7px;
    min-width: 180px;
  }

  ul.list-filter > li + li {
    margin-left: 5px;
  }

  body {
    padding-top: 60px;
  }
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .header-tab ul.nav-tabs > li > a {
    padding: 10px 7px 13px;
    height: 42px;
  }

  .top-header {
    height: 50px;
  }

  body {
    padding-top: 50px;
  }

  .top-bar {
    top: 50px;
  }

  #logo {
    margin: 0px 10px 0px 0px;
  }

  .navbar-toggle {
    margin-top: 10px;
    margin-bottom: 0;
  }

  ul.list-filter {
    padding: 0 10px 0px 10px;
  }

  ul.list-filter-right {
    padding: 0 10px 0px 10px;
  }

  ul.list-filter > li + li {
    margin-left: 5px;
  }

  ul.list-common > li + li {
    padding: 0;
  }

  ul.list-common li .form-control {
    width: 130px;
  }

  .menu-collapse .page-content {
    margin-left: 0;
  }

  .box-selected-fields {
    min-width: initial;
  }

  .top-right-menu > .messages-menu > .dropdown-menu > li .menu {
    max-height: 180px;
  }

  footer .dropdown-menu {
    left: 0;
  }

  .powered-by {
    margin-top: -70px;
  }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .heading-top {
    padding: 0px 0;
    margin: 0;
  }

  .top-bar {
    padding-right: 0;
  }

  .header-tab ul.nav-tabs > li > a {
    padding: 10px 5px 13px;
  }

  .header-tab ul.nav-tabs > li > a > span {
    display: none;
  }
}

/* Small Devices, Tablets */

/* Extra Small Devices, Phones */

@media only screen and (max-width: 767px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 15px;
  }

  .row-column .page-content {
    padding-left: 0;
  }

  .btn-big {
    min-width: 90px;
  }

  .pull-right-xs {
    float: right;
  }
  .bootstrap-select .dropdown-menu {
    left: 0;
    right: initial;
  }

  .powered-by {
    width: 150px;
    height: 30px;
    margin-top: -110px;
  }
}

@media only screen and (max-width: 600px) {
  .powered-by {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  body {
    padding-top: 50px;
  }

  .top-header {
    padding: 0px 5px 0px 10px;
  }

  #logo {
    margin-top: 5px;
  }

  #logo img {
    max-width: 100px;
  }

  .powered-by {
    margin-top: 0;
  }

  .xs-center {
    text-align: center;
  }

  .non-loggedin .page-title {
    font-size: 14px;
    padding: 0 14px;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}

@media only screen and (max-height: 768px) {
  .modal-content {
    max-height: 90vh;
    overflow-y: auto;
  }
}
