@import url("common/form.css");
@import url("common/grid.css");
@import url("common/help.css");
@import url("common/modal.css");
@import url("common/sidebar.left.css");
@import url("common/typography.css");

@import url("module/sc.bs.css");

/* Margin of main content or windows*/
#page-content {
    padding: 15px 15px 0;
}

/* warning box */
.warningBox {
    border: 1px solid #c0c0c0;
    margin-bottom: 15px;
}

.dim {
    color: #a0a0a0;
}

blink {
    -webkit-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite
}

@-webkit-keyframes blink {
    67% { opacity: 0 }
}

@keyframes blink {
    67% { opacity: 0 }
}

.break-word {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    white-space: normal !important;
}

.blue {
    color: blue;
}