﻿@charset "UTF-8";


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }


/************************************** Yahoo Reset CSS & Clearfix ***********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img, iframe { 
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    line-height: 120%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%; 
}

/************************************** Custon Styles ***********************************/

html, body {
    height: 100%;
    width: 100%;
}
body {
    font: 9pt/130%  Arial, Helvetica, sans-serif;
    color: #000;
    overflow: hidden;
}
a {
}
a:focus, a:focus img { 
    outline: none;
    border: none 0px;
}
input[type=text] {
    width:100%;
}
input[type=radio] {
    margin-right: 7px;
}
input[type=checkbox] {
    margin-right: 7px;
}
input[type=submit] {
}
textarea {
    padding:0.2em;
    font:13px Arial, Helvetica, sans-serif;
}
img {
    border:none;
}

/*** MAIN WRAPPERS ***/
#wrapper {
    display: table;
    width:100%;
    height:100%;
}
#header {
    display: table-row;
    height: 120px;
    background: url('images/login/header_bg.png') repeat-x transparent;
}
#wrapper > div > .inner {
    text-align: center;
}
#content {
    background-color: #e6e6e6;
    display: table-row;
}


/*** LOGIN WRAPPER ***/
#wrapper.login{
    height:100%;
    background: url('images/login/bgSite.png') #222222;
}
#wrapper.login #header {
    height:39px;
    position:absolute;
    overflow:hidden;
    z-index:1;
    top:0px;
    width:100%;
    text-align: center;
    background: url('images/login/bgHeader.png') repeat-x transparent;
}
#wrapper.login #header .logoSmarteq {
    margin: 11px 0 0;
    width:134px;
    height: 22px;
    display:inline-block;
}
#wrapper.login #content {
    height:100%;
    width:100%;
    background: url("images/login/bgHeader.png") repeat-x scroll 0 -39px transparent;
}
#wrapper.login #content div.leftCol{
    float: left;
    width:50%;
    height:100%;
    position:relative;
    overflow:hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #161616;
}
#wrapper.login #content div.leftCol img.leftimg{
    position: absolute;
    height:100%;
    left:50%;
    margin-left:-450px;
}
#wrapper.login #content div.rightCol{
    float: right;
    width:50%;
    height:100%;
    position:relative;
    overflow:hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #333e4c;
}
#wrapper.login #content div.rightCol img.claim {
    position: absolute;
    left: 210px;
    top: 80px;
}
#wrapper.login #content div.rightCol img.logoASE {
    position: absolute;
    right: 20px;
    bottom: 10px;    
}
#wrapper.login .loginframe .PasswordReset {
    background: url('../../App_Themes/Default/images/login/passwordreset_box.png') no-repeat !important;
}
#wrapper.login .loginframe {
    position: absolute;
    z-index:1;
    display:block;
    width: 450px;
    height: 391px;
    background: url('../../App_Themes/Default/images/login/login_box.png') no-repeat;
    color: #fff;
}
#wrapper.login .loginreturnframe_box {
    background: url('../../App_Themes/Default/images/login/loginrerturn_box.png') no-repeat!important;
}
#wrapper.login .loginframe .inner {
    margin: 0 auto;
    width: 277px;
    padding-top: 97px;
}
#wrapper.login .loginframe input[type=text],
#wrapper.login .loginframe input[type=password] {
    border: 0;
    background: #eff4f8;
    font-size: 17px;
    height: 44px;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}
#wrapper.login .loginframe .formCol1 {
    height: 35px;
    padding-top: 19px;
}
#wrapper.login .loginframe input[type=submit] {
   border: 0;
    background: none;
    font-size: 17px;
    height: 55px;
    width: 358px;
    margin: 2px -46px 13px;
    cursor: pointer;
}
#wrapper.login .loginframe a {
    color: #fff;
}
#wrapper.login .loginframe .loginfail {
    color: red;
    height: 34px;
}



/*** HEADER: MAIN WRAPPERS ***/
#header .stripe {
    background: #000;
    height:50px;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    
}
#header .stripe .inner {
    position: absolute;
    width:1024px;
    margin-left:-512px;
    left:50%;
    top:0;
    height: 100%;
}
#header .left_group,
#header .right_group {
    width: 512px;
    height: 100%;
}
#header .left_group {
    position: absolute;
    left: 0px;
}
#header .right_group {
    position: absolute;
    right: 0px;
    
}
#header .left_group .icon-smarteq_logo {
    width: 144px;
    height: 32px;
    background-size:100% auto;
    margin: 14px 0px 0 0px;
    top: 1px;
    right: 362px;
    position: absolute;
}
#header .left_group a {
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    top: 15px;
    position: absolute;	
}
#header .left_group a.info {
    right: 322px;	
}
#header .left_group a.help {
    right: 288px;	
}

