/*omar 1-12-2015*/

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
font-family: 'Trebuchet MS';
font-style: normal;
font-weight: normal;
src: local('fonts/Trebuchet MS'), url('fonts/trebuc.woff') format('woff');
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */

}
body {
    margin: 0;

}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

p{
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}
a img{
    border: 0px;
}
.clear{
    clear: both;
}
input,textarea{
    outline: none;
}
.header-container {
    background-color: white;
    display: table;
    margin: 10px 0;
    width: 100%;
}
.wrap-text {
    margin: 0 auto;
    width: 950px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.body-wrapper {
    background-image: url("../images/body-bg.png");
    border-top: 1px solid #e8e8e8;
    padding-top: 19px;
    padding-bottom: 40px;
	float:left;
	width:100%;
}

.welcome-msg {
    background-color: white;
    border: 2px solid #d8d8d8;
    border-radius: 1px;
    color: #05609f;
    font-family: "Trebuchet MS";
    font-size: 26px;
    margin-bottom: 12px;
    padding: 4px 9px;
    text-transform: uppercase;
    width: 604px;
	transition: all 300ms linear 0s;
}
.login-container-box {
    background-image: url("../images/login-background.png");
    height: 315px;
    width: 905px;
	background-repeat: no-repeat;
	padding: 20px 35px;
	margin-top: 16px;
}
.box-title {
    border-bottom: 1px solid #8b8d8c;
    box-shadow: 0 1px 0 0 #5b5e5d;
    color: #fff;
    font-size: 32.28px;
    width: 73%;
	display: inline-block;
	font-family: "Trebuchet MS";
}
.box-title span {
    border-bottom: 6px solid rgba(5, 96, 159, 0.68);
    float: left;
}
.form-title {
    color: white;
    font-family: "Trebuchet MS";
    font-size: 25.31px;
    margin-bottom: 26px;
    margin-top: 14px;
}
.filed-holder {
    float: left;
}
.filed-holder label {
    color: #fff;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}
.filed-holder label.arrow::before {
    background-image: url("../images/agent-area-seprate.png");
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -15px;
    position: absolute;
    top: -2px;
    width: 30px;
}
.input-filed-style {
    background-color: #fff;
    border: 1px solid #bfbfc1;
    color:black;
    font-family: "Trebuchet MS";
    font-size: 18px;
    margin-right: 30px;
    padding: 5px 10px;
    width: 285px;
	
}
.input-filed-style::-webkit-input-placeholder {
    color: #b7b7b7;
}
.input-filed-style:-moz-placeholder {
    /* FF 4-18 */
    color: #b7b7b7;
}
.input-filed-style::-moz-placeholder {
    /* FF 19+ */
   color: #b7b7b7;
}
.input-filed-style:-ms-input-placeholder {
    /* IE 10+ */
   color: #b7b7b7;
}
.login-form-submit:hover {
    opacity: 1;
}
.login-form-submit {
    background-color: #bf2327;
    border: 1px solid #bf2327;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: "Trebuchet MS";
    font-size: 16px;
    margin-top: 37px;
    opacity: 0.88;
    padding: 6px 38px;
    text-align: center;
    transition: all 300ms linear 0s;
	-webkit-appearance: none;
}
/*checkbox-style*/
input.checkbox-filed-style[type=checkbox]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input.checkbox-filed-style[type=checkbox]:not(old) + label{
    color: #12ABC6;
    display: inline-block;
    font-family: "Trebuchet MS";
    font-size: 16px;
    margin-left: -2em;
    text-transform: uppercase;
}

input.checkbox-filed-style[type=checkbox]:not(old) + label > span{
background: white none repeat scroll 0 0;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0.25em;
    display: inline-block;
    height: 1.175em;
    margin: 0.05em 0.5em 0.05em 0.25em;
    vertical-align: bottom;
    width: 1.175em;
}

input.checkbox-filed-style[type=checkbox]:not(old):checked + label > span{
background: white none repeat scroll 0 0;
}

input.checkbox-filed-style[type=checkbox]:not(old):checked + label > span:before{
color: rgba(5, 96, 159, 0.68);
    content: "✓";
    display: block;
    font-size: 0.975em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    width: 1em;
}
/*end-checkbox-style*/
.checkbox-holder {
    float: left;
}
.form-footer-service {
    border-top: 1px solid #8b8d8c;
    font-family: "Trebuchet MS";
    font-size: 16px;
    margin-top: 18px;
    padding-top: 15px;
    width: 90.6%;
}
.forget-password {
    float: left;
    font-size: 16px;
    margin-left: 40px;
	margin-top: 2px;
}
.forget-password > a:hover {
    text-decoration: underline;
}
.forget-password > a {
    color: #12ABC6;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
.not-register {
    float: left;
    margin-left: 58px;
	margin-top: 2px;
}
.not-register .question {
    color: #12ABC6;
    float: left;
    position: relative;
    text-transform: uppercase;
    margin-right: 13px;

}
.not-register .question::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: -37px -32px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -22px;
    position: absolute;
    top: -2px;
    width: 15px;
}
.not-register > a:hover {
    opacity: 1;
}
.not-register > a {
 background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: "Trebuchet MS";
    font-size: 16px;
    margin-top: 37px;
    opacity: 0.88;
    padding: 6px 21px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}

.edit-profile {
    height: 22px;
}
.edit-profile > a {
    color: #727272;
    font-family: "Trebuchet MS";
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}
.edit-profile > a:hover {
    text-decoration: underline;
}
.edit-profile > a::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: 0px -31px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -40px;
    position: absolute;
    top: -2px;
    width: 34px;
}
.user-info-box {
    background-color: white;
    border: 2px solid #d8d8d8;
    display: table;
    padding: 8px 9px 8px 18px;
    width: 100%;
	margin-top: 10px;
}
.user-info {
color: #05609f;
    float: left;
    font-family: trebuchet ms;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
    transition: all 300ms linear 0s;
    width: 25%;
}

.user-info::before {
    background-image: url("../images/agent-area-seprate.png");
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -15px;
    position: absolute;
    top: -6px;
    width: 30px;
	transition: all 300ms linear 0s;
}
.user-info span {
    color: #606060;
}
.menu-selected-title {
    background-color: #bf2327;
    border-radius: 5px;
    color: white;
    font-family: trebuchet ms;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
	position: relative;
}

.menu-item-wrapper {
    display: table;
    width: 100%;
}
.menu-item-wrapper ul {
    width: 100%;
}
.menu-item-wrapper ul li {
    display: inline-block;
    float: left;
    font-family: trebuchet ms;
    font-size: 14px;
    margin: 0 2px;
    text-align: center;
    width: 101px;
}
.menu-item-wrapper ul li.active {
}
.menu-item-wrapper ul li a {
 background-color: #05609f;
    border-radius: 5px;
    color: white;
    display: inline-block;
    min-height: 103px;
    padding: 10px;
    transition: all 300ms linear 0s;
    width: 100%;
}
.menu-item-wrapper ul li a:hover {
    opacity: 0.8;
}
.menu-item-wrapper ul li a span:first-child {
    display: block;
    font-size: 30px;
    margin: 7px 0;
    padding: 0 25px 9px;
    text-align: center;
}
.menu-item-wrapper ul li.active {
    position: relative;
}
.menu-item-wrapper ul li.active::after {
    border-bottom: 9px solid rgba(5, 96, 159, 0.68);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -10px;
    content: "";
    left: 39%;
    position: absolute;
}
.menu-item-wrapper ul li a .menu-text {
    display: inline-block;
    vertical-align: sub;
}

.account-number-select {
    display: inline-block;
}
.menu-item-wrapper ul li.active a {
    background-color: #204763;
}

/*menu-selected-view*/
.selected-menu-view-wrapper {
     display: table;
    font-family: trebuchet ms;
    width: 100%;
	transition: all 300ms linear 0s;
	margin-top: 20px;
}
.selected-menu-items {
   float: left;
    font-size: 14px;
    width: 29%;
	transition: all 300ms linear 0s;
	
}
.selected-menu-items li {
    border-bottom: 1px solid #f6f6f7;
}
.selected-menu-items ul li a:hover {
    background-color: #204763;
}
.selected-menu-items ul li a.active {
    background-color: #204763;
}
.selected-menu-items ul li a {
    background-color: #05609f;
    color: white;
    display: block;
    padding: 10px 0 10px 13px;
    transition: all 300ms linear 0s;
    text-transform: capitalize;
}
.item-selected-view-content {
    background-color: white;
    border: 1px solid rgba(5, 96, 159, 0.68);
    float: right;
    padding: 12px;
    transition: all 300ms linear 0s;
    width: 69%;
	margin-bottom: 20px;
}
.item-title {
    color: #05609f;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
	transition: all 300ms linear 0s;
	 font-size: 21px;
}
.sub-title-note {
    color: #606060;
    font-family: trebuchet ms;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
}
.form-field-holder {
    float: left;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    transition: all 300ms linear 0s;
    width: 48%;
}
.field-label {
    color: #222;
    display: block;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
}
.form-field-style {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 7px;
    width: 100%;
	font-family: trebuchet ms;
/*	height: 30px;*/
    display: inline-block;
}
.form-field-submit-holder
{
	clear: both;
    float: right;
    margin-left: 1%;
    margin-right: 1%;
    transition: all 300ms linear 0s;
    width: 100%;
	margin-top: 15px;
}
.form-field-submit:hover {
    background-color: #204763;
    opacity: 1;
}
.form-field-submit {
 background-color: #05609f;
    border: 1px solid rgba(5, 96, 159, 0.68);
    border-radius: 4px;
    color: white;
    cursor: pointer;
    float: right;
    font-family: trebuchet ms;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.89;
    padding: 4px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    width: 48%;
	-webkit-appearance: none;
}
.form-field-holder .error {
    background-color: rgb(190, 75, 73);
    border: 1px solid #c04c50;
    border-radius: 4px;
    color: white;
    display: block;
    font-family: trebuchet ms;
    font-size: 12px;
    padding: 1.3px 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 54px;
    z-index: 100;
}
.form-field-holder .error::before {
    border-bottom: 10px solid #c04c50;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    font-family: trebuchet ms;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 11px;
    top: -8px;
}


select.form-field-style ::-ms-expand {
display: none;
}
select.form-field-style {
     -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
    appearance: none;
    background: #ffffff url("../images/select-arrow.png") no-repeat scroll 95% center;
    text-overflow: "";
	box-sizing: border-box;
	text-transform: uppercase;
	cursor: pointer;
    outline: none;
}
.show-sub-menu-mobile
{
	display:none;
}
.form-field-style[type="file"] 
{
    background-color: transparent;
    border: medium none;
    color: white;
    height: auto;
    padding: 0;
    outline: none;
}
.table-view table {
    width: 100%;
}
.table-view table th:nth-child(2n+1) {
    background-color: #424241;
}
.table-view table th:nth-child(2n) {
    background-color: #05609f;
}
.table-view table th {
    color: white;
    font-family: trebuchet ms;
    font-size: 14px;
    padding: 9px;
    text-align: center;
    transition: all 300ms linear 0s;
}
.table-view table tbody tr:nth-child(2n+1) {
    background-color: #e8e6e8;
}
.table-view table tbody tr:nth-child(2n) {
    background-color: #cccccc;
}
.table-view table tr td {
    font-size: 13.22px;
}
.table-view table tr td {
    border-right: 1px solid #a9a9a9;
    color: #424241;
    font-family: trebuchet ms;
    font-size: 12.22px;
    padding: 9px;
    text-align: center;
    transition: all 300ms linear 0s;
	border-color: #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-width: 0 1px 0 0;
}
.table-view table tr td a:hover {
    text-decoration: underline;
}
.table-view table tr td a {
    color: #555;
}
.table-view {
    display: inline-block;
    margin-top: 17px;
    width: 100%;
}
.download-items {
    display: table;
    margin: 0 auto;
    width: 90%;
}
.download-items li:hover {
    box-shadow: 0 6px 16px 0 #c5c6c6;
}
.download-items ul li {
    border: 1px solid rgb(214, 217, 218);
    display: inline-block;
    font-family: trebuchet ms;
    font-size: 15px;
    margin: 10px 4px;
    transition: all 300ms linear 0s;
    width: 31.3%;
    border-radius: 6px;
}
.download-items ul li a {
    color: #606060;
    display: block;
    min-height: 116px;
    padding: 10px;
    text-align: center;
}
.download-items ul li:hover a span:first-child {
    color: #020202;
}
.download-items ul li a span:first-child {
    color: #05609f;
    display: block;
    font-size: 38px;
    margin: 11px 0;
    padding-bottom: 5px;
    padding-left: 38px;
    transition: all 300ms linear 0s;
}
.download-items ul li:hover .down-title {
    text-decoration: underline;
}
.down-title {
    float: left;
    text-align: center;
    width: 100%;
	padding-bottom: 8px;
}
.hide
{
	display:none;
}
.item-selected-view-content.full {
    width: 100%;
}
.question-holder .answer-icon {
    display: none;
}
.question-holder.active:hover {
    opacity: 1;
}
.question-holder:hover {
    opacity: 0.9;
}
.question-holder.active {
    background-color: #1e1e1e;
}
.question-holder {
    background-color: #05609f;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: table;
    font-family: trebuchet ms;
    margin: 13px 0;
    padding: 10px 16px;
    position: relative;
    transition: background-color 300ms linear 0s;
    width: 100%;
}
.question-text {
    float: left;
    font-size: 18px;
    width: 94%;
	 transition: all 300ms linear 0s;
}
.question-icon {
    font-size: 23px;
    position: absolute;
    right: 0;
    top: 10px;
}
.question-holder.active .question-icon {
    display: none;
}
.question-holder.active .answer-icon {
    display: block;
	font-size: 23px;
    position: absolute;
    right: 0;
    top: 10px;
}
.question-answer {
    color: #606060;
    font-size: 15px;
    padding: 0 16px;
}
.success-msg::before {
    background-image: url("../images/agent-area-seprate.png");
    background-position: -76px -57px;
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    left: -5px;
    position: absolute;
    top: -6px;
    width: 33px;
}
.success-msg {
    clear: both;
    color: #7fac47;
    font-family: trebuchet ms;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
    transition: all 300ms linear 0s;
}

.result-box {
    border: 1px solid #d1d1d2;
     box-shadow: 0 1px 3px 0px #d1d1d2;
    clear: both;
    float: left;
    margin-top: 25px;
    padding: 10px;
    transition: all 300ms linear 0s;
    width: 99%;
}
.result-content table {
    text-align: center;
    transition: all 300ms linear 0s;
    width: 100%;
}
.result-content table th {
    border: 1px solid #d1d1d2;
    color: #05609f;
    font-family: trebuchet ms;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
.result-content table td {
    border-bottom: 1px solid #d1d1d2;
    border-left: 1px solid #d1d1d2;
    border-right: 1px solid #d1d1d2;
    color: #606060;
    font-family: trebuchet ms;
    font-size: 18px;
    padding: 7px 0;
    transition: all 300ms linear 0s;
	border-top:0px;
}
.result-content table td p {
    font-size: 16px;
}
/*menu-selected-view*/
/*footer*/
footer{
	clear:both;
}
.footer-container {
    background-color: #05609f;
    padding: 11px 0;
    width: 100%;
}
.footer-content {
    font-family: "Trebuchet MS";
    font-size: 14px;
    text-align: center;
}
.footer-links {
    color: white;
	margin-bottom: 5px;
}
.footer-links > a:hover {
    text-decoration: underline;
}
.footer-links > a {
    color: white;
    display: inline-block;
}
.copy-right {
    color: white;
}
.copy-right a{
    color: white;
}
.copy-right a:hover {
    text-decoration: underline;
}
.footer-disclaimer {
    color: white;
    display: block;
    font-family: "Trebuchet MS";    
    margin: 4px 0 10px;
    text-align: center;
    width: 100%;
    font-weight: normal;
    line-height: 1.4;
    font-size: 11px;    
}
/*footer*/

/* abdullah */


.relative_position{
    position: relative;
}
.indicator{
    background-color: #FFFFFF;
    background-image: url("../images/loader.gif");
    background-position: 50% center;
    background-repeat: no-repeat;
/*    min-height: 200px;*/
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
/*    width: 100%;*/
    width:98%;
}
.view-right-wrapper{
 background-color: white;
    border: 1px solid rgba(5, 96, 159, 0.68);
    float: right;
    margin-bottom: 20px;
    padding: 12px;
    transition: all 300ms linear 0s;
    width: 69%}

.members-ajax-cont {
    margin-bottom: 20px;

}
.intl-tel-input {
    width: 100%;
}
/*  end abdullah **/

/*omar 25-2-2016*/
.error-title {
    color: #606060;
    font-family: "Trebuchet MS";
    font-size: 200px;
    font-weight: bold;
    text-align: center;
	transition: all 300ms linear 0s;
}
.error-descrption {
    color: #606060;
    font-family: "Trebuchet MS";
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
	transition: all 300ms linear 0s;
}
.welcome-msg.forget h1 {
    font-size: 34px;
    margin: 0;
}
.instruction {
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 15px;
    padding: 1px 34px;
    transition: all 300ms linear 0s;
}
.forget-container {
    background-color: rgba(107, 111, 110, 0.71);
    border-radius: 13px;
    background-image: url(../images/login-background.png);
    height: 315px;
    width: 905px;
    background-repeat: no-repeat;
    padding: 20px 35px;
    margin-top: 16px;
}
#forget_form {
      width: 69%;
    padding: 10px 44px;
}
#forget_form .form-field-submit-holder {
    float: left;
	margin-top:0px;
}
#forget_form .form-field-submit-holder .form-field-submit {
    float: left;
}

*, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
.forget-container .error {
    color: #e31f25;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    padding-left: 40px;
    position: relative;
}
.forget-container .error::before {
    background-image: url("../images/agent-area-seprate.png");
    background-position: -269px 0;
    background-repeat: no-repeat;
    content: "";
    height: 42px;
    left: 2px;
    position: absolute;
    top: -13px;
    width: 30px;
}
.reset-pass-wrapper .success-msg {
    margin-top: 33px;
}
/*omar 15-3*/
.edit-info-custom .members-ajax-cont {
    margin-bottom: 30px;
    position: relative;
}
.edit-info-custom .members-ajax-cont:last-child::after {
    background-color: transparent;
    box-shadow: none;
}
.edit-info-custom .members-ajax-cont::after {
    background-color: #1e1e1e;
    bottom: -17px;
    box-shadow: 0 0 1px 0 #1e1e1e;
    content: "";
    height: 1px;
    left: -12px;
    position: absolute;
    width: 104%;
}
.data-message-green::before {
    background-image: url("../images/agent-area-seprate.png");
    background-position: -76px -57px;
    background-repeat: no-repeat;
    content: "";
    height: 30px;
    left: -5px;
    position: absolute;
    top: -2px;
    width: 33px;
}
.data-message-green {
    clear: both;
    color: #7fac47;
    font-family: trebuchet ms;
    font-size: 17px;
    margin-top: 15px;
    padding-left: 35px;
    position: relative;
    transition: all 300ms linear 0s;
}
.back-button {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
	padding-left: 8px;
}
.back-button > a:hover {
    background-color: #05609f;
}
.back-button > a {
    background-color: #1e1e1e;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-family: trebuchet ms;
    font-size: 16px;
    padding: 5px 40px;
    text-align: center;
    transition: all 300ms linear 0s;
}
.min-docs-table {
    margin-bottom: 11px;
    text-align: center;
    width: 99%;
}
.min-docs-table thead td {
    background-color: #05609f;
    border: 1px solid #d8d8d8;
}
.min-docs-table thead h3 {
    color: white;
    margin: 5px 0;
}
.min-docs-table > tbody tr:nth-child(2n+1) {
    background-color: #e8e6e8;
}
.min-docs-table tbody tr:nth-child(2n) {
    background-color: #cccccc;
}
.min-docs-table tbody tr:last-child td {
    border: medium none;
}
.min-docs-table > tbody tr td {
    border-color: #a9a9a9;
    border-width: 0 0 1px;
    padding: 7px 0;
}
.min-docs-table tbody tr td a:hover {
    color: #bf2327;
}
.min-docs-table tbody tr td a {
    color: #424241;
    transition: all 300ms linear 0s;
	display: block;
}
.form-field-style.custom-radio {
    border: medium none;
    float: left;
    padding-top: 0;
}
.form-field-style.custom-radio label {
    float: right;
    width: 91%;
}

