.clear  {
    clear: both;
}

body {
    margin: 0;
}

*{
    outline: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.templateError {
    background:rgba(0,0,0,0.3);
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.templateError tr,
.templateError td {
    width:100%;
    height:100%;
}

.templateError div {
    width: 600px;
    padding: 20px;
    border: 4px solid #4646ff;
    background: #fff
}

.templateError input[type=button] {
    margin-top:15px
}

nav,
.navPlaceHolder {
    display: block;
    margin-bottom: 15px;
}

nav {
    width: 190px;
    border: 1px solid;
    overflow: hidden;
}

.navPlaceHolder {
    height: 30px;
}

nav a {
    display: block;
    border-top: 1px solid;
    padding: 4px 8px;
    line-height: 21px;
    font-size: 16px;
}

.buttonWrapper[data-sqi-autoValidate]  {
    display: none;
}

.dropZone::selection,
.dropZone::-moz-selection {
    background: transparent;color:inherit;
}

.clearSep {
    clear: both;
    margin: 10px 0;
}