/* 
    Document   : mystyle
    Created on : Aug 15, 2014, 10:51:12 AM
    Author     : Suman
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}


body{
    font-family: sans-serif;
	background-image:url('../images/6.jpg');
	background-attachment: fixed;
    background-size: 100% 100%;
    margin:0;
    padding:0;
}

.mycontent{
    width:960px;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom: 40px;
    min-height:300px;
    position: relative;
    background-color: rgba(255,255,255,0.4);
    color:black;
    border-radius: 20px;
    box-shadow: 0 0 20px black;
    behavior:url(css/PIE/PIE.htc);
}

form.feedback-form{
    width:800px;
    margin:0 auto;
    font-size:18px;
}

table.rating{
    text-align: center;
    border-collapse: collapse;
    background-color: #ebe8e8;
    border:1px solid gray;
    behavior:url(css/PIE/PIE.htc);
}

table.rating td{
    width:140px;
    color:#585050;
}

input[type=radio]{
    cursor: pointer;
}

.mybutton{
    font-weight: bold;
    width:120px;
    height:35px;
    background-color:#1d1c1c;
    font-size:16px;
    color:#b4b2b2;
    border-radius: 10px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    behavior:url(css/PIE/PIE.htc);
}

.mybutton:hover{
    color:#1d1c1c;
    background-color: #b4b2b2;
}

input[type=text], input[type=password]{
    border-radius: 5px;
    padding:4px;
}

textarea.comments{
    border-radius: 5px;
    padding:10px;
}

.login-form{
    width:300px;
    margin:0 auto;
    font-size: 20px;
    text-align: center;
}

.role{
    width:250px;
    height:30px;
    border-radius: 5px;
    font-weight: bold;
}

.close-button{
    text-align: right;
    position: absolute;
    right:20px;
    cursor: pointer;
    opacity:0.5;
}

.close-button:hover{
    opacity:1;
}

table.admin{
    width:500px;
    margin:0 auto;
    text-align: center;
}

table.admin td{
    width:240px;
    font-size: 22px;
    background-color: #1d1c1c;
    box-shadow: 0 0 10px black;
    border-radius: 0 5px 0 5px;
    behavior:url(css/PIE/PIE.htc);
}

table.admin a{
    text-decoration: none;
    color:white;
}

table.admin a:hover{
    text-decoration: underline;
    color:red;
}

table.result{
    font-size:20px;
    text-align:center;
    width:800px;
    margin:0 auto;
}

.logo{
    position:absolute;
    left:20px;
    top:10px;
}

.feedback-table{
    background-color: #ebe8e8;
    border:1px solid gray;
    border-collapse: collapse;
    font-size:16px;
    width: 800px;
}

.question_table{
    width:700px;
    border-collapse: collapse;
    margin:0 auto;
    font-size: 17px;
    
}

.question_tr{
    padding-top:40px;
    font-style:italic;
}

.test_button{
    padding:10px 50px;
    margin-left:280px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.test_button:hover{
    color:#1d1c1c;
    background-color: #b4b2b2;
}

.green{
    color:green;
    font-weight: bold;
}

.red{
    color:red;
    font-weight: bold;
}

.instructions{
    width:750px;
    margin-left:50px;
    text-align: justify;
}

.instructions li{
    padding-bottom: 20px;
}

.startButton{
    padding:10px 50px;
    margin-left:350px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.myTest{
    width:900px;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom: 40px;
    position: relative;
    background-color: rgba(255,255,255,0.8);
    color:black;
    border-radius: 20px;
    box-shadow: 0 0 20px black;
    behavior:url(css/PIE/PIE.htc);
}


.score-card{
    width:600px;
    font-size: 16px;
    font-weight: bold;
    margin:0 auto;
    border-collapse: collapse;
}

label > input{ /* HIDE RADIO */
display:none;
}

label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  margin:0 auto;
}

label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #00f;
  border-radius:20px;
  opacity:0.8;
}

.printForm{
    width:650px;
    margin:0 auto;
    font-size: 20px;
    font-weight: bold;
}

.test-course{
    height:30px;
    border-radius: 5px;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
}

.faculty-wise{
    width:350px;
    margin:0 auto;
    font-size: 20px;
    font-weight: bold;
}

ul.program-selection{
    margin:0 auto;
    width: 620px;
}

ul.program-selection li{
    display: block;
    background-color: #ebe8e8;
    padding:10px;
    margin:20px 0;
    list-style-type: none;
    font-size:18px;
    border:1px #1d1c1c groove;
    border-radius: 10px;
    box-shadow: 0 0 10px #1d1c1c;
}

ul.program-selection li a{
    display:block;
    text-decoration: none;
    color:#000;
}

ul.program-selection li:hover{
    background-color: #6666CC;
}