@charset "UTF-8";
/* IN PAGE CALCULATOR */
#calculatorQuizHolder {
  width: 200px;
  height: auto;
  font-family: sans-serif;
  position: absolute;
  display: none;
  background-color: #fafafa;
  border: 2px solid #aaaaaa;
  border-radius: 8px;
  padding-bottom: 10px;
  z-index: 1000;
}

#calculatorQuizHolderHeader {
  height: 20px;
  width: 100%;
  cursor: move;
}

#calculatorDisplay {
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
}

.displayLine1 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #3d6b0e;
  margin-bottom: 0px;
}

#answerString {
  width: auto;
  float: left;
  padding-left: 10px;
  color: darkblue;
}

#answerValue, #errorMessage {
  width: auto;
  float: right;
  text-align: right;
  padding-right: 10px;
}

#errorMessage {
  color: red;
  display: none;
  font-size: 16px;
}

.displayLine2 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: black;
}

#currMathExpression {
  text-align: right;
  padding-right: 10px;
}

.allButtonsHolder {
  width: 90%;
  margin: 10px auto 0;
}

.calcButton {
  float: left;
  width: 22%;
  margin: 2.4666666667px 2%;
  height: 37px;
  line-height: 37px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  color: black;
  border-radius: 2px;
  text-align: center;
  font-size: 20px;
  user-select: none;
  cursor: pointer;
}

.longLabel {
  font-size: 16px !important;
}

.calcPress {
  box-shadow: inset 0 -9px 6px rgba(255, 255, 255, 0.35), 0 1px rgba(255, 255, 255, 0.15);
}

.calcPress > div {
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.calcButton:hover {
  text-shadow: 0px 0px 8px rgb(255, 230, 186), 0px 0px 22px rgb(255, 255, 255), 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.calcButtonLevi {
  margin-left: 0%;
}

.calcButtonDesni {
  margin-right: 0%;
}

.mainColor {
  background-color: #fafafa;
}

.secondColor {
  background-color: #fff9a8;
}

.thirdColor {
  background-color: #ffcfb0;
}

.equalColor {
  background-color: #9aff73;
}

.vertical {
  height: 78.9333333333px;
  float: right;
  line-height: 78.9333333333px;
}

.doubleButton {
  width: 48%;
}

#closeInPageCalculator {
  position: relative;
  right: -190px;
  top: -12px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-size: 1.4em;
  background-color: #8e979b;
  cursor: pointer;
  border: 1px solid #645a5a;
}

#closeInPageCalculator:hover {
  background-color: #d9d2d2;
}

/* CALCULATOR */
.navigacijaLevoCalc {
  margin-top: 20px;
  margin-bottom: 30px;
}

#homework_help_banner_holder {
  text-decoration: none;
}

#homework_help_banner_holder:hover {
  text-decoration: none;
}

#homework_help_banner {
  width: 100%;
  border: 1px solid #154762;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: rgba(168, 225, 255, 0.368627451);
}

#homework_help_banner:hover {
  cursor: pointer;
}

#homework_help_banner p.intro {
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", Roboto, Arial, sans-serif;
  color: #E07D48;
}

#homework_help_banner p.text {
  font-family: "Roboto", Roboto, Arial, sans-serif;
  color: #5c5c5c;
  text-align: center;
  padding: 0;
}

#homework_help_banner p.text2 {
  font-family: "Roboto", Roboto, Arial, sans-serif;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 0;
}

#homework_help_banner div.circle {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #48abe0;
  border-radius: 50%;
  animation: fadein_keyframes 0.5s both;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cG9seWxpbmUgZmlsbD0ibm9uZSIgcG9pbnRzPSI0MiwzMiA2MCw1MCA0Miw2OCIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0iI2ZmZiI+PC9wb2x5bGluZT48L3N2Zz4=);
}

.calculator .naslov {
  margin: 0 auto 10px auto;
  text-align: center;
  padding: 5px 0 5px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: rgb(230, 230, 230);
  display: block;
  clear: both;
}

.calculator .naslov h1 {
  font-size: 1.5em;
  margin: 5px 0 10px 0;
  padding: 0;
}

.calculator .lessonIntro {
  color: black;
  font-weight: bold;
}

.spacerCalcNaslov {
  width: 100%;
  height: 1px;
}

.calculator {
  margin-bottom: 20px;
}

.calculator-no-sidebar {
  width: auto;
}

.calculator h2 {
  margin: 5px 0 0 0;
  border-bottom: none;
}

.calculator p.uvucenB {
  margin: 3px 0 3px 20px;
  font-weight: bold;
  padding-left: 0;
}

.calculator p.uvucenLH30 {
  line-height: 30px;
}

.calculator p.uvucen2 {
  margin: 3px 0 3px 20px;
  padding-left: 0;
}

.calculator p.uvucen90 {
  margin: 3px 0 3px 90px;
  padding-left: 0;
}

.calculator p.uvucen90Pad0 {
  margin: 3px 0 3px 90px;
  padding-left: 0;
  padding-bottom: 0;
}

/* FORMA U KALKULATORIMA - START */
#formcalc h2 {
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10px auto 20px auto;
  padding: 0;
  text-align: center;
  color: #00748f;
}

#formcalc .instructions {
  font-size: 1.1em;
  margin: 0px 10px 40px 10px;
  padding: 10px 20px;
  background-color: #cdfabf;
  border: solid 2px #57f61f;
}

#formcalc .instructions .instructionTitle {
  font-weight: bold;
  margin: 5px 0;
}

#formcalc .instructions .instruction {
  margin: 5px 0 5px 0px;
  font-weight: normal;
}

#formcalc .instructions .instruction span.instNumber {
  font-weight: bold;
  margin-right: 10px;
}

/* mixed input and text */
#formcalc div.mixedInputAndText {
  font-size: 18px;
  align-items: center;
  display: flex;
  gap: 10px;
  margin-left: 50px;
}

#formcalc div.mixedInputAndText > label {
  line-height: normal;
  font-weight: normal;
  font-size: 1.6rem;
}

#formcalc div.mixedInputAndText > label sup {
  line-height: normal;
  font-weight: normal;
  font-size: 1.4rem;
}

#formcalc div.mixedInputAndText > label.largeFont {
  font-size: 2rem;
}

#formcalc div.mixedInputAndText > label.withSquare {
  margin-top: -10px;
}

#formcalc div.mixedInputAndText > label.comma {
  font-size: 220%;
}

#formcalc div.mixedInputAndText > label.bracket {
  font-size: 180%;
  transform: scale(1, 1.3);
  margin-bottom: 5px;
}

#formcalc div.mixedInputAndText > label.noWrap {
  white-space: nowrap;
}

#formcalc div.mixedInputAndText input.smallInput {
  font-size: 1.1em;
  padding: 3px 0;
  margin: 0;
  height: 40px;
  max-height: 40px;
  width: 55px;
}

#formcalc div.mixedInputAndText input.smallestInput {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  height: 36px;
  max-height: 36px;
  width: 40px;
}

