/* _content/AVA.Web/Components/AgendaItemStatus.razor.rz.scp.css */
.badge.badge-pill.badge-info[b-zgng7pn9e1] {
    padding: 3px 4px;
    border-radius: 8px;
}
/* _content/AVA.Web/Components/CardField.razor.rz.scp.css */


.label[b-95ywisgmo1] {
    font-weight: 500;
    margin-right: 35px;
    font-size: 14px;
    white-space: nowrap ;
    min-width:40%;
}

.card-field[b-95ywisgmo1] {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    
    
}

.value[b-95ywisgmo1] {
    font-size: 14px;
    max-width: 60%;
    
}

.card-field > a:hover[b-95ywisgmo1] {
    color: #091C56;
}
/* _content/AVA.Web/Components/ConfirmationDialog.razor.rz.scp.css */
#modal-confirmation-dialog[b-wnp2t9bvbk],
[b-wnp2t9bvbk] #modal-confirmation-dialog {
    position: fixed !important;
    z-index: 1101 !important;
}
/* _content/AVA.Web/Components/DropdownList.razor.rz.scp.css */

.e-ddl-icon[b-lawklvu6e6]::before {
    content: "\f107" !important;
    transform: none !important;
    font-family: 'Font Awesome\ 5 Free' !important;
    font-weight: 900 !important;
    margin-right: 4px !important;
}






/* _content/AVA.Web/Components/EditingProxyDialog.razor.rz.scp.css */


#modal-proxy-dialog[b-6gabsnn9gs],
[b-6gabsnn9gs] #modal-proxy-dialog {
    
    position: fixed !important;
    z-index: 1099 !important;
}



.e-input-group input.e-input[b-6gabsnn9gs], .e-input-group.e-control-wrapper input.e-input[b-6gabsnn9gs],
[b-6gabsnn9gs] .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input[b-6gabsnn9gs] {
    padding-right: 4px !important;
    padding-left: 12px !important;
}


.e-custom[b-6gabsnn9gs],
[b-6gabsnn9gs] .e-custom {
    border: solid !important;
    border-width: 1px !important;
    border-color: #b7b7b7 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}



#proxy-button[b-6gabsnn9gs],
[b-6gabsnn9gs] #proxy-button {
    color: #fff !important;
    background-color: #00A4B7 !important;
    width: 80px !important;
}

.modal[b-6gabsnn9gs] {
    background-color: rgba(0,0,0,0.5);
}

.form-control-textarea[b-6gabsnn9gs] ,
 [b-6gabsnn9gs] .form-control-textarea {
    margin-right: 15px;
    
}





.modal-grid[b-6gabsnn9gs] {
    
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
}



.form-control[b-6gabsnn9gs] {
    height: 30px;
}

.modal-body-left[b-6gabsnn9gs] {
    
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.modal-body-right[b-6gabsnn9gs] {
   
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.modal-body label[b-6gabsnn9gs] {
    font-weight: 600;
    padding-top: calc(0.20313rem + 1px);
    padding-bottom: calc(0.20313rem + 1px);
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-bottom: 0px;
    color: rgb(33, 37, 41);
    text-align: left;
}

.validation-message[b-6gabsnn9gs],
[b-6gabsnn9gs] .validation-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    margin-left:49px;
}

.from-label[b-6gabsnn9gs],
[b-6gabsnn9gs] .from-label {
    margin-top: 15px;
}

#SubbmitProxy[b-6gabsnn9gs],
[b-6gabsnn9gs] #SubbmitProxy {
    background-color: #00A4B7 !important;
    color: #fff !important;
    border-radius: 4px !important;
    width: 100px !important;
    float: right !important;
    margin-top: 15px !important;
}

    #SubbmitProxy.button-isBusy[b-6gabsnn9gs],
    [b-6gabsnn9gs] #SubbmitProxy.button-isBusy {
        opacity: 0.5 !important;
    }














/* _content/AVA.Web/Components/GeneralMeetingHeader.razor.rz.scp.css */

