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;
}



/* ==============================  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;
}
.specialElement
{
    margin-bottom: 15px;
    padding: 10px;
    background: #edfdeb;
    border: 1px solid rgba(45,112,145,.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
.specialElement .specialDescription {
    width: 430px;
    height: 65px;
}
.uk-form input[type=number].specialPrice{
    width: 90px;
    max-width: 90px;
}
.specialRokam{
    width: 115px;
}
.specialMetal{
    width: 100px;
}
.specialWood{
    width: 100px;
}

.specialElement, .element{
    position: relative;
}
.delSpecial, .delElement{
    position: absolute;
    top:10px;
    right:10px;
}
.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:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=number], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=color], .uk-form select, .uk-form textarea{
    padding: 4px;
}
.uk-form input[type=number]{
    width: 50px;
    max-width: 50px;
} 
.uk-form input[type=number].uk-form-width-large{
    width: 100px;
    max-width: 100px;
} 
.uk-form input[type=number].uk-form-width-medium{
    width: 80px;
    max-width: 80px;
} 
.uk-form input.variationPrice{
    width: 80px;
    max-width: 80px;
} 
.uk-form input.error{
    border: 1px solid red;
}
a.left{
    float: left;
}

#error_validate{
    color:red;
}
.highlight-error {
    border: 1px solid red !important;
}

.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;
}
.filesTable .fileCat{
    border-bottom: 1px solid #DDD;
}
.fileCat{
    margin: 0;
    padding-top:10px;
    padding-bottom: 10px;
}
.filesTable>[class*=uk-width-medium-]:nth-child(6) {
    border-bottom:none !important;
}

.statusbullet{
    width: 10%;
    text-indent: -9999px;
    line-height: 0;
    border-radius: 50%;
    float: left;
    margin: 5px 4px 5px 0;
    max-width: 15px;
    background: blue;
}
.statusbullet:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.statusbullet.status-0{
    background: gray;
}
.statusbullet.status-1{
    background: yellow;
}
.statusbullet.status-2{
    background: green;
}
.statusbullet.status-12{
    background: black;
}
.estimationStatus{
    max-width: 85%;
}
select.estimationStatus option[value="2"]{ 
    background: red;
}

.archivo h2{
    margin: 0;
}
.archivo h3{
    margin: 0 0 50px 0;
}
.archivo .uk-form-horizontal .uk-form-label{
    margin-top: 0;
}
.img-file{
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: inline-block;
}
.img-file img{
    max-width: 100%;
}
.payment-file{
    position: relative;
    float: left;
    margin-right: 10px;
}
.payment-file img{
    max-width: 100%;
}
.borrar{
    position: absolute;
    top: -5px;
    right: -5px;
    background: url(../img/icons/flat-color-icons/icons/full_trash.svg);
    width: 15px;
    height: 15px;
}
.payment-file .borrar{
    position: absolute;
    top: -5px;
    left: -5px;
    background: url(../img/icons/flat-color-icons/icons/full_trash.svg);
    width: 15px;
    height: 15px;
}
.scale-anm {
  transform: scale(1);
}
.fil-cat{
    margin-bottom: 10px;
}
.fil-cat.selected, .filtro.selected {
    background-color: #999;
}
.filtro{
    margin-bottom: 5px;
}
#estimations{
    margin-top: 20px;
}
.fil-cat:hover {
  text-decoration: none;
}

.fil-cat:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

@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;
    }
}
@media (min-width: 768px){
    .uk-grid-divider>[class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
        border-left: 1px solid #ddd;
    }
    .filesTable>[class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+4){
        border-bottom:none;  
    }
    .filesTable>[class*=uk-width-medium-]:nth-child(4) {
        border-left:none !important;
    }
}