/*#highContainer {position: absolute;top: 200px; width: 50%;}
.high-container {width: 750px; text-align: center; border-radius: 10px;}
#highContainer svg {padding: 0 20px;}*/

.report-icon {
	width:20px;
	height:20px;
}
.rangeLbl{
	color: orange;
    margin-left: 10px;
	margin-top: -10px;
}

.mainContainer{
	background-color: #f2f2f2;
}
.headerLbl {
  width: auto;
  height: auto;
  font-family: Helvetica;
  font-size: 27px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  /*letter-spacing: 0.5px;*/
  color: #282828;
  margin-top: 20px;
}
.searchDiv{
	float: right;
	margin-right: -110px;
	margin-top: -60px;
}

thead {
    background-color: #154e81;
	color: white;
}

.searchLbl{
	width: auto;
    height: auto;
    font-family: Helvetica;
    font-size: 27px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #437198;
    margin-top: 20px;
}
.searchInput{
	width: auto;
    height: 37px;
    font-family: Helvetica;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-top: 20px;
    border-radius: 7px;
	border: 3px solid #4f81bd;
}
.menuitem {
    padding: 10px 20px;border-bottom: 1px solid #d9d9d9;
}
.menuitemLbl{
	width: 100px;
    height: auto;
    font-family: Helvetica;
    font-size: 1.1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: black;
}
.menuitemInput{
	width: auto;
    height: 30px;
    font-family: Helvetica;
    font-size: 17px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    border-radius: 7px;
	border-color: #4778a3;
}

#table-container-table_filter{
	display:none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #f2f2f2;
    overflow-x: hidden;
    transition: 0.2s;
}
.sidenavheadLbl{
  width: 100%;
  height: auto;
  font-family: Helvetica;
  font-size: 27px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #fff;
  background: #4f81bd;
  padding: 10px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

.slideritem{
	margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: -20px;
    right: 25px;
    font-size: 46px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.slidemenu {font-size: 1.3em;background: #fff; padding: 3px 10px; border: 2px solid #999; border-radius: 5px; float: right; margin: -5px 20px; font-weight: bold;}
input[type="range"]{
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 16px;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.15, #4778a3),
        color-stop(0.15, #C5C5C5)
    );
	margin-bottom: -15px;
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: #E9E9E9;
    border: 1px solid #CECECE;
    height: 15px;
    width: 15px;
}
.skillbar {
                position:relative;
                display:block;
                margin-bottom:5px;
                width:100%;
                background:#95b3d7;
                height:15px;
                border-radius:3px;
                -moz-border-radius:3px;
                -webkit-border-radius:3px;
                -webkit-transition:0.4s linear;
                -moz-transition:0.4s linear;
                -ms-transition:0.4s linear;
                -o-transition:0.4s linear;
                transition:0.4s linear;
                -webkit-transition-property:width, background-color;
                -moz-transition-property:width, background-color;
                -ms-transition-property:width, background-color;
                -o-transition-property:width, background-color;
                transition-property:width, background-color;
                max-width: 100px;
}

.skillbar-title {
                position:absolute;
                top:0;
                left:0;
                font-weight:bold;
                font-size:13px;
                color:#fff;
                background:#6adcfa;
                -webkit-border-top-left-radius:3px;
                -webkit-border-bottom-left-radius:4px;
                -moz-border-radius-topleft:3px;
                -moz-border-radius-bottomleft:3px;
                border-top-left-radius:3px;
                border-bottom-left-radius:3px;
}

.skillbar-title span {
                display:block;
                background:rgba(0, 0, 0, 0.1);
                padding:0 20px;
                height:15px;
                line-height:15px;
                -webkit-border-top-left-radius:3px;
                -webkit-border-bottom-left-radius:3px;
                -moz-border-radius-topleft:3px;
                -moz-border-radius-bottomleft:3px;
                border-top-left-radius:3px;
                border-bottom-left-radius:3px;
}

.skillbar-bar {
                height:15px;
                width:0px;
                background:#6adcfa;
                border-radius:3px;
                -moz-border-radius:3px;
                -webkit-border-radius:3px;
}

.skill-bar-percent {
                position:absolute;
                right:10px;
                top:0;
                font-size:11px;
                height:15px;
                line-height:15px;
                color:white;
}

.year, .year1, .year2{
    height: 15px;
    margin-bottom: 5px;
}

tbody tr.even td {
    background: #dbe5f1;
}

.dataTables_scrollBody{
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}