﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}
.version-block-style {
    background: #F58634;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: normal;
}
input[type="search"]{
     display: block;
     margin-top: 0px !important;
    width: 60%;
    height: 38px;
    padding: 6px 11px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #777;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


/*datatable style*/ 

div.dataTables_wrapper div.dataTables_filter {
        /*position: relative;
        width: 200px;
        height: auto;*/
    }

    .top {
    }

    #FilterDate {
        position: absolute;
        left: 28%;
        top: 3%;
    }

    inputTable.table {
        border-width: 1px;
        border-style: solid;
        height: 50px;
    }

    .dataTables_paginate {
        position: relative;
        bottom: 0px !important;
    }
     .dataTables_wrapper .dataTables_filter input {
        margin-left: 0em !important;
    }
    td.dataTables_empty {
        color: red;
    }


    .dataTable thead
    {
        background:#f9f9f9;
    }

    table.dataTable tbody th, table.dataTable tbody td
    {
       
    }

    table.dataTable tbody th, table.dataTable tbody td
    {

    }

    /*End*/


    footer p,span{
        font-size:12px!important;
    }