.oinnercard {
	min-height: 450px;
	padding-top: 10px;
	background: #f8f9fac4;
}

h3.widget_title_1{
        font-size: 25pt;
        display: inline-block;
        margin: 0;
        margin-top: 10px;
        padding-bottom: 9px;
        border-bottom: 1px solid #898989;
        position: relative;
    }

/*=======================Approval CSS=======================*/
.switchchkb {
	position: relative;
	display: block;
	vertical-align: top;
	width: 85px;
	height: 25px;
	padding: 1px;
	margin: 0 10px 0px 0;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switchchkb-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switchchkb-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switchchkb-label:before, .switchchkb-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switchchkb-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switchchkb-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switchchkb-input:checked ~ .switchchkb-label {
	/*#E1B42B*/
	background: #6ab9c5;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switchchkb-input:checked ~ .switchchkb-label:before {
	opacity: 0;
}
.switchchkb-input:checked ~ .switchchkb-label:after {
	opacity: 1;
}
.switchchkb-handle {
	position: absolute;
	top: 2px;
	left: 3px;
	width: 23px;
	height: 23px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switchchkb-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switchchkb-input:checked ~ .switchchkb-handle {
	left: 60px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switchchkb-label, .switchchkb-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/*=======================Approval CSS=======================*/

#navbarNavDropdown ul li a{
	border: 0;
	padding: 5px 10px;
	font-size: 22px;
}
#navbarNavDropdown ul li a.active{
	border-bottom: 3px solid;
}
#navbarNavDropdown ul li a i.small{
	font-size: 13px;
    position: relative;
    top: -4px;
}
.dropdown-menu a{
    font-size: 17px !important;
}
span.inboxtkt{
	font-size: 12px;
    padding: 0px 5px;
    line-height: .5;
    background: white;
    color: #009688;
}
.ajxload{
	display:none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 9;
	width:100%; 
	height:100%; 
	background:url(../img/jump1.gif) center center no-repeat #fffffff2;
}