/* _content/AVA.Web/Components/GeneralMeetingStatusTimeline.razor.rz.scp.css */


.no-content-text[b-0ftp83bdqt]{
    align-self:center;
}
.container[b-0ftp83bdqt] {
    margin:  auto;
    height: auto;
}

.progressbar[b-0ftp83bdqt] {
    counter-reset: step;
}

    .progressbar li[b-0ftp83bdqt] {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li[b-0ftp83bdqt]:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 30px;
            border: 2px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            position: relative;
            z-index:2;
        }

        .progressbar li[b-0ftp83bdqt]:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: 1;
            /*put it behind the numbers*/
        }

        .progressbar li:first-child[b-0ftp83bdqt]:after {
            content: none;
        }

        .progressbar li.active[b-0ftp83bdqt] {
            color: #00A4B7;
        }

            .progressbar li.active[b-0ftp83bdqt]:before {
                border-color: #00A4B7;
            }

            .progressbar li.active + li[b-0ftp83bdqt]:after {
                background-color: #00A4B7;
            }

/* _content/AVA.Web/Components/Generic/GenericCard.razor.rz.scp.css */


.card-container[b-wyv2fuwtxz] {
    background-color: #fff;
    border-radius: 6px;
    max-width : 600px;
    border: solid 1px #d7d7d7;
    color: #1a1c20 !important;
    display:flex;
    flex-direction:column;
   
}

.title-items[b-wyv2fuwtxz] {
    display: flex;
    color: #252423;
    font-size: 22px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dddddd;
    flex-direction: row;
    justify-content: space-between;
    line-height: 32px;
   
}
.title-item[b-wyv2fuwtxz] {
    font-size: 14px;
}
.left-card-title-items[b-wyv2fuwtxz]{
    display: inherit;
}
.content[b-wyv2fuwtxz] {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.title-text[b-wyv2fuwtxz]{
    height: 35px;
    margin-right: 16px;
}

.card-button[b-wyv2fuwtxz] {
    border: none;
    background-color: transparent;
    border-radius: 2px;
    padding-right: 5px;
    width: 30px;
    height: 35px;
    text-align: center;
    outline: none;
}

.fas.fa-pencil-alt[b-wyv2fuwtxz] {
    color: gray;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    padding-left: 5px;
}

.card-button:hover[b-wyv2fuwtxz] {
    background-color: #dddddd;
    
}
/*.card-button::selection {
    border: 2px solid #d7d7d7;
}*/

#generic-card-dropdown-button[b-wyv2fuwtxz],
[b-wyv2fuwtxz] #generic-card-dropdown-button {
    color: gray !important;
    padding-right: 0px !important;
    padding-left: 8px !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 2px !important;
    width: 30px !important;
    text-align: center !important;
    height: 35px !important;
    font-size: 14px !important;
}

 #generic-card-dropdown-button:hover[b-wyv2fuwtxz] ,
 [b-wyv2fuwtxz] #generic-card-dropdown-button:hover {
   
 }






/* #generic-card-dropdown-button::selection,
    ::deep #generic-card-dropdown-button::selection {
        border: 2px solid #d7d7d7 !important;
       margin-left: -210px !important;
    }*/








/* _content/AVA.Web/Components/Generic/GenericDialog.razor.rz.scp.css */




#modal-generic-dialog[b-a45twbmgmk],
[b-a45twbmgmk] #modal-generic-dialog {
    position: fixed !important;
    
}

.header-icon[b-a45twbmgmk] 
{
    color: #fff;
    margin-right: 15px;
    font-weight: 900;
}

.e-dialog .e-dlg-header[b-a45twbmgmk],
[b-a45twbmgmk] .e-dialog .e-dlg-header {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal !important;
}



