@charset "UTF-8";

/* -------------------------- General -----------------------------------*/

html,
body {
    background-color: #5c6d7f;
    font-family: 'Roboto', Arial, sans-serif;
}

body {
    /*font-size: 1rem;*/
    font-size: .9rem;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 ,
p ,
label {
    color: #F3F3F3;
}

h1 {
    font-size: 200%;
}

h1.title {
    font-size: 250%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: inherit;
}

p {
    font-size: inherit;
}

.popover-body p {
    color: #333;
    margin-bottom: 0;
}

.footer-notice {
    //height: 20px;
}

.collapsing {
    transition: height .25s linear;
}

.card,
.form-control,
.form-select,
.input-group>.input-group-append>.btn,
.modal-content {
    border-radius: 0;
}

.btn {
    border-radius: 30px;
    font-size: inherit;
}

.input-group>.input-group-append>.btn {
    border-radius: 0 30px 30px 0;
}

/*.attachment-button-surround {*/
/*    min-width: 350px;*/
/*}*/

/*@media(min-width: 1200px) {*/
/*    .attachment-button-surround {*/
/*        max-width: 50%;*/
/*    }*/
/*}*/



/* ------------------------ Page Header -------------------------------- */

.primary {
    width:100%;
    background-color: #343A40;
    padding: 10px 15px 0 15px;
    min-height: 50px;
}

.user-indicator {
    width: 100%;
    height: 3px;
}

@media(min-height: 300px) {
    .user-indicator {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}



/* ------------------------ Page Body -------------------------------- */

.main {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

::placeholder,
::-webkit-input-placeholder {
    font-style: italic;
    color: #CCCCCC !important;
}



/* -----------------------------------------------------------------------------
------------------------ REUSABLE COMPONENTS -----------------------------------
----------------------------------------------------------------------------- */

/* ------------------------ Tables ----------------------------------- */

.table {
    border: 2px solid #474F58;
}

.tab-content .table {
    margin-bottom: 0;
}

.table td,
.table th {
    vertical-align: middle;
}

.table thead th {
    border-bottom: 0;
}

.table-dark {
    background-color: #474F58;
}

.table .table-dark td {
    border-color: #BCBEC0;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #DDDDDD;
}

.table tbody tr {
    background-color: #F3F3F3;
}

.table-dark tbody tr {
    background-color: #212529;
}

.table-sm td {
    padding: 0.1rem 0.3rem;
    /*padding: 0.25rem 0.3rem*/
}

.table-proof-wrapper {
    border: 1px solid #BAC8D6;
}

.table-proof {
    border: none;
}

.table-proof thead {
    background-color: #D3DCE5;
    color: #333333;
    font-weight: 400;
    border: none;
}

.table-hover > tbody > tr.no-hover:hover > td,
.no-hover > td {
    background-color: #F8F8F8;
}

.sticky-table-header {
    position: sticky;
    top: 0;
    background-color: #343A40;
    color: #fff;
    border-top: 0 !important;
}


/* ------------------------ Forms ---------------------------------------- */

.form-control,
.form-select {
    border: 1px solid #CCCCCC;
}

.form-control.is-invalid,
.form-select.is-invalid{
    border-color: #DC3545;
    background-image: none;
}

.form-group label {
    margin-top: 0.5rem;
}

.required-input {
    color: #DC3545;
    margin-top: 0.7rem;
}
/*.required-input-sml {*/
/*    color: #DC3545;*/
/*    margin-top: -.3rem;*/
/*}*/
.complete-required-input {
    color: #007BFF;
    margin-top: 0.5rem;
}

@media(min-width: 768px) {
    .required-input {
        position: absolute;
        right: -0.5rem;
    }
    /*.required-input-sml {*/
    /*    position: absolute;*/
    /*    right: -0.5rem;*/
    /*}*/
    .complete-required-input {
        position: absolute;
        right: -0.5rem;
    }
}

.inline-checkbox .custom-control-label::before,
.inline-checkbox .custom-control-label::after {
    transform: scale(2);
    left: -1rem;
    border-radius: 0;
}

.inline-checkbox {
    line-height: 0.1;
}

.custom-inline-form.top-margin {
    margin-top: 30px;
}

.custom-inline-form.top-padding {
    padding-top: 27px;
}

@media(min-width:1200px) {
    .custom-inline-form {
        border-right: 1px solid #CCCCCC;
    }
    .custom-inline-form.no-border {
        border-right: none;
    }
}

.custom-inline-form .form-group {
    margin-bottom: 2px;
}

.custom-inline-form .form-group label {
    margin-top: 0;
    font-size: 80%;
}

.firing-card .custom-inline-form .form-group {
    padding-top: 2px;
    border-top: 1px dashed #ddd;
    padding-bottom: 0;
    min-height: 20px;
}
/*@media(min-width: 1600px) {*/
/*    .firing-card .custom-inline-form .form-group {*/
/*        margin-bottom: -9px;*/
/*    }*/
/*}*/

/*.firing-card .custom-inline-form .form-group label {*/
/*    margin-bottom: 0;*/
/*    margin-top: 5px;*/
/*}*/

.custom-inline-form .form-group label {
    margin-bottom: 0;
    /*margin-top: 5px;*/
}

.custom-inline-form .custom-control-label::before,
.custom-inline-form .custom-control-label::after {
    top: 0.15rem;
}

.border-right {
    border-right: 1px solid #CCCCCC !important;
}



/* ------------------------ Cards ---------------------------------------- */

.card {
    border-radius: 2px;
    /*background-color: #EBF5FF;*/
    background-color: #e7eff6;
    border: 0;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card p,
.card label {
    color: #222222;
}

.card-footer {
    border-top: 0 solid rgba(0,0,0,.125);
    background-color: #D3DCE5;
    border-radius: 0 0 2px 2px;
}

.card-footer:last-child {
    border-radius: 0 0 2px 2px;
}

.login-card {
    background-color: #FFFFFF;
}

.primary-card {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.help-card{
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #BFDEFF;
    box-shadow: none;
}

.help-card h4 {
    margin-bottom: 1rem;
}

.secondary-card {
    background-color: #464D53;
}

.secondary-card p {
    color: #F3F3F3;
}

.secondary-card .card-footer {
    background-color: #343A40;
}

.address-card p,
.contact-card p {
    margin-bottom: 0;
}

.address-card .card-footer,
.contact-card .card-footer {
    padding: .25rem 1.25rem .5rem 1.25rem;
}

.address-card .card-footer .btn,
.contact-card .card-footer .btn{
    margin-top: .25rem;
}

.contact-card .card-body {
    padding: .35rem 1.25rem .25rem 1.25rem;
}

.admin-card {
    min-width: 200px;
}

.dashboard-card {
    min-width: 250px;
    background: rgb(235,245,255);
    background: linear-gradient(60deg,
        rgba(216,225,234,1) 0%,
        rgba(216,225,234,1) 10%,
        rgba(235,245,255,1) 80%,
        rgba(235,245,255,1) 100%
    );
}

.dashboard-card .card-footer {
    background-color: transparent;
    border-top: 3px solid rgba(216,225,234,0.4);
}

.component-card {
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #CCCCCC;
}

.component-card .custom-control-label::before {
    top: -4px;
    left: -6px;
}

.component-card .custom-control-label::after {
    top: -4px;
    left: -6px;
}

.release-card,

.release-card h1,
.release-card h2,
.release-card h3,
.release-card h4 {
    color: #012448
}


.release-card h5,
.release-card h6,
.release-card p,
.release-card ol li,
.release-card ul li {
    color: #555555;
}

.release-card hr {
    border-color: #73b6fd;
}

.box-out {
    background: rgba(0,0,0,0.05);
    margin-bottom: 15px;
    padding: 15px;
}

#failure_surround {
    display: none;
}

@media (max-width: 1380px) {
    .admin-card {
        min-width: 300px;
    }
    .dashboard-card {
        min-width: 34%;
    }
}


/* ------------------------ Buttons ---------------------------- */

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-warning,
.btn.btn-info,
.btn.btn-light,
.btn.btn-dark,
.btn.btn-invoice {
    padding: 0.375rem 1rem;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.5);
}

.btn.btn-primary {
    border-color: #0072eb;
}

.primary .btn-sm,
.primary .btn-group-sm .btn {
    padding: 4px 1rem;
}

.primary .btn-group-sm .btn.active {
    background-color:  #007BFF;
    color: #F3F3F3;
    border: none;
}

.primary .btn-group-sm .btn.active {
    box-shadow: none;
}

.main .btn-group-sm > .btn,
.main .btn-sm {
    font-size: 90%;
    padding: 0.2rem 0.7rem 0.15rem;
    line-height: 1;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
}

.btn-group-sm>.btn.btn-sm-feather,
.btn-sm.btn-sm-feather {
    /* @NOTE: Square off button by applying same padding to x and y */
    padding: .3rem;
}

.help-button {
    border-radius: 10px 30px 10px 0;
    padding: 6px 15px;
    transition: border-radius 0.25s linear;
}

.help-button.collapsed {
    border-radius: 20px 20px 20px 20px;
}

.btn-sm-feather {
    padding: 3px;
}

.feather-small {
    height: 16px;
    width: 16px;
}

.btn-overhang,
.main .btn-sm.btn-overhang {
    float: right;
    margin-right: -25px;
    border-radius: 30px 3px 3px 30px;
}

.btn-overhang {
    margin-left: 5px;
    padding: 0.25rem 1rem !important;
}

.btn.btn-square {
    margin: -1px 0 1px 0;
    padding: 6px 12px;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
}

#consignmentAccordion .card:last-of-type .card-header .row .col .btn.btn-square {
    /*margin-bottom: 0;*/
}

.btn-table-header-link {
    padding-left: 0;
    color: #F3F3F3;
}

.btn-table-header-link:hover {
    color: #007BFF;
    text-decoration: none;
}

.btn-table-header-link.active-table-header {
    color: #9FCDFF;
}

.table-sm td .btn-sm {
    /*
     @TODO: Disabled as affecting position of buttons in Admin -> System users table
       - however disabling affects position of buttons in task -> Serial Numbers table!
    */
    /*margin-top: -3px;*/
}

.btn-invoice {
    color: #fff;
    background-color: #6854d3;
    border-color: #6854d3;
}

.btn-invoice:hover {
    color: #fff;
    background-color: #8473db;
    border-color: #8473db;
}

.btn-invoice:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 84, 211, 0.5);
}

