﻿@HeaderColor: #4d4d4d;
@IconColor: white;
@BackgroundColor: @HeaderColor;

body {

    .iconContainer {
        width: 100%;
        /*border-top-right-radius:25px;
         border-top-left-radius:25px;*/
        text-align: left;
        background-color: @BackgroundColor;
        border-style: solid;
        border-color: @HeaderColor;
        border-width: 1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 8px 38px -14px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 38px -14px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 35px -14px rgba(0,0,0,0.75);

        .titleBar {
            //display:none;
            /*border-top-right-radius:25px;
            border-top-left-radius:25px;*/
            font-size: 18px;
            position: relative;
            background-color: white;
            opacity: 1;
            color: @HeaderColor;
            height: 40px;
            width: 100%;
            text-align: center;
            margin-top: auto;
            margin-bottom: auto;
        }

        .headerTitle {
            font-size: 18px;
            color: white;
            margin-left: 10px;
        }

        .body {
            background-color: white;
            border-radius: 0 0 5px 5px;
            min-height:50px;
            .k-widget {
                background-color: transparent;
            }
        }
    }



    .imageSize {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 25px;
        text-align: left;
        align-content: center;
        margin-left: 10px;
        margin-right: auto;
        color: @IconColor;
    }

    .thumbnail {
        border-collapse: collapse;
        border-width: 0px;
        box-shadow: none;
    }
}
