.page-header
{
    padding-bottom: 0px;
    margin: 10px 0 0px;
}
.breadcrumb
{
	padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color:#836FFF;
}

.breadcrumb>.active 
{
    color:#FFFFFF;
}

.table
{
	border-style:dotted;
	border:1px dotted #9400D3;
}
.table>thead>tr>th,.table>tbody>tr
{
	 border-top:1px dotted #9400D3;
	 border-left:1px dotted #9400D3;
}

.table>thead>tr>td,.table>tbody>tr>td
{
	 border-style:dotted;
	 border-right:1px dotted  #9400D3;
	 border-bottom:1px dotted #9400D3;
}


.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
{
	border-top:0;
	background-color: #428bca;
	color: #fff;
}

/* .table-striped>tbody>tr:nth-of-type(odd) 
{
    background-color: #EEDFCC;
}
 */
.table-hover>tbody>tr:hover
{
    background-color: #EE9A49;
}

.fixed-table-container tbody .selected td 
{
    background-color: #87CEFA;
}

.panel-default 
{
    border-color: #836FFF;
}

.form-control 
{
    border: 1px solid #836FFF;
}

.panel-default>.panel-heading 
{
	color:#FFFFFF;
	background-image:none;
    background-color: #836FFF;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#836FFF', endColorstr='#836FFF', GradientType=0);BACKGROUND-REPEAT: repeat-x;
}


.pagination>.disabled>a, .pagination>.disabled>a:focus, 
.pagination>.disabled>a:hover,
.pagination>.disabled>span, .pagination>.disabled>span:focus,
.pagination>.disabled>span:hover 
{
	border-color: #836FFF;
}

.pagination>li>a, 
.pagination>li>span  
{
	border-color: #836FFF;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus,
.pagination>li>span:hover 
{
    background-color: #FAEBD7;
    border-color: #836FFF;
}

.btn-default
{
    border-color: #836FFF;
}

.dropdown-menu 
{
	border-color:#836FFF;
}

.input-group-addon
{
	border: 1px solid #836FFF;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover
{
    background-color: #9ACD32;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#9ACD32 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#9ACD32 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#9ACD32));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#9ACD32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#9ACD32', GradientType=0);
    background-repeat: repeat-x;
}

.modal-header 
{
    border-bottom: 1px solid #836FFF;
}

.modal-footer 
{
    border-top: 1px solid #836FFF;
}

.bootstrap-table .table
{
	margin-bottom: 0!important;
    border-bottom:0px;
    border-collapse: collapse!important;
    border-radius: 1px;
}
.fixed-table-container 
{
    position: relative;
    clear: both;
    border:0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}