.form-grid-radio {
	display: grid;
	gap: 4px;
	padding: 4px;
	grid-template-columns: auto 1fr;
	align-items: center;
}

.form-grid-radio > input[type="radio"] {
	margin: 2px;
}

.data-error::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: -223px -7px;
    background-repeat: no-repeat;
    content: "";
    height: 29px;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 33px;
    background-size: 513px;

}
.data-error{
     clear: both;
    color: #bf2327;
    font-family: trebuchet ms;
    font-size: 16px;
    position: relative;
    padding: 8px 52px;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.49);
    transition: all 300ms linear 0s;
    margin-left: 20px;
    border-radius: 5px;
}
#history_form #webit_tradersarea_account_history_login {
    margin-left: 15px;
}
#history_form .form-field-holder #webit_tradersarea_account_history_login {
    margin-left: 0;
}
#history_form label.required {
    color: #1e1e1e;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 6px;
    text-transform: uppercase;
}
.new-sub-title > h2 {
    color: #1e1e1e;
    font-size: 20px;
}
label[for="webit_tradersarea_account_history_deposits_and_withdrawals"] {
    float: right;
    padding-top: 3px;
    width: 94%;
}
.custom-his-label {
    float: left;
    margin-top: 0;
}
.custom-clear .form-field-holder:nth-child(4) .clear {
    clear: left;
}
.navigation {
        background-color: #05609f;
    border-radius: 3px;
    display: table;
    margin-top: 20px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
.navigation .pagination .current {
    color: #bf2327;
}
.navigation .pagination span, span a:hover {
    color: #bf2327;
}
.navigation .pagination span, span a {
    color: white;
}
.agree-agreement:hover {
    text-decoration: underline;
}
.agree-agreement {
    color: #727272;
    font-size: 15px;
}
.descrption p {
    color: #606060;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
}
#vbs_form .form-field-holder .field-label {
    float: right;
    width: 91%;
}
#vbs_form .form-field-holder .clear {
    clear: left;
}
#vbs_form .form-field-holder .error {
    top: 28px;
}
.menu-two-tools {
    border-top: 1px solid #f6f6f7;
}
.selected-menu-items ul li .menu-two-tools li a {
    padding-left: 30px;
}
.compliant-form .form-field-holder:nth-child(4) {
    width: 98%;
}
textarea#webit_tradersarea_complain_message.form-field-style {
    height: 80px;
}

