﻿.MMUImessageBox {
    position: fixed;
    width: 56%;
    left: 20px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
    background-color: rgb(255,255,255);
    color: #222;
    font-size: 14pt;
    /*font-family: 'DIN Offc Pro','Segoe UI', Arial, sans-serif;*/
    text-align: left;
    font-weight: lighter;
    padding: 40px;
    padding-bottom: 100px;
    border-radius: 0px;
    border: solid 1px #000;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);
    z-index: 10000;
    animation-name: warningMSG;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-direction: normal;
    transition: all ease 0.3s;
    transform: translateY(-700px);
}

.MMUImessageBoxBTN {
    position: absolute;
    bottom: 10px;
    padding-top: 12px;
    text-align: center;
    width: 120px;
    height: 27px;
    cursor: pointer;
    background-color: #ccc;
    color: #222;
    border-radius: 0px;
    border: solid 1px #FFF;
    transition: all 0.5s ease;
}

    .MMUImessageBoxBTN:hover {
        background-color: rgb(120,77,150);
        color: #fff;
    }

.MMUImessageBoxBTNno {
    position: absolute;
    right: 150px;
    bottom: 10px;
    padding-top: 12px;
    text-align: center;
    width: 120px;
    height: 27px;
    cursor: pointer;
    background-color: rgb(120,77,150);
    color: #fff;
    border-radius: 0px;
    border: solid 1px #FFF;
    transition: all 0.5s ease;
}

    .MMUImessageBoxBTNno:hover {
        background-color: #ccc;
        color: rgb(120,77,150);
    }

.closebutton {
    position: absolute;
    background-position: center;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url('/MMUI/icons/windows10icons/win10closeblack.png');
    cursor: pointer;
}
.marketPlaceInputText {
    width: 96%;
    margin-top: 5px;
    padding: 5px;
    border: 1px solid rgb(120, 120, 120);
    font-weight: lighter;
    color: rgb(120, 120, 120);
}
.marketPlaceMenuCoverDiv {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}
.marketPlaceMenuLabelCustomerDetailsFirmName {
    font-size: 20px;
    font-weight: bold;
    color: rgb(120, 77, 150);
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.marketPlaceInputText:focus + .marketPlaceInputInfoToolTipLabelCreateCustomer {
    display: block;
}
.marketPlaceInputInfoToolTipLabelCreateCustomer {
    position: relative;
    width: 94%;
    height: auto;
    background-color: rgba(215,239,255,1);
    display: none;
    font-weight: lighter;
    color: #2b2b2b;
    font-size: 14px;
    padding: 10px;
}

.ButtonWithLoader, .muiButtonMarketPlaceMenuLongWithLoader {
    overflow: hidden;
    position: relative;
    bottom: 1%;
    padding: 9px;
    padding-top: 12px;
    margin-right: 7px;
    font-weight: bold;
    font-size: 11pt;
    border: 1px solid transparent;
    background-color: rgb(242,148,0);
    color: #ffffff;
    margin-top: 24px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
}

.buttonLoaderO365orderBtnDiv {
    display: none;
    visibility: collapse;
}
.preloader-ring-o365OrderMask {
    position: relative;
    padding-top: 0.22rem;
    width: 25px;
    height: 25px;
    margin: .625rem;
    left: 33%;
    top: -15%;
}
.buttonLoaderO365orderBtnDiv {
    display: none;
    visibility: collapse;
}
.preloader-ring > .wrap, .preloader-ring-menu > .wrap, .preloader-ring-menu-customercreation > .wrap, .preloader-ring-menu-customerdetails > .wrap, .preloader-ring-o365OrderMask > .wrap, .preloader-ring-RegisterMask > .wrap, .preloader-ring-RegisterMaskAzurePrefix > .wrap, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap {
    position: absolute;
    height: 28px;
    width: 28px;
}
.preloader-ring.dark-style > .wrap > .circle::after, .preloader-ring-menu.dark-style > .wrap > .circle::after, .preloader-ring-menu-customercreation.dark-style > .wrap > .circle::after, .preloader-ring-menu-customerdetails.dark-style > .wrap > .circle::after, .preloader-ring-o365OrderMask.dark-style > .wrap > .circle::after, .preloader-ring-RegisterMask > .wrap > .circle::after, .preloader-ring-RegisterMaskAzurePrefix > .wrap > .circle::after, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap > .circle::after {
    background-color: #555555;
}
.preloader-ring > .wrap > .circle::after, .preloader-ring-menu > .wrap > .circle::after, .preloader-ring-menu-customercreation > .wrap > .circle::after, .preloader-ring-menu-customerdetails > .wrap > .circle::after, .preloader-ring-o365OrderMask > .wrap > .circle::after, .preloader-ring-RegisterMask > .wrap > .circle::after, .preloader-ring-RegisterMaskAzurePrefix > .wrap > .circle::after, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap > .circle::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background: #FFFFFF;
}
.preloader-ring > .wrap > .circle, .preloader-ring-menu > .wrap > .circle, .preloader-ring-menu-customercreation > .wrap > .circle, .preloader-ring-menu-customerdetails > .wrap > .circle, .preloader-ring-o365OrderMask > .wrap > .circle, .preloader-ring-RegisterMask > .wrap > .circle, .preloader-ring-RegisterMaskAzurePrefix > .wrap > .circle, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap > .circle {
    opacity: 0;
    width: 28px;
    height: 18px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: orbit 4000ms infinite;
    animation: orbit 4000ms infinite;
}
.circle {
    border-style: solid;
    border-width: 5px;
    border-radius: 50%;
    border-color: transparent transparent rgb(255, 255, 255);
    display: table-cell;
    text-align: center;
    margin: 0px;
    animation-name: rotcircles;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}
