/* Minification failed. Returning unminified contents.
(171,11): run-time error CSS1036: Expected expression, found ';'
 */
@font-face {
    font-family: "SegoeUIForWeb";
    font-style: normal;
    font-weight: 100;
    src: url("/fonts/segoeuil.ttf"), local("Segoe UI Light"), local("Segoe UI"), local("Helvetica Neue");
    unicode-range: U+0000-00FF;
}

html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #ffffff;
    color: #333;
    font-size: .85em;
    font-family: "SegoeUIForWeb","Segoe UI Light","Segoe UI","Helvetica Neue",Arial;
    margin: 0;
    padding: 0;
    height: 100%;
}

header, footer, hgroup, nav, section {
    display: block;
}

header {
    background-color: #000000;
    min-width: 935px;
}

header a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 100;
    font-size: 31px;
    line-height: 29px;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

p {
    font-family: "SegoeUIForWeb","Segoe UI Light","Segoe UI","Helvetica Neue",Arial;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
}

img {
    border: none;
}

hr {
    margin-top: 15px;
    margin-bottom: 25px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.small h1 {
    font-size: 26px;    
}

.smallest h1 {
    font-size: 16px;
    line-height: 16px;
}

.small p {
    font-size: 12px;
}

#body_out {
    background-color: #ffffff;
    clear: both;
    width: 935px;
}

#body_in {
    background-color: #ffffff;
    clear: both;
    min-width: 935px;
    height: 100%;
    margin-top: 50px;
}

.content-wrapper_out {
    margin: 0 auto;
    margin-top: 35px;
    max-width: 960px;
}

.content-wrapper_in {
    height: 100%;
}

.header {
    position: fixed;
    top: 0px;
    height: 50px;
    width: 100%;
    background-color: #000000;
    z-index: 1001;
}

.headermenu {
    width: 50px;
    height: 50px;
}

.headermenu:hover {
    background-color: #006ab9;
}

.headerlogo {
    height: 50px;
}

.headermenu:hover, .headerlogo:hover {
    background-color: #006ab9;
}

.headermenulinkcontainer {
    width:;
}

.headerlogolinkcontainer {
    padding-left: 20px;
    padding-right: 15px;
}

.headermenulinkcontainer, .headerlogolinkcontainer, .headerlinkcontainer {
    height: 50px;
}

.headermenulinkcontainer:hover, .headerlogolinkcontainer:hover, .headerlinkcontainer:hover {    
    background-color: #005da2;
}

.headerlink {
    vertical-align: middle;
    cursor: pointer;   
    padding-right: 5px;
    padding-bottom: 2px;
}

.headermenulinkspan {
    position: absolute;
    top: 12px;
    left: 11px;
}

.headermenuimg {
    background-image: url("../Images/commands.png");
    background-position: -81px -28px;
    width: 26px;
    height: 26px;
    border: none;
}

.headerlogoimg {
    background-image: url("../Images/top.gif");
    width: 40px;
    height: 40px;
    margin: 4px 0 0 0;
    padding: 0;
    border: none;
}

.headeraccountmenu {
    background-color: #ffffff;
    position: absolute;
    width: 275px;
    top: 50px;
    display: none;
    border: 0;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.24);
    box-shadow: 0 0 6px rgba(0,0,0,.24);
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: 400;
    z-index: 2998;
}

.headeraccountmenu separator {
}

