html{
	overflow-y: unset;
}

#headerbar *:focus, .navbar *:focus{
	outline: auto !important; 
}

body,button,html,input,select,textarea {
    color: #172b4d;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
	/* font-family: Helvetica Neue,Arial,Helvetica,sans-serif !important;  */
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.bugtracker-intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bugtracker_banner.jpg) no-repeat center center;
    background-size: cover;
}

.agile-header {
    padding: 20px 0;
    border-bottom:1px solid #7b7b7d;
}
.agileits-contact-info {
    float: left;
}
.agileits-contact-info ul li {
    display: inline-block;
    font-size: 14px;
	color:#fff;
}
.agileits-contact-info ul li span {
    margin-right: 10px;
    color: #00f1ff;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
}
.agileits-contact-info ul li a {
    color: #fff;
    vertical-align: text-bottom;
}
.w3_agileits_social_media{
	float:right;
}
.w3_agileits_social_media ul li{
	display: inline-block;
    font-weight: 600;
    margin: 0 1em;
}
.w3_agileits_social_media ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
}

#headerbar, #filterbar{
	border: 0px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /* height: auto; */
    /* overflow: hidden; */
    padding: 8px 4px 8px 8px;
    position: relative;
    -webkit-transition: padding .1s ease-in;
    transition: padding .1s;
    width: 100%;
}

#filterbar{
	height: 200px;
    overflow-y: auto;
    background-color: #e2e4e6;
    margin-bottom: 10px;
    /* margin-left: 7px;
    width: 98.5%; */
	border-radius: 3px;
	z-index: 1;
    position: absolute;
}
.navbar ul li a{
	color: #fff;
	font-weight: 600;
}

.navbar ul li a:hover, a:focus, .board-dropdown-content ul.sub-menu-second a:hover, .compact-board-tile-wrapper a:hover{
	background: rgba(0,0,0,.12);
}

li.new ul li a{
	color: #000;
	font-weight: 600;
}

.pull-right>.dropdown-menu{
	/* right:auto; */
}

.title-name, .description { 
	font-size: 18px;
    color: #f6f6f6;
    font-weight: 600;
    padding-left: 10px;
	padding-right: 10px;
    border-radius: 3px;
	padding-top: 0.75%;
    padding-bottom: 1%;
}

.team-name, .board-visibe, .join-board, .add-portfolio-project{
    font-size: 15px;
    color: #f6f6f6;
    padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.75%;
    padding-bottom: 1%;
}

