.select2-selection__choice
{
    background-color:#3c8dbc !important;
    padding:5px !important;
    border:none !important;
}
.select2-selection__choice__remove
{
    color:white !important;
}

#my-box .row
{
	margin-bottom:10px;
}


#my-div h4
{
	background-color:#3c8dbc;
	color:white;
	padding:10px;
}

h5
{
	font-size:16px;
}

#example1
{
    width:100% !important;
}

.modal-body tr, .modal-body th, .modal-body td 
{
	border:solid 1px #d3d3d3;
	padding:10px;
	font-size:15px;
}

.modal-body th
{
	font-weight:600;
}

.small-box p
{
	font-weight:600;
}

#search-box
{
	background-color:white;
	padding:10px;
	margin:15px;
	border:solid 5px #f1f1f1;
}

#error
{
	color:red;
}
#eps
{
	border:solid 1px #f1f1f1;
}
#eps h4
{
	color:blue;
}
label
{
	text-transform:uppercase;
}
#success
{
	color:green;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	width: 60px !important;
	padding:5px;
	float:left;
}

.divTableCell1, .divTableHead1 {
	border: 1px solid #999999;
	display: table-cell;
	width:7%;
	padding:5px;
	float:left;
}

.divTableCell2, .divTableHead2 {
	border: 1px solid #999999;
	display: table-cell;
	width:20%;
	padding:5px;
	float:left;
}

.divTableCell3, .divTableHead3 {
	border: 1px solid #999999;
	display: table-cell;
	width:51%;
	padding:5px;
	float:left;
}

.divTableCell4, .divTableHead4 {
	border: 1px solid #999999;
	display: table-cell;
	width:20%;
	padding:5px;
	float:left;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}