.chro-link-box {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 15px;
    min-height: 90px;
    width: 100%;
    border: 1px solid #ddd;
    position:relative;
}
.chro-link-box-content {
    margin-left: 90px;
    padding: 5px 10px;
}
.chro-link-box-text {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chro-link-box-number {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.chro-link-box-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}
.chro-link-box-desc {
    color:#aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.chro-link-box-bottom {
    position:absolute;
    bottom:2px;
    right:3px;
}
.circulation-img-disp {
	border: 5px solid #ffffff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	width:135px;
	height:135px;
	margin: 15px;
}
.photo-edit {
    font-size: 15px;
    position: relative;
    top: -42px;
}
.photo-edit-icon {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  padding: 5px 8px;
}
.circulation-user-profile .nav-tabs {
    border-bottom: 3px solid #00C0EF;
}

.circulation-user-profile .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   background:#00C0EF;
   color:#fff;	
}
.circulation-user-profile .nav > li > a:hover, .circulation-user-profile .nav > li > a:focus {
   
    border:1px solid #00C0EF;
}
.circulation-profile-label {
    background: #F4F4F4;
    border-bottom: 1px solid #ddd;
    padding:12px;
    word-wrap: break-word;
}
.circulation-profile-text {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding:12px;
    word-wrap: break-word;
}

.circulation-profile-text:empty:before {
    content: '\00a0';
}

.circulation-stu-emg-gur .form-group {
    float:right;
    margin-bottom:0;
}
.circulation-emg-ct-label {
   float: left;
   font-weight: bold;
   margin-right: 5px;
   margin-top: 4px;
}
.circulation-border-bottom-warning {
  border-bottom: 1px solid #f39c12;
}
.circulation-profile-title-1 {
  font-size:17px;
}
.circulation-pf-bg {
  background-color: #f4f4f4;
}
.circulation-pf-border {
  border: 1px solid #ececf0;
  box-shadow: 0 0 6px 1px #ececf0;
}

@media (max-width: 600px) {
  .disp-doc {
  	overflow: auto;
  }
}
@media (min-width: 600px) {
  .disp-doc {
  	overflow: visible;
  }
}
@media (max-width: 992px) {
  .profile-data {
  	padding: 0px !important;
  }
}
