.profile-header {
	top: 50%;
	bottom: 50%;
	width: 100%;
	text-align: center;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 15px;
	position: absolute;
}
.profile-bottom {
	width: 100%;
    text-align: center;
}
.profile-bottom-button-ok {
	background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.profile-bottom-button-ok:hover{
	background-color: #026a94;
}
.profile-bottom-button-back {
    background-color: rgb(210,200,173);
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.profile-bottom-button-back:hover {
	background-color: rgb(173,158,137);
}
.profile-bottom-sep {
	height: 5px;
}
.profile-bottom-sep-2 {
	height: 10px;
}
.profile-bottom-button-cancel {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto;
}
.profile-bottom-container {
	width: 100%;
	height: 100%;
    text-align: center;
}
.profile-bottom-table {
	margin: auto;
}
.profile-pnlbottom {
}
.profile-pnlbottom-body {
	background-color: #fff !important;
}
.profile-pnlleftsidebar {
}

.profile-pnlleftsidebar-body {
	background-color: #f9d044 !important;
}

.profile-leftsidebar-container {
	height: 100%;
	width: 100%;
	background-color: rgb(238,234,223);
    border-right: 1px dotted rgb(174,174,174);
}
.profile-leftsidebar-container table{
	width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
.profile-leftsidebar-header {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 15px;
    color: #045e71;
    text-align: center;
    padding-top: 21px;
    font-weight: bold;
}
#profile-leftsidebar-header-logo {
	background-image: url("images/login-user-icon.png");
	background-repeat: no-repeat;
    background-position: top;
	background-size: contain;
	height: 40px;
    width: 70px;
	margin: auto;
}
#profile-leftsidebar-header-text {
	margin-top: 15px;
}
.profile-leftsidebar-caption {
	color: #045e71;
    text-align: center;
	padding-top: 10px;
    padding-bottom: 10px;
}
.profile-leftsidebar-caption a {
	text-decoration: none;
	cursor: pointer;
}
.profile-leftsidebar-caption a:hover {
	color: #497b86;
}
.profile-leftsidebar-line {
	border-right: 2px solid #211b08;
    width: 50%;
    height: 50px;
}
.profile-page-title {
	font-size: 13px;
    text-align: center;
    color: #818181;
    margin-top: 22px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif; 
}
.profile-bottom-message {
    text-align: center;
    width: 100%;
    border-top: 1px dotted #045e71;
    margin-top: 15px;
    padding-top: 10px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: rgb(164,56,90);
    font-weight: bold;
}
#profile-basic-message {
	text-align: center;
	width: 100%;
	margin-top: 135px;
	display: none;
}
#profile-delivery-message {
	text-align: center;
	width: 100%;
	margin-top:30px;
	display: none;
}
#profile-invoice-message
 {
	text-align: center;
	width: 100%;
	margin-top: 0px;
	display: none;
}
#profile-basic-message-table,
#profile-delivery-message-table,
#profile-invoice-message-table {
    margin: -3px auto auto auto;
    border-collapse: collapse;
}
.profile-message-icon  {
}
.profile-message-icon div{
	width: 20px;
    height: 20px;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