#formcalc div.mixedInputAndText div.virtualCombo {
  margin-top: 0px;
}

/* mixed input and text - end*/
#formcalc p.intro {
  font-size: 1em;
  color: black;
  padding: 8px 15px;
  line-height: 1.8em;
}

#formcalc p.saInlineInputima {
  line-height: 40px;
  border: none;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 20px 0 20px 0;
  padding: 5px 0;
}

#formcalc p.loading {
  border: none;
}

#formcalc div.errorMessage {
  border: none;
  color: red;
  vertical-align: middle;
  font-size: 1em;
}

#formcalc div.inputOK {
  border: none;
  color: black;
  vertical-align: middle;
  font-size: 1em;
}

#formcalc p.how {
  margin-bottom: 0px;
  padding: 0px;
}

#formcalc label.samaUredu {
  width: 400px;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 13px;
}

#formcalc label.insideInputFieldsKvad {
  padding: 7px 0px;
  text-align: center;
  margin: 0 5px;
  font-size: 160%;
  font-style: italic;
}

#formcalc label.insideInputFieldsKvadV2 {
  padding: 3px 0px;
  text-align: center;
  margin: 0 5px;
  font-size: 240%;
}

#formcalc label.insideInputFieldsV2 {
  width: auto;
  padding: 10px 5px 0px 5px;
  text-align: center;
  font-size: 200%;
  font-style: normal;
  color: black;
  margin: 0;
  font-weight: normal;
}

#formcalc label.insideInputFieldsKvadFix {
  padding: 10px 0px;
  text-align: center;
  margin: 0 5px;
  font-size: 160%;
  font-style: italic;
}

#formcalc label.insideInputFields {
  width: auto;
  padding: 10px 5px 0px 5px;
  text-align: center;
  font-size: 160%;
  font-style: italic;
  color: black;
  margin: 0px 0 0;
}

#formcalc label.insideInputFieldsText {
  width: 40px;
  text-align: center;
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 200%;
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman";
}

#formcalc label.insideInputFieldsText30 {
  width: 30px;
  text-align: center;
  padding-top: 5px;
  font-size: 180%;
  font-style: italic;
  font-weight: bold;
  font-family: "Times New Roman", serif;
}

#formcalc label.insideInputFieldsTextZagrada {
  width: auto;
  margin: 0 10px;
  text-align: center;
  padding-top: 10px;
  font-size: 250%;
  font-weight: bold;
  font-family: "Times New Roman", serif;
}

#formcalc label.jednakoNula {
  width: auto;
  text-align: center;
  font-size: 1.5em;
  margin-left: 10px;
  padding: 10px 0;
  color: black;
}

#formcalc label.jednakoNulaNaSmallInput {
  padding: 8px 0;
}

#formcalc label.noteLabel {
  font-weight: normal;
  font-size: 1.1em;
  width: 100%;
}

#formcalc label.withSmallInput {
  width: auto;
  text-align: left;
  font-size: 1.1em;
}

#formcalc label.derivativeLabel {
  width: auto;
  margin-left: 10px;
  float: left;
  font-size: 1.3em;
}

span.specialSymbol {
  cursor: pointer;
}

span.specialSymbol:hover {
  font-weight: bold;
}

#formcalc div.inputError {
  position: absolute;
  width: max-content;
  line-height: 25px;
  font-size: 1em;
  color: #DD0000;
  font-style: italic;
}

#formcalc div.inputErrorGeom {
  font-size: 0.8em;
  margin: 55px 0 0 0px;
}

#formcalc div.leviSpacer50 {
  width: 50px;
  height: 10px;
  float: left;
}

#formcalc div.leviSpacer100 {
  width: 100px;
  height: 10px;
  float: left;
}

#formcalc div.leviSpacer120 {
  width: 120px;
  height: 10px;
  float: left;
}

#formcalc div.leviSpacerProc20 {
  width: 20%;
  height: 10px;
  float: left;
}

#formcalc div.leviSpacer150 {
  width: 150px;
  height: 10px;
  float: left;
}

#formcalc div.leviSpacer163 {
  width: 163px;
  height: 10px;
  float: left;
}

#formcalc div.leviSpacer200 {
  width: 200px;
  height: 10px;
  float: left;
}

#formcalc label.beginInputFieldAuto {
  width: auto;
}

#formcalc label.beginInputField50 {
  width: 50px;
}

#formcalc label.beginInputField100 {
  min-width: 100px;
}

#formcalc label.beginInputField120 {
  min-width: 120px;
}

#formcalc label.beginInputField200 {
  min-width: 200px;
}

#formcalc div.inputWithComment {
  width: fit-content;
  float: left;
}

#formcalc div.inputWithComment2 {
  width: 75%;
  float: left;
}

#formcalc label.inputComment {
  display: block;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: normal;
  color: blue;
}

#formcalc label.livePrewLabel {
  min-width: 150px;
}

#formcalc label.dim120 {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  width: 120px;
}

#formcalc label.xMinMax {
  width: auto;
  padding: 12px 0;
  margin: -2px 10px 0 0;
}

#formcalc label.preview {
  text-align: center;
}

#formcalc label.preview a:hover {
  text-decoration: underline;
}

#formcalc label.calcSettings {
  display: block;
  width: auto;
  padding: 6px 20px 6px 20px;
  color: rgb(0, 35, 52.5);
  background-color: #b4e6ff;
  border: 1px solid #009ae7;
}

#formcalc label.equalZero {
  width: auto;
  font-size: 2em;
  margin-left: 10px;
  font-family: ui-monospace;
}

#formcalc span.labelNote {
  font-weight: normal;
  color: #666;
}

#formcalc .inputBigFont {
  font-size: 25px;
  line-height: 30px;
}

#formcalc .labelWide {
  height: 20px;
  line-height: 26px;
}

#formcalc button.dugiWhole {
  margin-left: 30%;
}

#formcalc label.widthEqualProc {
  width: 7%;
}

#formcalc input.dugi2 {
  width: 250px;
  text-align: center;
}

#formcalc input.zScoreCheck {
  padding: 0;
  margin: 8px 10px 0 0;
  width: auto;
  border: none;
}

#formcalc input.numden {
  float: none;
  margin: 5px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 220px;
  text-align: center;
}

#formcalc input.geomCheck {
  padding: 0px;
  margin: 0 10px 0 0px;
  width: auto;
  border: none;
}

#formcalc input.martop5px {
  margin-top: 5px;
}

#formcalc textarea.textStat {
  font-weight: bold;
  font-size: 18px;
  font-family: monospace;
  color: black;
  line-height: 20px;
  padding: 10px 15px;
  border: 1px solid #666;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f3ffff;
  letter-spacing: 1px;
}

#formcalc textarea.textStat120 {
  font-weight: bold;
  font-size: 18px;
  font-family: monospace;
  margin: 0 0 10px 120px;
  color: black;
  line-height: 20px;
}

/* MATRIX */
#formcalc div.matrix-wrapper {
  width: min-content;
  margin: 0 auto;
}

