/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 3rem;
    color: #d8d8d8;
    font-size: 16px;
    background-color: #454545;
    font-family: Roboto,sans-serif;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

h4 {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

a {
    color: #ace55c;
}

a:hover {
    color: #d99521;
}

.headLogo {
    margin-left: 30px;
}

.img-bg {
    background-color: #f9f9f9;
}
.item a:hover h4 {
    color: #e69424;
}

.textPane, .textPaneBlock {
    background: #595959;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 14%), 0px 3px 4px rgb(0 0 0 / 12%), 0px 1px 5px rgb(0 0 0 / 20%);
    border-radius: 8px;
    padding: 24px 24px 112px 24px ;
}

.bg-tip-dark {
    background: #394149;
}
.header {
    background: #007c4d;
    line-height: 56px;
}

.header a {
    color: #ffffff !important;

}

.header a:hover {
    color: #d99521 !important;
    text-decoration: none !important;
}

.navbar {
    padding: 0px;
}

.nav-link {
    padding: .35rem 1rem;
}

footer {
    font-size: 13px;
    font-weight: 300;
}

.menuTabActive {
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background-color: #394149;
    padding: 7px 0 7px 10px;
    position: relative;
    text-transform: uppercase;
    height: 32px;
    box-sizing: border-box;
    color: #fff;
    border-top: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.menuTabActive.selected {
    color: #e69424;
}

.leftMenu {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
}

.leftMenu li {
    position: relative;
    border-top: 1px solid #d3d3d3;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.leftMenu li .dirName, .leftMenu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    padding: 7px 20px 7px 10px;
    box-sizing: border-box;
}

.leftMenu li ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
    color: #000;
    border: none;
}

.leftMenu ul li {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    margin-left: 22px;
}

.leftMenu ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 22px 5px 3px;
}


.leftMenu li .dirName:hover, .leftMenu li a:hover {
    background-color: #e6f5ff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
	background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}


.btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 1px 2px #e1e1e1;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 5px 12px;
    border: none;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #000;
    transition: background .15s,color .15s;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
	outline: 0;
}

.btn:hover {
    color: #fff;
    background: #1e88e5;
    border: 1px solid #0000;
	outline: 0;
}

.arrow .ico {
    background-image: url(ico-tipsport.png);
	background-position: left -911px;
}

.arrow:hover .ico {
	background-position: left -369px;
}


.card .tblUni .btn {
    padding: 3px 12px;
}

.w100 {
    width: 100%;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.navbar-dark .navbar-toggler {
    color: #ffffff80;
    border-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #e69424;
    border-color: #e69424;
    box-shadow: 0 1px 2px #2d2d2d52;
}

.LeftMenubtn {
    width: 100%;
	text-transform: uppercase;
    font-size: 15px;
}

.navbar-toggler {
    width: 100%;
	text-transform: uppercase;
    font-size: 15px;
}


a:hover {
    text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #e69424;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #e69424;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 992px) {
.navbar-expand-lg #LeftCollapse.navbar-collapse {
    display: block !important;

}
	}

@media (min-width: 992px){
.navbar-expand-lg .LeftMenubtn{
    display: none;
}
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

