.bcc-purple
{
    color: var(--primary);
}

.bcc-light-purple
{
    color: var(--secondary)
}

.bcc-gold
{
    color: var(--bcc-gold) !important;
}

.text-gold
{
    color: #FFD700 !important;
}

.text-silver
{
    color: #c0c0c0 !important;
}

.text-bronze
{
    color: #CD7F32 !important;
}

.logo-icon img
{
    max-width: 80%;
}

i.icon
{
    cursor: pointer;
}

i.icon.active
{
    color: var(--green);
}

i.icon.inactive
{
    color: #dee2e6;
}

table i.icon
{
    font-size: 24px;
}

table i.icon-s
{
    font-size: 16px;
}

img.icon
{
    cursor: pointer;
    width: 25px;
    height: auto;
}

.hidden
{
    display: none !important;
}

.login-logo
{
    width: 50%;
}

.result-box
{
    font-size: 2em;
}

.result-box i
{
    margin-right: 1em;
}

.w3l-team-block .category
{
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    margin: 15px 15px 0;
    background: #fff;
    padding: 20px 10px 0;
}

.text2x
{
    font-size: 2em;
}

.text15x
{
    font-size: 1.5em;
}

img.status-icon
{
    width: 35px;
    height: auto;
    cursor: pointer;
}

table.small tr th, table.small tr td
{
    padding: 0.25rem !important;
}

th.w-100px, td.w-100px
{
    width: 100px;
}

th.w-110px, td.w-110px
{
    width: 110px;
}

th.w-200px, td.w-200px
{
    width: 200px;
}

th.w-50px, td.w-50px
{
    width: 50px;
}

.parent-main-content
{
    background: #eee;
}

.parent-content-top-gap
{
    padding: 10px;
}

.terms ol
{
    padding-left: 10px;
    margin-bottom: 15px;
}

.terms ol li
{
    margin-top: 10px;
}

.front-modal-header
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem .5rem 0;
}

.front-title
{
    font-weight: 100 !important;
}

.front-card
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;

    border-radius: 0 .3rem .3rem;
}

.front-card label
{
    display: inline;
}

.front-card .card-body
{
    padding: .3rem !important;
}

.front-card .card-body .form-row
{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.2em;
    color: var(--secondary);
}

.front-card .card-body .form-row i
{
    margin: 0 auto;
    font-size: 4em;
}

.liff-loader, .backoffice-loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: white;
}

.liff-loader .loader-contain
{
    margin-top: 20%;
    text-align: center;
}

.backoffice-loader .loader-contain
{
    text-align: center;
    padding-top: 15%;
}

.liff-loader .loader-contain img.loader-logo
{
    width: 40%;
    height: auto;
    margin-top: 20%;
}

.backoffice-loader .loader-contain img.loader-logo
{
    width: auto;
    height: auto;
    max-width: 225px;
}

.loader-contain img.loader-bar
{
    width: auto;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.student-pic
{
    text-align: center;
}

.student-pic img
{
    width: 70px;
    height: auto;
}

#contentTable td
{
    font-weight: bold;
}

#contentTable span
{
    color: var(--primary);
    font-size: 1.1em;
    font-weight: normal;
}

#contentTable table tbody th
{
    border: none;
}

#contentTable table tr td
{
    font-weight:  normal;
}

#contentTable .sub-head th, #dataList .sub-head th
{
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--primary);
}

.table-border-top
{
    border-top: 1px solid #dee2e6;
}

.sub-table
{

}

.sub-table .thead-light th
{
    font-size: 14px;
}

.sub-table td, .sub-table th
{
    padding: .25rem !important;
}

.btn-line
{
    background-color: #00e000;
    border-color: #00E000;
    color: #fff
}

.btn-gold
{
    background-color: var(--bcc-gold);
    color: var(--primary);
    border-color: var(--bcc-gold);
}

.btn-clear, .btn-clear:hover
{
    color: var(--primary);
    background-color: #fff;
    border-color: #fff;
}

.input-style-small
{
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
}

.text-green
{
    color: var(--green) !important;
}

.text-blue
{
    color: var(--blue) !important;
}

.text-gray-dark
{
    color: var(--gray-dark) !important;
}

.text-indigo
{
    color: var(--indigo) !important;
}

.text-purple
{
    color: var(--purple) !important;
}

.text-gray
{
    color: var(--gray) !important;
}

.text-cyan
{
    color: var(--cyan) !important;
}

.text-orange
{
    color: var(--orange) !important;
}

/*
--blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #541c5b;
  --secondary: #B162AC;
  --success: #03c895;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4f81;
  --light: #f8f9fa;
  --dark: #343a40;
  --bcc-gold: #f8cd0f;
 */

.border-gold-top
{
    border-top: 2px solid var(--bcc-gold);
}

.border-orange-top
{
    border-top: 2px solid var(--orange);
}

.border-info-top
{
    border-top: 2px solid var(--info);
}

.border-blue-top
{
    border-top: 2px solid var(--blue);
}

.border-green-top
{
    border-top: 2px solid var(--green);
}

.border-gray-dark-top
{
    border-top: 2px solid var(--gray-dark);
}

.border-secondary-top
{
    border-top: 2px solid var(--secondary);
}

.border-red-top
{
    border-top: 2px solid var(--red);
}

.card_border:hover i.blue.lnr.lnr-users
{
    color: var(--blue);
}

