
/* CSS Document */


*
{
    margin: 0px auto;
    padding: 0px;
}
#wapper
{
    background-image: url(../../Content/themes/base/images/d1.png);
    background-position: center top;
    background-repeat: repeat-y;
    width: 1200px;
}

.clear
{
    clear: both;
}

#header
{
    width: 1200px;
    height: auto;
    background: url(../../Content/themes/base/images/l1.png);
    background-repeat: repeat-x;
}

#left_logo
{
    width: 1000px;
    height: 100px;
    float: inherit;
}




#body_left
{
    width: 70%;
    height: auto;
    float: left;
}
#body_left p
{
    text-align: justify;
}
#body_right
{
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    height: 305px;
    float: right;
}

.div_size
{
    width: 50px;
    height: 50px;
    float: left;
    padding: 20px 0 0 10px;
}
.Header_font_Locattio
{
    height: 90px;
    padding: 20px 0 0 10px;
}



#footer
{
    background: url(../../Content/themes/base/images/footer2.png);
    width: 1200px;
    height: 40px;
}



.textarea
{
    height: 19px;
}


.style1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.style3
{
    font-family: "Courier New" , Courier, monospace;
    font-weight: bold;
}
#bg
{
    background-image: url(../../Content/themes/base/images/8.png);
    width: 146px;
    height: 32px;
}





#container
{
    width: 580px;
    padding: 10px;
    position: relative;
    top: -50px;
    z-index: 0;
}

#example
{
    width: 600px;
    height: 350px;
    position: relative;
}

#ribbon
{
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500;
}



/*
	Slideshow
*/

#slides
{
    position: absolute;
    top: 15px;
    left: 4px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container
{
    width: 570px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a
{
    width: 570px;
    height: 270px;
    display: block;
}

.slides_container a img
{
    display: block;
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev
{
    position: absolute;
    top: 107px;
    left: -39px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next
{
    left: 585px;
}

/*
	Pagination
*/

.pagination
{
    margin: 26px auto 0;
    width: 100px;
}

.pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a
{
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a
{
    background-position: 0 12px;
}

#animation
{
    width: 40px;
}


#font
{
    margin: 60px;
}
.mid-top
{
    background-image: url("../../Content/themes/base/images/boxbg1.jpg");
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    padding-left: 10px;
    padding-top: 6px;
}
.mid2
{
    background-image: url("../../Content/themes/base/images/mid3.jpg");
    background-repeat: repeat-y;
    padding: 10px;
}
.mid2 p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 5px 0;
    padding: 0;
    text-align: left;
}
.mid-btm
{
    background-image: url("../../Content/themes/base/images/mid-btm.jpg");
    background-repeat: repeat-y;
    height: 10px;
    line-height: 1px;
}
.box2
{
    margin: 0 0 12px;
}



.box4
{
    margin-bottom: 7px;
}
.righttop
{
    background-image: url(../../Content/themes/base/images/title1.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    padding-left: 30px;
    padding-top: 10px;
    width: 500px;
}
.rightbtm
{
    background-image: url(../../Content/themes/base/images/311.png);
    background-repeat: no-repeat;
    height: 10px;
    padding: 5px 15px;
    width: 500px;
}
.rightmid
{
    background-image: url(../../Content/themes/base/images/middle1.png);
    background-repeat: repeat-y;
    font-size: 11px;
    padding: 5px 15px;
    width: 500px;
}


#rightpanel
{
    float: left;
    width: 202px;
}

/*------------------------------------Loading---------------------------------*/

#startloader, #startloader1
{
    background: #ffffff;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
    visibility: visible;
    position: fixed;
}

#startloader
{
    display: block;
}

#startloader1
{
    display: none;
}

#startloading
{
    color: #0864c7;
    background-color: transparent;
    margin-left: -135px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270px;
    height: 20px;
    visibility: visible;
    font-family: Verdana;
    font-size: small;
}

/* ------------------Spinner when mail sending----------*/
#loading
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent
{
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner
{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #fefefe;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    font-size: 14px;
    font-family: Microsoft New Tai Lue;
    font-weight: 500;
    color: #1674d4;
    text-align: justify;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #FF9933;
    color: white;
}

.watermark {
    display: block;
    position: relative;
    padding: 2px 16px;
}

    .watermark::after {
        content: "";
        background: url(../../Content/images/ashokchakra.jpg) no-repeat center;
        opacity: 0.1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

.modal-footer {
    padding: 2px 16px;
    background-color: #138808;
    color: white;
}

