:root {
    --tbheight: 3.125em;
    --tbbigheight: 2.08em;
    --tbcolor: rgb(50, 47, 46);
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #dddddd;
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

::placeholder {
    color: rgb(180, 180, 180);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    color: rgb(180, 180, 180);
}

::-webkit-input-placeholder {
    color: rgb(180, 180, 180);
}

@font-face {
    font-family: 'JWForms';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        /* IE6-IE8 */
        url('../../fonts/JWForms.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/JWForms.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/JWForms.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/JWForms.svg#JWForms') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'JWForms';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        /* IE6-IE8 */
        url('../../fonts/JWForms-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/JWForms-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/JWForms-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/JWForms-Bold.svg#JWForms-Bold') format('svg');
    /* Legacy iOS */
}

/* noto-sans-regular - latin */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/noto-sans-v25-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/noto-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/noto-sans-v25-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/noto-sans-v25-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/noto-sans-v25-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/noto-sans-v25-latin-regular.svg#NotoSans') format('svg');
    /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/noto-sans-v25-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../../fonts/noto-sans-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../../fonts/noto-sans-v25-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../../fonts/noto-sans-v25-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../../fonts/noto-sans-v25-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../../fonts/noto-sans-v25-latin-700.svg#NotoSans') format('svg');
    /* Legacy iOS */
}

.buttonmyicons:focus {
    background-color: rgb(198, 198, 198);
}

