﻿#int-rep-landing-page {
    max-width: 50rem;
    margin: auto;
    /*background-color: #2a5e65;
    border-radius: 15px;
    padding: 30px 30px 30px 40px;*/
    margin-top: 2%;
}

#int-rep-landing-page > ul {
    margin: 0;
    padding: 0;
    padding-left: 45px;
    margin-bottom: 15px;
}

#int-rep-landing-page > ul li:not(info) {
    list-style-type: none;
    /*text-align: center;*/
    /*background-color: #142630;*/
    color: #ffffff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0px 0px 5px 0px;
    /*padding-left: 15px;
    padding-top: 1px;*/
    padding: 1px 15px 0px 15px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}

#int-rep-landing-page > ul li:hover {
    /*color: #b6bb18;*/
}

#int-rep-landing-page > ul li:hover > div {
    /*background-color: #b6bb18;*/
    border-radius: 50%;
}

#int-rep-landing-page > ul li:hover > div > div div:nth-last-of-type(2) {
    /*background-color: #b6bb18;*/
}

#int-rep-landing-page > ul li > div {
    position: absolute;
    left: -55px;
    color: #142630;
    text-align: center;
    list-style-type: none;
}

#int-rep-landing-page > ul li > div > div {
    border: 6px solid #142630;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    position: relative;
    /*color: #142630;*/
    line-height: 41px;
}

#int-rep-landing-page > ul li > div > div div:nth-last-of-type(1) {
    width: 23px;
    height: 23px;
    /*background-color: #142630;*/
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    right: 0px;
}

#int-rep-landing-page > ul li > div > div div:nth-last-of-type(2) {
    position: absolute;
    height: 6px;
    width: 100%;
    /*background-color: #142630;*/
    top: 46%;
    /*right: -70%;*/
    left: 100%;
    /*z-index: -1;*/
}

#int-rep-landing-page > ul li > span {
    font-size: 18px;
}

#sub-menu-content {
    font-size: 18px;
}

.sub-menu-link {
    display: inline-block;
}

.sub-menu-link .grid_but_sitemap {
    padding: 5px 0px 5px 15px;
}

#comp-img-container #int-rep-image {
    max-width: 70rem;
    /*margin: 2% auto auto auto;*/
    margin: 0 auto auto auto;
}

#comp-img-container #int-rep-image img {
    max-width: 100%;
}

@media (max-width: 991px) {
    #comp-menu-container {
        padding: 0px 0px 0px 15px !important;
    }
    .sub-menu-link {
        display: block;
    }
}

/* New Landing */
.landing-box {
    margin-top: 20px;
    margin-right: 20px;
    padding: 4% 20px 20px 20px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
    -webkit-transform: rotate(0deg) skew(-10deg);
    -moz-transform: rotate(0deg) skew(-10deg);
    -ms-transform: rotate(0deg) skew(-10deg);
    -o-transform: rotate(0deg) skew(-10deg);
    transform: rotate(0deg) skew(-10deg);
    width: 240px;
    display: inline-block;
    /*box-shadow: 10px 10px 5px #999;*/
    box-shadow: 7px 7px 15px #999;
    cursor: pointer;
    /*border-radius: 10px;*/
}

.landing-box:hover {
    /*box-shadow: 7px 7px 15px #888;*/
}

.landing-box:hover > .landing-box-circle {
    /*background-color: #e6e6e6 !important;*/
}

.landing-box:hover > .landing-box-circle > div {
    /*display: block;*/
}

.landing-box-map:hover,
.landing-box-measure:hover {
    box-shadow: 7px 7px 15px #888;
}

.landing-box-map:hover > .landing-box-circle,
.landing-box-measure:hover > .landing-box-circle {
    background-color: #e6e6e6 !important;
}

.landing-box-map:hover > .landing-box-circle > div,
.landing-box-measure:hover > .landing-box-circle > div {
    display: block;
}

.landing-box h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.landing-box-circle {
    border-radius: 50%;
    background-color: #fff;
    height: 200px;
    position: relative;
    border: solid 1px #f2f2f2;
}

