﻿.my_modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.my_center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .my_center img {
        height: 118px;
        width: 118px;
    }

.text_orange {
    color: #F3752E !important;
}

.dropdown-menu .active a {
    background-color: lightgrey !important;
}

.toto label {
    font-weight: normal;
    margin-left: 5px;
}

.footerMediation {
    font-style: italic;
    font-size: 13px;
    margin-top: 30px;
}

.backTop {
    margin-top: -30px;
}

footer {
    border-top: 1px grey dashed;
}

h1, h2, h3, h4 {
    color: #F3752E !important;
}

 .actionButtonStyle {
     font-size: 20px;
     font-weight: bold;
     text-decoration: none !important;
 }
.cancelButtonStyle {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none !important;
}
