#wrapper {
    width: 100%;
}
#page-wrapper {
    padding:5em 2em 2.5em;
	background-color: #F1F1F1;
}

#page-wrapper2 {
    /*padding:5em 2em 2.5em 0;*/
	background-color:#F1F1F1 ;
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
	margin-bottom: 0;
}

.sidebar .nav-second-level li a {
    padding-left: 53px;
    font-size: .9em;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
@media(min-width:768px){
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.profile1{
    text-align: center;
}

.setbtm{
    margin-top:5px;
    /*background-color: beige;*/
}

.mysize{
    width: 35%;
    padding-bottom: .5em !important;
}

.txt_upper {
	text-transform: uppercase;	
}

.title-top {
    /*background-color: #6164C1;*/
    text-align: left;
	padding: 1em;
}

.button-top {
    /*background-color: #6164C1;*/
    text-align: left;
	padding: 0em 1em;
}

.btn-custom {
    background-color:#AC004B;
    color: #fff;
    /*padding: .5em 0em;*/
	border: none;
	outline:none;
	border-radius: 15px;
    /*width: 100%;*/
}

.btn-custom:hover{
  border-color: #FDAD3A !important;
  background: #FDAD3A !important; /*#E74225*/
  color: #fff;
}

.btn-custom-edit {
    background-color:#AC004B;
    color: #fff;
    padding: .5em 0em;
	border: none;
	outline:none;
	border-radius: 4px;
    width: 100%;
}

.btn-custom-edit:hover{
  border-color: #FDAD3A !important;
  background: #FDAD3A !important; /*#E74225*/
  color: #fff;
}

.btn-custom-save {
    background-color:#4850E0;
    color: #fff;
    /*padding: .5em 0em;*/
	border: none;
	outline:none;
	border-radius: 5px;
    /*width: 100%;*/
}

.btn-custom-save:hover{
  border-color: #FDAD3A !important;
  background: #FDAD3A !important; /*#E74225*/
  color: #fff;
}

.img-xs, .table td img,
.table th img {
  width: 37px;
  height: 37px; }

.rounded-circle {
  border-radius: 50% !important; }

.flex {
	display: flex;
	justify-content: flex-start;
}
.flex input {
	/*max-width: 300px;*/
	flex: 1 1 300px;
    border-left: 0;
    padding-left: 2px !important;
}
.flex .currency {
	font-size: 0.85em;
    font-weight: 300;
	padding: 10px 18px 10px 8px !important;
    /*font: inherit;*/
	color: #999;
	border: 1px solid #ccc; /*2px solid #ccc;*/
	border-right: 0;
	/*line-height: 2.5;*/
	/*border-radius: 7px 0 0 7px;*/
	background: white;
    width:25px;
}

h4.title_custom {
    font-size: 1.5em;
    color: #B50032;
    margin-bottom: 0.8em;
}

.iconsize{
    width: 13px;
}

.imgsize{
    width: 120px; 
    height: 120px;
}

.thumb-image{

    float: none;
    width:154px;
    height:167px;
    position:relative;
    padding:5px;
}

