﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: "ABeeZee";
    src: url('../fonts/ABeeZee-Regular.otf');
}

@font-face {
    font-family: "ABeeZee-Ital";
    src: url('../fonts/ABeeZee-Italic.otf');
}

@font-face {
    font-family: "eKidz";
    src: url('../fonts/eKidz.otf');
}

@font-face {
    font-family: "MemimasPro";
    src: url('../fonts/MemimasPro-MediumItalic.otf');
}

@font-face {
    font-family: "OpenDyslexic";
    src: url('../fonts/OpenDyslexic-Regular.otf');
}

@font-face {
    font-family: "BienchenSAS";
    src: url('../fonts/Bienchen SAS OpenType.ttf');
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    margin-top: auto;
}

/* Provide sufficient contrast against white background */
a {
    color: #000000;
    _color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.container {
    height: -moz-calc(100% - (80px + 35px + 40px));
    height: -webkit-calc(100% - (80px + 35px + 40px));
    height: calc(100% - (80px + 35px + 40px));
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
     html {
        font-size: 16px;
        overflow-x: hidden;
     }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 35px;
    font-family: eKidz !important;
    background-color: #3281FE;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 35px; /* Vertically center the text there */
}


.navbar {
    padding:0;
}

.text-danger {
    color: darkblue !important;
    _color:rgb(235, 61, 0) !important;
}
.errMessageForModel {
    padding-left: 20px;
    white-space: nowrap;
}
/*    .text-danger > span {
        padding-left: 25px;
    }*/

.roundCornWithRedColorAndBigHeight {
    border-radius: 25px;
    height: 52px;
    color: rgb(235, 61, 0) !important;
}

.roundCornWithRedColorAndMiddleHeight {
    border-radius: 25px;
    height: 37px;
    color: rgb(235, 61, 0) !important;
}

.roundCorner {
    border-radius: 25px;
}

.bigHeightForText {
    height: 52px;
}

.labelColorRed,
.redTextColor {
    color: rgb(235, 61, 0) !important;
}

.labelColorWhite,
.whiteTextColor {
    color: white !important;
}

.redBGColor {
    background-color : rgb(235, 61, 0);
}

.password-eye-field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 7px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.text-menu {
    color: rgb( 0, 127, 255) !important;
    font-size: 20px;
}
    .text-menu:hover {
        _color: rgb( 0, 127, 255) !important;
        border-radius: 30px;
        box-shadow: none;
        background-color: rgb( 0, 127, 255);
        color: white !important;
    }
/*    .text-menu:active {
        background-color: white;
    }
*/
.nav-link {
    color: rgb( 0, 127, 255) !important;
}

.dropdown-menu {
    border-radius: 15px;
}

.nav-link {
    border-radius: 30px;
}

.active-menu-link {
    color: rgb(235, 61, 0) !important;
}

    .navbar-brand:focus,
    .nav-link:focus {
        outline: none;
        box-shadow: none;
    }

    .nav-link:hover {
        box-shadow: none;
        background-color: rgb( 0, 127, 255);
        color: white !important;
    }

/* hide arrows for number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*loading image by center of window*/
.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: calc(40%);
    left: calc(50%);
    z-index: 9000;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    _border: none;
    -webkit-text-fill-color: rgb(235, 61, 0);
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}


/*placeholder for all items*/
::-webkit-input-placeholder {
    color: rgb(235, 61, 0, 0.25) !important;
}

::-moz-placeholder {
    color: rgb(235, 61, 0, 0.25) !important;
}

::placeholder {
    color: rgb(235, 61, 0, 0.25) !important;
}


/* #region Scrollbar with a round corners */
::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: lightgray;
}
/* #endregion Scrollbar with a round corners */



/* #region Checkboxes with image as state */
/*checkboxes as image*/
.labelCheckBox {
    width: 40px;
    height: 40px;
}
.checkedImage {
    content: url(../images/iconIconWhiteCheckboxChecked.png);
}
.unCheckedImage {
    content: url(../images/iconIconWhiteCheckboxUnchecked.png);
}

