﻿html {
    height: 100%;
}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li {
    /*margin: 4px;
    padding: 4px;*/
}

/*#top-menu > li {
    border: 1px solid black;
    cursor: pointer; 
    display: inline-block;
}*/

/*#goto-logout {
    float: right;
}*/

/*#back-button {
    border: 1px solid black;
    cursor: pointer; 
    float: left;
}*/

/*.edit-button-enabled {
    color: #000; 
    border: 1px solid #000;
}

.edit-button-disabled {
    color: #dddddd; 
    border: 1px solid #dddddd;
}*/

.main-wrapper {
    height: 100%;
    width: 100%;
    /*margin-left: 25%;*/
    position: absolute;
    top: 0px;
    background-color: #fff;
    /*position: relative;*/
}

#app-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*border: 1px solid #000;*/
    position: fixed;
    top: 0px;
    left: 0px;
}


#content-wrapper {
    clear: left;
}


#top-wrapper {
    height: auto;
    background-color: #8fd0e4;
}

#list-wrapper {
    overflow: hidden;
    position: relative; 
}

#content-panel {
    overflow: auto;
    position: absolute;
    width: 100%;

    height: 100%;
}


/*#top-menu-select {
    background-color: #01719c;
    color: white;
}*/

.checkbox-cover {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0px;
    left: 0px;
    /*border: 1px solid green;*/
}

.add-to-playlist-panel {
    position: absolute;
    top: 0px;
    /*border: 1px solid green;*/
    visibility: visible;
}

.presentations-panel {
    visibility: visible;
}

#logon-btn {
    display: inline-block;
    /*border: 1px solid black;*/
    color: #000;
    margin: 6px;
    padding: 6px;
    cursor: pointer;
}

input[type=text], input[type=password] {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    width: 90%;
}

input[type=text] {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    padding: 5px;
    /*text-align: center;*/
    margin-bottom: 20px;
    width: 90%;
}

.logon-panel {
    /*border: 2px solid black;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    text-align: center;
    padding: 25px 15px 25px 15px;
    max-width: 400px;
    /*border-radius: 6px;*/
}

/*.logon-panel > ul > li{
    margin: 0px;
    padding: 0px;
}*/

input[type=submit], input[type=button] {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    padding: 5px;
    min-width: 80px;
}

#domain-list {
    /*margin-left: 12%;*/
}

.domain-btn {
    padding: 10px;
    min-width: 180px;
}

#caption-menu {
    white-space: nowrap;
    width: 100%;
    position: relative;
}

#caption-menu > li {
    display: inline-block;
    /*border: 1px solid black;*/
}

.caption-back-btn {
    float: left;
}

.caption-cell {
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    text-overflow: ellipsis;
}

#caption {
    margin-left: 5%;
    font-size: 125%;
    line-height: 2;
}

/*.caption-menu #caption {
    overflow: hidden;
    width: 70%;
    text-overflow: ellipsis;
}*/

/*.caption-text {
   *margin-left: 12px;
}*/

.list-checkbox {
    float: left;
    margin: 10px;
}

.svg-button {
    width: 2.64706em;
    height: 2.64706em;
    background-position: 50% 50%;
    display: block;
}

#menu-wrapper {
    height: 100%;
    width: 100%;
    /*float: left;*/
    /*width: 25%;*/
    /*border: 1px solid #000;*/
    position: absolute;
    top: 0px;
    overflow: hidden;
    background-color: #dddddd;
    /*color: #000;*/
    /*padding: 12px;*/
    /*border-right: 1px solid #01719c;*/
}

.side-menu > li {
    /*border: 1px solid black;*/
    /*cursor: pointer;*/
    /*position: relative;*/
    /*color: #ffffff;
    /*background-color: #01719c;*/
    padding-left: 6px;
    font-size: 125%;
    clear: left;
    margin-bottom: 12px;
}

.svg-button-text {
    line-height: 2.6;
    margin-left: -12px
}

.attributes > li {
    /*color: darkblue;*/
    border: none;
    margin: 12px;
}

.edit-buttons > li {
    /*cursor: pointer;*/ 
    display: inline-block;
    white-space: nowrap;
    /*margin-left: 14px;*/
    margin-bottom: 16px;
}
.standard-btn {
    margin-left: 12px;
}

.popup-form {
    width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    display:none; 
    background-color: white; 
    overflow: scroll;
    margin: 12px;
    /*padding: 10px;*/ 
    /*border-top: 1px solid #000;*/
}

.popup-alert {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display:none; 
    background-color: #dddddd; 
    overflow: hidden;
    /*border: 2px solid black;*/
    height: 120px;
    padding: 12px;
}

.item-title {
    /*padding: 10px;*/
    display: block;
    /*font-size: 125%;*/
}

.item-list > li {
    /*border: 1px solid black;*/
    cursor: pointer;
    position: relative;
    clear: left;
    /*border-top: 1px solid gray;*/
    border-bottom: 1px solid lightgray;
}

/*http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/*/

.vertical-aligned {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

