﻿@font-face {
    font-family: 'DIN';
    src: url("DIN-Medium.eot") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Medium.eot*/;
    src: url("DIN-Medium.eot-#iefix") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Medium.eot?#iefix*/ format("embedded-opentype"), url("../fonts/DIN-Medium.woff") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Medium.woff*/ format("woff"), url("../fonts/DIN-Medium.ttf") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Medium.ttf*/ format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url("DIN-Bold.eot") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Bold.eot*/;
    src: url("DIN-Bold.eot-#iefix") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Bold.eot?#iefix*/ format("embedded-opentype"), url("../fonts/DIN-Bold.woff") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Bold.woff*/ format("woff"), url("../fonts/DIN-Bold.ttf") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Bold.ttf*/ format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url("DIN-Light.eot") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Light.eot*/;
    src: url("DIN-Light.eot-#iefix") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Light.eot?#iefix*/ format("embedded-opentype"), url("../fonts/DIN-Light.woff") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Light.woff*/ format("woff"), url("../fonts/DIN-Light.ttf") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Light.ttf*/ format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url("DIN-Black.eot") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Black.eot*/;
    src: url("DIN-Black.eot-#iefix") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Black.eot?#iefix*/ format("embedded-opentype"), url("../fonts/DIN-Black.woff") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Black.woff*/ format("woff"), url("../fonts/DIN-Black.ttf") /*tpa=http://www.tellur.com/wp-content/themes/tellur-theme/fonts/DIN-Black.ttf*/ format("truetype");
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'DIN', sans-serif;
    font-size:14px;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.table_container {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 20px #aaaaaa;
    margin-top: 20px;
}

.table_container_product_details
{
    float:left;
}

.page_table_container {
    height: 700px;
}

.table_container_dashboard {
    width: 260px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 20px #aaaaaa;
    margin-top: 40px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

    .table_container_dashboard img {
        margin-left: 20px;
        margin-bottom: 20px;
    }

.table_title_dashboard {
    float:left;
    font-size: large;
    color: #444;
    margin-bottom: 10px;
    text-align: center;
}

.table_row {
    background-color: #444;
    color:#eeeeee;
}

#itemstablecontainer {
    display:none;
}

tr.row_selected td {
    background-color: #f5e0e0!important;
}

.form-horizontal {
    width: 400px;
    border: 1px solid #98c7f2;
    border-radius: 7px;
}

.login_title {
    background-color: #444;
    color: #eeeeee;
    width: 400px;
    height: 60px;
    padding-top: 10px;
    padding-left: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius:7px;
}

.text-box {
    margin-left:20px;
    margin-top:5px;
}

#Password {
    margin-left: 20px;
    margin-top: 5px;
}

.control-label {
    color: #444;
}

#btn-login{
    width:100px;
    margin-left:35px;
}

.nav-right{
    float:right;
}

.table_title {
    font-weight: bold;
    font-size:large;
    color: #444; 
    margin-bottom:10px;
}

.dt-center {
    text-align: center;
}


.confirm_dialog {
    display: none;
}

#btnNewUser {
    float: left;
    margin-top: 7px;
    cursor:pointer;
}



label, input {
    display: block;
}

    input.text {
        margin-bottom: 12px;
        width: 95%;
        padding: .4em;
    }

fieldset {
    padding: 0;
    border: 0;
    margin-top: 25px;
}

h1 {
    font-size: 1.2em;
    margin: .6em 0;
}

div#users-contain {
    width: 350px;
    margin: 20px 0;
}

    div#users-contain table {
        margin: 1em 0;
        border-collapse: collapse;
        width: 100%;
    }

        div#users-contain table td, div#users-contain table th {
            border: 1px solid #eee;
            padding: .6em 10px;
            text-align: left;
        }

.ui-dialog .ui-state-error {
    padding: .3em;
}

.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}

.closedDocument {
    background-color: #eacbc5 !important;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 40, 40, 40, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;    
}

.errmessage {
    margin-top:20px;
    display: none;
    color: #444;
    padding:5px;
    border:1px solid red;
    border-radius:5px;
}

.dataTables_filter {
    float:left!important;
    margin:10px;
}

.ui-dialog-buttonset button:first-of-type {
    background-color: #444;
    color: #ffffff;
}