.checkedRedImage {
    content: url(../images/icon_red_CheckboxChecked.png);
}
.unCheckedRedImage {
    content: url(../images/icon_red_CheckboxUnchecked.png);
}

.checkedBlueImage {
    content: url(../images/iconIconBlueCheckboxChecked.png);
}
.unCheckedBlueImage {
    content: url(../images/iconIconBlueCheckboxUnchecked.png);
}

.sortToUp {
    content: url(../images/icon_white_arrow_up.png);
}
.sortToDown {
    content: url(../images/icon_white_arrow_down.png);
}

.unvisibleCheckbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkboxTextFocused {
    outline-color: lightgray;
    outline-style: dashed;
    outline-width: 1px;
}
/*#endregion */


/* #region ContainerForInput */
.containerForInput {
    background-color: white;
    border-radius: 25px;
    box-sizing: border-box;
    width: 100%;
}

.containerForInputWithLabel {
    background-color: white;
    border-radius: 25px;
    box-sizing: border-box;
    z-index: 101;
    width: 80%;
    height: 38px;
}

.insideInputCtrl {
    border: none;
    padding: 2px;
    width: calc(100% - 34px);
    background: none;
    height: 40px;
    margin: auto 18px;
}

    .insideInputCtrl:focus {
        outline: none;
        box-shadow: none;
    }

.focusedContainer {
    outline: none;
    box-shadow: 0 0 0 2px lightgrey;
}

.textForBigHeight {
    height: 52px;
}

.textForStandartHeight {
    height: 100%;
}

