body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #6D6D6D;
    font-size: small;
}
.applicationmessage
{
    background-color: White;
    width: 62%;
    margin-top: 10%;
    text-align: left;
    padding: 10px;
    border-color: #96C5E0;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    color : #25465F;
}
.applicationmessage img
{
    display: block;
    float: left;
    margin: 0 0 20px 0;
    margin-right: 10px;
}
.applicationmessage p
{
    display: block;
    margin: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#25465F;
}

.ellipsis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: inherit;
    display: block;
}
.divGreenBorder
{
    float: left;
    width: 278px;
    border: solid 2px #2765A4;
    /*height: 325px;*/
    padding: 10px;
    margin-bottom: 10px;
}
.divEspace
{
    float: left;
    width: 8px;
    height: 295px;
}
.txtBoxAccueil
{
    width: 220px;
}
.lblErrAccueil
{
    font-size: 11px;
    margin-bottom: 5px;
}

.divTitleBold
{
    font-weight: bold;
    color:#2d4b9b;
    /*margin-bottom: 15px;*/
    text-decoration:none;
    width: 85.5%;
    font-size:110%;

}
.divTitleNormal
{
    margin-bottom: 15px;
    text-decoration:none;
    width: 93.3%;
}
.divTitleNormalJustify
{
    margin-bottom: 15px;
    width: 545px;
    text-align: justify;
    text-decoration:none;
}
.lblMsisdn
{
    font-size: 13px;
}
.scrollable
{
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    padding-bottom:20%
}
.DivPopup
{
    position: absolute;
    left: 13%;
    margin-top: 50px;
    width: 18.5%;
    height: auto;
    border: solid 1px #C2C2C2;
    background-color: #FFFFFF;
    padding: 10px;
    text-align: left;
}
.DivGreen
{
    margin: 15px;
    margin-left:0px;
    float: none;
    height: auto;
    width: 90%;
    background-color: #CFDDEB;
}

.DivGreen table
{
    width: 100%;
}
.DivGreen td
{
    font-weight: bold;
    padding: 5px;
    vertical-align:top;
}
.DivGreen td span
{
    font-weight: normal;
}

.gridview
{
    border: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #696c71;
}
.gridview td, .gridview th
{
    border: 0;
    padding: 4px;
    text-align: left;
}
.gridview th
{
    font-size: 11px;
    font-weight: bold;
}
.gridview .entete
{
    background-color: #477BB2;
    /*color: #6D6D6D;*/
    color:White;
    border: 0;
}
.gridview .entete img
{
    border: 0;
}
.gridview .entete a
{
    color: #6D6D6D;
    text-decoration: none;
}
.gridview .ligne
{
    background-color: #ffffff;
    color: #696c71;
    border: 0;
}
.gridview .lignealterne
{
    background-color: #CFDDEB;
    color: #696c71;
    border: 0;
}
.gridview .ligneselectionne
{
    background-color: #0195C7;
    color: #6D6D6D;
    border: 0;
}
.gridview .pagination span
{
    background-color: #0195C7;
    color: White;
    padding: 4px;
}
.gridview .pagination a
{
    padding: 3px;
    border: solid 1px #696c71;
    color: #696c71;
    text-decoration: none;
}
.lienPuceBleue
{
    background-position: left center;
    width: 110px;
    font-size: normal;
    color: #01ABC4;
    margin-left: 5px;
    padding-left: 10px;
    text-decoration: none;
    background-image: url(../Images/PuceFleche.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.lienPuceBleue:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.lienBleue
{
    background-position: left center;
    width: 110px;
    font-size: normal;
    color: #01ABC4; /*margin-left: 5px;     padding-left: 10px;*/
    text-decoration: none;
    cursor: pointer;
}
.lienBleue:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.DivContainerScroll {
    width: 39%;
    height: auto;
    /*height:auto;*/
    overflow: auto;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
    /*border:solid 1px red;*/
}

.col-1 {width: 20.5%; padding-left: 50%;}
.col-2 {  width: 39%; height: auto;overflow: auto; overflow-x: hidden; margin-left: auto;margin-right: auto;}
.col-3 { width: 94%; padding: -10px;}

@media only screen and (max-width: 620px) {
    .table-compte{
        overflow-x:scroll;
    }

    [class*="col-1"] {
 padding-left: 0px;  
    }

    [class*="applicationmessage"] {
 width:90%; 
     }
        .col-3 {
        width: 100%;
    }

   .DivPopup{
 width:50%; 
     }

}

@media only screen and (max-width: 1400px) {
   
    [class*="col-1"]  {
 padding-left: 0px;  
    }
    [class*="col-2"] {
 width: 100%; 
     }
    [class*="col-3"]  {
        width: 96%;
    }

}
