﻿body
{
    font-family: Segoe UI, Tahoma, Arial;
    font-size: 11px;
    background-color: rgb(246, 248, 250);
}

div.MainTitle
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    min-width: 700px;
}

img.MainTitle
{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 14px;
    width: 32px;
    height: 32px;
}

span.MainTitle
{
    line-height: 60px;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 60px;
}

#LeftPanel
{
    width: 350px;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
}

#RightPanel
{
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 350px;
    right: 0;
    min-height: 300px;
    min-width: 200px;
}

#LicenceInfoPanel
{
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#LicenceStatusPanel
{
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100px;
}

div.SubTitle
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding-left: 5px;
}

span.SubTitle
{
    line-height: 40px;
    font-size: 14px;
    font-weight: lighter;
    color: #1261e1;
}

div.LicenceInfoContent
{
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    bottom: 0;
}

div.LicenceInfoContentRow
{
    position: relative;
    height: 26px;
}

div.LicenceInfoContentLabel
{
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    width: 145px;
    line-height: 26px;
}

div.LicenceInfoContentValue
{
    position: absolute;
    left: 150px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 3px;
    border-top: 1px solid #abadb3;
    border-left: 1px solid #e2e3ea;
    border-right: 1px solid #e2e3ea;
    border-bottom: 1px solid #e2e3ea;
    padding: 1px;
    background-color: rgb(255, 255, 255);
}

input.LicenceInfoContentValue
{
    width: 100%;
    border: 0;
    padding: 0;
    font-family: Arial Unicode MS,Segoe UI,Tahoma,Arial;
    font-size: 11px;
}

#LicenceStatusContent
{
    position: absolute;
    top: 45px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

div.LicenceKeyContent
{
    position: absolute;
    top: 48px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

textarea.LicenceKeyContent
{
    width: 100%;
    height: 100%;
    margin-top: -3px;
    margin-left: -3px;
    font-family: Arial Unicode MS,Segoe UI,Tahoma,Arial;
    font-size: 11px;
    min-height: 280px;
}
