/* Basic stylesheet */

/* Styles */

* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

html {
    height: 100%;
    overflow-y: scroll;
}

html.overflow-hidden {
    overflow: hidden !important;
}

body {
    position: relative;
    font: 100.01%/130% 'FagoWeb,Arial,Verdana,sans-serif';
    color: #fff;
    background: #000;
    text-align: center;
    padding-bottom: 20px;
}

.application-context-label {
    position: relative;
    top: 17px;
    left: 30px;
    font-size: 30px;
    color: red;
    font-weight: bold;
}

.layout-support_popup .application-context-label {
    position: relative;
    top: 5px;
    left: 150px;
    font-size: 25px;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

caption {
    display: none;
}

th {
    text-align: left;
    vertical-align: top;
}

td {
    vertical-align: top;
}

/* form styles */

legend {
    display: none;
}

fieldset {
    border: 0 solid;
}

/* admin panel / frontend-editing */

#TSFE_ADMIN_PANEL_FORM {
    z-index: 999;
    text-align: left;
}

/* Clearfix-Hack */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

.isClickable {
    cursor: pointer;
}

*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: none;
}
