.top-nav:first-child{
	padding-right: 15px;
}
.top-nav {
    padding: 0px;
    font-size: 12px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    color: #999;
}
@media (max-width: 767px) {
    .top-nav>li {
        display: inline-block;
        float: right;
    }
    .top-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        color: #fff;
    }
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #000;
    background: none;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-size: 14px;
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}
.img-profile{
	width: 30px;
	height: auto;
	margin-right: 5px;
	border: 2px solid #000;
}
.img-flag{
	width: 30px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 5px;
}
.open > .dropdown-menu{
	width: 60px;
}
.dropdown-language{
	min-width: 60px !important;
	width: 60px;
}
.top-directory{
	display: inline-block;
	color: #000;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	line-height: 20px;
	font-size: 14px;
}
.right-top-menu{
	background-color: #EEE;
}
.profile-name{
	display: inline-block;
	color: #000;
	line-height: 30px;
}
.custom-footer{
	text-align: left;
	margin-top: 60px;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	position: fixed;
	bottom: 10px;
	background-color: #FFF;
	border-radius: 50px;
}
@media (max-width: 767px) {
	.right-top-menu{
		background-color: #EEE;
		min-height: 50px;
	}
	.right-top-menu > .right-top-language{
		position: fixed;
		top: 0px;
		right: 30px;
	}
	.right-top-menu > .right-top-profile{
		position: fixed;
		top: 0px;
		right: 110px;
	}
	.right-top-menu > .top-directory{
		float: left;
	}
	.profile-name{
		display: none;
	}
	.custom-footer{
		background-color: #fff;
		text-align: center;
	}
}
#toggle-menu{
	position: absolute;
	right: 12px;
	top: 14px;
	cursor: pointer;
	z-index: 1000;
}
#toggle-menu a{
	color: #FFF;
}
#wrapper.toggled #sidebar-wrapper .sidebar-nav .sidebar-brand {
	padding-left: 50px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper #sidebar-wrapper .sidebar-nav .sidebar-brand {
	padding-left: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navbar{
	border-radius: 0px;
	margin-bottom: 0px;
}
/* Custom Colored Panels */

.huge {
	font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.login-bg{
	background-color: #FFF;
}
@media (max-width: 767px) {
	.login-bg{
		background-color: #FFF;
	}
}
.login-form{
	color: #000;
	margin-top: 60px;
	background-color: #FFF;
	padding: 30px;
	height: 500px;
	font-size: 14px;
}
.login-btn{
	width: 150px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #FFF;
	font-family: 'font-logo';
}
.login-btn:hover{
	border: 1px solid #000;
	background-color: #FFF;
}
.login-btn:active{
	border: 1px solid #FFF;
}
.login-footer{
	text-align: center;
	margin-top: 100px;
	font-size: 10pt;
}
.login-form hr{
	border-color: #000;
}
.login-form .input-group-addon{
	border-color: #000;
	background-color: #FFF;
	color: #000;
}
.login-form .form-control{
	border-color: #000;
	color: #000;
}
.login-form .form-control:focus{
	box-shadow: 0px 0px 3px #888;
}
.logo{
	font-family: 'font-logo';
	font-size: inherit;
}
.logo-s{
	font-family: 'font-logo';
	font-size: 14px;
}
.logo-l{
	font-family: 'font-logo';
	font-size: 40px;
}
.text-white{
	color: #FFF !important;
}
.text-black{
	color: #000 !important;
}
.display-block{
	display: block !important;
}
.background-none{
	background: none !important;
}
.padding-lr-20{
	padding-left: 20px !important;
	padding-right: 20px !important;
}