﻿@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

h1, h2, h3, h4, h5, h6, p, li, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    
    /*background: #002B29;*/
    background:#a0cde6;
  
        font-family: "Arial Unicode MS", Mangal, Times New Roman, sans-serif;
    /*font-family: "Arial Unicode MS", Mangal, Arial, sans-serif;*/
    font-size: 16px;
    color: black;
    line-height: 1.5;
    text-align: left;
    min-width: 280px;
}

a {
    text-decoration: none;
    color: #31779c; /* this is the uniform color across template . to change use find and replace all this color */
}

    a:link, a:visited {
        color: brown;
    }



    a:hover, a:active {
        color: #31779c;
    }

header {
    width: 100%;
    height: auto;
   /*background: #002B29;*/
    background: #31779c;
    border-bottom:5px solid #5f9bbb;
}

.logos {
    width: 85%;
    min-width: 400px;
    height: 100%;
    margin: 0 auto;
}

    .logos img {
        height: 87px;
        width: 169px;
    }

.pun-logo {
    width: 25%;
    float: left;
    text-align: left;
}

.uni-logo {
    width: 50%;
    float: left;
    text-align: center;
}

.bcud-logo {
    width: 25%;
    float: left;
    text-align: right;
}

.clear {
    clear: both;
}

nav {
    width: 85%;
    background: #f1f1f1;
    margin: 0 auto;
    border-bottom: 1px solid #dcdbdb;
    -webkit-box-shadow: 0px 0 1px #fbfbfb;
    -moz-box-shadow: 0px 0 1px #fbfbfb;
    box-shadow: 0px 0 1px #fbfbfb;
}

.nav-inside {
    width: 100%;
    min-width: 400px;
    height: 100%;
    margin: 0 auto;
}

#nav {
    float: left;
    width: 38%;
}

.animenu {
    float: right;
    width: 60%;
}

.content {
    width: 83%;
    min-width: 400px;
    height: auto 0px;
    margin: 0 auto;
   background: #b6d3e2;
    /*background: #fff;*/
    padding: 1%;
    -moz-box-shadow: 0px 1px 5px #a7a7a7;
    -webkit-box-shadow: 0px 1px 5px #a7a7a7;
    box-shadow: 0px 1px 5px #a7a7a7;
}

    .content ul {
        list-style-image: url(../Images/New_images/bullet.png);
        margin-left: 15px;
    }

        .content ul li {
            font-size: 90%;
        }

.content-left {
    width: 30%;
    height: auto;
    float: left;
    text-align: center;
}

.box-l {
    
    /*background: #FBFBFB;*/
    background:#edeff1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
    padding: 2%;
    margin: 0 0 2% 0;
    height: auto;
}

.box-2 {
    background: #f0f0f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
    padding: 4%;
    margin: 2% 0;
    height: auto;
}

.box-3 {
    background: #f0f0f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: left;
    padding: 4%;
    margin: 2% 0;
    height: auto;
}

.photo {
    width: 20%;
    float: left;
}

.info {
    width: 80%;
    float: left;
}

hr {
    color: #fff;
    -webkit-box-shadow: 1px 0 0 #fff;
    -moz-box-shadow: 1px 0 0 #fff;
    box-shadow: 1px 0 0 #fff;
    margin: 5px 0px;
}

.content-right {
    width: 68%;
    height: auto;
    float: right;
    margin-left: 2%;
    text-align: center;
}

p {
    text-align: justify;
    font-size: 90%;
    margin-bottom: 5px;
}

h1 {
    font-size: 130%;
    font-weight: bold;
    /*color: #009999;*/
    color:#31779c;
}

h2 {
    font-size: 115%;
    /*color: #009999;*/
    color:#31779c;
}

h3 {
    font-size: 105%;
    color: #555555;
    font-weight: normal;
}

.btn {
    padding: 5px 10px;
    background: #31779c;
    color: #fff !important;
    font-size: 16px;
    width: auto;
    text-decoration: none;
    -webkit-transition: background-color 3s linear 1s;
    -webkit-transition: 2s ease-in-out;
    -webkit-transition: 1s;
    transition: background-color 3s linear 1s;
    transition: 2s ease-in-out;
    transition: 1s;
    border: 0;
}

    .btn:hover {
        background: #03818d;
        cursor: pointer;
        text-decoration: none !important;
    }

.circles {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    margin: 2% 2%;
}

.circle1 {
    float: left;
    width: 180px;
    height: 80px;
    background-color: #f0f0f0;
    border-radius: 100px;
    -moz-border-radius: 100px;
    webkit-border-radius: 100px;
    text-align: center;
    padding: 60px 10px;
    -webkit-box-shadow: 3px 3px 0px rgba(0, 162, 178, 0.75);
    -moz-box-shadow: 3px 3px 0px rgba(0, 162, 178, 0.75);
    box-shadow: 3px 3px 0px rgba(0, 162, 178, 0.75);
}

.circles ul {
    list-style-image: url(../images/bullet.png);
    margin: 10px 0 10px 30px;
}

    .circles ul li {
        text-align: left;
        font-size: 90%;
    }

        .circles ul li a {
            text-align: left;
            font-size: 90%;
            color: #6a6a6a;
        }

            .circles ul li a:hover {
                text-align: left;
                font-size: 90%;
                color: #31779c;
            }

.rght-marg {
    margin-right: 50px;
}

