#iconenot{
    position: fixed;
    left: calc( ( (100vw + 1080px) /2) );
    background-color: #ff00f2 !important;
    width: 48px;
    height: 48px;
    z-index: 999999;
}
/* .iconotif_expert::after{
    content: "⚑";
    font-size:xx-large;
    color: #00c8ff;
}
.iconotif_dispatcher::after{
    content: "⚑";
    font-size:xx-large;
    color: #f200ff;
}
.iconotif_default::after{
    content: "⚑";
    font-size:xx-large;
    color: #ffd000;
} */


#primary {
    /* background-color: #54af3a !important; */
}


.notificationsGroups_default #bogou-circle {
    border-right: 5px solid #0077ff !important;
}
.notificationsGroups_dispatcher #bogou-circle {
    border-right: 5px solid #54af3a !important;
}

.notificationsGroups_expert #bogou-circle {
    border-right: 5px solid #ff8c00 !important;
}


.notificationsGroups_default .titleform {
    background-color: #0077ff !important;
}
.notificationsGroups_dispatcher .titleform {
    background-color: #54af3a !important;
}
.notificationsGroups_expert .titleform {
    background-color: #ff8c00 !important;
}


.openLecturex::before {
    /* content: "\01F513"; */
    /* content: "\01F511"; */
    /* content: "\01F511"; */
    /* content: "\01F44D"; */
    content: "\01F4D6";
    color: #FFF;
    margin-right: 3px;
}

.messagenot{
    color: #990000;
    font-weight: bold;
}

.status_showcasing::before{
    content: "⚑";
    font-size:xx-large;
    color: #ff8c00;
}
.messagenot::after {
    position:absolute;
    display: inline-block;
    height:32px;
    width:32px;
    margin-right: 5px;
    margin-left: 5px;
    content: "";
    background:url(/site/wp-content/plugins/unfm-bogou/img/transmit.png) no-repeat 0 0;
    background-size: 32px 32px;
}

.thumbext_jpg::before,.thumbext_jpeg::before,.thumbext_png::before {
    position:absolute;
    display: inline-block;
    height:64px;
    width:64px;
    margin-right: 5px;
    content: "";
    background:url(/site/wp-content/plugins/unfm-bogou/img/jpg.png) no-repeat 0 0;
    background-size: 64px 64px;
}

.thumbext_mp4::before {
    position:absolute;
    display: inline-block;
    height:64px;
    width:64px;
    margin-right: 5px;
    content: "";
    background:url(/site/wp-content/plugins/unfm-bogou/img/mp4.png) no-repeat 0 0;
    background-size: 64px 64px;
}
.thumbext_mp3::before , .thumbext_m4a::before{
    position:absolute;
    display: inline-block;
    height:64px;
    width:64px;
    margin-right: 5px;
    content: "";
    background:url(/site/wp-content/plugins/unfm-bogou/img/mp3.png) no-repeat 0 0;
    background-size: 64px 64px;
}
.thumbext_pdf::before {
    position:absolute;
    display: inline-block;
    height:64px;
    width:64px;
    margin-right: 5px;
    content: "";
    background:url(/site/wp-content/plugins/unfm-bogou/img/pdf.png) no-repeat 0 0;
    background-size: 64px 64px;
}




#bogoucontentreturn{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    background-color: #fff;
}

#bogoucontent {
    text-align: center;
    background-color: #fff;
}


#bogou-case{
    position: relative;
    float: left;
    display: block;
    margin: 0px 0px 24px 0px;
    width: calc(100% - 0px) ;
    border: solid 1px #999;
    padding: 0px 0px;
    background-color: #fff;

}

#bogouFormAdd{
    position: relative;
    float: left;
    display: block;
    margin: 24px;
}


.bogoutitle {
    color: #000;
    text-align: center;
    background-color: #fff;
}

.bogoucusror {
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

#bogouFormAddMessage{

}

.titleform{
    position: relative;
    float: left;
    display: block;
    font-size: 2em;
    background-color: #0077ff;
    line-height: 2em;
    color: #FFF;
    width: 100%;
    margin: 0px;
    /* margin-top: 24px; */
}


#bogoumenu{
    position: relative;
    float: left;
    display: block;
    width: 100%;
}

#nextstep{
    color: #FFF !important;
    background-color: #bd0000 !important; 
    background: #bd0000 !important;
    font-weight: bold; 
}
#nextstep a.button, 
#nextstep button, 
#nextstep html input[type="button"], 
#nextstep input[type="reset"], 
#nextstep input[type="submit"] {
    color: #FFF !important;
    background-color: #bd0000 !important;
    background: #bd0000 !important; 
    font-weight: bold;
}

.btview{
    color: #FFF;
    background-color: #54af3a !important;
    padding: 3px;
}
.wdate{
    width: 80px;
}

.bogousubmenubig{
    position: relative;
    float: left;
    display: block;
    width: 100%;
    min-width: 100%;
    /* margin-bottom: 24px; */
    /* padding-bottom: 24px; */
}
.bogousubmenubig a:link,
.bogousubmenubig a:visited,
.bogousubmenubig a:active,
.bogousubmenubig a:hover {
    color: #FFF !important;
}

.bogousubmenu {
    position: relative;
    float: left;
    text-align: center;
    color: #FFF;
    padding: 6px;
    margin: 6px;
    border-radius: 6px;
    width: calc(50% - 24px) ;
    font-weight: bold;
}
.bogousubmenuintitle{
    background-color: #FF6600;
    width: 100%;
    padding: 12px 0px;
}
.bogousubmenuintext{
    color: #000;
    background-color: #fff;
    width: 100%;
}


