/*Write your custom css in this file.*/
.navbar-brand img {
	max-width: 100%;
}

#map {
	height: 400px;
}
.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

#pac-input {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}

#post_description {
	min-height: 80px;
	padding: 10px;
}

.mention {
	font-weight: bold;
	color: #428bca;
}

.member_count {
	display: block;
}

.image_preview {
	height: 40px;
	width: auto !important;
	margin: 2px;
}

/* Chat box style */
#js-chat-message-textarea {
	font-size: 14px;
}
#chat-message-reply-form .mentions-input-box textarea {
	height: 39px;
	padding: 10px 10px 10px 35px;
}
#chat-message-reply-form .mentions-input-box .mentions {
	width: 90%;
	left: 27px;
	top: 2px;
}
.chat-file-upload-icon {
	z-index: 99
}
.dropdown-menu.open-up {
	top: unset;
	bottom: 35px;
}

#channel_search {
	width: 80%;
    margin-left: 32px;
}
#channel_search_form button {
	background: none;
    border: 0;
    position: relative;
    right: 30px;
}
#channel_search_str {
	padding-left: 35px;
}
#channel_search_str p {
	font-weight: normal;
	margin: 0;
}
#channel_search_str p span {
	font-weight: bold;
}
#channel_search_str a {
	float: right;
    text-align: right;
}

.msg-txt {
	display: inline;
}
.msg-actions {
	display: none;
	background: white;
	width: 42px;
    border-radius: 5px;
    float: right;
}
.chat-msg:hover > .msg-actions {
	display: block;
}
.msg-actions button {
	background: none;
	border: none;
	padding: 1px 0 1px 5px;
}
.msg-actions button:last-child {
	padding-right: 5px;
}
.msg-actions button i {
	color: #333;
}

.req_delete {
	background-color: #F06C71 !important;
}
.scrollable-page {
    background-color: #fff;
}

.projects-box .progress {
	height: 10px;
}
td.option a.edit:hover{
	background:#007bff;
	color: #fff;
	border:1px solid #007bff;
}
td.option a.clone:hover{
	background:#563d7c;
	color: #fff;
	border:1px solid #563d7c;
}

#email-template-table tbody td:first-child {
	border-top: 1px solid #f2f2f2;

}


.form-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-checkbox input:checked ~ .checkmark {
  background-color: #428bca;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;  
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.mini-widgets .widget-icon {
	min-height: 60px;
    font-size: 36px;
    line-height: 60px;
}
.mini-widgets .panel-body {
	padding: 5px 10px;
}
.mini-widgets h1 {
	font-size: 26px;
	color: #fff;
	margin: 8px 0;
}
.mini-widgets h1 span{
	font-size: 18px;
	color: #ede;
}

.panel-orange{
    background-color:#f57c00;
    color: #fff; 
}
.panel-black{
    background-color:#333;
    color: #fff; 
}

#kanban-wrapper {
	background: #f4f4f4;
}

.kanban-item {
	border: 1px solid rgba(215, 215, 215, 0.4);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    padding: 0 !important;
}
.kanban-item > div {
	padding: 10px;
}
.kanban-item div.date {
	background: #fafafa;
}

.profile-widget i {
	font-size: 40px;
	position: relative;
	top: 20px;
	font-weight: 100;
}