/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    background: url(../imazos/sid_men_bgg.png) top left repeat-y #2e3092;
}
.sidenav.report {
	background:#fff;
}

img#sidmenlog {
    position: absolute;
    top: 15px;
    left: 50px;
}
div#mtitle {
	padding: 10px 0 0 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 36px 0 5px 28px;
    width: 138px;
    background: url(../imazos/sid_men_bg.png) top right no-repeat #5859a8;
    height: 30px;
}

/* The navigation menu links */
.sidenav a {
    padding: 11px 8px 11px 55px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    background: url(../imazos/sid_men_list_icon.png) 20px 15px no-repeat;
    font-weight: 300;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  overflow-y: hidden;
}
a.closebtn {
    background: no-repeat;
}
ul li {
    margin: 13px 0;
    list-style: none;
}
ul {
    margin: 0 auto;
}
#myReport h3 span {
    display: block;
    color: #0092bf;
    font-size: 38px;
    font-weight: 500;
}

#myReport h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    padding: 0 30px;
    line-height: 32px;
    margin-bottom: 20px;
}
div.app_box_cov {
    display: block;
    margin: 0 auto;
    padding: 35px 15px 25px;
    box-shadow: 0 0 3px #999;
    background: url(../imazos/bg_cov.png) top right no-repeat;
    width: calc(100% - 80px);
    margin: 0 auto;
}
div.app_box_noncov {
    display: block;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0 0 3px #999;
    background: url(../imazos/bg_noncov.png) top right no-repeat;
    width: calc(100% - 80px);
    margin: 0 auto;
}
div.app_box_cov h1, div.app_box_noncov h1 {
	font-size: 24px;
	display: block;
	color: #0092bf;
	font-weight: 500;
	text-transform: uppercase;
}
div.app_box_cov h1 span {
    display: block;
    color: #b2002e;
    font-weight: 500;
    font-size: 30px;
}
div.app_box_noncov h1 span {
    display: block;
    color: #0092bf;
    font-weight: 500;
    font-size: 30px;
}
div.app_box_cov p, div.app_box_noncov p {
    font-size: 14px;
    padding-right: 50px;
    padding-bottom: 10px;
}
#myReport a {
    background-image: none;
}
.app_box_cov a {
    margin: 0 auto;
    background: #b2002e;
    width: 99px;
    text-align: center;
    padding: 10px 20px;
	display: block;
}
.app_box_noncov a {
    margin: 0 auto;
    background: #0092bf;
    width: 99px;
    text-align: center;
    padding: 10px 20px;
	display: block;
}
#myReport a.closebtn {
    background: #b2002e;
    width: 50px;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 50px;
}
div#myReport {
    padding-top: 26px;
}
div#myReport div {
    margin-bottom: 20px;
}
ul#cpoint li:nth-child(2) {
    background: url(../../images/ico_phone.png) top left no-repeat;
    padding: 5px 0 0 35px;
    margin: 0 15px;
    line-height: 24px;
}
ul#cpoint li:first-child {
    background: url(../../images/ico_loc.png) top left no-repeat;
    padding: 7px 0 0 35px;
    margin: 0 15px;
    line-height: 24px;
}
.owl-nav {
    font-size: 34px;
    margin: 0 auto;
    display: block;
    width: 100px;
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #efefef !important;
    padding: 4px 19px 10px !important;
    display: inline-block;
}
.owl-dots {
    display: none;
}
ul#cpoint {
    margin: 50px 0;
}
.owl-carousel .owl-item div {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

