html,
body {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
}
div[ui-view] {
    //height: 100%;
}
ul {list-style-type: none;}

[ng-click] {
    cursor: pointer;
}

html, body {
    height: 100% !important;
    overflow: hidden;

}
//
//body {
//  height: auto !important;
//}

#container {
    display: block;
    width: 100%;
    position: relative;
    overflow-y: scroll;
    height: 100%;
}

.hidden {
    display: none;
}