﻿/* page Parc Client */
       

#grid .k-grid-toolbar 
{
    padding: .6em 1.3em;
}

#grid .row 
{
    padding: 0.9em;
}

        .k-detail-cell .k-tabstrip .k-content {
            padding: 0.2em;
        }

        .category-label {
            vertical-align: middle;
            padding-right: .5em;
        }

        #category {
            vertical-align: middle;
        }

        .toolbar {
            float: right;
        }

        #grid .k-hierarchy-col {
            width: 10px;
        }

        #grid .k-group-col {
            width: 10px;
        }
 /*#grid .k-header {
           background-color: #033c73 ;
        }*/

/*#grid .k-grouping-header
{
    display: none;
}*/

/*Show or hide headers with */
/*#gridFilters .k-grid-header
{ 
    display:none ;
}*/


/*To display Text in empty grid*/
.empty-grid::before 
{
    padding: 1em;
    line-height: 3em;
    content: "Aucun Resultat.";
}

#myTable tr.active th,
#myTable tr.active td {
    background-color: #123456;
    color: white;
    font-weight: bold;
}

#myTable2 tr.active th,
#myTable2 tr.active td {
    background-color: #123456;
    color: white;
    font-weight: bold;
}


.ajour { color : #3e8e41 ; /* vert foncé */
   /* background: #fda  ; jaune pale*/
}
.maj {
   color: #f00;/* rose pale */
}
.pilote {
    color: #3aa9e9; /* bleu */
}
.piloteattente {
   color: #ced; /* vert */
}
.actiondefinir{
    color:  hotpink ;
}

.error {
    color:red;
}

.warning {
    color: darkorange;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
maTable3 {
    width: 100%;
    background-color: #f3f3f3;
    overflow-y: auto;
}

    maTable3.thead, maTable3.tbody, maTable3.tr, maTable3.td, maTable3.th {
        display: block;
    }

maTable3.tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

        maTable3.thead maTable3.th {
            height: 30px;
            /*text-align: left;*/
        }

maTable3.tbody {
    height: 120px;
    overflow-y: auto;
}

maTable3.thead {
    /* fallback */
}


    maTable3.tbody maTable3.td, maTable3.thead maTable3.th {
        width: 19.2%;
        float: left;
    }