.changepasslink, .changepasslink:visited, .changepasslink:hover, .changepasslink:active {
    cursor: pointer;
    text-decoration: none;
    color: #444;
    float:right;
}

.forgotpasslink, .forgotpasslink:visited, .forgotpasslink:hover, .forgotpasslink:active {
    cursor: pointer;
    text-decoration: none;
    color: #444;
    float: left;
}



.cellitemname{
    font-weight:bold;
    font-size:1.2em;
    padding-top:5px;
    padding-bottom:10px;
    cursor:pointer;
    color:#555555;
}

.cellheaderrow{
    font-weight:bold;
    color:#999999;
}

.celldetails {
}

.imgcell {
    width: 100px;
}

.cellcontainer{
    height:100px;
}

/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    /*padding: 3px 10px;*/
}

.divTableCellAction{
    text-align:center;
}

.divTableCellRef{
    width:200px;
    vertical-align:middle;
}

.divTableCellInput{
    margin-left:40px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.table_false_header {
    background-color: #444;
    color:#f6f6f6;
    height:55px;
    padding:4px;
}

.table_false_header_span{
    color:white;   
}

.table_category_filter {
    background-color: #ddd;
    height: 55px;
    padding: 4px;
    font-size:13px;
}

.cat0select{
    width:200px;
    margin-top:3px;
}

#category1{
    display:none;
}

#category2{
    display:none;
}

#btnSearch{
    float:right;
    margin-left:10px;
    width:120px;    
}

#txtSearch{
    float:right;
}

.itemnameimg{
    float:right;
    cursor:pointer;
}

.itemnameimgcart {
    float: right;
    cursor: pointer;
}

.rowquantity {
    width: 60px;
    text-align: center;
    display: inline;
}

.cartsmall{
    float:right; 
    margin-right:5px;
}

.table_cart {
    width:270px;
    float: right;
    cursor:pointer;
}

#carttext{
    float:right;
}

.images_dialog {
    display: none;
}

.img_row{
    cursor:pointer;
}

.imgprodbig {
    cursor:pointer;
    margin:5px;
    margin-top:10px;
    border:1px solid #ccc;
}

#imgroll {
    width:440px;
    overflow-x: auto;
    height: 135px;
    white-space: nowrap;
}

#imgfirst {
    border: 1px solid #ccc;
}

.imgpanel{
    float:left;
}

.prodpanel{
    float:right;
    width:600px;
}



#spnItem {
    color: #444444;
    font-size: x-large;
    font-weight: bold;
    cursor: pointer;
}

#spnRef {
    color: #999;
    font-size: medium;
    font-weight: bold;
}

#spnStock {    
    font-size: medium;
    font-weight: bold;
    /*margin-left:5px;*/
    float:left;
}

#spnPrice {
    color: #777;
    font-size: 3em;
    font-weight: bold;    
}

#btnAdd{
    background-color:#f5bc56;
    margin-bottom:15px;
}

#spnQuantity{
    width:30px;
    text-align:center;
    float:right;
}

#spnQtyText{
    float:left;
}


.spnQtyTextLeft {
    float: left;
}

#spnStkText{
    float:left;
}

.imgpanelpage {
    margin-top:10px;
}

.prodpanelpage {
    float: right;
    margin-top:-500px;
    width: 650px;
}

.cartitem_upd{
    cursor:pointer;
}

.cartitem_del {
    cursor: pointer;
}

.divtotal{
    width:500px;
}

.divtotalvalue {
    text-align:end;
}

.spantotal{
    font-size:1.7em;
    color:#222222;
    font-weight:bold;
}

.spantext {
    font-size: 1.5em;
    color: #777777;
    font-weight: bold;
}


#btnReserve {
    float: right;
    /*margin-top: 7px;*/
    cursor: pointer;
    background-color:#444;
    color: #fff;
    margin-left: 10px;
    margin-right: 7px;
    margin-top: -4px;
    width:100px;
}

#btnOrder {
    float: right;
    /*margin-top: 7px;*/
    cursor: pointer;
    margin-top: -4px;
    width: 100px;
    background-color: #f5bc56;
}


#divdownloads {
    float: right;
    border: 1px solid #f16956;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #e14232;
    cursor: pointer;
}

.divTableCellAssetHeader{
    font-weight:normal;
   color:#222;
   font-size:0.9em;
   /*text-align:center;*/   
   width:200px;
}