.team-name:hover, .board-visibe:hover, .board-name:hover, div.heading > span.alignRight:hover, .board-bookmark:hover, .board-discussion:hover, .join-board:hover, .board-options:hover, .add-portfolio-project:hover{
	background: rgba(0,0,0,.12);
    cursor: pointer;
	border-radius: 3px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a:focus{
	background: rgba(0,0,0,.12);
}
	
div.scrollmenu {
    /* background-color: #333; */
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    height: 100%;
}

div.scrollmenu ol{
    display: inline-block;
	min-height: 45px;
  /*   color: white; */
    text-align: center;
    padding: 4px;
    text-decoration: none;
	width : 98%;
	background-color: #e2e4e6;
	vertical-align: top;
	overflow-y: auto;
/* 	height: 100%;  */
	margin: 0px 2px 0px 7px;
    border-radius: 4px;
}

div.mmcard{
    display: inline-block;
  /*   color: white; */
    text-align: center;
    padding: 4px;
    text-decoration: none;
	width : 275px;
	background-color: #e2e4e6;
	vertical-align: top;
	/* overflow: auto; */
/* 	height: 100%;  */
	margin: 0px 2px 0px 7px;
    border-radius: 3px;
}

ol.new_list{
	width: 275px !important;
	background-color: rgba(0,0,0,.24) !important;
}

ol.new_list li:hover{
	background-color: rgba(0,0,0,0) !important;
}

ol.new_list a, ol.new_list a:hover{
	color: white;
}

div.card-due-date{
    font-size: 13px;
}

div.scrollmenu li {
	display : flex;
	background: #fff;
    border-radius: 4px;
    min-height: 31px;
	margin: 4px 4px 8px 4px;
    box-shadow: 0 1px 0 rgba(9,45,66,.25);
	position: relative;
}

div.scrollmenu li:hover {
    background-color: #edeff0;
	cursor: pointer;
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ol a.js-open-card-composer{
	flex: 0 0 auto;
    display: flex;
    margin-left: 4px;
}

ol a.js-open-card-composer .fa{
	font-size: 30px;
}

div div.heading, div p.bottom{
	flex: 0 0 auto;
    display: flex;
    font-weight: 600;
    margin: 4px 4px 4px 8px;
}

div div.heading span.alignLeft{
	width: 88%;
    text-align: left;
}

div div.heading span.alignRight{
	width: 10%;
	height: 25px;
    text-align: center;
	cursor: pointer;
}

li textarea{
	width: 100%;
    border-radius: 4px;
    border: 0px;
    height: 100%;
    margin-bottom: 0px;
	float:left;
	resize: none;
    height: 54px;
    box-shadow: 0 1px 0 rgba(9,45,66,.25) !important;
}
#new_card, #new_list{
	padding: 0px;
	display: block;
}

ol.simple_with_animation li.add_card_button{
	    float: left;
}


.bugtracker-intro-headers {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
	min-width: 101%;
	max-width: 104%;
	width:103%; 
	border-radius: 4px 4px 0px 0px;
    margin: -4px -4px 4px -4px !important;
}

ol.simple_with_animation li div{
/* 	float: left; */
/* 	padding-left: 4px !important; */
    margin: 4px; 
	color:#444;
	text-align: left;
}


ol.simple_with_animation li span {
  /*   display: inline-block; */  
 /*    vertical-align: middle;      */
}

ol.simple_with_animation li a, ol.new_list li a {
    display: inline-block;
	float: left;
    margin: 4px;	
}

ol li.open-card-composer, ol li.open-list-composer{
	padding: 0;
    background: none;
    margin: 0;
	box-shadow: none;
}

.form-menu{
	width: 100%;
    /* box-shadow: 0 1px 6px rgba(0,0,0,.15); */
    border: 1px solid #d6dadc;
    border-bottom-color: #c4c9cc;
    font-weight: 700;
    font-size: 16px;
	margin: 1px 0px;
    text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #17394d;
    font-family: Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#MyModalright > div{
	margin: 0px;
    display: inline-block;
    width: 100%;
}

#MyModalright{
	padding-left:0px;
	padding-right:0px;
}
#MyModalright button{
	background-color: #dddddd
}

.mod-no-top-margin{
	color: #6b808c;
    font-size: 12px;
    /* font-weight: 500; */
    letter-spacing: .04em;
    line-height: 16px !important;
    margin-top: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding-left: 15px;
}

.card-pop-up{
	display: block;
    z-index: 1100000;
    position: absolute;
    margin-top: 25%;
	background: white;
	padding: 25%;
    border: 1px solid white;
	width: 100%;
}

.card-form-heading{
	font-weight: 600;
    font-size: 18px;
    margin-bottom: 7px;
}
.bg{
	 /* background: url(https://bugcutter.com/assets/default/img/bugtracker_banner.jpg) no-repeat center center; */
	 background: url(../img/bugtracker_banner.jpg) no-repeat center center;
	 background-size: cover;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1051;
	border-radius: 2px;
	max-height: 250px;
	width: 305px;
	height: auto;
    padding-bottom: 12px;
}

.board_member_detail{
	z-index: 1245;
}

.dropdown-content a, #cardMember a {
    color: #444;
    padding: 7px 13px;
    text-decoration: none;
    display: block;
	word-break: break-all;
}

.dropdown a:hover {cursor: pointer;}

.show {display:block;}
hr{
	margin: 0px;
}
.settings-dropdown-content {
    display: none;
    position: fixed;
    background-color: #edeff0;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	max-height: 88%;
	top: 52px;
	right: 0px;
	/* border-radius: 4px; */
}
.board-dropdown-content {
    display: none;
    position: fixed;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border-radius: 0px 4px 4px 0px;
	width:280px;
	height: 95%;
	max-height: 95%;
	top:52px;
	left:0px;
}
.settings-dropdown-content a.settingsMenuItem {
    color: #444;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}
.icon{
	padding-right: 10px;
}
.member{
	background-color: #d6dadc;
    border-radius: 25em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin: 0 4px 4px 0;
    overflow: visible;
    position: relative;
    width: 30px;
    text-decoration: none;
}

.member-initials{
	display: block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.board_member_list{
	display: flex;
	margin: 10px;
}

 #cardMember .list-block a:hover,#all_members_list ul li:hover, #team_members_list ul li:hover,#statusList .status-list-link a:hover, .attach-list-link a:hover, #suggesstion-box>ul>li:hover, .list-actions a:hover, .list-links a:hover{
	background-color: #298fca;
	border-radius: 0px;
	color: white;
}

#attachment_file .attach-list-link{
	font-weight: 700;
}

