﻿ .loading-modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.loading-center
{
    z-index: 1000;
    margin: 240px auto;
    padding: 10px;
    width: 650px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

@media screen and (max-width: 900px) 
{
    .loading-center
{
    z-index: 1000;
    margin: 290px auto;
    padding: 10px;
    width: 300px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
}
@media screen and (max-width: 400px) 
{
    .loading-center
{
    z-index: 1000;
    margin: 290px auto;
    padding: 10px;
    width: 90px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
}


/*For IELTS Prep Package*/
 .loading-modalA
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.loading-centerA
{
    z-index: 1000;
    margin: 240px auto;
    padding: 10px;
    width: 90px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

@media screen and (max-width: 900px) 
{
    .loading-centerA
{
    z-index: 1000;
    margin: 290px auto;
    padding: 10px;
    width: 300px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
}
@media screen and (max-width: 400px) 
{
    .loading-centerA
{
    z-index: 1000;
    margin: 290px auto;
    padding: 10px;
    width: 90px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
}
.DoBDropdown {
    width: 88px;
    height: 34px;
    padding: 6px 2px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .DoBDropdown:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .DoBDropdown:-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .DoBDropdown:-ms-input-placeholder {
        color: #999;
    }

    .DoBDropdown:-webkit-input-placeholder {
        color: #999;
    }

    .DoBDropdown[disabled],
    .DoBDropdown[readonly],
    fieldset[disabled] .DoBDropdown {
        background-color: #eee;
        opacity: 1;
    }

    .DoBDropdown[disabled],
    fieldset[disabled] .DoBDropdown {
        cursor: not-allowed;
    }

