﻿F select
{
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
}



.wrapper
{
    float: left;
    width: 100%;
}
/*===============popup=================*/

.pop1
{
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    display: none;
    z-index: 999999999999;
}

.pop2
{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
    z-index: 9999;
    display: none;
}

.popinner1
{
    max-width: 1000px !important;
}

.popinnerCertificate
{
    max-width: inherit !important;
    float: left !important;
    width: 100% !important;
    margin: 0px !important;
    height: 100% !important;
}

.popinner
{
    margin: auto;
    width: 100%;
    max-width: 850px;
    background: #fff repeat-x;
    margin-top: 27px;
    margin-bottom: 50px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.popinnerstudyquestion
{
    margin: auto;
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    background: #fff repeat-x;
    margin-top: 3%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    height: inherit;
    background-color: #2f86bd;
}
/*Added by LALBABU*/
.popinnerbookrackplacement
{
    max-width: 1150px;
}

#DivUnPlacedBookList
{
    width: 100%;
    margin-top: 5px;
}

#DivBooksPlacedList
{
    width: 100%;
    margin-top: 5px;
}

#DivUnPlacedBookList.tdSelected
{
    background-color: #4cff00;
}

.milestonetbl
{
    margin-top: 30px;
    /*width: 40px;*/
}

.PlacedUnPlaced a
{
    font-size: x-large;
    margin: 9px;
}

.viewdPlacedBook tr td
{
    padding: 2px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 300;
    /*background: #F0F6FD !important;*/
    text-align: left;
}
/*END LALBABU CODE*/
.col-last-study
{
    float: left;
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 0px;
    font: normal 14px Calibri;
    /* text-align: right; */
    border-top: 1px solid #ccc;
    padding-top: 10px;
    height: 35%;
}

.col-2-study
{
    width: 25%;
    box-sizing: border-box;
    margin-right: 5px;
}

label#txtQuestion
{
    color: white;
    font-size: 18px;
}

label#txtAnswer
{
    font-size: 18px;
    color: white;
}

label#lblforQuestion
{
    color: aquamarine;
    font-size: x-large;
}

label#lblAnswer
{
    color: aquamarine;
    font-size: x-large;
}

.col-10-study
{
    margin-left: 10%;
    margin-top: -22px;
}

.popup-title-topic
{
    font-weight: bold;
    color: aquamarine;
}

#txtQuestion p
{
    color: white;
    font-size: 18px;
}

.popinner h2
{
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #525151;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #A8DDFF;
    margin-top: 0;
}

    .popinner h2 label
    {
        font: bold 13px Arial, Helvetica, sans-serif;
        color: #525151;
    }


.col-2
{
    float: left;
    width: 47%;
    box-sizing: border-box;
    margin-right: 5px;
}

    .col-2 label
    {
        float: left;
        width: 30%;
        font: bold 14px Calibri;
        margin-bottom: 5px;
        line-height: 25px;
        color: #666;
    }

    .col-2 span
    {
        float: left;
        font: 14px Calibri;
        margin-bottom: 5px;
        line-height: 25px;
        color: #666;
    }

    .col-2 input[type=text]
    {
        float: left;
        width: 70%;
        padding: 3px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
    }

    .col-2 input[type=email]
    {
        float: left;
        width: 70%;
        padding: 3px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
    }

    .col-2 input[type=time]
    {
        float: left;
        width: 70%;
        padding: 3px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
    }

    .col-2 input[type=password]
    {
        float: left;
        width: 70%;
        padding: 3px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
    }

    .col-2 input[type=file]
    {
        float: left;
        width: 70%;
        padding: 2px;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
        /*opacity: 0;
            position: absolute;*/
    }

    .col-2 input[type=date]
    {
        float: left;
        width: 70%;
        padding: 3px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
    }

    .col-2 select
    {
        float: left;
        /*background-image: url(../../images/daro.png), url(../../images/tbg.jpg);*/
        background-position: 99% 48%, top left;
        background-repeat: no-repeat, repeat;
        width: 70%;
        padding: 3px;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
        border-radius: 3px;
    }

    .col-2 textarea
    {
        float: left;
        width: 70%;
        height: 50px;
        padding: 3px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 5px;
        outline: none;
        font: normal 14px Calibri;
    }

.col-last
{
    float: left;
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 0px;
    font: normal 14px Calibri;
    text-align: right;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

    .col-last input[type=button]
    {
        background: linear-gradient(#0d6fac, #4c9bcc);
        border: none;
        padding: 5px 10px;
        color: #fff;
        border-radius: 3px;
        font: bold 13px Calibri;
        color: #fff;
        cursor: pointer;
        outline: none;
        text-transform: uppercase;
        height: auto;
        width: auto;
    }

        .col-last input[type=button]:hover
        {
            background: #1685cb;
        }

.col-2 label span
{
    border-bottom: 2px solid #F00;
    padding-bottom: 2px;
    font-weight: bold;
}

.closepop
{
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 18px !important;
    color: #484A4C;
    cursor: pointer;
}

.des
{
    float: left;
    width: 100% !important;
}

    .des label
    {
        width: 14%;
    }

    .des textarea
    {
        width: 80%;
        height: 60px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(78%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 78%, rgba(237,237,237,1) 100%);
        border: 1px solid #ccc;
        border-radius: 3px;
        outline: none;
        font: normal 14px Calibri;
        padding: 8px;
        margin-bottom: 8px;
    }

    .des input[type=text]
    {
        float: left;
        width: 81% !important;
    }

.popup-title
{
    font-weight: bold;
}

.list-chk {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #c1c1c1;
    margin: 2px;
    border-radius: 10px;
}
.list-inner
{
    margin-left:5px;
}
.list-chk input[type=checkbox] {
    margin-right: 10px;
}