/* modification touches */
.gray-note {
    color: #555;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}
.data-message-green{
     width: 60%;
     margin: auto auto 20px;
}
/* end of modification touches */
.login-error{
    color: #bd272b;
    font-family: arial;
    padding-top: 8px;
    font-size: 13px;
    position: relative;
    margin: 6px 44px;
    background-color: rgba(255, 255, 255, 0.63);
    padding: 4px 6px;
    width: 65%;
    border-radius: 4px;
}
.login-error::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: -178px -3px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -37px;
    position: absolute;
    top: -2px;
    width: 30px;
    background-size: 411px;
}



/*new style :)*/


.edit-profile.homepage.edit-profile > a::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: -219px -13px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -40px;
    position: absolute;
    top: -2px;
    width: 34px;
}
.edit-profile.log-out.edit-profile > a::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: -33px -59px;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -37px;
    position: absolute;
    top: -2px;
    width: 34px;
    background-size: 599px;
}
.forget-container .field-label {
    color: #fff;
    display: block;
    font-size: 17px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-family: "Trebuchet MS";
    text-transform: lowercase;
}
.forget-container .form-field-holder {
    float: left;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    transition: all 300ms linear 0s;
    width: 70%;
}
p.time-GMT {
    text-align: center;
    font-size: 15px;
    color: #888;
}
.text-align{
    text-align: left !important;
}
.mail-to{
    color: #7fac47;
    text-decoration: underline;
}
.single-column{
    max-width: 500px;
    margin: 0 auto;
}
.single-column .form-field-holder{
    width: 100%;
}
.registration-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1% 3%;
    font-family: "Trebuchet MS";
}
.registration-wrapper .page-title {
    text-align: center;
}
.form-field-holder.full-width {
    width: 100%;
}
.registration-wrapper .sub-field-label {
    color: #555;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.registration-wrapper .help-block {
    clear: both;
    color: #888;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin-top: 7px;
    width: 100%;
}
.hr-light{
    background-color: #ddd;
    border: medium none;
    display: table;
    height: 1px;
    width: 100%;
}
.radio_list_container label{
    font-size: 13px;    
}
.knowledge-understanding-cont{
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: -7px;
}
.radio_list_container li{
    margin-bottom: 2px;
}
.knowledge-understanding-cont .radio_list_container li{
    display: inline-block;
    margin-bottom: 2px;
}
.radio_list_container input {
    display: block;
    float: left;
}


