﻿/*body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}*/

header, footer, nav, section {
    display: block;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}
legend {
    font-size: 1.2em;
    font-weight: bold;
}
textarea {
    min-height: 75px;
}
.editor-label {
    margin: 1em 0 0 0;
}
.editor-field {
    margin: 0.5em 0 0 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}
.field-validation-valid {
    display: none;
}
.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}
.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid {
    display: none;
}
#LoadingImage {
        position: fixed;
        z-index: 1999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
            width: 100%;
    height: 100%;
    opacity: 0.5;
    background: black;
  }
.quickAddLink
{
padding-top:26px
}
.sale_form-group {
margin-bottom: 1px;
color: #67676C;
font-size: 12px;
font-weight: 400;
}
.form_control
{
display: block;
width: 100%;
height: 30px;
/*padding: 6px 12px;*/
padding-left: 2px;
font-size: 10px;
line-height: 1.42857143;
color: black;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: none;
border-color: gray;
font-family:'Times New Roman'  !important;
}
.form_group {
    margin-bottom: 2px;
}
.form_group_20 {
    margin-bottom: 12px;
}
.cb_form-control
{
height: 30px;
padding-left: 2px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: none;
border-color: #d2d6de;
}

.btn-format {
    background-color: #0f2b90;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    font-size:14px;
    
}
.btn-sm-format {
    background-color: #0f2b90;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    font-size:12px;
    
}
.btn-format:hover{
    color:white;
     background-color: #4285cc;
   
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.grid-body {
    
     background-color: #d2e5f9;
   
}

.h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: 'time',sans-serif; */
    font-family: 'Times New Roman' !important;
}


body {
 
    font-family: 'Times New Roman' !important;
     
}

itemWOFinish{
    margin-top: -25px !important;
}

itemWFinish{
    margin-top: -42px !important;
}
.ft{
    font-size: 10px !important;
}
.tE {
    margin-left: -20px; width: 60px;
} 

.m-20{
    margin-left: -20px;
}

.tP {
    margin-left: -20px; width: 49px;
} 

.pl-0{
    padding-left: 0px;
}
.ml-8{
    margin-left:-8px;
}
.mr-30{
    margin-right:-30px;
}
.m5{
    margin-top:5px;
    margin-bottom:5px;
}
.table-fixed-tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}

.selected {
    background-color:black;
    color:white;
    font-weight:bold;
}

.checked {
     background-color:black;
    color:white;
    font-weight:bold;
}
 .disabled{
    background-color:lightblue
}
 label{
     color:black
 }
 table  tr{
     color:black
 }
 .divList {
        height: 500px;
        overflow-y: scroll;
    }


    .red {
        background-color: #F38484;
    }

    .blue {
        background-color: #5293bd;
    }

    .green {
        background-color: #529e66;
    }
    .orange {
        background-color: #efe3a1;
    }
 