.headeraccountmenu div {
    padding-left: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.headeraccountmenu a {
    color: #000000;
    text-decoration: none;
    outline: none;
    font-size: 15px;
}

.headeraccountmenu a:hover {
    background-color: #e2e2e2;
}

.headeraccountmenu a div {
    padding: 10px 30px;
    border-top: 1px solid #eaeaea;
}

.headeraccountmenu a div:hover {
    background-color: #e2e2e2;
    cursor: pointer;
}

.headerusrimg {
    background-image: url("../Images/man.png");
    background-size: cover;
    width: 50px;
    height: 50px;
    border: none;
}

.vs {
    height: 50px;
    border-left: 1px solid rgba(255,255,255,.3);
}

.leftpanel {
    background-color: #212121;
    position: relative;
    width: 50px;
    height: 100%;
    overflow-x: hidden;
    z-index: 99;
}

.mainsearch {
    text-align: left;
    padding-bottom: 7px;
}

.searchbox {
    border: 1px solid #333;
    height: 23px;
    color: #000;
    font-style: italic;
    background-color: #fff;
}

.searchbox:focus {
    border-color: #fff!important;
}

.searchImage {
    width: 38px;
    float: right;
    cursor: pointer;
    margin-top: 5px;
}

.leftpanel h1 {
    color: #fff;
    padding-left: 20px;
}

.leftmenu {
    padding-top: 5px;
    width: 230px;
}

.leftmenuentry, .leftmenusubentry, .leftmenusubmenuentry {
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 15px!important;
    cursor: pointer;
    color: #fff;
}

.leftmenuentry i {
    padding-right: 20px;
}

.leftmenusubentry, .leftmenusubmenuentry {
    height: 30px!important;
    line-height: normal!important;
    padding-left: 52px;
    font-style: italic;
}

.leftmenuentryselected {
    background-color: #333;
}

.leftmenuentrydiv {
    float: left;
    width: 190px;
}

.leftmenuimage {
    width: 52px;
    height: 52px;
    float: left;
}

.leftmenuexpand {
    float: right;
    padding-top: 17px;
}

.leftmenuentry a, .leftmenusubentry a, .leftmenusubmenuentry a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.leftmenuentry:hover {
    background-color: #333;
}

.leftmenusubentry:hover, .leftmenusubmenuentry:hover, .leftmenusubentryselected {
    background-color: #666!important;
}

.leftmenusubmenu {
    position: absolute;
    left: 50px;
    width: 230px;
    z-index: 99;
}

.leftmenusubmenu, .leftmenusubentry, .leftmenusubmenuentry {
    background-color: #212121;
}

.leftmenusubmenu span {
    padding-left: 20px;
}

.rightpanel {
    background-color: #f1f1f1;
    position: absolute;
    top: 50px;
    bottom: 0px;
    left: 51px;
    right: 0px;
    min-width: 705px;
    height: 100%;
    z-index: 98;
}

.rightpanel h1 {
    color: #808080;
    margin-top: 0.75em;
    padding-left: 20px;
}

#mainContainer {
    width: 100%;
}

.content-title {
    font-size: 24px;
    font-weight: 200;
}

.content-wrapper {
    position: absolute;
    top: 15px;
}

.content-wrapper-inner {
    padding: 35px 35px 35px 35px;
}