.edit-card-area, .edit-card-sprint{
	margin-bottom: 0px;
	overflow: hidden;
    word-wrap: break-word;
    height: 24px;
    font-size: 15px;
    padding-left: 1px;
	resize: none;
	width: 100%;
	line-height: 1.428571429;
	color: #555;
	border-radius: 4px;
/*	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s; */
    background: transparent;
	border-width: 1px;
    border-color: transparent;
	font-weight: 600;
}

.edit-card-box{
	cursor: pointer;
	text-align: left;
}
.edit-card{
	display: block;
    word-wrap: break-word;
    white-space: normal;
    letter-spacing: 0.04em;
	padding: 3px 0px 0px 2px;
	height: 25px;
	word-break: break-all;
    display: contents;
}

.card_member:hover, .board_member:hover{
	background-color: #337ab7;
	color:#fff;
}
.close-form{
	color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 8px;
    width: 50px;
    z-index: 2;
    -webkit-transition: background-color .35s,color .15s;
    transition: background-color .35s,color .15s;
	height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

div.card-classification{
	background-color: #ffab4a;
    padding: 2px 7px;
    border-radius: 3px;
}
div.card-severity{
	background-color: #00c2e0;
    padding: 2px 7px;
    border-radius: 3px;
}
span.card-name{
	display: block;
	word-wrap: break-word;
	white-space: normal;
	letter-spacing: 0.04em;
}

::-webkit-scrollbar {
    width: 10px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e2e4e6;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa
}

.visible-lg {
    display: flex !important;
}

div.board-backgrounds-section-tile{
	display: block;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    padding: 0 4px;
    position: relative;
    text-align: center;
    width: 50%;
}

div.board-backgrounds-image-tile, div.board-backgrounds-custom-image-tile{
	background-size: cover;
    border-radius: 10px;
    height: 112px;
    margin-bottom: 8px;
    width: 100%;
}

#bug_name, #bug_description, #new_checklist_item, #board_status{
	overflow: hidden;
    word-wrap: break-word;
	border: 1px solid transparent;
	background: transparent;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 35px;
    line-height: 19px;
  /*   margin: -4px -6px; */
    min-height: 35px;
    padding: 4px 6px;
    resize: none;
	margin-bottom: 0px;
}
#new_checklist_item{
	height:auto;
	margin-bottom: 5px;
}

#bug_name{
	font-size: 18px;
    font-weight: 700;
	width:94%;
	margin: 0px 0px 0px 20px;
	float: left;
}

.close-button{
	height: 25px;
}

#bug_name:focus, #bug_description:focus, .edit-card-area:focus, #new_checklist_item:focus, #board_status:focus, .edit-card-sprint:focus{
	-webkit-box-sizing: border-box !important;
    box-sizing: border-box;
    border: 1px solid #0079bf;
    -webkit-box-shadow: 0 0 2px 0 #0284c6 !important;
    box-shadow: 0 0 2px 0 #0284c6 !important;
	background-color: hsla(0,0%,100%,.9);
	outline: none !important;
}
.edit-checkList-item > div > textarea{
	-webkit-box-sizing: border-box !important;
    box-sizing: border-box;
    border: 1px solid #0079bf;
    -webkit-box-shadow: 0 0 2px 0 #0284c6 !important;
    box-shadow: 0 0 2px 0 #0284c6 !important;
	background-color: hsla(0,0%,100%,.9) !important;
}
.edit-checkList-item{
	width: 100%;
    float: left;
}

#board_logo > img{
	height: 40px;
    margin-top: -9px;
	border-radius: 25em;
    width: 40px;
}

#main-area{
	border-left:0px !important;
}

#settingsMenuDropdown hr{
	border-top: 1px solid white;
}

.member-avatar{
	    border-radius: 25em;
		width:30px;
		height:30px;
}

.member-avatar-block{
	/* float: left; */
	margin-right: 8px;
}

.member-avatar-block > img.member-avatar{
	position: initial;
}

.member-full-name{
	line-height: 30px;
}