.e-dlg-header-content[b-a45twbmgmk],
[b-a45twbmgmk] .e-dlg-header-content {
    background-color: #005981 !important;
    margin-bottom: 30px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.e-dialog .e-footer-content[b-a45twbmgmk],
  [b-a45twbmgmk] .e-dialog .e-footer-content {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

div.e-dlg-content[b-a45twbmgmk],
[b-a45twbmgmk] div.e-dlg-content {
    display: flex !important;
    align-items:center !important;
    justify-content: center !important;
}

div.e-footer-content > button[b-a45twbmgmk],
[b-a45twbmgmk] div.e-footer-content > button {
    background-color: #00A4B7 !important;
    color: #fff !important;
    border-radius: 4px !important;
    width: 70px !important;
    margin-right: 8px !important;
    margin-bottom: 10px !important;
}

div.e-footer-content > button.button-isBusy[b-a45twbmgmk],
[b-a45twbmgmk] div.e-footer-content > button.button-isBusy {
    opacity: 0.5 !important;
}


.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close[b-a45twbmgmk],
  [b-a45twbmgmk] .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    color: #fff !important;
}

.e-dialog .e-lib .e-dlg-modal .e-draggable .e-popup .e-control .e-popup-open[b-a45twbmgmk],
[b-a45twbmgmk] .e-dialog .e-lib .e-dlg-modal .e-draggable .e-popup .e-control .e-popup-open {
    border-radius: 4px !important;
}



#additional-button[b-a45twbmgmk],
[b-a45twbmgmk] #additional-button {
    background-color: white !important;
    border-radius: 4px !important;
    color: gray !important;
    border: 2px solid gray !important;
    margin-right: 0px !important;
}
/* _content/AVA.Web/Components/Generic/GenericGrid.razor.rz.scp.css */


.table .e-grid.e-default .e-headercell[b-x5hi94izr6], .e-grid.e-default .e-detailheadercell[b-x5hi94izr6] {
    vertical-align: middle;
    background-color: #f7f7fa;
}

.table .e-grid .e-headercelldiv[b-x5hi94izr6] {
    font-weight: 900;
    color: #252423;
}

.table .e-grid .e-gridheader[b-x5hi94izr6] {
    background-color: #f7f7fa;
}

.e-grid .e-content[b-x5hi94izr6] {
    overflow-y: hidden !important;
}

.e-row:hover[b-x5hi94izr6] {
    cursor: pointer;
}
/* _content/AVA.Web/Components/LegalityValidationDialog.razor.rz.scp.css */


#Validation-button[b-2u9zg37rpb],
[b-2u9zg37rpb] #Validation-button {
    background-color: #00A4B7 !important;
    color: #fff !important;
    border-radius: 4px !important;
    width: 80px !important;
}



.verification-text[b-2u9zg37rpb],
[b-2u9zg37rpb] .verification-text {
    position: absolute;
    color: #fff;
} 



    div.e-switch-handle[b-2u9zg37rpb],
    [b-2u9zg37rpb] div.e-switch-handle {
        height: 20px !important;
        width: 20px !important;
    }

div.e-switch-wrapper[b-2u9zg37rpb],
[b-2u9zg37rpb] div.e-switch-wrapper {
    height: 20px !important;
    width: 100px !important;
    margin: auto !important;
}



    .e-switch-wrapper .e-wrapper[b-2u9zg37rpb] ,
    [b-2u9zg37rpb] .e-switch-wrapper .e-wrapper {
        height: 20px !important;
    }
/* _content/AVA.Web/Components/NotesDialog.razor.rz.scp.css */



#notes-button[b-1xonqi7j1s],
[b-1xonqi7j1s] #notes-button {
    background-color: #00A4B7 !important;
    color: #fff !important;
    border-radius: 4px !important;
    width: 80px !important;
}

.e-float-input.e-control-wrapper textarea[b-1xonqi7j1s],
.e-input-group textarea[b-1xonqi7j1s],
.e-input-group.e-control-wrapper textarea[b-1xonqi7j1s],
[b-1xonqi7j1s] textarea.e-input,
[b-1xonqi7j1s] .e-float-input textarea,
[b-1xonqi7j1s] .e-float-input.e-control-wrapper textarea,
[b-1xonqi7j1s] .e-input-group textarea,
[b-1xonqi7j1s] .e-input-group.e-control-wrapper textarea {
    resize: none !important;
}




