::-ms-clear {
  display: none;
}
.text-error{
    font-weight: bold;
}
select[class*="input-"]{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 20px;
}
.disabled,
*[disabled]{
    cursor: not-allowed !important;
}
*[onclick]{
    cursor: pointer;
}
html,  body{
    height: 100%;
    background-color: #fcf6ee;
}
html{
    overflow-y: scroll;
}
#site{
    /*width: 100%;*/
    width: 485px;
    max-width: 960px;
    margin: auto;
    position: relative;
    overflow: visible;
}
.btn{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.loading{
    opacity: 0.65;
}
.loading > *{
    /*opacity: 0.5;
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    transition: opacity 2s ease;*/
}
.left,
.table td.left{
    text-align: left;
}
.right,
.table td.right{
    text-align: right;
}
.center,
.table td.center{
    text-align: center;
}
table.table thead,
table.table tfoot{
    background-color: #f5f5f5;
}
.tabled > table,
.w100{
    width: 100%;
}
table.w100 td{
    padding: 0;
}
.btn-primary .icon,
.btn-success .icon,
.btn-danger .icon,
.btn-inverse .icon{
    background-image: url("../img/glyphicons-halflings-white.png");
}
.small{
    font-size: 85%;
    line-height: 140%;
}
.ui-datepicker{
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.nofloat{
    float: none;
    display: inline-block;
    margin-left: 0;
}
.progress{
    position: relative;
    margin-bottom: 0;
}
.progress .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
}
.icon-truck{
    background-image: url("../img/icon-truck.png");
    background-position: 0 0;
}
.row.muted,
.row-fluid.muted{
    opacity: .65;
}
.row.text-success,
.row-fluid.text-success{
    font-weight: bold;
}
.input-single{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}
.hidden{
    display: none;
}