﻿html, body, form {
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-color: #ececec;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #454545;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* Modal Progress */
#ModalProgress {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    /*background-color: rgba(128, 128, 128, 0.50);*/
    text-align: center;
    padding: 15% 0 0 0;
}

    #ModalProgress img {
        position: absolute;
        right: 50px;
        top: 80px;
        background-color: lavender;
        box-shadow: 10px 10px 3px #8b8b8b;
    }

/* Header */
#MP_Header {
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    color: rgba(49, 53, 52, 0.6);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.33);
    border-top: 1px solid #e0e0e0;
}

#MP_Header_Left {
    margin-left: 20px;
    color: #313534;
    font-weight: 700;
    font-size: 16px;
    line-height: 64px;
    float: left;
    width: 50%;
}

    #MP_Header_Left .MPLogo {
        padding-left: 0px;
        float: left;
        width: 200px;
        background-image: url(Images/Structure/BG_Header.png);
        background-repeat: no-repeat;
        background-position: right;
        height: 65px;
        background-size: contain;
    }

#MP_Header .BGHeader {
    background-image: url(Images/Structure/BG_Header.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 65px;
    float: left;
    width: 65px;
}

.MP_Header_Btn {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 14px 10px 0 0;
    border-radius: 999px !important;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
}

    .MP_Header_Btn:hover {
        background-color: rgba(12, 12, 12, 0.07);
        text-decoration: none;
    }

.MP_Header_BtnChangePartner {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 14px 0 0 10px;
    border-radius: 999px !important;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    padding: 8px 10px;
}

    .MP_Header_BtnChangePartner:hover {
        background-color: rgba(12, 12, 12, 0.07);
        text-decoration: none;
    }

#MP_Header_Right {
}

    #MP_Header_Right #MP_User {
        float: right;
        display: inline-block;
        position: relative;
        margin: 0px 12px;
    }

        #MP_Header_Right #MP_User ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            #MP_Header_Right #MP_User ul li a img {
                margin: 12px 0 0 0;
            }

            #MP_Header_Right #MP_User ul .dropdown {
                position: relative;
            }

                #MP_Header_Right #MP_User ul .dropdown .User_Image {
                    width: 40px;
                    height: 40px;
                    border-radius: 100%;
                    background-image: url(../Standard/Images/Structure/Logo.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    float: left;
                    background-color: #1ba2da;
                    margin-top: 10px;
                }

                #MP_Header_Right #MP_User ul .dropdown .Info_User {
                    display: inline-block;
                    padding: 0 20px 0 10px;
                    line-height: 18px;
                    margin-top: 10px;
                }

                    #MP_Header_Right #MP_User ul .dropdown .Info_User small {
                        display: block;
                        opacity: 0.5;
                    }

                #MP_Header_Right #MP_User ul .dropdown.open {
                    color: #313534;
                }

                    #MP_Header_Right #MP_User ul .dropdown.open > a {
                        background-color: #ffffff;
                        border-color: rgba(255, 255, 255, 0.9);
                        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
                        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
                    }

                    #MP_Header_Right #MP_User ul .dropdown.open .dropdown-menu {
                        margin-top: -1px;
                        border-top: none;
                    }

                #MP_Header_Right #MP_User ul .dropdown .dropdown-menu {
                    top: 65px;
                    left: auto;
                    right: 0;
                }

                #MP_Header_Right #MP_User ul .dropdown .Btn_User {
                    display: block;
                    padding: 0 20px;
                    height: 64px;
                }


                    #MP_Header_Right #MP_User ul .dropdown .Btn_User:hover {
                        background-color: rgba(12, 12, 12, 0.07);
                        text-decoration: none;
                    }


                    #MP_Header_Right #MP_User ul .dropdown .Btn_User:after {
                        content: "\f107";
                        position: absolute;
                        right: 10px;
                        top: 22px;
                        font-family: FontAwesome;
                        font-weight: normal;
                        font-style: normal;
                        text-decoration: inherit;
                        -webkit-font-smoothing: antialiased;
                    }


/* FINE HEADER */

/* CONTAINER */
#base {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}


.MP_Container {
    margin: 0;
    padding: 70px 0 0 0;
    width: 100%;
    min-width: 850px;
    color: #fff;
    background: #ececec;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
}


#MP_Content_Sx {
    padding: 90px 0 0 0;
    background-color: #e1e7ed;
    width: 30%;
    min-width: 250px;
    margin: 0;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    color: #313534;
    top: 0px;
    display: none;
}

    #MP_Content_Sx ul {
        text-align: left;
        margin: 0;
        padding: 0;
        font-weight: 700;
    }

        #MP_Content_Sx ul li {
        }

            #MP_Content_Sx ul li a {
                line-height: 42px;
                display: block;
                padding: 0 20px;
            }

                #MP_Content_Sx ul li a small {
                    display: block;
                    font-size: 10px;
                    line-height: 10px;
                }

                #MP_Content_Sx ul li a span {
                    display: block;
                    line-height: 22px;
                }

                #MP_Content_Sx ul li a:hover,
                #MP_Content_Sx ul li a.selected {
                    background-color: #cdd8e2;
                }

#MP_Content_Dx {
    padding: 90px 0 0 0;
    width: 70%;
    min-width: 650px;
    background-color: #fff;
    color: #313534;
    margin: 0;
    height: 100%;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 0;
    display: none;
}

.MP_Container_Close {
    height: 80px;
}

footer {
    background-color: #313534;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    z-index: 3;
}


    footer a {
        color: #fff;
        font-size: 20px;
        line-height: 10px;
        margin-left: 10px;
    }


        footer a:first-child {
            margin-left: 0px;
        }










/* RESPONSIVE */

@media (min-width: 768px) {
    #MP_Container {
        width: 98%;
    }
}

@media (min-width: 375px) and (max-width: 768px) {
    html, body, form {
        min-width: 375px;
    }

    /* HEADER */
    #MP_Header {
        height: 128px;
        position: relative;
    }

    #MP_Header_Left {
        width: 95%;
        margin: 0;
        padding-left: 5%;
        border-bottom: 1px solid #e0e0e0;
    }

    #MP_Header_Right {
        width: 100%;
        margin: 0;
    }

    #MP_Panel {
        position: absolute;
        top: 0;
        right: 0;
        height: 65px;
        border-bottom: 1px solid #e0e0e0;
    }

    #MP_User {
        margin: 0;
        float: left !important;
    }

    /* CONTAINER */
    #base {
        padding-left: 0;
    }

    #MP_Container {
        padding: 10px 10px 0 10px;
        width: 98%;
        margin-right: auto;
        margin-left: auto;
    }

    .Table_Cell [class*="col-sm-"], .Table_Cell [class*="col-md-"] {
        float: left;
        display: initial;
        width: 100%;
    }
}
