/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
}

html {
    height: 100%;
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*::-webkit-scrollbar {
    width: 1em;
    background-color: #e6e6e6;
}

*::-webkit-scrollbar-thumb {
    background-color: #9b9b9b;
    outline: 1px solid #9b9b9b;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

video,
img {
    width: 100%;
    height: auto;
    margin: 0;
}

input,
input:focus,
button,
a,
a:hover {
    outline: none;
    text-decoration: none;
    color: #1c96be;
}
ol,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none!important;
    outline: none;
    list-style: none;
}


.bootstrap-select.is-invalid ~ .invalid-feedback {
    display: block;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

textarea,
textarea.form-control,
select,
select.form-control,
input,
input.form-control {
    height: 40px;
    margin: 0 auto;
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
    color: #363636;
    border-radius: initial;
    line-height: normal;
    border: none;
    border: 1px solid #e7e7e7;
}

textarea.form-control:focus,
select.form-control:focus,
input.form-control:focus {
    color: #1c96be;
}

.custom-select:focus{
    box-shadow: none;
}

select option,
select.form-control option,
select.form-control:focus option {
    font-family: sans-serif;
}

select{
    border-color: #e7e7e7;
    -webkit-appearance: none;  
    -moz-appearance: none; 
    appearance: none;
    /* background-image: url('../img/arrow-down.png'); */
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% 13px;

}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    outline: none;
    background-color: #fff;
    transition: background-color 5500s ease-in-out 0s;
    -webkit-text-fill-color: #1c96be !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

.badge-primary{
    background-color: #fea82f;
}

.btn {
    font-size: 1.4em;
    border: none;
    border-radius: 26px;
    min-width: 150px;
    padding: 10px 15px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal;
}
/*
.btn:hover {
    background-color: rgba(0,0,0,0.2)!important;
}*/

.btn-primary{
    border:2px solid #0095d6;
    background-color: #0095d6; 
}

.btn-secondary{
    background-color: #6c757d; 
    border: 2px solid #6c757d;
}

:focus,
.custom-control-input:focus~.custom-control-indicator,
.custom-control-input:checked~.custom-control-indicator,
.btn.focus,
.btn:focus,
input,
input[type=radio] {
    outline-color: transparent!important;
    outline: none!important;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly],
input:disabled,
.form-control:disabled,
.form-control[readonly] {
    background-color: #e5eaea!important
}

.btn-link:focus, .btn-link.focus{
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle,
.form-control:focus {
    box-shadow: none!important;
    outline: none!important;
}

.custom-file-label::after{
    content: 'Buscar';
    color: #ffffff;
    background-color: #004e72;
    border-left: 1px solid #004e72;
}

.custom-file-input,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
    background: #034f71;
    box-shadow: none;
    outline:none;
}

.custom-select{
    /* background-image: url(../img/arrow-down.png); */
    background-size: 15px;
    border: 1px solid #e7e7e7;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #1b96be;
}

.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus{

    background-color: transparent;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url('../ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/assets/fonts/slick.eot');
    src: url('/assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/slick.woff') format('woff'), url('/assets/fonts/slick.ttf') format('truetype'), url('/assets/fonts/slick.svg#slick') format('svg');
}

@font-face {
    font-family: 'PoppinsMedium';
    src: url('/assets/fonts/Poppins-Medium.woff2') format('woff2'), url('/assets/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url('/assets/fonts/Poppins-Regular.woff2') format('woff2'), url('/assets/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('/assets/fonts/Poppins-SemiBold.woff2') format('woff2'), url('/assets/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/assets/fonts/Poppins-Bold.woff2') format('woff2'), url('/assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('/assets/fonts/icomoon.eot?xq613i');
    src: url('/assets/fonts/icomoon.eot?xq613i#iefix') format('embedded-opentype'), url('/assets/fonts/icomoon.ttf?xq613i') format('truetype'), url('/assets/fonts/icomoon.woff?xq613i') format('woff'), url('/assets/fonts/icomoon.svg?xq613i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star:before {
  content: "\e900";
}
.icon-star-full:before {
  content: "\e901";
}
.icon-logout:before {
  content: "\e902";
}
.icon-avatar:before {
  content: "\e903";
}
.icon-edit:before {
  content: "\e904";
}
.icon-arrow-up:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-arrow:before {
  content: "\e907";
}
.icon-delete:before {
  content: "\e908";
}
.icon-left-arrow:before {
  content: "\e909";
}
.icon-check:before {
  content: "\e90c";
}
.icon-menu-button:before {
  content: "\e90d";
}
.icon-information:before {
  content: "\e913";
}


body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 10px !important;
    background-color: #fff;
    font-family: 'PoppinsRegular';
    font-weight: normal;
    font-style: normal;
    color: #363636;
    word-break: break-word;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 90%;
    /*    max-width: 1200px;*/
    /*    border: 1px solid red;*/
}

h1 {
    font-size: 4em;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal;
}


/*.title{
    margin-bottom: 0;
}*/

.subtitle {
    font-size: 1.8em;
}

.breadcrumb {
    margin: 10px 0;
    background: transparent;
    background-color: rgba(28, 150, 190, 0.1);
    border-radius: 0;

}

.breadcrumb.lab{
    background-color: #f5fff8;
}

.breadcrumb.lab li a {
    color: #0e7a32;
}

.breadcrumb li {
    font-size: 1.2em;
    font-family: 'PoppinsMedium';
    font-weight: 500;
    font-style: normal;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.row {
    margin: 0 auto;
}

label {
    display: block;
    font-size: 1.6em;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bootstrap-select {
    width: 100%;
    max-width: none;
}

.form-group {
    margin: 1em 0;
    margin-bottom: 2.4em;
}

.bootstrap-select>.dropdown-toggle {
    display: block;
    width: 100%;
    height: 40px;
    max-width: inherit;
    background: transparent;
    line-height: normal;
    border: 1px solid #e7e7e7;
    color: inherit;
    border-radius: initial;
    text-transform: none;
}

.bootstrap-select>.dropdown-toggle:focus {
    background: #dae0e5;
}

.btn-primary:hover,
.btn:focus {
    border-color: #004f71;
    background-color: #004f71;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
    border-radius: none;
}

.dropdown-toggle::after {
    position: relative;
    right: -8px;
    top: 2px;
    margin-left: 0.255em;
    border-top: 8px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    color: #004e72;
}

.bootstrap-select .dropdown-toggle .filter-option{
    font-family: 'PoppinsRegular';
    font-weight: normal;
    font-style: normal;
    padding: 7px 10px;
    font-size: 1.1em;
    color: #363636;
    border-bottom:3px solid #1c96be;
    background-color: #e9f4f8;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border:1px solid #dc3545!important;
    border-radius: 5px;
}

.btn-del{
    min-width: auto;
    padding: 10px 15px;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal;
    text-transform: initial;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

header nav{
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}

.logo {
    display: inline-block;
    max-width: 100px;
    margin: 0;
}

.btn-outline-secondary{
    background-color: #004f71;
    color: #fff;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:hover{
    background-color: #004f71;
}

.page-header{
    padding:4em 2em;
}

.page-header-title{
    margin: 0;
    font-size: 3em;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'PoppinsRegular';
    text-transform: uppercase;
}

.page-header-content label{
    display: block;
    width: 100%;
    font-size: 1.4em;
    color: #fff;
}


.page-header{
    background-color: #019cde;
    background: rgb(1,156,222);
background: -moz-linear-gradient(90deg, rgba(1,156,222,1) 0%, rgba(1,156,222,1) 35%, rgba(0,212,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(1,156,222,1) 0%, rgba(1,156,222,1) 35%, rgba(0,212,255,1) 100%);
background: linear-gradient(90deg, rgba(1,156,222,1) 0%, rgba(1,156,222,1) 35%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#019cde",endColorstr="#00d4ff",GradientType=1);
    /*background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%);*/
}

.selected-items{
    padding: 1em;
    margin-bottom: 2em;
}


.title-box{
    margin: 1em 10px;
    margin-bottom: 0;
    padding:1em 2em;
    background-color: rgba(1, 156, 222, 0.1);
}

.title-box .title{
    margin: 0;
    font-size: 2em;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
    font-style: normal;
   /* color: #004f71;*/
}

.title-box .desc{
    margin: 0;
    font-size: 1.4em;
}

.selected-items {
    padding-top: 0;
}

.selected-items .list-group-item{
    margin: 0.5em auto;
    margin-top: 0;
}

.selected-items .list-group-item p{
    margin: 0;
    font-size: 1.4em;
}

.selected-items .list-group-item .p-id{
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #6c757d;
}

.selected-items .list-group-item .points{
    font-size: 1.4em;
    font-family: 'PoppinsSemiBold';
    font-weight: 600;
}

.selected-items .list-group-item .name{
    font-size: 1.4em;
    margin: 0;

}

.selected-items .list-group-item .add,
.selected-items .list-group-item .del{
    font-size: 1.4em;
}

.total-points{
    margin-top: 2em;
    border:none;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}

.total-points p{
    margin: 0;
    font-size: 1.4em;
}

.total-points .tpoints{
    margin: 0;
    color: #004f71;
    font-family: 'PoppinsBold';
    font-weight: bold;
    font-style: normal;
}

.total-points .btn{
    width: 100%;
    border-radius: 0;
    padding: 0.4em;
    font-size: 1.4em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


.bg-greyish {
    background-color: #f1f1f1;
}

.bg-ligthgreyish {
    background-color: #f7f5fb;
}

.bg-lightyellow {
    background-color: #f8dc7b;
}

.bg-ligthgreen {
    background-color: rgba(14, 122, 50, 0.2);
}

.bg-ligthdarkteal {
    background-color: rgba(3, 79, 113, 0.2);
}

.bg-ligthdarkviolet {
    background-color: rgba(78, 35, 121, 0.2);
}

.bg-brightcerulean {
    background-color: rgba(0, 149, 214, 0.2)
}

.bg-ligthredtint {
    background-color: rgba(230, 38, 69, 0.2);
}

.bg-orange {
    background-color: #fea82f;
}

.bg-green {
    background-color: #0e7a32!important;
}

.bg-darkteal {
    background-color: #034f71;
}

.bg-darkviolet {
    background-color: #4e2379;
}

.bg-brightcerulean {
    background-color: #0095d6;
}

.bg-redtint {
    background-color: #e62645;
}

.border-ligthredtint {
   border-color: #e62645!important;
}

.border-ligthredtint:hover,
.border-ligthredtint:focus {
   border-color: transparent!important;
}

.bg-yellow {
    background-color: #ecb360;
}

.bg-darkblue {
    background-color: #001f33;
}

.txt-darkmagenta {
    color: #b90064;
}

.txt-white {
    color: #fff!important;
}

.txt-darkblue {
    color: #001f33;
}

.txt-green {
    color: #0e7a32;
}

.txt-darkteal {
    color: #034f71;
}

.txt-darkviolet {
    color: #4e2379;
}

.txt-brightcerulean {
    color: #0095d6;
}

.txt-redtint {
    color: #e62645;
}

.txt-yellow {
    color: #fab82d;
}

.txt-red {
    color: red;
}

.txt-lightblue{
    color: #007fb5;
}

.bold {
    font-family: 'PoppinsBold';
    font-weight: bold;
    font-style: normal;
}


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign {
    vertical-align: middle;
}

#sidenav-overlay {
    z-index: 996!important;
}

.row:before,
.row:after {
    display: inline-block!important;
}


/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

@media only screen and (min-width: 320px) and (max-width: 780px) {

    main{
        position: relative;
    }

    .card-box{
        order: 1;
    }

    .list-box{
        order:2;
    }

    .total-points{
        margin: 1em 10px;
    }

    .total-points .btn{
        width: auto;
    }

}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*icons designed by Freepik from Flaticon*/