/*STARTs - Developer CSS*/
body {
  color: #333333;
}
#side-menu .img-circle > img {
  border-radius: 50%;
  height: 110px;
  width: 110px;
}
.site-title{
  color: #CE3E38;
  font-style: italic;
}
.mini-navbar .site-title,.mini-navbar .site-logo{display: none;}
.category .sub_cat .form-control{font-size: 11px;padding: 0;height: 25px;}
.data_width {
  max-width: 322px;
  word-wrap: break-word;
}
.full-model .modal-dialog{width: 85% !important;}

.mcat,.scat{font-weight: 600}
.mcat{color: #555555;font-size: 16px;}
.scat{color: #555555;font-size: 14px;}


#user_form .chat-discussion .chat-message:nth-child(2n) .message,#user_form .chat-discussion .chat-message:nth-child(2n+1) .message {
  text-align: left !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

#user_form .chat-discussion .chat-message:nth-child(2n) .message-date{
  float: right !important;
}

/*TABLE SHORTNER CSS*/
#TableShort thead tr .header:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

#TableShort thead tr .headerSortDown:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}
#TableShort thead tr .headerSortUp:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

.datepicker.dropdown-menu{z-index: 10000 !important;}

/* Pagination*/
.pagination a,.pagination strong{
  background: #fff;
  border: 1px solid #e7eaec;
  padding: 6px 12px;
}
.pagination p{margin: 20px 0;}

/* Pagination1*/
.pagination1 a,.pagination1 strong{
  background: #fff;
  border: 1px solid #e7eaec;
  padding: 6px 12px;
}
.pagination1 p{margin: 20px 0;}
.address_tooltip{cursor: pointer;}
.site-logo {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #333;
}
.nav.site-logo {
  font-size: 40px;
}
.login_screen {
  padding: 50px;
  box-shadow: 1px 3px 12px rgba(0,0,0,0.1);
  margin-top: 30px;
}
.address_tooltip {
  width: 255px; display: inline-block;
  text-align: center;
}
.nav > li.active > a {
  color: #02335b;
}
.nav-header a {
  color: #02335b !important;
}
.optional { display: none; }
/*
form.form-horizontal .form-group {
  min-height: 44px;
}*/

/* Pagination*/
.pagination a,.pagination strong{
  background: #fff;
  border: 1px solid #e7eaec;
  padding: 6px 12px;
}
.pagination p{margin: 20px 0;}