a:hover {
    text-decoration: none;
}

.divTableCellAsset {
    /*text-align: center;*/
}

.divTableCellAssetRefHeader {
    width: 180px;
    vertical-align: middle;
}

.divTableCellAssetRef {
    
}

.divTableCellEmpty{
    width:90%;
}

.asseticon{
    cursor:pointer;        
}

.flagicon{
    margin-top:15px;
    margin-right:10px;
    cursor:pointer;

    display:none;
}

#label_new_behalf{
    display:none;
}

#new_behalf{
    display:none;
}

#clientstable_wrapper {
    display: none;
}

.clientstablecss{
    width:750px;
}

.selclient{
    cursor:pointer;
}

.seladdrbill {
    cursor: pointer;
}

.vieworderrow
{
    cursor:pointer;
}

.viewpdfrow{
    cursor:pointer;
    font-weight:bold;
}

.viewpdfrowlink {
    cursor: pointer;
}

.viewpdfrowpopup {
    cursor: pointer;
    font-weight: bold;
}

.seladdrdelivery {
    cursor: pointer;
}

.addrtitle {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.2em;
    color: #444;
}

#new_client {
    cursor: pointer;
}

#divaddrbill {
    display: none;
}


#divaddrdelivery {
    display: none;
}

.addrselected{
    background-color:#71a2c1!important
}
/*PRODUCT INFO*/
.infocat_row {
    background-color: #444;
    color: white;
    font-size: 1.4em;
}

.info_row{

}

.infotitle{
    font-weight:bold;
    width:150px;
}

.infopanel {
    /*height:400px;
    overflow-y:auto;*/
    margin-top:20px;
    float: right;
    width: 600px;
    background-color: #f7f7f7;
}

.marginBottom
{
    margin-bottom:10px;
    margin-top:10px;
}

.descrtext{
    color:#888;
}

.descrtitle {
    font-weight: bold;
    font-size: 1.2em;
    width: 150px;
    margin-bottom: 10px;
}

.descriptionpanel {
    /*height:400px;
    overflow-y:auto;*/
    margin-top: 20px;
    float: right;
    width: 600px;
    /*background-color: #f7f7f7;*/
}

.assetcheck{
    display:inline;
    margin:0px 5px 0px 0px!important;
    cursor:pointer;
}

.btndownloads {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 0.8em;
    float: right;
    text-decoration: none;
    border: 1px solid #f16956;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #e14232;
    /*width:140px;
    border: 1px solid #e14232;
    padding-right: 5px;
    padding-left: 5px;
    margin-top:3px;
    border-radius: 5px;
    color: #e14232;
    background-color: #fefefe;
    
    text-align:center;*/
}

.ddItemName {
    font-size: 1.8em;
    color: #444;
}

.ddCategory {
    font-size: 1.3em;
    color: #999999;
    margin-left: 20px;
}

.ddFile {
    cursor: pointer;
    font-size: 0.9em;
    text-decoration: none;
    border: 1px solid #444;
    padding: 4px;
    border-radius: 5px;
    color: #444;
    margin-bottom:5px;
    margin-left:5px;
}

.ddcheck {
    display: inline;
    margin: 3px 5px 0px 40px !important;
    cursor: pointer;
}

.ddbuttons {
    margin:20px;
}

.ddbtn {
    margin-left: 10px;
    box-shadow: 0px 5px 20px #aaaaaa;
}

.userinfospan{
    color:#ffffff;
    font-size:0.7em;
    margin-right:30px;
    margin-top:18px;

}

.zoom:hover {
    transform: scale(3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.addrerror{
    color:red;
}

/*MENU*/
.spanmenuitem{
    margin-right:20px;
    margin-left:20px;
    float:left;
    cursor:pointer;
}

    .spanmenuitem img {
        display: block;
        margin: 0 auto;
        margin-top:3px;
        margin-bottom: 2px;
    }

.spansubmenuitem {
    margin-right: 20px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}

    .spansubmenuitem img {
        display: block;
        margin: 0 auto;
        margin-top: 3px;
        margin-bottom: 2px;
    }

.table_search_bar{
   padding:7px;
   height:40px;
   background-color:#f2f2f2;
}

.uploadcontrols{
    margin-top:20px;
    padding:10px;
    background-color:#eee;
    height:45px;
}

.uploadcontrolstext {
    margin-top: 20px;
    padding: 10px;
    background-color: #eee;
    height: 200px;
}

#fileInput{
    float:left;
}

#btnUpload{
    float:right;
}

