/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 27, 2016, 9:18:47 AM
    Author     : root
*/


#bord{
height: 560px;
    width: auto;
    border-color: #cccccc;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 10px solid transparent;
    border-image-slice: 29;
    padding: 15px 15px 15px 200px;
}
#duke{
    height: 160px;
    width: 120px;
    border-radius: 7px;
    border: solid 1px #AFAEAE;
    left: 290PX;
    position: absolute;
    top: 117px;
}
#base {
    display: inline-block;
    height: 540px;
    position: absolute;
    width: 200px;
    background-position: inherit;
    background-image: url(/content/image/certificate.jpg);
    top: 15px;
    left: 15px;
        
}
.u-info{
    position: absolute;
    left: 438px;
    top: 144px;
}
.t-blue{
    color: #008DD5;
}
.t-gray{
    color: #64798D;
}
.desc{
        position: absolute;
    top: 330px;
    left: 230px;
    font-size: 20px;
}
.name{
        position: absolute;
    top: 295px;
    font-size: 21px;
    font-weight: 600;
    left: 231px;
}
.c-header{
        font-size: 30px;
    position: absolute;
    left: 288px;
    top: 40px;
}
#bluepanel{
    color: white;
    background-color: #006699;
    border-color: blue;
    width: 150px;
    text-align: center;
    margin: auto;
    border-radius: 0;
    font-weight: bold;
}
.DownPic
{
        font-weight: bold;
    font-size: 16px;
    display: inline-block;
        line-height: 28px;
}
.DownPicTxt{
   font-size: 15px; 
   display: inline-block;
    
}
#greenpanel{
     color: white;
   background-color: #999900;
    border-color:  #999900;
     width: 150px;
    text-align: center;
 margin-top: 5px;
 margin-left: 25px;
  border-radius: 0;
  font-weight: bold;
        
}
#circle {
	width: 150px;
	height: 150px;

         border-style: dotted;
	background:url(/content/image/whc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border-color: #666666;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
        margin-left: 25px;
        margin-top: 35px;
      
}
#search-container{
    
    background: #e4e4e4;
}
#btn_search{
    color: white;
    background-color: #D44848;
    width: 100px;
    margin-bottom: 10px;  
    
}