.bogousubmenu a:link,
.bogousubmenu a:visited,
.bogousubmenu a:active,
.bogousubmenu a:hover {
    color: #FFF !important;
}
.bogousubmenuproentete{
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold; 
    margin-top: 1px;
    margin-bottom: 1px;
}
.bogousubmenuproright { 
    position: relative;
    float: right;
    text-align: center;
    margin-right: 24px;
    /* background-color:#fff;
    color: #FFF;
    padding: 6px;
    margin: 6px;
    border-radius: 6px; */
    /* width: 30%; */
}
.invi{
    display: none;
}
.bogousubmenupro {
    background-color: #990000;
    position: relative;
    float: right;
    width: 100%;
}

.formFieldBogounAdd {
    float: left;
    text-align: left;
    width: 100%;
    margin: 6px 0 6px 0;
}

.formFieldBogounAddLable {
    float: left;
    width: 30%;
}

.formFieldBogounAddField {
    float: left;
    width: 65%;
}

@media (max-width: 640px) {
    .formFieldBogounAddLable {
        width: 90%;
    }
}

.formFieldBogounAddField label {
    margin-left: 12px;
}

.tocpage {
    float: left;
    /* color: #FFF; */
    width: 100%;
    background-color: #fff;
    font-size: 1em;
    text-align: left;
    /* margin-bottom: 24px; */
    
    /* padding-top: 24px; */
    /* border: solid 2px #535353; */
}
.caseentetee {
    margin-top: 12px;
    
}

.toctitle {
    color: #FFF;
    background-color: #535353;
    font-size: 1em;
    text-align: left;
    
}

.toccontent {
    color: #000000;
    background-color: #ffffff;
    font-size: 1em;
    text-align: left;
}

.casetitle {
    font-size: 1.5em;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 24px auto;
    padding: 6px;
    width: 80%;
    padding-top: 24px;
}

.casesubtitle {
    font-size: 0.8em;
    
}

.casedescription {
    color: #000000;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 24px auto;
    padding: 6px;
    width: 80%;
}


.casemessagetxt {
    color: #000000;
    background-color: #ffffff;
    margin: 24px auto;
    /* padding: 6px; */
    width: 80%;
    border: solid 1px #535353;
}
.casemessagetxttxt {
    color: #000000;
    background-color: #ffffff;
    margin: 24px;
}

.casesign {
    text-align: right;
    margin: auto;
    padding: 6px;
    width: 80%;
}

.blocuser {
    text-align: right;
    margin: 0px;
    /* padding: 6px; */
    width: 100%;
    /* margin-top: -6px; */
    background-color: #23df19;
}

.blocuser_0 {
    color: #FFF;
    text-align: left !important;
    width: 100%;
    /* margin-top: -6px; */
    background-color: #0073ff;
}
.blocuser_0 .caseuser{
    color: #FFF;
}


.blocusercase {
    text-align: left;
}

.bogouimg {
    max-width: 100%;
}

.caseuser {
    color: #000000;
    /* background-color: #ffffff; */
    text-align: right;
    margin-right: 12px;
    margin-left: 24px;
    padding: 6px;
    /* border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: solid 1px #535353; */
}

.messagedate {
    font-size: 9px;
}

.blocusercase .caseuser {
    text-align: left;
}

.css_bogou_user_tr_0 {
    /* background-color: #ffae00 !important; */
    text-align: center;
}

.css_bogou_user_span_0::before {
    content: "\f024";
    font-size: large;
    background-color: #00FF00 !important;
}

.gg-user_1 {
    color: #0077ff;
    position: absolute;
    margin-left: 3px;
    margin-top: 11px;
    width: 14px;
    height: 6px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    /* background-color: currentColor; */
    border-radius: 6px 6px 0 0;
}

.gg-user_1::before {
    content: '';
    position: absolute;
    left: 2px;
    top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 1px currentColor;
    /* background-color: currentColor; */
}

.gg-user_0true {
    color: #7300ff;
    position: absolute;
    margin-left: 3px;
    margin-top: 11px;
    width: 14px;
    height: 6px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    background-color: currentColor;
    border-radius: 6px 6px 0 0;
}
.gg-user_0true::before {
    content: '';
    position: absolute;
    left: 2px;
    top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 1px currentColor;
    background-color: currentColor;
}

.gg-user_0 {
    color: #0077ff;
    position: absolute;
    margin-left: 3px;
    margin-top: 11px;
    width: 14px;
    height: 6px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px transparent;
    background-color: currentColor;
    border-radius: 6px 6px 0 0;
}

.gg-user_0::before {
    content: '';
    position: absolute;
    left: 2px;
    top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 1px currentColor;
    background-color: currentColor;
}

.gg-user_true {
    color: #7b00ff;
    position: absolute;
    /* margin-left: 3px;
    margin-top: 11px;
    width: 14px;
    height: 6px; */
    /* border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-top: solid 1px currentColor;
    border-bottom: solid 1px transparent; */
    /* background-color: currentColor; */
    /* border-radius: 6px 6px 0 0; */
}

.gg-user_true::before {
    content: '\002605';
    color: #7b00ff;
    position: absolute;
    font-size: xx-large;
    /* left: 2px;
    top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 50%; */
    /* border: solid 1px currentColor;
    background-color: currentColor; */
}

.div_attachment {
    width: 100% !important;
}

.div_attachment object,
.div_attachment video {
    width: 100% !important;
    min-height: 480px;
}

.hideninfo{
    display: none ;
}