.logo {
    display: block;
    width: 80px;
    float: left;
    margin-right: 10px;
    background: url(images/images/logo.png) no-repeat;
}

.name {
font-family: "Ropa Sans", sans-serif;
font-size: 28px;
color: rgb(51, 51, 51);
text-align: left;
font-weight: bold;
line-height: 80px;
}

a {
cursor: pointer;
text-decoration: none;
transition: 0.3s ease-in-out;
}

.btnL {
font-family: "Ropa Sans", sans-serif;
font-size: 17px;
color: rgb(255, 255, 255);
letter-spacing: 1px;
display: inline-block;
text-transform: uppercase;
margin-top: 17px;
text-align: center;
float: right;
padding: 12px 12px;
background: rgb(204, 51, 51);
border-radius: 4px;
}


body {
background-color: #31b5ff;
color: #2f3239;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
font-family: 'Ropa Sans', sans-serif;
}

.footer-bottom {
background: #fff;
padding: 21px 0px;
text-align: center;
font-size: 14px;
bottom: 0px;
}

.banner {
width: 100%;
height: 475px;
background-position: top;
background-attachment: fixed;
overflow: hidden !important;
background: #06C;
position: relative;
margin-top: 0;
padding-top: 0;
margin-bottom: 4px;
}

.float1 {
position: fixed;
width: 60px;
height: 60px;
bottom: 120px;
right: 40px;
background-color: #0000FF;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 40px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
}

.button2 {
    background-color: #555555; /* Green */
	cursor:pointer;
    border: none;
    color: white;
	width:150px;
	height:50px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:25px;
    text-transform: uppercase;
}


@media (max-width: 550px) {

}


@media (max-width: 480px) {


.logo {
    display: block;
    width: 50px;
    float: left;
    margin-right: 10px;
    background: url(images/images/logo.png) no-repeat;
}

.name {
  font-family: "Ropa Sans", sans-serif;
  font-size: 18px;
  color: rgb(51, 51, 51);
  text-align: left;
  font-weight: bold;
  line-height: 50px;
}

}


.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
  }

  .success {
    padding: 20px;
    background-color:#008fa2;
    color: white;
  }

  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }

  .closebtn:hover {
    color: black;
  }

  .dashbioardblock {
        padding: 20px 20px;

  }

  .paper-align {
    text-align: center;
  }

  .exmfrm {
    width: 70%;
  }


  .Qsec {
	margin:30px 0;
}
.Qseclist {}
.Qseclist li {
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:30px;
    padding:20px 20px 40px 20px;
    border:1px solid #dedede;
    background:#FFF;
    -moz-box-shadow:0 0 5px #dedede;
    -webkit-box-shadow:0 0 5px #dedede;
    box-shadow:0 0 5px #dedede;
    list-style: none;
    position:relative;
}
.Qseclist li .Qblk {}
.Qseclist li .Qblk span {
	float:left;
	margin-right:10px;
	font-size:20px;
	/*position:absolute;*/
	top:0px;
	left:0px;
	background:#06F;
	color:#fff;
	padding:6px 15px;
	z-index:10;
}
.Qseclist li .Qblk h2 {
	font-family: 'Ropa Sans', sans-serif;
	font-size:21px;
	color:#333;
	font-weight:700;
	z-index:999;
	padding-left:20px;
	margin-bottom:18px;
	border-bottom: 2px solid #dedede;
	padding-bottom:11px;
}
.Qseclist li .Qans {
	padding-left:10px;
	margin-top:5px;
}
.Qseclist li .Qans .Qanslist {
	margin-bottom:12px;
}

.Qseclist li .Qans .Qanslist input[type="radio"] {
    display:none;
}

.Qseclist li .Qans .Qanslist input[type="radio"] + label {
    color:#555;
	font-family: 'Ropa Sans', sans-serif;
    font-size:16px;
	cursor:pointer;
}

.Qseclist li .Qans .Qanslist input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

.Qseclist li .Qans .Qanslist input[type="radio"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -57px top no-repeat;
}





