﻿body {
  
    /*padding-bottom: 20px;*/
    font-family: Roboto, lato, sans-serif !important; 
    background-color: #F4F4F4; 
    letter-spacing:0.3px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 textarea:focus, input:focus,button:focus{
    outline: 0;
}
*:focus {
    outline: 0;
}
.textcenter{text-align:center;}
.login_label{width:100%; margin-top:27px; text-align:left; font-size: 14px;}
.login_welcome_right{margin-top:15%;}
.login_welcome_right_child{color:#13C26B; font-size: 19px; margin-top:8px;}
.login_left_panel{
    width:100%;
    height:100%;
    background:#1F2730;        
}
.login_left_panel .login_left_panel_img{
    width: 100%;
    height: 100%;    
    background:url(images/360illustration.svg) no-repeat center;
    background-size:70% 75%;
    background-position:33% 50%;
    position:absolute;
}
/*.login_motivation{ width: 100%; height: 100%; margin-left:20%; margin-top:30px; color: rgba(255,255,255,0.2); font-size:65px; text-align:left; font-family:Impact;}*/
.login_360logo{
    width: 175px;
    height: 62px;
    left:20%;
    top:7%;
    background:url(images/360degree-logo.svg) no-repeat center;
    position:relative;
}
.login_welcom_msg{
    color: rgba(7,16,26,0.9);
    /*font-family: Roboto;*/
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
}
button,a{ cursor:pointer !important;}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
   
}
.modal_chat{
    display:    none;
    position:   fixed;
    z-index:    1051;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(94, 98, 103, 0.65) 
                url(images/loading.gif) 
                50% 50% 
                no-repeat;
}
.modal-dialog{ margin:70px auto !important;}
.logo{/*color:#13c26b;font-size:20px;*/background: url(images/360-logo.svg)  no-repeat 0px 5px;margin-right: 1%;background-size: 85%;width: 40px;height: 40px;}
.logo_tb{/*font-size:20px;*/background: url(images/360-logo.svg)  no-repeat 0px 5px;margin-right: 1%;background-size: 85%;width: 40px;height: 40px;}
.logo span{ color:#E15526; font-weight:900;}
.logologin{color:#13c26b;font-size:30px;background: url(images/360d-logo-new.svg  )  no-repeat 0px 0px;background-size: 100%;padding-left: 50px;line-height: 53px;width: 190px;height: 69px;}
.logologin span{ color:#E15526; font-weight:900;}
.topbg{ background:#1F2730 !important; width:100%; position:fixed; top:0px; z-index:1000; 	box-shadow: 0 2px 4px 0 rgba(209,209,209,0.5);}
.bodyarea{margin-top:60px;}
 .loginbg{background:#ffffff;}
 .loginhaed{font-size:21px; font-weight:600;color:#3d52a4; }
 .navbar{padding:1px 2px;}
 .ulborder{	border-right: 1px solid #D3D3D3; padding:5px 10px;}
  .ulborder li a,  .ulborder li a:hover { color:#000; }
  .navbar-light .navbar-nav .nav-link, nav-item a{color:#fff; font-weight:300; margin-top:5px;}
  .navbar-light .navbar-nav .nav-link:hover{color:#fff; font-weight:600; margin-top:5px;}
  .navbar-light .navbar-nav .nav-link:active{color:#fff; font-weight:600; margin-top:5px;}
  .navbar-light .navbar-nav .nav-link:focus{color:#fff; font-weight:600; margin-top:5px;}

.borderspan{    
    /*border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;*/
    height: 48px;
    line-height: 48px;
    padding: 0px 5px;
    margin: 0px 9px;
}
  a.homeactive,  a.homeactive:hover{
      border-bottom: 3px solid #fff;
    color: #fff;
    text-decoration: none;
    line-height: 49px;
    padding:13px 17px;
    font-weight: 500; }

/*.form-signin {
    height: 319px;
    width: 344px;
    max-width: 330px; /*box-shadow: 0 4px 12px 0 rgba(97,97,97,0.5);
    box-shadow: 0 2px 8px 0 rgba(7,16,26,0.15);
    padding: 15px; background:#ffffff;
    margin:6% auto;
}*/
.form-signin{
    height: 380px;
    width: 500px;
    max-width: 450px;
    box-shadow: 0 4px 12px 0 rgba(97,97,97,0.5);
    box-shadow: 0 2px 8px 0 rgba(7,16,26,0.15);
    padding: 40px;
    background: #ffffff;
    margin: 6% auto;
    Border-radius: 16px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] input[type="text"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

ui.navbar-nav li a{ color:#000 !important;  }
.profileicon{background: url(Images/user_ic.svg)no-repeat 0px 2px; border:none; border-radius:25px; cursor:pointer;width: 32px;height: 33px;display:inline-block; }
.logoutbtn{ background: url(Images/logout.png)no-repeat 0px 0px;border:none;cursor:pointer;width:24px; height:24px;display:inline-block;}
.logininput{    width: 100%;
    border-radius: 3px;
    color: #000;
    border: 1px solid #e8e8e8;
    padding: 12px;
    height: 45px;
    margin: 1px 0px;}
.loginbtn{ 
    border-radius: 40px;
    background:#13C26B;
    border:none;     
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:600;
    color: #fff;
    margin: 15px 0px;
    padding: 12px 0px;
    width: 94%;
}
.teams_filter_button{display: inline-block;position: relative;right: 4px;background: #fff;border: 1px solid #ccc;height: 32px;border-radius: 4px;border-left: none;bottom: 1px;}
.teams_filter_glyphicon{font-weight: normal;
    font-size: 14px;
    color: #ccc;}
.Appreciatebtn,.Appreciatebtn:hover, .Appreciatebtn:active{ 
    border-radius: 17px;
    background:#13C26B;border:1px solid #13C26B; text-decoration:none;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin: 5px;
    padding: 7px 20px;
 
}
.seekfd,.seekfd:hover, .seekfd:active{ 
    border-radius: 17px;
    background:#fff;	
    text-decoration:none;
    cursor: pointer;      
    font-size: 14px;

    line-height: 22px;
    color: rgba(7,16,26,0.7);
    margin: 5px;
    padding:7px 20px;
 
}
.goal_percentdropdown{
    width: 30%;
    margin-right: 5px;
    border: 1px solid #DADBDD;
    border-radius: 4px;
    float: left;
    height: 30px;
    vertical-align: top;
    margin-top: 20px;
}
.dropdwon{ width:98%;   
    height: 31px; border-radius:4px; margin-bottom:10px;
    padding: 3px;
    background: #fff;
    margin-right: 5px;
}
.textarea{ width:98%;   
     border-radius:4px; margin-bottom:10px;
    padding: 3px;
    background: #fff;
    margin-right: 5px;
}
.appreciateTextArea{ width:98%;  
     border-radius:4px; 
     /*margin-bottom:10px;*/
    padding: 5px;
    background: #fff;
    margin-right: 5px;
    min-height : 64px;
}
.buttonRichTextEditor {
    cursor: pointer;
    float: left;
    padding: 15px;
    /*font-size: 18px;
    position: relative;
    bottom: 18px;
    left: 15px;*/
    background: #fff url(../../Content/Images/text.svg) no-repeat;
    /*width: 32px;
    height: 32px;*/
    background-size: 18px;
    border-radius: 100%;
    /*border: 1px solid #DADBDD;*/
    background-position: center;
}

.multiselect-clear-filter {
    background: url(Images/search.png )  no-repeat ; width:25px;  height:25px;      width: 21px;
    height: 20px;
    margin-left: 5px;
    margin-top: 7px;
} 
.feedbackbody{ margin:20px 0px; padding:5px 35px 35px 35px;  	box-shadow: 0 4px 12px 0 rgba(207,207,207,0.5); 	border: 1px solid #DDDDDD; background:#fff;  }
.rowmargin{margin-top:15px;}
.updatetable{ width:100%;}
.updatetable tr td{ padding:6px;}
.leadrcard{width:320px; display:inline-block;vertical-align:bottom; height:150px; margin:10px; background-color:moccasin; border-color:blue; border-width:2px;}
.lbcard{ padding:10px; margin-top:20px; background:#f0f0f0; }
.divright{float:right;}
 .empname{ color:#4F4F4F !important; font-size:20px !important;font-weight:500;   }
  .fempname{  color:#4F4F4F !important; font-size:24px !important; font-weight:500;margin: 12px 0px 0px 0px;   }
.teamname{ color:#2d2d2d/*#9E9E9E*/ !important;  font-size:16px !important;  font-weight:500; font-style:italic;  }
.searchempbox{	border: 1px solid #DDDDDD; height:40px; padding:8px;}
.publishbtn{	background-color: #E15526; margin-right:15px ; cursor:pointer;	border-radius: 20px; color:#fff; text-transform:uppercase; font-size:16px; border:none;  font-weight:bold; padding:8px 35px;}
 .publishbtnmbo{	background-color: #E15526;  margin-right:15px ; cursor:pointer;	border-radius: 20px; color:#fff; text-transform:uppercase; font-size:16px; border:none;  font-weight:bold; padding:8px 35px; float:right;}
 
.leaderborad{ background: url(Images/leaderboard.svg  )  no-repeat 0px 0px; padding-left:65px; background-size:12%; margin:0px 0px 20px 20px;}
.leaderborad h2{ color:#4F4F4F; font-size:24px; font-weight:bold; padding:12px 0px 0px 19px; margin:5px 0px;}
.leaderborad h3{ color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
    
    padding: 6px 0px 10px 21px;
    background: url(Images/claps.svg) no-repeat 385px -5px;
    background-size: 35px;}
.bulearea{background-color: #8A95C3;  margin:150px  0px 10px 0px; height:150px; position:relative; }
.lbfristddiv{position:absolute;color:#4F4F4F;  width:93%; margin-left:3%;	box-shadow: 0 4px 12px 0 rgba(192,192,192,0.5);  height:180px;	background-color: #FFFFFF; 	border-radius: 6px; bottom:100px;  padding:40px 15px 10px 15px;}
.fmbodiv{padding-left:20%; color:#9E9E9E; font-size:14px;  margin-top:25px;}
.smbodiv{padding-left:5%; color:#9E9E9E; font-size:14px; margin-top:10px;}

.fristimg{ width:85px; height:85px; background:#ccc; position:relative; border-radius:60px; margin-right:15px;  float:left;  display:inline-block; }
.fristnum{box-shadow: 0 4px 12px 0 rgba(192,192,192,0.5);position:absolute;text-align:  center;top: -18px;left: 43%;height: 42px;color:#78BA55;font-size:20px;font-weight:500; line-height:39px;  width: 42px;border-radius:24px;border: 1px solid #DDDDDD;background-color: #FFFFFF;}
.lbseconddiv{position:absolute; bottom:100px; color:#4F4F4F;  width:98%;	box-shadow: 0 4px 12px 0 rgba(192,192,192,0.5);  height:150px;	background-color: #FFFFFF; 	border-radius: 6px;  padding:15px 15px 10px 15px;}
.lbseconddiv h3{font-size:20px; font-weight:500; color:#4F4F4F; margin:15px 0px 0px 0px; }
.secondimg{ width:65px; height:65px; background:#ccc; position:relative; border-radius:50px; margin-right:15px;  float:left;  display:inline-block; }
.secondnum{box-shadow: 0 4px 12px 0 rgba(192,192,192,0.5);position:absolute;text-align:  center;top: -18px;left: -11px;height: 33px;color:#F8B64C;font-size:20px;font-weight:500;width: 33px;border-radius:24px;border: 1px solid #DDDDDD;background-color: #FFFFFF;}
.thardnum{box-shadow: 0 4px 12px 0 rgba(192,192,192,0.5);position:absolute;text-align:  center;top: -18px;right: -11px;height: 33px;color:#5997CD;font-size:20px;font-weight:500;width: 33px;border-radius:24px;border: 1px solid #DDDDDD;background-color: #FFFFFF;}
.secondimgstar{ background: url(images/2nd.svg  )  no-repeat 0px 0px; width:50px; height:50px;  display:inline-block;  float:left;  margin-right:10px; }
.thardimgstar{ background: url(images/3rd.svg  )  no-repeat 0px 0px; width:50px; height:50px;  display:inline-block;  float:left;  margin-right:10px; }
.fristimgstar{ background: url(images/1st.svg  )  no-repeat 0px 0px; width:85px; height:85px;  display:inline-block;  float:left;  margin-right:10px; }
.fristrankstar{ background: url(images/1st_star.svg  )  no-repeat 0px -12px; line-height:80px;font-weight:500;font-size:1.1rem;text-align:center;color:#4F4F4F;width:85px; height:85px;display:inline-block;float:left;margin-right:10px; }
.commonstar{ background: url(images/commonstar.svg  )  no-repeat 2px -1px; width:55px;font-weight:600;font-size:.81rem; height:51px;line-height:55px; text-align:center; color:#4F4F4F;  display:inline-block;}
.currentrank{ background: #13c26b; width:50px; margin:5px 0px; height:50px; line-height:50px; border-radius:30px; font-size:21px; text-align:center; color:#fff;  display:inline-block;}
.lbbg{ /*background: url(images/leaderboard-background.svg ) repeat-y;*/ width:100%; padding-top:10px;  margin-top:5px;}
.lbcupimgarea{margin-top:65px; margin-left:30%;}
.bluecount {
    float: right;
    width: 25px; background:#13c26b;
    height: 25px;  border-radius:15px; color:#fff; font-size:12px; line-height:25px; text-align:center; margin-top:5px;
}
.livefeedlikeimg{ width:33px; height:33px; border-radius:16px; vertical-align:top; margin:0px 8px; display:inline-block; background:#ccc}
.livefeedimgcls{width:33px; height:33px; border-radius:16px}
.livefeedlikediv{ font-size:17px; color:#4F4F4F; font-weight:500;}
/*---LB Candidate*/
.cureentweek{color:#4F4F4F; font-size:18px; text-align:right; font-weight:bold;}
.cureentweektext{color:#4F4F4F; font-size:14px; text-align:right; font-weight:normal;}
.lbcanddiv{ background:#fff; padding:5px 15px;  width:80%; margin:20px 10%;	box-shadow: 0 4px 12px 0 rgba(192,192,192,0.5);  color:#9E9E9E;	border: 1px solid #DDDDDD;}
.lbcanddiv h3{ color:#4F4F4F; font-size:20px;  font-weight:bold; display:inline-block;}
.lbcanddiv h3 span{ color:#9E9E9E; font-size:16px;  font-weight:500;}
.lbcandmbo{ font-size:14px; color:#9E9E9E; padding-left:25px;}
.lbcandstar{ background: url(images/commonstar.svg  )  no-repeat 0px 0px; width:50px; height:50px; line-height:55px; text-align:center; color:#4F4F4F;  display:inline-block;}
.mbona{font-family:lato;font-style:italic;color:#61B5B0;}
.dashboardscorerank{font-weight: 600;font-size: 1rem;color: #7d7474;font-family: lato, sans-serif;}
.star {
	height: 45.23px;
	width: 47.55px;
	background-color: #F1DD9E;
}
.admindropdwn{
    margin-top:10px;
    background:transparent;
    border:none;
    width:127px;
}
.delete_bin{background: url(images/delete_bin.svg) no-repeat;width:25px; height:20px;cursor:pointer; border:none;}
.undo_icon{background: url(images/undo_icon.svg) no-repeat;width:25px; height:20px;cursor:pointer; border:none;background-size:16px; }
/*feedbacks tooltip*/
.tooltip {
    position: relative;
    display: inline;
    opacity: 1 !important;
    color:#939393 !important; font-size:16px; font-weight:500;
    color: inherit;
    z-index: 1;
}

.tooltip .tooltiptext {    
    visibility: hidden !important;
    width: 400px !important;
    /*border: #ccc 1px solid;*/
    background-color: #415c89 !important;
    color: #fff !important;
    text-align: left !important;

    border-radius: 6px !important;
    padding: 5px 0 5px 8px !important;    
    /* Position the tooltip */
    position: absolute !important;
    z-index: 1 !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible !important;
}

/*---feedback*/
.topmargin{margin-top:25px;}
.jconfirm-content-pane{ padding-right:10px;}
.commentlbl{	background-color: #F5F5F5;  margin-bottom:5px; 	border-radius: 20px; color:#757373; font-size:16px; padding:5px 15px; display:inline-block; margin-right:15px; }
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .day{ display:inline-block; font-size:15px; min-width:45px; text-align:center; font-weight:bold; text-transform:uppercase;}
.timeline > li > .time{ display:inline-block; font-size:15px; font-weight:bold; color:#8A8A8A; min-width:62px;  margin-top:55px;}
.timeline > li > .timeline-panel {
  width: calc( 100% - 100px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); background:#fff; border-radius:6px; top:-40px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 38%;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top:39%;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
 
  left: 0px;
  margin-right: -25px;
  background-color: #FFFFFF;
  z-index: 1; color:#000;  font-size:26px; font-weight:bold;
  
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-right-width: 0;
  border-left-width: 15px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-right-width: 0;
  border-left-width: 14px;
  right: -14px;
  left: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
    display:inline; margin-top: 0; color:#374251 !important; font-size:16px; font-weight:600; color: inherit;  background: url(Images/commonstar.svg  )  no-repeat 0px 0px; padding-left:30px;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size:15px;
  color: rgba(2, 5, 8, 0.8);
  font-weight: 400;
  margin-bottom:21px;
  
  line-height: 27px;
  margin-top: 4px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-body {
    
}
.feedhead{ background: url(Images/appreciate.svg  )  no-repeat 0px 0px; padding-left:70px; background-size:5%; margin:50px 0px 30px 0px;}
.feedhead h2{ color:#4F4F4F; font-size:24px; font-weight:bold; padding:0px; margin:5px 0px;}
.feedhead h3{ color:#4F4F4F; font-size:16px; font-weight:500;}
.livefeedhead{ background: url(Images/livefeed.svg  )  no-repeat 0px 0px; padding-left:70px; background-size:5%; margin:50px 0px 50px 0px;}
.livefeedhead h2{ color:#4F4F4F; font-size:24px; font-weight:bold; padding:0px; margin:5px 0px;}
.livefeedhead h3{ color:#4F4F4F; font-size:16px; font-weight:500;}
.dashboardh{ background: url(Images/dashboard.svg  )  no-repeat 0px 0px; padding-left:70px; background-size:5%; margin:100px 0px 30px 0px;}
.dashboardh h2{ color:#4F4F4F; font-size:24px; font-weight:bold; padding:0px; margin:5px 0px;}
.dashboardh h3{ color:#4F4F4F; font-size:16px; font-weight:500;}
.feedlabl{color:#4F4F4F;  font-size:16px; font-weight:bold; margin-top:25px;}
.likebtn_lv{ background: url(images/like.svg ) #fff  no-repeat 6px 7px; font-weight:500; cursor:default; padding:7px 43px 7px 35px; width:215px; font-size:16px; color:#4F4F4F;	border: 1px solid #DEDEDE; background-size:24px;margin-right:15px;   }
/*.lvfeed:hover .like_div{
    display:block;

}
.like_div{
    display:none;
    font-weight: 500;
    cursor: default;
    padding: 5px;
    font-size: 16px;
    width: 100px;
    color: #4F4F4F;
    border: 1px solid #DEDEDE;
    background-size: 24px;
    margin-right: 15px;
}*/
.likebtn{background: url(images/like.svg ) #fff  no-repeat 7px 5px;font-weight:500; display:inline-block; cursor:default;font-size:16px;color:#4F4F4F;border: none;background-size:24px;margin-right:15px;width: 40px;height: 30px;position:relative}
.dislikebtn{ background: url(images/dislike.svg ) #fff  no-repeat 6px 7px; font-weight:500;cursor:default; padding:7px 25px 7px 40px; font-size:16px;color:#4F4F4F;	border: 1px solid #DEDEDE; background-size:24px;margin-right:20px;   }
.neutralbtn{ background: url(images/neutral.svg ) #fff  no-repeat 6px 7px; font-weight:500;cursor:default; padding:7px 25px 7px 40px;  font-size:16px;color:#4F4F4F;	border: 1px solid #DEDEDE; background-size:24px;margin-right:20px;  }
/*.likebtn_lv:hover,.dislikebtn:hover,.neutralbtn:hover{ background-color:#F5F5F5; 	border: 1px solid #335EAB;}*/
.livefeedactive{background-color:#F5F5F5; 	border: 1px solid #335EAB;}
.dashboard {
    margin: 20px;
}

.profile-detail {
    display: inline-block;
    width:30%;
}
.livefeedactive{background-color:#F5F5F5; 	border: 1px solid #335EAB;}

.count_likes:hover .like_list {display: block;}
.count_likes {
    font-size: 15px;
    padding-left:142px;
    cursor: pointer;
    position:absolute;
}
.like_list {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:2;
}
.noOflikes
{
    padding:2px;
    font-size:13px;
}

.like_list span{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  float:left;
}

 .fas {
  cursor: pointer;
}

.fa-thumbs-up:hover {
  font-size:20px;
}
.fa-thumbs-up
{
	color:#ffc107;
	font-size: 15px;
}


.dashboard {
    margin: 20px;
}

.profile-detail {
    display: inline-block;
    width:30%;
}

.feedbacks-pill {
    display: inline-block;
    width: 60%;
    float: right;
}

.feed {
    background-color: #f0f0f0;
    border:1px solid #ccc;
    padding:10px 15px;
    border-radius:4px; width:48%; float:left; margin:1%; min-height:200px;
}

.feed-header-giver {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
}

.feed-header-receiver {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
}

.feed-body {    
    
    word-break:break-word;
}

.feed-footer-point {
    display: inline-block;
}

.feed-footer-time {
    display: inline-block;
    float: right;
}
.containerAppDiv {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  cursor: pointer;
  /*font-size: 20px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  cursor:pointer;
}
.containerAppDiv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmarkAppDiv {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 21px;
  background-color: #eee;
}
.containerAppDiv:hover input ~ .checkmarkAppDiv {
  background-color: #ccc;
}
.containerAppDiv input:checked ~ .checkmarkAppDiv {
  background-color: #13C26B;
}
.checkmarkAppDiv:after {
  content: "";
  position: absolute;
  display: none;
}
.containerAppDiv input:checked ~ .checkmarkAppDiv:after {
  display: block;
}
.containerAppDiv .checkmarkAppDiv:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checklabel{ font-size:16px ; font-weight:500; padding-left:10px;}
.selectbox{border:1px solid #DDDDDD; padding:5px; height:32px; width:150px;}
.selectbox_w{border:1px solid #DDDDDD; padding:5px; height:38px; border-radius:4px;  }
.info_ic{background:url(images/info_i.png) no-repeat 0px 0px ; vertical-align:middle; border:none;  width:18px; height:18px; padding-left:10px;  display:inline-block;    margin-left: 10px; position: relative;  top: 28px;  }
.btndone{	border: 1px solid #304183; 	background-color: #FFFFFF; margin:0 auto;  text-align:center; width:100px;	border-radius: 13px; color:#284B88;  font-size:16px; font-weight:bold;}
/*--------------Dash Board----------*/
.dascenter{ background:#fff; padding:20px 0px 20px 0px; margin:0px;  }
.dascenter h2{ color:#4F4F4F; font-size:24px; font-weight:bold; padding:0px; margin:5px 0px;}
.dascenter h3{ color:#4F4F4F; font-size:16px; font-weight:500;}
.dashbtn{color:#4F4F4F; font-size:16px;  font-weight:bold; padding:6px 30px; margin:10px 15px 0px 0px;	border: 1px solid #A9A9A9;	background-color: #FFFFFF;	border-radius: 4px; }
.dashsubytab{background:#fff;  margin:0px; margin-bottom:25px;}
 
ul.resumetab {margin: 0;padding: 0;list-style: none;width: 75% }
ul.resumetab li {float: left;margin: 0;cursor: pointer;  font-size:14px; color:#7f8fa4;padding: 0px 5px;margin:0px 5px 0px 0px; line-height: 40px; position: relative;} 
ul.resumetab li a { background:none; color:#4F4F4F; padding:0px; margin:0px 10px; font-size:14px; text-decoration:none } 
ul.resumetab li.active  {border-bottom: 3px solid #335EAB; cursor:default; font-weight:500;  color:#374251;  font-weight:normal;}
ul.resumetab li.active a  {font-weight:600;color:#374251;}
.resumetab > li > a:hover, .resumetab > li > a:focus{ background:none; color:#374251; }

ul.resumetab_team {margin: 0;padding: 0;list-style: none;width: 75% }
ul.resumetab_team li {float: left;
  margin: 0;
  cursor: pointer; 
  color: rgba(79,79,79,0.7);
  font-size: 14px;
  line-height: 17px;
  padding: 0px 5px;
  margin:0px 5px 0px 0px;
   line-height: 40px; 
   position: relative;} 
ul.resumetab_team li a { 
    background:none;

    color: rgba(79,79,79,0.7);
  font-size: 14px;
  line-height: 17px; 
  padding:0px; 
  margin:0px 10px; 
  text-decoration:none } 
ul.resumetab_team li.active  {border-bottom: 3px solid #335EAB; cursor:default; font-weight:500;  color:#374251;  font-weight:normal;}
ul.resumetab_team li.active a  {font-weight:600;  color:#374251;}
.resumetab_team > li > a:hover, .resumetab_team > li > a:focus{ background:none; color:#374251; }

 ul.goalstab {margin: 0;	padding: 0; 	list-style: none; 	 width: 100% }
ul.goalstab li {float: left;margin: 0;cursor: pointer; background:#fff; border: 1px solid #ccc;   font-size:16px; color:#7f8fa4;padding: 0px 5px;margin:0px; line-height: 35px; position: relative;} 
ul.goalstab li a { color:#4F4F4F; padding:0px; margin:0px 10px; font-size:15px; text-decoration:none } 
ul.goalstab li.active  {	border: 1px solid #13C26B ; cursor:default; font-weight:500;  color:#374251;  font-weight:normal;}
ul.goalstab li.active a  {    color:#13C26B; font-weight:500; }
.goalstab > li > a:hover, .resumetab > li > a:focus{ background:none; color:#374251; }
ul.goalstab li.deletegoals {
    position: absolute;
    right: 140px;
    background: url(images/delete.svg) no-repeat 14px 0px;
    border: none;
    background-size:20px;
} 
.team_scorerank{height: 60px;
  width: 181px;
  border-radius: 35px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(7,16,26,0.2);
  margin:40px auto;
}
.pretty_toggle_switch{ font-size: 14px;width: 26px;margin-left: 10px;}
.labelcls{margin-bottom:0px;}
.ranklabel_team{height: 16px;width: 21px;color: rgba(7,16,26,0.7);font-family: Lato;font-size: 18px;font-style: italic;font-weight: bold;line-height: 16px;}
.rankspan_team{height: 16px;width: 46px;color: #13c26b;font-family: Lato;font-size: 16px;font-weight: bold;line-height: 16px;}
.scorelabel_team{height: 16px;width: 36px;color: rgba(7,16,26,0.7);font-family: Lato;font-size: 18px;font-style: italic;font-weight: bold;line-height: 16px;}
.scorespan_team{height: 16px;width: 52px;color: #13C26B;font-family: Lato;font-size: 16px;font-weight: bold;line-height: 16px;}

.deletebin{    width: 30px;height: 36px; display: block;}
ul.achivtab {margin: 0;	padding: 0; 	list-style: none; 	 width: 100% }
ul.achivtab li {float: left;margin: 0;cursor: pointer;  font-size:16px; color:#7f8fa4;padding: 0px 5px; border-radius:6px; margin:0px 10px 0px 0px; border: 1px solid #A9A9A9;	background-color: #FFFFFF;	 line-height: 40px; position: relative;} 
ul.achivtab li a {color:#4F4F4F; font-size:16px; border-radius:6px; text-decoration:none;  font-weight:bold; padding:0px 15px;	border-radius: 4px; } 
ul.achivtab li.active  { border-radius:6px; background:#eaeff7;	border: 1px solid #ebebeb; cursor:default; font-weight:500;  color:#374251;  font-weight:normal;}
ul.achivtab li.active a  {color:#374251;}
.achivtab > li > a:hover, .resumetab > li > a:focus{ background:none; color:#374251; }
.tab-content {padding-top:10px;/*padding-left:20px;*/}
.achivtab_team{
    margin-left:35px;
}
ul.achivtab_team li {float: left;margin: 0;cursor: pointer;height:32px;  font-size:14px;    line-height: 32px; color: rgba(79,79,79,0.7);padding: 0px 5px; border-radius:6px;border: 1px solid #dddddd;background-color: #FFFFFF;} 
ul.achivtab_team li a {color:#4F4F4F; font-size:14px; border-radius:6px; text-decoration:none;  font-weight:400; padding:0px 15px;	border-radius: 4px; } 
ul.achivtab_team li.active  { border-radius:6px; background:#fff;height:32px;	border: 1px solid #13c26b; cursor:default; font-weight:400;  color:#13c26b;    line-height: 32px;}
ul.achivtab_team li.active a  {color:#13c26b;}

.graphdiv{ 	border: 1px solid #DDDDDD; background:#fff;}
.graphdiv_head{       padding: 10px 15px; 	border-bottom: 1px solid #DBDBDB;  }
.graphdiv_head h2,h1{ color:#4F4F4F; font-size:21px; font-weight:bold; padding:0px; margin:5px 0px;}
.graphdiv_head h3{ color:#A3A3A3; font-size:16px; font-weight:500;}
.graphdiv_graph{padding:20px ;}

.bttitle{font-size:16px !important; color:#4E4E4E;}
.bttitle span{color:#13c26b;}
 
/*----team Dashborad   -----------------*/
.hideme {
    display:none;
}
.team-user-name{margin-right:6px;
 color: rgba(7,16,26,0.9);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;}
.team-user-teamname{
    border: 1px solid #91D5FF;
  border-radius: 4px;
  background-color: #E6F7FF;
   color: #1890FF;
  font-family: ".SF NS Display";
  font-size: 12px;
  line-height: 20px;
  padding:2px;
}
.teams-user-emailid {
  color: rgba(7,16,26,0.5);
  font-family: Roboto;
  font-size: 12px;
  line-height: 16px;
}
.selectteamdrop{ background:#fff; width:200px; 	border: 1px solid #DADBDD !important; 	border-radius: 4px; text-align:left;}
.selectteamdrop:hover,.selectteamdrop:focus,.selectteamdrop:active {outline:none !important;box-shadow:none;border: 1px solid #DADBDD !important;}

.selectteamdiv{ text-align:center; 	color: #4F4F4F; 	font-size: 16px;	font-weight: bold;	line-height: 19px;}
.seereslt, .seereslt:hover, .seereslt:active {
    border-radius: 22px;
   background-color: #13C26B;
    border: 1px solid #13C26B;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px; 
    color: #fff;
    margin: 5px 10px 5px 5px;
    padding:8px 30px;  font-weight:normal;
}

.teamdashboradtable{
     width:96%;  border-spacing: 0px 14px; border-collapse:initial; margin: 20px auto;
}
.teamdashboradtable tr th { 		background-color: #F9F9F9;	border: 1px solid #B4B6B8; text-align:center; padding:8px; 	color: #1F2730;	 	font-size: 12px;	font-weight: bold;	line-height: 15px;}    
.teamdashboradtable tr td{
    	/*border: 1px solid #DADBDD;*/
         text-align:center; border-spacing: 5px; padding:0px;
} 
.teamdashboradtable tr td:first-child{  width:20%; text-align:left;
    	 
}
 
.teamdashboradsubtable{
     width:98%;  border-collapse:collapse; margin:0px 2%;
}
.teamdashboradsubtable tr th {background-color: #F9F9F9; white-space:nowrap;	border: 1px solid #B4B6B8; text-align:center; padding:8px; 	color: #1F2730;	 	font-size: 12px;	font-weight: bold;	line-height: 15px;}
.teamdashboradsubtable tr th:first-child{ background-color: #13C26B;	border: 1px solid #B4B6B8; text-align:center; padding:8px; 	color: #fff;	 	font-size: 12px;	font-weight: bold;	line-height: 15px;}   
.teamdashboradsubtable tr td{
    	border: 1px solid #DADBDD; width:10%;  text-align:center; border-spacing: 5px; background:#fff;
}
.teamdashboradsubtable tr td:first-child{
    	background-color: #F9F9F9;	
}
.addtaskbtn{border: 1px solid #DADBDD; padding:2px 8px;  border-radius:10px;	background-color: #FFFFFF;	color: rgba(7,16,26,0.7);  cursor:pointer;	font-size: 11px; }
.addtaskbtn_b{border: 1px solid #13c26b;	background-color: #13c26b; padding:6px 25px;cursor:pointer;	  border-radius:18px; margin:5px 0px; font-size:500; margin:20px  10px 0px  0px;	 	color: #fff;	font-size: 14px; }
.canceltaskbtn{	border: 1px solid #DADBDD;	background-color: #FFFFFF; padding:6px 25px;  border-radius:18px; margin:20px  10px 0px  0px; font-size:500;  cursor:pointer;color: rgba(7,16,26,0.7);	font-size: 14px; }
.addtaskcount{
     width:98%;  border-collapse:collapse; margin:0px 2%;
}
 .addtaskcount tr th {background-color: #F9F9F9; white-space:nowrap;	border: none; text-align:center; padding:8px; 	color: #1F2730;	 	font-size: 12px;	font-weight: bold;	line-height: 15px;}
  
.addtaskcount tr td{
    	border: 1px solid #DADBDD; width:10%; padding:5px 0px 0px 0px;  text-align:center; border-spacing: 5px; background:#fff;
}
.addtaskdiv{	border: 1px solid #13c26b; margin:5px  0px 25px 0px;	border-radius: 3px;	background-color: #FFFFFF;	box-shadow:0 2px 10px 0 rgba(7,16,26,0.2); padding:10px;}
.edittaskdiv{ padding:10px;}
.taskmaindiv{width:100%; margin:10px 0px;}
.overduetaskdiv{border: 1px solid rgba(245,34,45,0.17);	border-radius: 3px;	background-color: rgba(245,34,45,0.07);	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);   padding:15px 10px 10px; line-height:20px;   margin-right:5px; min-height:90px;	border-radius: 3px;  border-left:6px solid #F5222D;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.thisweektaskdiv{border: 1px solid rgba(115,96,251,0.17);	border-radius: 3px;	background-color: rgba(115,96,251,0.08);	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);  padding:15px 10px 10px; line-height:20px;   margin-right:5px; min-height:90px;	border-radius: 3px;  border-left:6px solid #7360FB;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.compltedtaskdiv{border: 1px solid rgba(115,96,251,0.17);	border-radius: 3px;	background-color: #fff;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);  padding:15px 10px 10px; line-height:20px;   margin-right:5px; min-height:90px;	border-radius: 3px;  border-left:6px solid #42b12a;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.archivedtaskdiv{border: 1px solid rgba(115,96,251,0.17);	border-radius: 3px;	background-color: #fff;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);  padding:15px 10px 10px; line-height:20px;   margin-right:5px; min-height:90px;	border-radius: 3px;  border-left:6px solid #b2b2b2;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.nextweektaskdiv{border: 1px solid #E4E4E4;border-radius: 3px;	background-color: #FFFFFF;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);  padding:15px 10px 10px; line-height:20px;   margin-right:5px; min-height:90px;	border-radius: 3px;  border-left:6px solid #b9b0f3;		box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.upcomingtaskdiv{border: 1px solid #E4E4E4;border-radius: 3px;	background-color: #FFFFFF;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);  padding:15px 10px 10px; line-height:20px;   margin-right:5px; min-height:90px;	border-radius: 3px;  border-left:6px solid #E4E4E4;		box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.taskdata{ width:78%;word-break:break-word;font-size: 14px;font-weight: 500;line-height: 20px;display:inline-block;color: black; padding-left: 7px; word-spacing: 4px;text-decoration:none; }
.taskdata_goal{ width:78%;word-break:break-word;font-size: 14px;font-weight: 500;line-height: 20px; padding-left:10px; }

.tasktimered{ border:1px solid #F5222D; text-align:center; border-radius: 3px; padding:20px 0px 0px 0px; width:14%;display:inline-block; min-height:90px;	background-color: #FFFFFF;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);}
.tasktimeblue{ border:1px solid #1890FF; text-align:center; border-radius: 3px; padding:20px 0px 0px 0px; width:14%;display:inline-block; min-height:90px;	background-color: #FFFFFF;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15)}
.tasktimegreen{ border:1px solid #13C26B;  text-align:center; border-radius: 3px; padding:20px 0px 0px 0px; width:14%;display:inline-block; min-height:90px;	background-color: #FFFFFF;	box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15)}
 
.td_mbo_question_div{border: 1px solid #DDDDDD; margin:15px 0px; color:#232B33;font-size: 13px;font-weight: 500;	background-color: #fff;	box-shadow:0 2px 4px 0 rgba(192,192,192,0.5);padding:15px 10px 10px; line-height:20px;margin-right:5px;border-left:6px solid #DAB439;}
.td_mbo_question_div span{color:#929292;}
.reddot {
 width: 12px;
   height: 12px;
   background: #F5222D;
   margin: 3px 0 0 8px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin:  37% 130%;
   -moz-transform-origin:  37% 130%;
   -ms-transform-origin:  37% 130%;
   -o-transform-origin:  37% 130%;
   transform-origin: 37% 130%;
   vertical-align:top;
}
.greendot {
 width: 12px;
   height: 12px;
   background: #13C26B;
   margin: 3px 0 0 8px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin:  37% 130%;
   -moz-transform-origin:  37% 130%;
   -ms-transform-origin:  37% 130%;
   -o-transform-origin:  37% 130%;
   transform-origin: 37% 130%;
}
.bluedot {
 width: 12px;
   height: 12px;
   background: #1890FF;
   margin: 3px 0 0 8px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin:  37% 130%;
   -moz-transform-origin:  37% 130%;
   -ms-transform-origin:  37% 130%;
   -o-transform-origin:  37% 130%;
   transform-origin: 37% 130%;
   vertical-align:top;
}
.nextweekdot {
 width: 12px;
   height: 12px;
   background: #b9b0f3;
   margin: 3px 0 0 8px;
   /* Rotate */
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   /* Rotate Origin */
   -webkit-transform-origin:  37% 130%;
   -moz-transform-origin:  37% 130%;
   -ms-transform-origin:  37% 130%;
   -o-transform-origin:  37% 130%;
   transform-origin: 37% 130%;
}
   /* .greendot{ background:#13C26B; width:15px; height:15px;vertical-align:top; border-radius:10px; margin:0px 5px;}
.bluedot{ background:#1890FF; width:15px; height:15px;vertical-align:top; border-radius:10px; margin:0px 5px;}*/
.graytext_r{ 	color: rgba(7,16,26,0.65);  	border: 1px solid #C2C2C3; padding:2px 8px;  border-radius:10px; line-height:17px; font-size:11px; float:right;		background-color: #FCEEEF;}
.graytext{ 	color: rgba(7,16,26,0.65);  	border: 1px solid #C2C2C3; padding:2px 12px;  border-radius:10px; line-height:17px; font-size:11px; float:right;			background-color: #F1F0F7;}
.redtext{ color:#F5222D;  border: 1px solid #DADBDD; padding:2px 8px;  border-radius:10px; line-height:17px; font-size:11px; float:right;	background-color: #FFFFFF;}
.greentext{ color:#52C41A; border: 1px solid #DADBDD; padding:2px 8px;  border-radius:10px;line-height:17px;	background-color: #FFFFFF; font-size:11px; float:right;	   }
.bluetext{ color:#1890FF;border: 1px solid #DADBDD;padding:2px 8px;border-radius:10px;line-height:17px;background-color: #F1F0F7;font-size:11px;float:right;margin-top: -10px;}
.bluetext_progress{background: url(images/runningimage.gif ) no-repeat ; background-size:50px;   height:50px; width:50px;     margin-bottom: 0px;     margin-left: 72px;  margin-top: -19px;}
.redtime{color:#F5222D; font-size:26px !important;}
.greentime{color:#13C26B; font-size:26px !important;}
.bluetime{color:#1890FF; font-size:26px !important;}
 .graytext_t{background: url(images/next_week.svg )   no-repeat 1px 1px;font-weight:500;cursor:default;padding: 0px 15px 7px 28px;font-size:12px;color:#ACACAC;background-size:18px;margin-right: 0px; }
.orangetext_t{background: url(images/current_week.svg )   no-repeat 1px 1px;font-weight:500;cursor:default;padding: 0px 15px 7px 28px;font-size:12px;color:#F5A623;background-size: 18px;margin-right: 0px; }
.greentime_t{color:#52C41A;  }
.redtime_t{background: url(images/overdue.svg )   no-repeat 1px 1px;font-weight:500;cursor:default;padding: 0px 15px 7px 28px;font-size:12px;color:#F5222D;background-size: 18px;margin-right: 0px;   }
.bluetext_t{background: url(images/neutral.svg )   no-repeat 1px 1px;font-weight:500;cursor:default;padding: 0px 15px 7px 28px;font-size:12px;color:#4F4F4F;background-size:18px;margin-right: 0px;   }
.droparrow{font-size:12px !important; background:none; border:none; cursor:pointer;}
.addtaskarea{border:none; min-height:50px; border-bottom:1px solid #DADBDD; margin-bottom:15px;  width:100% !important;background:none; vertical-align:bottom; margin-right:1%;}
.edittaskarea{border:none; height:30px !important; border-bottom:1px solid #DADBDD;  width:57% !important; background:none; vertical-align:bottom; margin-right:1%;}
.edittaskarea_lt{border:none; height:40px !important; float:left; border-bottom:1px solid #DADBDD; margin-bottom:10px;  width:55% !important; background:none; vertical-align:bottom; margin-right:1%;}
.edittextdiv{  float:left; border:1px solid #DADBDD; border-radius:6px; padding:4px;  margin-right:10px; margin-bottom:10px;  width:55% !important;padding:5px 10px;}
.addtaskselect{width:14%; margin-right:5px; border:1px solid #DADBDD; border-radius:4px; float:left; height:30px; vertical-align:top;}
.recurrencedatepicker{width:60%; margin-left:5px; border:1px solid #DADBDD; border-radius:4px; height:30px;}
.editaskselect{width:18%; margin-right:5px; float:right; border:1px solid #DADBDD; border-radius:4px;  height:30px; vertical-align:top;}
 .teampopuptop{	box-shadow: 0 1px 4px 0 rgba(7,16,26,0.2);border-radius: 4px; 	background-color: #F8F8F8;   padding:15px 35px 0px 35px;}
 .nobg{background:none;}
.subhead{	color: #4F4F4F; 	font-size: 19px;	font-weight: bold;}
.subhead_task{	color: rgba(7,16,26,0.8); text-transform:uppercase; font-size: 12px; margin-top:15px;	font-weight: bold;	line-height: 22px;}
.subhead_task span{	color:rgba(7,16,26,0.5);  }
.teamdashboradpagingbts{ border:none; color:#4F4F4F; border:none; background:none;  cursor:pointer; line-height:15px;   float:right;}
.teamdashimg {
    width: 33px;
    height: 33px;
    border-radius: 16px;
    vertical-align: top;
    margin: 7px 0px  15px 15px;
    display: inline-block;
    background: #ccc; position:relative;
}
.userNameRectangle {
  height: 69px;
  width: 178px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
.userDataRectangle {
  height: 59px;
  width: 150px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  margin: 0px auto;
}
.scoreDivRectangleRed {
    height: 47.81px;
    width: 35.53px;
    border-radius: 10px;
    background-color: rgba(245,34,45,0.2);
    margin:5px auto;
}
.scoreDivRectangleOrange {
  height: 47.81px;
  width: 35.53px;
  border-radius: 10px;
  /*background-color: rgba(24,144,255,0.2);*/
  background-color:rgba(255, 102, 0, 0.2);
  margin:5px auto;
}
.scoreDivRectangleBlue {
  height: 47.81px;
  width: 35.53px;
  border-radius: 10px;
  background-color: rgba(24,144,255,0.2);
  /*background:  rgba(19,194,107,0.2);*/
  margin:5px auto;
}
.scoreDivRectangleGreen {
 height: 47.81px;
  width: 35.53px;
  border-radius: 10px;
  background-color: rgba(19,194,107,0.2);
  margin:5px auto;

}
.medalClassRed {color: red;}
.medalClassOrange {color: orange;}
.medalClassBlue {color: blue;}
.medalClassGreen {color: #32CD32;}

.subDivRectangleForScore {
    border-bottom: 1px solid #ccc;
    height: 16px;
}
.childrenDivRectangleForScore {
    width: 19px;
    height: 15px;
    border-right: 1px solid #ccc;
    display:inline-block;
    float:left;
}
.mboNameChildrenRectangle {
  height: 16px;
  width: 21px;
  color: rgba(7,16,26,0.5);
  font-family: Roboto;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.38px;
  line-height: 16px;
}
.scoreColorChange {
    height: 14px;
    width: 27px;
    color: #07101A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;

    line-height: 22px;
}


.dayChildrenRectangle {
  height: 17px;
  width:17px;
  color: #626262;
  font-family: Roboto;
  font-size: 9px;
  font-weight: 900;
  
  line-height: 10px;
  text-align: center;
  padding:3px;
  cursor:pointer;
}
.dayChildrenRectangleLastBox {
  height: 17px;
  /*width:20px;*/
  color: #626262;
  font-family: Roboto;
  font-size: 9px;
  font-weight: 900;
  
  line-height: 10px;
  text-align: center;
  padding:3px;
  cursor:pointer;

}
.notApplicableRectangleBox {
  /*box-sizing: border-box;
  height: 16.28px;
  width: 19.74px;
  border: 1px solid #DADBDD;
  border-radius: 0 0 0 4px;
  background-color: #FFFFFF;*/

  height: 17px;
  width: 17px;
  color: rgba(117,117,117,0.2);
  font-family: Roboto;
  font-size: 9px;
  font-weight: 900;
  
  line-height: 15px;
  text-align: center;
  cursor:pointer;
}
.notApplicableRectangleLastBox {
  height: 17px;
  /*width: 20px;*/
  color: rgba(117,117,117,0.2);
  font-family: Roboto;
  font-size: 9px;
  font-weight: 900;
  
  line-height: 15px;
  text-align: center;
  cursor:pointer;
}
.missedSubmissionButStillCanSubmitRectangleBox {
  height: 17px;
  width: 17px;
  color: #F5222D;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 900;
  
  line-height: 15px;
  text-align: center;
  cursor:pointer;
}
.missedSubmissionButStillCanSubmitRectangleLastBox {
  height: 17px;
  /*width: 20px;*/
  color: #F5222D;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 900;
  
  line-height: 15px;
  text-align: center;
  cursor:pointer;

}

.submittedAndReviewedStarting {
  text-align:left;
  width:100%;
  border-radius: 5px 0 0 0;
  background: rgba(19,194,107,0.8);
  height:15px;
  cursor:pointer;
}
.submittedAndReviewedMiddle {
  text-align:left;
  width:100%;
  /*border-radius: 5px 0 0 0;*/
  background: rgba(19,194,107,0.8);
  height:15px;
    cursor:pointer;

}
.submittedAndReviewedLast {
  text-align:left;
  width:100%;
  border-radius: 0 5px 0 0;
  background: rgba(19,194,107,0.8);
  height:15px;
    cursor:pointer;

}
.submittedAndReviewedSunday {
  text-align:left;
  width:100%;
  border-radius: 0 0 0 5px;
  background: rgba(19,194,107,0.8);
  height:14px;
    cursor:pointer;

}
.submittedCheck {
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    width: 18px;
    -webkit-text-stroke: 1px rgba(19,194,107,0.8);
}

.onLeaveClassStarting {
  text-align:left;
  width:100%;
  border-radius: 5px 0 0 0;
  height:14px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.onLeaveClassMiddle {
  text-align:left;
  width:100%;
  /*border-radius: 5px 0 0 0;*/
  height:14px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.onLeaveClassLast {
  text-align:left;
  width:100%;
  border-radius: 0 5px 0 0;
  height:14px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.onLeaveClassSunday {
  text-align:left;
  width:100%;
  border-radius: 0 0 0 5px;
  height:14px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.onLeave {
    color: #F5222D;
    font-size: 8px;
    text-align: center;
    font-weight: bold;
    width: 18px;
   -webkit-text-stroke: 1px #F5222D;
    padding-top: 3px;
}

.submittedUnderReviewClassStarting {
  text-align:left;
  width:100%;
  border-radius: 5px 0 0 0;
  height:15px;
  box-sizing: border-box;
  background-color: rgba(250,173,20,0.8);
  cursor:pointer;
}
.submittedUnderReviewClassMiddle {
  text-align:left;
  width:100%;
  /*border-radius: 0 0 0 0px;*/
  height:15px;
  box-sizing: border-box;
  background-color: rgba(250,173,20,0.8);
    cursor:pointer;

}
.submittedUnderReviewClassLast {
  text-align:left;
  width:100%;
  border-radius: 0 5px 0 0;
  height:15px;
  box-sizing: border-box;
  background-color: rgba(250,173,20,0.8);
    cursor:pointer;

}
.submittedUnderReviewClassSunday {
  text-align:left;
  width:100%;
  border-radius: 0 0 0 5px;
  height:14px;
  box-sizing: border-box;
  background-color: rgba(250,173,20,0.8);
    cursor:pointer;

}
.submittedUnderReviewIcon {
    color: white;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    width: 18px;
   /*-webkit-text-stroke: 1px white;*/
    padding-top: 2px;
}
.submittedResubmissionPendingIcon {
    color: white;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    width: 18px;
   /*-webkit-text-stroke: 1px white;*/
    padding-top: 2px;
}
.submittedResubmissionPendingClassStarting {
  text-align:left;
  width:100%;
  border-radius: 5px 0 0 0;
  height:15px;
  box-sizing: border-box;
  background-color: rgba(24,144,255,0.8);
  cursor:pointer;
}
.submittedResubmissionPendingClassMiddle {
  text-align:left;
  width:100%;
  /*border-radius: 0 5px 0 0;*/
  height:15px;
  box-sizing: border-box;
  background-color: rgba(24,144,255,0.8);
    cursor:pointer;

}
.submittedResubmissionPendingClassLast {
  text-align:left;
  width:100%;
  border-radius: 0 5px 0 0;
  height:15px;
  box-sizing: border-box;
  background-color: rgba(24,144,255,0.8);
    cursor:pointer;

}
.submittedResubmissionPendingClassSunday {
  text-align:left;
  width:100%;
  border-radius: 0 0 0 5px;
  height:14px;
  box-sizing: border-box;
  background-color: rgba(24,144,255,0.8);
    cursor:pointer;

}

.missedSubmissionCantSubmitClassStarting {
  text-align:left;
  width:100%;
  border-radius: 5px 0 0 0;
  height:14px;
  box-sizing: border-box;
  /*height: 16.28px;*/
  background-color: #FFFFFF;
}
.missedSubmissionCantSubmitClassMiddle {
  text-align:left;
  width:100%;
  /*border-radius: 5px 0 0 0;*/
  height:14px;
  box-sizing: border-box;
  /*height: 16.28px;*/
  background-color: #FFFFFF;
}
.missedSubmissionCantSubmitClassLast {
  text-align:left;
  width:100%;
  border-radius: 0 5px 0 0;
  height:14px;
  box-sizing: border-box;
  /*height: 16.28px;*/
  background-color: #FFFFFF;
}
.missedSubmissionCantSubmitClass {
  text-align:left;
  width:100%;
  border-radius: 0 0 0 5px;
  height:14px;
  box-sizing: border-box;
  /*height: 16.28px;*/
  background-color: #FFFFFF;
}
.missedSubmissionCantSubmitIcon {
    color: #f5222d;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    width: 18px;
   /*-webkit-text-stroke: 1px #F5222D;*/
    padding-top: 1px;
}
.comentsdiv label{margin:0px 2px;}
.comentsdiv{ padding-left:25px;	color: rgba(7,16,26,0.5);font-size: 12px;	font-weight: 500;	line-height: 15px;padding-top: 5px;}
.comentsdiv_goals{ padding-left:10px;	color: rgba(7,16,26,0.5);font-size: 12px;	font-weight: 500;	line-height: 15px}
.mega-dropdown-menu{max-height:200px; overflow:auto;}
 ul.teampopuptoptab { 	padding: 0; 	list-style: none; 	 width: 60%;  margin:30px auto 35px auto;}
ul.teampopuptoptab li {float: left;margin: 0;cursor: pointer;font-size:14px; color:#7f8fa4;border: 1px solid #DADBDD;padding:5px 0px; position: relative;} 
ul.teampopuptoptab li a { color:#4F4F4F; padding:0px; padding:7px 15px; margin:0px auto; font-size: 14px;   text-decoration:none } 
ul.teampopuptoptab li.active  {		cursor:default; font-weight:500;font-weight:normal;}
ul.teampopuptoptab li.active a.tabAwesome{border:1px solid #13C26B ;color:#13C26B;  }
ul.teampopuptoptab li.active a.tabRequire{border: 1px solid #4A90E2;color:#4A90E2;}
ul.teampopuptoptab li.active a.tabcando{border: 1px solid #D0021B;color:#D0021B;}
ul.teampopuptoptab li.active a.tabMBO{	border: 1px solid #232B33;color:#232B33; }
ul.teampopuptoptab li.active a  {    color:#374251; }
.teampopuptoptab > li > a:hover, .teampopuptoptab > li > a:focus{ background-color:none; color:#374251; }

.userranklabel{position:absolute;  top:-5px ;left:-10px; padding:3px; text-align:center;	background-color: #FFFFFF; 	box-shadow: 0 4px 12px 0 rgba(7,16,26,0.2); 	height: 18px; 	width: 18px; border-radius:9px; font-size: 11px;	font-weight: bold;	line-height: 13px; 	color: #07101A;}
.teamdashuserdiv{ display:inline-block; padding:6px; }
.teamdashuserdiv h3{ color: #4F4F4F;font-size: 14px; white-space:nowrap; overflow: hidden;text-overflow: ellipsis; width:106px;font-weight: bold;line-height: 17px; padding:0px; margin:0px;}
.teamdashuserdiv h4{ color: rgba(7,16,26,0.5);font-size: 12px;	font-weight: 500;	line-height: 16px; padding:0px; margin:0px; text-overflow: ellipsis;width: 117px;white-space: nowrap;overflow: hidden;}
.teamdashuserdiv h5{ color: rgba(7,16,26,0.79); font-size: 10px;	font-weight: 500;	line-height: 16px; padding:0px; margin:0px;} 
.teamdashscoretopdiv{ border-bottom: 1px solid #DADBDD; width:104px; padding:5px 0px; font-size: 12px;	font-weight: 500;	line-height: 15px;}
.teamdashrateingbtn{    display: inline;
    margin-top: 0;
    color: #07101A !important;
    font-size: 16px; border:none;
    font-weight: 600; cursor:pointer;
    color: inherit; 
    /*background: url(Images/commonstar.svg) no-repeat 3px 1px;*/
    background: #fff;
    padding-left: 10px; background-size:13px;}
.userratingdiv{ 
 margin: 5px auto;
     
    border: 1px solid #ccc;
    width: 82px;
      border-radius:4px;}
.userratingdiv .greendiv{color: #59AA00; font-size: 12px; padding:0px 5px; margin:0px;	font-weight: bold; }
.userratingdiv .bluediv{color: #4A90E2; font-size: 12px;padding:0px 9px;margin:0px; line-height:24px;font-weight: bold;  border-left:1px solid #ccc; border-right:1px solid #ccc;}
.userratingdiv .reddiv{color: #D0021B; font-size: 12px;padding:0px 5px;margin:0px;	font-weight: bold;}
.add-question-cancel-wrapper {
    display: flex;
    align-items:center;
}
 
 .collapsmbo{ background: url(Images/closebtn.svg) no-repeat 0px 0px; border: none; height:20px;width:23px; vertical-align:bottom; margin:0px 5px;    cursor: pointer;}
 /* Team dashborad new changes */
 .day-rat-div{
      /*margin:0px 0px 5px 0px;*/
      padding:0px;
      line-height:0px;
      height: 48px;
      width: 58px;
      border:1px solid #ccc;
      border-radius: 6px 6px 0px 6px;
      margin:5px auto;
 }
 .day-blue-rat{ width:6px; height:6px; background:#1890FF;cursor:pointer; border-radius:30px; margin:2px 3px; display:inline-block;  }
  .day-gray-rat{ width:6px; height:6px; background:#959595;cursor:pointer; border-radius:30px; margin:2px 3px; display:inline-block;  }
 .day-green-rat{ width:6px; height:6px; background:#52C41A;cursor:pointer; border-radius:30px; margin:2px  3px; display:inline-block;  }
 .day-red-rat{ width:6px; height:6px; background:#F5222D;cursor:pointer; border-radius:30px; margin:2px  3px; display:inline-block;  }
  .day-orange-rat{ width:6px; height:6px; background: rgb(255, 102, 0);cursor:pointer; border-radius:30px; margin:2px  3px; display:inline-block;  }
 .day-black-rat{ width:7px; height:7px; background:#fff; cursor:pointer; border-radius:30px; margin:2px  3px; display:inline-block; 	border: 1px solid #000000; }
 .score-red {
     /*font-weight:500;
     background:#f5222d3d 8px 4px;
     border-radius:15px;
     padding: 1px 15px 1px 15px;
     color: #F5222D;
     font-size: 14px;
     background-size: 13px; margin-bottom:7px;*/
    height: 22px;
    width: 27px;
    color: #07101A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;

    line-height: 22px;
}
  .score-green {
 
     /*font-weight:500;
     background: url(Images/star_gr.svg)  no-repeat rgba(19,194,107,0.2) 8px 4px;
     border-radius:15px;
     padding: 1px 15px 1px 25px;
     color: #51C119;
     font-size: 14px;margin-bottom:7px;
     background-size: 13px;*/
    height: 22px;
    width: 27px;
    color: #07101A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;

    line-height: 22px;
}
   .score-blue {
    
     /*font-weight:500;
     background:  rgba(19,194,107,0.2) 8px 4px;
     border-radius:15px;
     padding: 1px 15px 1px 15px;
     color: #178DFB;
     font-size: 14px;
     background-size: 13px;margin-bottom:7px;*/
    height: 22px;
    width: 27px;
    color: #07101A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;

    line-height: 22px;
}
   .score-orange {
    
     /*font-weight:500;
     background: rgba(255, 102, 0, 0.82) 8px 4px;
     border-radius:15px;
     padding: 1px 15px 1px 15px;
     color: #e9e9e9;
     font-size: 14px;
     background-size: 13px;margin-bottom:7px;*/
    height: 22px;
    width: 27px;
    color: #07101A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;

    line-height: 22px;
}
     .score-black {
    
     /*font-weight:500;
     border-radius:15px;
     padding: 1px 15px 1px 15px;
     color: #000;
     font-size: 14px;
     background-size: 13px;margin-bottom:7px;*/
    height: 22px;
    width: 27px;
    color: #07101A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: bold;

    line-height: 22px;
}
 .feedsdiv{ text-align:right; margin:0px; padding:0px; line-height:0px; min-height:18px;}
 .feeds-geen{  background:#51C119; color:#fff; padding:3px; font-size: 10px;line-height:8px;margin:0px;	font-weight: bold; cursor:pointer;}
  .feeds-red{  background:#EF212B; color:#fff;  padding:3px;font-size: 10px;line-height:8px;margin:0px;	font-weight: bold;cursor:pointer;}
   .feeds-yellow{  background:#FAAD14; color:#fff;  padding:3px;font-size: 10px; line-height:8px;margin:0px;	font-weight: bold; cursor:pointer;}

.redtooltip {
    position: relative;
    display: inline;
    opacity: 1 !important;
    font-size:12px; font-weight:normal;
    color: inherit;
}

.redtooltip .tooltiptext {    
    visibility: hidden !important; 
    background-color: #EF212B !important;
    color: #fff !important;
    text-align: left !important; 
    border-radius: 6px !important;
    padding:8px 10px;  
    position: absolute !important;
    z-index: 1 !important;
    line-height: 15px;
    white-space: nowrap; top:-37px;
}

.redtooltip:hover .tooltiptext {
    visibility: visible !important;
}
.greentooltip {
    position: relative;
    display: inline;
    opacity: 1 !important;
    font-size:12px; font-weight:normal;
    color: inherit;
}

.greentooltip .tooltiptext {    
    visibility: hidden !important; 
    background-color: #51C119 !important;
    color: #fff !important;
    text-align: left !important; 
    border-radius: 6px !important;
    padding:8px 10px;  
    position: absolute !important;
    z-index: 1 !important;
    line-height: 15px;
    white-space: nowrap; top:-37px;
}

.greentooltip:hover .tooltiptext {
    visibility: visible !important;
}
.bluetooltip {
    position: relative;
    display: inline;
    opacity: 1 !important;
    font-size:12px; font-weight:normal;
    color: inherit;
}

.bluetooltip .tooltiptext {    
    visibility: hidden !important; 
    background-color: #178DFB !important;
    color: #fff !important;
    text-align: left !important; 
    border-radius: 6px !important;
    padding:8px 10px;  
    position: absolute !important;
    z-index: 1 !important;
    line-height: 15px;
    white-space: nowrap; top:-37px;
}

.bluetooltip:hover .tooltiptext {
    visibility: visible !important;
}
.orangetooltip {
    position: relative;
    display: inline;
    opacity: 1 !important;
    font-size:12px; font-weight:normal;
    color: inherit;
}

.orangetooltip .tooltiptext {    
    visibility: hidden !important; 
    background-color: rgb(255, 102, 0) !important;
    color: #fff !important;
    text-align: left !important; 
    border-radius: 6px !important;
    padding:8px 10px;  
    position: absolute !important;
    z-index: 1 !important;
    line-height: 15px;
    white-space: nowrap; top:-37px;
}

.orangetooltip:hover .tooltiptext {
    visibility: visible !important;
}
.blacktooltip {
    position: relative;
    display: inline;
    opacity: 1 !important;
    font-size:12px; font-weight:normal;
    color: inherit;
}

.blacktooltip .tooltiptext {    
    visibility: hidden !important; 
    background-color: #000 !important;
    color: #fff !important;
    text-align: left !important; 
    border-radius: 6px !important;
    padding:8px 10px;  
    position: absolute !important;
    z-index: 1 !important;
    line-height: 15px;
    white-space: nowrap; top:-37px;
}

.blacktooltip:hover .tooltiptext {
    visibility: visible !important;
}
/*<<<<<<< HEAD 

.deletbtn{background: url(images/delete.png )   no-repeat;border:none;width:20px;height:20px;position: absolute;right: 10px;top: 8px;font-size: 0px;cursor: pointer;}
=======*/

.deletbtn{background: url(images/delete.png )   no-repeat;border:none;width:20px;height:20px;position: absolute;right: 10px;top: 8px;font-size: 0px;cursor: pointer;}
.mbodiv{padding:15px; margin:0px 10px; margin-bottom:8px;  border:1px solid #DBDBDB; background:#fff; font-size:14px; }
.mbodiv:hover{  box-shadow: 0 2px 4px 2px rgba(32, 38, 50, 0.3);}
.mbosumitdiv{padding:15px;padding-bottom: 22px; margin:0px 10px; border:1px solid #DBDBDB; margin-bottom:10px;  box-shadow: 0 2px 3px 0px rgba(32, 38, 50, 0.3); background:#fff; font-size:14px; }
.mbosumitdiv .imgdiv{ margin:0px; padding:0px; text-align:center; }
.mbosumitdiv .contdiv{ margin:0px; padding:0px;  }
.mbosumitdiv label{ font-size: 14px; font-family:Roboto; font-weight:500;color: rgba(7,16,26,0.9);  line-height: 16px;}
.mbsubityes_ic{background:url(images/checked.svg ) no-repeat center 0px; width:30px; height:30px; margin-top:0px;}
.mbsubitno_ic{background:url(images/error.svg ) no-repeat center 0px; width:30px; height:30px; margin-top:0px;}
.mbsubitna_ic{background:url(images/na.svg ) no-repeat center 0px; width:30px; height:30px; margin-top:5px;}

.mbsubitntr_ic{background:url(images/target.svg ) no-repeat center 0px; width:30px; height:30px; margin-top:5px;}   
.divdisable{    opacity: 0.5; pointer-events: none;} 
.mboactdiv{ padding:10px 0px;}
.mbtarget{ background:#13c26b; width:120px; height:25px; text-align:center; float:left; font-size:14px; line-height:27px; color:#fff; border-radius:4px 0px 0px 4px; }
.mbachvied{   width:120px; height:25px; background:#fff;  float:left;  border:1px dashed #DBDBDB ;  border-radius:0px 4px 4px 0px; }
.mbachvied:hover{border:1px dashed #13c26b ;}
.mbachvied_su{   width:auto; height:25px; background:#eee;  float:left;  padding:3px 15px; border:1px solid #DBDBDB ;  border-radius:0px 4px 4px 0px; }
.mbinput{ width:100px; border:none; height:20px; font-size:16px;padding:2px 10px; }
.mbtextarea{ margin:10px 0px; width:98%; border-radius:4px; height:70px !important;  border:1px solid #DBDBDB; padding:4px; resize:none;}
.comments {
  position: relative;
  display: inline-block;
}
 .marginlabl{}

.comments-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;  
  width:600px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.comments:hover .comments-content {
  display: block; padding-bottom:15px;
}

.commentsdesc {
  padding: 8px;
  color:#000; margin:8px;
}
textarea {
   resize: none;
}
.modal{z-index:1091;}
.textarea_new {
    width: 100% !important;
    padding: 3px;
    border:none;
   
    min-height: 40px;
    margin: 0px 0px 10px 0px;
    color: #5e5e5e;
}

.blockUI {z-index:1100 !important; }
.feldset{ border:1px solid #d1d1d1; border-radius:4px;  width:100%; padding:0px 10px; margin:10px 0px; }
.legendhead{ font-size:14px; width:auto;  display:inline-block; margin:5px 10px; font-weight:500; padding:0px 10px}
.commentsdesc .user{ float:left; color:#989898; font-size:12px; font-weight:normal;}
.commentsdesc .date{ float:right; color:#989898; font-size:12px; font-weight:normal;}
.nogoalsiv{ text-align:center; margin:70px auto; color:#647182; font-size:16px; 	line-height: 19px;}
.nogoalsimg{background:url(images/comments.svg ) no-repeat center 0px; width:40px; height:40px; margin:15px 0px;}
.clear {clear: both;height: 0;margin: 0;padding: 0;}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
 
}
  
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #13C26B ;
  background-color: #fff;
  border-color: #13C26B !important;
}
.btn-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #13C26B ;
  background-color: #fff;
  border-color: #13C26B !important; font-weight:500;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
   color: #13C26B ;
  background-color: #fff;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
 
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/*Mbo from*/
.chkdays{ width:48px; display:inline-block; padding-top:4px ; padding-left:5px !important;}
.mboanstype{width:98%;     border:1px solid #DADBDD; border-radius:4px;  height:30px; margin-bottom:15px; vertical-align:top;}
.mbolbl{ font-size:14px; width:auto;  display:inline-block; margin:5px; font-weight:500; padding:0px 5px 0px 0px}
/*.createhead{ margin:0px; padding:10px; }*/
/*.createhead h3{ float:left; margin:5px; font-size:16px; padding:0px;}*/

.assiginbtn{ 
    color: rgba(7, 16, 26, 0.9);
    border: 1px solid #C2C2C3;
    padding: 3px 14px;
    border-radius: 6px;
    line-height: 17px;
    font-size: 11px;
    margin-right: 15px;
    background-color: #fff;
    font-weight: 500;
}
.mboanstype-monthly {
    border: 1px solid #DADBDD;
    border-radius: 4px;

}

.mbo-daily-recur{ height:23px;width:45px; border:1px solid #ccc;margin: 0px 6px 0px 6px;}
.mbo-montly-recur{ height:17px;width:25px; border:none; border-bottom:1px solid #ccc;}
.addnotebtn{ 
    color: rgba(7, 16, 26, 0.9);
    border: 1px solid #C2C2C3;
    padding: 3px 8px 3px 28px;
    text-transform:uppercase;
    border-radius: 6px;
    line-height: 17px;
    font-size: 11px;
    margin-right: 15px;
    background-color: #fff;
     
    font-weight: 500;
    background: url(images/comments_ic.svg )   no-repeat 5px;
    background-size: 21px;
    font-family:Roboto;
}
.addnotebtn_a{ 
    color: rgba(7, 16, 26, 0.9);
    border: 1px solid #13c26b;
    padding: 3px 8px 3px 28px;
    text-transform:uppercase;
    border-radius: 6px;
    line-height: 17px;
    font-size: 11px;
    margin-right: 15px; color:#13c26b;
    background-color: #fff;
     
    font-weight: 500;
    background: url(images/comment_blue_Asset.svg )   no-repeat 5px;
    background-size: 21px;
}
.savemnotebtn{ 
    color: #fff;
   border: 1px solid #13C26B;
    padding: 3px 15px; text-transform:uppercase;
    border-radius: 6px;
    line-height: 17px;
    font-size: 11px;
    margin-right: 15px; 
    background-color: #13C26B;
    font-weight: 500;
}
.savemnotebtn_w{ 
   color: rgba(7, 16, 26, 0.9);
    border: 1px solid #C2C2C3;
    padding: 3px 15px;
    text-transform:uppercase;
    border-radius: 6px;
    line-height: 17px;
    font-size: 11px;
    margin-right: 15px;
    background-color: #fff;
    font-weight: 500;
     
    background-size: 21px;
}
  .mboquesdiv{
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15);
    padding: 10px ;
    line-height: 20px;
    margin-bottom:25px;
    min-height: 80px;
    box-shadow: 0 1px 3px 0 rgba(7,16,26,0.15); position:relative;
  } 
  .mboeditic{ background: url(images/edit_ic.svg )   no-repeat;border:none; display:none; width:25px; height:25px; position:absolute; right:10px; top:6px; }
  .mboquesdiv:hover .mboeditic {
   display:block  
}  
.mboquesdiv label{ font-size:14px; font-weight:500; } 
.mboquesdiv span{ font-size:14px;  color:rgba(7, 16, 26, 0.9);}
.mbo_quedisplay_details{color: #b9b9b9 !important; font-size: 13px !important; font-weight: 500;}
.mbosparate {
    border-left: 1px solid #4F4F4F;   display:inline; margin:0px 10px 0px 10px;  font-size:20px !important;
}
.verticledividerline_team {
    border-left: 1px solid #CCDCE4;display:inline; margin:0px 10px 0px 10px;  font-size:30px !important;box-sizing: border-box;
    display:inline;
    height: 42px;
    width: 1px;
    position:relative;
    bottom:10px;
}
.nombodisplay{ text-align: center; font-weight: 600 !important; font-size:18px; margin-top: 70px; font-family: lato, Arial, sans-serif !important;}
.mboqsparate {border-left: 1px solid #4F4F4F; display: inline;margin: 0px 11px 0px 13px;   font-size: 15px !important;}
 .mbosub{ margin-top:10px;}
 .mboyes{ 	color: rgba(7,16,26,0.65);  border: 1px solid #C2C2C3; padding:2px 12px;  border-radius:10px; line-height:17px; font-size:11px; background-color: #F1F0F7;}
  .mbowet{ 	color: rgba(7,16,26,0.65);  border: 1px solid #C2C2C3; padding:5px 9px;  border-radius:25px; line-height:17px; font-size:11px; background-color: #fcd44d;}
  
  
  .assigncheck {margin:11px 5px; width:100%;  }
  
/*#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #b42b2b;
  text-decoration: none;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background-color: #b42b2b;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #335EAB;
  transition: all 0.2s ease-in;
}*/

/* Add Indicator fontawesome icon to the left */
/*#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}*/
.team_nousers_displaymsg{
    font-family: lato, arial, sans-serif;
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}

/*Roles and Responsibilities */
.rardiv{ position:relative; margin-top:40px; border: 1px solid #DADBDD;	border-radius: 3px;	background-color: #FFFFFF; color: rgba(7,16,26,0.7); font-size:16px;  padding:40px 30px 20px 30px;	font-size: 16px;}
 .rarcount{ background:#13c26b; text-align:center; width:28px; height:28px; color:#fff;	border: 1px solid #979797; position:absolute; top:-12px; left:-1px;}
 .imgcndmenu{ border:1px solid #ccc; padding: 0px 8px 10px 8px; cursor:pointer; background: none;  font-size: 24px; font-weight: bold;line-height: 6px;border-radius: 30px; }
 .tardrop{position:absolute; right:10px;   top:10px; }
 .teampage_reportingto_display{font-size:18px;font-weight: 500;color: #424648;}
  
.spinner-360d {
    display:    none;
    position:   fixed;
    z-index:    1099;
    top:        40px;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(images/360degree-loader-transparent.gif) 50% 50% no-repeat;
    background-size: 3%;
 }
.xl-modal{
    max-width:900px;
}

/*.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 10px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 40px;
  z-index:1099;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0px -1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
  margin: 0px -1px;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}*/

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}   

@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}
