﻿
.select-wrapper
{
    float: left;
    display: inline-block;
    border: 0px solid #d8d8d8;
    background: url("/Content/images/dropdown.png") no-repeat right center;
    cursor: pointer;
}

.login-csstextbox
{
    margin-bottom: 5%;
    height: 30px;
}

.select-wrapper, .select-wrapper select
{
    width: 100px;
    height: 26px;
    line-height: 26px;
}

    .select-wrapper:hover
    {
        background: url("/Content/images/dropdown.png") no-repeat right center;
        border-color: #239fdb;
    }

    .select-wrapper .holder
    {
        display: block;
        margin: 0 35px 0 5px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: -1;
    }

    .select-wrapper select
    {
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _nofocusline: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

.divimg
{
    display: block;
    width: 50px;
    height: 195px;
}
.hiinImg {
width: 50px; 
height: 50px; 
background: none;
border: none;
position: absolute;
top: 135px;
left: 43px;

}
.hiinImgRemove {
width: 50px; 
height: 50px; 
background: none;
border: none;
left: 43px;
margin-top: 51px;
/*margin-left:51px;*/
}

.loader
{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid grey;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

input[type=text]
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    background-color: white;
    padding: 0px 0px 0px 8px;
}

input[type=password]
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    background-color: white;
    padding: 0px 0px 0px 8px;
}

.facebook
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #595959;
    font-size: 15px;
    color: white;
    background-color: #3c5a98;
    padding: 10px 20px 12px 10px;
    margin-top: 20px;
}

.signIN
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #595959;
    font-size: 14px;
    color: white;
    background-color: #a6a6a6;
    padding: 10px 20px 12px 30px;
    margin-top: 20px;
}

    .signIN:hover
    {
        background-color: black;
    }

.ForgetPwdBtn
{
    box-sizing: border-box;
    border: 1px solid #595959;
    font-size: 14px;
    color: white;
    background-color: #a6a6a6;
    padding: 10px 31px 12px 30px;
    margin-top: 20px;
    width: 42%;
}

    .ForgetPwdBtn:hover
    {
        background-color: black;
    }

.imhaan
{
    font-size: 11px;
    color: #000;
    word-wrap: break-word;
    font-family: ''Lato', sans-serif';
    font-style: normal;
    font-weight: 400;
}

.mainDiv
{
    font-family: Arial, Verdana, Sans-serif;
    line-height: 10px;
    font-size: 11px;
    text-align: left;
}

.p1
{
    font-size: 23px;
    color: #696969;
}

.p2
{
    color: red;
    font-size: 12px;
}

.p3
{
    margin-top: 25px;
    color: #595959;
    font-size: 16px;
}

.Page-Tilel
{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 25px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.oss
{
    /*text-transform: uppercase;*/
    /*text-align: center;*/
    font-weight: 300;
    color: #666;
    font-size: 23px;
}

.oss1
{
    text-transform: none;
    /*text-align: center;*/
    font-weight: 899;
    color: #666;
    font-size: 32px;
}

.innerGroup429
{
    display: block;
    width: 100%;
    width: 105px;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
}

.innerShapeSelect
{
    width: 100%;
    height: 27px;
    z-index: 1219;
    border-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    position: relative;
}
/*.innerShapeSelect1
{
    width: 100%;
    height: 22px;
    z-index: 1219;
    border-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #d3d3d3;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    position: relative;
}*/

.Title
{
    font-family: Arial;
    font-weight: 700;
    color: #000;
    font-size: 10px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    direction: ltr;
}

.h22Span
{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: center;
}


.Title1
{
    font-family: Arial;
    font-weight: 700;
    color: #000;
    font-size: 10px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    direction: ltr;
}


.h2Span
{
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
}

.Title3
{
    font-family: Arial;
    font-weight: 700;
    color: #000;
    font-size: 9.5px;
    font-style: Normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    direction: ltr;
}

.oss3
{
    font-size: 9px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 12px;
}

.select-wrapper
{
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.col-center
{
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.vcenter
{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row
{
    margin-top: 4%;
    margin-bottom: 4%;
}
.row1 {
margin-left:23%;
margin-top:-7%;
}

.rowCss
{
    border: 1px solid #d3d3d3;
}

.col1
{
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: #000;
    border-style: solid;
    background-color: #f4f4f4;
    box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    height: 400px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.col11 {
    
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: #000;
    border-style: solid;
    background-color: #f4f4f4;
    box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    height: auto;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.col2
{
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: #000;
    border-style: solid;
    box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


.abcRioButtonLightBlue
{
    height: 36px;
    width: 262px !important;
}

.loading-container
{
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
}

    .loading-container.loading-inactive
    {
        display: none;
    }

        .loading-container.loading-inactive .loading-progress
        {
            display: none;
        }

    .loading-container .loading-progress
    {
        z-index: 2000;
        position: fixed;
        height: 10px;
        width: 10px;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .loading-container .loading-progress .rotator
        {
            -webkit-animation: spin 30s infinite linear;
            -moz-animation: spin 30s infinite linear;
            -o-animation: spin 30s infinite linear;
            animation: spin 30s infinite linear;
        }

        .loading-container .loading-progress > .rotator
        {
            left: -50px;
        }

    .loading-container .rotator
    {
        -webkit-background-origin: border-box;
        -moz-background-origin: border-box;
        background-origin: border-box;
        background-color: #fff;
        width: 100px;
        height: 4px;
        opacity: .75;
        position: absolute;
        top: 0;
        left: 0;
    }

    .loading-container .colored
    {
        background-color: #f59f19!important;
    }
.dracaptcha
{
    width: 40px;
    height: 37px;
    border:none;
    background-image:url("/Content/Images/captchRefresh1.png") ;
    background-repeat:no-repeat;
}
.login-message-info
{
    font-weight:500;
    font-size:13px;
    line-height: 1em;
}
  .googleDiv {
        float:left;
        cursor: pointer;
        background:transparent;
         /*width:25%;
        margin-left:5%;*/
        }
    .googleDiv:hover {
        box-shadow: 2px 2px 1px #a9a9a9;
    }
 .fbDiv {
        float:left;
        margin-left:5%;
        background:transparent;
        cursor: pointer;
        /*width:70%;
        margin-top:9%;*/
        }

    .fbDiv:hover {
    box-shadow: 2px 2px 1px #a9a9a9;
    }