.bootstrap-tagsinput {
    width: 100%;
}

.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

@font-face {
    font-family: 'THSarabunNew';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/THSarabunNew.ttf") format("truetype");
    /* src: url("{{ public_path('fonts/THSarabunNew.ttf') }}") format('truetype'); */
}
@font-face {
    font-family: 'THSarabunNew';
    font-style: normal;
    font-weight: bold;
    src: url("fonts/THSarabunNew Bold.ttf") format("truetype");
    /* src: url("{{ public_path('fonts/THSarabunNew Bold.ttf') }}") format('truetype'); */
}
@font-face {
    font-family: 'THSarabunNew';
    font-style: italic;
    font-weight: normal;
    src: url("fonts/THSarabunNew Italic.ttf") format("truetype");
    /* src: url("{{ public_path('fonts/THSarabunNew Italic.ttf') }}") format('truetype'); */
}
@font-face {
    font-family: 'THSarabunNew';
    font-style: italic;
    font-weight: bold;
    src: url("fonts/THSarabunNew BoldItalic.ttf") format("truetype");
    /* src: url("{{ public_path('fonts/THSarabunNew BoldItalic.ttf') }}") format('truetype'); */
}
 .formcheck{
    display: block;
 }
 .lbcheck{
    margin-left: 40px;
 }
 .formborder{
    padding: 0px 20px 0px 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color:rgb(223, 222, 222);
 }
 .iconbtn{
    display: inline-block;
    padding: 0px 8px 0px 8px;
    font-size: 10px;
    color: rgb(153, 152, 152);
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: rgb(225, 224, 224);
    cursor: pointer;
 }
 .iconbtn:hover{
    background-color: rgb(174, 173, 173);
    color: white;
  }
 .iconbtn2{
    padding: 0px 8px 0px 8px;
    border-radius: 4px;
    color: rgb(201, 199, 199);
    cursor: pointer;
 }
 .iconbtn2:hover{
    background-color: rgb(6, 115, 33);
    color: white;
  }
 .formhidden{
    display: inline-block;
 }
 .status-success{
    color: rgb(1, 126, 1);
}
.status-wait{
    color:darkorange;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    /* margin: 20px; */
    display: block;
}
input[type=checkbox]:before {
    content: "";
    display: inline-block;
    /* position: absolute; */
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    border: 1px solid #828181;
    border-radius: 3px;
    background-color: rgb(204, 237, 210);
    
}
input[type=checkbox]:checked:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 16px;
    border: solid rgb(69, 68, 68);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 7px;
}
.check-label{
    display: inline-block;
    margin-left: 28px;
    margin-top: -12px;
    /* position: absolute; */
}
[data-title]:hover:after {
    opacity: 1;
    transition: all 4s ease 0.5s;
    visibility: visible;
  }
  [data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    color: #666;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
    background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
    background-image: -o-linear-gradient(top, #f0eded, #bfbdbd);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
  }
  [data-title] {
    position: relative;
  }
  .texttitle{
    /* max-width: 400px; */
    min-width: 200px;
    /* max-width: 350px; */
    width: 420px;
    white-space: normal; 
    /* font-size: 18px; */
  }

  .btn-add{
    position: relative;
    top: 40px;
    left: 170px;
    z-index: 1;
    scale: 0.8;
  }
  .linkbox{
    cursor: pointer;
    color:rgba(0, 100, 0, 0.78);
   
    border-color:#d6d6d6 ;
    box-shadow: 0px 0px 4px 0px rgba(0, 100, 0, 0.746);
  }
.lbsproject{
  margin-top: 5px;
  color: gray;
  font-size: 13px;
}
.linkmodal{
  cursor: pointer;
  color:#227fd1;
  font-size: 15px;
}
.summarytext{
  background-color: #c6d1dd;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.lb_caption{
  font-size: 13px;
  color: #666;
}
.lb_content{
  font-size: 15px;
}
.adduser{
  margin-bottom: 15px;
  background-color: #c6d1dd;
}
.adduser:hover{
  background-color: #f47521;
}

.postgroup_edit{
  font-size: 12px;
  padding: 0;
  cursor: pointer;
}
.bg-gray{
  background-color: rgb(193, 192, 192);
}
.btnclose{
  padding-top: 10px;
  color: rgb(142, 141, 141);
  border-color: white;
  background-color: rgb(222, 222, 222);
  border-radius: 50%;
}
.btnfeedsave{
  width: 100%;
}
.feedselect{
  margin-left: 180px;
  padding: 5px;
  height: 35px;
  background-color: #d5d5d5;
  /* width: 300px; */
  border-color:#d5d5d5;
  border-radius: 10px;
}
.menuload{
  text-decoration: none;
  color: #828181;

}

/* enable absolute positioning */
.inner-addon { 
  position: relative; 
  width: 100%;
}

/* style icon */
.inner-addon .ti {
position: absolute;
padding: 10px;
cursor: pointer;
}

/* align icon */
.left-addon .ti  { left:  0px;}
.right-addon .ti { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px;}

.iconlink{
  color: rgb(81, 81, 81);
  cursor: pointer;
  }