/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

ul {
  font-size: 17px;
}

li {
  font-size: 17px;
}

table {
  font-size: 17px;
}

p {
  font-size: 17px;
}

a !important{
  font-size: 17px;
}

strong {
  font-size: 18px;
}

.togglet {
  font-size: 12px;
}

.formula {
  text-align:center;
  font-weight: bold;
}

.bg-input-error{
    background-color:#ffdddd;
}

.bg-input-valid{
    background-color:white;
}

.table-condensed{
  font-size: 15px;
}

.table-fit {
    width: 1px;
    white-space: nowrap;
}

.card-border-thick {
    border: 3px solid;
    padding-bottom: 3%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:#1abc9c;
	font-family: 'Roboto', sans-serif;
}


label {
	font-family: 'Roboto', sans-serif;
  display: inline-block;
  text-transform: lowercase;
}

label::first-letter {
  text-transform: capitalize;
}

#page-menu-wrap {
	#background-color: #6991FD;
  #background-color: #7E9FF7;
  #background: linear-gradient(to right, #33ccff 0%, #ff99cc 100%);
  #background: linear-gradient(to right, #2193b0 0%, #6dd5ed 100%);
  background: linear-gradient(to right, #4568dc 0%, #b06ab3 100%);
  font-size: 20px;
}

#page-title !important {
	#background-color: #6991FD;
  #background-color: #7E9FF7;
  #background: linear-gradient(to right, #33ccff 0%, #ff99cc 100%);
  #background: linear-gradient(to right, #2193b0 0%, #6dd5ed 100%);
  background: linear-gradient(to right, #4568dc 0%, #b06ab3 100%);
  font-size: 20px;
}


hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.content-wrap-new {
	position: relative;
	padding: 30px 0;
}

.card-bg-color {
  background-color: #F6F6F6;
}

.time-card-bg-color {
  background-color: #F6F6F6;
}

.time-column1 {
  font-size: 18px;
  background-color: #F6F6F6;
}

.time-column2 {
  font-size: 18px;
}

.time-column1-font {
  font-size: 18px;
  color: #1abc9c;
}

.see-also {
  margin-left: 50px;
}

button.calc_button {
  background:    #073763;
  background:    linear-gradient(#3d85c6, #073763 50%, #3d85c6);
  border-radius: 1000px;
  padding:       20px 45px;
  color:         #ffffff;
  display:       inline-block;
  font:          normal bold 26px/1 "Calibri", sans-serif;
  text-align:    center;
}

.copyrights {
  padding: 20px;
}

.scroll_nb {
    max-height: 320px;
    overflow-y: auto;
}

.menu-link-home {
  font-size: 15px;
  color: #000000;
}

.fancy-title::before,
.fancy-title::after {
  flex-grow: 0;
}

.nb_list-group-item {
  background-color: #f5eab8;
}

.nb_secondarypage_card {
  font-weight:bold;
}

.col-centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.borderless td, .borderless th {
    border: none;
}

.nb_learning_button-study {
    background-color: #1abc9c;
    outline-color: #1abc9c;
}

:root {
    --study-error-color: #f79999;
    --themecolor: #FF8600;
    --travel: #6F42C1;
    --tech: #007BFF;
    --fashion: #E83E8C;
    --sports: #DC3545;
    --lifestyle: #13A774;
    --food: #17A2B8;
    --market: #FFC107;
    --light: #F8F9FA;
    --dark: #343A40;
}

.nb-learning-form-control[type="number"]::-webkit-inner-spin-button,
.nb-learning-form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nb-learning-form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.nb-learning-form-control[type="number"] {
  background-color: #ffffff;
}

table.nb-learning-table td {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ffffff;
}

.nb-learning-table-icon {
  font-size: 20px;
}

.breadcrumb-item {
  font-size: 14px;
}

/*
@media screen and (min-width: 25em){
  nb-learning-form-control { font-size: calc(1em + 1vw); }
}

@media (max-width: 1024) {
  .nb-learning-form-control { font-size: 25px; }
}

@media (max-width: 768) {
  .nb-learning-form-control { font-size: 11px; }
}

@media (max-width: 425) {
  .nb-learning-form-control { font-size: 10px; }
}

@media (max-width: 375) {
  .nb-learning-form-control { font-size: 9px; }
}

@media (max-width: 320px) {
  .nb-learning-form-control { font-size: 8px; }
}*/

.line-xs {
	margin: 4px 0 20px;
	border-bottom: 3px solid #EEE;
}

.line-xs::after {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51,51,51,0);
	border-top-color: #EEE;
	border-width: 8px;
	margin-left: -8px;
	z-index: 1;
	background: none;
}

