/* Webpixels CSS */
/* Utility and component-centric Design System based on Bootstrap for fast, responsive UI development */
/* URL: https://github.com/webpixels/css */

@import url(https://unpkg.com/@webpixels/css@1.0/dist/index.css);

.headerMyCalcCont{
    margin-top: 10px;
    margin-bottom: 40px;
}

h3.customProps.mb-2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #16192c;
    margin: initial;
}

.nameMyCalc{
    width: 25%;
    display: flex;
    flex-direction: row;
}

.theCenterAlignVert {
    display: flex;
    align-items: center;
}

.myTHNameCalc {
    width: 25%;
}

.descMycalc {
    width: 40%;
}

.breakAllWordWS {
    word-break: break-word;
    white-space: initial;
}

.breakAllWord {
    word-break: break-word;
}

.collectionsMycalc {
    width: 20%;
}

.butsExecMycalc {
    width: 15%;
    display: flex;
    flex-direction: row;
}

.myTHbutsExecCalc {
    width: 15%;
}

.theflexRow {
    display: flex;
    flex-direction: row;
}

.butHeaderMyCalc {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.textHeaderMyCalc {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.myTHNameFunc {
    width: 34%;
}

.myTHNameCalcFunc {
    width: 33%;
}


.myTHNamePublPage {
    width: 33%;
}

.nameFuncMyCalc {
    width: 34%;
}

.calcFuncMycalc {
    width: 33%;
}

.pubPageMycalc {
    width: 33%;
    align-items: center;
    justify-content: space-around;
}

.myBtnsInfCalcs {
    background-color: #0c8 !important;
    margin: 5px;
}



.customProps.container {
    max-width: 1360px;
    width: 100%;
    padding-right: var(--x-gutter-x, 1.5rem);
    padding-left: var(--x-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

.customProps.p-10
{
    padding : 0px !important;
}

.customProps.card {
    margin: 0;
}

.browser-default.princ {
    background-color: #f5f9fc !important;
    padding: 41px;
}

.myCalcPaddingSetter {
    min-height: 500px;
}

.myCalcCustTableContainer {
    width: 100%;
    padding-right: var(--x-gutter-x, 1.5rem);
    padding-left: var(--x-gutter-x, 1.5rem);
    margin-right: auto;
    margin-left: auto;
}

.myTableCalc {
    display: block !important;
    width: 100%;
}

.myTRCalc {
    display: flex !important;
    flex-direction: row;
}

.fontSizeNorm{
    font-size: 14px !important;
}