.card_border:hover i.orange.lnr.lnr-unlink
{
    color: var(--orange);
}

.card_border:hover i.lnr.lnr-pencil
{
    color: var(--bcc-gold);
}

.card_border:hover i.lnr.lnr-user, .card_border:hover i.lnr.lnr-users
{
    color: var(--primary);
}

.card_border:hover i.lnr.lnr-link
{
    color: var(--secondary);
}

.card_border:hover i.lnr.lnr-graduation-hat, .card_border:hover i.lnr.lnr-select
{
  color: var(--green);
}

.card_border:hover i.lnr.lnr-unlink, .card_border:hover i.lnr.lnr-warning
{
  color: var(--red);
}

.input-group-addon
{
    padding: 6px 12px;
    color: #555;
    text-align: center;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #eee;
}
/*
.datepicker.dropdown-menu
{
    right: auto !important;
    top: 99px !important;
}

 */

.tab-nav
{
    display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav .tab-nav-item, .nav > li
{
    width: auto !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link
{
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav.custom-nav > li
{
    width: 100% !important;
}

.nav.custom-nav > li > a
{
    padding-left: 10px !important;
}

.nav > li > a
{
    padding-left: 15px !important;
    color: var(--secondary) !important;
}

.nav > li > a.active
{
    color: var(--primary) !important;
}

.nav-pills > li > a.active
{
    color: #fff !important;
}

.badge-bcc
{
    padding-left: 15px !important;
}

.badge-bcc:before
{
    content: none !important;
}

.badge-icon
{
    font-size: .8em;
    cursor: pointer;
}

.badge-icon.active
{
    border: 1px solid var(--primary);
}

.badge-icon.inactive
{
    border: 1px solid #dee2e6;
    color: #dee2e6;
}

.badge-icon.inactive:hover
{
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff;
}

.badge-pill .close
{
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 100;
    background-color: #FFF;
    padding: 2px;
    color: #000;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    font-size: 26px;
    line-height: 10px;
    border-radius: 50%;
    font-weight: normal;
}

.badge-pill:hover .close
{
    opacity: 1;
}

tbody tr:first-child td.form-row
{
   border-top: 0;
}

span.twitter-typeahead
{
    width: 100%;
}

.tt-query /* UPDATE: newer versions use tt-input instead of tt-query */

{
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    /*font-size: 24px;*/
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query
{ /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint
{
    color: #999;
}

.tt-menu /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
{
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 150px;
    overflow-y: auto;
}

.tt-menu.empty-message
{

}

.tt-suggestion
{
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.tt-suggestion:hover
{
    color: #f0f0f0;
    background-color: #0097cf;
}

.tt-suggestion p
{
    margin: 0;
}

.product-image-contain img
{
    width: 100%;
    height: auto;
}

img.product-thumb
{
    max-width: 80%;
    height: auto;
}

.terms
{
    font-size: 12px;
    color: #212529;
}

.terms p
{
    font-size: 12px;
    color: #212529;
}

.terms h6
{
    font-weight: bold;
}

.terms ol
{
    counter-reset: item;
    list-style-type: none;
}

.terms ol > li
{
    counter-increment: item;
}

.terms ol ol > li
{

}

.terms ol > li:before
{
    content: counters(item, ".") " ";
    /*counter-increment: item*/
}

select.form-control-sm
{
    background: none;
}

a.dashboard-course-title
{
    font-size: 16px;
    color: var(--primary)
}

a.dashboard-course-title:hover
{
    color: var(--bcc-gold);
}

div.dataTables_filter
{
    padding: 10px;
}

.small-datatable
{

}

.small-datatable ul li.paginate_button
{
    padding: .1em !important;
    font-size: 11px;
}

.small-datatable ul li.paginate_button a
{
    padding: .25rem .55rem !important;
}

.parent_message
{

}

.chat_list
{
    cursor: pointer;
}

.chat_list:hover
{
    background-color: #e3e3e3;
}

img.pic-80
{
    width: auto;
    max-width: 80%;
    height: auto;
    margin-bottom: 15px;
    max-height: 280px;
}

div.course-option-pill-contain, div.course-option-pill-contain span
{
    color: black !important;
    font-size: 1em !important;
}

div.course-option-pill
{
    border-color: black !important;
}

div.course-option-pill, div.course-option-pill span
{
    border-radius: .5em;
    clear: both;
    min-width: 35%;
    cursor: pointer;
    color: black !important;
}

div.course-option-pill-contain.selected div.course-option-pill
{
    border-color: var(--green) !important;
}

div.course-option-pill-contain.selected div.course-option-pill span,
div.course-option-pill-contain.selected span
{
    color: var(--green) !important;
}

.minwidth-0
{
    min-width: 0 !important;
}

.font-size-normal
{
    font-size: 100% !important;
}

select.transparent-gold, select.transparent-gold::selection, select.transparent-gold:focus
{
    background: url(../assets/images/down-gold.png) no-repeat 96% 52%;
    border: none;
    color: var(--bcc-gold);

}

select.transparent-secondary, select.transparent-secondary::selection, select.transparent-secondary:focus
{
    background: url(../assets/images/down-secondary.png) no-repeat 96% 52%;
    border: none;
    color: var(--secondary);

}

div.dt-buttons
{
    float: right;
    margin-right: 1rem;
}