 /* Java popup Box ----*/
 * {
    color: black; 
   }
   
.btn-default {
   background-color: #f4f4f4;
   color: #444;
   border-color: #ddd;
}
.btn-default:hover {
   background-color: #e5e5e5;
 }
 
 .btn-primary {
   background-color: #3c8dbc;
   border-color: #367fa9;
}
  .popup{
   width: 630px;
   background: white;
   border-radius: 4px;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%,-50%)scale(0.1);
   text-align: center;
   color: #333;
   visibility: hidden;
   transition: transform 0.4s, top 0.4s;
}

.open-popup{
   visibility: visible;
   top: 50%;
   transform: translate(-50%,-50%)scale(1);
}
/* Java popup Box - End---*/
.box-header{
	padding: 0px 0;
	margin-right:30px;
	margin-left:15px;
  }

.checkbox-text .checkbox-content{
   display: flex;
   align-items: center;
}
.checkbox-content input{
   margin: 0 8px 6px 2px;
   accent-color: #4070f4;
}
.addnew {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 20px;
   
}

.modal-footer {
   display: flex;
   align-items: center;
   justify-content: space-between;
   /*padding: 15px;*/
   text-align: right;
   border-top: 1px solid #e5e5e5;
  
}
.modal-body {
   position: relative;
   padding: 0 15px 0 15px;
}
.modal-body1 {
   position: relative;
   padding: 20px 15px 0 15px;
}

.side-label { 
   margin-top: 0px;  
}
.desc-label {
   display: flex;
   align-items: center;
   justify-content: space-between;
   
}

/*---- Popup Dropdown select categor option--------------*/

.dropdown {
   position: relative;
   top: 0px;
   left: 0%;
   margin-top: 0px;
   width: 160px;
   height: 35px;
   border: 1px solid #ddd;
   border-radius: 2px;
}

.dropdown::before {
   content: "";
   position: absolute;
   top: 15px;
   right: 20px;
   z-index: 1000;
   width: 8px;
   height: 8px;
   border: 2px solid #333;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
   transform: rotate(-45deg);
   transition: 0.5s;
   pointer-events: none;
}

.dropdown.active::before {
   top: 22px;
   transform: rotate(-225deg);
}

.dropdown input {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   cursor: pointer;
   background: #fff;
   font-size: 1.2em;
   border: none;
   outline: none;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
   padding: 12px 20px;
   border-radius: 2px;
   border: 1px solid #ddd;
   font-size: 14px !important;
    
}

.dropdown .dropdown-menu.pull-right {
   position: absolute;
   padding-top: 0px;
   padding-bottom: 0px;
   top: 34px;
   width: 100%;
   background: #fff;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
   border-radius: 5px;
   overflow: hidden;
   display: none;
   font-size: 14px !important;
   border: 1px solid #ddd;
   border-bottom: 1px solid red;
   border-top: 1px solid green;
}

.dropdown.active .dropdown-menu.pull-right{
   display: block;
}

.dropdown .dropdown-menu.pull-right div {
   padding: 6px 20px;
   cursor: pointer;
   border: 1px solid #ddd;
}

.dropdown .dropdown-menu.pull-right div:hover {
   background: #62baea;
   color: #fff;
}
/*-----------pagination---------------*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
   margin: 12px 10px;
   white-space: nowrap;
}
 
.pagination {
   background-color: white;
    /*padding: 8px 15px;*/
}
.paginate_button, .previous .disabled{
   border-color: gray;
   color: gray;
   /*padding: 8px 15px;*/
   font-size: 14px;
}
.pagination .prev, .pagination .next {
   color: #000;
    /*padding: 8px 15px;*/
   font-size: 14px;
   cursor: pointer;
}
.pagination li.active a {
   background-color: #2196F3;
  
}
.pagination > li > a, .pagination > li > span {
   position: relative;
   float: left;
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.42857143;
   color: #337ab7;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ddd;
}
.pagination > li > a {
  /* border: none;*/
   font-weight: bold;
   color: #555;
}
a:hover {
   color: #ef7f4d;
   text-decoration: none;
 }

/* menu Popup  */

 