@CHARSET "utf-8";

html,body { 
    height: 980px !important; 
    margin: 0; 
    padding: 0; 
    text-align: center;
}
.divLine{
    width: 980px;
    text-align: center;
    border-bottom: 1px solid #3D682C;
}
footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    background-color: #3D682C; 
    color: #fff; 
    font-weight: normal; 
    font-size: 20px
}
.container {
    width: 980px;
}
.panel {
    background-color: #fff;
    border: 0px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.panel-body {
    padding: 0px;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #fff;
}
.input-group-addon {
    padding: 6px 12px;
    line-height: 1;
    color: #555;
    text-align: left;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 4px;
    text-align: right;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.modal-dialog {
    right: auto;
    left: auto;
    width: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
}
input[type=checkbox]{
    margin-right: 10px;
}
.panel-heading1 {
    background-color: #3D682C !Important;
    margin-bottom: 20px !Important;
    color: #fff !Important;
}
.pagin1 {
    background-color: #fff; 
    border-color: #c4c4c4; 
    height: 35px; 
    padding: 0px 0px;
}
.paginText1 {
    background-color: #fff; 
    border-color: #c4c4c4; 
    height: 35px; 
    width: 165px;
}