body{
    margin: 0px;
}

p{
    padding: 0px;
    margin: 0px;
}
table.tblContent {
    line-height: 35px;
    clear: both;
}

table.tblContent > tbody > tr > td:first-child {
    width: 135px;
}

.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: 265px;
    box-shadow: 0px 0px 10px;
    margin: 20px 0px;
    float: left;
    position: relative;
    background-image: url(/images/barrel-001.jpg);
    background-repeat: round;
}
.clsTileBottle.tile-container{
    background-image: url(https://ls.infura-ipfs.io/ipfs/QmXegUy5qCfy5hqaX9u7pmSmKXEAQtyK93LBj4m7Cqv2bN);
}

.tile-container .title{
    text-align: center;
    text-shadow: 2px 2px 5px #9d9d9d;
    border-bottom: 1px solid silver;
}

.tile-container .tile-sub-text{
    color: white;
    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;
}
.clsGreen{
    color: #02ad02; 
}
span.lbl {
    width: 90px;
    display: inline-block;
    white-space: nowrap;
}

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


div#loadingDiv {
    position: fixed;
    top: 30%;
    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-button{
    background-color: #097fff !important;
    color: white !important;
    padding: 5px 10px !important;
}

.tab-title{
    font-size: 13px;
    position: absolute;
    left: 30%;
    color: white !important;
    top: 20px;
}
.tab-title a{
    color: white !important;
}

.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;
}

/* ====== supply chain related ============== */
table tr td{
    text-align: left;
    /* vertical-align: top; */
}

        /* Supply chain related */
        /* Style the table */
		table {
			font-family: Arial, sans-serif;
			border-collapse: collapse;
			width: 100%;
		}

		/* Style the table headers */
		th {
			border: 1px solid #dddddd;
			text-align: left;
			padding: 8px;
			background-color: #f2f2f2;
            color: black;
		}

		/* Style the table data */
        label {
            display: inline-block;
            width: 200px;
        }
        .clsFormStages input[type="text"]{
            width: 350px;
        }
        /* input[type="text"],
        select {
            width: 200px;
        } */
        select {
            height: 30px;
        }

   



.tile-sub-text span {
    font-weight: bold;
}

.cls-qrcode{
    width: 70px;
    padding: 10px 0px;
}
.cls-qrcode img{
    width: 100%;
}


li .clsContainerBlockchain {
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.clsSelectedBlockchain {
    color: white;
}
#selChainId{
    height: 30px;
    width: 150px;
}
.clsIconBlockchain{
    background-image: url(/images/ethereum.png);
    background-repeat: no-repeat;
    /* background-position: 200px; */
    background-size: 30px;
    opacity: 0.8;
    height: 30px;
    display: inline-block;
    width: 40px;
    position: relative;
    top: 10px;
    left: 25px;
}

.clsIconBlockchain[chainid="1155111"]{
    background-image: url("/images/ethereum.png");
}
.clsIconBlockchain[chainid="80001"]{
    background-image: url("/images/polygon.png");
}
span#blockchain-name {
    padding: 0px 3px;
}

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

/* === UI tabs styling - START */
.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;
}

/* === Left nav  and Righ content === same height */
.clsTabContentInsert,
.ui-tabs-vertical .ui-tabs-nav{
    min-height: 1200px;
}

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

/* === UI tabs styling - END */