body{
    margin: 0px;
}

p{
    padding: 0px;
    margin: 0px;
}
table.tblContent {
    line-height: 35px;
    clear: both;
}
table.tblContent td:first-child{
    width: 190px;
}

table.tblContent td:nth-child(2){
    width: 200px;
}

.container {
    font-size: 14px;
}

.debug{
    display: none;
}

.watermark
{
    opacity: 0.5;
    z-index: 99;
    color: #636060;
    text-align: right;
    font-size: 10px;
    padding: 5px;
    right: 10px;
    bottom: 5px;
    position: absolute;
}

.tile-container{
    border: 1px solid silver;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    height: 345px;
    box-shadow: 0px 0px 10px;
    margin: 20px;
    float: left;
    position: relative;
    /* background-color: #fbf7f7; */
}
.tile-container .title{
    text-align: center;
    text-shadow: 2px 2px 5px #9d9d9d;
    border-bottom: 1px solid silver;
}

.tile-container .tile-sub-text{
    color: #565656;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100%; */
    overflow: hidden;
    line-height: 20px
}

.tile-container .img-container{
    text-align: center;
    height: 100px;
    padding: 10px 0px;
}

span.title{
    font-size: 25px;
    padding: 0px 31px;
    color: #1d5176;
    font-weight: bold;
}

.row{
    /* padding: 10px 0px; */
    margin:0px;
    line-height: 35px;
}

.row > div {
    /* float: left;
    margin: 0px 10px; */
    padding: 2px 0px;
}
div > input,
td > input {
    width: 400px;
    line-height: 22px;
}
.clsRed{
    color: red;
}
span.lbl {
    width: 90px;
    display: inline-block;
    white-space: nowrap;
}

/* li {
    border-top: 1px solid silver;
} */


div#loadingDiv {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100;
    height: 100px;
    color: black;
    background-color: silver;
    width: 200px;
    text-align: center;
    padding: 20px;
    opacity: .5;
    border: 1px solid gray;
    border-radius: 20px;
    font-weight: bold;
}

.clsNftPreviewImg{
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

#btn-auto-populate{
    float: right;
}

#file-locker{
    padding-top: 30px;
}
#file-locker > div {
    margin: 10px;
    box-shadow: 0px 0px 10px;
    float: left;
    background-color: white;
    width: 180px;
    border-radius: 5px;
}
#file-locker > div button {
    width: 100%;
    height: 40px;
}

#file-locker .file-title {
    padding: 10px;
}

embed{
    border: 1px solid silver;
}

.tabs2.file-vault .ui-tabs-panel {
    min-height: 300px;
}

/* li.clsEmpty{
    height: 15px;
    background-color: white !important;
    border-color: white !important;
    margin: 10px 0 10px 0 !important;
} */

#spinner{
    width: 20px;
    position: relative;
    top: 5px;
    display: none;
}

#myfiles .tile-container{
    height: 200px;
    width: 150px;
}

.ls-logo{
    text-align: center;
    margin: 10px;
}

/* === UI Styling */
.ui-tabs-vertical {
    background-color: #ebebeb !important;
}

.ui-tabs-vertical li .title{
    color: white;
    font-size: 30px;
}
.ui-tabs-vertical li .sub-title{
    font-size: 15px;
    font-weight: normal;
}

.ui-tabs-vertical .container-title{
    text-align: center;
    margin: 20px 0px;
}

.ui-tabs-vertical .ui-tabs-nav,
.ui-tabs-tab.ui-state-default.ui-tab,
.ui-tabs-tab.ui-state-active.ui-tab{
    background-color: #231f20;
    border: 1px solid transparent;
}

li.ui-state-default a:link{
    color: white !important;
}

li.clsEmpty {
    color: #6d6d71 !important;
    padding-left: 20px !important;
    font-size: 17px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active{
    background-color: #555555;
}


.ui-tabs-vertical .ui-tabs-nav li.ui-state-default,
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active,
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-focus{
    padding: 0px !important;
    margin: 5px 0px !important;
}

.ui-tabs-vertical .ui-tabs-nav {
    width: 300px;
    height: 1000px;
}

.ui-tabs-vertical .ui-tabs-panel.clsTabContent{
    padding: 40px 0px 0px 50px;
}

.ui-button{
    background-color: #097fff !important;
    color: white !important;
    padding: 5px 10px !important;
}

.tab-title{
    text-align: center;
    font-size: 11px;
    width: 600px;
}

.tab-footer{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tab-footer img{
    width: 80px;
    padding: 10px;
}

#tabs-1 .tab-content{
    padding: 100px 0px 0px 0px;
    text-align: center;
}

li.logo{
    background-color: #cbcbcb;
    border-radius: 4px;
}