.landing-box-circle > div {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.5;
    position: absolute;
}

.landing-box-map {
    background: #28304f !important;
    /*background: -webkit-linear-gradient(#4f5996,#292e4e) !important;
    background: -o-linear-gradient(#4f5996,#292e4e) !important;
    background: -moz-linear-gradient(#4f5996,#292e4e) !important;
    background: linear-gradient(#4f5996,#292e4e) !important;*/
    /*border: solid 1px #4f5996;*/
}

.landing-box-map .landing-box-circle {
    background-image: url("../../images/mapround.png");
    background-position-x: -50px;
    background-position-y: -50px;
}

.landing-box-measure {
    background: #c3cf21 !important;
    /*background: -webkit-linear-gradient(#cbd841,#c3cf21) !important;
    background: -o-linear-gradient(#cbd841,#c3cf21) !important;
    background: -moz-linear-gradient(#cbd841,#c3cf21) !important;
    background: linear-gradient(#cbd841,#c3cf21) !important;*/
    /*border: solid 1px #c3cf21;*/
}

.landing-box-measure .landing-box-circle {
    background-image: url("../../images/measureround.png");
    background-position-x: -50px;
    background-position-y: -50px;
}

.landing-box-mobilise {
    position: relative;
    background: #164f77 !important;
    /*background: -webkit-linear-gradient(#236fa9,#164f77 ) !important;
    background: -o-linear-gradient(#236fa9,#164f77 ) !important;
    background: -moz-linear-gradient(#236fa9,#164f77 ) !important;
    background: linear-gradient(#236fa9,#164f77 ) !important;*/
    /*border: solid 1px #164f77;*/
}

.landing-box-mobilise .landing-box-circle {
    background-image: url("../../images/mobiliseround.png");
    background-size: cover;
}

.box-disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    background-color: #737373;
    top: 0;
    left: 0;
    /*border: solid 1px #666;*/
    /*border-radius: 10px;*/
    z-index: 1;
    opacity: 0.7;
}

.landing-footer {
    margin-top: 35px;
    padding: 2%;
    background: #164f77 !important;
    /*background: -webkit-linear-gradient(#236fa9,#164f77) !important;
    background: -o-linear-gradient(#236fa9,#164f77) !important;
    background: -moz-linear-gradient(#236fa9,#164f77) !important;
    background: linear-gradient(#236fa9,#164f77) !important;*/
}

.landing-footer section {
    text-align: justify;
    color: #f2f2f2;
    font-size: 15px;
}

.landing-footer section span {
    color: #c2cf2a;
    text-transform: uppercase;
}

#menu_49 {
    display: none; /* Temp */
}


/* End New Landing */

.btn.btn-weights {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 34px;
    margin-top: -2px;
}

.k-edge .btn.btn-weights {
    /*margin-top: -2px;*/
}

.bat-image {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 15px;
}

.pack {
    background-color: #e6e6e6;
    padding: 10px 10px 0px 15px !important;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 10px;
}

.pack ul {
    /*min-height:34px*/
}

.alt-pack {
    background-color: #ffe680;
    padding: 10px 10px 0px 15px !important;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 10px;
}

.pack-table {
    width: 100%;
}

.pack-table img {
    max-height:20px; 
    height:20px; 
    margin-right:10px; 
    padding-bottom: 2px;
}

.inf-mod .glyphicon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f2f2f2;
    cursor: pointer;
}

.inf-mod {
    display: none;
    position: relative;
    padding: 20px;
    background-color: #5bc0de;
    border-radius: 5px;
    opacity: 0.97;
    color: #fff !important;
    line-height: 20px;
    cursor: default !important;
    text-align: justify;
    text-align: justify;
    margin: 5px 0 10px 0px;
}

.inf-mod uparrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #5bc0de;
    position: absolute;
    top: -20px;
    left: 45%;
    cursor: default !important;
    z-index: 2;
}
.icon-selected {
    border: 2px solid #9ebfa4;
    padding: 3px;
}
.report-select-btn{
    margin-bottom: 10px;
}