    .sidebarGradient{
  background-color: black; /* For browsers that do not support gradients */
  background-image: linear-gradient(120deg,black,#8AFF14);
}
  .dashboardCardGradient{
  background-color: black; /* For browsers that do not support gradients */
  background-image: linear-gradient(210deg,black,#8AFF14);
}
.card-body-icon i
{
	color: #A9CF54;
}
.card-body-icon-custom
{
	transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    right: 1rem !important;
}
.card-header-custom
{
	border: solid #A9CF54;
	background-color: #A9CF54;
}
.card-header-icon
{
	color: #006400;
}
.card-header-title-custom
{
	color: #006400;
    font-weight: 900;
    font-size: x-large;
}
.card-body-custom
{
	/* border: solid #A9CF54; */
}

.info-title
{
  font-size: x-large;
    margin: 0px 0 5px;    
  color: #006400;
    font-weight: 700;
}
.stats-title
{

  font-size:small;
  margin-bottom: 5px;
    color: #006400;
    font-weight: 400;
}


.card-body-icon-opacity
{
	opacity: 1 !important;
}
.btn-group-right-align
{
	float: right;
}
.login-bg
{
background: url(img/login-back.webp);

/* background-color: #C0C0C0; */
}


.logFileContents
{
	background-color: #000000;
    color: #FFFFFF;
}
table tbody tr.selected
{
background-color:#C0C0C0
}
a
{
cursor: pointer;
}
.clickableRows > tbody > tr :not(.dataTables_empty){
	cursor: pointer;
}

td > i
{
cursor: pointer;
}
.clickableObj
{
cursor: pointer;
}
input[type=checkbox]:not([disabled]) 
{
cursor: pointer;
}
.editClientInfoBtn
{
position: absolute;
top: 68%;
right: 2%;
}
.countryPhoneCode
{
padding-left: 1.4%;
}
.countryPhoneCodeInModal
{
max-width: 25%;
padding-left: -0.6%;
}
.multiline
{
white-space: pre-line;
}
.detailDivForView
{
color: #808080;
font-size:12pt;
}
.detailDivForViewForMachineConfig
{
color: #008000;
font-size:12pt;
}
.control-label
{
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
.control-label-checkbox
{
padding-top: 7px;
margin-bottom: 0;
text-align: center;
}
.control-radio-button-div
{
padding-top: 7px;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show-snackbar {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}




.bd-example-modal-lg .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
  }
  
  .bd-example-modal-lg .modal-dialog .modal-content{
    background-color: transparent;
    border: none;
  }

.tester-login-bg
{
	background-image: url("img/tester_login.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}

/* .partner-developer-login-bg
{
  background-image: url("img/developer_login/img_01_copy.jpg");
  background-size: cover;
  background-repeat: no-repeat;
} */

/* 
Name : Abhishek parmar
Changes : New css added
*/

.clickableRows > tbody > tr:hover :not(.dataTables_empty){
background-color: #e2e8f0; 
}
.selectedDTRow {
background-color: #e2e8f0; 
font-weight: bold; 
}
