﻿
@HeaderColor: #4d4d4d;
@IconColor: white;
@BackgroundColor: @HeaderColor;

body {

    table {
    }

    .k-grid td {
        text-align: left !important;
    }


    .linkCard {
       
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
        cursor:pointer;
        overflow: hidden;
        height: 150px;
           width: 100%;
           border-style: dashed;
    border-color: gray;
    margin-top:18px;
    background-color:whitesmoke;
    border-width: 0px 0px 0 0px;
        /*float:left;
             margin-right:20px;*/
        text-align: center;
        padding-top:30px;
        padding-left:5px;
        padding-right:5px;
        .count {
            font-size:35px;
        }

        .title {
            
        }
    }

     .linkCard.duty {
       
         height: 450px!important;
         overflow-y:auto;
         overflow-x:hidden;
    }


    /*Alle Tabellen innerhalb eines container-fluid Tags*/
    .container-fluid .k-widget.k-grid {
        /*Container-fluid Padding ausgleichen*/
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
        overflow-x: auto;
    }
    /*Alle Tabellen innerhalb eines container-fluid Tags*/
    .container-fluid .row .k-widget.k-grid {
        /*Container-fluid Padding ausgleichen*/
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden;
        overflow-y: auto;
    }

    .k-grid-header {
        display: none;
    }

    tr[role="row"] {
        height: 50px;
    }



    .k-grid tr td {
        border-width: 0px 0 0px 0px !important;
        border-style: none;
    }

    #dispatchedDateStatusGrid {
        tbody {
            tr.k-master-row:hover {
                    cursor: pointer;
                    background: #EAEAEA;
            }            
        }
    }

    .k-widget {
        border: none;
    }

    .k-alt.k-state-selected {
        background-color: #428bca !important;
    }
}