html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0 auto;
}

html, body {
    margin: 0;
    padding: 1em, height: 100%;width:100%;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: hidden;
    border: none;
    border-color: transparent;
}

label {
    font-weight: bold;
}

button, input, select, textarea, optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    appearance = none;
    opacity: 1;
}

[type=date]::-webkit-inner-spin-button, [type=date]::-webkit-outer-spin-button {
    height: auto;
    -webkit-appearance: none;
    appearance = none;
    opacity: 1;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
/* End extract */

html, body {
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.rocapl_uppercase {
    text-transform: uppercase;
}

.rocapl_lowercase {
    text-transform: lowercase;
}

.rocapl_capitalize {
    text-transform: capitalize;
}

.rocapl_serif {
    font-family: serif
}

.rocapl_sans-serif {
    font-family: sans-serif
}

.rocapl_cursive {
    font-family: cursive
}

.rocapl_monospace {
    font-family: monospace
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.rocapl_wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid white;
    margin: 20px 0
}

.rocapl_image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.rocapl_table-normal {
    color: black;
    background-color: transparent;
    table-layout: fixed;
    width: 100%;
    font-size: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

    .rocapl_table-normal tr {
        border: none;
        padding: 0;
        margin: 0;
    }

    .rocapl_table-normal th, .rocapl_table-normal td {
        padding: 5px;
        border: 1px solid silver;
        position: relative;
        font-size: inherit;
    }

.rocapl_table, .rocapl_table-all, .rocapl_table-bordered {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.rocapl_table-all {
    border: 1px solid #ccc
}

.rocapl_table-bordered {
    border: 1px solid grey
}

.rocapl_bordered tr, .rocapl_table-all tr {
    border-bottom: 1px solid #ddd
}

.rocapl_striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.rocapl_table-elipsis td {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .rocapl_table-elipsis td:focus {
        max-width: 450px;
        white-space: nowrap;
    }

.rocapl_table-all tr:nth-child(odd) {
    background-color: #fff
}

.rocapl_table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.rocapl_hoverable tbody tr:hover, .rocapl_ul.rocapl_hoverable li:hover {
    background-color: #eee
}

.rocapl_centered tr th, .rocapl_centered tr td {
    text-align: center
}

.rocapl_table td, .rocapl_table th, .rocapl_table-all td, .rocapl_table-bordered td, .rocapl_table-all th {
    font-size: 11px;
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

.rocapl_table tr {
    white-space: nowrap;
}

.rocapl_table-bordered th {
    background-color: #2ECCFA;
    color: #CFECEC;
    border: 1px solid #ccc;
}

.rocapl_table-bordered td {
    background-color: LightCyan;
    border: 1px solid #ccc;
}

.rocapl_table-bordered tr {
}

.rocapl_table-bordered-th-center th {
    text-align: center;
}


.rocapl_table th:first-child, .rocapl_table td:first-child, .rocapl_table-all th:first-child, .rocapl_table-all td:first-child {
    padding-left: 16px
}

.rocapl_btn, .rocapl_button {
    border: 1px solid skyblue;
	border-radius:3px;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: azure;
    background-color: skyblue;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	font-weight:bold;
}

    .rocapl_btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
    }

.rocapl_btn, .rocapl_button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .rocapl_disabled, .rocapl_btn:disabled, .rocapl_button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

        .rocapl_disabled *, :disabled * {
            pointer-events: none
        }

        .rocapl_btn.rocapl_disabled:hover, .rocapl_btn:disabled:hover {
            box-shadow: none
        }

.rocapl_badge, .rocapl_tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.rocapl_badge {
    border-radius: 50%
}

.rocapl_ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .rocapl_ul li {
        padding: 8px 16px;
        border-bottom: 1px solid silver
    }

        .rocapl_ul li:last-child {
            border-bottom: none
        }

.rocapl_tooltip, .rocapl_display-container {
    position: relative
}

    .rocapl_tooltip .rocapl_text {
        display: none
    }

    .rocapl_tooltip:hover .rocapl_text {
        display: inline-block
    }

.rocapl_ripple:active {
    opacity: 0.5
}

.rocapl_ripple {
    transition: opacity 0s
}

.rocapl_input {
    padding: 8px;
    display: block;
    border: none;
	outline:none;
    border-bottom: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color:transparent;
	white-space:nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.rocapl_input-form {
    padding: 8px;
    display: block;
    border: none;
	outline:none;
    border-bottom: 1px dotted #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color:transparent;
	white-space:nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.rocapl_select {
    padding: 10px;
    width: 100%;
    border: none;
	outline:none;
    margin: 0;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	white-space:nowrap;
    text-overflow: ellipsis;
}

.rocapl_dropdown-click, .rocapl_dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .rocapl_dropdown-hover:hover .rocapl_dropdown-content {
        display: block
    }

    .rocapl_dropdown-hover:first-child, .rocapl_dropdown-click:hover {
        background-color: #ccc;
        color: #000
    }

        .rocapl_dropdown-hover:hover > .rocapl_button:first-child, .rocapl_dropdown-click:hover > .rocapl_button:first-child {
            background-color: #ccc;
            color: #000
        }

.rocapl_dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.rocapl_check, .rocapl_radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.rocapl_sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.rocapl_bar-block .rocapl_dropdown-hover, .rocapl_bar-block .rocapl_dropdown-click {
    width: 100%
}

    .rocapl_bar-block .rocapl_dropdown-hover .rocapl_dropdown-content, .rocapl_bar-block .rocapl_dropdown-click .rocapl_dropdown-content {
        min-width: 100%
    }

    .rocapl_bar-block .rocapl_dropdown-hover .rocapl_button, .rocapl_bar-block .rocapl_dropdown-click .rocapl_button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.rocapl_main, #main {
    transition: margin-left .4s
}

.rocapl_modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.rocapl_modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.rocapl_bar {
    width: 100%;
    overflow: hidden
}

.rocapl_center .rocapl_bar {
    display: inline-block;
    width: auto
}

.rocapl_bar .rocapl_bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.rocapl_bar .rocapl_dropdown-hover, .rocapl_bar .rocapl_dropdown-click {
    position: static;
    float: left
}

.rocapl_bar .rocapl_button {
    white-space: normal
}

.rocapl_bar-block .rocapl_bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.rocapl_bar-block.rocapl_center .rocapl_bar-item {
    text-align: center
}

.rocapl_block {
    display: block;
    width: 100%
}

.rocapl_responsive {
    display: block;
    overflow-x: auto
}

.rocapl_container:after, .rocapl_container:before, .rocapl_panel:after, .rocapl_panel:before, .rocapl_row:after, .rocapl_row:before, .rocapl_row-padding:after, .rocapl_row-padding:before,
.rocapl_cell-row:before, .rocapl_cell-row:after, .rocapl_clear:after, .rocapl_clear:before, .rocapl_bar:before, .rocapl_bar:after {
    content: "";
    display: table;
    clear: both
}

.rocapl_col, .rocapl_half, .rocapl_third, .rocapl_twothird, .rocapl_threequarter, .rocapl_quarter {
    float: left;
    width: 100%
}

    .rocapl_col.s1 {
        width: 8.33333%
    }

    .rocapl_col.s2 {
        width: 16.66666%
    }

    .rocapl_col.s3 {
        width: 24.99999%
    }

    .rocapl_col.s4 {
        width: 33.33333%
    }

    .rocapl_col.s5 {
        width: 41.66666%
    }

    .rocapl_col.s6 {
        width: 49.99999%
    }

    .rocapl_col.s7 {
        width: 58.33333%
    }

    .rocapl_col.s8 {
        width: 66.66666%
    }

    .rocapl_col.s9 {
        width: 74.99999%
    }

    .rocapl_col.s10 {
        width: 83.33333%
    }

    .rocapl_col.s11 {
        width: 91.66666%
    }

    .rocapl_col.s12 {
        width: 99.99999%
    }

@media (min-width:601px) {
    .rocapl_col.m1 {
        width: 8.33333%
    }

    .rocapl_col.m2 {
        width: 16.66666%
    }

    .rocapl_col.m3, .rocapl_quarter {
        width: 24.99999%
    }

    .rocapl_col.m4, .rocapl_third {
        width: 33.33333%
    }

    .rocapl_col.m5 {
        width: 41.66666%
    }

    .rocapl_col.m6, .rocapl_half {
        width: 49.99999%
    }

    .rocapl_col.m7 {
        width: 58.33333%
    }

    .rocapl_col.m8, .rocapl_twothird {
        width: 66.66666%
    }

    .rocapl_col.m9, .rocapl_threequarter {
        width: 74.99999%
    }

    .rocapl_col.m10 {
        width: 83.33333%
    }

    .rocapl_col.m11 {
        width: 91.66666%
    }

    .rocapl_col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .rocapl_col.l1 {
        width: 8.33333%
    }

    .rocapl_col.l2 {
        width: 16.66666%
    }

    .rocapl_col.l3 {
        width: 24.99999%
    }

    .rocapl_col.l4 {
        width: 33.33333%
    }

    .rocapl_col.l5 {
        width: 41.66666%
    }

    .rocapl_col.l6 {
        width: 49.99999%
    }

    .rocapl_col.l7 {
        width: 58.33333%
    }

    .rocapl_col.l8 {
        width: 66.66666%
    }

    .rocapl_col.l9 {
        width: 74.99999%
    }

    .rocapl_col.l10 {
        width: 83.33333%
    }

    .rocapl_col.l11 {
        width: 91.66666%
    }

    .rocapl_col.l12 {
        width: 99.99999%
    }
}

.rocapl_rest {
    overflow: hidden
}

.rocapl_stretch {
    margin-left: -16px;
    margin-right: -16px
}

.rocapl_content, .rocapl_auto {
    margin-left: auto;
    margin-right: auto
}

.rocapl_content {
    max-width: 980px
}

.rocapl_auto {
    max-width: 1140px
}

.rocapl_cell-row {
    display: table;
    width: 100%
}

.rocapl_cell {
    display: table-cell
}

.rocapl_cell-top {
    vertical-align: top
}

.rocapl_cell-middle {
    vertical-align: middle
}

.rocapl_cell-bottom {
    vertical-align: bottom
}

.rocapl_hide {
    display: none !important
}

.rocapl_show-block, .rocapl_show {
    display: block !important
}

.rocapl_show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .rocapl_auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .rocapl_modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .rocapl_modal {
        padding-top: 30px
    }

    .rocapl_dropdown-hover.rocapl_mobile .rocapl_dropdown-content, .rocapl_dropdown-click.rocapl_mobile .rocapl_dropdown-content {
        position: relative
    }

    .rocapl_hide-small {
        display: none !important
    }

    .rocapl_mobile {
        display: block;
        width: 95% !important;
    }

    .rocapl_bar-item.rocapl_mobile, .rocapl_dropdown-hover.rocapl_mobile, .rocapl_dropdown-click.rocapl_mobile {
        text-align: center
    }

        .rocapl_dropdown-hover.rocapl_mobile, .rocapl_dropdown-hover.rocapl_mobile .rocapl_btn, .rocapl_dropdown-hover.rocapl_mobile .rocapl_button, .rocapl_dropdown-click.rocapl_mobile, .rocapl_dropdown-click.rocapl_mobile .rocapl_btn, .rocapl_dropdown-click.rocapl_mobile .rocapl_button {
            width: 100%
        }
}

@media (max-width:768px) {
    .rocapl_modal-content {
        width: 500px
    }

    .rocapl_modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .rocapl_modal-content {
        width: 900px
    }

    .rocapl_hide-large {
        display: none !important
    }

    .rocapl_sidebar.rocapl_collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .rocapl_hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .rocapl_sidebar.rocapl_collapse {
        display: none
    }

    .rocapl_main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .rocapl_auto {
        max-width: 100%
    }
}

.rocapl_top, .rocapl_bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.rocapl_top {
    top: 0
}

.rocapl_bottom {
    bottom: 0
}

.rocapl_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2
}

.rocapl_display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.rocapl_display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.rocapl_display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.rocapl_display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.rocapl_display-middleleft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}

.rocapl_display-middleright {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.rocapl_display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.rocapl_display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.rocapl_display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.rocapl_display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.rocapl_display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.rocapl_display-container:hover .rocapl_display-hover {
    display: block
}

.rocapl_display-container:hover span.rocapl_display-hover {
    display: inline-block
}

.rocapl_display-hover {
    display: none
}

.rocapl_display-position {
    position: absolute
}

.rocapl_circle {
    border-radius: 50%
}

.rocapl_round-small {
    border-radius: 2px
}

.rocapl_round, .rocapl_round-medium {
    border-radius: 4px
}

.rocapl_round-large {
    border-radius: 8px
}

.rocapl_round-xlarge {
    border-radius: 16px
}

.rocapl_round-xxlarge {
    border-radius: 32px
}

.rocapl_row-padding, .rocapl_row-padding > .rocapl_half, .rocapl_row-padding > .rocapl_third, .rocapl_row-padding > .rocapl_twothird, .rocapl_row-padding > .rocapl_threequarter, .rocapl_row-padding > .rocapl_quarter, .rocapl_row-padding > .rocapl_col {
    padding: 0 8px
}

.rocapl_container, .rocapl_panel {
    padding: 0.01em 16px
}

.rocapl_panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.rocapl_code, .rocapl_codespan {
    font-family: Consolas,"courier new";
    font-size: 16px
}

.rocapl_code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.rocapl_codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.rocapl_card, .rocapl_card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.rocapl_card-4, .rocapl_hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.rocapl_spin {
    animation: rocapl-spin 2s infinite linear
}

@keyframes rocapl-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.rocapl_animate-fading {
    animation: fading 10s
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.rocapl_animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.rocapl_animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.rocapl_animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.rocapl_animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.rocapl_animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.rocapl_animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.rocapl_animate-input {
    transition: width 0.4s ease-in-out
}

    .rocapl_animate-input:focus {
        width: 100% !important
    }

.rocapl_opacity, .rocapl_hover-opacity:hover {
    opacity: 0.60
}

.rocapl_opacity-off, .rocapl_hover-opacity-off:hover {
    opacity: 1
}

.rocapl_opacity-max {
    opacity: 0.25
}

.rocapl_opacity-min {
    opacity: 0.75
}

.rocapl_greyscale-max, .rocapl_grayscale-max, .rocapl_hover-greyscale:hover, .rocapl_hover-grayscale:hover {
    filter: grayscale(100%)
}

.rocapl_greyscale, .rocapl_grayscale {
    filter: grayscale(75%)
}

.rocapl_greyscale-min, .rocapl_grayscale-min {
    filter: grayscale(50%)
}

.rocapl_sepia {
    filter: sepia(75%)
}

.rocapl_sepia-max, .rocapl_hover-sepia:hover {
    filter: sepia(100%)
}

.rocapl_sepia-min {
    filter: sepia(50%)
}

.rocapl_tiny {
    font-size: 10px !important
}

.rocapl_small {
    font-size: 12px !important
}

.rocapl_medium {
    font-size: 15px !important
}

.rocapl_large {
    font-size: 18px !important
}

.rocapl_xlarge {
    font-size: 24px !important
}

.rocapl_xxlarge {
    font-size: 36px !important
}

.rocapl_xxxlarge {
    font-size: 48px !important
}

.rocapl_jumbo {
    font-size: 64px !important
}

.rocapl_left-align {
    text-align: left !important
}

.rocapl_right-align {
    text-align: right !important
}

.rocapl_justify {
    text-align: justify !important
}

.rocapl_center {
    text-align: center !important
}

.rocapl_border-0 {
    border: 0 !important
}

.rocapl_border {
    border: 1px solid #ccc !important
}

.rocapl_border-top {
    border-top: 1px solid #ccc !important
}

.rocapl_border-bottom {
    border-bottom: 1px solid #ccc !important
}

.rocapl_border-left {
    border-left: 1px solid #ccc !important
}

.rocapl_border-right {
    border-right: 1px solid #ccc !important
}

.rocapl_topbar {
    border-top: 6px solid #ccc !important
}

.rocapl_bottombar {
    border-bottom: 6px solid #ccc !important
}

.rocapl_leftbar {
    border-left: 6px solid #ccc !important
}

.rocapl_rightbar {
    border-right: 6px solid #ccc !important
}

.rocapl_section, .rocapl_code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.rocapl_margin {
    margin: 16px !important
}

.rocapl_margin-top {
    margin-top: 16px !important
}

.rocapl_margin-bottom {
    margin-bottom: 16px !important
}

.rocapl_margin-left {
    margin-left: 16px !important
}

.rocapl_margin-right {
    margin-right: 16px !important
}

.rocapl_padding-small {
    padding: 4px 8px !important
}

.rocapl_padding {
    padding: 8px 16px !important
}

.rocapl_padding-large {
    padding: 12px 24px !important
}

.rocapl_padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.rocapl_padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.rocapl_padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.rocapl_padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.rocapl_padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.rocapl_padding-top-64 {
    padding-top: 64px !important
}

.rocapl_padding-top-48 {
    padding-top: 48px !important
}

.rocapl_padding-top-32 {
    padding-top: 32px !important
}

.rocapl_padding-top-24 {
    padding-top: 24px !important
}

.rocapl_left {
    float: left !important
}

.rocapl_right {
    float: right !important
}

.rocapl_button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.rocapl_transparent, .rocapl_hover-none:hover {
    background-color: transparent !important
}

.rocapl_hover-none:hover {
    box-shadow: none !important
}