#formcalc div.matrix-container {
  border-right: 3px solid #444;
  border-left: 3px solid #444;
  padding: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: min-content min-content min-content min-content min-content;
  width: min-content;
  margin: 0 auto;
}

#formcalc div.matrix-dash-holder {
  display: flex;
  justify-content: space-between;
}

#formcalc div.matrix-dash {
  height: 3px;
  width: 20px;
  background-color: #444;
}

#formcalc input.matrix-cell {
  width: 50px;
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

#formcalc div.inline-radio {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: max-content;
  align-items: center;
}

.oneMatrixHolder {
  height: 370px;
  width: 340px;
  margin: 10px auto 20px auto;
}

.inputmatrixTitle {
  width: 310px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 20px -10px;
  background-color: #efefef;
  border: 2px solid rgb(200.75, 200.75, 200.75);
  border-radius: 3px;
}

span.viewInputMatrixTips {
  cursor: pointer;
  color: #0017e9;
}

span.viewInputMatrixTips:hover {
  color: rgb(80, 97.2746781116, 255);
}

#formcalc button.singleCommandButton {
  width: 270px;
  margin-left: 10px;
}

#formcalc div.commandButtonsTitle {
  height: 45px;
  line-height: 45px;
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 2px solid rgb(200.75, 200.75, 200.75);
  border-radius: 3px;
  font-size: 16px;
}

#formcalc table tr td.commandButtonHolder {
  padding: 12px 20px 12px 20px;
  text-align: center;
}

#formcalc button.commandButtonGeneral {
  width: 120px;
  min-width: auto;
  height: 42px;
  margin: 0px 10px;
  font-size: 15px;
}

#formcalc button.buttonType1 {
  background-color: rgb(200.5094339623, 252.4905660377, 205.8867924528);
  border-color: rgb(54.2452830189, 245.7547169811, 74.0566037736);
}

#formcalc button.buttonType1:hover {
  background-color: rgb(78.6226415094, 246.8773584906, 96.0283018868);
}

#formcalc button.buttonType2 {
  background-color: rgb(200, 240.4716981132, 255);
  border-color: rgb(98, 213.5283018868, 255);
}

#formcalc button.buttonType2:hover {
  background-color: rgb(123.5, 220.2641509434, 255);
}

#formcalc button.buttonType3 {
  background-color: rgb(250.9166666667, 245.6666666667, 217.0833333333);
  border-color: rgb(236.0416666667, 211.6666666667, 78.9583333333);
}

#formcalc button.buttonType3:hover {
  background-color: rgb(238.5208333333, 217.3333333333, 101.9791666667);
}

.checboxSectionTitle {
  padding-left: 30px;
}

.ciSection {
  height: 18px;
  width: 18px;
  top: 14px;
}

#formcalc .left200 {
  margin-left: 200px;
}

#formcalc .left170 {
  margin-left: 170px;
}

#formcalc .left150 {
  margin-left: 150px;
}

#formcalc .left120 {
  margin-left: 120px;
}

#formcalc .left80 {
  margin-left: 80px;
}

#formcalc .left70 {
  margin-left: 70px;
}

#formcalc .left50 {
  margin-left: 50px;
}

#formcalc .left0 {
  margin-left: 0px;
}

#formcalc button.resetButton {
  margin-left: 0px;
  float: right;
  width: auto;
}

#formcalc button.dugi2 {
  width: 250px;
}

#formcalc table.jednaKolona tr td {
  padding: 10px 10px 10px 0;
}

#formcalc div.smartZoomHolder {
  padding-top: 10px;
  float: left;
  margin-right: 30px;
}

#formcalc div.xMinMaxHolder {
  padding-top: 2px;
  float: left;
  margin-right: 15px;
}

#formcalc table.razlomak {
  width: auto;
  margin: 0 0 0 100px;
  float: left;
  font-size: 1.1em;
}

#formcalc table.razlomakDvaNaStrani {
  margin: 10px 20px 10px 0px;
}

#formcalc table.razlomak td {
  margin: 0px;
  padding: 0;
}

#formcalc table.razlomak td.razlomacka {
  background-color: #222;
  height: 3px;
}

#formcalc table.razlomak td.caption {
  height: 20px;
  color: black;
}

#formcalc table.geomGivenTable {
  width: 100%;
  font-size: 1em;
}

#formcalc table.geomGivenTable tr {
  height: 55px;
}

#formcalc .padlr20 {
  padding: 0 20px;
}

#formcalc .comboZnak {
  width: auto;
  float: left;
  font-size: 18px;
  margin: 8px 5px;
  padding: 3px 5px;
  color: black;
  border-color: #999;
  border-radius: 2px;
}

#formcalc .comboVeci {
  width: auto;
  float: left;
  font-size: 17px;
  color: black;
  margin: 8px 5px;
  padding: 4px 10px;
  border-color: #999;
  border-radius: 2px;
}

#formcalc .comboGeom {
  width: 170px;
  height: 40px;
  font-size: 17px;
  color: black;
  margin: 10px auto;
  padding: 2px 10px;
  border-color: #999;
  border-radius: 2px;
  display: block;
}

#formcalc .comboGeomLong {
  width: 200px;
  display: block;
}

#formcalc .comboInline {
  width: auto;
  float: none;
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin: 0px 5px;
  padding: 12px 10px;
  border-color: #999;
  border-radius: 2px;
  display: inline-block;
}

#formcalc .comboInlineVeliki {
  padding: 5px 10px;
}

#formcalc .comboFinancial {
  width: auto;
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: black;
  margin: 5px 0px;
  padding: 10px 10px;
  border-color: #999;
  border-radius: 2px;
  display: inline-block;
}

#formcalc .radio {
  width: auto;
  height: auto;
  float: none;
  vertical-align: inherit;
  border: none;
}

#formcalc .radio:focus {
  border: 0;
  background-color: transparent;
  outline: none;
}

#formcalc .checkbox {
  cursor: pointer;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

#formcalc .howTo {
  display: none;
  position: absolute;
  border: 1px solid gray;
  background-color: #eee;
  padding: 5px;
  font-weight: bold;
  text-align: left;
}

#formcalc .small {
  color: #222;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  width: 120px;
}

span.enterKnown {
  font-size: 1.1em;
  font-weight: bold;
  color: black;
  display: block;
  margin: 0 auto;
  text-align: center;
}

span.geomControl {
  display: block;
  margin: 24px auto 24px 69px;
}

#formcalc .geomFormLeft {
  float: left;
  width: auto;
  margin: 0 50px 0 40px;
}

#formcalc .geomFormMiddle {
  float: left;
  width: auto;
  padding-top: 30px;
}

#formcalc .geomFormRight {
  float: left;
  width: auto;
  margin-left: 50px;
}

#tableData {
  margin-left: 0px;
  width: 500px;
  height: 140px;
  overflow: auto;
}

input::-webkit-input-placeholder {
  color: #ababab;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ababab;
  opacity: 1;
}

