.radio input + i:after {
    /*top: 3px;
    left: 3px;*/
}
.radio i, .checkbox i {
    top: 11px!important;
}

#topMain.nav-pills>li.active>a>span.topMain-icon {
	color: #FF5722!important;
	font-weight: bold;
}

.page-header.page-header-xs ul.page-header-tabs {
    text-align: right;
}

.page-header ul.page-header-tabs>li.active {
    font-weight: bold;
    background-color: #f7f7f7;
}

.badge {
	padding: 5px 7px;
	background: black;
}

.borderRed {
	border: 1px dotted red!important;
}
.textRed {
	color: red;
}

.box-shadow {
	box-shadow: 0 3px 2px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1);
}

.roundedd {
	background: white; 
	border-radius: 10px; 
	padding: 3px;
}