@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600&display=swap&subset=devanagari,latin-ext');

a {
    color: #691dd3;
    text-decoration: none;
}

a:hover {
    color: #ff125f;
    text-decoration: none;
}

nav.navbar {
    background-color: #ededed !important;
}

nav.navbar h1.navbar-brand, nav.navbar h1.navbar-brand:hover {
    font-size: 20px;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    cursor: default;
}

header {
    margin-bottom: 1rem;
}

.no-header-footer-container {
    margin-top: 22px;
    margin-bottom: 22px;
}

.main-container {
    margin-top: 66px;
}

.main-container p, .main-container li, .main-container th, .main-container td, .main-container div, .main-container label, .main-container .form-control, .no-header-footer-container p, .no-header-footer-container li, .no-header-footer-container th, .no-header-footer-container td, .no-header-footer-container label, .no-header-footer-container .form-control, pre, .btn {
    font-size: 0.8125rem;
}

.main-container ul, .no-header-footer-container ul {
    margin-left: -22px;
}

footer {
    border-top: 1px solid #ddd;
    padding: 20px;
    padding-bottom: 64px;
}

footer small {
    font-weight: normal;
    color: #999999;
    font-size: 11px;
}

footer small a {
    color: #999;
    text-decoration: underline;
}

footer p {
    font-size: 0.8rem;
    line-height: 1.5;
}

h1, h2, h3 {
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    margin-bottom: 1rem;
}

h1 {
    color: #691dd3;
    font-size: 1.5rem;
}

h2 {
    color: #ff125f;
    font-size: 1.25rem;
}

h3 {
    color: #ff125f;
    font-size: 1rem;
}
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.hint {
    padding-left: 1.25rem;
}

.hidden {
    display: none;
}

.btn-submit {
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #691dd3;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    background-color: #691dd3;
    border-color: #691dd3;
}
 
p.error {
    color: red;
    font-weight: bold;
    margin-top: 0.5rem;
}

.table tbody tr:hover td,.table tbody tr:hover th{ background-color:#eee; }

thead, tfoot {
    padding:  10px;
    background-color: #f6f6f6;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.form-required {
    color: #ff125f;
}

#recaptcha>div {
    margin: 0px auto;
}

.pct5 { width: 5%; }
.pct10 { width: 10%; }
.pct15 { width: 15%; }
.pct20 { width: 20%; }
.pct25 { width: 25%; }
.pct30 { width: 30%; }
.pct35 { width: 35%; }
.pct40 { width: 40%; }
.pct45 { width: 45%; }
.pct50 { width: 50%; }
.pct55 { width: 55%; }
.pct60 { width: 60%; }
.pct65 { width: 65%; }
.pct70 { width: 70%; }
.pct75 { width: 75%; }
.pct80 { width: 80%; }
.pct85 { width: 85%; }
.pct90 { width: 90%; }
.pct95 { width: 95%; }

tr.error td, .error {
    font-weight: bold;
    color: red;
}

.table-detail tr td:first-of-type {
    color: #AAA;
}

.breadcrumb {
    background-color: #ededed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 0.5rem 0.75rem;
}

.tile {
    text-align: center;
    background-color: #ededed;
    margin-bottom: 12pt;
}

.tile:not(:last-child) {
    border-right: 8pt solid white;
}

.tile h2 {
    font-size: 2em;
    margin-top: 14pt;
    margin-bottom: 6pt;
    text-transform: none;
}

.tile p {
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
}

.tile:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

pre.code-snippet {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-bottom: 0px;
    overflow: scroll;
}

pre.code-snippet code {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #F0F0F0;
}

h2.api-url {
    text-transform: none;
}

.monospace {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.75rem !important;
    font-weight: lighter;
}

tfoot .monospace {
    font-weight: bold;
}

.no-toolbar .navbar, .no-toolbar .footer {
    display: none;
}

.no-toolbar .main-container {
    margin-top: 22px;
}

.preview-progress {
    height: 100vh !important;
}

.preview-progress header {
    margin-top: 128px;
}

input {
    min-height: calc(2.25rem + 2px);
}

::-webkit-input-placeholder {
    color: lightgray !important;
}
::-moz-placeholder {
    color: lightgray !important;
}
:-ms-input-placeholder {
    color: lightgray !important;
}
:-moz-placeholder {
    color: lightgray !important;
}

#error {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-weight: bold;
    text-align: center;
}

#downloads-table {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
}

#downloads-table td {
    vertical-align: middle !important;
    cursor: pointer;
}

small {
    color: gray;
}

td small {
    display: inline-block;
    line-height: 13px !important;
}

.software-readme pre {
    padding: 16px;
    background-color: #efefef;
}

td ul {
    margin-bottom: 0 !important;
}

pre.device-log {
    overflow: scroll;
    font-size: 12px;
    padding: 8px;
    background-color: #333;
    color: white;
}
.device-log .debug {
    color: #CCC;
}
.device-log .info {
    color: #00FF00;
}
.device-log .warn {
    color: #FFFF00;
}
.device-log .error {
    color: red;
}
.device-log .line-number {
    color: #999;
}

.device-log .debug a.paw {
    background-color: #CCC;
}
.device-log .info a.paw {
    background-color: #00FF00;
}
.device-log .warn a.paw {
    background-color: #FFFF00;
}
.device-log .error a.paw {
    background-color: red;
}

a.paw {
    text-decoration: none;
    color: black;
    padding: 2px;
}