.btn-invoice:not(:disabled):not(.disabled):active, .btn-invoice:not(:disabled):not(.disabled).active,
.show > .btn-invoice.dropdown-toggle {
    color: #fff;
    background-color: #6854d3;
    border-color: #6854d3;
}

.btn-invoice:not(:disabled):not(.disabled):active:focus, .btn-invoice:not(:disabled):not(.disabled).active:focus,
.show > .btn-invoice.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 84, 211, 0.5);
}

.btn-group-submission .btn {
    text-decoration: none;
    color: #6f7882;
}

.btn-group-submission .btn.active {
    color: #157CFC;
    border: 1px solid #157CFC;
}

/* ------------------------ Icons ---------------------------- */

.feather-lg {
    width: 48px;
    height: 48px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.help-card.consignment-card .btn {
    width: 100px;
    margin-right: 7px;
}



/* ------------------------ Alerts ---------------------------- */

.alert {
    border: 0;
    border-radius: 2px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.alert-danger .alert-heading {
    color: #721C24;
}

.alert-success {
    color: #e8faec;
    background-color: #3ad05c;
}

.alert-success .close {
    color: #e8faec;
}

.alert-primary {
    color: #ebf5ff;
    background-color: #76b8ff;
}

.alert-primary .close {
    color: #ebf5ff;
}

.alert-danger {
    color: #fffefe;
    background-color: #e25664;
}

.alert-danger .close {
    color: #ebf5ff;
}

/*.alert-stock {*/
/*    border-top: 3px solid #a61d2a;*/
/*    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);*/
/*    line-height: 1.7;*/
/*}*/

/*.alert-stock .btn-danger {*/
/*    margin-top: -5px;*/
/*    background-color: #a61d2a;*/
/*    border: none;*/
/*}*/

/*.alert-stock .btn-danger:hover {*/
/*    background-color: #d82537;*/
/*}*/



/* ------------------------ Tabbed panels ---------------------------- */

.nav-tabs .nav-link:hover {
    background-color: #D7EBFF;
    border: 1px solid #C4E1FF;
}

.nav-tabs .nav-link.active {
    background-color: #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}

.panel-wrapper {
    background-color: #F3F3F3;
    border: 1px solid #DEE2E6;
    margin-top: -1px;
}



/* ------------------------ Accordions ---------------------------- */

.accordion-header {
    padding: 3px 1.25rem 5px 0;
    background-color: #F3F3F3;
    border: 1px solid #D5DBDF;
}

.accordion > .card > .card-header {
    padding: 0 1.25rem 0 0;
}

.accordion-header:hover {
    background-color: #FAFAFA;
}

.show .accordion-header {
    background-color: #F8F8F8;
}

.accordion-header .btn-link:hover,
.accordion-header .btn-link:active,
.accordion-header .btn-link:focus {
    text-decoration: none;
}

.accordion-body {
    background-color: #F8F8F8;
    border: 1px solid #D5DBDF;
    border-bottom: 3px;
    margin-top: -1px;
}

.consignment-card-accordion-body {
    padding: 15px;
}

.accordion-body .table {
    border: none;
    margin-bottom: 8px;
}

.accordion-body .table th {
    border-top: none;
}

.accordion-body .table tr {
    background-color: #F8F8F8;
}

.accordion-body .table tr.result {
    background-color: #F3F3F3;
}

.accordion-body .table td {
    color: #555555;
}

.accordion-body .table thead th {
    color: #444;
}


/* ------------------------ Modals ---------------------------- */

.modal-content {
    background-color: #EBF5FF;
    box-shadow: 0 5px 17px 0 rgba(50,50,50,1), 0 0 45px 3px rgba(50,50,50,0.2);
    border: none;
}

.modal-header {
    background-color: #CAD4DE;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header:hover {
    cursor: move;
}

.modal-body,
.modal-footer {
    background-color: #EBF5FF;
}

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 ,
.modal p ,
.modal label {
    color: #333333;
}

.serial-modal .form-group.row {
    margin-bottom: 0;
}

.modal-danger .modal-header {
    background-color: #DC3545;
    border: 1px solid #DC3545;
}

.modal-primary .modal-header {
    background-color: #007BFF;
    border: 1px solid #007BFF;
}

.modal-warning .modal-header {
    background-color: #FFC107;
    border: 1px solid #FFC107;
}

.modal-invoice .modal-header {
    background-color: #6854d3;
    border: 1px solid #6854d3;
}

.modal-danger .modal-header .modal-title,
.modal-primary .modal-header .modal-title,
.modal-invoice .modal-header .modal-title {
    color: #FFFFFF;
}

.modal .modal-max-800 {
    max-height: 800px;
}



/* ------------------------ Forms ---------------------------- */

.custom-control-label {
    margin-top: 7px;
}

.certificate-check .custom-control-label {
    margin-top: 1px;
    margin-bottom: -17px;
}


/* ------------------------ JS Keyboard ---------------------------- */

.ui-keyboard {
    z-index: 1060;
    border-radius: 0;
    left: 0;
    top: auto;
    bottom: 0;
    position: fixed;
    width: auto;
    overflow: visible;
    background-color: rgba(200,200,200,0.4);
}

.ui-keyboard,
.ui-widget.ui-widget-content {
    border-color: rgba(100,100,100,0.8);
}

.ui-keyboard .ui-state-default {
    border-color: #555555;
}



/* -----------------------------------------------------------------------------
----------------------------- PAGE SPECIFIC ------------------------------------
----------------------------------------------------------------------------- */

/* ------------------------ User Admin ------------------------------- */

.user-color-block {
    color: #343A40;
}



/* --------------------- Customer Overview --------------------------- */

.customer-tab-content {
    background-color: #F3F3F3;
    /*background-color: #FFFFFF;*/
}

.nav-pills .nav-link {
    border: 2px solid #007BFF;
    margin-right: 5px;
    border-radius: 5px;
    font-weight: 700;
    padding: .25rem .5rem;
}

.nav-letters {
    margin-left: auto;
    margin-right: auto;
}

.nav-letters .nav-link {
    width: 38px;
    line-height: 1.1;
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.nav-letters .nav-link:hover {
    background-color: #c4e1ff;
}

.nav-letters .nav-link.active {
    background-color: #007BFF;
}

/* --------------------- Admin History --------------------------- */

.tabbed-cards .nav-tabs .nav-item .nav-link {
    color: #E7EFF6;
}

.tabbed-cards .nav-tabs .nav-item .nav-link:hover {
    color: #495057;
}

.tabbed-cards .nav-tabs .nav-item .nav-link.active {
    color: #495057;
    background-color: #E7EFF6;
    border-bottom: 1px solid #E7EFF6;
}

.tabbed-cards .tab-content {
    margin-top: -1px;
}


/* --------------------- Consignment Detail --------------------------- */

.certificate-check,
.certificate-check-label {
    display: inline-block;
}

.certificate-check .custom-control-label::before,
.certificate-check .custom-control-label::after {
    position: relative;
    /*top: -3px;*/
    /*left: 7px;*/
    top: 3px;
    left: auto;
}


/* -----------------------------------------------------------------------------
-------------------- Misc Hacks, Helpers & BS Extensions -----------------------
----------------------------------------------------------------------------- */

.tick-section label{
    display: inline-table;
}

.mt-25 {
    /*top margin between mt-2 and mt-3*/
    margin-top: 0.7rem !important;
}

/* @NOTE ----------------------------------------------------------------
The vert-space-wrapper class allows contained elements to be positioned
normally when the screen is wide enough to display them horizontally, but
adds a little vertical space between elements when they stack vertically,
usually on smaller displays.
 --------------------------------------------------------------------- */
.vert-space-wrapper {
    margin-top: -5px;
}

.vert-space-wrapper > .btn,
.vert-space-wrapper > input,
.vert-space-wrapper > .d-inline-block > .btn,
.vert-space-wrapper > .row > [class^="col"],
.vert-space-wrapper > .button-wrapper {
    margin-top: 5px;
}

/* @NOTE: vertically central alignment  */
.v-center {
    display: flex;
    align-items: center;
}

/* @NOTE: clickable table rows */
[data-href] {
    cursor: pointer;
}

.table-hover .table-dark:hover {
    background-color: #474F58;
}

.table-hover tbody [data-href]:hover {
    color: #212529 !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.table-hover tbody [data-href]:hover .btn {
    /*filter: contrast(90%);*/
    filter: brightness(90%) contrast(110%);
}

.task-dates hr {
    border-color: #888;
    margin-top: 3px;
    margin-bottom: 3px;
}

.divider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.outer-button-wrapper {
    margin-left: -55px;
}

.button-wrapper {
    float: left;
    margin: 5px 15px;
}

.sub-label-wrapper {
    float: left;
    padding-top: 3px;
    margin-right: 5px;
}

label.sub-label {
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 0;
}

.tiny-padding {
    padding: .1rem !important;
}

.filter-wrapper {
    background-color: #474F58;
    border: 1px solid transparent;
    margin: 0 1px;
    box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
    color: #FFFFFF;
}

.sub-label {
    margin-right: 10px;
}

.filter-wrapper .btn-group {
    margin-right: 20px;
}

.filter-wrapper .btn-group .btn {
    z-index: 0;
    min-width: 65px;
}

.filter-wrapper .btn-group .btn .feather {
    margin-right: -8px;
}

.filter-wrapper .btn-group .btn,
.filter-wrapper > .btn {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

.filter-wrapper > .btn.btn-primary {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.filter-wrapper .btn-group .btn.active {
    background-color: #007BFF;
    color: #F3F3F3;
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.2);
    border: 1px solid #355a82;
    border-top: #1b1e22;
    border-bottom: 1px solid #6a7683;
    padding-top: .5rem;
    padding-bottom: .3rem;
}

.log-pass {
    font-family: 'login', wingdings, serif;
}

.status-helper {
    display:inline-block;
    color:#157CFC;
    /*margin-bottom: -3px;*/
}



@media(max-width: 767px) {
    .outer-button-wrapper {
        margin-left: -25px;
    }

    .button-wrapper {
        margin: 5px 5px 5px 15px;
    }

    .filter-wrapper .btn-group {
        margin-right: 0;
    }

    .hidden-sm {
        display: none;
    }
}

@media(min-width: 1200px) {
    .right-xl {
        float: right;
    }
}



/* ------------------------ Third Party Extensions ----------------------------------------------------------------- */

/* ------------------------ Checkbox Sliders -------------------------------- */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float:right;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}
input.primary:checked + .slider {
    background-color: #2196F3;
}
input.success:checked + .slider {
    background-color: #8bc34a;
}
input.info:checked + .slider {
    background-color: #3de0f5;
}
input.warning:checked + .slider {
    background-color: #FFC107;
}
input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* SNG Additions */
.slider-wrapper {
    border: 1px solid #ccc;
    border-radius: 0 25px 25px 0;
    padding: 5px;
    background-color: #f5faff;
}

.slider-label {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
}



/* ------------------------ DEV COMPONENTS ------------------------------------------------------------------------- */

.dev-card {
    padding: 15px;
    background-color: #283543;
    color: #F3F3F3;
    font-size: 75%;
    width: 100%;
}

.dev-card h1,
.dev-card h2,
.dev-card h3,
.dev-card h4,
.dev-card h5,
.dev-card h6 ,
.dev-card p,
.dev-card label {
    color: #F3F3F3;
}

.dev-card pre {
    color: #F3F3F3;
    font-size: 100%;
}

.dev-card hr {
    border-color: #FFFFFF;
}

.testing-only {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}
