html {
    background: none;
}

.profile
{
    position: relative;
}
.settings
{
    position: absolute;
    top: 0;
    right: 0;
}
.settings img
{
    width: 18px;
}



/* ==============================  Header  ============================== */
header
{
    background-color: #bcbcbc;
    color: #383838;
    padding: 6px;
    margin-bottom: 36px;
}
header .logo, header .menu
{
    display:inline-block;
}
header .logo img
{
    height: 36px;
}
header .menu
{
    margin-top: 8px;
    font-weight: 300;
    font-size:13px;
}
.uk-navbar{
    background: none;
}
.uk-navbar-nav {
    float: right;
    background: #eee;
}

img.icon-page {
    float: left;
    margin: 15px;
}
.uk-form input[type=text]{
    max-width: 90%;
}


/* ==============================  Side Bar  ============================== */
.sideBar
{
    position: relative; 
}
.sideBar span
{
    display: inline-block;
    vertical-align: middle; 
}
.sideBar a span:nth-child(2)
{
    position: absolute;
    top: 4px;
    right:36px;
    color: #BCBCBC;
    font-weight: 300;
}
.sideBar a span:nth-child(3)
{
    position: absolute;
    top: 4px;
    right:0;
}
.sideBar span img
{
    width: 18px;
}



/* ==============================  Record  ============================== */
.sIcon
{
    width: 18px;
}
.minimal
{
    width:100%;
    border: 1px solid #DDD;
    border-radius: 4px;
    position: relative;
    padding: 4px;
    margin:0;
}
.minimal .image, .minimal .dataM
{
    display: inline-block;
    vertical-align: middle;
}
.minimal .image
{
    text-align: center;
    width: 20%;
}
.minimal .image img
{
    width:32px
}
.minimal .image.product-image{
    text-align: left;
}
.minimal .image.product-image img
{
    width: 85%;
}
.minimal .dataM
{
    display: inline-block;
    width: 80%;
}
.minimal .dataM h4
{
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}
.minimal .dataM h5{
    margin: 2px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.minimal .dataM p, .desc p
{
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #999;
}
.minimal .options
{
    position: absolute;
    top: 4px;
    right: 4px;
}
.box-min{
    margin-bottom: 20px;
}



/* ==============================  Calculator  ============================== */
.calculator
{
    display: inline-block;
    border: 2px solid;
    border-radius: 4px;
    margin-top: 12px;
}
.calculator div div {
    display:inline-block;
    width:60px;
    vertical-align:top;
}
.calculator div div span{
    display:block;
    width:60px;
    padding: 8px 0;
    text-align:center;
    font-weight:bold;
    cursor:pointer;
}
.calculator div div span:hover{
    color:#000;
}
.elements input{

    height: 40px;
    font-size:16px;
}
.element
{
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    border: 1px solid rgba(45,112,145,.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
.number{
    background-color:#0276BC;
}
.operator{
    background-color:#F39C0F;
}
.varK, .number, .operator
{
    color: #FFF;
}
.varK div:nth-child(5){
    background-color:#1AA69B;
}.varK div:nth-child(4){
    background-color:#009788;
}.varK div:nth-child(3){
    background-color:#01897B;
}.varK div:nth-child(2){
    background-color:#00796A;
}.varK div:nth-child(1){
    background-color:#00695B;
}
.varBase{
    background-color: #34495E;
}


/* ==============================  Vars  ============================== */
.varsWrapper
{
    background-color: #E3E3E3;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 8px;
    display: inline-block;
}
.varsWrapper div
{
    margin-bottom: 4px;
}
.varsWrapper div span
{
    color:#FFF;
    border-radius: 3px;
    padding:3px;
}
.varsWrapper div:nth-child(1) span
{
    background-color: #E61A58;
}
.varsWrapper div:nth-child(2) span
{
    background-color: #9223A7;
}
.varsWrapper div:nth-child(3) span
{
    background-color: #5C33AE;
}
.varsWrapper div:nth-child(4) span
{
    background-color: #3648AC;
}
.varsWrapper div:nth-child(5) span
{
    background-color: #187DE1;
}
.varsWrapper div:nth-child(6) span
{
    background-color: #019FF2;
}


/* ==============================  Vars  ============================== */

.emd
{
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 6px;
}
.emd .image, .emd .dataM
{
    display: inline-block;
    vertical-align: middle;
}
.emd .image
{
    text-align: center;
    width: 20%;
}
.emd .image img
{
    width:32px
}
.emd .dataM
{
    display: inline-block;
    width: 80%;
}
.emd .dataM h4
{
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}
.emd .dataM p
{
    margin: 2px 0 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #999;
}
.emd .dataM p span
{
    font-size: 12px;
    color: #000;
}
.emd .dataM .basic div
{
    display: inline-block;
    width:50%;
}

.miniPhoto
{
    width: 70px;
    height: auto;
}

#login input{
    background-color:#D2D2D2;
    border-radius:2px;
    padding:10px;
    border:none;
    width:70%;
    color:#333;
    font-size:16px;
    font-weight:300;
}
#login #loginBtn{
    background-color:#5da356;
    color:#FFF;
    font-size:20px;
    width:70%;
    margin-top:12px;
}
#login #wrapperLogin{
    width:280px;
    background-color:#FFF;
    border-radius:3px;
    position:relative;
    margin-top:50px;
    padding: 20px 0 30px 0;
    text-align:center;
    left:50%;
    margin-left:-140px;
}
#login #console{
    color:#FFF;width:280px;left:50%;margin-left:-140px;position:relative;font-size:12px;
    display:none;
}

.uk-form input[type=number]{
    width: 50px;
    max-width: 50px;
} 
.uk-form input[type=number].uk-form-width-medium {
    width: 70px;
    max-width: 70px;
}
.uk-form input[type=number].uk-form-width-large {
    width: 100px;
    max-width: 100px;
}
#error_validate{
    color:red;
}

.estimation
{
    width:100%;
    border: 1px solid #DDD;
    border-radius: 4px;
    position: relative;
    padding: 4px;
    margin:0;
}
.estimation img{
    max-width: 80%;
}
.estimation.uk-grid-divider:not(:empty) {
    margin-left: 0;
    margin-right: 0;
}
.estimation.uk-grid-divider>* {
    padding-left: 10px;
    padding-right: 10px;
}

#searchResults{
    position: absolute;
    background: #d8d8d8;
}
#searchResults tr{
    width: 100%;
    cursor: pointer;
}
.element.highlighted{
    background: #fdebeb !important;
}
tr.highlighted{
    background: #fdebeb !important;
}
table {
width:100%;
table-layout:fixed;
}

td {
word-wrap:break-word;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

@media (min-width: 1220px){
    .estimation.uk-grid-divider:not(:empty) {
        margin-left: 0;
        margin-right: 0;
    }
    .estimation.uk-grid-divider>* {
        padding-left: 10px;
        padding-right: 10px;
    }
}