.mfb-bottonZinx {
    z-index: 9999;
}
.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 5px 0px 0px 15px;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_img {
    float: left;
   
}

.chat_img >img{
    width: 100%;
    max-width: 45px;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

#chat-btn {
    width: 40px;
    height: 28px;
    background-color: #62cfc1;
    border-radius: 4px;
    position: relative;
  }
  #chat-btn:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      right: 10px;
      bottom: -10px;
      border-left: 10px solid transparent;
      border-right: 2px solid transparent;
      border-top: 10px solid #62CFC1;
  }

  .widget-user-custom .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-custom .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-custom .widget-user-desc {
  margin-top: 0;
}
.widget-user-custom .widget-user-username,
.widget-user-custom .widget-user-desc {
  margin-left: 5px;
}


.errorBorder{
	box-shadow: none !important;
    border-color: red !important;
}

.box-shadow{
	box-shadow: 0px 2px 0px 2px #eee;
}


.showErrorMsg{
	color:#e40a5d;
	padding: 5px;
}
#viewport {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
}


.info-box-custom{
    display: block;
    min-height: 60px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box-icon-custom {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 60px;
    width: 75px;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.info-box-content-custom {
    padding: 5px 10px;
    margin-left: 80px;
    cursor: pointer;
}
.info-box-text-custom {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-user-role-card{
	margin-left: 75px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.bg-Programs{
  background-color: #dd4b39 ;
	color:#fff;
}
.bg-Programs-top{
   border-top-color:  #dd4b39  !important;

}

.bg-FieldOfc{
    background-color: #0073b7;
	color:#fff;
}
.bg-FieldOfc-top{
      border-top-color:  #0073b7  !important;
}
.bg-GenMent{
	background-color: #00c0ef;
	color:#fff;
}
.bg-GenMent-top{
	   border-top-color:  #00c0ef !important ;
}
.bg-CarMent{
	background-color: #B7825A ;
	color:#fff;
}
.bg-CarMent-top{
	   border-top-color:  #B7825A  !important ;
}
.bg-CarGiv{
	    background-color: #00a65a;
	    color:#fff;
}
.bg-CarGiv-top{
	       border-top-color:  #00a65a  !important;
}
.bg-Mentee{
    background-color: #f39c12;
	color:#fff;
}
.bg-Mentee-top{
      border-top-color:  #f39c12  !important;
}
.bg-StdPer{
	 background-color: #ef6a10;
	color:#fff;
}
.bg-StdPer-top{
	   border-top-color:  #ef6a10 !important ;
}
.bg-Vendor{
	background-color: #C6707D ;
		color:#fff;
}
.bg-Vendor-top{
	   border-top-color:  #C6707D  !important;
}
.bg-Guest{
	background-color: #709D7E;
		color:#fff;
}  
.bg-Guest-top{
	   border-top-color:  #709D7E  !important;
} 
.bg-CorpRec{
	background-color: #a3c6be ;
		color:#fff;
}
.bg-CorpRec-top{
   border-top-color:  #a3c6be !important ;
}

#menteeOption img{
	height: 4em;
	width: 4em;
	/* margin-top: 5px; */
	cursor: pointer;
}


#menteeOptionbtm img{
	height: 4em;
	width: 4em;
	/* margin-top: 5px; */
}
 

.colCenterAlign {
	text-align: -webkit-center;
	text-align: center;
}


.colLeftAlign {
	text-align: left;
	text-align: -webkit-left;
}


#menteeDtl ul {
	list-style-type: none;
	list-style:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333333;
}

#menteeDtl li {
	float: left;
	color: white;
	padding: 16px;
}

#menteeDtl li a {
	display: block;
	color: white;
	text-align: center;
	
	text-decoration: none;
}

#menteeDtl li:hover {
	background-color: #111111;
}

.disable{
	pointer-events: none;
}
 .margTop{
 	margin-top: 5px;
 }
 
 .userDisabled{
	background-color: #dddddd;
	
}



.menteePrograms{
	background-color: white;
}
 .userRoleDisabled{
	background-color: #eee;
	
}

.menteePrograms div {
	border-bottom:2px solid #f6f6f6;
	padding: 5px;
	background-color: #f6f6f6;
}
.list-group-item:hover,.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #81CEFA !important;
}
.menteeTrasnferList{
	color: #ff0000 !important;
	background-color:#F8F8F8 !important;
}


.stockGreen {
	color:#c4e572
}

.stockRed {
	color: #f44f0f
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    padding: 10px !important;
    height: 400px !important;
    overflow: auto !important;
}
.word-break {
	word-break:break-word;
} 
.pointer {
	cursor: pointer;
}

/**CSS FOR THE RING**/

.glyphicon-ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #f6f6f6;
  color: #ccc;
  display: inline-table;
  text-align: center;
}
/**CSS FOR ICON WITH NO BACKGROUND COLOR**/

.glyphicon-ring .glyphicon-bordered {
  font-size: 37px;
  margin-top: 5px;
}
/* 
 */
 .text-muted{
 color:#ccc !important;
 }
 .direct-chat-text{
     margin: 5px 0 0 5px !important;
 }
 .chat-text-align{
 margin: 5px 5px 0 0 !important;
 }
 .ta-editor.form-control.myform1-height, .ta-scroll-window.form-control.myform1-height  {
    min-height: 100px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.form-control.myform1-height > .ta-bind {
    height: auto;
    min-height: 100px;
    padding: 6px 12px;
}

.bg-custom-light-red{
	background-color:#f08080
}
.bg-custom-light-green{
	background-color:#90ee90
}
.survey-li-style {
	display: list-item !important;
	margin-left: 40px
}

.profile-disabled {
    pointer-events: none;
}
.userAwaitingResponse{
	background-color: darkgray;
	
}
.awaiting-student-bg{
	background-color: darkgray;
}
.selected-btn-user{
	background-color: lightskyblue;
}