@import url("//maskina.sharepoint.com///netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

html {
    height: 100vh;
}

body {
    margin: 0;
    background-color: #FFFFFF;
    height: 100%;
}

#vizContainer {
    padding: 85px 20px 20px;
    width: calc(100% - 40px);
    height: calc(100% - 105px);
    margin: 0;
}

.logout {
    bottom: 0;
    position: absolute;
}

.fa-2x {
    font-size: 2em;
}

.fa {
    border-radius: 6px;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 35px;
    vertical-align: middle;
    color: #46f0cb;    
}

.headerText {
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    color: #333;
    line-height: 55px;
    padding-left: 20px;
}


#headerBar {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: calc(100% - 280px);
    z-index: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


#headerBar .header-container,
.logo-container {
    height: 55px;
}


.main-menu {
    background-color: #fff;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 280px;
    z-index: 1000;
    border-right: 1px solid rgba(0, 0, 0, 0.0625);
}

.main-menu-inner {
    position: relative;
    height: 100%;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    width: 250px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

}

.logo {
    height: 55px;
    background-image: url("https://birkirgretarsson.com/maskina/maskina_logo_text.png");
    background-size: 135px;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0625);
    border-right: 1px solid rgba(0, 0, 0, 0.0625);
    line-height: 0;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav-right .fa {
    color: #333;
    font-size: 23px;
}

#pageList {
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    padding-top: 20px;
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: arial;
    font-size: 16px;
    color: #333;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}


.page-container {
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 100%;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

hr {
    margin:0;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}


.nav-right {
    margin: 0;
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}


footer p {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    margin: 5px;
    font-size: 11px;
    color: #333;
    font-family: auto;
}


.tooltip {
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #80808080;
    color: #333;
    text-align: left;
    padding: 10px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 1000px;
    height: 400px;
    position: absolute;
    z-index: 1;
    font-family: Arial;
    font-size: 20px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}



.third-level-menu
{
    position: absolute;
    top: 0;
    right: 250px;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    font-size: 13px;
}

.third-level-menu > li
{
    height: 40px;
    background: #ffffff;
}
.third-level-menu > li:hover { background: #86ddca;}

.second-level-menu
{
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li
{
    position: relative;
    height: 40px;
    background: #ffffff;
}
.second-level-menu > li:hover { background: #86ddca; }

}
.second-level-menu a {
    text-align: left;
}

.top-level-menu
{
    list-style: none;
    margin: 0px;
    margin-right: 15px;
}

.top-level-menu > li
{
    position: relative;
    float: left;
    height: 40px;
    width: 250px;
    background: #ffffff;
    border: 1px  #999999 solid;
}
.top-level-menu > li:hover { background: #86ddca; }

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    font-weight: bold;
    font-family: arial;
    color: #242323;
    text-decoration: none;
    padding: 0 0 0 10px;

    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 40px;
    text-align: center;
}
.top-level-menu a:hover { color: #000000; }