
.select2-search__field {
    width: 100%!important;
}
table {
    width:100%;
    margin-top: 6% !important;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}
th {
    font-weight: bold;
    font-size: 20px;
}
table#t01 tr:nth-child(even) {
    background-color: #eee;
}
table#t01 tr:nth-child(odd) {
   background-color:#fff;
}
table#t01 th	{
    background-color: black;
    color: white;
}


.hyperlink {
    cursor: pointer;
}

#ajax-form select {
    letter-spacing: 1px;
    font-size: 13px;
    border-bottom: 1px solid rgba(100,100,100,.2);
    color: #737373;

}
.custom_btn_md{
    width: 15% !important;
    background: #16A085 !important;
    float: right;
    font-family: 'Inconsolata';
    font-weight: 400;
    letter-spacing: 1px !important;
    border-radius: 3px;
    font-size: 15px;
    line-height: 40px;
	color:white !important;
	box-shadow: 0 2px 30px 0 rgba(0,0,0,.14);
}
.custom_btn_md:hover{
    color:white !important;
    background: #000000 !important;
}
@media only screen and (min-width: 319px) and (max-width: 1319px) {
.custom_btn_md{
    width: 100% !important;
    background: #16A085 !important;
    float: left;
    font-family: 'Inconsolata';
    font-weight: 400;
    letter-spacing: 2px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 40px;
}
}
.textarea {
    font-size: 12px;
    width: 100%;
    /* padding: 5%; */
    border-radius: 5px;
    border: 1px solid #f0f0f1;
    min-height: 50px;
    background-color: #eee;
    outline: none;
    border: 1px solid transparent;
    resize: none;
}
/* Chat CSS
********************/
/*@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,900);
@import url(http://weloveiconfonts.com/api/?family=entypo);
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
* { 
  box-sizing: border-box;
  margin: 0;
}
body {
  background: #BDC1C6;
  font-family: 'Roboto';
}
p {
  font-weight: 300;
}*/
.chat {
  width: 300px;
  background: #fff;
  margin: 0 auto;
}
header {
  background: #35323C;
  height: 50px;
  padding: 5px 10px;
}
.menu-icon {
  background: #2F2E33;
  padding: 5px 10px;
  float: left;
  font-size: 3em;
  line-height: 0.5em;
  color: #fff;
  border-radius: 3px;
}
.menu-icon:hover {
  background: #39caad;
  cursor: pointer;
}
/*h1 {
  float: right;
  color: #fff;
  margin: 5px;
  font-weight: 300;
  font-size: 1.3em;
}*/
/*.new {
  background: rgb(57, 202, 173);
  color: #fff;
  text-align: center;
  padding: 20px;
}
.new:hover {
  cursor: pointer;
  background: rgba(57, 202, 173, 0.9);
}
.messages {
  padding: 10px;
}
.message {
  float: left;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}
.message p {
  font-size: 0.8em;
  width: 90%;
  margin: 5px 0;
}
.chatinbox img {
  border-radius: 100%;
  float: left;
  margin: 0 10px 15px 0;
}
p.time {
  color: rgba(0,0,0,0.5);
  font-weight: 400;
}
h2 {
  font-size: 1em;
  font-weight: 400;
}
h2:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #39caad;
  border-radius: 100%;
  margin-left: 5px;
}
footer {
  width: 100%;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
}
footer p:before,
footer p:after {
  content: ' - ';
}*/
/* Chat CSS end
********************/

.p-description{  min-height: 60px;}
.p-tags{ min-height: 55px; max-height: 55px; margin-top: 5px;}

.p-tags-profile{ min-height: 55px; max-height: 55px; margin-top: 2px;}
.p-description-profile{min-height: 60px; }
.blog-box-profile{max-height: 390px; min-height: 350px; width: calc(33% - 20px); margin: 10px;}


@media only screen and (max-width: 800px){
.blog-box-profile {
    width: calc(100% - 20px) !important;
	max-height: 550px !important;
	min-height: 280px !important;
}
}
@media only screen and (min-width: 801px) and (max-width: 1100px){
.blog-box-profile {
    width: calc(50% - 20px) !important;
    max-height: 400px !important;
}
}