input::placeholder {
  opacity: 1;
  color: #ababab;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
input[type=text]:disabled {
  background: #eaeaea;
}

#formcalc .displayHelpText {
  color: blue;
}

#formcalc .displayHelpText:hover {
  text-decoration: none;
  color: red;
}

#formcalc .viewExamplesLink {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  background-color: rgb(230, 230, 230);
  border: 1px solid rgb(200, 200, 200);
}

#formcalc .viewExamplesLink:hover {
  background-color: #f7bd5d;
}

#formcalc .exampleInFormSmall {
  cursor: pointer;
  color: #020977;
  font-size: 1.1em;
}

#formcalc .exampleInFormSmall:hover {
  color: darkorange;
}

#formcalc p.exampleProblemInForm {
  font-size: 1.1em;
  cursor: pointer;
  margin: 10px auto;
}

#formcalc p.exampleProblemInForm span {
  font-weight: bold;
}

#formcalc p.exampleProblemInForm:hover {
  color: #333;
}

.xButton {
  display: block;
  padding-right: 5px;
  font-size: 20px;
  font-family: monospace;
  text-align: center;
  float: right;
  width: 5%;
  cursor: pointer;
}

div.geometryGrid div.gridItem {
  line-height: normal;
  justify-self: left;
  overflow: hidden;
  font-size: 1.1em;
}

div.geometryGrid div.gridItemWithInput {
  padding-left: 3px;
  padding-right: 3px;
}

div.geometryGrid div.gridLabel {
  font-weight: 500;
  font-size: 1.2em;
  color: black;
}

div.geometryGrid div.gridTitle {
  color: #0017e9;
}

div.geometryGrid div.gridTitle span {
  font-size: 0.8em;
  color: black;
}

div.geometryGrid div.gridMathjaxLetter {
  padding-left: 3px;
  font-size: 20px;
  white-space: nowrap;
  justify-self: center;
}

div.geometryGrid div.gridVariableName {
  font-size: 1.2em;
}

#formcalc label.gridVariableName {
  font-size: 1.2em;
  font-weight: normal;
  width: min-content;
  text-align: left;
  min-width: 70px;
}

div.geometryGrid div.gridMathjaxText {
  font-size: 18px;
  white-space: nowrap;
}

div.geometryGrid div.gridMathjaxWrap {
  font-size: 18px;
  white-space: normal;
  line-height: 22px;
  padding: 13px 0;
}

div.geometryGrid div.gridAlignRight {
  text-align: right;
  padding-right: 8px;
}

div.geometryGrid div.gridSlika img {
  width: 250px;
}

div.geometryGrid div.gridTanki {
  line-height: 40px;
}

div.geometryGrid div.griDeblji {
  line-height: 100px;
}

.leftFromImageHolder {
  float: left;
  width: auto;
}

.normalDistImageHolder {
  margin-left: 50px;
  float: left;
}

.geomImageTwoJs {
  margin: 10px 0;
}

div.geomImage {
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

div.geomImageSmallScreen {
  width: 90%;
  margin: 10px 5% 10px 5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

div.geometryGrid div.headerContent {
  background-color: #0095cd;
  color: white;
}

div.calcErroImageHelp {
  margin: 10px 0 0 20px;
  width: 400px;
  text-align: center;
}

div.calcErroImageHelp div.title {
  margin: 10px auto;
  font-weight: bold;
}

div.calcErroImageHelp img {
  max-width: 100%;
  border: 2px solid darkcyan;
  border-radius: 10px;
}

#formcalc .preview {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  width: 100px;
}

#formcalc table.livePreviewHolder {
  display: block;
}

#formcalc .livePreview {
  position: relative;
  float: left;
  min-height: 80px;
  line-height: 80px;
  min-width: 400px;
  margin: 10px 0 0 0;
  vertical-align: middle;
  text-align: center;
  color: black;
  font-size: 1.2em;
}

#expression-preview-text {
  min-height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  box-sizing: border-box;
  color: #2892ef;
}

#expression-preview-formula {
  background-color: aliceblue;
  border: 2px solid #b6ddff;
  border-radius: 5px;
  min-height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

#expression-preview-formula .katex {
  font-weight: bold;
  white-space: nowrap;
}

#expression-error-message {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: black;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  font-size: 1em;
  padding: 0;
  border: 2px solid #ff8f4b !important;
  border-radius: 5px;
  background-color: rgb(255, 238.2, 228);
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#formcalc .livePrevLabel {
  height: 80px;
  line-height: 80px;
  padding: 0px;
}

/* FORMA U KALKULATORIMA - KRAJ */
span.hoverToSeeResult {
  display: block;
  color: #0a3fab;
  text-align: center;
}

.tooltipFormIcon {
  display: inline;
  position: relative;
}

.tooltipFormIcon:after {
  opacity: 0;
  content: "";
  transition: 0.2s all;
}

.tooltipFormIcon:before {
  opacity: 0;
  content: "";
  transition: 0.2s all;
}

.tooltipFormIcon:hover:after {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  content: attr(data-title);
  left: -150%;
  bottom: 40px;
  padding: 5px 10px;
  white-space: nowrap;
  position: absolute;
  z-index: 98;
  opacity: 1;
  transition-delay: 0.5s;
}

.tooltipFormIcon:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 35px;
  content: "";
  left: 25%;
  position: absolute;
  z-index: 99;
  opacity: 1;
  transition-delay: 0.5s;
}

/* SLANJE GRESKE I CEKANJE - POCETAK*/
#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #111;
  display: none;
}

#commentError {
  margin-left: 30px;
  width: 320px;
  padding: 8px;
  line-height: 25px;
  font-size: 1.2em;
}

.directLinkWindow {
  width: 700px;
  min-height: 250px;
}

.errorWindow h2 {
  background-color: #555;
  color: white;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid black;
  margin: 0 0 15px 0;
  padding: 0;
  text-align: center;
}

.errorWindow p {
  padding: 0px;
  margin: 10px 15px 10px 30px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}

.errorWindow .directLinkPholder {
  text-align: center;
  margin: 40px 0 20px 0;
}

.errorWindow .directLinkP {
  line-height: 30px;
  font-size: 16px;
  margin: 12px 15px 12px 30px;
}

.errorWindow textarea {
  margin-left: 40px;
  width: 320px;
}

.errorWindow input {
  margin-left: 40px;
  width: 310px;
}

.errorWindow input.submitError {
  clear: both;
  width: 230px;
  height: 40px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: #222;
  margin: 20px 85px 10px 85px;
  border: 2px solid black;
  border-radius: 5px;
  padding: 0px;
}

.errorWindow input.submitError:hover {
  background-color: yellow;
  cursor: pointer;
  color: black;
}

.errorWindow input.close {
  clear: both;
  width: 30px;
  height: 30px;
  font-family: sans-serif;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #333333;
  float: right;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  border: 1px solid black;
}

.errorWindow input.close:hover {
  color: yellow;
  cursor: pointer;
}

.errorWindow input.sellectAll {
  width: 640px;
  margin: 0 30px 20px 30px;
}