/*** NAVIGATION: FIRST LEVEL / DEFAULT ***/
#header .navigation {
    position: absolute;
    left:50%;
    margin-left: -512px;
    width:1024px;
    pointer-events: none;
    /*white-space: inherit !important; /*overwrite this otherwise problem with asp menu styling*/    
    float: none !important;
    /* z-index: -1; */
}

#header .navigation .firstLevel {
    float: none !important;
}

#header .navigation ul {
    margin:0 auto;	
    display:table;
    background: url('images/output/png/icon_bar_bg.png') repeat-x 0 0;
    pointer-events: visible;
}
#header .navigation ul li{
    width:90px;
    height: 70px;
    text-align: center;
    display:table-cell;
}
#header .navigation ul li a span {
    margin: 1px 0 0;
    display: block;
    width: 100%;
}
#header .navigation ul li a .icon {
    width:90px;
    height: 49px;
    background-position: 50% 100%;
}
#header .navigation ul li a {
    color: #A5B2C5;
    text-align: center;
    font-size: 8.5pt;
    text-decoration: none;
    line-height: 22px;
    display:block;
    padding: 0 1px 0 0;
}
#header .navigation ul li a:hover span,
#header .navigation ul li.hovering > a span,
#header .navigation ul li.selected > a span {
    background: #D1E8FF;
    color:#000;
}
#header .navigation ul li a:hover .icon,
#header .navigation ul li.hovering .icon,
#header .navigation ul li.selected .icon {
    background-color:#596C82
}


/*** DROPDOWNS ***/
#header #user {
    left: 385px;
}
#header #user li:nth-child(3) {
    border-top: 1px solid white;
    padding-top: 5px;
    margin-top: 6px;
}

#header #lang {
    left: 284px;
}
#header .dropdown {
    color:#fff;
    top: 13px;
    padding: 5px 2px 2px;
    background-color: #222;
    border: 1px solid #343e4a;	
    border-radius: 3px;
    text-align: left;
    display: block;
    height: 25px;
    position: absolute;	
    z-index: 1;
    font-size: 12px;
}
#header .dropdown ul {
    display: none;
    margin: 6px 0 0;
    width: 100%;
}
#header .dropdown li {	
    width: 100%;
    padding: 2px;
    padding-left: 23px;
}
#header .dropdown li.active {
    display: none;
}
#header .dropdown li a {
    color:#CDD0D2;
    text-decoration: none;
}
#header .dropdown li:hover {
    background:#646464;	
}
#header .dropdown li:hover a {
    color:#FFF;
}
#header .dropdown.open {
    background-color: #333;
    border: 1px solid #646464;
    height: auto;
}
#header .dropdown .icons {
    padding: 0 0 2px 23px;
    cursor: pointer;
    height: 15px;
    background-position: 3px 1px;
    white-space: nowrap;
}
#header .dropdown .icons .arrow {
    width: 9px;
    height: 4px;
    line-height:1;
    display:inline-block;
    margin: 0 6px 2px 6px;
}
#header .dropdown.open .icons:after {
    background-position: right -245px;
}
#header .dropdown.open .icons span {
    color: #CDD0D2;
}
#header .dropdown.open .icons .arrow {
    margin-bottom: 4px;
}


/*** NAVIGATION: SECOND LEVEL ***/
#header ul.secondLevel {
    display:none;
    background: #596C82;
    width: 90px;
    margin: 0 !important;	
    z-index: 1;
    padding: 1px 0 0;
    position: relative !important;
    top:0 !important;
}
#header ul.secondLevel li {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 1px;
    position: relative;
    white-space: nowrap;
}
#header ul.secondLevel li a {
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    width: 100%;
    text-align: left;
    color: #D1E8FF;
    height: 26px;
}
#header ul.secondLevel li.selected > a,
#header ul.secondLevel li a.selected,
#header ul.secondLevel li a:hover,
#header ul.secondLevel li.hovering > a {
    color:#000;
    background:#FFF;
}
/*info and login*/
#InfoBox{
    padding:10px;
    background: url(images/login/bgSite.png) #222222;
    color:white;
    height:300px;
}
.infoTable
{
    float:left;
    margin-top:20px;
}

 .infoTable th{
    font-weight:bold;
}

 .infoTable td{
    padding-right:10px;
    font-size: 12px !important;

}

