.dash_diams_table_div1, .dash_diams_table_div2{width: 100%; border: none 0px RED; overflow-x: scroll; overflow-y:hidden;}
.dash_diams_table_div2{overflow-y:auto;}
.dash_diams_table_div1{height: 20px; }
.dash_diams_table_div2{height: 1000px; }
.tbr1 {height: 20px; }
.tbr2 {height: 1000px;}

.margin-right10px{ margin-right: 10px; }

.card-login {
    padding: 18px;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #28a745;
}

.card-header {
    color: #945454;
    /*background: #ff0000;*/
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
    margin-bottom: 10px;
}

.input-group-prepend span{
    width: 50px;
    background-color: #ff0000;
    color: #fff;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 130px;
}

.download_link{
    color: #439eff;
}

.not-text-transform{
    text-transform: none;
}

.copyr_link{
    color: #007bff;
}

.dcard{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: initial;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}

.dcard-noborder{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: initial;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 30px;
}
/*
.form-control {
    display: block;
    width: 100%;
    height: calc(4.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #566d5b;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #28a745;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
*/
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.validation_class{
    color: #ea2020;
}

.validation_message{
    color: #ea2020;
}

.padding30{
    padding: 30px;
}

.padding-top20{
    padding-top: 20px;
}

.custom_select1{
    width: 300px;
    height: 35px;
    padding: 5px;
}

.dataTables_scrollBody{
    max-height: 600px !important;
}

.markup_radio{
    display: inline !important;
    margin-right: 5px;
}

#csv_markup_section, #idex_markup_section{
    display: none;
}

.left-text{
    text-align: left;
}

select.form-control{
    -webkit-appearance: menulist !important;
}

.dcard-noborder{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: initial;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 30px;
}

.dcard-nobackground{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: initial;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 30px;
}

a.click_link{
    color: #0000ff;
}

span.click_link{
    color: #0000ff;
}

.click_cursor{
    cursor: pointer;
}

#loader_div{
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background: #00000078;*/
    /*display: none;*/
    z-index: 99999;
}

.loader_image{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffebcd;
}

.nav-left-sidebar .navbar-nav .nav-link{
    font-size: 15px !important;
}

/**/
/*dashboard*/
.tps_dia_filters label {
    width: 100px;
}
.tps_dia_filters input[type=text] {
    width: 120px;
    margin-right: 5px;
}
.tps_dia_filters input[type=checkbox] {
    margin-left: 0;
    margin-right: 5px;
}
.tps_dia_filters input#search_text {
    width: 270px;
}
.tps_dia_filters select {
    height: 27px;
}
span.tps_total_dia {
    text-align: right;
    display: inline-block;
    padding-top: 5px;
    font-size: 16px;
    width: 53%;
}
span.tps_dia_count {
    display: inline-block;
    text-align: right;
    width: 45%;
    font-size: 14px;
}
ul.pagination .page-link {    
    margin-top: 10px;
}
/*dashboard*/
.tps_card_pd {
    padding: 0 0 0 3px;
}
/*markup settings*/
.tps_radio {
    margin-bottom: 0;
}
.tps_radio label {
    margin-right: 20px;
}
/*markup settings*/
/*currency settings*/
.tps_currency_inp input[type=checkbox] {
    margin-right: 5px;
}
/*currency settings*/
/*users*/
.tps_btn input[type=button] {
    margin-bottom: 5px;
    width: auto;
}
/*users*/
/**/

/*mobile responsive*/
@media screen and (max-width: 479px) {
span.tps_total_dia {
    text-align: center;
    display: inline-block;
    padding-top: 10px;
    font-size: 16px;
    width: 100%;
}
span.tps_dia_count {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 14px;
}	
ul.pagination .page-link {
    padding: 4px 5px;    
}
.dcard.tps_resp_dcard {
    display: block;
    padding: 20px 5px;
}
.tps_dia_filters label {
    width: 100%;
}
.tps_dia_filters input[type=text] {
    width: 105px;
    margin-right: 5px;
}
.tps_dia_filters .dcard.tps_resp_dcard input[type=button] {
    float: none !important;
    margin-right: 10px;
}
.tps_card_pd {
    padding: 0 0 0 5px;
}
.tps_btn input[type=button] {
    margin-bottom: 5px;
    width: 102px;
}
}

/*mobile responsive*/