﻿.dataTables_paginate {
    float: right !important;
}

.dataTables_length {
    float: left !important;
}

.DarkCell > label {  
   margin-left:5px;
}

td.dataTables_empty {
    color: #0d1b48;
    font-size: 14px;
    padding-bottom: 40px;
    background-color: #fff;
    font-family: MylatoMedium;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    padding: 30px;
    font-size: 1.2em;
    color: rgb(221, 0, 49) !important;
}

.table thead th {
    vertical-align: bottom;
    border-top: 2px solid #dee6ed;
    border: 1px solid #D0D7DE;
    background-color: #F6F8FA;
    height:40px;
    vertical-align:middle;
}

.NoContent {
    font-size: 18px !important;
    padding-bottom: 1px;
    margin-top: 30px;
    color: #0d1b48 !important;
}

div.dataTables_wrapper div.dataTables_info {
    font-family: MylatoRegular;
    color: #6c757d;
}

.dataTables_length {
    font-family: MylatoRegular;
    color: #6c757d;
    padding-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_filter {
    font-family: MylatoRegular;
    color: #6c757d;
}

div.dataTables_wrapper div.dataTables_paginate {
    font-family: MylatoRegular;
    color: #6c757d;
}

table.dataTable tbody tr:hover {
    background-color: #f4f6f8;
    font-family: MylatoRegular;
    transition: all ease-in-out 0.28s;
    color: #007bff;
}

.dt_table_close tbody tr:hover {
    background-color: white !important;
    cursor:pointer;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-family: MylatoRegular;
    font-size: 13px;
    color: #546068;
}

table.table-bordered.dataTable th {
    border-top: none;
    border-bottom: none;
    padding:15px;
}

table.table-bordered.dataTable td {
    border-top: none;
    border-bottom: none;
}

table.dataTable thead tr > th {
    border-left: none;
    border-right: none;
    font-family: MylatoSemiBold;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #546068;
    background-color: white;
}

table.dataTable {
    font-family: MylatoRegular;
    font-size: 13.5px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f7f9;
}

.table-sm td, .table-sm th {
    padding: .5rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.table td, .table th {
    vertical-align: middle;
}

.table {
    color: #58666e;
}

.form-control {
    color: rgb(88, 96, 105) !important;
    font-family: MylatoLight !important;
    border: 1px solid #e4e6ef;
}

input:-webkit-autofill {
    background-color: #f5f8fa !important;
}

.row-border{
    border-bottom: 2px solid #f8f9fa;
    padding:5px;
}
.cell-border{
    border-bottom: 1px solid #f8f9fa;
}

.modal-title {
    text-transform: uppercase;
}

.btn:not(.no_uppercase) {
    border-radius: 5px;
    font-family: MylatoRegular !important;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.btn-ribbon {
    color: #007fa3;
    font-family:mylatoBold;
    background-color:#f8f9fa;
}

.sw-theme-dots>ul.step-anchor {    
    letter-spacing: 1px;
}

.card-header_border {   
    border-bottom: none;
}

.modal-delete{
    line-height:32px;
    padding:15px;
}

.validation-summary-errors > ul > li{
    margin-left:10px;
}

.borderLeftAlerts{
    border-left:7px solid #ff1f5a;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color:#fff;
    font-family: MylatoRegular !important;
    border-bottom: 3px solid #ccc !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: none !important;
}

.dash-ht {
    min-height: calc(100vh - 250px);
    box-sizing: border-box;
}

.btn-secondary {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-secondary:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    transition: all 0.3s !important;
}

/*overirde bs styles buttons.**/
.btn-success {
    background-color: #007f00 !important;
    color: #fff !important;
    border: #007f00 !important;
    font-family: MylatoLight;
}

.btn-primary {
    background-color: #0278ae !important;
    color: #fff !important;
    border: #0278ae !important;
    font-family: MylatoLight;
}

.btn-success:hover {
    background-color: #025902 !important;
    transition: all 0.9s !important;
}

.btn-primary:hover {
    background-color: #015d87 !important;
    transition: all 0.9s !important;
}

/*overirde bs selects buttons.**/
/* 2. Change color when there are chosen other select options when select menu is closed? */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: rgba(93,120,255,.1) !important;
}

/* 3. Change option's color when the select menu is opened? */
.bootstrap-select.btn-group .dropdown-menu > li > a {
    color: rgb(88, 96, 105) !important;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #f8f9fa !important;
    color: #33475b !important;
    font-family: MylatoRegular;
}

.dash-body-title{
    background-color: white;
    border-radius:10px;
    color: #fd397a !important;
    border:rgba(253,57,122,.1) !important;
    font-family:mylatoBold;
    padding:7px;
    text-align:center;
}

.dash-body-title2{
    background-color: rgba(10,187,135,.1) !important;
     color: #0abb87 !important;
     border:rgba(253,57,122,.1) !important;
     font-family:mylatoBold;
     padding:7px;
}

.dash-lablel{
    font-size:16px;
}

td.details-control {
    background: url('../Content/DataTables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Content/DataTables/images/details_close.png') no-repeat center center;
}

.close_row {
    font-family: MylatoRegular !important;
    font-size: 12px;
    color: #5c6ac4;
}

.dropdown-item {
    color: #141b2b !important;
    font-family: MylatoLight;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 24px;
    transition: all 0.3s ease-in;
}

.dropdown-item:hover {
    font-family: MylatoMedium;
}

div.slider {
    display: none;
}

.cell_pointer {
    cursor: pointer;
}