/*         Table Style           */
.datagrid, .scroll_datagrid, .sort_datagrid, .border_datagrid {
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #b0b0b0;
    width: 99%;
    background: #FFF;
    margin: 10px auto;
    font-size: 11px;
    clear: both;
}
.datagrid>thead a, .scroll_datagrid>thead a, .sort_datagrid>thead a, .border_datagrid>thead a{
    color:#fff;
}
.datagrid>thead a:hover, .scroll_datagrid>thead a:hover, .sort_datagrid>thead a:hover, .border_datagrid>thead a:hover{
    color:#1890ff;
}
.scroll_datagrid {
    margin: 0px;
    width: 99%;
}

.sort_datagrid {
    width: 96%;
    #width: 99%;
}

.span_thead {
    display: block;
    border: 1px solid #999999;
    border-bottom: 0px;
}


.datagrid td, .scroll_datagrid td, .sort_datagrid td, .sort_datagrid thead th, .datagrid th, .border_datagrid td, .span_thead {
    padding: 5px 10px;
    text-align: left;
}

.span_thead {
    padding: 5px 19px;
    #padding: 5px 17px;
}

.datalist, .datalist_scroll {
    height: 400px;
    margin: 0;
    width: 300px;
    font-size: 12px;
    border: 1px solid #999999;
}


.datalist_scroll li {
    margin-top: 10px;
}

.datalist_scroll {
    overflow: auto;
}

.border_datagrid td {
    border-bottom: 1px solid #999999;
}

.datagrid thead, .scroll_datagrid thead, .sort_datagrid thead, .border_datagrid thead, .span_thead {
    /*background:url( /apps_image_dev/thead_bg.jpg) repeat-x #FAC174;*/
    /*background: #e3e3e3;*/
    font-weight: 700;
    /*color: #22577a;*/
    color:#ffffff;
    background:#056bd8 !important;
}

.datagrid thead a, .scroll_datagrid thead a, .sort_datagrid thead a {
    text-decoration: none;
}

.sort_datagrid thead th {
    vertical-align: middle;
    border-right: 1px solid silver;
}

.datagrid tbody, .scroll_datagrid tbody, .sort_datagrid tbody, .border_datagrid {
    font-size: 12px;
}

.datagrid .altrow, .scroll_datagrid .altrow, .border_datagrid .altrow {
    background: #f6f6f6
}


.datagrid tfoot a, .scroll_datagrid tfoot a, .border_datagrid tfoot a {
    width: 18px;
    height: 18px;
    display: block;
    line-height: 0;
    margin-right: 5px;
    text-indent: -500px;
    padding: 0;
}

.datagrid tfoot a:hover, .scroll_datagrid tfoot a:hover {
    background-position: bottom;
}

/*         Paging Style          */
.paging_prevlast {
    background: url(/apps_image/paging/prevlast.gif) no-repeat;
    float: left;
}

.paging_prev {
    background: url(/apps_image/paging/prev.gif) no-repeat;
    float: left;
}

.paging_next {
    background: url(/apps_image/paging/next.gif) no-repeat;
    float: right;
}

.paging_nextlast {
    background: url(/apps_image/paging/nextlast.gif) no-repeat;
    float: right;
}

.paging {
    width: 200px;
    float: left;
    padding: 10px 0;
}

/*         Sorter  Style       */
.sorter {
    padding: 10px 0 0 20px;
}

.sorter label {
    font-weight: 700;
}

.sorter select {
    color: #22577a;
    border: 1px solid #CCC;
}

.datagrid tfoot td, .sort_datagrid tfoot td, .border_datagrid tfoot td {
    background: #F2F2F2;
    text-align: center;
}


#form {
    margin-top: 20px
}

#form p {
    clear: left;
    margin: 0;
    padding: 5px 0 0
}

#form p label {
    float: left;
    width: 40%;
    font: bold 1em Arial, Helvetica, sans-serif
}

.inputclass {
    width: 250px;
    height: 20px;
    background-color: #999;
    border: 1px solid #4a4a4a
}

.float_right {
    float: left
}

#report_top {
    background: #dff2fe;
    border: 1px solid #ccd0d1;
    height: 100%;
    margin-top: 10px;
    padding: 5px 20px;
}

#report_top p {
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

#report_top label {
    font-weight: 700;
}

#report_top span {
    color: #22577a;
}

.resize_handle {
    float: right;
    width: 15px;
    cursor: e-resize;
    background-color: transparent;
    white-space: pre;
    height: 15px;
    margin-right: -10px;
}

.special_message, .div_paging {
    background: #F2F2F2;
    border: 1px solid #b0b0b0;
    border-top: 0;
    padding: 5px;
    width: 99%;
    margin: 0 auto;
    font-size: 11px
}

.special_message {
    background: white;
    color: #FF0000;
    font-size: 14px
}

.generated_report {
    width: 96%;
    margin: 0 auto 5px auto;
    background: white;
    padding: 5px;
    border: 1px solid #CCCCCC
}

.forcedWidth {
    word-wrap: break-word;
    display: inline-block;
}

/* MOVED to form_bootstrap.css
.loading_bar_class {
  margin: 10px 30px;
  width: 50px;
  height: 40px;
  font-size: 10px;
}

.loading_bar_class > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loading_bar_class .loading_bar_2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading_bar_class .loading_bar_3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loading_bar_class .loading_bar_4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading_bar_class .loading_bar_5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
*/
