/* More CSS */
.logo{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.brand-name{
	color: orange;
}
.login-page {
    background: url('../../wallpaper.jpg');
	background-size: cover;
}
.login-title{
	text-align: center;
	margin-top: 30px;
}
.application-type{
	display: none;
}
.rates-list{
	list-style: none;
}
.rates-list li>i{
	margin-right: 10px;
}
.panel, .page-sidebar{
	box-shadow: 1px 1px 19px rgba(0, 0, 0, .08);
	border: 1px #efefef;
}
.panel .form-control{
	border-color: #eaedf2;
}

.base-panel{
	background: #f7f9fa;
	padding: 25px;
	margin: 0 -25px -25px;
	border-radius: 0 0 4px 4px;
}

.totals{
	font-weight: bold;
	text-transform: uppercase;
}

.fa-btn{
	padding: 10px 12px;
	color: #9e9a9a;
}

.fa-btn:hover{
	border-radius: 50%;
    background-color: #CCC;
    color: #565656;
    padding: 10px 12px;
}

.left-item {
    color: #5f5f5f;
    padding: 20px;
}
.middle-align td {
	vertical-align: middle !important;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.category-hide{
    display: none;
}
.user-profile-image {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
.success-pop-up{
    position: fixed;
    bottom: 30px;
    right:35%;
    left:35%;
    margin-bottom: 0;
    height: 70px;
    padding-top: 20px;
    border-radius: 4px;
}
.action-btn{
	margin-right: 2px;
}
ul.settings {
  list-style: none;
  padding: 0;
}
.settings li {
  padding-left: 2em;
}
.settings li:before {
  content: "\f013"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.5em; /* same as padding-left set on li */
}
.panel-settings-container{
	padding: 25px;
	border-color: #E6E8EB;
	height: 180px;
}
.panel-settings{
	height: 180px;
}

/* profile picture */

.profile-pic {
	position: relative;
	display: inline-block;
}

.profile-pic:hover .edit {
	display: block;
}
.edit {
	padding-top: 130px;
	padding-right: 130px;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	font-size: 30px;
}
.edit a {
	color: #FFF;
}
.wide{
	width: 550px;
}
.select2-container--default .select2-selection--single{
	border-color: #eaedf2 !important;
	height: 32px;
}
.select2-container--open .select2-dropdown--above, .select2-dropdown--below {
	border-color: #eaedf2 !important;
}
.leader-name{
	margin-top: 10px;
}
.leader-name ul{
	margin-left: -15px;
}
.leader-name li{
	margin-left: -15px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.leader-name li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.0em;
}
#item_name{
	font-weight: bold;
}
.officer-save{
	margin-top: 10px;
}
