.fa-dashboard {
    color: #ff9d9d;
}

.glyphicon-tags {
    color: #4bbcd0;
}

.fa-files-o {
    color: #f1ee6f;
}

.fa-product-hunt {
        color: #fd00ff;
}

.fa-cube {
        color: #5a8bfd;
}

.fa-cubes {
    color: bisque;
}

.fa-shopping-cart {
        color: #a0e853;
}

.fa-inr {
       color: #2900ff;
}

.fa-users{
        color: #e87ddf;
}

.fa-object-group {
        color: yellow;
}

.glyphicon-stats {
    color: #12e612;
}

.fa-cogs {
       color: chocolate;
}

.fa-shopping-bag {
    color: #ec4444;
}

/*.customTBCss table>thead>tr>th
 {
	border-bottom: 1px solid #0e0e0e !important; 
}
 
 .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: red !important;
}*/

.storediv>span>span>span {
	 border-radius: 0px !important; 
}

.dt-button, .paginate_button {
   	background-color: #3c8dbc;
    border-color: #367fa9;
    color: white;
    padding: 5px 15px;
    margin: 5px;
    border-radius: 5px;
}

.dt-button:hover, .paginate_button:hover {
	background: #367fa9;
	color: white;
}

.repSubBtn {
    height: 25px !important;
    padding: 0px 12px !important;
    margin-bottom: 3px !important;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0px;
    background-color: transparent;
}

.blurred-box{
  position: relative;
  width: 300px;
  height: 350px;
  top: calc(50% - 175px);
  left: calc(50% - 125px);
  background: inherit;
  border-radius: 2px;
  overflow: hidden;
}

.blurred-box:after{
 content: '';
 width: 300px;
 height: 300px;
 background: inherit; 
 position: absolute;
 left: -25px;
 left position
 right: 0;
 top: -25px;  
 top position 
 bottom: 0;
 box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
 filter: blur(10px);
}
.error
{
color:red;
font-family:verdana, Helvetica;
}

/* Form which you dont need */
.user-login-box{
  position: relative;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
}
.user-login-box > *{
  display: inline-block;
  width: 200px;
}

.user-icon{
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  background-size: contain;
  background-image: url("images/2.jpg");
}

.user-name{
  margin-top: 15px;
  margin-bottom: 15px;
  color: white;
}

input.user-password{
  width: 200px;
  height: 18px;
  opacity: 0.4;
  border-radius: 2px;
  padding: 5px 15px;
  border: 0;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
 max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.errortextboxcolor {
	border-color: red !important;
}