.downloadspanel{
    
}

.downloadspaneltitle{
    font-weight:bold;
    margin-top:30px;
}

.pdetailsdownicons{
    margin:10px;
    cursor:pointer; 
}

.logoimg{
    width:173px;
    height:40px;
    margin-top:5px;
    margin-right:20px;
}

.logolink{
    cursor:pointer;
    text-decoration:none;
}

.filelink {
    width: 450px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divCats{
    display:none;
}

.pdtitle{
    font-size:large;
}

.pd_table_false_header {
    background-color: #444;
    color: #f6f6f6;
    height: 55px;
    padding-top: 12px;
    padding-left:15px;
    margin-top:30px;
}

.rowred{
    background-color:#f5d7d7;
}

.spanestimated {
    color: #777777;
    font-size:large;
}

.spanestimatedvalue{
    color:black;
    font-size:large;
}

.cubicmeter{
    vertical-align:super;
    font-size:xx-small;
}

#divremarks{
    float:right;
}

#spanremarks{
    
}

#remarks{
    width:500px;
    
}

.cl_select {
    width: 100px;
}
.fn_textbox {
    width: 120px;
}

.ln_textbox {
    width: 120px;
}

.cartcolref {
    width: 400px;
}

.cartcolprice {
    width:160px;
}

.cartcolquantity {
    width:140px;
}

.cartcolupd {
    width: 60px;
}

.cartcoldel {
    width: 60px;
}

.prodcolref {
    width: 300px;
}

.prodcolstock {
    width: 140px;
}

.prodcoldate {
    width: 160px;
}

.prodcolprice {
    width: 150px;
}

.prodcolquantity {
    width: 80px;
}

.prodcoladd {
    width: 40px;
}

.nextimg {
    position:absolute;
    left:415px;
    top:0px;
}
 
.previmg {
    position:absolute;
    left:5px;
}

#previmgbutt {
    float: left;
    position: absolute;
    left: 20px;
    cursor: pointer;
}

#nextimgbutt {
    float: right;
    position: absolute;
    top: 16px;
    left:428px;
    cursor:pointer;
}

#nextimgbuttpopup {
    float: right;
    position: absolute;
    top: 16px;    
    cursor: pointer;
}

#previmgbuttnopopup {
    /*float: left;
    position: absolute;
    left: 400px;*/
    cursor: pointer;
}

#nextimgbuttnopopup {
    /*float: right;
    position: absolute;
    top: 175px;
    left: 805px;*/
    cursor: pointer;
}

.navtext{
    cursor:pointer;    
    margin-left:5px;
}

.navtextlast {
    margin-left: 5px;
}

.userbalancedue{
    margin-left:20px;
    color:#ff6a00;
    font-weight:bold;
}

#btnUpdate {
    background-color: #079107;
    color: white;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.dataTables_length{
    margin-top:15px;
}

.histfilter{
    float:left;
    margin-left:20px;
}

#forderdate{
    width:100px;
    height:20px;
    text-align:center;
}


#forder {
    height: 20px;
}

#fDate{
    margin-top:4px;
}

#fstatus {
    height: 20px;
}
#fuser {
    height: 20px;
}

.histfilterdiv{
    margin-top:5px;
}

#btnFilter{
    margin-top:-8px;
}

#btnEdit{
    float:right;
    margin-right:6px;
    margin-top:6px;
}

#spnQuantity{
    width:60px;
}

.arrowrelative{
    position:relative;
}

.warningdue{
    color:red;
    font-size:large;
}

.ordercolref {
    width: 300px;
}

.ordercolstatus {
    width: 140px;
}


.ordercolprice {
    width: 150px;
}

.ordercolquantity {
    width: 80px;
}

.w300px{
    width:300px;
}

.w200px {
    width:200px;
}

.w50px{
    width:50px;
}

.nolinkanchor{
    text-decoration:none!important;
    color:#555555!important;
}

.changepasswarn{
    font-size:0.8em;
    color:red;
}

.infoDA {
    font-size: 1em;
    font-weight: bold;
    color: darkred;
    display: block;
}