.conteinerForDisableInput {
    background: linear-gradient( 45deg, #b3d7ff, #65A0FE);
    _background-color: #9AB2FD;
}

.disableInputCtrl {
    background: linear-gradient( 45deg, #b3d7ff, #65A0FE);
    _background-color: #9AB2FD !important;
    _opacity: 0.75 !important;
    _color: white !important;
}

.custom-disabled-select {
    border: none;
    border-radius: 50px;
    background: linear-gradient( 45deg, #b3d7ff, #65A0FE);
    _background-color: #9AB2FD !important;
    _height: 39px;
    _padding: 6px 32px 0px 10px;
}

.select-disabled-selected {
    background: linear-gradient( 45deg, #b3d7ff, #65A0FE);
    color: #eb3d00 !important;
    _background-color: #9AB2FD !important;
    _color: white !important;
    _opacity: 0.75 !important;
}

    .select-disabled-selected:after {
        border-color: transparent transparent transparent transparent !important;
        _border-color: #9AB2FD transparent transparent transparent !important;
    }

    .select-disabled-selected.select-arrow-active:after {
        border-color: transparent transparent transparent transparent !important;
        _border-color: transparent transparent white transparent !important;
    }
/* #endregion*/


.fa-search {
    color: rgb(235, 61, 0);
}

.submitRedButton,
.submitBlueButton {
    width: 180px;
    border: none;
    color: white;
}
.submitRedButton {
    background-color: rgb(235, 61, 0);
}
.submitBlueButton {
    background-color: rgb(0, 173, 238);
}
    .submitRedButton:focus,
    .submitBlueButton:focus {
        outline: none;
        box-shadow: none;
    }
    .submitRedButton:hover,
    .submitBlueButton:hover {
        transform: scale(1.05);
    }

.submitButtonDisabled {
    color:  rgb(255,255,255,0.2) !important;
}
    .submitButtonDisabled:hover {
        box-shadow: none !important;
    }


.submitImage {
    height: 30px;
    margin: 5px;
    margin-left: -20px;
}

.submitDisabledImage {
    opacity: 0.2;
}

.submitFullRowButton {
    color: white !important;
    border: none;
    height: 52px;
    margin: 0px;
}

    .submitFullRowButton:focus {
        outline: none;
        box-shadow: none;
    }

    .submitFullRowButton:hover {
        transform: scale(1.025);
    }

/* inline label for left side of text */
.labelDescription {
    background-color: #65a1fe;
    border-radius: 20px;
    height: 38px;
    padding-top: 7px;
    padding-left: 25px;
    position: relative;
    z-index: 99;
    margin-right: -30px;
    width: 50%;
}

/* inline text for right side of label */
.textControl {
    z-index: 101;
    width: 60%
}
/* text below for label */
.textControlBelow {
    z-index: 101;
}

/* number with two icons by side */
.numberButtonBGr {
    background-color: #8bb8fe;
}

.numberButton {
    background: none;
    border: none;
    cursor: pointer;
}

.numberButton:focus {
    outline: none;
}

.numberImage {
    height: 30px;
    margin: 3px;
}


.closeButton:focus {
    outline: none;
}


/*removed right shift when open modal-windows */
.modal-open {
    padding-right: 0 !important;
}


/*styles for avatar and circles */
.avatarCircle {
    border-radius: 50px;
    border: 3px solid white;
    width: 85px;
    margin-left: 3px;
}

.avatarCircleRed {
    border-color: rgb(235, 61, 0);
    margin-left: 3px;
}
.avatarWithoutBorder {
    border: none !important;
    padding: 3px;
}
.avatarCircleShift {
    margin: 5px;
    border: none;
    width: 80px;
}
    .avatarCircleShift:hover {
        transform: scale(1.075);
    }

.avatarImage {
    width: 80px;
}

.avatarActive {
    box-shadow: 0 0 0 3px rgb(235, 61, 0);
}
/*styles for avatar and circles */

.bootomTextLine {
    color: white;
}


/* #region Custom Tooltip */
.cusTooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .cusTooltip .tooltiptext {
        font-family: Arial;
        visibility: hidden;
        width: 150px;
        background-color: #fff;
        color: grey; /*#000;*/
        text-align: center;
        border-radius: 60px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: -57px;
        opacity: 0;
        transition: opacity 0.3s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 30px 0 rgba(0, 0, 0, 0.19)
    }

    span.cusTooltip .tooltiptext {
        left: -67px;
    }



.cusTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.cusTooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition-delay: 1s;
}

.jstooltiptext {
    font-family: Arial;
    width: 150px;
    background-color: #fff;
    color: grey; /*#000;*/
    text-align: center;
    border-radius: 60px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 30px 0 rgba(0, 0, 0, 0.19)
}

    .jstooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

.jstooltipbelowtext {
    font-family: Arial;
    width: 150px;
    background-color: #fff;
    color: grey; /*#000;*/
    text-align: center;
    border-radius: 60px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 30px 0 rgba(0, 0, 0, 0.19)
}
    .jstooltipbelowtext::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 60%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }
    .jstooltipleft::after {
        top: calc(50% - 10px);
        left: 100%;
        margin-left: -2px;
        border-color: transparent transparent transparent #fff;
    }
    .jstooltipright::after {
        top: calc(50% - 10px);
        left: 0;
        margin-left: -18px;
        border-color: transparent #fff transparent transparent;
    }
    .jstooltiplastcol::after {
        left: 80% !important;
    }
/* #endregion Custom Tooltip */


.modal-footer,
.modal-header {
    border: none;
}


.containerForBackButton {
    margin: auto 0;
    cursor: pointer;
    padding-left: 14px;
    z-index: 1001;
}

    .containerForBackButton:hover {
        transform: scale(1.15);
    }

    .backPageImage {
        width: 25px;
    }


/*.dropdown-menu {
    padding: 0;
}

.text-menu:hover {
    border-radius : 15px;
}*/


/* hide  the cross for input fields */
input::-ms-clear, input::-ms-reveal {
    display: none;
}



/* set modals by center of screen */
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


@media (min-width: 576px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 1020px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

@media (min-width: 1399px) {
    .langColumnLabelForLevel {
        width: 52% !important;
    }
}

.form-group {
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

.appLink:hover {
    color: #0056b3;
    text-decoration: underline;
}