.messageErr {
  width: 100%;
  margin: 10px auto;
  padding: 10px 0;
}

.messageErr h2 {
  color: black;
  text-align: center;
}

#addthis_buttons_holder {
  padding-top: 30px;
  text-align: center;
  width: 100%;
  display: none;
}

#addthis_buttons_holder .at-icon-wrapper {
  margin: 0 5px;
}

/* SLANJE GRESKE - KRAJ */
/* RELATED NA KRAJU KALKULATRA - POCETAK */
.relatedCalculators {
  float: right;
  width: 50%;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-left: 0px;
}

.relatedCalculators .caption {
  font-size: 18px;
  color: black;
  border-bottom: 2px black solid;
  padding-top: 5px;
  padding-bottom: 5px;
}

.relatedCalculators .aHolder {
  min-height: 29px;
  margin: 1px 0 1px 0;
  border-top: 1px #f3f3f3 solid;
  border-bottom: 1px #f3f3f3 solid;
}

.relatedCalculators .aHolder:hover {
  border-top: 1px gray solid;
  border-bottom: 1px gray solid;
  background-color: #b7ddf2;
}

.relatedCalculators a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  padding-left: 10px;
  line-height: 29px;
  color: #0017e9;
}

.relatedCalculators a:hover {
  color: #222200;
  text-decoration: none;
}

/* RELATED NA KRAJU KALKULATROA - KRAJ */
/*TEKST BELOW CALCULATORS - START*/
.calculatorAboutSection p {
  padding: 5px 15px;
}

.calculatorAboutSection pre {
  font-size: 1.2em;
  font-family: "Courier New";
  margin: 0 0 0 20px;
}

.calculatorAboutSection pre.c {
  font-size: 1.2em;
  font-family: "Courier New";
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
}

.calculatorAboutSection pre.c {
  text-align: center;
}

.aboutCalcHolder {
  font-size: 1em;
  width: 100%;
  margin: 0 auto;
}

.aboutCalcHolder h1 {
  font-size: 1.3em;
  color: #111111;
  font-family: Helvetica, sans-serif;
  margin-bottom: 5px;
  margin-top: 20px;
  text-decoration: underline;
}

.aboutCalcHolder h2 {
  padding: 0 0 10px 10px;
  color: black;
  font-family: Helvetica, sans-serif;
  margin-top: 30px;
  font-size: 1.6em;
  font-weight: bold;
}

.aboutCalcHolder h3 {
  padding-left: 10px;
  color: black;
  font-family: Helvetica, sans-serif;
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: normal;
}

.aboutCalcHolder p {
  color: black;
  font-size: 1.1em;
  padding: 5px 0 5px 20px;
}

.aboutCalcHolder p.uvucen {
  padding-left: 30px;
}

.aboutCalcHolder p.uvucenH25 {
  padding-left: 30px;
  line-height: 25px;
}

.aboutCalcHolder img.st {
  position: relative;
  top: 7px;
}

.aboutCalcHolder .pictureHolder {
  float: right;
  margin-right: 40px;
  margin-left: 20px;
}

.aboutCalcHolder span.size95 {
  font-size: 95%;
  font-weight: normal;
}

