.ms-options {
    max-width: 100% !important;
}
@media only screen and (min-width: 1232px) and (max-width: 1439px), only screen and (min-width: 1440px) {
    .main-content {
        margin: 1.5rem 3rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1231px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
    .main-content {
        margin: 1.5rem;
    }
}
#Header {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0 0 1rem 0 #A0A0A0;
    background-color: white;
}
@media only screen and (min-width: 1232px) and (max-width: 1439px), only screen and (min-width: 1440px) {
    #Header {
        padding: 0.75rem 3rem 0.5rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1231px) {
    #Header {
        padding: 0.75rem 1.5rem 0.5rem;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
    #Header {
        padding: 0.75rem 1.5rem 0.5rem;
    }
}
#Header > * {
    width: 100%;
}
#Header > *:not(:last-of-type) {
    margin-bottom: 0.75rem;
}
@media only screen and (min-width: 1024px) {
    #Header > .header {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}
#Header > .header > * {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (max-width: 767px) {
    #Header > .header > * {
        width: 100%;
    }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1023px) {
    #Header > .header > .center,
    #Header > .header > .left {
        margin-bottom: 0.75rem;
    }
}
#Header > .header > .left a {
    height: 2rem;
}
#Header > .header > .center .dropdown > .dropdown-toggle,
#Header > .header > .right .dropdown > .dropdown-toggle {
    color: #808080 ;
}
#Header > .header > .center .dropdown.dropdown-active > .dropdown-toggle,
#Header > .header > .right .dropdown.dropdown-active > .dropdown-toggle {
    color: black !important;
}
#Header > .header > .center .dropdown .dropdown-content > *,
#Header > .header > .right .dropdown .dropdown-content > * {
    display: block;
}
#Header > .header > .center .dropdown .dropdown-content > *:not(.dropdown),
#Header > .header > .right .dropdown .dropdown-content > *:not(.dropdown) {
    padding: 0.5rem;
}
#Header > .header > .center .dropdown .dropdown-content > *.dropdown > .dropdown-toggle,
#Header > .header > .right .dropdown .dropdown-content > *.dropdown > .dropdown-toggle {
    padding: 0.5rem;
    width: 100%;
    text-align: left;
}
#Header > .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#Header > .footer > .left #Breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
#Header > .footer > .left #Breadcrumb > li {
    list-style: none;
    /*list-style-image: url("data:image/gif");*/
    list-style-type: none;
    list-style-position: outside;
    color: #808080;
}
#Header > .footer > .left #Breadcrumb > li:not(:last-of-type):not(:first-of-type)::after {
    content: "/\00a0";
}
#Header > .footer > .left #Breadcrumb > li:first-of-type::after {
    content: "\00a0\00a0\00a0";
}
@media only screen and (max-width: 425px) {
    #Header > .footer {
        flex-flow: column;
    }
}
.sigBtn {
    user-select: none;
    border-radius: 0.125rem;
    cursor: pointer;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: #EFEFEF !important;
    color: #000000;
}
.sigBtnSum {
    user-select: none;
    border-radius: 0.125rem;
    cursor: pointer;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem;
    background-color: var(--primary-bg-Color)  !important;
    color: white;
}
.sigBtnSum > img {
    filter: invert(98%) sepia(100%) saturate(7%) hue-rotate(117deg) brightness(101%) contrast(102%);
}
.sugestfile-label:hover{
    background-color: var(--primary-bg-Color) ;
    border-radius: 10px;
    color: white;
}
.sugestfile-label-active{

     background-color: var(--primary-bg-Color) ;
     border-radius: 10px;
     color: white;
 }

#auth_changeLog {
    padding: 0 0.3rem;
	padding-top: 0.1rem;
}

#auth_changeLog > span {
    color: rgba(27, 74, 74, 0.75);
}

#ChangelogToggle:hover {
    color: rgba(36, 98, 98, 0.9);
}
.wrapper {
    border-radius: 0 0 5px 13px;
    overflow-y: scroll;
    max-height: 20vh;
    background: #ccc;
    width: unset !important;
}

#auth_changeLog > ul > li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 2px;
    color: #454545;
}

#auth_CLD {
	border-radius: 13px 5px 5px 13px;
    margin: 0.3rem;
	width: unset !important;
    border: 1px solid black;
}

.auth_modal_altBRadius {
    border-radius: 13px 13px 5px 13px !important;
}

.auth_modal_altBRadius > .header {
    border-radius: 13px 13px 0 0 !important;
}
#auth_CLH {
	border-radius: 13px 5px 0 0;
	margin: 0;
	background: #ccc;
}
.plantOffline-switch{
    background: #4d4d4d;border-radius: 13px;color: #9d9d9d;cursor: pointer;
    transition: all 0.2s ease-in;
    position: absolute;
    padding: 0;
    box-shadow: 0px 0px 8px -1px rgb(0, 0, 0);
    right:7rem;
    top: 0.5rem;

}
.plantOffline-switch .text{
    padding: 0.5rem;
}
.plantOffline-switch:hover .plants-list{
    color: white;
    font-weight: bold;
    max-height: 15vh;
    max-width: unset;
    margin: 5px;
    white-space: nowrap;
}
.plants-list{
    margin: 0;
    transition: all 0.2s ease-in;

    overflow: auto;
    overflow-x: hidden;
    max-height: 0;
    max-width: 0;
}
.plantOffline-switch:hover {
    color: white;
    box-shadow: 0px 0px 10px 2px rgba(255,192,0,1);
  /*  font-weight: bold;*/
}
.debug-switch{
    padding: 0.5rem;background: #4d4d4d;border-radius: 13px;color: #9d9d9d;cursor: pointer;
    transition: all 0.2s linear;
    position: fixed;
    top:4rem;
    box-shadow: 0px 0px 8px -1px rgb(0, 0, 0);
    right:1rem;
}
.debug-switch:hover{
    background-color: var(--primary-client-bg-Color);
    color: #c48900;
    box-shadow: 0px 0px 10px 2px rgba(255,192,0,1);
    font-weight: bold;
}
.debug-switch.active{
    background-color: var(--primary-client-bg-Color);
    color: #c48900;
    box-shadow: 0px 0px 10px 2px rgba(255,192,0,1);
    font-weight: bold;
}
.locale-switch{
    padding: 0.5rem;background: #4d4d4d;border-radius: 13px;color: #9d9d9d;cursor: pointer;
    transition: all 0.2s linear;
    position: fixed;
    top:1rem;
    box-shadow: 0px 0px 8px -1px rgb(0, 0, 0);
    right:1rem;
}
.locale-switch:hover{
    background-color: var(--primary-client-bg-Color);
    color: #c48900;
    box-shadow: 0px 0px 10px 2px rgba(255,192,0,1);
    font-weight: bold;
}
.locale-switch.active{
    background-color: var(--primary-client-bg-Color);
    color: #c48900;
    box-shadow: 0px 0px 10px 2px rgba(255,192,0,1);
    font-weight: bold;
}