@CHARSET "ISO-8859-1";

.alert-info {
	background-color:rgb(255,140,0); 
    border-color: #FF9000;
    color:white;
    text-align:center;
    font-weight:bold;
}

a.button-small{
 	background-color:rgb(255,140,0);
 	border:1px solid white;
 	border-radius:5px;
 	color:#fff;
 	margin-right:10px;
 	padding:2px 20px 2px 20px;
 	text-decoration:none;
 	font-size:14px;
 	font-weight:lighter;
}

.dataTables_length {display: none;}

.dataTables_wrapper .dataTables_paginate .paginate_button {padding: 0 0 0 0;}

fieldset {margin: 0 0 0 0;}

i.delete {
	margin: 0 0 0 0;
	color: #dddddd;
	cursor: pointer;
}

td.rowButton {
	text-align: center;
	width: 2rem;
}

.icon-wrapper{
    position:relative;
    float:left;
    padding:20px 0px 2px 20px;
    border-style:hidden;
}

/* .icon-wrapper i.current {color:black;} */

*.icon-blue {
	color: #0088cc;
   	width:100px;
    text-align:center;
    vertical-align:middle;
}

*.icon-blue:hover {
	color:RoyalBlue;
}

*.icon-grey {
	color: grey;
	width:100px;
    text-align:center;
    vertical-align:middle;
}

.badge{
    background: #FF4500;
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50%;
    position:absolute;
    top:15px;
    right:-2px;
    padding:2px;
    
}

.bell-border{
   width:90%;
   border:none;
}

.sendDoc{
	color: #154995;
}

.sendDoc:hover{
	cursor:pointer;
	text-decoration:underline;
}

.button-disabled {
	color: #dddddd;; /* Change text color to gray */
	background: #dddddd;
	border:none;
	cursor: not-allowed; /* Change cursor to indicate not-allowed */
    pointer-events: none; /* Disable pointer events to prevent click */
}