@media (max-width: 768px){
#content, .tab-content {
    padding-top: 38px !important;
}
#headerbar .pull-right{
	padding-top: 0px;
}
#headerbar .pull-left{
	width:100% !important;
}
}

.board-view{
	background-size: cover;
}

.boards-page-board-section-list{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    min-height: 65px;
    height: 100px;
}

.boards-page-board-section-list-item{
	box-sizing: border-box;
    padding: 0 8px 8px 0;
    position: relative;
    width: 25%;
    display: list-item;
    text-align: -webkit-match-parent;
    height: 100%;
}

.board-tile{
	border-radius: 3px;
    display: block;
    background-color: #959da1;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    line-height: 20px;
    margin: 0 8px 8px 0;
    padding: 8px;
    position: relative;
    text-decoration: none;
    height: 100%;
	/*background-image: url(https://trello-backgrounds.s3.amazonaws.com/SharedBackground/480x480/770db4795053da73d10a8cfeb9fc2d21/photo-1517409597620-a445404605fe.jpg); */
}

.boards-page-board-section-header-icon{
	left: -38px;
    position: absolute;
    top: 0;
}

.boards-page-board-section-header-name{
	display: inline-block;
    line-height: 24px;
    margin: 3px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.boards-page-board-section-header-options{
	display: inline-block;
    margin-left: 8px;
}

.boards-page-board-section-header-options-item{
	background-color: rgba(9,45,66,.08);
    border-radius: 3px;
    color: #6b808c;
    display: inline-block;
    margin-left: 8px;
    padding: 6px 12px 6px 12px;
    position: relative;
    text-decoration: none;
	transition-property: background-color,border-color,box-shadow;
    transition-duration: 85ms;
    transition-timing-function: ease;
}

.boards-page-board-section-header-options-item-icon{
	    left: 6px;
    position: absolute;
    top: 6px;
}

.boards-page-board-section-header-options-item-name{
	background-color: #edeff0;
    border-radius: 3px;
    color: #838c91;
    display: inline-block;
    margin-left: 8px;
    padding: 6px 12px 6px 28px;
    position: relative;
    text-decoration: none;
}

.boards-page-board-section{
	margin: 0 auto;
    max-width: 1250px;
    padding: 20px 16px 0;
}

.picker-dialog-bg {
     z-index: 1150 !important;
}
.picker-dialog{
	z-index: 1150 !important;
}

#chatBox{
	width:340px;
	height:305px;
	border-radius: 3px;
	margin-left:5px;
}

#user_chat_box .message{
	
    color: white;
    padding: 8px 10px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
/*     margin-bottom: 30px; */
    width: 90%;
    position: relative;
	word-wrap: break-word;
}

#user_chat_box .message_receiver{
	    background: #86BB71;
}

#user_chat_box .message_sender{
	background: #94C2ED;
}

#user_chat_box .clearfixchat{
	margin: 10px;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.modal{
	margin-top: 0px;
}

#new_card_block{
	display: none;
}