.extrapanel {
    float: right;
    position: relative;
    width: 450px;
    background-color: #fff;
    z-index: 2997;
    border-style: solid;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.extrapanel-header {
    background-color: #b3d6f2;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.extrapanel-header-title {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

#extrapanel-progress {
    padding-top: 20px;
}

.extrapanel-body {
    margin-left: 20px;
}

.objectOverlay {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    margin: 0px auto;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #fff;
}

.home {
    margin-left: 15px;
    width: 40%;
    background-color: #000000;
    color: #ffffff;
    padding: 20px 40px 30px 40px;
    height: 450px;
}

footer {
    border-top: 1px solid #c3c3c3;
    background-color: #ffffff;
    font-size: .8em;
    height: 100px;
    margin: 0 auto;
}

.smallfooter {
    position: relative;
    margin-top: 50px;
}

.bigfooter {
    position: relative;
}

.darkClass {
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}

.dashboardWidget {
    background-color: #fff;
    width: 300px;
    min-height: 200px;
    box-shadow: 2px 2px 0 #e6e6e6;
    border: 1px solid #fff;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.dashboardWidget:hover {
    box-shadow: 2px 2px 0 #d7eaf9;
    border: 1px solid #d7eaf9;
}

.widgetHeader, .contentHeader {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 12px;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.contentHeader {
    height: 50px;
}

.widgetHeader h2, .contentHeader h2, .contentBody h3 {
    color: #000!important;
    font-weight: 200;
}

.widgetHeader:hover {
    background-color: #d7eaf9;
    cursor: pointer;
}

.widgetIcon {
    width: 42px;
}

.widgetIcon img {
    width: 42px;
    float: left;
}

.widgetLabel {
    width: 100%;
    text-align: left;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
}

.widgetBody, .contentBody {
    margin-top: 10px;
    margin-left: 5px;
}

.widgetMenuEntry, .contentBodyEntry {
    margin-left: 5px;
    height: 32px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
}

.widgetMenuEntry a {
    color: #000;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding-left: 10px;
}

.widgetMenuEntry:hover {
    background-color: #d7eaf9;
}

.trendsWidget {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.trendsRefValue {
    font-weight: bold;
}

#trendsFiltersDiv {
    margin-left: 15px;
}

#trendsFiltersLicDiv select, #trendsFiltersLicDiv input, #trendsFiltersAbbyyDiv select, #trendsFiltersAbbyyDiv input {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    padding: 5px;
    line-height: 20px;
    /*width: 220px;*/
    border: solid 1px #666;
    margin: 5px;
    text-align: left;
    margin-top: 15px;
}

.trendsFilterDivTitle {
    background-color: #cce3f5;
    height: 40px;
}

.trendsFilterDivTitle h3 {
    color: #333!important;
}

.trendsFiltersButtons {
    padding-top: 25px;
}

.trendsFiltersButtons input:hover {
    background-color: #d7eaf9!important;
    cursor: pointer;
}

.contentBody table {
    width: 100%;
}

.slick-row {
    line-height:16px;
}

.loading-indicator {
    display: inline-block;
    padding: 12px;
    background: white;
    -opacity: 0.5;
    color: black;
    font-weight: bold;
    z-index: 9999;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    -text-shadow: 1px 1px 1px white;
}

.loading-indicator label {
    padding-left: 50px;
    background: url('../images/loading.gif') no-repeat center left;
    height: 32px;
}

.slick-cell a {
    text-decoration: none;
}

.slick-cell .licenseSerial {
    font-weight: 500;
}

.slick-cell .licenseSerial:hover {
    font-weight: 600;
    cursor: pointer;
}

.slick-cell .licenseImage {
    float: left;
    width: 24px;
    height: 24px;
}

.slick-cell .licenseTitle {
    padding-left: 30px;
    padding-top: 3px;
}

.form-editcontrols {
    text-align: left!important;
    height: 45px;
}

.form-editcontrols i {
    padding-top: 9px;
    cursor: pointer;
}

.form-editcontrols button {
    margin-top: 5px;
}

.popover-title {
    color: #333;
}

.widgetLabel .licenseImage {
    float: left;
    width: 48px;
    height: 48px;
    padding-right: 10px;
    margin-top: -7px;
}

/* login */
.login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

.login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
    outline: none;
}

.login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.login ul {
    margin: 0;
}

.login li {
    display: inline;
    list-style: none;
}

.loginForm {
    width: 35%;
    padding-top: 25px;
    padding-left: 85px;
}

.loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

.loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

.loginForm input {
    width: 100%;
}

.loginForm input[type="checkbox"],
.loginForm input[type="submit"],
.loginForm input[type="button"],
.loginForm button {
    width: auto;
}

