/* dialog */

#dialog ,
#unseen_dialog,
.dialog{
    display: none;
}
.ui-dialog-buttonpane {
    background-color: #e9e9e9;
    margin-top:0;
    border:0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button{
    font-weight: 600;
    border: 1px solid #fff;
    background: transparent;
}
button.cancelButtonClass.ui-button.ui-corner-all.ui-widget:hover,
button.cancelButtonClass.ui-button.ui-corner-all.ui-widget:hover {
    color: red;
}
.ui-dialog-titlebar{
    display:flex;
}
#unseen_dialogs p{
    font-weight: bold;
}
.ui-dialog-titlebar{
    border:0;
    border-bottom:1px solid #fff;
}
.pencil_icon:before {
    content: "\f040";
    font-family: fontawesome;
    margin-right: 0.3rem;
}
.block-icon:before{
    content: "\f00a";
    font-family: fontawesome;
    margin-right: 0.3rem;
}
.file-icon:before{
    content: "\f0f6";
    font-family: fontawesome;
    margin-right: 0.3rem;
}
header#scratch-pad-dialog-header {
    background-color: #f9f9f9e0;
    padding: 0.4rem 0.2rem;
}

header#scratch-pad-dialog-header button,
header#scratch-pad-dialog-header button:active {
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    font-weight: 699;
    font-size: 15.5px;
}

.ui-widget.ui-widget-content {
    background-color: #DCDDDD;
    padding: 0.5rem;
}
.ui-dialog .ui-dialog-content{
    padding:0.2rem;
    padding-top: 0;
}
.dialog-actions-wrapper {
    /* margin-top: 20px; */
}

.dialog-actions-wrapper button,#no-flagged-button {
    background: no-repeat;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    padding: 2px 15px;
    font-weight: bold;
    color: #000000 !important;
}
.dialog-actions-wrapper button:hover {
    color: #C80000;
}

.ui-draggable .ui-dialog-titlebar {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

/* .exhibitDialogTitle + .ui-dialog .ui-dialog-content {
    padding: 20px!important;
    background-color: #fff!important;
} */

.hover-color *{
    font-size: 13.3px!important;
}

.hover-color *:hover{
    color: #C80000!important
}

#no-flagged-button{
    margin: 8px 6.5px 8px 0;
    font-size: 14px;
    padding: 2px 10px !important;
    text-transform: uppercase;
}