﻿.Modal_General_Div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
}

.Modal_GeneralBackground_Div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.Modal_General_Div .Modal_GeneralCenter_Div {
    position: relative;
    top: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    opacity: 0;
    overflow: visible;
}

.Modal_Width_ExtraSmall {
    width: 30%;
    left: 35%;
}

.Modal_Width_Small {
    width: 50%;
    left: 25%;
}

.Modal_Width_Medium {
    width: 70%;
    left: 15%;
}

.Modal_Width_Large {
    width: 90%;
    left: 5%;
}

.Modal_Header {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: move;
    padding-top: 10px;
}

    .Modal_Header:before {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        border-top-width: 1px;
        border-top-style: solid;
        left: 15px;
        top: 30px;
    }

    .Modal_Header .Modal_Titre {
        text-align: center;
        position: relative;
        padding: 0 20px;
        display: inline-block;
        left: 30px;
    }

.Modal_Titre {
    line-height: 40px;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 300;
    max-width: 91%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Modal_Action_Bar {
    position: absolute;
    right: 25px;
    top: 13px;
}

.Modal_Contenu {
    padding: 0 15px 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    overflow: visible;
}