footer {
    width: 85%;
   background:#31779c;
    /*background: #005655;*/
    margin: 0 auto;
    padding: 10px 0;
}

    footer .inside {
        width: 75%;
        min-width: 400px;
        height: 100%;
        margin: 0 auto;
        font-size: 75%;
        color: #fff;
    }

        footer .inside a {
            text-decoration: none;
            color: #fff;
        }

            footer .inside a:hover {
                text-decoration: underline;
                color: #fff;
            }
/***************form start*************/


fieldset {
}

    fieldset leAlreadyd {
    }

textarea {
    background-color: #fff;
    /*color: #2a2e2c;*/
    color: black;
    padding: 3px;
    margin-bottom: 5px;
    margin-right: 4px;
    border: 1px solid #dedede;
    resize: none;
    font-size: 14px;
}

    textarea:disabled {
        background: #f0f0f0;
        border: none;
    }

    textarea:hover {
        background: #F0F0F0;
    }

    textarea:focus {
        background: #F8F6F6;
    }

input[type=text]:disabled {
    background: #f0f0f0;
    border: none;
    padding: 3px;
    color: #666666;
    font-size: 14px;
}

input[type=text] {
    background: #fff;
    border: 1px solid #c9cbcb;
    padding: 3px;
    /*color:#666666;*/
    color: black;
    font-size: 14px;
}

    input[type=text]:hover {
        background: #F0F0F0;
    }

    input[type=text]:focus {
        background: #F9F9F9;
        border: 1px solid #c9cbcb;
        height: 15px;
    }

select {
    min-width: 150px;
    background: #fff;
    /*color:#666666;*/
    color: black;
    padding: 2px;
    border: 1px solid #c9cbcb;
    font-size: 14px;
    height: 22px;
}

input[type=password] {
    background: #fff;
    border: 1px solid #c9cbcb;
    padding: 3px;
}

input[type=submit] {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
     background: #31779c;
    /*background: #009999;*/
    cursor: pointer;
    color: #FFFFFF;
    padding: 3px 7px 3px 7px;
    font-size: 14px;
}

    input[type=submit]:hover {
        opacity: 0.9;
    }

    input[type=submit]:focus {
        /*background: #009999;*/
          background: #31779c;
        border: 1px solid #600356;
        height: auto;
        border: 0px;
        color: #FFFFFF;
        padding: 3px 7px 3px 7px;
        height: 28px;
        font-size: 14px;
    }

/*gridview css satart*/
.gridview {
    border-collapse: collapse;
    font-size: 95%;
    font-family:"Times New Roman";
    margin: 5px 0 10px 0;
}

    .gridview td {
        padding: 5px;
        border: 1px solid #d6d6d6;
        border-collapse: collapse;
        border-color: black;
    }

    .gridview tr:first-child {
        /*background: #009999 !important;*/
         background:#31779c !important;
        color: #FFFFFF;
        font-size: 110%;
        font-weight: bold;
    }

    .gridview th {
        padding: 5px;
        border-bottom: 4px solid #d6d6d6;
        border-collapse: collapse;
        border-color: black;
    }

    .gridview tr:hover td {
        /*background-color: #009999;*/
         background-color: #8fc0da;
    }

    .gridview tr:nth-child(odd) {
        background-color: #eee;
    }

    .gridview tr:nth-child(even) {
        background-color: #fff;
    }

/*++++++++++++++++++++++++++++++++++*/


/*compact_gridview css satart*/
.compact_gridview {
    border-collapse: collapse;
    font-size: 85%;
}

    .compact_gridview td {
        padding: 1px;
        border: 1px solid #d6d6d6;
        border-collapse: collapse;
    }

    .compact_gridview tr:first-child {
        background: #31779c !important;
        color: #FFFFFF;
        font-size: 95%;
        font-weight: bold;
    }

    .compact_gridview th {
        padding: 2px;
        border-bottom: 2px solid #d6d6d6;
        border-collapse: collapse;
    }

    .compact_gridview tr:hover td {
        background-color: rgba(83, 83, 83, 0.2);
    }

    .compact_gridview tr:nth-child(odd) {
        background-color: #eee;
    }

    .compact_gridview tr:nth-child(even) {
        background-color: #fff;
    }

/*++++++++++++++++++++++++++++++++++*/

/*pagetable css satart*/
.pagetable {
    border-collapse: collapse;
    font-size: 95%;
    line-height: 1.3;
}

    .pagetable td {
        padding: 1px;
        border-collapse: collapse;
    }

    .pagetable tr:th {
        background: #31779c !important;
        color: #FFFFFF;
        font-size: 14px;
    }



.header_text {
    background: #f0f0f0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    padding: 1%;
    margin: 0% 0 1% 0;
    height: auto;
}


leAlreadyd {
    /*background-color: #009999;*/
    background-color:#31779c;
    color: #ffffff;
    padding: 5px;
    margin-left: 2px;
    border: 1px solid #31779c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: capitalize;
}

fieldset {
    /*border: 1px solid #009999;*/
        border: 1px solid #31779c;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 1px;
    margin-right: 3px;
    padding: 5px 5px 5px 10px;
}
legend {
	background-color:#31779c; color:#ffffff;
	padding:5px;
	margin-left:2px;
	border: 1px solid #0D6599;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform:capitalize;
}
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 440px;
}

@keyframes blink {
    to {
        color: red;
    }   
}

.blink_me {
    animation: blink 1s steps(2, start) infinite;
    color: red;
}

.FormatRadioButtonList label
{
  margin-right: 50px;
}