#generic-dialog_dialog-content > span[b-1xonqi7j1s],
[b-1xonqi7j1s] #generic-dialog_dialog-content > span {
    border: 1px solid #dddddd !important;
    border-radius: 3px !important;
}



.e-dlg-content[b-1xonqi7j1s] ,
[b-1xonqi7j1s] .e-dlg-content {
    align-items: start !important;
}



#generic-dialog_dialog-content > span > textarea[b-1xonqi7j1s],
[b-1xonqi7j1s] #generic-dialog_dialog-content > span > textarea {
    min-height: 100px !important;
    padding: 5px !important;
}








/* _content/AVA.Web/Components/OwnerLeaveButMeetingIsStartetDialog.razor.rz.scp.css */
#OwnerLeaveButMeetingIsStartet-Dialog[b-lsqup9gelm],
[b-lsqup9gelm] #OwnerLeaveButMeetingIsStartet-Dialog{
    width: 500px !important;
}

.LeaveMeeting-content[b-lsqup9gelm],
[b-lsqup9gelm] .LeaveMeeting-content{
    margin-bottom: 10px !important;
}

#modal-OwnerLeaveButMeetingIsStartet-Dialog[b-lsqup9gelm],
[b-lsqup9gelm] #modal-OwnerLeaveButMeetingIsStartet-Dialog {
    position: fixed !important;
}

#BackToMeeting-button[b-lsqup9gelm],
[b-lsqup9gelm] #BackToMeeting-button {
    width: 190px !important;
}
#OwnerLeaveButMeetingIsStartet-LeaveButton[b-lsqup9gelm],
[b-lsqup9gelm] #OwnerLeaveButMeetingIsStartet-LeaveButton {
    background-color: white !important;
    border-radius: 4px !important;
    color: gray !important;
    border: 2px solid gray !important;
    margin-right: 0px !important;
    width: 90px !important;
}
/* _content/AVA.Web/Components/OwnerParticipateButton.razor.rz.scp.css */


.meeting-buttons-owners[b-4fedubg16x] {
    display: flex;
    height: 36px;
    margin-bottom: auto;
    height: 100%;
}

.participate-button[b-4fedubg16x] {
    border: none;
    background: #00A4B7;
    outline: none;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    width: 100px;
    margin-right: 50px;
}

.button-disable[b-4fedubg16x] {
    opacity: 50%;
}
/* _content/AVA.Web/Components/RequiredMajorityDialog.razor.rz.scp.css */


#Majority-button[b-8tuswcfxsr],
[b-8tuswcfxsr] #Majority-button {
    width: 80px !important;
}
/* _content/AVA.Web/Components/ScanVotesDialog.razor.rz.scp.css */





.vote-number[b-e5rxbo5gqs],
[b-e5rxbo5gqs] .vote-number {
    border: solid 1px rgba(0, 0, 0, 0.42);
    width: 100%;
    border-radius: 4px;
    padding-left: 12px;
    height: 30px;

}

.vote-confirmation-text[b-e5rxbo5gqs],
[b-e5rxbo5gqs] .vote-confirmation-text {
    margin-top: 10px !important;
}


.scan-vote-content[b-e5rxbo5gqs],
  [b-e5rxbo5gqs] .scan-vote-content{
    width: 100% !important;
}

#modal-scan-vote-dialog[b-e5rxbo5gqs],
[b-e5rxbo5gqs] #modal-scan-vote-dialog {
    position: fixed !important;
    z-index: 1099 !important;
}

div.e-footer-content > button.button-isBusy[b-e5rxbo5gqs],
[b-e5rxbo5gqs] div.e-footer-content > button.button-isBusy {
    opacity: 0.5 !important;
}
/* _content/AVA.Web/Components/SearchField.razor.rz.scp.css */



/* layoutidentical to dropdown 22.12.2020*/


