/*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: #eaebef;
}

.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;
}

.checkbox-group .checkbox,.radio-group .radio {
	float: left;
	border: 1px solid #efefef;
  padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.checkbox-group .checkbox+.checkbox, .radio-group .radio+.radio {
	margin-top: 5px;
	margin-bottom: 5px;
}
.page-title h5 {
	float: left;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f77975;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f77975;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

.dt-buttons.btn-group {
  margin-left: 15px;
}
.btn.btn-default.buttons-collection, .btn.btn-default.dropdown-toggle {
  padding: 6px 10px;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_filter input {
  border-color: #f2f2f2;
}
.custom-toolbar {
  display: inline;
}
.filter-toolbar {
  margin: 7px 0 10px;
}
.filter-toolbar .label {
  margin-right: 10px;
}

/* .tt-menu {
  background: white;
  padding: 5px;
  box-shadow: 5px 5px 20px 2px rgb(0 0 0 / 50%);
}
.tt-suggestion {
  padding: 5px;
  cursor: pointer;
}
.tt-suggestion:hover {
  background-color: #337ab7;
  color: #fff;
} */
.tt-menu,
.gist {
  text-align: left;
}



.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

#options-section .form-group {
  max-width: 600px;
  margin-bottom: 5px;
  border-color: #ccc;
  border-radius: 5px;
}
.option {
  margin-top: 10px;
  max-width: 600px;
}
.btn.attribute_value {
  background-color: #e4e5e7;
  color: #444;
  border-radius: 25px;
  padding: 0px 10px;
  margin: 0 2px;
}
.option_edit {
  float: right;
  font-weight: bold;
  padding: 5px 15px;
}
.options_list {
  margin-top: 15px;
}

.asterisk {
  color: orange;
  font-weight: 700;
  font-size: 20px;
}