
.dappscat {width:150px; height:150px; padding:10px; text-align:center; background:##CECECE; vertical-align:middle; border:1px solid #666; border-radius: 5px; margin-right:4px;}
.dappscat:hover {
  opacity: 0.3;
}
.dappscat p {font-weight:bold;}
.dappsdiv {min-height:300px;}

.alert {position:fixed;top:0; left:0; z-index:100; width:100%;}

.wizard-content .wizard>.steps>ul>li {
    display: block;
    float: left;
    width: 100px;
}

/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
}*/

.container-fluid {
    padding: 0 5px 25px 5px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
}

.full {width:100%;text-align: left;}



/* CHAT */
.jqstooltip { position: absolute;left: 0px;top: 0px;visibility: hidden;background: rgb(0, 0, 0) transparent;background-color: rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";color: white;font: 10px arial, san serif;text-align: left;white-space: nowrap;padding: 5px;border: 1px solid white;z-index: 10000;}.jqsfield { color: white;font: 10px arial, san serif;text-align: left;}