.board-bookmark, .board-discussion, .board-options{
	line-height: 32px;
	padding-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600;
	opacity: 1;
    color: white;
}
.icon-gold{
	color: #f2d600;
	background: rgba(0,0,0,.12);
}
.compact-board-tile{
	padding: 3px 6px 3px 6px;
}
.compact-setting-tile{
	padding: 0 10px 10px 10px;
}
.compact-board-tile-wrapper {
    position: relative;
}
.compact-board-tile-background {
    background-size: cover;
    background-position: 50%;
}
.compact-board-tile-background, .compact-board-tile-fade {
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.compact-board-tile-fade {
    background: hsla(0,0%,100%,.88);
}
.compact-board-tile-link {
    border-radius: 3px;
    display: flex;
    font-weight: 700;
    height: 27px;
    padding: 0 !important;
    position: relative;
    text-decoration: none;
}
.compact-board-tile-link-thumbnail {
    flex: 0 0 auto;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 27px;
    opacity: .7;
    width: 36px;
}

.compact-setting-tile-link-thumbnail {
    flex: 0 0 auto;
    background-size: cover;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    height: 36px;
    opacity: .7;
    width: 36px;
	padding: 9px 0 9px 10px;
}
.compact-board-tile-link-text {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 3px 0 3px 10px;
    position: absolute;
}
.compact-board-tile-link-text-name{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.starredboard{
	padding: 10px;
    font-size: 17px;
    font-weight: 700;
	color: #6b808c;
	cursor: pointer;
}
.starredboard:hover{
	background-color: #edeff0;
}
.starredboard .collapsedIcon{
	float: right;
	cursor: pointer;
	padding: 3px;
}
.starredboard > .collapsedIcon:hover {
	background: rgba(0,0,0,.12);
	border: 1px black solid;
    border-radius: 3px;
}
.collapsedIcon1{
	 padding: 3px 9px 3px 10px;
	 float: right;
	 cursor: pointer;
}
.popup-header{
	padding: 5px 10px;
	color: #6b808c;
}
.popup-header .back-action{
	text-align: center; 
    width: 10%;
	color: #6b808c;
	float: left;
    padding-left: 0px;
	
}
.popup-header .list-action-heading, .label-block .list-action-heading{
	text-align: center; 
/*     width: 70%; */
/*     display: inline-block; */
	color: #6b808c;
	margin: 0 auto;
}
.popup-header .close-action, .label-block .close-action{
	text-align: center; 
	float: right;
    display: inline-block;
	color: #6b808c;
	width: 10%;
}

.head-name{
	cursor: pointer;
    display: block;
    font-weight: 700;
   /*  padding: 6px 12px; */
    position: relative;
    margin: 0 -12px;
    text-decoration: none;
}
.sub-name{
	clear: both;
    color: #6b808c;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
}
.list-card-labels{
	overflow: auto;
    position: relative;
}
.card-label.mod-card-front{
	float: left;
    font-size: 12px;
    font-weight: 700;
    height: 8px;
    line-height: 100px;
    margin: 0 4px 4px 0;
    max-width: 40px;
    min-width: 40px;
    padding: 0;
    text-shadow: none;
    width: auto;
}
.card-label{
	background-color: #b3bec4;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-right: 4px;
    max-width: 100%;
    overflow: hidden;
    padding: 4px 6px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
}
.card-label-green{
	background-color: #61bd4f;
}
.card-label-brown{
	background-color: #ffab4a;
}
.card-label-red {
    background-color: #eb5a46;
}
.card-label-blue {
    background-color: #0076bf;
}
.card-label-black {
    background-color: #355263;
}
.body-card-label-text .card-label.mod-card-front, .card-label.mod-card-front.card-saving{
	height: 16px;
    line-height: 16px;
    padding: 0 8px;
    max-width: 198px;
}
.badge-icon{
	color: #6b808c !important;
    display: inline-block;
    margin: 0 4px 4px 0;
    max-width: 100%;
    min-height: 20px;
    overflow: hidden;
    position: relative;
    padding: 2px;
    text-decoration: none;
    text-overflow: ellipsis;
	font-size:12px;
}
.badge-icon .fa{
	font-size:12px;
}

.card-label.mod-selectable.selected {
    margin-left: 4px;
}
.card-label.mod-selectable.active {
    padding-right: 32px;
}
.card-label.mod-selectable {
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    min-height: 20px;
    padding: 8px;
    position: relative;
    transition: padding 85ms,margin 85ms,box-shadow 85ms;
}
.label-link{
	width: 100%;
    float: left;
}
.card-label.mod-edit-label {
    float: left;
    height: 40px;
    margin: 0 8px 8px 0;
    padding: 0;
    width: 48px;
}
.icon-sm {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
}
.card-label-color-select-icon {
    left: 14px;
    position: absolute;
    top: 10px;
}
.card-edit-label{
	/* font-size: 12px;
    font-weight: 700;
    margin: 0 0 4px;
    min-height: 20px;
    padding: 8px;
    position: relative; */
}
.pop-over-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 12px 12px;
}

.popupfirst{
	width: 305px;
	max-height: 450px;
}
.checklist-items-list{
	margin-bottom: 17px;
	width: 100%;
}
.checklist-item-checkbox{
	height: 20px;
    width: 20px;
	margin: 6px;
}
.checklist_add_controls{
	display:none;
}
.checklist-items-list .icon-check{
	float:left;
}
.checklist-items-list .alignleft{
	float:left;
	width:80%;
}

.checklist-items-list .alignRight{
	float:right;
	cursor:pointer;
}
.checklist-item:hover{
	   background-color: rgba(9,45,66,.08);
}

.checklist-item > td{
	  padding: 3px 10px 4px 0px;
      border-radius: 3px;
}
.close-board-message{
    display: block;
    text-align: center;
    max-width: 600px;
	color: #6b808c;
}
.board-background-first{
	background-color: #f5f6f7;
}
#menu{
	text-decoration: underline;
    color: white;
	margin-right: 10px;
}
#menu1, .boardDetailBar{
	   color: white;
}

