﻿.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}


.nav_bar_img {
  /*max-width: 22rem;*/
  padding-top: .2rem;
  padding-bottom: .2rem;
}


@media (max-width: 575px) {
    .color-primary-md-sm {
        background-color: #479ace !important;
        border-color: #479ace !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .color-primary-md-sm {
        background-color: #479ace !important;
        border-color: #479ace !important;
    }
}

@media (max-width: 575px) {
    .color-white-md-sm {
        background-color: #479ace !important;
        border-color: #479ace !important;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .color-white-md-sm {
        background-color: #479ace !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .color-white-md-sm {
        background-color: white !important;
    }
}

.nav_bar_img_mobile {
  max-width: 15rem;
  padding-bottom: 0.2rem;
}

.wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 50px;
}

.wrapper .list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;

  margin-top: 0px;
}

.wrapper .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

.fa.md-18 { font-size: 18px; }
.fa.md-24 { font-size: 24px; }
.fa.md-36 { font-size: 36px; }
.fa.md-48 { font-size: 48px; }
.fa.md-100 { font-size: 100px; }

.bg-grey-dark {
  background-color: #e9ecef!important;
}

.navbar {
    line-height: 20px;
}

.breadcrumb {
    /*background-color: #fff;*/
    background-color: #479ace;
    color: #686F7A;
}

.breadcrumb a {
    /*color: #686F7A;*/
    color: #fff;
    font-size: 0.90rem;
    font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: 0;
    padding-right: 0.5rem;
    color: #686F7A;
}




html, body {
    height: 100%;
}

body {
    background-color: #e9ecef;
}

#wrap {
    min-height: 90%;
}

main {
    overflow: auto;
    /*padding-bottom: 10px;*/ /* this needs to be bigger than footer height*/
}

footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    clear: both;
    padding-top: 25px;
    background-color: #479ace;
}

footer p {
    color: #fff;
}

@media (min-width: 0) {
    footer {
        height: 130px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    footer {
        height: 130px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    footer {
        height: 70px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    footer {
        height: 70px;
    }

    .navbar.navbar-white .nav-item > a.nav-link {
        border-right: 1px solid #d6d6d6;
    }
    .navbar.navbar-white .nav-item:last-child > a.nav-link {
        border-right: 0px solid #000000;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    footer {
        height: 80px;
    }

    .navbar.navbar-white .nav-item > a.nav-link {
        border-right: 1px solid #d6d6d6;
    }
    .navbar.navbar-white .nav-item:last-child > a.nav-link {
        border-right: 0px solid #000000;
    }
}

.jqx-widget-header {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-color: #c5c5c5;
    background: #479ace;
    color: #fff;
}
.jqx-grid-cell-pinned {
    background-color: #fff;
}

.jqx-grid-column-header, .jqx-grid-columngroup-header {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    white-space: nowrap;
    border-style: solid;
    font-weight: normal;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.main-grid .jqx-grid-header {
    height: 50px !important;
    font-size: 14px;
}

.jqx-widget-content {
    font-size: 14px;
}