.text[b-2kfk6247jk], .dropdown[b-2kfk6247jk],
[b-2kfk6247jk] .text, [b-2kfk6247jk] .dropdown {
    /*margin-right: 16px;*/
    border: solid !important;
    border-width: 1px !important;
    padding-left: 4px !important;
    border-color: #b7b7b7 !important;
    border-radius: 4px !important;
    width: 180px !important;
    background-color: #fff !important;
    height: 36px !important;
}

.text:hover[b-2kfk6247jk], .dropdown:hover[b-2kfk6247jk] ,
    [b-2kfk6247jk] .text:hover, [b-2kfk6247jk] .dropdown:hover {
    box-shadow: 0px 0px 0px 1px !important;
}

.text:focus[b-2kfk6247jk],  .dropdown:focus[b-2kfk6247jk], 
    [b-2kfk6247jk] .text:focus, [b-2kfk6247jk] .dropdown:focus {
    box-shadow: 0px 0px 0px 1px !important;
}


.e-input-group:not(.e-float-icon-left):not(.e-float-input)[b-2kfk6247jk]::before, .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap[b-2kfk6247jk]::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)[b-2kfk6247jk]::before,
    [b-2kfk6247jk] .e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, [b-2kfk6247jk] .e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, [b-2kfk6247jk] .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before {
    
    background-color: transparent !important;
    color: #fff !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)[b-2kfk6247jk]::after, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)[b-2kfk6247jk]::after,
   [b-2kfk6247jk] .e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, [b-2kfk6247jk] .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after {
    background-color: transparent !important;
    color: #fff !important;
}
/* _content/AVA.Web/Components/ThreeChoiceDialog.razor.rz.scp.css */

#ThreeChoiceDialog-ID[b-twfiy742jc],
[b-twfiy742jc] #ThreeChoiceDialog-ID {
    width: 700px !important;
}

#Option1-Button[b-twfiy742jc],
[b-twfiy742jc] #Option1-Button {
    width: 250px !important;
}

#Option2-Button[b-twfiy742jc],
[b-twfiy742jc] #Option2-Button {
    width: 270px !important;
}

#modal-ThreeChoiceDialog-ID > div.e-dlg-overlay[b-twfiy742jc],
[b-twfiy742jc] #modal-ThreeChoiceDialog-ID > div.e-dlg-overlay {
    position: fixed !important;
}
/* _content/AVA.Web/Components/Toast.razor.rz.scp.css */
.toast[b-58hn35wc6g] {
    position: fixed;
    min-height: 0px;
    width: 300px;
    border-radius: 2px;
    bottom: 10px;
    right: 10px;
    box-shadow: none;
    border: 0;
    background-color:transparent;
}

.toast-title[b-58hn35wc6g] {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.toast-message[b-58hn35wc6g] {
    font-size: 14px;
    padding-top:14px;
}

.toast-success[b-58hn35wc6g] {
    background-color: rgb(77, 131, 30);
    color: rgb(255, 255, 255);
}

.toast-waring[b-58hn35wc6g] {
    background-color: red;
    color: rgb(255, 255, 255);
}

.toast-information[b-58hn35wc6g] {
    background-color: rgb(77, 131, 30);
    color: rgb(255, 255, 255);
}

.toast-body[b-58hn35wc6g] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px;
}

    .toast-body p[b-58hn35wc6g] {
        margin-bottom: 0;
    }

.toast-visible[b-58hn35wc6g] {
    z-index: 2147483647;
    opacity: 1;
    animation: fadein-b-58hn35wc6g 1.5s ease-in;
}

.toast-notVisible[b-58hn35wc6g] {
    z-index:-1000;
    animation: unfadein-b-58hn35wc6g 1.5s ease-in;
}

@keyframes unfadein-b-58hn35wc6g {
    0% {
        opacity: 1;
        z-index: 2147483647;
    }

    100% {
        transform: translateY(100px);
        z-index: 2147483647;
    }
}

