﻿.cs-licensing
{
	font-family: Tahoma,Arial,Helvetica;
	width: 400px;
	background-color: white;
	padding: 10px 5px 5px 5px;
	border: 1px solid #DFDFDF;
	text-align: left;
    position: relative;
}

.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: 20px;
	background-color: #F0F0F0;
	text-align: left;
}
.cs-licensing .cs-row-input {
    margin: 5px 0px;
}
.cs-licensing .cs-row
{
	margin-bottom: 15px;
}

.cs-licensing .cs-label
{
	font-weight: normal;
	width: 160px;
	float: left;
}

.cs-licensing .cs-label-right
{
	float: right;
}

.cs-licensing .cs-label span
{
	font-size: 14px;
}

.cs-licensing .cs-label .help
{
	margin-bottom: 5px;
}

.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;
	_width: 195px;
}

.cs-licensing .cs-value-error
{
	zoom: 1;
	clear: both;
}

.cs-licensing .cs-clear-row
{
	clear: both;
}

.cs-licensing .cs-button-refresh
{
	/* should be uncomment when trial licanse will be implemented */
	/*margin-left: 40px;*/
    text-align: center;
}

.cs-licensing .cs-button-row {
    margin: 10px auto 0px auto;
    text-align: center;
}

.cs-licensing .cs-button,
.cs-licensing .cs-button:hover,
.cs-licensing .cs-button:visited
{
	cursor: pointer;
	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;
    display: inline-block;
}

.cs-licensing .cs-full-license-button
{
	/* should be uncomment when trial licanse will be implemented */
	/* margin-right: 55px; */
	background-image: url(full_license.png);
}
.cs-licensing .cs-trial-license-button
{
	background-image: url(trial_license.png);
    margin-left: 5px;
}

.cs-licensing .cs-license-info
{
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cs-licensing .cs-license-info p
{
	text-indent: 10px;
	color: #565656;
}

.cs-licensing .cs-licensing-params p
{
	text-indent: 10px;
	color: #565656;
}

.cs-licensing .cs-licensing-params .cs-licensing-other-license p {
    text-indent: 0px;
    margin-left: 10px;
}

.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: #40A000;
	font-weight: bold;
}

.cs-licensing .cs-info-fields
{
	margin-left: 10px;
	margin-top: 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;
}

.cs-licensing .cs-info-fields .cs-banned-value
{
	float: none;
	color: red;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

.cs-licensing .cs-info-fields .cs-banned
{
	text-decoration: line-through;
}
div.license div.error
{
	padding: 10px;
	padding-left: 45px;
	background: #efefef url("warning.png") no-repeat 12px center;
	-moz-border-radius: 5px;
	border: 1px solid #ddd;
	font-weight: bold;
	margin-bottom: 5px;
}
div.license p
{
	margin-left: 12px;
	margin-right: 12px;
    margin-top: 5px;
    line-height: 18px;
}
.cs-licensing-params .cs-value-error
{
	padding-top: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
    color: red;
}
.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 3px;
	background-image: url(system-help.png);
	background-repeat: no-repeat;
	display: block;
	height: 17px;
}
.cs-licensing a.dnnFormHelp {
    padding-right: 17px;
}

.cs-licensing .cs-change-domain-button-row {
    margin-top: 15px;
}

.cs-licensing .cs-change-domain-cancel-button{
    background-image: url(Cancel_button.png);
    margin-left: 5px;
}

.cs-licensing .cs-change-domain-button
{
	/* should be uncomment when trial licanse will be implemented */
	/* margin-right: 55px; */
	background-image: url(full_license.png);
}

.cs-licensing .cs-change-domain-hint {
    font-size: 11px;
}

.cs-licensing .cs-change-domain-hint-row {
    margin: 5px 0px 15px;
}

.cs-licensing .dnnLabel > a.dnnFormHelp { 
	padding-right: 0;
}

.cs-licensing .dnnLabel  {
	width:auto;
}

.cs-licensing .dnnTooltip .dnnFormHelpContent {
    width: 270px;
}

.cs-licensing .Help {
    word-break: break-word;
}

.cs-licensing .cs-progress {
    position: absolute; 
    text-align: center; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    right: 0; 
    left: 0; 
    z-index: 9999999; 
    background-color: #000000; 
    opacity: 0.5;
}

.cs-licensing .cs-progress img {
    padding: 10px; 
    position:absolute; 
    top:45%;
    left: 42%;
}