.boardDetailBar:hover{
   color: white;
   text-decoration: underline;
}
.card-detail-data{
	height: auto;
}
.card-detail-labels .card-label.mod-card-detail{
	height: 32px;
    line-height: 32px;
    padding: 0 8px;
    max-width: 198px;
	float: left;
    font-size: 12px;
    font-weight: 700;
	margin: 2px;
	min-width: 40px;
}
.card-detail-members{
	width: auto;
    max-width: 33%;
	height: 32px;
	height: auto;
}
.card-detail-labels{
	width: auto;
    max-width: 65%;
	height: auto;
    line-height: 32px;
}
.card-detail-item-header{
	padding-left: 0px;
}

/*** checkList item desing start ***/
.checkbox {
    width: 85%;
	float: left;
	margin: 0px;
	margin-left: -5px;
	float: left;
    /* margin: 15px auto; */
    /* position: relative; */
    /* display: block; */
}

.checkbox input[type="checkbox"] {
    /* width: auto; */
    opacity: 0.00000001;
    /* position: absolute; */
    /* left: 0; */
    /* margin-left: -20px; */
}
.checkbox label {
    /* position: relative; */
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 22px;
    height: 22px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #7bbe72;
	background-color: white;
}
.checkbox label:after {
  content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #7bbe72;
    border-left: 2px solid #7bbe72;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    position: absolute;
    top: 12px;
    left: 10px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #7bbe72;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 34px;
    display: block;
    padding-left: 40px;
    /* margin-bottom: 0; */
    /* font-weight: normal; */
    /* cursor: pointer; */
    /* vertical-align: sub; */
}
.checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
   outline: 0;
}

.checkListItemMenu, .deleteCheckList{
	/* margin: 13px 0px; */
    padding: 6px;
    border-radius: 3px;
	float: right;
	cursor: pointer;
}
.checkListItemMenu:hover, .deleteCheckList:hover{
	background-color: rgba(9,45,66,.3);
}
  
/*** checkList item desing end ***/
div.activity_header > div {
	cursor:pointer;
	float: left;
    margin-right: 15px;
}
.heading-part1{
	padding: 7px 13px;
    font-size: 14px;
    font-weight: 600;
}
.video_alignment{
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 333px;
}

button.left, button.right{
	color: #ffff;
    opacity: 1;
    background: transparent;
    border: 0;
    font-size: 38px;
}
.file_header_name{
	font-weight: 600;
	color: #555;
}
.makeCover{
	font-size:12px;
}

.file-card, .file-card-uploader {
	background-color: #ccc;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
	cursor: pointer;
}
#files_list{
	overflow: auto;
    height: 100%;
}

.discussion-container{
	max-height: 300px;
    overflow: auto;
}

	


.txtstuff {
    resize: none; /* remove this if you want the user to be able to resize it in modern browsers */
    overflow: hidden;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word; /* future version of deprecated 'word-wrap' */
}
.comments{
	background-color: white;
    padding: 6px 8px;
    border-radius: 3px;
	display: block;
    word-wrap: break-word;
    white-space: initial;
}
.action-comment{
	border-bottom: 1px solid #e2e4e6;
    /* margin-left: 38px; */
    min-height: 30px;
    padding: 10px 0;
    position: relative;
}
ol.simple_with_animation li.placeholder {
  background: #EEE;
  /** More li styles **/
}
.automation-command-container-welcome-img{
	width: 100%;
    height: 200px;
    border-radius: 5px;
}
.member-type{
	bottom: 0;
    height: 12px;
    position: absolute;
    right: 0px;
    width: 11px;
    z-index: 3;
}
.member .member-type.admin{
	background : url(../img/admin.png)  no-repeat center center;
}
.active-card, .active-member{
	background-color : #edeff0 !important;
}
.active-label, div.label-block > span.card-label{
	margin-left: 5px !important;
}

ul li{
	list-style: none;
}

.board-dropdown-content ul.spaceItems ul.sub-menu-second a:hover .partial_hide, .board-dropdown-content ul.portfolioItems li.compact-board-tile:hover .partial_hide{
	display: block;
}
.partial_hide{
	display: none;
}