﻿.LoadingDiv {
	background-image: url('../base/images/waiting.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
.SearchFilter {
    font-size: 18px;
    /*margin-top: 120px;*/
}
.SearchFilter label {
    font-size: 16px;
    color: #858687;
}
.SearchFilter input {
    font-size: 14px;
    height: 40px;
    color: #263238;
}
.paging_total{}
@media screen and (max-width: 1028px) {
    .SearchFilter input {
        margin-left: 10px;
        margin-right: 10px;
   }
    .SearchFilter label {
     margin-left: 10px;
    }
    .paging_total {
        text-align: center !important;
    }
}

.SearchFilter select {
       font-size: 14px;
        height: 40px;
}
.SearchFilter .button {
       font-size: 20px !important;
        height: 40px;
    padding-top: 8px;
    background-color: #229422; 
 font-weight: normal !important;
  width: 100%;
}
@media screen and (max-width: 1028px) {
    .SearchFilter .button {
        width: 150px;
        float: right;
    }
}
/***************   table   */
 .DataTable table {
    width: 100%;
}
.DataTable table thead {
   background: #5b6771 ;
   border-left: 1px solid #5b6771;
   border-top: 1px solid #5b6771;
   border-right: 1px solid #5b6771;
}
.DataTable table  tr td {
    height: 50px;
    color: #263238;
    font-weight: 500;
    font-size: 15px !important;
	padding: 3px 3px  !important;
	text-align: left;
	border-left: 1px solid #dddddd !important;
}
.DataTable table thead tr th {
    height: 40px;
    font-size: 16px !important;
	color: white !important;
	text-align: center;
}
.DataTable table body tr td {
	color: white !important;
	padding: 3px 3px  !important;
}
.DataTable table  .DataTotal  td{
    font-weight: bold;
    color: #7d7e83;
}

.DataTable table tbody tr  {
   border-bottom: solid 1px #dddddd !important;
   border-color: inherit;
   width: 100%;
}
.DataTable table tbody .mark  {
   background-color:  lightgrey  !important;
}
.DataTable table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #ededed;
}

.Paging {
    font-size: 16px;
    color: #858687;
}
.Paging .Page {
   
}
@media screen and (max-width: 1028px) {
    .Paging .Page {
        left: 44%; 
    }
}
@media screen and (max-width: 640px) {
    .Paging .Page {
        left: 40%; 
    }
}
.Paging .Page div{
    height: 25px;
    width: 25px; 
    float: left;
    margin-right: 5px; 
    text-align: center; 
    font-size: 14px;
    /*font-weight: bold;*/
    cursor: pointer;
    line-height: 25px;
}
    .Paging .Page .Active {
        background-color: #00e5ff;
        color: #ffffff;
    }
  .Paging .Page .Next {
        background-color: #8d9093;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;

    }
 
.Paging select{
    /*background-color: #00e5ff;*/
    color: #263238;
    font-size: 14px;
    margin-top: 0px;
    width: 55px;
    height: 25px;
    padding: 0 5px;
    /*border: 1px solid #00e5ff;*/
}