input[type="file"] {
   color:blue;
}


.my-left
{
	
width:20%;
float:left;
	
	
}
.my-right
{

	width:78%;
float:left;
margin-left:2%;
}
.menu-left
{
margin-left:20px;
}
.bpad {
    margin-bottom: 15px;
}
.mpg {
    margin-bottom: 45px;
}
.npad
{
margin:0px;		
}
.pad-white2
 {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
	margin-left:15px;
}
.line
{
background: #0275ea  none repeat scroll 0 0;
height: 1px;
margin: 17px auto 17px;
text-align: center;
width: 100px;

}
.wel
{
color:#ff0000;
}
.wel-para
{
text-align:center;	
    padding-bottom: 35px;
}
ul.footer_social_links >li>a
{
	color:#fff;
	
}
.para{
	
	text-align:justify;
}
.divider-line3 {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
    background: url(../images/divider-line1.png) no-repeat center bottom;
}
.layer
{
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    background: rgb(33, 37, 43);	
	position:absolute;
}
.section-parallax {
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	position:relative;
}


.content {
    padding: 25px 0px;
    background: white;
}
.parallax-content {
    position: relative;
    color: #fff;
	margin-top: 12px;
    margin-bottom: 22px;
}

label>a{
    color: #ff0000;
}
label>a:hover
{
color:#0275ea;	
	
}
.test-name
{
color:#000!important;
font-weight:600;	
	
}

.col-md-own:hover {
    border: 1px solid #eee;
    background: #f9f9f9;
	padding:20px;
}
.col-md-own {
    width: 30.22%;
    margin-right: 4%;
	 border: 1px solid #eee;
	padding:20px;
}
.bg-white{
	
	background:#fff;
	border:1px solid #ddd;
	    padding: 0px 9px !important;
	
}
.pro-img {
    border: 1px solid #ddd;
    padding: 15px;
	margin-top: 14px;
}
ul.left-menu>li>a {
    border: 1px solid #000;
    width: 100%;
    text-align: left;
    margin-top: 14px;
    color: #000 ;
    padding: 4px 7px;
	display:block;
}
ul.left-menu>li>a:hover{
	
	color:#fff;
	background:#0275ea;
}
ul.left-menu>li>a.active{
	background:#0275ea;
	color:#fff;
}
.pad-white{
	padding:15px;
	background:#fff;
	border:1px solid #ddd;
	/*height:850px;*/
}
.head-line{
	
	border:1px solid #ddd;
	border-radius: 3px;
	height:153px;
}
h4.bg-head {
    background: #ddd;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-left: 10px;
	padding-top: 3px;
    padding-bottom: 3px;
}
.group-icon{
	
	width: 100%;
    padding-top: 25px;
}
.pro-img>a:hover{
	
	color:#fff;
	background:#0275ea;
	border:1px solid #0275ea;
}
.from-input
{
float: left;
    width: 70%;
    padding: 7px 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;	
	
}
.can{
	
	background:#e43d3d;
}
.can:hover{
	background:#9c640c !important;
}
.group-th{
	height: 35px;
    background-color: #afafaf;
    color: #fff;
    font-weight: 600;
}
tr.group1 {
	 background-color: #fffaf6;
	 height:35px;
}
tr.group2
{
	height:35px;
	 background-color: #f7f7f7;
}
td.th-pad{
    padding-left: 6px;
	color:#000;
	font-size: 13px !important;
	height:48px;
	padding-right: 6px;
}

td.th-pad2{
    padding-left: 6px;
	padding-right: 6px;
}
.can2{
padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 6px;	
	
}
.group-images{
	
	width:45px;
}
a.group-name {
    color: #ff0000;
    font-weight: 600;
}
.btn{
	
	margin-bottom:0px;
}
/*css fordrop down/*
/* Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 13px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,.dropbtn:focus {
    color: #ff0000;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
.list{
	position: relative !important;
    /* top: -20px; */
    vertical-align: top;
    padding-top: 20px;
    display: inline-block;
	
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 149px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align:left;
	border-bottom:1px solid #ddd;
	font-size:14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*=====Dropdown end=====*/
