﻿

.ButtonStyle, .ps-btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ButtonStyle:hover,
.ButtonStyle:focus,
.ButtonStyle:active,
.ButtonStyle.active,
.ButtonStyle.disabled,
.ButtonStyle[disabled],
.ps-btn:hover,
.ps-btn:focus,
.ps-btn:active,
.ps-btn.active,
.ps-btn.disabled,
.ps-btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.ButtonStyle:active,
.ButtonStyle.active,
.ps-btn:active,
.ps-btn.active {
  background-color: #cccccc \9;
}

.ButtonStyle:first-child,
.ps-btn:first-child {
  *margin-left: 0;
}

.ButtonStyle:hover,
.ButtonStyle:focus,
.ps-btn:hover,
.ps-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.ButtonStyle:focus,
.ps-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ButtonStyle.active,
.ButtonStyle:active,
.ps-btn.active,
.ps-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ButtonStyle.disabled,
.ButtonStyle[disabled],
.ps-btn.disabled,
.ps-btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


.btn-primary,
.ps-btn-primary {
    background-color: #92907c;
    background-image: linear-gradient(to bottom, #9E9C86, #787666);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.ps-btn-primary:hover,
.ps-btn-primary:focus,
.ps-btn-primary:active,
.ps-btn-primary.active,
.ps-btn-primary.disabled,
.ps-btn-primary[disabled] {
  color: #ffffff;
  background-color: #787666;
  *background-color: #5E5D50;
}


.input-numeric {
    text-align: right;
}
.input-numeric::-ms-clear {
    display: none;
}

legend {
    font-weight: 300;
}

@media (min-width: 980px) and (max-width: 1024px) {
    body, label, input, button, select, textarea, .btn, .ButtonStyle, .ps-btn {
        font-size: 12px;
    }
}
.col-xs-0 {
    width: 0;
}
#master-main-content, #sidebarSpanDiv, #innerNavbar{
    padding-left: 0;
    padding-right: 0;
}
#master-main-content{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -90px;
}