/*

 Theme Name:   Sevenfold Child

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Fifteen Child Theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     sevenfold

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twentyfifteenchild

*/


.boxed-fluid {
    background-color: #eee;
}
.new-container{
	    background-color: #fff;
    margin-top: 50px;
    box-shadow: 0px 0px 5px #a7a7a7;
    padding: 50px;
}

/*.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}*/

.new-btn {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.submitbtn{
	text-align: center;
}
    .bs-example{
        margin: 20px;
    }


    .table-striped {
      background-color: white;
    }

    table > thead > tr > td,
    table > thead > tr > th {
      background-color: gray;
      color: white;
    }

    .table-striped > tbody > tr:nth-child(2n+1) > td {
      background-color: #ccdf88;
    }

    .table-striped.numformat > tbody > tr > td {
      text-align: right;
      vertical-align: top;
    }

    .table-striped th.hidden,
    .table-striped td.hidden {
      position: absolute;
      visibility: hidden;
    }
#exceltable {
    display: none;
}
.btn-block-1{
    padding: 1rem;
}
    
    
    