@keyframes fadein-b-58hn35wc6g {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* _content/AVA.Web/Components/UnderConstruction.razor.rz.scp.css */

.construction-container[b-pidwqi6vw9] {
    width: 100%;
    height: 100%;
    display: flex;
    position:fixed;
    padding-right: 20%;
    padding-bottom:15%;
}

.construction-group[b-pidwqi6vw9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    color: #181923;
}

.tools[b-pidwqi6vw9] {
    font-size: 100px;
    margin-left: auto;
    margin-right: auto;
}

.fas fa-tools[b-pidwqi6vw9] {
    font-size: 100px;
}

.construction-text[b-pidwqi6vw9] {
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
/* _content/AVA.Web/Pages/AgendaItems.razor.rz.scp.css */
.container-fluid[b-8vtqucz1j4] {
    padding-left: 0;
    padding-right: 0;
}
/* _content/AVA.Web/Pages/Details.razor.rz.scp.css */


.container-fluid[b-41rfjfdah0] {
    margin-top: 40px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fit,minmax(600px,1fr));
    grid-template-rows: minmax(min-content, max-content);
    grid-gap: 40px;
    min-height: 0;
    min-width: 0;
}
.notes[b-41rfjfdah0] {
    width: 600px;
}

.card-left[b-41rfjfdah0] {
    align-self: start;
    width: 600px;
}
.timeline[b-41rfjfdah0] {
   width: 600px;
}




@media (max-width:1546px) {
    .container-fluid[b-41rfjfdah0] {
        justify-items: center;
        grid-template-rows: repeat(3,auto);
    }

    .card-left[b-41rfjfdah0] {
        justify-self: center;
       
    }
}
@media (min-width:1546px){
    .notes[b-41rfjfdah0] {
        
        grid-row: 2/3;
        grid-column: 2/3;
    }
    .card-left[b-41rfjfdah0] {
        justify-self: end;
        grid-row: 1/3;
        
    }
    
    }
/* _content/AVA.Web/Pages/Presence.razor.rz.scp.css */
.digital-proxy[b-btluqjcr7o]{
    opacity: 50%
}

.container-fluid[b-btluqjcr7o] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    padding-left: 0;
    padding-right: 0;
}

.total-table[b-btluqjcr7o] {
    background-color: transparent;
    margin-left: 40px;
    margin-right: 40px;
    color: white;
}

.e-grid .e-gridheader[b-btluqjcr7o],
[b-btluqjcr7o] .e-grid .e-gridheader {
    color: black;
    text-align: center;
}

.total-table th[b-btluqjcr7o], .total-table td[b-btluqjcr7o],
[b-btluqjcr7o] .total-table th, .total-table td[b-btluqjcr7o] {
    border: 1px solid #e1dfdd;
    border-collapse: collapse;
    text-align: center;
    font-size: medium;
}

.total-presence-table-container[b-btluqjcr7o] {
    margin-right: auto;
    margin-left: auto;
    margin-top: 38px;
    margin-bottom: 4px;
}

#toolbar[b-btluqjcr7o],
[b-btluqjcr7o] #toolbar {
    margin-bottom: 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -32px;
}
#toolbar-right-items[b-btluqjcr7o] {
    display:flex;
}

.e-gridcontent[b-btluqjcr7o],
[b-btluqjcr7o] .e-gridcontent {
    max-height: calc(100vh - 450px);
    overflow-y: auto !important;
}

.actions-dropdownmenu[b-btluqjcr7o],
[b-btluqjcr7o] .actions-dropdownmenu {
    margin-left: 18px !important;
}

.btn-group-sm > .btn[b-btluqjcr7o], .btn-sm[b-btluqjcr7o],
[b-btluqjcr7o] .btn-group-sm > .btn, [b-btluqjcr7o] .btn-sm{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 11px !important;
}

#presence-function-button[b-btluqjcr7o],
[b-btluqjcr7o] #presence-function-button {
    padding: 0px !important;
    background-color: transparent !important;
}