/*lena 1-12-2016*/
/*********************
radio button css style :)
***********************/
.form-type-reg {
    border: 1px solid #0d71b8;
    width: 100%;
    padding: 0px 21px;
    border-radius: 4px;
}
label.label-radio{
    width: 114px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    margin-right: 49px;
    margin-bottom: 13px;
}
label.label-radio:hover{
    content: '\2714';
    color: #0d71b9;
}
/* hide input */
input.radio:empty {
	margin-left: -999px;
    display: none;
}

/* style label */
input.radio:empty ~ label {
position: relative;
    float: left;
    line-height: 2.5em;
    margin-top: 2em;
    padding: 0px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
        color: #777;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	    color: #0d71b9;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
content: '\2714';
    color: #c6c6c6;
    background-color: #0d71b8;
}


input.radio:checked ~ label {
	color: #222;
}

/* radio focus */
input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.form-type-reg.hide-form {
    display: none;
}
.page-title div:last-child label {
    margin-right: 0px;
}
h2.new-joint a {
    color: #0e71b9;
    text-decoration: underline;
    text-align: center;
}
h2.new-joint a:hover {
    color: #0e71b9;
    text-decoration: underline;
}
div#step1_JointAccounts_0 {
    border: none;
}
div#jointAccWrp:first-child {
    display: none;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 6px;
    width: 50%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: inline-block;
    margin-bottom: 20px;
}
/*
div#jointAccWrp >div {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 98%;
    padding: 20px;
}*/
/*input[type=text] {
      margin: 0px !important;
}*/
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: left;
    margin-right: 15px;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}
