.msg-inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.msg-info.msg-header, .msg-warn.msg-header, .msg-crit.msg-header {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding-left: 24px;
    font-size: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 4px 4px;
    user-select: none;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25%;
    white-space: nowrap;
}
.msg-body {
    user-select: none;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid;
    border-top: none;
    height: calc(100% - 24px);
    padding: 10px;
    max-height: calc(100% - 24px);
    overflow-x: hidden;
    overflow-y: auto;
}
.msg-body > div {
    margin-bottom:20px;
    overflow-y: auto;
    height: 100%;
}
.msg-info {
    background-color: rgba(143,169,39,1);/*rgba(144,238,144,1);*/
    border-color: green !important;
    transition: ease-in-out 0.2s;
}
.msg-info-ball {
    display:inline-block; 
    border-radius: 50%; 
    border: 2px solid green;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
    background: #b4ddb4; /* Old browsers */
    background: -moz-radial-gradient(6px, ellipse cover, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(6px, ellipse cover, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 6px, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
    width: 16px;
    height: 16px;
    font-size: 0;
    white-space: nowrap;
}
.msg-info.msg-header {
    background-image: url(/images/icons/iconmonstr-info.svg);
    transition: ease-in-out 0.2s;
}
.msg-info.msg-body {
    background-color: rgba(144,238,144,0.1);
    transition: ease-in-out 0.2s;
}

.msg-warn {
    background-color: rgba(250,140,0,1);
    border-color: #fe8e12 !important;
    color: black;
    transition: ease-in-out 0.2s;
}
.msg-warn-ball {
    display:inline-block; 
    border-radius: 50%; 
    border: 2px solid #fe8e12;
    background: #ffe16b; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffe16b 1%, #fa8c00 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffe16b 1%,#fa8c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffe16b 1%,#fa8c00 100%);
    width: 16px;
    height: 16px;
    font-size: 0;
    white-space: nowrap;
}
.msg-warn.msg-header {
    background-image: url(/images/icons/iconmonstr-warn.svg);
    transition: ease-in-out 0.2s;
}
.msg-warn.msg-body {
    background-color: rgba(250,140,0,0.1);
    color: black;
    transition: ease-in-out 0.2s;
}

.msg-crit {
    background-color: rgba(255,20,0, 1);
    border-color: red !important;
    color: white;
    transition: ease-in-out 0.2s;
}
.msg-crit-ball {
    display:inline-block; 
    border-radius: 50%; 
    border: 2px solid red;
    background: #ff3019; /* Old browsers */
    background: -moz-radial-gradient(6px, ellipse cover, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(6px, ellipse cover, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at 6px, #ff3019 0%,#cf0404 100%);
    width: 16px;
    height: 16px;
    font-size: 0;
    white-space: nowrap;
}

.msg-crit.msg-header {
    background-image: url(/images/icons/iconmonstr-error.svg);
    transition: ease-in-out 0.2s;
}

.msg-crit.msg-body {
    background-color: rgba(255,20,0, 0.1);
    color: black;
    transition: ease-in-out 0.2s;
}

.msg-page-circle {
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    height: 12px;
    width:  12px;
    margin: 6px;
    transition: height ease-in-out 0.2s, width ease-in-out 0.2s, margin ease-in-out 0.2s;
    flex: 0 0 auto;
    cursor: pointer;
}

.msg-page-circle.msg-info{
    background: rgba(143,169,39,0.1);
    border-color: green !important;
}

.msg-page-circle.msg-warn{
    background: rgba(250,140,0,0.1);
    border-color: #fe8e12 !important;
}

.msg-page-circle.msg-crit{
    background-color: rgba(255,20,0, 0.1);
    border-color: red !important;
}

.msg-page-circle.msg-page-active {
    height: 24px;
    width:  24px;
    margin: 0px;
    transition: height ease-in-out 0.2s, width ease-in-out 0.2s, margin ease-in-out 0.2s;
}

.msg-page-arrowleft {
    display: inline-block;
    height: calc(100% - 32px);
    width: 22px;
    padding-right: 12px;
    background-image: url(/images/icons/iconmonstr-leftarrow.svg);
    background-size: 22px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    transition: height ease-in-out 0.2s, width ease-in-out 0.2s, padding-right ease-in-out 0.2s, padding-bottom ease-in-out 0.2s, background-size ease-in-out 0.2s;
}

.msg-page-arrowright {
    display: inline-block;
    height: calc(100% - 32px);
    width: 22px;
    padding-right:12px;
    background-image: url(/images/icons/iconmonstr-leftarrow.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    transform: scale(-1,1);
    background-position: 0px 50%;
    transition: height ease-in-out 0.2s, width ease-in-out 0.2s, padding-right ease-in-out 0.2s, padding-bottom ease-in-out 0.2s, background-size ease-in-out 0.2s;
}

.msg-page-arrowleft:hover, .msg-page-arrowright:hover {
    width:  32px;
    cursor: pointer;
    padding-right:  0px;
    background-size: 32px;
    transition: height ease-in-out 0.2s, width ease-in-out 0.2s, padding-right ease-in-out 0.2s, padding-bottom ease-in-out 0.2s, background-size ease-in-out 0.2s;
}

.msg-page-arrowleft:hover {
    padding-right: 2px;
}

.msg-organizationMessages {
    position: relative;
    opacity: 0;
    height:  0px;
    width:   100%;
    left:    50%;
    transform: translateX(-50%);
    transition: height ease-in-out 0.2s, opacity ease-in-out 0.2s;
}

.msg-organizationMessages.msg-visible {
    opacity: 1;
    height: 150px;
    transition: height ease-in-out 0.2s, opacity ease-in-out 0.2s;
}

.msg-absolute {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: calc(100% - 25px);
}

.msg-slide {
    animation: slideHide 1s;
    opacity: 0;
    z-index: -1;
}

.msg-slide.msg-visible {
    animation: slideShow 1s;
    opacity: 1;
    z-index: 1;
}

.msg-container {
    padding: 0;
    background-color: white;
    border-radius: 10px;
    position: relative;
    height:  calc(100% - 32px);
    width:   calc(100% - 100px);
    display: inline-block;
}

.msg-pages {
    height: 25px;
    width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.msg-close {
    position: relative;
    display: block;
    right: -33%;
    top: 23%;
    float: right;
    /*transform: translateY(-50%);*/
    border-radius: 50%;
    border: 1px solid black;

}

.msg-close:hover {
    cursor: pointer;
}

.msg-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background: rgba(0,0,0,0.25);
    z-index: -100;
    opacity: 0;
    transition: z-index linear 0s 0.2s, opacity ease-in-out 0.2s; 
}

.msg-modal.msg-visible {
    opacity: 1;
    z-index: 100;
    transition: z-index linear 0s, opacity ease-in-out 0.2s;
}

.msg-modal-container {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: 33%;
    border-radius: 10px;
}

@keyframes slideHide {
    from {
        transform: translateX(0%);
        opacity: 1;
    }
    to{
        transform: translateX(-101%);
        opacity: 0;
    }
}

@keyframes slideShow {
    from {
        transform: translateX(101%);
        opacity: 0;
    }
    to{
        transform: translateX(0%);
        opacity: 1;
    }
}