a{
	text-decoration: none !important;
}
.w-50{
    width: 50%;
    display: inline-block;
}
.f-w{
    font-weight: bold;
}
.navbar-brand{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 10px;
    padding: 6px 15px
}
.navbar{
    background: #337ab7;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
    border: 0;

}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background-color: #337ab7;
    border-color: #337ab7;
}
.nav > li > a{
    padding: 4px 0px;
    color: #fff
}
.navbar-nav li{
	border-right: 1px solid #fff;
}
.menu li:last-child{
	border-right: 0px;
}
.dropdown-menu a{
	text-align: left;
}
.header-menu{
	width: 100%;
	float: left;
	text-align: center;
}
.header-menu i{
	font-size: 24px;
}
.notifications-menu a, .l-h{
	line-height: 50px !important;
}
.menu-nt a,
.footer a{
	line-height: 20px !important
}
.dropdown-menu {
    /*width: 190px;*/
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
    right: 0;
	left: auto;
}
li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
	padding: 7px 10px;
	border-bottom: 1px solid #f4f4f4;
	color: #444444;
    font-size: 14px;
}
li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
	padding: 7px 10px !important;
	border-top: 1px solid #eeeeee;
	color: #444 !important;
    text-align: center;
}
/*dashboard*/
.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #fff;
}
.small-box > .inner {
    padding: 10px;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0,0,0,0.15);
}
.ion-xbox::before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
	display: block;
	z-index: 10;
	background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.border_required{
    border: 1px solid red !important;
}
.required:after{
    content: " *";
    color: red;
    font-weight: bold;
}