.contact
{
    float:right;
    margin-top:20px;
    margin-right: 30px;
}

div.claimContainer {
    padding-top:70px;
    padding-left:200px;
}

div.claim{
    font-family:Open Sans,sans-serif;
    font-size:2.95em;
    font-weight:100;
    color:#465265;
    line-height:130%;
    letter-spacing:0.5px;
}
div.claim .claimLight{
    color:#798693;
}


/*** NAVIGATION: THIRD LEVEL ***/
#header ul.thirdLevel {
    display:none;
    position: absolute;
    left:90px;
    width:auto;
    top: -1px;
    background: #596C82;
    padding: 1px 0 0;
    margin: 0;
}

/*** HEADER: BELOW 1024 PIXELS OF WIDTH ***/
@media (max-width: 1023px) { 
    #header {
        height: 140px;
    }
    #header .stripe {
        position:static;
        width:100%;	
        height: 40px;
    }
    #header .stripe .inner {
        width:540px;
        margin: 0 auto;
        position: static;
    }
    #header .stripe .inner .group {
        display: inline-block;
    }
    #header .stripe .inner .left_group {
        left:0;	
        position: relative;
        width: 50%;
        float: left;
    }	
    #header .stripe .inner .right_group {
        right:0;
        width:50%;	
        position: relative;
        float: right;
    }
    #header .stripe a.info {
        left: 0px;
        right: auto;	
        top: 8px;
    }
    #header .stripe a.help {
        left: 33px;
        right: auto;	
        top: 8px;
    }
    #header .stripe #lang {
        right: 62px;
        left: auto;	
        top: 8px;
        z-index: 1;
}
    #header .stripe #user {
        right: 0;
        left: auto;	
        top: 8px;
        z-index: 1;
}
    #header .left_group #logo {
        left: 194px;	
        background-size: auto 19px;
        margin-top: 9px;	
        width: 124px;
    }
    #header .navigation {
        width:100%;
        left:0;
        margin-left:0;
        /*position: static; */
        background:url('images/output/png/icon_bar_bg.png') repeat-x 0 0;
    }
    #header .dropdown .icons span {
         display:none; 	
    }
    #header .dropdown.open .icons span {
         display: inline-block; 	
    }
}

.x-multicombo-item-disabled {
    color: gray;
}

.report-viewer > table > tbody > tr > td > div
{
    height: auto !important;
}

.report-viewer {
    line-height: 15.6px;
}

.color-red {
    background-color: #ff9797 !important;
    color: #000000;
}

.color-orange, .color-orange td {
    background-color: orange !important;
    color: #000000;
}
.color-green, .color-green td {
    background-color: greenyellow !important;
    color: #000000;
}
.color-yellow {
    background-color: #f5fca9 !important;
    color: #000000;
}

.center-command-col {
        padding-left: 8px;
    }

.invalid-entry div
{
    background-image: url("../../extjs/resources/themes/images/default/grid/invalid_line-gif/ext.axd");
    background-repeat: repeat-x;
    background-position: center bottom;
}

.readonly-row .x-grid-cell, .new-row .x-grid-rowwrap-div {
        color: gray;
}

.x-notification, .x-notification .x-window-body {
    height: auto !important;
    overflow: visible !important;
}

.x-notification .x-window-body {
    position: static !important;
    margin-top: 20px;
}

.loggedin-user-info .label {
    font-size: 20px;
    width: 150px;
    display: inline-block;
}

.loggedin-user-info .value {
    font-size: 18px;
    color: #555555;
}

.loggedin-user-info li span {
    margin: 5px;
}

.loggedin-user-info li {
    padding: 5px;
    width: 400px;
    display: inline-block;
}

.widget-preview {
    display: inline-block;
    height: 200px;
    width: 200px;
    border: 1px #e6e6e6 solid;
    margin: 5px;
    cursor: pointer;
}

.widget-preview.mouse-over {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.11) 100%);
}

.widget-preview.x-item-selected {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.22) 100%);
}

.widget-preview .title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.widget-preview img {
    display: block;
    margin: auto;
    vertical-align: middle;
}

.topic {
    padding: 2px 0px 0px 20px;
}

.topic b {
    display: block;
}

.author {
}

.news-grid .x-grid-rowbody {
    margin: 5px 20px 10px 25px !important;
    font-size: 11px;
}

.inventory-overview ul li {
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.inventory-overview ul li span.label {
    font-size: 24px;
    font-weight: bold;
}

.inventory-overview ul li span.value {
    font-size: 16px;
}