﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 11px !important;
}

/* 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;
}

a {
    color:#666  !important;
  
  text-decoration: none;
    cursor: pointer;
}
.navbar-toggle {
    background-color: black;
}
a:hover {
    color:#f0820d;
    text-decoration: underline;
}
.modal-dialog {
    z-index: 1000;
}
.modal-backdrop.in {
    z-index: -1;
}
.mainBody {
    background-color: #f2f2f2;
    padding-top: 10px; 
    padding-bottom: 10px;
    clear: both;
}
.navbar {
    margin-bottom: 0;
    background-color: white;
}
ul li {
    /*padding-left: 20px;*/
}

.has-error{
    color: red;
}

.has-input-error {
    border: red solid 1px !important;
    background-color: #faebd7;
}
.input-validation-error {
    border: red solid 1px !important;
    background-color: #faebd7 !important;
}
.btn {
    color: white !important;
}
.btn-primary {
    color: white !important;
}

thead {
    color:#f0820d !important;
    font-weight: bold;
}

.form-control {
    width: 95%;
}
.form-control-sm {
    max-width: 140px;
}
.form-control-lg {
    max-width: 560px;
}
.NavbarWithLogo {
    padding-top: 120px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.form-group .col-lg-8 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.form-group {
    margin-bottom: 5px !important;
}
#PreviewModal .form-group {
    clear: both;
}
.form-control {
    padding: 3px 6px;
    font-size: 11px !important;
    height: 24px;
}
.form-control[readonly] option{
    display: none;
    pointer-events: none;
}
.form-control[disabled], .form-control[readonly]:not([data-type='coordinate']), fieldset[disabled] .form-control {
    cursor: not-allowed;
    pointer-events: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color:#e6e6fa;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 5px !important;
}
.btn {
    padding: 5px 7px;
}
legend {
    font-size: 12px;
    font-weight: bolder;
}

.typeahead>li{
    padding-left: 0px;
}
.OrderDetailTable_selected {
    background-color: #B0BED9;
}
#OrderDetailTable thead th {
    padding: 5px;
    text-align: center;
}
#OrderDetailTable td input[type=text] {
    width: 60px;
}
#OrderDetailTable td input[type=number] {
    width: 40px;
}
#OrderDetailTable tr td {
    padding: 3px;
    vertical-align: middle;
}
.input-small-medium {
    width: 85px !important;
    text-transform: uppercase;
}
.input-medium {
    width: 126px !important;
}
.input-small {
    max-width: 80px !important;
}
#attributeTable input-small {
    width: 60px;
}
.modal-lg{
    width: 800px;
}
fieldset {
    border-radius: 6px;
    box-shadow: 0 0 2px #999;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #f2f2f2;
}
fieldset>legend {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
    background-color:inherit;
    margin-bottom: 0px;
    padding: 6px;
}
.modal-header {
    padding-bottom: 5px;
}
.modal-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.alert {
    margin-bottom: 5px;
}
#OrderDetailTable tbody tr td input {
    border: 1px gainsboro solid;
    line-height: normal !important;
}
.btn-action {
    padding: 3px 4px !important;
    font-size: 10px !important;
}
.pagination > li > a, .pagination > li > span {
    padding: 3px 6px !important;
}
.tab-pane {
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.form-group legend {
    margin-bottom: 5px !important;
}
.btn-xs {
    padding: 1px 5px;
}

.hightlightRow {
    background-color:powderblue !important ;
}

#ProfileListDiv, #FrameCodeListDiv {
    border-left: solid 2px grey;
    border-top: solid 2px grey;
    border-bottom: solid 2px grey;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#ProfileCanvasDiv, #FrameCodeCanvasDiv {
    border: solid 2px grey;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
    padding-bottom: 5px;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

table.table.dataTable thead th, table.table.dataTable thead td {
    padding: 10px 18px 10px 4px;
}

.ProfileLinkSelected {
    background: #5bc0de;
    color: white !important;
    padding: 0px 2px;
}

.disableControl {
    cursor: not-allowed;
    pointer-events: none;
}