.select-home {
  display: inline-block;
  color: #e0e0e3;
  font-size: 1.4em;
  line-height: 57px;
}
@media screen and (max-width: 767px) {
  .select-home{
    display: none;
  }
}
.text_right{
  text-align: right;
}
.success .tag {
  background: #1ABB9C;
}
.success .tag:after{
  border-left: 11px solid #1ABB9C;
}
.timeline .block {
  margin-left: 115px;
}
.timeline .tags{
  top: 5px;
  width: 100px;
}
/*chatbox*/
.box-success {
  border-top-color: #00a65a;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  background-color: #00a65a !important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 300px;
  overflow: auto;
}
.direct-chat-messages, .direct-chat-contacts {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg, .direct-chat-text {
  display: block;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
  font-size: 14px;
}
.direct-chat-name{color: #333;font-weight: bold}
.direct-chat-msg, .direct-chat-text {
  display: block;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.direct-chat-text:after, .direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-success .right>.direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
  border-left-color: #00a65a;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-timestamp {
  color: #999;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}
.chat-input{
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
}
.chat-box{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 350px;
  display: none;
}
.open-chat{
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #03a84e;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 150px;
}
.direct-chat-text a{
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: #777;}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  color: #c3c8d2;
  background-color: #1A233A;
  border: 1px solid #464D5C;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 24px;}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{min-height: 34px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 34px}


.select2-container--default .select2-results>.select2-results__options{color: #c3c8d2}
.select2-container--default, .select2-search--dropdown, .select2-search__field{
  color: #c3c8d2;
  background-color: #1A233A;
  /*border: 1px solid #464D5C;*/
  border: none;
}
.select2-dropdown{
  background-color: #1A233A;
  border: 1px solid #464D5C;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #34495e;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {color: #34495e;}
.select2{width: 100% !important;}