h2.new-joint {
    text-align: center;
    font-size: 19px;
    font-weight: normal;
}
/*
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;  
}
*/
.panel {
    display: none;
}

button.accordion {
    display: none;
}
.panel2.form-field-holder{
    margin-top: 22px;
        border: 1px solid #0e71b9;
    padding: 9px 15px;
}
label.triding-label {
    padding-bottom: 12px;
    display: block;
}

div#step1_JointAccounts_2 {
    border: none;
}
div#step1_JointAccounts_3 {
    border: none;
}
div#step1_JointAccounts_1 {
    border: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.form-field-holder input:invalid:focus {
    border: 1px solid #e9313e;
    background-image: url(../images/error-field-icon.png);
    background-position: 97% 8px;
    background-repeat: no-repeat;
    background-size: 12px;
}
.form-field-holder input:required:valid:not(:focus) {
    border: 1px solid #2ecc71;
    background-image: url(../images/valid-field-icon.png);
    background-position: 97% 8px;
    background-repeat: no-repeat;
    background-size: 12px;
}
div#jointAccWrp  .form-parent-wrapper > .form-field-holder > .field-label:first-child {
    display: none;
}
.message-outer-wrapper{
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    padding: 40px;
    max-width: 600px;
    margin: 60px auto;
    font-family: 'trebuchet ms';
}
.message-outer-wrapper2 .back-members-area a{
    font-size: 14px;
    margin-top: 40px;
    font-weight: normal;
    color: #888;
    text-decoration: underline;
    display: inline-block;
}
.message-outer-wrapper .back-members-area a{
    font-size: 14px;
    margin-top: 40px;
    font-weight: normal;
    color: #888;
    text-decoration: underline;
    display: inline-block;
}
.message-outer-wrapper2 .back-members-area {
    text-align: center;
}
.tab-holder {
    width: 100%;
    display: table;
    background-color: #f1f1f2;
    padding: 6px 12px;
    margin: 16px 0px;
    position: relative;
    cursor: pointer;
}
.tab-holder:before {
    content: "+";
    position: absolute;
    left: 10px;
    font-size: 33px;
    top: 13px;
    line-height: 0px;
    color: black;
    font-weight: bold;
}
.tab-holder.active:before {
    content: "-";
}
#jointAccWrp .form-parent-wrapper {
    width: 100%;
    border: 1px solid #e0e4e4;
    padding: 20px;