.buttonmyicons:hover {
    background-color: #f0f0f0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

input {
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
}

.editpanel {
    cursor: pointer;
    padding: 0.7em 1em 1em 1em;
    border: transparent 2px solid;
    border-radius: 0.5em;
}

.editpanelselected {
    border: rgb(56, 97, 149) 2px solid;
}

.editpanel:hover {
    background-color: rgb(224, 232, 242);
    border: rgb(56, 97, 149) 2px solid;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -35px;
    font-weight: normal;
    overflow: visible;
}

.tooltip .tooltiptext::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.langstuff {
    display: none;
}

button {
    background-color: inherit;
    color: inherit;
    border: none;
    cursor: pointer;
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    font-size: inherit;
}

.bluebutton,
.graybutton {
    -webkit-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-decoration: none;
    background-color: rgb(56, 97, 149);
    color: white;
    min-width: 4.5em;
    padding: 0.5em 1em;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    font-size: inherit;
    transition: 0.1s;
    outline-color: transparent;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
}

.bluebutton:hover {
    background-color: rgb(33, 57, 87);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.bluebutton:focus {
    background-color: rgb(33, 57, 87);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.btnblueoutline {
    outline-color: rgb(126, 161, 207);
}

.graybutton {
    background-color: rgb(232, 232, 232);
    color: black;
    border: 1px solid rgb(192, 192, 192);
}

.graybutton:hover {
    background-color: rgb(198, 198, 198);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.graybutton:focus {
    background-color: rgb(198, 198, 198);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.graybutton:active {
    background-color: rgb(160, 160, 160);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.graybutton:disabled {
    background-color: rgb(232, 232, 232);
    color: rgb(192, 192, 192);
    cursor: default;
}

.graybutton:disabled:hover {
    background-color: rgb(232, 232, 232);
    box-shadow: none;
}

header {
    background-color: var(--tbcolor);
    color: white;
    height: var(--tbheight);
}

.modalback {
    display: none;
    position: fixed;
    /* Stay in place */
    z-index: 3000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.sideback {
    display: none;
    position: fixed;
    /* Stay in place */
    z-index: 1050;
    /* Sit on top */
    left: 0;
    top: 0;
    height: 100%;
    width: 220px;
    font-size: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

@keyframes showSide {
    from {
        left: -360px;
    }

    to {
        left: 0;
    }
}

.sidefront {
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.modalmsg {
    display: flex;
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modalback>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modalmsgbox {
    background-color: white;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    animation: createBox.25s;
    padding: 0.9em;
    min-width: 300px;
    min-height: 100px;
}

@keyframes createBox {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.modalmsgbox1 {
    background-color: white;
    font-size: 15px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    animation: createBox1.15s;
}

@keyframes createBox1 {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.modalmsgbox2 {
    background-color: white;
    font-size: inherit;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0px 0.5em 1em 0px rgba(0, 0, 0, 0.2);
    animation: createBox2 0.25s;
}

@keyframes createBox2 {
    from {
        transform: scale(0.5);
    }

    to {
        transform: scale(1);
    }
}

.msgboxtitlebar {
    display: flex;
}

.msgboxtitle {
    font-weight: bold;
    font-size: 85%;
}

.msgboxtitle2 {
    font-weight: bold;
    font-size: inherit;
}

.modalflex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.amenu {
    position: absolute;
    display: none;
    background-color: var(--tbcolor);
    width: 19px;
    height: 19px;
    top: calc((var(--tbheight) / 2) - 9px);
    left: 12px;
    cursor: pointer;
}

#userdiv {
    position: absolute;
    height: var(--tbheight);
    display: flex;
    align-items: center;
    top: 3px;
    right: 0;
    text-align: right;
    margin-right: 0.75em;
}

#brotherdiv {
    display: flex;
    cursor: pointer;
}

#meetlogo1 {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0.5em;
    font-size: 150%;
    height: var(--tbbigheight);
    line-height: var(--tbbigheight);
}

#meetlogo2 {
    display: none;
    margin: 0 auto;
    font-size: 150%;
    height: var(--tbbigheight);
    line-height: var(--tbbigheight);
}

#biguname {
    display: none;
    width: 8.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#smalluname {
    display: block;
}

.headdiv {
    display: flex;
    position: relative;
    background-color: var(--tbcolor);
    width: 100%;
    height: var(--tbheight);
    margin: 0 auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.toolbardiv {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.imgobject {
    display: none;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    -o-transition-duration: 0.3s;
    /* Opera */
    -moz-transition-duration: 0.3s;
    /* Firefox */
    transition-duration: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.imgobject1 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.flexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.flexcenter1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.flexwrapdiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexcoldiv {
    display: flex;
    flex-direction: column;
}

.maindiv {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #eeeeee;
    width: 100%;
    margin: 0 auto;
    min-height: calc(100% - var(--tbheight));
}

.footdiv {
    background-color: var(--tbcolor);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    width: 100%;
    min-height: calc(100% - 500px);
}

.footdiv>div>a {
    text-decoration: none;
    color: rgb(192, 212, 234);
}

.imgformtool {
    font-size: 15px;
    margin-right: 0.5em;
}

.dropmenu {
    display: none;
    position: absolute;
    background-color: var(--tbcolor);
    min-width: 140px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: var(--tbheight);
}

.dropmenu button {
    color: white;
    height: var(--tbheight);
    line-height: var(--tbheight);
    text-decoration: none;
}

#mnuaccount {
    position: absolute;
    display: none;
    right: 0;
    top: var(--tbheight);
    background-color: var(--tbcolor);
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#mnuaccount a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

#mnuaccount a:hover {
    background-color: rgb(96, 96, 96);
}

.amenuimg {
    cursor: pointer;
}

.amenubar {
    background-color: rgb(255, 255, 255);
    height: 3px;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 2px;
}

.logodiv {
    flex-grow: 1;
    color: rgb(255, 255, 255);
    height: var(--tbheight);
    line-height: var(--tbheight);
    padding-left: 12px;
    vertical-align: middle;
}

.brotherdiv {
    position: relative;
    flex-grow: 1;
}

.brotherdiv>img {
    margin: 0;
    padding-right: 12px;
    position: absolute;
    width: 30px;
    height: 20px;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    cursor: pointer;
}

.brotherdiv>label {
    margin: 0;
    display: inline-block;
    padding-right: 12px;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    text-align: right;
}

.alogo {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    line-height: var(--tbheight);
}

.tabscontainer {
    height: 37px;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 25;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.tablbl580 {
    display: none;
}

.tablbl420 {
    display: none;
}

.tablbl300 {
    display: block;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tabscontainer::-webkit-scrollbar {
    display: none;
}

.tabdiv1 {
    display: inline-flex;
    flex-wrap: nowrap;
    height: 57px;
    padding-top: 3px;
    position: relative;
    z-index: 25;
    white-space: nowrap;
}

.tabdiv {
    display: inline-flex;
    flex-wrap: nowrap;
    height: 57px;
    padding-top: 3px;
    position: relative;
    z-index: 25;
    overflow: hidden;
    white-space: nowrap;
}

.tabdiv2 {
    background-color: #eeeeee;
    color: rgb(200, 0, 0);
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 45;
    min-height: 20px;
}

.tabdiv3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 25px 2px 25px;
}

.dropbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(192, 192, 192);
    border: 4px dashed rgb(204, 204, 204);
    width: 89%;
    height: 6em;
    background-color: white;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 0 0.5em;
}

.toptoolshalf {
    display: flex;
    flex-grow: 1;
}

.subtab {
    outline: none;
    background-color: inherit;
    border: none;
    padding: 4px 10px 8px 10px;
    margin-top: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.subtab>a {
    color: white;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.subtabsel {
    outline: none;
    border: none;
    background-color: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 9px;
    margin-top: 4px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.subtabsel>a {
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.toolbaritem {
    background-color: inherit;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 17px;
    font-weight: bold;
    height: var(--tbheight);
    line-height: var(--tbheight);
    text-align: center;
    vertical-align: middle;
    padding: 0 10px;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    -o-transition-duration: 0.3s;
    /* Opera */
    -moz-transition-duration: 0.3s;
    /* Firefox */
    transition-duration: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.membressel {
    background-color: rgb(84, 144, 84);
}

.membres:hover {
    background-color: rgb(84, 144, 84);
}

.reunionssel {
    background-color: rgb(100, 94, 92);
}

.reunions:hover {
    background-color: rgb(100, 94, 92);
}

.vcmsel {
    background-color: rgb(144, 8, 38);
}

.vcm:hover {
    background-color: rgb(144, 8, 38);
}

.discourssel {
    background-color: rgb(56, 96, 180);
}

.discours:hover {
    background-color: rgb(56, 96, 180);
}

.tgsel {
    background-color: rgb(172, 128, 48);
}

.tg:hover {
    background-color: rgb(172, 128, 48);
}

.activitessel {
    background-color: rgb(216, 128, 0);
}

.activites:hover {
    background-color: rgb(216, 128, 0);
}

.comptessel {
    background-color: rgb(192, 172, 32);
}

.comptes:hover {
    background-color: rgb(192, 172, 32);
}

.spinner {
    margin: 10px auto 0;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    margin: 1px;
    background-color: #cccccc;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.spinner1 {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.spinner1>div {
    width: 18px;
    height: 18px;
    margin: 1px;
    background-color: #cccccc;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner1 .bounce1 {
    -webkit-animation-delay: -0.32s;
    -moz-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner1 .bounce2 {
    -webkit-animation-delay: -0.16s;
    -moz-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

.edittitlebar {
    margin: 0 auto;
    padding: 0.85em 0.5em 0 0.5em;
    height: var(--tbheight);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.edittitlebar1 {
    padding: 0.55em 0.5em 0 1em;
    height: 100%;
}

#edittitlebar2 {
    padding: 0 0.5em 0 1em;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.edittitlelabel {
    display: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.edittitlelabel1 {
    display: none;
    font-size: 22px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#edittitlelabel2 {
    display: none;
    font-size: 125%;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 0.1em;
    flex-grow: 1;
}

.btncloseedit {
    font-family: Arial, 'Arial Unicode MS', sans-serif;
    font-size: 32px;
    height: var(--tbheight);
    line-height: var(--tbheight);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    cursor: pointer;
}

.btncloseedit:hover {
    color: rgb(255, 128, 128);
}

.backformdiv {
    font-size: 9px;
    padding: 0 1.5em 1.5em 1.5em;
}

.gentoolbar {
    font-size: inherit;
    padding: 0.41em 0.75em 0.33em 0.75em;
}

.accttoolbar {
    font-size: 12px;
    padding: 7px 0.5em 7px 0.5em;
}

.formdiv {
    display: none;
    margin: 0 auto;
    padding: 0 5px;
    font-size: 13px;
    width: 90%;
    max-width: 600px;
    overflow: hidden;
}

.transbutton {
    background-color: inherit;
    border: none;
    cursor: pointer;
    font-size: inherit;
}

.groupblock {
    width: 300px;
    background-color: rgb(190, 214, 198);
    text-align: center;
    min-height: 130px;
    overflow: hidden;
}

.groupblockflex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 5px 0;
    font-size: inherit;
}

.groupsblocs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
}

.congsblocs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.congblock {
    background-color: rgb(198, 216, 232);
    text-align: center;
    min-width: 250px;
    margin: 7px 5px 13px 5px;
}

.congblockcontent {
    padding: 2% 2% 4% 2%;
}

.objecttitlebar {
    background-color: rgb(156, 192, 220);
    padding: 0.25em 0;
}

.famsblocs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.famrow {
    display: flex;
    flex-wrap: wrap;
}

.famsection {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
}

.famdiv33 {
    background-color: #eeeeee;
    /* #99dd99 */
    width: 143px;
    margin: 8px;
    text-align: center;
}

.famdiv0 {
    display: flex;
    flex-direction: column;
    background-color: rgb(220, 232, 244);
    width: 143px;
    margin: 5px;
    text-align: center;
    font-size: inherit;
    overflow: hidden;
}

.famdiv1,
.famdivg1 {
    display: flex;
    flex-direction: column;
    background-color: rgb(198, 216, 232);
    width: 143px;
    margin: 5px;
    text-align: center;
    font-size: inherit;
    overflow: hidden;
}

.famdivg1 {
    background-color: rgb(190, 214, 198);
}

.famdivg0 {
    background-color: rgb(212, 228, 216);
}

.selectedfamdiv {
    border: 2px solid rgb(32, 80, 128);
}

.nombtn {
    background-color: rgb(156, 192, 220);
    color: inherit;
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nombtn1 {
    background-color: rgb(156, 192, 220);
    color: inherit;
    border: none;
    font-size: inherit;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nombtng1 {
    background-color: rgb(144, 192, 144);
}

.prenombtn {
    background-color: inherit;
    color: inherit;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    padding-top: 6px;
    padding-bottom: 4px;
}

.prenombtn1 {
    background-color: inherit;
    color: inherit;
    border: none;
    display: inline-block;
    font-size: inherit;
    padding-top: 6px;
    padding-bottom: 4px;
}

.listnombtn {
    background-color: inherit;
    color: inherit;
    border: none;
    cursor: pointer;
    font-size: inherit;
}

.twodiv {
    display: flex;
    justify-content: space-between;
}

.twodivhalf {
    width: 48%;
}

.twodivsep {
    width: 5%;
    max-width: 20px;
}

.dlgbuttons {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.linkbutton {
    background-color: inherit;
    border: none;
    font-size: 90%;
    color: rgb(0, 0, 192);
    cursor: pointer;
}

.linkbutton:hover {
    text-decoration: underline;
}

/* The Close Button */
.btnxclose {
    color: rgb(192, 192, 192);
    font-size: 28px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px;
}

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

.btnxclosesub {
    border: none;
    color: white;
    font-family: Arial, 'Arial Unicode MS', sans-serif;
    font-size: 32px;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.btnxclosesub:hover,
.btnxclosesub:focus {
    color: rgb(255, 128, 128);
    text-decoration: none;
    cursor: pointer;
}

.btneditclosex {
    font-family: Arial, 'Arial Unicode MS', sans-serif;
    font-size: 32px;
    padding: 0 0.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btneditclose {
    font-family: Arial, 'Arial Unicode MS', sans-serif;
    font-size: 32px;
    float: right;
    padding: 0 0.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.btneditclose:hover {
    color: rgb(255, 128, 128);
}

.smallfont {
    font-size: 8px;
}

.txtval {
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(192, 192, 192);
    cursor: auto;
    font-size: inherit;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 2px 0;
    position: relative;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.15s;
    /* Safari */
    -o-transition-duration: 0.15s;
    /* Opera */
    -moz-transition-duration: 0.15s;
    /* Firefox */
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    width: 100%;
}

.txtarea {
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(192, 192, 192);
    cursor: auto;
    font-size: inherit;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 3px;
    position: relative;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.15s;
    /* Safari */
    -o-transition-duration: 0.15s;
    /* Opera */
    -moz-transition-duration: 0.15s;
    /* Firefox */
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    width: 100%;
    resize: none;
    display: block;
    overflow: hidden;
}

.txtarea:read-only {
    background-color: rgb(228, 228, 228);
}

.sltxtarea {
    padding: 3px;
}

.filtertxtarea {
    padding: 1px;
}

.lblcap {
    border: 0;
    background-color: inherit;
    color: inherit;
    margin: 0;
    padding-left: 2px;
    font-size: 12px;
    cursor: default;
    font-weight: bold;
}

.lblcap1 {
    padding-left: 1%;
    font-size: 90%;
    font-weight: bold;
}

.lblcaptt {
    font-size: 90%;
    font-weight: bold;
}

.lbltext {
    padding-left: 1%;
    display: none;
}

.font75 {
    font-size: 75%;
}

.font80 {
    font-size: 80%;
}

.font85 {
    font-size: 85%;
}

.font90 {
    font-size: 90%;
}

.font95 {
    font-size: 95%;
}

.font110 {
    font-size: 110%;
}

.font120 {
    font-size: 120%;
}

.font125 {
    font-size: 125%;
}

.font140 {
    font-size: 140%;
}

.font150 {
    font-size: 150%;
}

.redcolor {
    color: red;
}

input[type='checkbox'] {
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-top: 1px;
    font-size: inherit;
}

.divradio {
    position: relative;
    font-size: 1rem;
    text-align: left;
}

input[type='radio'] {
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.divradio>div {
    z-index: 2000;
    display: none;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    background-color: rgb(96, 160, 255);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    box-shadow: 0 0 0.5rem rgb(96, 160, 255);
}

.divradio>input[type='radio'] {
    z-index: 2001;
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
    margin: 0;
}

.divradio>label {
    cursor: pointer;
    position: relative;
    padding-left: 1.6rem;
    top: 0.05rem;
    left: 0;
}

input[type='radio']:focus~div {
    display: block;
}

input[type='radio']:disabled {
    cursor: default;
}

input[type='radio']:disabled~label {
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

input[type='checkbox']+label {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

input[type='checkbox']:disabled+label {
    color: rgb(180, 180, 180);
    cursor: default;
}

.chkboxlbl {
    cursor: pointer;
    font-size: inherit;
}

.chkbox {
    width: 13px;
    height: 13px;
}

.strengthdiv {
    background-color: rgb(232, 232, 232);
    position: relative;
    width: 100%;
    min-height: 7px;
}

.strengthcolor {
    display: none;
    background-color: red;
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    height: 4px;
    width: 100%;
}

.strengthsep {
    background-color: white;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 2px;
}

.txtaccount {
    font-family: NotoSans, Arial, 'Arial Unicode MS', sans-serif;
    background-color: white;
    color: black;
    border: 1px solid rgb(192, 192, 192);
    cursor: auto;
    font-size: inherit;
    padding: 2% 3%;
    text-indent: 0;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s, 0s;
    -webkit-transition-duration: 0.15s;
    /* Safari */
    -o-transition-duration: 0.15s;
    /* Opera */
    -moz-transition-duration: 0.15s;
    /* Firefox */
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
}

.singletabborder {
    border: none;
    background-color: rgb(160, 160, 160);
    font-size: inherit;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.singletab {
    border: none;
    background-color: white;
    font-size: inherit;
    padding: 3px 9px;
    margin: 0;
    cursor: pointer;
}

.singletabsline {
    background-color: yellow;
    display: flex;
    width: 100%;
    margin-bottom: 4%;
}

.buttondiv {
    border: none;
    border-radius: 3px;
    color: white;
    font-size: inherit;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    -o-transition-duration: 0.3s;
    /* Opera */
    -moz-transition-duration: 0.3s;
    /* Firefox */
    transition-duration: 0.3s;
    cursor: pointer;
    overflow: hidden;
    min-width: 75px;
}

.buttondiv:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
}

.buttondis {
    border: 1px solid lightgray;
    background-color: lightgray;
    cursor: default;
}

.buttondis:hover {
    box-shadow: none;
}

.savebutton {
    background-color: rgb(96, 180, 96);
}

.savebutton:hover {
    background-color: rgb(48, 104, 48);
}

.buttondlg {
    font-size: 12px;
    color: inherit;
    background-color: inherit;
    margin: 0;
    cursor: inherit;
    border: none;
    min-width: 75px;
    min-height: 25px;
}

.buttondlg:focus {
    outline: none;
}

.okbutton {
    border: 1px solid rgb(60, 96, 148);
    background-color: rgb(60, 96, 148);
    text-align: center;
}

.okbutton:hover {
    background-color: rgb(44, 74, 112);
}

.orangebutton {
    background-color: rgb(221, 119, 0);
}

.orangebutton:hover {
    background-color: rgb(187, 85, 0);
}

.cancelbutton {
    color: black;
    border: 1px solid rgb(192, 192, 192);
    background-color: rgb(232, 232, 232);
    text-align: center;
}

.cancelbutton:hover {
    background-color: rgb(198, 198, 198);
}

#cancelg:focus,
.clbtncancel:focus {
    outline: none;
    background-color: rgb(198, 198, 198);
}

.topbuttondis {
    border: 2px hidden;
    background-color: rgb(224, 224, 224);
    color: black;
    display: inline-block;
    padding: 8px 8px;
    margin: 4px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topbuttondis>img {
    vertical-align: middle;
}

.topbutton {
    border: 2px hidden;
    background-color: rgb(216, 216, 216);
    color: black;
    display: inline-block;
    padding: 8px 8px;
    margin: 4px;
    font-size: 15px;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    -o-transition-duration: 0.3s;
    /* Opera */
    -moz-transition-duration: 0.3s;
    /* Firefox */
    transition-duration: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topbutton:hover {
    background-color: rgb(180, 180, 180);
    text-decoration: none;
}

.topbutton>a {
    text-decoration: none;
}

.topbutton>img {
    vertical-align: middle;
}

.memberstoolbarbutton {
    border: 2px solid rgb(216, 216, 216);
    background-color: rgb(216, 216, 216);
    color: rgb(112, 144, 192);
    display: inline-block;
    margin: 0.25em;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    -o-transition-duration: 0.2s;
    /* Opera */
    -moz-transition-duration: 0.2s;
    /* Firefox */
    transition-duration: 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.7em;
    min-width: 2.7em;
    max-width: 2.7em;
    height: 2.7em;
    min-height: 2.7em;
    max-height: 2.7em;
    line-height: 2.4em;
    text-align: center;
}

.memberstoolbarbuttonchecked {
    border: 2px solid rgb(160, 180, 208);
    background-color: rgb(198, 216, 232);
}

.memberstoolbarbutton:hover {
    background-color: rgb(156, 192, 220);
    border-color: rgb(156, 192, 220);
}

.memberstoolbarbuttondisabled {
    border: 2px solid rgb(224, 224, 224);
    background-color: rgb(224, 224, 224);
    color: rgb(112, 144, 192);
    display: inline-block;
    margin: 0.25em;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    -o-transition-duration: 0.2s;
    /* Opera */
    -moz-transition-duration: 0.2s;
    /* Firefox */
    transition-duration: 0.2s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.7em;
    min-width: 2.7em;
    max-width: 2.7em;
    height: 2.7em;
    max-height: 2.7em;
    line-height: 2.4em;
    text-align: center;
}

.memberstoolbarbutton>img {
    padding-top: 0.55em;
}

.memberstoolbarbuttondisabled>img {
    padding-top: 0.6em;
}

.topbuttonnav {
    border: 2px hidden;
    background-color: rgb(244, 192, 120);
    color: black;
    display: inline-block;
    padding: 8px 8px;
    margin: 4px;
    font-size: 15px;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    -o-transition-duration: 0.3s;
    /* Opera */
    -moz-transition-duration: 0.3s;
    /* Firefox */
    transition-duration: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.topbuttonnav:hover {
    background-color: rgb(220, 160, 80);
    text-decoration: none;
}

.tabbutton {
    border: 1px solid rgb(238, 238, 238);
    background-color: rgb(216, 216, 216);
    color: black;
    padding: 0;
    margin: 0;
    font-size: 15px;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    -o-transition-duration: 0.3s;
    /* Opera */
    -moz-transition-duration: 0.3s;
    /* Firefox */
    transition-duration: 0.3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    min-height: 20px;
    min-width: 25px;
}

.tabbutton:hover {
    background-color: rgb(180, 180, 180);
}

.tabbuttonsel {
    background-color: rgb(236, 204, 160);
    border: 1px solid rgb(192, 96, 0);
    box-shadow: 0px 0px 0px 1px rgb(192, 96, 0) inset;
}

.tabbutton>img {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

textarea:focus,
txtval:focus,
select:focus {
    outline: none;
    border-color: rgb(96, 160, 255);
    box-shadow: 0 0 2px rgb(96, 160, 255);
}

input[type='checkbox']:focus {
    outline: none;
    border-color: rgb(96, 160, 255);
    box-shadow: 0 0 8px rgb(96, 160, 255);
}

input[type='button'],
input[type='submit'] {
    border-radius: 3px;
    padding: 0.5em 0.2em 0.6em 0.2em;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 3px;
}

#btnsubmit:focus,
.clbtnok:focus {
    outline: none;
    background-color: rgb(44, 74, 112);
}

.txtamt {
    width: 10em;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.hoverunderline {
    text-decoration: none;
}

.hoverunderline:hover {
    text-decoration: underline;
}

.parenttablediv {
    font-size: 10px;
    width: 100%;
    margin: 5px auto;
}

.tablediv {
    background-color: rgb(248, 248, 248);
    width: 100%;
}

.tableprintdiv {
    display: none;
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 12px;
    width: 100%;
}

table {
    background-color: inherit;
    font-size: inherit;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

td,
th {
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}

tr td:nth-child(4) {
    text-align: right;
}

.divarrow {
    width: 1em;
    height: 1em;
    cursor: pointer;
    transition: transform 1s;
}

.arrow {
    border: solid black;
    border-width: 0 0.15em 0.15em 0;
    display: block;
    width: 0.65em;
    height: 0.65em;
    margin: 0.12em 0 0 0.12em;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrdown {
    width: 1.4em;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    cursor: pointer;
    background-color: white;
}

.arrdown div {
    margin: 0.5em 0 0 0.4em;
    width: 0.5em;
    height: 0.5em;
    border-style: solid;
    border-color: black;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}

.searchitemnotfound:focus,
.searchitemnotfound {
    border-color: rgb(255, 0, 0);
    box-shadow: 0 0 2px rgb(255, 0, 0);
}

.searchlist {
    background-color: white;
    border: 1px solid rgb(208, 208, 208);
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.25);
    width: 100%;
    position: absolute;
    display: inline-block;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 186px;
    overflow: auto;
}

.destli {
    display: block;
}

.divsearchlistitem {
    padding: 3px;
    cursor: pointer;
}

.searchlistitemfocus {
    background-color: rgb(236, 236, 236);
}

.txtsearchlist {
    margin: 0.5em 0;
    white-space: nowrap;
}

@media only screen and (min-width: 300px) {
    .edittitlelabel {
        font-size: 17px;
    }
}

@media only screen and (min-width: 420px) {
    .tablbl580 {
        display: none;
    }

    .tablbl420 {
        display: block;
    }

    .tablbl300 {
        display: none;
    }
}

@media only screen and (min-width: 600px) {

    .arrdown div {
        margin-top: 0.5em;
    }

    .tablbl580 {
        display: block;
    }

    .tablbl420 {
        display: none;
    }

    .tablbl300 {
        display: none;
    }

    #biguname {
        display: block;
    }

    #smalluname {
        display: none;
    }

    .formdiv {
        font-size: 14px;
    }

    .backformdiv {
        font-size: 11px;
    }

    .accttoolbar {
        font-size: 13px;
    }

    .modalmsgbox {
        font-size: 14px;
    }

    .modalmsgbox1 {
        font-size: 17px;
    }

    .edittitlelabel {
        font-size: 18px;
    }

    .edittitlebar {
        padding: 0 12px;
    }

    .smallfont {
        font-size: 10px;
    }

    .sltxtarea,
    .txtarea {
        padding: 4px;
    }

    .txtval {
        padding: 3px 0;
    }

    .imgformtool {
        font-size: 17px;
    }

    .sideback {
        width: 240px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 640px) {
    body {
        font-size: 14px;
    }

    .formdiv {
        font-size: 15px;
    }

    .backformdiv {
        font-size: 13px;
        padding: 0 3em 3em 3em;
    }

    .accttoolbar {
        font-size: 14px;
        padding: 7px 1em 8px 1em;
    }

    .modalmsgbox {
        font-size: 15px;
    }

    .footdiv {
        font-size: 13px;
    }

    .edittitlelabel {
        font-size: 19px;
    }

    .edittitlebar {
        padding: 0 13px;
    }

    .sideback {
        width: 270px;
        font-size: 13px;
    }

    .buttondlg {
        font-size: 13px;
        min-width: 88px;
        min-height: 28px;
    }
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 15px;
    }

    .formdiv {
        font-size: 16px;
    }

    .backformdiv {
        font-size: 15px;
    }

    .accttoolbar {
        font-size: 15px;
    }

    .modalmsgbox {
        font-size: 16px;
    }

    .edittitlelabel {
        font-size: 20px;
    }

    .edittitlebar {
        padding: 0 14px;
    }

    .sltxtarea,
    .txtarea {
        padding: 5px;
    }

    .txtval {
        padding: 4px 1px;
    }

    .smallfont {
        font-size: 11px;
    }

    .chkbox {
        width: 14px;
        height: 14px;
    }

    .imgformtool {
        font-size: 19px;
    }

    .sideback {
        width: 300px;
        font-size: 14px;
    }

    .buttondlg {
        font-size: 14px;
        min-width: 104px;
        min-height: 32px;
    }

    .arrdown div {
        margin-top: 0.6em;
    }
}

@media only screen and (max-width: 799px) {
    /* For desktop: */

    #meetlogo1 {
        display: none;
    }

    .toolbardiv {
        display: none;
    }

    .amenu {
        display: block;
    }

    #meetlogo2 {
        display: block;
    }

    .logodiv {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    body {
        font-size: 16px;
    }

    #edittitlelabel2 {
        font-size: 137.5%;
    }

    .formdiv {
        font-size: 17px;
    }

    .backformdiv {
        font-size: 16px;
    }

    .accttoolbar {
        font-size: 16px;
    }

    .modalmsgbox {
        font-size: 17px;
    }

    .edittitlelabel {
        font-size: 22px;
    }

    .edittitlebar {
        padding: 0 16px;
    }

    .sltxtarea,
    .txtarea {
        padding: 6px 6px;
    }

    .txtval {
        padding: 5px 2px;
    }

    .smallfont {
        font-size: 13px;
    }

    .sideback {
        width: 330px;
        font-size: 16px;
    }

    .buttondlg {
        font-size: 16px;
        min-width: 116px;
        min-height: 35px;
    }

    .imgformtool {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1140px) {

    .headdiv,
    .footdiv {
        width: 1140px;
    }

    .sltxtarea,
    .txtarea {
        padding: 7px 7px;
    }

    .txtval {
        padding: 6px 3px;
    }

    .maindiv {
        width: 1140px;
        box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1), 0 0px 50px 0 rgba(0, 0, 0, 0.09);
    }

    .edittitlebar {
        width: 1140px;
        padding: 0 18px;
    }

    .edittitlebar1,
    #edittitlebar2 {
        width: 1140px;
        margin: 0 auto;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 10px 30px 0 rgba(0, 0, 0, 0.5);
    }

    .congblock {
        margin: 7px 7px 23px 7px;
    }

    .chkbox {
        width: 16px;
        height: 16px;
    }

    .smallfont {
        font-size: 15px;
    }
}