.my {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.table tr:first-child {
	background-color: #004b97 !important;
	color: #fff;
}

.table tr:nth-child(odd) {
    background-color: #d1e5fd;
}

.btn-round-tr:hover{
	background: transparent;
}

.btn-round-tr {
    background-color: #004b97;
    border: 1px solid #004b97;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 12px 30px;
    transition: all 0.2s ease-in-out 0s;
	border-radius: 30px;
    display: inline-block;
}

.resume {
    height: 44px;
    padding: 12px 0 0 20px;
    cursor: pointer;
    display: block;
	transition: all 0.18s ease-in-out;
    background-color: #f8f8f8;
    background-image: none;
    border: 1px solid #f8f8f8;
    font-size: 14px;
    color: #2c2b2b;
    font-weight: 700;
}

.label:hover {
    color: white;
    background: #333;
}


.box:hover {
  background-color: #d1e5fd;
}


.box:hover,
.box:hover a,
.box:hover .icon,
.box:hover h1, .box:hover h2, .box:hover h3, .box:hover h4, .box:hover h5, .box:hover h6, .box:hover .h1, .box:hover .h2, .box:hover .h3, .box:hover .h4, .box:hover .h5, .box:hover .h6 {
  color: #004b97;
}

.box:hover a:hover {
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #004b97;
}

.page .text-primary {
  color: #3e7ac7;
}

.page a.text-primary:hover,
.page a.text-primary:focus {
  color: #2a2c96;
}

.ui-to-top {
  background: #0080ff;
}

.ui-to-top:hover, .ui-to-top:focus {
background: #004b97;
}

.rd-navbar-static-linked .rd-navbar-static-position {
    position: static;
    background: url(../images/header-bg.jpg) no-repeat;
    background-size: cover;
}

.rd-navbar-static.rd-navbar--is-stuck {
    background: #d1e5fd; 
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a{
    color: #004b97;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li:before, .rd-navbar-fullwidth .rd-navbar-nav > li:before {
    border-bottom-color: #0080ff !important;
    border-right-color: #0080ff !important;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li:after, .rd-navbar-fullwidth .rd-navbar-nav > li:after {
    border-top-color: #0080ff !important;
    border-left-color: #0080ff !important;
}