﻿.cs-licensing
{
    font-family: Tahoma,Arial,Helvetica;
    width: 400px;
    background-color: white;
    padding: 5px;
    border: 1px solid #DFDFDF;
    text-align: left;
    font-size: 12px;
}

.cs-licensing a, .cs-licensing a:visited, .cs-licensing a:hover
{
    color: #0096F5 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.cs-licensing-params
{
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #F0F0F0;
    text-align: left;
    clear: both;
}
.cs-licensing .cs-row
{
    margin-bottom: 5px;
}

.cs-licensing .cs-row-input
{
    margin-bottom: 15px;
}

.cs-licensing .cs-label
{
    font-weight: normal;
    width: 160px;
    float: left;
}

.cs-licensing .cs-label-right
{
    float: right;
    text-align: right;
}

.cs-licensing .cs-label span
{
    font-size: 14px;
}

.cs-licensing .cs-label .help
{
    margin-bottom: 5px;
    text-align: left;
}

.cs-licensing .cs-label .help span
{
    font-size: 11px;
    display: block;
}

.cs-licensing .cs-value
{
    margin-left: 5px;
    float: left;
}

.cs-licensing .cs-value input
{
    padding: 0px;
    margin: 0px;
    width: 210px;
}

* html .cs-licensing .cs-value input
{
    width: 195px;
}

.cs-licensing .cs-value-error
{
    height: 1%;
    clear: both;
}

.cs-licensing .cs-clear-row
{
    clear: both;
}

.cs-licensing .cs-button-row
{
    margin-left: 40px;
}

.cs-licensing .cs-button, .cs-licensing .cs-button:hover, .cs-licensing .cs-button:visited
{
    cursor: pointer;
    float: left;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: medium none;
    color: white !important;
    display: block;
    font-family: Arial;
    font-size: 14px;
    height: 33px;
    font-weight: bold;
    text-align: center !important;
    font-family: Tahoma;
    padding-top: 7px;
    width: 122px;
}

.cs-licensing .cs-full-license-button
{
    margin-right: 55px;
    background-image: url(full_license.png);
}
.cs-licensing .cs-trial-license-button
{
    background-image: url(trial_license.png);
}

.cs-licensing .cs-license-info
{
    padding-top: 5px;
}

.cs-licensing p
{
    text-indent: 10px;
    color: #565656;
}

.cs-licensing .cs-error-title
{
    font-size: 16px;
    margin-left: 10px;
    color: #D31111;
    font-weight: bold;
}

.cs-licensing .cs-info-title
{
    font-size: 16px;
    margin-left: 10px;
    color: #565656;
    font-weight: bold;
    margin-top: 10px;
}

.cs-licensing .cs-info-fields
{
    margin-left: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.cs-licensing .cs-info-fields .cs-label
{
    float: none;
    width: auto;
    color: #565656;
    font-size: 14px;
    font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-value
{
    float: none;
    color: #0096F5;
    font-size: 14px;
    font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-trial-value
{
    float: none;
    color: #0096F5;
    font-size: 14px;
    font-weight: bold;
}
.cs-licensing .cs-info-fields .cs-full-value
{
    float: none;
    color: #40A000;
    font-size: 14px;
    font-weight: bold;
}
div.license
{
    border: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 5px;
}
div.license div.error
{
    padding: 10px 10px 10px 45px;
    background: #efefef url("warning.png") no-repeat 12px center;
}
div.license div.cs-info
{
    padding: 10px;
    background: #efefef;
}
div.license p
{
    margin-left: 12px;
    margin-right: 12px;
}
.cs-licensing-params .cs-value-error
{
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.cs-licensing .cs-row span.cs-value
{
    font-weight: normal;
}
.cs-licensing .cs-back
{
    float: left;
}
.cs-licensing .cs-license-help
{
    float: right;
    margin-left: 5px;
    padding-left: 25px;
    background-position: 4px 1px;
    background-image: url(system-help.png);
    background-repeat: no-repeat;
    display: block;
    height: 17px;
}

.cs-licensing .cs-info-message
{
    margin-top: 5px;
    font-weight: bold;
}



