﻿body {




    .sendButton {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    height: 100%;
    background-color: whitesmoke;
    //Allgemein für alle Ansichten
    .rowHighlight {
        /*background-color:#7fbdff;*/
        color: #2386ff;
        margin: 10px !important;
        font-weight: bold;
    }

    .documentTypeTile:hover {
        opacity: 1;
        background-color: whitesmoke;
        color: white;
    }

    .documentTypeTile {
        background-color: white;
        color: darkgray;
        cursor: pointer;
        color: white;
        height: 200px;
        width: 200px;
        margin: 20px;
        float: left;
        overflow: hidden;
        -webkit-box-shadow: 0px 8px 38px -14px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 8px 38px -14px rgba(0,0,0,0.75);
        box-shadow: 0px 8px 38px -14px rgba(0,0,0,0.75);
        -webkit-transition: -webkit-transform 0.1s ease;
        -moz-transition: -moz-transform 0.1s ease;
        transition: transform 0.1s ease;

        .name {
            float: left;
            overflow-wrap: normal;
            border-bottom-style: solid;
            border-bottom-color: lightgray;
            border-bottom-width: 1px;
            padding-bottom: 20px;
            text-align: center;
            margin-top: 30px;
            text-overflow: ellipsis;
            overflow: hidden;
            /*height:50px;*/
            font-size: 20px;
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
            color: cornflowerblue;
            background-color: transparent;
        }
    }


    @media print {
        .sendButton {
            display: none !important;
        }
        .smartphoneMenuButton{
            display:none!important;
        }
    }
}
