/*
@font-face {
    font-family: 'ocra10regular';
    src: url('../type/ocra10-webfont.eot');
    src: url('../type/ocra10-webfont.eot?#iefix') format('embedded-opentype'),
    url('../type/ocra10-webfont.woff2') format('woff2'),
    url('../type/ocra10-webfont.woff') format('woff'),
    url('../type/ocra10-webfont.ttf') format('truetype'),
    url('../type/ocra10-webfont.svg#ocra10regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
.api dt {
    margin-top: 1em;
    white-space: normal;
    font-weight: normal;
}
.api dd {
    margin-left: 2em;
}
.rdo-navbar-logo {
    font-family: 'ocra10regular';
    font-size: 125%;
    color: black;
}
.panel-title {
    font-size: 100%;
}
ol.breadcrumb, .footer {
    font-size: 87.5%;
}
.footer {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: thin solid #e8e8e8;
}
.right {
    text-align: right;
    float: right;
}
.center {
    text-align: center;
}
.glyphicon-none:before {
    content: "\e094";
    color: transparent !important;
}
.social-buttons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.twitter-button, .gplus-button, .facebook-button { display: inline; }
.rdo-footer { margin-top: 6px; }
.container {
    padding-bottom: 1em;
}

/* spinning button */
.glyphicon-refresh-animate {
    /*       zoom: 2; */
    animation: spin 1.2s infinite linear;
    -webkit-animation: spin2 1.2s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* animated ellipsis */
.ellipsis-anim span {
    opacity: 0;
    -webkit-animation: ellipsis-dot 1s infinite;
    animation: ellipsis-dot 1s infinite;
}
.ellipsis-anim span:nth-child(1) {
    -webkit-animation-delay: 0.0s;
    animation-delay: 0.0s;
}
.ellipsis-anim span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.ellipsis-anim span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes ellipsis-dot {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

/* get google search and bootstrap to co-exist */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