.logoutForm {
    display: inline;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

fieldset ol li {
    padding-bottom: 5px;
}

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

.inputDisabled {
    background-color: #e2e2e2;
}

textarea {
    font-family: inherit;
    /* width: 500px; */
}

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #000000;
    color: #ffffff;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #1E82CC;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

.content-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.content-message {
    color: #4eb03f;
    font-weight: bold;
    font-size: 1.1em;
}

.field-validation-success {
    border: 1px solid #4eb03f!important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d!important;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

textarea.input-validation-error {
    border: 1px solid #e80c4d!important;
}

input.input-validation-error {
    border: 1px solid #e80c4d!important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Offline page */
.offlineResultForm {
    text-align: center;
}

.offlineActivationForm {
    padding-top: 50px;
}

.offlineActivationForm label {
    width: 100%;
}

.offlineRemovalForm {
    padding-top: 50px;
}

.offlineRemovalForm label {
    width: 100%;
}

.offlineUpdateV5Form {
    padding-top: 400px;
}

.offlineUpdateV5Form label {
    width: 100%;
}
.ui-dialog {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.24);
    box-shadow: 0 0 6px rgba(0,0,0,.24);
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 1.2em;
    font-family:"Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Helvetica Neue",Arial;
}

.ui-widget-header {
	border: none;
	background: none;
	background-color: #333;
	color: white;
	font-size: .85em;
	font-family: "Segoe UI Web Light","Segoe UI Light","Segoe UI Web Regular","Segoe UI","Helvetica Neue",Arial;
    font-size: 1.1em;
    border-radius: 0;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #0072c6;
    color: #ffffff;
}*/

.dialogmenuentry:hover {
    color: #0072c6;
    cursor: pointer;
}

.dialogmenuentryselected {
    background-image: url("../Images/arr_blue_right.gif");
    width: 6px;
    height: 9px;
    margin: 0;
    padding: 0;
    border: none;
    margin-right: 5px;
}

.inlinelink {
    color: #0072c6;
    font-size: 12px;
    cursor: pointer;
}
.ms-IframeLoader,.ms-IframeLoader-iframe{width:100%;height:100%;display:none}.ms-IframeLoader-loadingLabel{padding-bottom:15px;padding-top:8px;font-size:12px;margin:0 0 20px;font-family:'Segoe UI Semilight WestEuropean','Segoe UI Semilight','Segoe WP Semilight','Segoe UI','Segoe WP',Tahoma,Arial,sans-serif;color:#333;display:none}.ms-IframeLoader-loadingLabel.ms-Dialog-subText--s{font-size:12px}.ms-IframeLoader-loadingLabel.ms-Dialog-subText--m{font-size:14px}.ms-IframeLoader-loadingLabel.ms-Dialog-subText--l{font-size:17px}.ms-IframeLoader-title{font-size:17px;display:none}.ms-IframeLoader-iframe{border:none}.ms-IframeLoader-progressContainer{display:block}.ms-IframeLoader--visible,.ms-IframeLoader-iframe--visible,.ms-IframeLoader-loadingLabel--visible,.ms-IframeLoader-progressContainer--visible,.ms-IframeLoader-title--visible{display:block}
.ProgressSpinnerFlat{position:relative;box-sizing:border-box;padding:2px 0;overflow:hidden;height:6px;color:#094AB2;font-size:15px}.ProgressSpinnerFlat>div{position:relative;line-height:0;cursor:default;-webkit-animation:progress 3.4s infinite cubic-bezier(0,.75,1,.25);animation:progress 3.4s infinite cubic-bezier(0,.75,1,.25)}html[dir=ltr] .ProgressSpinnerFlat>div{left:-50px}html[dir=rtl] .ProgressSpinnerFlat>div{right:-50px}[dir=rtl] .ProgressSpinnerFlat>div{-webkit-animation:progressRtl 3.4s infinite cubic-bezier(0,.75,1,.25);animation:progressRtl 3.4s infinite cubic-bezier(0,.75,1,.25)}.ProgressSpinnerFlat>div:nth-child(1){-webkit-animation-delay:.1s;animation-delay:.1s}html[dir=ltr] .ProgressSpinnerFlat>div:nth-child(1){margin-left:40px}html[dir=rtl] .ProgressSpinnerFlat>div:nth-child(1){margin-right:40px}.ProgressSpinnerFlat>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}html[dir=ltr] .ProgressSpinnerFlat>div:nth-child(2){margin-left:30px}html[dir=rtl] .ProgressSpinnerFlat>div:nth-child(2){margin-right:30px}.ProgressSpinnerFlat>div:nth-child(3){-webkit-animation-delay:.3s;animation-delay:.3s}html[dir=ltr] .ProgressSpinnerFlat>div:nth-child(3){margin-left:20px}html[dir=rtl] .ProgressSpinnerFlat>div:nth-child(3){margin-right:20px}.ProgressSpinnerFlat>div:nth-child(4){-webkit-animation-delay:.4s;animation-delay:.4s}html[dir=ltr] .ProgressSpinnerFlat>div:nth-child(4){margin-left:10px}html[dir=rtl] .ProgressSpinnerFlat>div:nth-child(4){margin-right:10px}.ProgressSpinnerFlat>div:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}html[dir=ltr] .ProgressSpinnerFlat>div:nth-child(5){margin-left:0}html[dir=rtl] .ProgressSpinnerFlat>div:nth-child(5){margin-right:0}@-webkit-keyframes progress{25%,from{left:-50px}to{left:100%}}@keyframes progress{25%,from{left:-50px}to{left:100%}}@-webkit-keyframes progressRtl{25%,from{right:-50px}to{right:100%}}@keyframes progressRtl{25%,from{right:-50px}to{right:100%}}
