.dataTables_filter {
    float: right!important;
}

.dataTables_paginate {
    float: right!important;
}

.material-icons {
    vertical-align: middle;
}

.link {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

table.dataTable tbody td {
    white-space: nowrap;
    vertical-align: top;
}

.dt-wrap {
    white-space: normal!important;
}

.error {
    color: red!important;
}

fieldset {
    border: 1px solid #e6e9ed;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

legend {
    width: auto;
    font-size: small;
    margin-left: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.filters-spacing {
    margin-left: 10px;
    margin-right: 10px;
}

.callDetail {
    margin-top:10px;
    font-size: 14px;
}

.pl-margin {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.dataTables_wrapper .table {
    width: 99.9%!important;
}

.card-simple-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    color: darkblue;
}

.popover-action {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

.popover-action-last {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.btn-light-upload {
	background-color: white;
	border: 1px solid black;
	color: black;
}

.btn-light-upload:hover {
	background-color: white !important;
	border: 1px solid black !important;
	color: black !important;
}

.boxed-table {
	width: 99%;
}

@media(max-width:991px){
  .handleDesktopMenu {
	  display: none;
  }
}