﻿.appointmentFrame {
    margin: 10px;
    padding: 5px;
}
.my-messagebox {
    white-space: pre-line;
}
.dxbl-apt-edit-dialog.dxbl-scheduler-color .dxbl-sc-fl-item-with-icon > .dxbl-text {
    padding-left: 0
}
.dxbl-btn-standalone.dxbl-btn-primary {
    --dxbl-btn-hover-bg: LightCyan;
    --dxbl-btn-bg: #F2F2F2;
    --dxbl-btn-color: black;
    --dxbl-btn-border-radius: 3px;
    --dxbl-btn-border-color: gray;
    --dxbl-btn-hover-border-color: #D4D4D4;
    --dxbl-btn-hover-color: black;
}

.dxbl-upload .dxbl-upload-container .dxbl-upload-panel {
    height: 24px;
    margin: 0;
    padding: 0;
}

.dxbl-btn.dxbl-btn-primary:hover {
    color: #364ADD !important;
}

.container {
    display: flex;
    flex-direction: row;
    margin-right: 24px;
    min-width: calc(100% - 24px);
    padding: 0;
    width: calc(100% - 24px);
}
.containerscheduler {
    display: flex;
    flex-direction: row;
    margin-right: 24px;
    min-width: calc(100% - 26px);
    padding: 0;
    width: calc(100% - 26px);
}

.dxtaglayout {
    border-radius: 3px 0 0 3px;
    display: flex;
    flex-direction: row;
    min-width: 100%;
}

.dxtagbutton {
    background-color: #EBEBEB;
    border-color: #d4d4d4;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    color: #888888;
    min-width: 24px;
    width: 24px;
}
    .button:hover {
        color: #364ADD !important;
    }

.dxcallbutton {
    background-color: #EBEBEB;
    border-color: #d4d4d4;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    color: #888888;
    min-width: 24px;
    width: 24px;
}
.dxSchedulerallbutton {
    background-color: #EBEBEB;
    border-color: #d4d4d4;
    border-radius: 0 3px 3px 0;
    border-style: solid;
    border-width: 0 0 2px 0;
    color: #888888;
    min-width: 26px;
    width: 26px;
    padding: 3px;
}
.style-grid {
    height: 200px;
}
.style-grid-event {
    height: 400px;
}
.style-grid-double { 
    height: 100%;
    width: auto;
    margin-left:5px;
    }
.style-grid-double-left {
    height: 100%;
    width: 250px!important;
    max-width: 250px;
}
.erasebutton {
    margin-top: 3px;
    height: 24px;
    margin-left: 5px
}
.myDxUpload .dxbl-upload-cancel-btn {
    visibility: hidden;
}
.myDxUpload {
    height: 24px;
}

/*.image-member-layout {
    border: black;
    border-radius: 50px;
    border-style: double;
    border-width: 1px;
    height: 100px;
    horiz-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 5px;
    text-align: center;
    width: 100px;
}
.image-business-layout {
    border: black;
    border-radius: 6px;
    border-style: double;
    border-width: 1px;
    height: 100px;
    horiz-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 5px;
    text-align: center;
    width: 100px;
}
.image-article-layout {
    border: black;
    border-radius: 6px;
    border-style: double;
    border-width: 1px;
    height: 100px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 100px;
}*/
.image-article-grid {
    border: black;
    border-radius: 6px;
    border-style: double;
    border-width: 1px;
    height: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    width: 60px;
}
.upload-layout {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
}
.upload-layout-profile {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    width: 100px;
}
.image-member-layout-profile {
    border: black;
    border-radius: 50px;
    border-style: double;
    border-width: 1px;
    height: 100px;
    horiz-align: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
    width: 100px;
}
.dxtagbutton {
    display: inline;
}

.specialBtn {
    margin: 5px;
    padding: 10px;
    width: 180px
}