float: left;
}
#jointAccWrp .form-parent-wrapper .form-field-holder {
    width: 100%;
}
#jointAccWrp .form-parent-wrapper .form-field-holder .form-field-style .form-field-holder {
    width: 48%;
}
span.download-icon-pdf {
    background-repeat: no-repeat;
    background-position: center;
    height: 67px;
    background-size: 77px;
    position: relative;
    bottom: 6px;
    width: 100%;
    background-image: url(../images/platforms1.png);
}
select#importance {
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 7px;
    width: 16%;
    font-family: trebuchet ms;
    height: 27px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url(../images/select-arrow.png) no-repeat scroll 95% center;
    text-overflow: "";
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
select#currency{
      border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px 7px;
    width: 22%;
    font-family: trebuchet ms;
    height: 27px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #ffffff url(../images/select-arrow.png) no-repeat scroll 95% center;
    text-overflow: "";
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
input.submit-input-field.real.custmoize {
    background-color: #bf2327;
    border: 1px solid #bf2327;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: "Trebuchet MS";
    font-size: 16px;
    opacity: 0.88;
    padding: 6px 38px;
    text-align: center;
    transition: all 300ms linear 0s;
    -webkit-appearance: none;
    float: right;
    position: relative;
    right: 125px;
    margin-top: 20px;
}
form.rest-pass label.required{
    color: #fff;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 22px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
 
}
form.rest-pass label.required::before {
    background-image: url(../images/agent-area-seprate.png);
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -15px;
    position: absolute;
    top: -2px;
    width: 30px;
}
input#reset_password_password_first {
    background-color: #fff;
    border: 1px solid #bfbfc1;
    color: black;
    font-family: "Trebuchet MS";
    font-size: 18px;
    margin-right: 30px;
    padding: 5px 10px;
    width: 285px;
}
input#reset_password_password_second {
    border: 1px solid #bfbfc1;
    color: black;
    font-family: "Trebuchet MS";
    font-size: 18px;
    margin-right: 30px;
    padding: 5px 10px;
    width: 285px;
}
a.download-Csv {
    position: relative;
    padding-left: 36px;
    float: right;
    width: 27px;
    margin-top: 19px;
    margin-bottom: 25px;
    margin-right: 10px;
}
a.download-Csv::before{
    background-image: url(../images/agent-area-seprate.png);
    background-position: -356px -59px;
    background-repeat: no-repeat;
    content: "";
    height: 46px;
    left: -6px;
    position: absolute;
    top: -2px;
    width: 47px;
    background-size: 648px;
    
}
a.download-pdf {
    position: relative;
    padding-left: 36px;
    float: right;
    width: 27px;
    margin-top: 19px;
    margin-bottom: 25px;
    margin-right: 10px;
}
a.download-pdf::before{
background-image: url(../images/agent-area-seprate.png);
    background-position: -311px -58px;
    background-repeat: no-repeat;
    content: "";
    height: 52px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 47px;
    background-size: 647px;
}
.print {
    position: relative;
    padding-left: 36px;
    float: right;
    width: 27px;
    margin-top: 19px;
    margin-bottom: 25px;
    margin-right: 10px;
}
.print::before{
    background-image: url(../images/agent-area-seprate.png);
    background-position: -253px -56px;
    background-repeat: no-repeat;
    content: "";
    height: 46px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 47px;
    background-size: 629px;
}


