#sideMenu ul li.active > span,#sideMenu ul li:hover > span {
    width: 100%;
}
div#header {
        height: 90px;
    
}
div#top_content {
   height:calc( 100vh - (3.7vw + 90px))
}
#sideMenu 
{
    height:calc( 100vh - (3.7vw + 90px));
    overflow-y:scroll;
    background:#18323f;
}
#sideMenu ul
{
    
width: 100%;
   height:calc( 100vh - (3.7vw + 90px));  
margin: auto;
}
#sideMenu ul li:hover,#sideMenu ul li.active
{background: #e5e5e5;color:white;}


#sideMenu ul li:hover a,#sideMenu ul li.active a
{font-weight: bold;color:#063f60; background:#e5e5e5}
#sideMenu ul li
{text-align: center;padding-top: 1px; width:100%;
 min-height: 2.1rem;   
 height:calc( (100vh - (3.7vw + 90px))/12);
}
#sideMenu ul li span
{
        display:block;
        height:1px;
        width:80%;
        border-bottom: 1px solid #e5e5e5;
        margin: auto;
}
#sideMenu ul li:last-child span
    {
        border-bottom:none;
    }
#sideMenu ul li a
{
    color:white;
    text-transform:uppercase;
    vertical-align: middle;
    position: relative;
    height:calc( (100vh - (3.7vw + 90px))/12);
    min-height: 3rem;
    line-height:200%;
    padding:0.7rem 0.5rem;
}
#inner_content
{
    height:100%;
}
body .MainMenuButtonOpen .bar1,
body .MainMenuButtonOpen .bar2,
body .MainMenuButtonOpen .bar3 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar1 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar2 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar3 {
    background-color: #4fc9e8;
}

.MainMenuButtonOpen.cor .bar3 {
  background-color: #4fc9e8;
}

#template1
{
}
    #template1 .slider
    {
    height: 14vh;
    }
     #template1 .page-title
    {
          background: #063f60;
          vertical-align: middle;
          text-align: center;
          display: table;
    }
   #template1 .page-title h5
    {
    margin-bottom:0;
    color: white;
    margin: auto;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    }
    #template1 .page-text
    {
        height: auto;
        padding-top:1rem;
    }
    #template1 .page-text p
    {
        font-size:0.9rem;
         padding-bottom:1rem;
    }
#sideMenu ul li a span {
    border: 0;
    font-size:80%;
    /*border: 0;
    display: table;
    width: 100%;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;*/
}