/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding-right:0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
﻿
.astr
{
    color:Red;
    
}
div.MemberLink{
	float:left;
	width:24%;
}
/*********** Container Box ******************/
/*#Header div.LoginBox {
	position:absolute;
	left:55px;
	top:10px;
}*/
/*********** Page *****************/
div.MemberLoginPage{
	/*margin:0 auto;*/
}
div.MemberLoginPage div {
	/*padding:4px;*/
}
div.MemberLoginPage .Facebook .button{
	
}
/*********** Both *****************/
div.MemberLoginBox {
	
}
div.MemberLoginBox div.LabelAndField, div.MemberLoginBox div.LoginButton{
	display:block;
	clear:both;
}


div.MemberLoginBox div.LabelAndField input{
	display:block;
	float:left;
}

div.MemberLoginBox label.error, #frm_register label.error , .SpecialForm label.error {
	/*display: block;
	float:right !important;
	width:auto !important;
	margin-right:5px;
	margin-left:25px;*/
}
#frm_register .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}
/************* Weclome Box ****************/
.MemberAvatar
{
    height:47px;
    width:47px;
    border-radius:50%;
    margin-left:2px;
}
div.MemberWelcomeBox
{
	overflow: hidden;
	position: relative;
	background-color:#637bad;
}
div.MemberWelcomeBox a.Avatar {
	display: block;
	float:left;
	height: 48px;
	width: 48px;
	overflow:hidden;
}
div.MemberWelcomeBox a.Avatar img {
	border:none;
}

div.MemberWelcomeBox .Hello, div.MemberWelcomeBox .Area {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #637bad;
	margin: 0px 0px 0px 50px;
	overflow: hidden;
	width:135px;
	color: white;
	line-height: 24px;
	height: 24px;
	font-size:12px;
}

DIV.MemberWelcomeBox A{
	color: #c1dff3;
}
DIV.MemberWelcomeBox A:hover{
	color: white;
	text-decoration: none;
}

/****************** Form Page ****************/
/**************************** FBLoginButton **/
.IconInButton
{
    color: #ffffff;
    display: inline-block;
    font-size: 21px !important;
    height: 25px;
    margin-top: 5px;
    text-align: right;
    width: 20px;
    vertical-align: sub;
    margin-left: 7px;
}
.FBLoginDiv
{
    text-align:center;
}
A.RegisterButton
{
    border: #cff1e0 3px solid;
	background-color: #44ca85;
	color: #2d3e52;
    width: 210px;
    
}
A.RegisterButton:hover
{
	border: #c6f9e0 3px solid;
	background-color: #49de91;
	color: #32465b;
	text-decoration: none;
}
A.FBLoginButton
{
	border: #24aae1 3px solid;
	background-color: #164e7f;
	color: white;
    width: 240px;
}
A.FBLoginButton:hover
{
	border: #21afe9 3px solid;
	background-color: #245c8e;
	/*filter: alpha(opacity=100);*/
	color: white;
	text-decoration: none;
	/*opacity: 1;*/
}
A.FBOrgLoginButton
{
	border: #f87aab 3px solid;
	background-color: #DB0A5B;
	color: white;
    width: 275px;
    margin-right:10px;
}
A.FBOrgLoginButton:hover
{
	border: #fc8fba 3px solid;
	background-color: #ee1468;
	/*filter: alpha(opacity=100);*/
	color: white;
	text-decoration: none;
	/*opacity: 1;*/
}
.LoginTitle
{
    font-size:28px;
    font-family:Crete Round;
    color:#f96f00;
    font-weight:bolder;
    padding:10px;
    margin:10px 20px 10px 20px;
    text-align:right;
    border-bottom:1px solid #cccccc;
}
.LoginBlock
{
    
}
.CenterLoginDiv
{
    margin-right:auto;
    margin-left:auto;
    /*text-align: center;*/
}
.recaptcha-block {
    display: flex;
    justify-content: center;
}
.TitleCls
{
    font-size: 18px;
    color:gray;
    white-space:nowrap;
    width:30%;
}
.TitleLightCls
{
    font-size: 22px;
    color:silver;    
}
.left-to-right
{
    direction:ltr;
}
.SpecialInput
{
    border:1px solid #cccccc;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height:33px;
    width:250px;
    font-size:16px;
}