.aboutCalcHolder .katex-display {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

span.math {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  color: inherit;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 100%;
  margin: 0;
  padding: 3.2px 6.4px;
  white-space: nowrap;
}

span.mathB {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  color: blue;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 100%;
  margin: 0;
  padding: 3.2px 6.4px;
  white-space: nowrap;
}

span.mathR {
  background-color: rgba(27, 31, 35, 0.08);
  border-radius: 3px;
  color: red;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 100%;
  margin: 0;
  padding: 3.2px 6.4px;
  white-space: nowrap;
}

.aboutCalcSection sup {
  font-size: 90%;
}

span.mathBack {
  font-family: "Courier New";
  font-weight: bold;
  color: blue;
  display: inline-block;
  margin: 0 3px;
}

p.mathDisplay {
  font-family: "Courier New";
  font-weight: bold;
  color: black;
  display: block;
  margin: 0px;
  text-align: center;
  padding-bottom: 5px;
  line-height: 2em;
}

p.mathDisplayB {
  font-family: "Courier New";
  font-weight: bold;
  color: blue;
  display: block;
  margin: 0px;
  text-align: center;
  padding-bottom: 5px;
}

p.mathDisplayLeft {
  font-family: "Courier New";
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  text-align: left;
  margin: 0px 0px 0px 20px;
  line-height: 2em;
}

p.mathCentered {
  text-align: center;
  font-family: "Courier New";
  font-weight: bold;
  color: darkblue;
}

p.mathUvucen {
  padding-left: 30px;
  text-align: left;
  font-family: "Courier New";
}

.aboutCalcSection {
  width: 48%;
  float: left;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
  padding: 15px 0px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.aboutCalcSectionWide {
  width: 100%;
  margin-bottom: 50px;
}

.aboutCalcSectionWide p {
  font-size: 1.2em;
  line-height: 1.6em;
}

.aboutCalcSectionWide table {
  width: 80%;
  margin-left: 10%;
}

.aboutCalcSectionWide table tr td {
  width: 25%;
  text-align: center;
}

.aboutCalcSection img.large {
  width: 60%;
  margin: 10px 0 10px 20%;
}

.aboutCalcSection img.inTable {
  max-width: 300px;
  padding-left: 20px;
}

.aboutCalcSection img.inTableSmall {
  max-width: 250px;
  padding-left: 15px;
}

div.solveWithCalculatorHolder {
  text-align: center;
  padding: 0;
  margin: 15px 0 25px 0;
}

a.solveWithCalculator {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  color: black;
  border: 1px solid #333;
  border-radius: 3px;
  background: rgba(200, 200, 200, 0.3);
}

a.solveWithCalculator:hover {
  background: rgba(210, 210, 210, 0.8);
}

.aboutCalcSectionWide h2 {
  text-align: center;
  margin: 15px 0;
  font-size: 1.5em;
  border: none;
}

.aboutCalcSectionBack1 {
  background-color: rgb(205.5, 238.5, 255);
  border-color: rgb(154.5, 221.5, 255);
}

.aboutCalcSectionBack2 {
  background-color: rgb(214.609375, 254.265625, 185.234375);
  border-color: rgb(185.390625, 253.734375, 134.765625);
}

.aboutCalcSectionBack3 {
  background-color: rgb(244.585492228, 235.9067357513, 97.914507772);
  border-color: rgb(241.414507772, 230.0932642487, 50.085492228);
}

.aboutCalcSectionBack4 {
  background-color: #f3f3f3;
  border-color: #dedede;
}

.aboutCalcSectionBack5 {
  background-color: rgb(141.5, 208.4568345324, 255);
  border-color: rgb(188.0094339623, 252.5188679245, 125.9811320755);
}

.aboutCalcSection h3 {
  text-align: center;
  margin: 10px 0 20px 0;
  font-weight: bold;
}

.aboutCalcSection span.circledNumber {
  font-size: 1.3em;
  font-weight: bold;
}

.aboutCalcSection p.subpar {
  margin-left: 20px;
}

.aboutCalcSection p.zeroPad {
  padding-bottom: 0;
}

.aboutCalcSection p.uvucen {
  margin-left: 20px;
}

.aboutCalcSection p.uvucenPad0 {
  margin-left: 20px;
  padding-bottom: 0;
}

.aboutCalcSection p.pad0 {
  padding-bottom: 0;
}

table.listOfFormulas {
  width: auto;
  margin: 10px auto;
}

table.listOfFormulas tr td {
  width: auto;
  padding: 0 20px;
}

table.listOfFormulas mjx-container {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

table.listOfFormulas span.colorText {
  color: #0b4d6e;
}

table.euclideanAlg {
  font-size: 1.2em;
  display: block;
  margin: 0 auto 0 70px;
}

table.euclideanAlg tr {
  height: 30px;
}

table.euclideanAlg tr td {
  text-align: center;
  padding: 0 5px;
}

table.euclideanAlg tr td.textRight {
  text-align: right;
  padding-left: 20px;
}

a.fillFormA {
  float: right;
  margin-right: 50px;
}

.redText {
  color: #DF3400;
}

.equSize90 {
  font-size: 90%;
}

.equSize95 {
  font-size: 95%;
}

.equSize90blue {
  font-size: 90%;
  color: blue;
}

.MathJax span {
  font-weight: normal;
}

mjx-mtable {
  vertical-align: 0 !important;
}

table.examplesAboutHolder {
  width: 100%;
  padding-left: 10px;
  font-size: 1.1em;
  cursor: pointer;
}

table.examplesAboutHolder tr td {
  width: 50%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid white;
  border-radius: 3px;
}

table.examplesAboutHolder tr td:hover {
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  border: 1px solid #c2ecc6;
}

table.examplesAboutHolder tr td:active {
  position: relative;
  top: 1px;
}

table.examplesAboutHolder tr td.exampleAboutSmall {
  font-size: 0.8em;
}

table.gcdTable {
  width: 210px;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}

table.gcdTable tr td {
  width: 70px;
  padding: 8px 0;
}

table.gcdTable tr td.twoBorderCell {
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}

table.gcdTable tr td.oneBorderCell {
  border-bottom: 2px solid black;
}

table.gcdTable tr td.backOrange {
  background-color: orange;
  color: white;
  font-weight: bold;
}

table.lcmTable {
  width: auto;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}

table.lcmTable tr td {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

table.lcmTable tr td.dot {
  width: 8px;
  height: 25px;
  line-height: 25px;
}

table.lcmTable tr td.border {
  border: 1px solid gray;
}

table.lcmTable tr td.w40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

table.lcmTable tr td.backOrange {
  background-color: orange;
  color: white;
  font-weight: bold;
}

.calculatorAboutSection .calcFormulasTitle {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}

.calculatorAboutSection .grid-item-about:first-child {
  margin-bottom: 10px;
}

.calculatorAboutSection .grid-item-about {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  border: 1px solid #d7d7d7;
}

.calculatorAboutSection .grid-item-about img.head-image {
  width: 300px;
}

.calculatorAboutSection .white {
  background-color: white;
  border: white;
}

.calculatorAboutSection .orange {
  background-color: #ffdbb5;
}

.calculatorAboutSection .blue {
  background-color: #d3f8ff;
}

.calculatorAboutSection .red {
  color: red;
}

.calculatorAboutSection .table-with-formula {
  width: 100%;
  text-align: center;
  margin: 5px 0;
}

.calculatorAboutSection .table-with-formula .MathJax {
  margin: 0 !important;
  font-size: 100% !important;
}

.calculatorAboutSection .formula-name {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: 1em;
}

/* TEKST ISPOD KALKULATORA - KRAJ*/
/* num solved */
.numSolved {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0;
}

p.numSolvedFirst {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  margin: 0 0 5px 0;
}

p.numSolvedMain {
  font-family: "Georgia";
  font-size: 2em;
  padding: 0;
  margin: 0 0 15px 0;
  color: gray;
  letter-spacing: 2px;
}

p.numSolvedLast {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  color: gray;
}

div.numSolvedProblems {
  margin: 35px auto 30px auto;
  text-align: center;
  font-size: 1.3em;
  font-family: "Georgia";
}

div.numSolvedProblems span {
  font-weight: bold;
  color: #e05a00;
}

#formcalc input.imaAjaxGresku {
  border: solid 1px #e85e40;
  background-color: #ffe1e1 !important;
}

.tooltipAjaxError {
  position: absolute;
  border: 1px solid #DF0404;
  background-color: #ffc2c2;
  border-radius: 3px;
  padding: 0px 4px 0px 4px;
  box-shadow: 2px 2px 5px #999;
  color: black;
  text-align: center;
  font-size: 80%;
  z-index: 20;
}

/* JQPLOT + TWO.JS*/
.jqplot-target {
  width: 600px;
  height: 500px;
  margin: 0 auto;
}

.jqplot-target .jqplot-point-label {
  font-size: 17px;
  font-weight: bold;
  color: black;
}

.twoJsDrawingAreaHolder {
  margin: 0 auto;
  display: block;
  margin: 20px auto;
}

/* KeyBoard */
span.keySingle {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 18px Arial, Helvetica, sans-serif;
  padding: 1px 0px 0px 0px;
  margin: 4px 2px;
  width: 36px;
  height: 35px;
  line-height: 34px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

span.keySingle:hover {
  text-decoration: none;
}

span.keySingle:active {
  position: relative;
  top: 1px;
}

span.whiteKey {
  display: inline-block;
  color: black;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

span.whiteKey:hover {
  background: #ededed;
  background: -moz-linear-gradient(#fff, #dcdcdc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dcdcdc");
}

span.whiteKey:active {
  color: #333;
  background: -moz-linear-gradient(#ededed, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#ffffff");
}

span.blueKey {
  display: inline-block;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(#00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
}

span.blueKey:hover {
  background: #007ead;
  background: -moz-linear-gradient(#0095cc, #00678e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0095cc", endColorstr="#00678e");
}

span.blueKey:active {
  color: #80bed6;
  background: -moz-linear-gradient(#0078a5, #00adee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0078a5", endColorstr="#00adee");
}

span.orangeKey {
  display: inline-block;
  color: #fef4e9;
  border: solid 1px #da7c0c;
  background: #f78d1d;
  background: -moz-linear-gradient(#faa51a, #f47a20);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa51a", endColorstr="#f47a20");
}

span.orangeKey:hover {
  background: #f47c20;
  background: -moz-linear-gradient(#f88e11, #f06015);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f88e11", endColorstr="#f06015");
}

span.orangeKey:active {
  color: #fcd3a5;
  background: -moz-linear-gradient(#f47a20, #faa51a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20", endColorstr="#faa51a");
}

span.redKey {
  display: inline-block;
  color: #d95200;
  border: solid 1px #f3693d;
  background: #f6d7d7;
  background: -moz-linear-gradient(#ffd0c0, #f3693d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa51a", endColorstr="#f47a20");
}

span.redKey:hover {
  background: #fcc5c5;
  color: #ff4910;
}

span.redKey:active {
  color: #fcd3a5;
  background: -moz-linear-gradient(#f5b29c, #f3693d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47a20", endColorstr="#faa51a");
}

span.viewExamplesHead {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  color: #868686;
}

span.viewExamplesHead:hover {
  color: #262686;
}

#formcalc div.keyboardHolder {
  background-image: url(../slike/calculators/formIcons/in-page-calculator-icon.png);
}

#formcalc div.binHolderV2 {
  background-position: 0px 0px;
  width: 30px;
  height: 40px;
  background-image: url(../slike/calculators/formIcons/bigBin.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#formcalc div.binHolderV2:hover {
  background-position: 0px -45px !important;
}

#formcalc div.quickSolve {
  position: relative;
  width: 74px;
  height: 35px;
  background-image: url(../slike/calculators/formIcons/quickSolver.png);
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  margin: 5px 0;
}

#formcalc div.quickSolve:active {
  top: 2px;
}

#formcalc div.besomHolder {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  background-image: url(../slike/calculators/formIcons/besom32trans.png);
}

#formcalc div.keyboardLeft {
  float: left;
  margin: 5px 0 0 20px;
}

#formcalc div.keyboardGeom {
  display: block;
  float: right;
  margin: 4px 0 0 0;
}

#formcalc div.keyboardSubtitle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#formcalc div.inlineExamKey {
  width: 150px;
  height: 40px;
}

#formcalc div.inlineExamKey .viewExamplesLink {
  float: left;
}

#formcalc div.inlineExamKey .keyboardHolder {
  float: right;
  margin-top: 4px;
}

/* keyboard kraj */
.evalStep {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid gray;
}

.evalStep p {
  padding-bottom: 0px;
  padding-left: 20px;
}

span.ispisKoraka {
  font-size: 1.1em;
  padding: 0;
  width: 25px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
}

/* CALC EXAMPLES */
#titleAndExamplesHolderLeft {
  width: 48%;
  box-sizing: border-box;
  float: left;
}

#titleAndExamplesHolderRight {
  width: 48%;
  box-sizing: border-box;
  float: right;
}

.calcExamplesTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 15px 0px;
}

.calcResourcesTitle {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 15px 0px;
}

.calcExamplesHolder {
  display: block;
  margin: 0px auto 0 auto;
  padding: 0 0;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fafaff;
  border: 2px solid #9494ff;
}

.calcExamplesHolderRelated {
  background-color: #fffdfa;
  border: 2px solid rgb(255, 212.2, 148);
}

.calcExamplesIntro {
  margin: 30px 0 -30px 21%;
  font-weight: bold;
}

.exampleBox {
  display: block;
  width: 100%;
  padding: 0px 0;
  margin: 0;
  border-bottom: 1px solid rgb(173.5, 173.5, 255);
  font-size: 15px;
  overflow: hidden;
  position: relative;
}

.exampleBox:hover {
  background: rgb(188.8, 188.8, 255);
}

.exampleBoxRelated {
  border-bottom: 1px solid rgb(255, 222.4, 173.5);
}

.exampleBoxRelated:hover {
  background: rgb(255, 228.52, 188.8);
}

.exampleTitle {
  float: left;
  width: 10%;
  margin: 0;
  padding: 0 0 0 2%;
  border-right: 1px solid #9494ff;
  background-color: #b4e6ff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.exampleTitleRelated {
  border-right: 1px solid rgb(255, 212.2, 148);
  background-color: rgb(255, 232.6, 199);
}

.exampleTitleText {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.exampleTitleTextSmallScreen {
  display: none;
}

.exampleText {
  float: right;
  width: 85%;
  margin: 0;
  padding: 10px 0 10px 0;
}

.exampleBoxRelated a {
  text-decoration: none;
  color: black;
}

.exampleText span.forFillingForm {
  font-weight: bold;
  color: #0a3fab;
}

.examplePicture {
  width: 400px;
  margin: 0 auto;
}

.clickedExampleBox {
  background: rgb(188.8, 188.8, 255);
}

.findMoreExamples {
  display: block;
  margin: 10px 0 0 0px;
}

/* CALCULATOR RESOURCES */
.resources-holder {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.resources-holder p {
  margin-left: 20px;
  padding: 10px 0;
  font-size: 1rem;
}

.resources-holder p a {
  text-decoration: none;
}

.resources-holder p a:hover {
  text-decoration: underline;
}

.resources-holder-right {
  display: block;
  margin-top: 50px;
  width: 100%;
  padding: 0;
}

/* drvo */
.treeCssGraph ul {
  position: relative;
  padding: 1em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}

.treeCssGraph ul::after {
  content: "";
  display: table;
  clear: both;
}

.treeCssGraph li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 1em 0.5em 0 0.5em;
  margin-left: 0px;
}

.treeCssGraph li::before, .treeCssGraph li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #999;
  width: 52%;
  height: 1em;
}

.treeCssGraph li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #999;
}

.treeCssGraph li:only-child::after, .treeCssGraph li:only-child::before {
  display: none;
}

.treeCssGraph li:only-child {
  padding-top: 0;
}

.treeCssGraph li:first-child::before, .treeCssGraph li:last-child::after {
  border: 0 none;
}

.treeCssGraph li:last-child::before {
  border-right: 1px solid #999;
  border-radius: 0 5px 0 0;
}

.treeCssGraph li:first-child::after {
  border-radius: 5px 0 0 0;
}

.treeCssGraph ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #999;
  width: 0;
  height: 1em;
}

.treeCssGraph li div {
  cursor: pointer;
  border: 1px solid #999;
  padding: 0.5em 0.75em;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  color: #333;
  position: relative;
  top: 1px;
}

.treeCssGraph li div:hover,
.treeCssGraph li div:hover + ul li div {
  background: #e9453f;
  color: #fff;
  border: 1px solid #e9453f;
}

.treeCssGraph li div:hover + ul li::after,
.treeCssGraph li div:hover + ul li::before,
.treeCssGraph li div:hover + ul::before,
.treeCssGraph li div:hover + ul ul::before {
  border-color: #e9453f;
}

/* dummy */
.MathJax_Display {
  margin: 0px !important;
}

.jqplot-title {
  z-index: 1;
}

.sadrzaj .divNaKrajuResenjaHolder {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sadrzaj .divNaKrajuResenja {
  display: table-cell;
  text-align: center;
  margin: 20px 0px 0px 0px;
  width: fit-content;
  padding: 0.5em 1.3em;
  font: bold 1rem "Lucida sans", "Trebuchet MS", Tahoma, Arial;
  color: #555;
  border-radius: 0.2em;
  background-color: rgb(209.6590909091, 237.7272727273, 252.8409090909);
  border: 2px solid rgb(185.3181818182, 228.4545454545, 251.6818181818);
}

.sadrzaj .divNaKrajuResenja p {
  padding: 15px 10px;
}

.sadrzaj .divNaKrajuResenja img {
  margin: 0 15px;
}

.sadrzaj .divNaKrajuResenja img:hover {
  cursor: pointer;
  transform: translate(0px, -4px);
  transition-duration: 0.2s;
}

.buttonNakonResenja {
  display: inline-block;
  white-space: nowrap;
  background-color: #ddd;
  background-image: linear-gradient(#eee, #ccc);
  border: 1px solid #777;
  padding: 0 1.5em;
  margin: 0.5em;
  font: bold 1rem/2.2rem Arial, Helvetica;
  text-decoration: none;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border-radius: 0.2em;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.3);
}

.buttonNakonResenja:hover {
  text-decoration: none;
  background-color: #eee;
  background-image: linear-gradient(#fafafa, #ddd);
}

.buttonNakonResenja:active {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
  position: relative;
  top: 1px;
}

.buttonNakonResenja:focus {
  outline: 0;
  background: #fafafa;
}

.buttonNakonResenja:before {
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
  float: left;
  width: 1em;
  text-align: center;
  font-size: 1.5em;
  margin: 0 1em 0 -1em;
  padding: 0 0.2em;
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 2px 0 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 0.15em 0 0 0.15em;
  -webkit-border-radius: 0.15em 0 0 0.15em;
  border-radius: 0.15em 0 0 0.15em;
  pointer-events: none;
}

/* Buttons and inputs */
button.buttonNakonResenja, input.buttonNakonResenja {
  cursor: pointer;
  overflow: visible; /* removes extra side spacing in IE */
}

/* removes extra inner spacing in Firefox */
buttonNakonResenja::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* If line-height can't be modified, then fix Firefox spacing with padding */
input::-moz-focus-inner {
  padding: 0.4em;
}

.buttonAdd:before {
  content: "✚";
}

.buttonSH {
  background-image: linear-gradient(#6dd5ed, rgb(199.8048780488, 239.1219512195, 248.1951219512));
}

.buttonSH:hover {
  background-image: linear-gradient(rgb(86.2987804878, 206.4695121951, 234.2012195122), rgb(86.2987804878, 206.4695121951, 234.2012195122));
}

.buttonPDF {
  background-image: linear-gradient(#80fa4a, rgb(197.6451612903, 252.7419354839, 173.2580645161));
}

.buttonPDF:hover {
  background-image: linear-gradient(rgb(93.1774193548, 248.6290322581, 24.3709677419), rgb(93.1774193548, 248.6290322581, 24.3709677419));
}

.buttonBUG {
  background-image: linear-gradient(#f5d420, rgb(249.3776824034, 230.8240343348, 129.6223175966));
}

.buttonBUG:hover {
  background-image: linear-gradient(rgb(240.7060085837, 205.0858369099, 10.7939914163), rgb(240.7060085837, 205.0858369099, 10.7939914163));
}

.buttonBadRes {
  background-image: linear-gradient(#f56565, rgb(251.2195121951, 196.7804878049, 196.7804878049));
}

.buttonBadRes:hover {
  background-image: linear-gradient(rgb(243.4451219512, 77.0548780488, 77.0548780488), rgb(243.4451219512, 77.0548780488, 77.0548780488));
}

/* slider u formi */
/* MODAL BOXES */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
}

.closeWidgetMoral {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeWidgetMoral:hover, .closeWidgetMoral:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content textarea {
  width: 90%;
  text-align: left;
  font-size: 0.9em;
  line-height: 24px;
  padding: 5px 2%;
}

/* QUICK SOLVER */
#formcalc button.quickSolveButton {
  padding: 6px 15px;
  min-width: auto;
  background-color: #43e539;
  border-color: #4abdf6;
}

#formcalc button.quickResetButton {
  padding: 6px 15px;
  min-width: auto;
  background-color: #f6bc6e;
  border-color: #f89a26;
}

#formcalc .gridErrorMessageHolder {
  background-color: #fadcd6;
  border: 1px solid #ff735a;
  text-align: center;
  color: red;
  margin: 30px 0 0 0;
  line-height: normal;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
  position: relative;
  display: none;
  grid-column: span 7;
  white-space: normal;
  width: 100%;
}

#formcalc table.quickCalcMessageHolder {
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  border-radius: 5px;
}

#formcalc table.quickCalcMessageSuccess {
  background-color: #cfffa1;
  border: 1px solid #67b71b;
}

#formcalc table.quickCalcMessageError {
  background-color: #ffe5d5;
  border: 1px solid #e88345;
}

#closeQuickCalcMessage {
  position: relative;
  top: -17px;
  right: -16px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-size: 2em;
  background-color: #0a94c1;
  cursor: pointer;
  border: 1px solid #0a94c1;
}