/* Line Colors */
.line-home { border-bottom-color:  var(--themecolor, #FF8600) !important; }
.line-travel { border-bottom-color:  var(--travel, #6F42C1) !important; }
.line-tech { border-bottom-color:  var(--tech, #007BFF) !important; }
.line-fashion { border-bottom-color:  var(--fashion, #E83E8C) !important; }
.line-sports { border-bottom-color:  var(--sports, #DC3545) !important; }
.line-lifestyle { border-bottom-color:  var(--lifestyle, #13A774) !important; }
.line-food { border-bottom-color:  var(--food, #17A2B8) !important; }
.line-market { border-bottom-color:  var(--market, #FFC107) !important; }
.line-light { border-bottom-color:  var(--light, #F8F9FA) !important; }
.line-dark { border-bottom-color:  var(--dark, #343A40) !important; }

.line-home::after { border-top-color:  var(--themecolor, #FF8600) !important; }
.line-travel::after { border-top-color:  var(--travel, #6F42C1) !important; }
.line-tech::after { border-top-color:  var(--tech, #007BFF) !important; }
.line-fashion::after { border-top-color:  var(--fashion, #E83E8C) !important; }
.line-sports::after { border-top-color:  var(--sports, #DC3545) !important; }
.line-lifestyle::after { border-top-color:  var(--lifestyle, #13A774) !important; }
.line-food::after { border-top-color:  var(--food, #17A2B8) !important; }
.line-market::after { border-top-color:  var(--market, #FFC107) !important; }
.line-light::after { border-top-color:  var(--light, #F8F9FA) !important; }
.line-dark::after { border-top-color:  var(--dark, #343A40) !important; }

/* Background Colors */
.bg-home,
.bg-color-home.nav-link:hover,
.menu-color-home > a::before,
.bg-color-home.nav-link.active { background: var(--themecolor, #FF8600) !important; }

.bg-travel,
.bg-color-travel.nav-link:hover,
.menu-color-travel > a::before,
.bg-color-travel.nav-link.active { background: var(--travel, #6F42C1) !important; }

.bg-tech,
.bg-color-tech.nav-link:hover,
.menu-color-tech > a::before,
.bg-color-tech.nav-link.active { background: var(--tech, #007BFF) !important; }

.bg-fashion,
.bg-color-fashion.nav-link:hover,
.menu-color-fashion > a::before,
.bg-color-fashion.nav-link.active { background: var(--fashion, #E83E8C) !important; }

.bg-sports,
.bg-color-sports.nav-link:hover,
.menu-color-sports > a::before,
.bg-color-sports.nav-link.active { background: var(--sports, #DC3545) !important; }

.bg-lifestyle,
.bg-color-lifestyle.nav-link:hover,
.menu-color-lifestyle > a::before,
.bg-color-lifestyle.nav-link.active { background: var(--lifestyle, #13A774) !important; }

.bg-food,
.bg-color-food.nav-link:hover,
.menu-color-food > a::before,
.bg-color-food.nav-link.active { background: var(--food, #17A2B8) !important; }

.bg-market,
.bg-color-market.nav-link:hover,
.menu-color-market > a::before,
.bg-color-market.nav-link.active { background: var(--market, #FFC107) !important; }

i.fa,
i.fas {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  margin-right:10px;
  border-color: red;
}

.table-math > tbody > tr > td {
     vertical-align: middle;
}

.nb_math_formula {
  overflow-x: scroll;
}

@media (max-width: 480px)
.nb_math_formula_font {
font-size: 12px;
}
@media (min-width: 480px)
.nb_math_formula_font {
font-size: 13px;
}@media (min-width: 768px)
.nb_math_formula_font {
font-size: 14px;
}

.nb_math_image {
  width: 250px;
  max-width: 250px;
  height: auto;
}

.nb_sidebar_ad_class {

}
.nb_sidebar_ad_id {


}