/*.Checkbox 
{
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    transform: scale(1.3);
}*/
.LoginBtn
{
    background-image:-webkit-linear-gradient(top, #fdb810 0%, #f3a207 100%);
    background-image:-moz-linear-gradient(center top , #fdb810 0px, #f3a207 100%);
    border:1px solid #ec9100;
    border-bottom-color: #ec9100;
    text-shadow: 0 -1px 1px #fbe5c0;
    cursor:pointer;
    padding:2px 25px 2px 25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:18px;
    font-weight:normal !important;
}
.Register
{
    background-image:-webkit-linear-gradient(top, #4BC9E4 0%, #03B3DA 100%);
    background-image:-moz-linear-gradient(center top , #4BC9E4 0%, #03B3DA 100%);
    border:1px solid #8AEAFF;
    height: 38px;
    line-height: 38px;
    color:White;
    overflow: hidden;
    width: 443px;
    margin:10px;
    color:White;
    font-family:Arial;
    font-weight:bolder;
    font-size:20px;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    border-radius:5px; 
}

.Register a, .Register a:hover
{
    color:White;
    font-family:Arial;
    font-weight:bolder;
    font-size:20px;
    text-decoration:none;
    text-align:center;
    display:block;
}
.Forgot
{
    /*float:right;
    width:200px;*/
    margin-top:3px;
    font-size:12px;
}

/******************** Inline Login Form **************************/
.faLoginIcon
{
    background-color:#ffffff;
    border: 3px solid #a3bace;
    border-radius: 50%;
    color: #a3bace;
    float: right;
    font-size: 22px !important;
    height: 35px;
    margin-left: 5px;
    padding-top: 3px;
    text-align: center;
    width: 38px;
    font-family: 'FontAwesome';
}

.fa-user:before {
  content: "\f007";
}
.fa-lock:before {
  content: "\f023";
}
.fa-plus:before {
  content: "\f067";
}
.fa-key:before {
  content: "\f084";
}
/********** Country Flag CSS ***************/
.flag-change
{
    position:absolute;
    left:10px;
    top:5px;
    z-index:999;
}
.fa-caret-down:before {
  content: "\f0d7";
}
.FlagChange
{
    position:absolute;
    top:0;
    left:3px;
}
.FlagChange img
{
    width:30px;
    height:30px;
    margin:3px 10px 0 0;
}
.FlagChange span
{
    width:30px;
    line-height:30px;
    color:White;
}
#flag-menu
{
    width:225px;
    text-align:center;
    overflow:hidden;
}
#flag-menu li
{
    padding:0;
    overflow:hidden;
}
#flag-menu img
{
    width:40px;
    height:40px;
    display:block;
    margin-right:auto;
    margin-left:auto;
    
}
#flag-menu span
{
    height:20px;
    display:block;
    text-align:center;
}

#flag-menu.dropdown-menu > li > a
{
    padding:6px 0 6px 0; 
}
/*********** General Btn css *************/
.InlineButtons
{
    /*display:inline-block;*/
    float:right;
    margin:11px 15px 8px 0;
}
.btn-normal-right
{
    float: right;
}
.btn-controlpanel-left
{
    float: left;
}
A.Button
{
    border-radius:9px;
    font-size:15px;
    font-weight: bold;
    box-shadow: 0 0 3px #acacac;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    text-align: center;
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
/*********** General Btn css *************/
.InlineLoginForm { margin:0; padding:0; }
.EmailField, .PasswordField, .RememberField, .LoginButton { display:inline-block;margin:8px 10px 10px 0; }
.FeatureFBLogin, .FeatureRegister { text-align:center;}
.InlineEmail, .InlinePassword 
{
    background-color:#f9f9f9;
    width:180px;
    height:30px;
    line-height:30px;
    border:1px solid #a3bace;
    border-radius:7px;
    color:#61809b; 
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.InlineEmail:focus, .InlinePassword:focus 
{
    background-color:White;
}
.RememberField input { vertical-align: sub; margin-left:2px;}
.RememberField label {color:#434343;font-size:12px; }
.InlineLoginButton 
{ 
    background-color:#ffffff;
    border: 1px solid #a3bace;
    border-radius: 4px;
    color: #708190;
    font-family: "Droid Arabic Kufi";
    font-size: 14px; 
    padding:0 10px 0 10px;
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.InlineLoginButton:hover
{
      background-color:#c3d0db;
}
.InlineLoginBox
{
    float:right;
    height:55px;
    width:700px;
    margin:10px 0 10px 0;
    border-radius:10px; 
    background-color:#e5eaee;
}
.InlineLoginBox input
{
    text-align: right;
    margin-top:4px;
}
/******************************************/
A.FeatureFBLoginButton
{
    
    border-left: #516ea7 1px solid;
    border-right: #516ea7 1px solid;
    border-top: #516ea7 1px solid;
    border-bottom: #4b628e 3px solid;
	display: block;
	background-color: #516ea7;
	color: #d9dfed;
    height: 36px;
    line-height: 34px;
    text-align: center;
    width: 230px;
    border-radius:3px;
    font-size:15px;
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    
    margin:5px auto 10px auto;
    
	
}
A.FeatureFBLoginButton i.fa-facebook
{
    padding-left:10px;
    border-left:#4b628e 1px solid;
    margin-left:10px;
    height: 21px !important;
}

A.FeatureFBLoginButton:hover
{
	background-color: #5775b0;
	color: white;
	text-decoration: none;
}
A.FeatureRegisterButton
{
    border-left: #067ed9 1px solid;
    border-right: #067ed9 1px solid;
    border-top: #067ed9 1px solid;
    border-bottom: #1168ab 3px solid;
	display: block;
	background-color: #067ed9;
	color: #e3eef6;
    height: 36px;
    line-height: 32px;
    text-align: center;
    width: 230px;
    border-radius:3px;
    font-size:15px;
    
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    
    margin:5px auto 10px auto;
    
    
}
A.FeatureRegisterButton:hover
{
	background-color: #108ae7;
	color: white;
	text-decoration: none;
}
/**************** My account Buttons if Im logged in  **************/

A.Btn-orange
{
    border: #ffda9f 3px solid;
	background-color: #f29c12;
	color: #fff2df;
    width: 230px;

}
A.Btn-orange:hover
{
	border: #ffd187 3px solid;
	background-color: #fd9f08;
	color: white;
	
	text-decoration: none;
}
A.Btn-green
{
    border: #dbffe0 3px solid;
	background-color: #31a442;
	color: #ecf6ee;
    width: 230px;

}
A.Btn-green:hover
{
	border: #c8ffd0 3px solid;
	background-color: #2fb042;
	color: white;
	
	text-decoration: none;
}
A.Btn-red
{
    border: #ff7878 3px solid;
	background-color: #d01414;
	color: #f9e4e4;
    width: 230px;

}
A.Btn-red:hover
{
	border: #ff6565 3px solid;
	background-color: #de1212;
	color: white;
	
	text-decoration: none;
}
A.Btn-blue
{
    border: #78c3ef 3px solid;
	background-color: #2077d0;
	color: #ecf6ee;
    width: 230px;

}
A.Btn-blue:hover
{
	border: #98d9ff 3px solid;
	background-color: #348be4;
	color: white;
	
	text-decoration: none;
}

/************** Special Member Menu *************/
.MemberMenu .fa-sign-out:before { color:#cd1c1c; }
.MemberMenu .fa-user:before, .MemberMenu .fa-user-plus { color:#2077d0; }
.MemberMenu .fa-bars:before { color:#fca82e; }
.MemberMenu .fa-question-circle-o:before, .MemberMenu .fa-sign-in-alt { color:#26cb3a; }
.MemberMenu i.fas
{
    display:block;
    text-align:center;
    font-size:40px; 
    line-height:40px;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}
.MemberMenu
{
    position:relative;
    /*width:180px;*/
    margin:5px;
}
.MemberMenu span.link
{
    font-size:12px;
    text-align:center;
    display:block;
    margin-right: auto;
    margin-left: auto;
}
/******/
.MemberMenu .MyRegister
{
    font-size:12px;
    display:inline-block;
    width:90px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
    border-bottom:1px solid #eeeeee;
    border-left:1px solid #eeeeee;
    
}
.MemberMenu .MyLogin
{
    font-size:12px;
    display:block;
    width:90px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
    /*border-bottom:1px solid #eeeeee;*/
    
}
/***********/
.MemberMenu .MyAccount
{
    font-size:12px;
    display:block;
    width:90px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
    border-bottom:1px solid #eeeeee;
    /*border-left:1px solid #eeeeee;*/
    
}
.MemberMenu .MyTrades
{
    font-size:12px;
    display:inline-block;
    width:90px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
    border-bottom:1px solid #eeeeee;
    
}
.MemberMenu .MyHelp
{
    font-size:12px;
    display:inline-block;
    width:90px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
    border-left:1px solid #eeeeee;
    
}
.MemberMenu .Logout
{
    font-size:12px;
    display:block;
    width:90px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
    
}
/************************************************/
/*************** My account page ****************/
.control-head
{
    color:#3498db;
}
.control-head-icon
{
    color:#3498db;
    font-size:36px !important;
    margin:0 10px 0 10px;
}
.control-head span
{
    display:inline-block;
    vertical-align:top;
    line-height:46px;
}
.control-head span .lead
{
    margin-bottom: 7px;
}
.box-shadow
{
    box-shadow:0 0 7px #b0b0b0;
}
.overflow-hidden
{
    overflow: hidden;
}
.membership-row 
{
    overflow:hidden;
}
.membership-row section
{
    padding-bottom:15px;
}
.membership-row a:hover
{
    text-decoration:none;
}
.membership-row a span
{
    display:inline-block;
    color:#115b9d;
    padding-right:15px;
    line-height: 66px;
    vertical-align: top;
    margin:0;
}

/**** preview box [require js plugin *******/
.thumbnail-block
{
}

.AddThumbBlock .FakeButton
{
    background:none;
    color:#fff;
    padding: 0;
    
    transition: all 0.3s ease-in-out 0s;
    z-index:98;

    width: 100%;
    height: 100%;
    display: block;

    font-size: 15px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;

}
.AddThumbBlock .FakeButton:hover
{

}
.fa-camera::before {
    content: "\f030";
}
.AddThumbBlock
{
    position:relative;
}

.AddThumbBlock .icon-camera
{
    
    position: absolute;
    margin:auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    color: rgba(255, 255, 255, 0.5);

    border-radius: 50%;


    transition: 0.2s ease-in-out;

    display: flex;
    align-items: center;
    justify-content: center;

}
.AddThumbBlock:hover .icon-camera
{
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);

}
.AddThumbBlock .icon-camera::before  {
    transition: 0.25s ease-in-out;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.AddThumbBlock:hover .icon-camera::before {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.AddThumbBlock #Thumb
{
    height: 86%;
    position: absolute;
    z-index: 99;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    
}

.thumbnail-block #PreviewBlock
{
    /*border: 1px solid #aeaeae;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.15);*/
    border-radius: 50%;
    width: 107px;
    height: 107px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;

}
.thumbnail-block #image-preview
{
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 107px;
    height: 107px;
    margin:0;
    position: relative;
    overflow: hidden;
    background: url('../person.png') no-repeat 0 0;
    background-size: contain;

}
.thumbnail-block .center-thumbnail #image-preview {
    background-image: url('../center.png');
}
.thumbnail-block #PreviewBlock img
{
    width: 107px;
    height: 109px;
    top:3px;
    right:3px;
}
.thumbnail-block #PreviewBlock span.remove
{
    position:absolute;
    bottom:-20px;
    right:0;    
    left:0;
    font-size:14px;
    display:inline-block;
    color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    
}
/**********************************/
.membership-icon::before
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;

}
.membership-icon
{
    text-align:center;
    
    width: 66px;
    height: 66px;
    font-size: 28px;
    
    border-radius: 20px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.016);
    clear: both;
    display: inline-block;
    transition-delay: 0s;
    transition-duration: 0.33s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    position: relative;

}
.message-head span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}

.message-icon
{
    font-size: 18px !important;
    margin-left:10px;
    margin-right:10px;
    
}
.member-link { 
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top:18px;
}
.bg-blueblack
{
    border:1px solid #415b6c;
    color:#415b6c;
}
.bg-red
{
    border:1px solid #e84c3d;
    color:#e84c3d;
}
.bg-gray
{
    border:1px solid #b1b1b3;
    color:#b1b1b3;
}
.bg-blue
{
    border:1px solid #337ab7;
    color:#337ab7;
}
.bg-purple
{
    border:1px solid #8d44ad;
    color:#8d44ad;
}
.bg-orange
{
    border:1px solid #f39c11;
    color:#f39c11;
}
.bg-greenblue
{
    border:1px solid #1dd2af;
    color:#1dd2af;
}
.bg-green
{
    border:1px solid #2cac61;
    color:#2cac61;
}
.bg-darkorange
{
    border:1px solid #d25400;
    color:#d25400;
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-pencil:before {
  content: "\f040";
}
.fa-lock:before {
  content: "\f023";
}
.fa-envelope-u:before {
  content: "\f003";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-gears:before {
  content: "\f085";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-send:before {
  content: "\f1d8";
}
.fa-star:before {
  content: "\f005";
}

/****** Paging **********/ 
.paging
{
    line-height:35px;
    font-weight: bold;
    clear:both;
    display:block;
    overflow:hidden;
}
.paging span.selected
{
    background-color:#f4f4f4;
    border: #d8d9da 1px solid;
    COLOR: #4091d2;
    border-radius: 5px;
    cursor:pointer;
    padding:3px 5px;
    margin-left:10px;
    
    font-size: 15px;
    line-height: 28px;
    min-width: 40px;
    display:inline-block;
    
}
.paging a
{
    background-color:#fcfcfc;
    border-top: #d8d9da 1px solid;
    border-right: #d8d9da 1px solid;
    border-left: #d8d9da 1px solid;
    border-bottom: 2px solid #d8d9da;
    
    COLOR: #b4b4b4;
    border-radius: 5px;
    cursor:pointer;
    
    font-size: 17px;
    line-height: 28px;
    min-width: 40px;
    display:inline-block;
    text-decoration:none;
    padding: 3px 5px;
    margin-left:10px;
    
    transition: all 0.3s ease-in-out 0s;
    
}
.paging a:hover
{
    border-top: #d8d9da 1px solid;
    border-right: #d8d9da 1px solid;
    border-left: #d8d9da 1px solid;
    border-bottom: 2px solid #e5e5e5;
    background-color:#f4f4f4;
    COLOR: #4091d2;
}
.fa-angle
{
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size:17px;
}
.fa-angle-double-right:before
{
    content: "\f101";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-sign-out::before {
    content: "\f2f5";
}
.fa-user:before {
  content: "\f007";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
/**************** New Bootstrap Module **********************/
.person-logo {
    width: 96px;
    height: 96px;
}
.small-box.mdl-card {
    min-height: auto !important;
}
/*.card {

    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

}*/
.input-fields-div {
    padding: 25px 15px;
}
.gmailStyle .input-field {
    position: relative;
}
.gmailStyle .input-field > label:not(.label-icon).active {
    width: auto !important;
    background: #FFFFFF;
    
    top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 0;
}
.gmailStyle .input-field > label {
    width: 98%;
    text-indent: 10px;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    /*left: 0;*/
    font-size: 1.2rem;
    cursor: text;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(12px);
}
.gmailStyle .checkbox {
    margin-right: 20px;
    margin-left: 20px;
}
.gmailStyle input:not([type]), 
.gmailStyle input[type="text"]:not(.browser-default), 
.gmailStyle input[type="password"]:not(.browser-default), 
.gmailStyle input[type="email"]:not(.browser-default), 
.gmailStyle input[type="url"]:not(.browser-default), 
.gmailStyle input[type="time"]:not(.browser-default), 
.gmailStyle input[type="date"]:not(.browser-default), 
.gmailStyle input[type="datetime"]:not(.browser-default), 
.gmailStyle input[type="datetime-local"]:not(.browser-default), 
.gmailStyle input[type="tel"]:not(.browser-default), 
.gmailStyle input[type="number"]:not(.browser-default), 
.gmailStyle input[type="search"]:not(.browser-default), 
.gmailStyle textarea.materialize-textarea {

    border: 1px solid #dadce0;
    text-indent: 10px;

    background-color: transparent;
    border-radius: 0;
    outline: none;
    height: 4rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    width: 100%;
}
.gmailStyle input:not([type]) + label::after, 
.gmailStyle input[type="text"]:not(.browser-default) + label::after, 
.gmailStyle input[type="password"]:not(.browser-default) + label::after, 
.gmailStyle input[type="email"]:not(.browser-default) + label::after, 
.gmailStyle input[type="url"]:not(.browser-default) + label::after, 
.gmailStyle input[type="time"]:not(.browser-default) + label::after, 
.gmailStyle input[type="date"]:not(.browser-default) + label::after, 
.gmailStyle input[type="datetime"]:not(.browser-default) + label::after, 
.gmailStyle input[type="datetime-local"]:not(.browser-default) + label::after, 
.gmailStyle input[type="tel"]:not(.browser-default) + label::after, 
.gmailStyle input[type="number"]:not(.browser-default) + label::after, 
.gmailStyle input[type="search"]:not(.browser-default) + label::after, 
.gmailStyle textarea.materialize-textarea + label::after, 
.gmailStyle .select-wrapper + label::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}
.gmailStyle .input-field > label:not(.label-icon).active {
    width: auto !important;
    background: #FFFFFF;
    
    top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 0;
}
.input-field > label:not(.label-icon).active {
    transform: translateY(-14px) scale(0.9);
    transform-origin: 0 0;
}
@media (max-width: 767px) {
    .paging span.selected
    {
        border-radius: 3px;
        padding:3px 3px;
        margin-left:5px;
        font-size: 14px;
        line-height: 18px;
        min-width: 30px;
    }
    .paging a
    {
        border-radius: 3px;
        font-size: 15px;
        line-height: 18px;
        min-width: 30px;
        padding: 3px 3px;
        margin-left:5px;
    }
}

.gmailStyle .input-field > label:not(.label-icon).active {
    Right: 10px;
}