#chairman-message[b-btluqjcr7o],
[b-btluqjcr7o] #chairman-message {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}

#secretary-message[b-btluqjcr7o],
[b-btluqjcr7o] #secretary-message {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}

tbody > tr:nth-child() > td:nth-child(2)[b-btluqjcr7o],
[b-btluqjcr7o] tbody > tr:nth-child() > td:nth-child(2){
    padding-left:5px !important;
}
/* _content/AVA.Web/Pages/Proxies.razor.rz.scp.css */
.container-fluid[b-r322pv68gw] {
    padding-left: 0;
    padding-right: 0;
}

.table[b-r322pv68gw] {
    margin-bottom: 56px !important;
}

.proxy-button[b-r322pv68gw],
[b-r322pv68gw] .proxy-button {
    height: 36px !important;
    border: none;
    background: #00A4B7 !important;
    color: #fff !important;
    outline: none;
    text-transform: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: normal !important;
    box-shadow: none !important;
}

#toolbar[b-r322pv68gw],
[b-r322pv68gw] #toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.procentage-red[b-r322pv68gw]{
    color:red;
}
.procentage-green[b-r322pv68gw]{
    color: green;
}
/* _content/AVA.Web/Pages/ProxyDetails.razor.rz.scp.css */

.container-fluid[b-60izobsenu] {
    margin-top: 40px;
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fit,minmax(600px,1fr));
    grid-template-rows: minmax(min-content, max-content);
    grid-gap: 40px;
    min-height: 0;
    min-width: 0;
}

.card-left[b-60izobsenu] {
    
    align-self: start;
    width: 600px;
}


.notes[b-60izobsenu] {
    height: 246px;
    width: 600px;
}

.title-and-buttons[b-60izobsenu] {
    display: flex;
    justify-content: space-between;
}

.title-and-buttons > div:nth-child(1)[b-60izobsenu] {
    font-size: 18px;
    font-weight: 500;
    color: #252423;
}

.proxy-navigation-button[b-60izobsenu] {
    border: none;
    background-color: transparent;
    color: #00A4B7;
    font-size: 14px;
    margin-left: 20px;
}

.disabled[b-60izobsenu] {
    opacity: 0.5 !important;
}


.proxy-navigation-buttons-group[b-60izobsenu] {
    display: flex;
    justify-content: flex-end;
}

.proxy-and-buttons > .proxy-navigation-buttons-group > button[b-60izobsenu] {
    outline: none;
}
div.container-fluid > card-left > div[b-60izobsenu]{
   
}


@media (max-width:1546px) {
    .container-fluid[b-60izobsenu] {
        justify-items: center;
        grid-template-rows: repeat(2,auto);
    }

    .card-left[b-60izobsenu] {
        justify-self: center;
    }
}

@media (min-width:1546px) {
    .card-left[b-60izobsenu] {
        justify-self: end;
        grid-row: 1/3
    }
}

.e-caret-hide.e-dropdown-popup[b-60izobsenu],
[b-60izobsenu] .e-caret-hide.e-dropdown-popup {
    margin-left: -120px !important;
}
/* _content/AVA.Web/Shared/GeneralMeetingLayout.razor.rz.scp.css */


.body-container[b-1zsbjlo74s] {
    position: absolute;
    top: 48px;
    right: 0px;
    padding: 42px 66px 0px 66px;
    margin-top: 66px;
    left: 144px;
}

.generalMeetingLayoutHeader[b-1zsbjlo74s] {
    position: fixed;
    width: 100%;
    z-index: 1000;
}


.body-container.owner[b-1zsbjlo74s] {
    left: 0px;
}
/* _content/AVA.Web/Shared/MainLayout.razor.rz.scp.css */


.header-layout[b-jxfj7f7txe] {
    margin-left: 144px;
}

.body-container[b-jxfj7f7txe] {
    position: absolute;
    top: 48px;
    padding: 42px 66px;
    left: 144px;
}

    .body-container.owner[b-jxfj7f7txe] {
        left: 0px;
    }
