/**
 * Kokua styles
 */

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............ You're reading it!
 * DROPZONE............ Styling for the DropZone functionality
 * FOOTER.............. Styling specifically for the page footer
 * GENERAL............. General styles
 * GRID_SYSTEM......... Bootstrap grid system styling
 * ICONS............... Styling for the FontAwesome icons
 * NAVBAR.............. Navigation bar styling
 */


/*------------------------------------*\
    $DROPZONE
\*------------------------------------*/

.dropzone.dz-drag-hover .card {
    border-color: #0d6efd;
}

.dropzone .files .row:first-child {
    border-top: 0;
}
.dropzone .files .row {
    border-top: 1px solid rgba(0,0,0,.125);
}

.dropzone .files .progress {
    width: 100%;
}
@media (min-width: 576px) {
    .dropzone .files .progress {
        width: 75%;
    }
}
@media (min-width: 992px) {
    .dropzone .files .progress {
        width: 100%;
    }
}

.dropzone .files .btn {
    min-width: 5rem;
}

.dropzone .files .js-file-status {
    display: none;
}

.dropzone .files .dz-complete.dz-success .js-file-status.text-success {
    display: inline;
}

.dropzone .files .dz-complete.dz-error .js-file-status.text-danger {
    display: inline;
}


/** completion page - post-dropzone **/

.js-file-status {
    margin-right: 0.3em;
}




/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

footer .desktop__footer {
    /*background-color: #0F37B0;*/
    font-size: 12px;
    line-height: 1em;
}

footer .desktop__footer p {
    margin-bottom: 0.6rem;
}

footer .desktop__footer .row > div {
    padding-bottom: 10px;
    padding-top: 10px;
}

footer .desktop__footer .desktop__footer__content--left {
    margin-top: 2rem;
}
footer .desktop__footer .desktop__footer__content--right {
    margin-top: 3rem;
}

footer .desktop__footer .desktop__footer__content--left a,
footer .desktop__footer .desktop__footer__content--right a {
    border-bottom: 1px solid #cbd3da;
    text-decoration: none;
}


footer .navbar-dark .navbar-toggler {
    border-color: transparent;
}

footer nav.navbar > div > a.btn {
    font-size: 1.25rem;
    padding: 0.25rem 0.75rem;
}




/*------------------------------------*\
    $GENERAL
\*------------------------------------*/

.doc__content--wrapper {
    margin-bottom: 5rem;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .doc__content--wrapper {
        margin-bottom: 2rem;
        min-height: 51rem;
    }
}

.greeting {
    font-size: 24px;
    padding: 5px;
}

.greeting small {
    font-size: 14px;
    margin-left: 1em;
}

.greeting small > a:hover {
    text-decoration: none;
}

.page__description {
    margin-bottom: 1em;
}




/*------------------------------------*\
    $GRID_SYSTEM
\*------------------------------------*/

.col-nopadding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
  .col-sm-nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  .col-sm-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-md-nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  .col-md-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  .col-lg-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xl-nopadding {
    padding-left: 0;
    padding-right: 0;
  }
  .col-xl-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}




/*------------------------------------*\
    $ICONS
\*------------------------------------*/

i.bullet {
    text-align: center;
    width: 1rem;
}

a.btn > i {
    margin-right: 0.7rem;
    text-align: center;
    width: 1rem;
}




/*------------------------------------*\
    $NAVBAR
\*------------------------------------*/

.navbar-appname {
    color: white;
    font-size: 2.5rem;
    margin-left: 1.5rem;
    padding-top: 0.5rem;
    text-decoration: none;
    vertical-align: bottom;
}
.navbar-appname:hover {
    color: white;
    text-decoration: underline;
}

.desktop__navbar-brand li .btn {
    font-size: 24px;
}

.mobile__navbar > .btn {
    font-size: 24px;
    padding: 0;
}

.desktop__navbar .btn:focus {
    box-shadow: none;
}

.desktop__navbar-settings:after {
    content: none;
}

.desktop__actions_menu .nav-link {
    display: flex;
    padding: 0.5rem 0;
}

.desktop__actions_menu .fas {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 5px;
    text-align: center;
    max-width: 1.5rem;
    min-width: 1.5rem;
}

.desktop__actions_menu a span {
    display: inline-block;
    /*overflow: hidden;*/
}

.mobile__navbar .navbar-collapse i {
    margin-right: 0.5rem;
    text-align: center;
    width: 1rem;
}
