﻿/***********************************************************************
* Module    : admincoll.cs
* Author    : SN
* Created   : 2016-11-28
* Purpose   : CSS de l'admin collecte : Styles pour affichage des écrans admin de la collecte
*             
* Modified  : 
*
***********************************************************************/


.spe-fieldset-help {
    border: 1px solid gray;
    color: black;
    background: #F8F8FF;
    background: -webkit-linear-gradient(#F8F8FF, #E0E0E0); /* For Safari 5.1 to 6.0 - FAFAFA --> EAEAEA*/
    background: -o-linear-gradient(#F8F8FF, #E0E0E0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F8F8FF, #E0E0E0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F8F8FF, #E0E0E0); /* Standard syntax */
}

.spe-fieldset-help > legend {
    border: 0px solid gray;
    color: #000000;
    font-weight: bold;
    height: 20px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;

    background: #E0E0E0;
    background: -webkit-linear-gradient(#E0E0E0, #D0D0D0); /* For Safari 5.1 to 6.0 - F0F0F0 --> lightgray */
    background: -o-linear-gradient(#E0E0E0, #D0D0D0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E0E0E0, #D0D0D0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#E0E0E0, #D0D0D0); /* Standard syntax */
}

.spe-fieldset-msg {
    height: 100%;
    border: 1px solid gray;
    color: white;
    background: gray;
    background: -webkit-linear-gradient(gray, black); /* For Safari 5.1 to 6.0 - FAFAFA --> EAEAEA*/
    background: -o-linear-gradient(gray, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(gray, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(gray, black); /* Standard syntax */
}

.spe-fieldset-msg > legend {
    border: 0px solid gray;
    color: white;
    font-weight: bold;
    font-size: 14px;
    height: 20px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 95%;

    background: darkgray;
    background: -webkit-linear-gradient(gray, #D0D0D0); /* For Safari 5.1 to 6.0 - F0F0F0 --> lightgray */
    background: -o-linear-gradient(gray, #D0D0D0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(gray, #D0D0D0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(gray, #D0D0D0); /* Standard syntax */
}

/*
.close-btn-comm {
    text-align: left;
    margin-right: 4px; 
    height: 5px;
    float: left;
}
*/

.spe-link2 {text-decoration: none; color: red !important;}
a.spe-link2:link {text-decoration: none; color: red !important;}
a.spe-link2:hover {text-decoration: none ; color: #F78A31 !important; cursor: pointer} /* #F78A31; */
a.spe-link2:active {text-decoration: none; color: red !important;}
a.spe-link2:visited {text-decoration: none;  color: red !important;}

.spe-popup-msg {
    min-width: 300px;
    max-width: 460px;
    min-height: 200px;
    max-height: 200px;
    height: 200px;
    z-index: 2000;
    position: fixed;
    left: 0px;
    top:300px; 
    opacity: 0.95;
}



/* bug sur icône "en attente" dans Vos travaux / synthèses qui provoque le passage à la ligne suivante  */
.icon-simple  > span {
    display: inherit;
}

.hollow-table {
    border:none;
    margin:0px;
    background-color:inherit;
}
.wsearch {
    white-space: nowrap;
    margin: 0px;
    /*border:solid white 1px;*/
    border: none;
    border-collapse: separate;
}