#closeQuickCalcMessage:hover {
  background-color: #6fc1dc;
}

input.quicklySolved {
  background-color: #b1e9fd !important;
}

input.quicklySolvedBad {
  background-color: #fddece !important;
}

#formcalc table.buttonWithQuickSolverTable {
  width: 100%;
  text-align: center;
}

#filter-solutions-form {
  margin: 30px 0 10px 0;
}

#filter-solutions-form table {
  margin: 0 auto;
}

#filter-solutions-form label {
  font-weight: bold;
  font-family: Sans-serif;
  font-size: 1.2em;
  float: left;
  line-height: 40px;
  padding: 0 10px 0 0;
}

#search-solution {
  padding: 10px 20px;
  font-size: 1.2em;
  width: 170px;
  float: left;
  margin: 0;
  height: 42px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

#calculator-categories {
  padding: 10px 20px;
  font-size: 1.2em;
  margin-right: 30px;
  width: 170px;
  box-sizing: border-box;
}

#filter-form-submit {
  padding: 10px 15px;
  margin: 0;
  height: 42px;
  background-color: whitesmoke;
}

#saved-solutions-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0 -10px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#saved-solutions-table td:nth-child(1) {
  white-space: nowrap;
  width: 50px;
}

#saved-solutions-table td:nth-child(2) {
  width: 60px;
}

#saved-solutions-table td:nth-child(4) {
  width: 40px;
  line-height: normal;
}

#saved-solutions-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}

#saved-solutions-table th,
#saved-solutions-table td {
  padding: 12px 5px;
  text-align: center;
}

#saved-solutions-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

#saved-solutions-table tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}

#saved-solutions-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

#saved-solutions-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

#saved-solutions-table p {
  padding-bottom: 0;
}

.binDeleteRow {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.row_fade_out {
  transition: 1s opacity, 1s visibility;
  opacity: 1;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
}

ul.pagination {
  display: inline-block;
  float: right;
  list-style: none;
  font-size: 1.2em;
  line-height: 30px;
  margin-bottom: 5px;
}

ul.pagination li {
  margin: 0 8px;
  float: left;
  display: inline-block;
}

ul.pagination li a.current {
  color: orangered;
}

/*# sourceMappingURL=05-calculators.css.map */