.credit-card-guide a {
    color: #08456e;
    font-weight: bold;
    width: 30%;
    font-size: 13px;
    padding-top: 10px;
    cursor: pointer;
}
.credit-card-guide {
    margin-top: 8px;
    padding-left: 14px;
}
i.fa.fa-credit-card {
    margin-right: 7px;
    font-size: 16px;
    position: relative;
    top: 2px;
}
 .print-wrap{
                margin: 0 auto;
                max-width: 900px;
            }
            .print-wrap .selected-menu-items{
                display: none !important;
            }
            .print-wrap .view-right-wrapper{
                width: 100%;
            }
             .print-wrap .menu-selected-title{
                display: none  !important;
            }
            .print-wrap  #webit_tradersarea_account_history_login{
                 display: none  !important;
            }
            .print-wrap .field-label , .print-wrap .form-field-submit{
                 display: none ;
            }
            .print-wrap .item-title h1 {
                color: #05609f;
                margin: 0px;
                margin-top: 10px;
                margin-bottom: 0px!important;
            }
            .print-wrap .new-sub-title h2{
                text-align: center;
                color: #05609f;
            }
            .print-wrap table td {
                 border: 1px solid!important;
              }
                .print-wrap table th {
                 border: 1px solid black!important;
                    color: #424241;
                    font-weight: normal;
              }
            .print-wrap  th {
              border-right: 1px solid black;
             }
            .print-wrap .account_number {
               text-align: center;
                color: #05609f;
                margin-top: 20px;
                font-size: 17px;
                font-weight: 600;
                
            }
           .print-wrap .table-view table tr td{
                border: none;
            }
           .print-wrap .empty_space{
                height: 150px;
            }
            .print-wrap a.download-Csv {
                margin: 0px;
                 display: none;
            }
 .print-wrap .account-summary-container{
       display: none;
}
            .print-wrap a.download-pdf {
                margin: 0px;
 display: none;
            }
            .print-wrap a.print {
                margin: 0px;
                 display: none;
            }
           .print-wrap  form#history_form {
                display: none;
            }
            .print-wrap .main_logo{
                   width: 168px;
    height: 105px;
            }
.success-msg2 {
    clear: both;
    color: #7fac47;
    font-family: trebuchet ms;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
    transition: all 300ms linear 0s;
}
.message-outer-wrapper2 {
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: left;
    padding: 49px;
    max-width: 921px;
    margin: 31px auto;
    font-family: 'trebuchet ms';
}
/*********************************************/
canvas#canvas1 {
position: relative;
}
.error-msg-red{
    color: #bf2327;
    text-align: center;    
    margin-bottom: 40px;
}
.trading_levels_container {
    background-color: #009830;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    flex-direction: row;
}
.trading_levels_info {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    position: relative
}
.trading_levels_info a{
    color: white;
    font-family: trebuchet ms;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .3s linear 0s;
}
.trading_levels_info:nth-child(2):before ,
.trading_levels_info:nth-child(1):before {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #ddd;
    display: block;
    position: absolute;
    right: 0;
}
.trading_levels_info a:hover {
    color: #ddd;
}
.trading_levels_info i {
    margin-right: 9px;
}
.view-right-wrapper.full {
    width: 100%;
}

.lang >a::before {
    background-image: url(../images/agent-area-seprate.png);
    background-position: -165px -3px;
    background-repeat: no-repeat;
    content: "";
    height: 25px;
    left: -27px;
    position: absolute;
    top: 1px;
    width: 25px;
    background-size: 321px;
}

.lang-s { 
    margin-top: 2rem;
 }
.lang-s a {
    color: #05609f;
}

.lang-s a:hover,.lang-s a:focus {
    color: #05609f;
    text-decoration: none;
}
.en {    width: 40px;
    height: 20px;
    /* background: red; */
    background-image: url(../images/ae.svg);    background-repeat: no-repeat;
}
.ar {
    width: 40px;
    height: 20px;
    /* background: red; */
    background-image: url(../images/us.svg);
    background-repeat: no-repeat;
}
.en a , .ar a {
    color: transparent !important;
}


.cstm-content {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 2rem;
}

.cstm-content ul,.cstm-content ol{
    list-style: initial !important;
    margin: 0 1rem;
}

.cstm-content {
    
}

.cstm-content {
    
}

.form-footer-service .footer-row1 {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.form-footer-service .footer-row2 {
    display: table;
    width: 100%;
}
.form-footer-service .footer-row2 .not-register {
    margin-left: 30px;
}