.datacheck {
	width:100%;
	font-family: 'Ropa Sans', sans-serif;
	margin-bottom:40px;
}
.datacheck span {
	float:left;
}
.datacheck span a {
    display:inline-block;
    padding:8px 16px;
    background:#008fa2;
    color:#fff !important;
    font-size:13px;
    text-transform:uppercase;
    margin-right:14px;
}
.datacheck span a:hover {
	color:#FC0;
}

.datacheck span span {
	display:inline-block;
	background:#ffa800;
    padding:8px 16px;
	color:#fff;
    font-size:13px;
    text-transform:uppercase;
}



.Rightsec {
	position:fixed;
	width:370px;
	right:0px;
	z-index:999;
}
.Rblk {
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-bottom:20px;
    padding:8px;
    border:1px solid #dedede;
    background:#FFF;
    -moz-box-shadow:0 0 5px #dedede;
    -webkit-box-shadow:0 0 5px #dedede;
    box-shadow:0 0 5px #dedede;
    position:relative;
}
.Qstuts {
	width:100%;
	height:450px;
	overflow-y:auto;
	overflow-x:auto;
}

.Qstuts::-webkit-scrollbar {
    width:10px;
}

.Qstuts::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.Qstuts::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}





.Qstuts li {
	width:21.5%;
	background:#e5e5e5;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
    list-style: none;
	padding:4px;
}
.Qstuts li:nth-child(4n-4) {
	margin-right:0px;
}
.Qstuts li a {}

.Qstuts li span {
	margin-left:5px;
	width:15px;
	height:15px;
}
.Qstuts li span img {
	width:15px;
	height:15px;
	margin:4px;
}

.Qstuts :not(#foo) .styled-checkbox {
	position: absolute;
	opacity: 0;
}
.Qstuts :not(#foo) .styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-family: 'Ropa Sans', sans-serif;
	font-size:15px;
	margin:0px;
	line-height:15px;
}
.Qstuts :not(#foo) .styled-checkbox + label:before {
	content: '';
  	margin-right: 10px;
  	display: inline-block;
  	vertical-align:central;
  	width:12px;
  	height:12px;
  	background:#fff;
  	border:2px solid #FC3;
}
.Qstuts :not(#foo) .styled-checkbox:focus + label:before, .Qstuts :not(#foo) .styled-checkbox:hover + label:before {
  	background: #f35429;
 /* box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.12);*/
}
.Qstuts :not(#foo) .styled-checkbox:checked + label:before {
  	background: #f35429;
}
.Qstuts :not(#foo) .styled-checkbox.disabled + label, .Qstuts :not(#foo) .styled-checkbox[disabled] + label {
  	color: #b8b8b8;
}
.Qstuts :not(#foo) .styled-checkbox.disabled + label:before, .Qstuts :not(#foo) .styled-checkbox[disabled] + label:before {
  box-shadow: none;
  background: #ddd;
}
.Qstuts :not(#foo) .styled-checkbox:checked + label:after {
  content: "\f00c";
  position: absolute;
  left:3px;
  top:2px;
  font-family: 'FontAwesome';
  font-size:11px;
  color:#fff;
}


.t1 {
    width:100%;
    background:#fff;
	padding-right:6px;
	font-family: 'Ropa Sans', sans-serif;
	font-size:14px;
	border:1px solid #ccc;
	margin:0px auto;
}
.t1 td, th {
    padding:8px 8px;
    text-align:left;
	font-size:18px;
	color:#C03;
	font-weight:400;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
}
.t1 th {
    background-color:#ffd42d;
    color:#fff;
	text-transform:uppercase;
}
.t1 tbody th {
	background-color:#2ea879;
}
.t1 tbody tr:nth-child(2n-1) {
    background-color:#f5f5f5;
    transition:all .125s ease-in-out;
}
.t1 tbody tr:hover {
    background-color:rgba(255,212,45,0.2);
}


.rvwc {
	background:#e5e5e5;
	padding:8px;
	margin-bottom:10px;
}
.rvwc ul {}
.rvwc ul li {
	float:left;
	margin-right:20px;
    list-style: none;
}
.rvwc ul li:last-child {
	margin-right:0px;
}
.rvwc ul li img {
	float:left;
	margin-right:5px;
}
.rvwc ul li span {
	font-family: 'Ropa Sans', sans-serif;
	font-size:14px;
	color:#222;
}


  .pofD {
	background:#fff;
	padding:1px;
}
