
/*02/06/2020 Custom CSS created by waltlude*/

#status,#type,#range{
    border-radius: 0%;
}

.h1,h1 {
    color: #00b482;
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 28px;
}

.h2,h2 {
    color: #00b482;
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 24px;
}

.h3,h3 {
    color: #00b482;
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 22px;
}

.h4,h4 {
    color: #00b482;
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 20px;
}

.h5,h5 {
    color: #333333;
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 20px;
}

.h6 {
    color: #969696;
    font-family: "Rotis Sans Serif W06 Regular",Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 20px;
}

.p, .content li {
    color: #333333;
    line-height: 26px;
    font-family: Arial,sans-serif;
    margin-bottom: .5rem;
    font-size: 15px;
}

@media (min-width: 768px) {
    .content h1 {font-size: 32px;}
    .content h2 {font-size: 28px;}
    .content h3 {font-size: 24px;}
    .content h4 {font-size: 24px;}
    .content h5 {font-size: 24px;}
    .content h6 {font-size: 24px;}
    .content p,.content li {font-size: 17px;}
}

@media (min-width: 992px) {
    .content h1 {font-size: 36px;}
    .content h2 {font-size: 32px;}
    .content h3 {font-size: 28px;}
    .content h4 {font-size: 24px;}
    .content h5 {font-size: 24px;}
    .content h6 {font-size: 24px;}
    .content p,.content li {font-size: 18px;}
}

@media (min-width: 1200px) {
    .content h1 {font-size: 36px;}
    .content h2 {font-size: 32px;}
    .content h3 {font-size: 28px;}
    .content h4 {font-size: 24px;}
    .content h5 {font-size: 24px;}
    .content h6 {font-size: 24px;}
    .content p,.content li {font-size: 18px;}
}

.li {
    list-style-type: circle;
    margin-left:24px;
}

.a {
    color: #00b482;
}
input {
    height: 40px;
    background-color: rgb(230, 230, 230);
    border: none;
    box-shadow: none;
    width: 80%;
    padding: 6px;
}

.table-text{
    font-size: 14px;
}

.dropdown-toggle{
    padding: 6px;
    padding-bottom: 1px;
}
.pagination-detail{
    font-size: 14px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #495057 ;
    border-color: #495057 ;
}

.page-link {
    color:#495057;
}

.green{
    background-color: #00b482;
}

.fixed-table-toolbar{
    opacity: 0;
    position: absolute;
}

.search-input{
    width: 0px !important;
    height: 0px !important;
    padding: 0 !important;
}

li.active {
    background-color: #711E82;
}

.daterangepicker .ranges li.active{
    background-color: #711E82;
}
.daterangepicker td.in-range {
    background-color: rgb(226, 211, 233);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #711E82;
}
input,[type=text]:focus{
    outline: none;     /* oranges! yey */
}

.input-style{
    border: none;
    border-bottom: solid;
    border-color: rgb(150 , 150 ,150 );
    border-width: 2px;
}
.input-style:focus {

    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(150 , 150 ,150 );
}
.bootstrap-select .btn:focus {
    outline: none !important;
}
.page-list .btn{
    background-color: #fff;
    color: #495057;
    border-bottom: solid;
    border-color: rgb(150 , 150 ,150 );
    border-width: 2px;
}

#orderHistorySearchInput { position: relative; }
#orderHistorySearchInput input { text-indent: 30px;}

#orderHistorySearchInput .fa-search {
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 15px;
    color: rgb(150 , 150 ,150 )
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #fff;
    color:  #495057;
}
#reportrange{
    background: #fff; cursor: pointer; padding: 5px 10px; width: 100%; font-size: 14px; height: 35px; color: #495057;
}
#orderHistorySearch{
    width: 100%; height: 35px; background-color: #fff;color: #495057; font-size: 14px;
}
.table-bordered {
    border: none;
}
.fa-caret-down{
    position: absolute;
    right: 25px;
}
.dropdown-toggle:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(150 , 150 ,150 );
}
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.daterangepicker {
    border-radius: 0px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap{
    background: url(../img/bgi/spinner.gif) center top no-repeat transparent;
    height: 60px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    opacity: 0;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
    opacity: 0;
}

.daterangepicker td.end-date {
    border-radius: 0px;
}

.daterangepicker td.start-date {
    border-radius: 0px;
}