﻿.margin20 {
        margin-right: 30%;
}
.cbregisteration.cbTerms input {margin-left: 2px;}
.atooltip{text-decoration: none!important; cursor: default!important;}
.mandatoryStar{color: red;font-weight: 200;font-size: 20px;}
.lblSize{font-size:14px;}
a.termslnk {
        font-weight: bold;
}
.floattext{
	text-align:left;
}
@media (max-width: 767px) {	
.floattext{
  text-align:right!important;
}
 }

.requiredFields{
        border: 1px dotted #EBCCD1 !important;
        padding: 5px 6px;
        font-weight: bold;
}
.frmPopup
{
	font-family: SEC_GE_Light;
}
.headerspan
{
	font-family: SEC_GE_Medium;

}
.englishField{
	font-family:Tahoma !important;
}
 .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    height: auto;
    padding: 5px 0;
   
}
.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
   background-color:rgba(241, 138, 30, 0.13);
    border-color: #d6e9c6;
}
DIV.notes p
 {   
 padding: 4px;
    font-size: 13px;
    line-height: 30px;
 }
.addline
{
border-top: 8px #cdcdcd solid;
padding-top: 9px;
}
    .subheader {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    background:#ECECEC;
    display: block;
    clear: both;
}
    .validation
    {
        padding-right: 19px  !important;
    }
   .dvmaindata{
           border: 1px solid #DAD5D5;
           margin-bottom: 11px;
}
   .dvterms{
       padding-right: 11px;
   }
   
    [data-tooltips] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
    [data-tooltips]:before,
[data-tooltips]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
   
 [data-tooltips]:before {
    position: absolute;
    bottom: -64%;
    right: 16px;
    margin-bottom: -6px;
    margin-left: -61px;
    padding: 11px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: #f0f0f0;
    color: #2F81C6;
    content: attr(data-tooltips);
    /* text-align: center; */
    font-size: 12px;
    line-height: 1.2;
 
}


/* Triangle hack to make tooltip look like a speech bubble 
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}*/

/* Show tooltip content on hover */
[data-tooltips]:hover:before,
[data-tooltips]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

   .RadioButtonList_Category {
    position: absolute;
    top: 5px;
    right: 6px;
}
    .RegMassege {
        font-weight: bold;
    }
    .Btn-W150 {
        width: 150px!important;
    }


    #wizHeader li .prevStep
{
    background-color: #1c4792;
}
#wizHeader li .prevStep:after
{
    border-right-color:#1c4792!important;
}
#wizHeader li .currentStep
{
    background-color: #E77E10;
}
#wizHeader li .currentStep:after
{
    border-right-color: #E77E10 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-right-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: right;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 9px 40px 9px 100px;
    background: brown;/* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: right;
    font-size: 15px;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-right: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-right: 1px;
    right: 100%;
    z-index: 1;
}        
#wizHeader li:first-child a
{
    padding-right: 25px;
}
#wizHeader li:last-child 
{
    padding-left: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-right-color: #FE9400 !important;
}        
 .mobtxtIcon{
background-image:url("/Style%20Library/Images/PenIcon.png"); 
background-repeat: no-repeat; 
background-position:5px 6px;
cursor:pointer;
 -webkit-box-shadow: 0 0 0 0 !important;
 border: 0 !important;
 background-color: #F0F0F0 !important;
}
.CoordinatestxtIcon {
   background: url("/Style Library/sec/CSS/images/Coordinates.png") #F0F0F0 no-repeat 1px 0px !important;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 !important;
    border: 0 !important;
         font-size: 11px !important;
        height: 34px !important;
   }
.txtLocation {
 background: url("/Style Library/sec/CSS/images/Coordinates.png") #F0F0F0 no-repeat 150px 0px !important;
    color: #F18A1E !important;
    font-size: 16px !important;
    font-weight: bold;
    border: 0 !important;
    padding-right: 19px;
    background-position: 43px 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 !important;

}
.buttonCncl {
	    background-image: none!important;
}

/*-----------------------------------------------------------------------------*/

@media  (min-width: 580px) and (max-width: 767px){
    .med-1 {
        position: relative;
        width: 8.33333%;
    }

    .med-2 {
        position: relative;
        width: 16.66667%;
    }

    .med-3 {
        position: relative;
        width: 25%;
    }

    .med-4 {
        position: relative;
        width: 33.33333%;
    }

    .med-5 {
        position: relative;
        width: 41.66667%;
    }

    .med-6 {
        position: relative;
        width: 50%;
    }

    .med-7 {
        position: relative;
        width: 58.33333%;
    }

    .med-8 {
        position: relative;
        width: 66.66667%;
    }

    .med-9 {
        position: relative;
        width: 75%;
    }

    .med-10 {
        position: relative;
        width: 83.33333%;
    }

    .med-11 {
        position: relative;
        width: 91.66667%;
    }

    .med-12 {
        position: relative;
        width: 100%;
    }

    .row .med-offset-0 {
        position: relative;
        margin-right: 0%;
    }

    .row .med-offset-1 {
        position: relative;
        margin-right: 8.33333%;
    }

    .row .med-offset-2 {
        position: relative;
        margin-right: 16.66667%;
    }

    .row .med-offset-3 {
        position: relative;
        margin-right: 25%;
    }

    .row .med-offset-4 {
        position: relative;
        margin-right: 33.33333%;
    }

    .row .med-offset-5 {
        position: relative;
        margin-right: 41.66667%;
    }

    .row .med-offset-6 {
        position: relative;
        margin-right: 50%;
    }

    .row .med-offset-7 {
        position: relative;
        margin-right: 58.33333%;
    }

    .row .med-offset-8 {
        position: relative;
        margin-right: 66.66667%;
    }

    .row .med-offset-9 {
        position: relative;
        margin-right: 75%;
    }

    .row .med-offset-10 {
        position: relative;
        margin-right: 83.33333%;
    }

    .row .med-offset-11 {
        position: relative;
        margin-right: 91.66667%;
    }

    .push-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .pull-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .push-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .pull-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .push-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .pull-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .push-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .pull-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .push-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .pull-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .push-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .pull-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .push-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .pull-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .push-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .pull-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .push-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .pull-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .push-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .pull-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .push-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .pull-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .column.med-centered, .columns.med-centered {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        float: none !important;
    }

    .column.med-uncentered, .columns.med-uncentered {
        margin-right: 0;
        margin-left: 0;
        float: right !important;
    }

        .column.med-uncentered.opposite, .columns.med-uncentered.opposite {
            float: left !important;
        }
}
/*----------------------------------------------------*/
@media  (max-width: 544px) {
#wizHeader li a
{
  font-size: 13px;
    padding: 9px 40px 9px 40px;   
}
}

@media (max-width: 410px)
{
#wizHeader li a {
        font-size: 12px;
        padding: 9px 34px 9px 36px;
}
}


/*--------------- Ahmed ---------*/
#nationalID>div>span{
	color: #1C4792;
	font-weight: normal;
}

