body {
	font-size: 14px;
}

.sidebar-menu .treeview-menu > li > a {
    font-size: 13px;
}

.my-font {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
}

.read {
	background-color: #fff;
	font-weight: lighter;
}

.unread {
	background-color: #fff;
	font-weight: 600;
}

.error {
	color: #ff0000;
}

.direct-chat-primary .right > .direct-chat-text {
  background: #f1f2f4 none repeat scroll 0 0;
  border-color: #f1f2f4;
  color: #444;
}

.direct-chat-primary .right > .direct-chat-text::after, .direct-chat-primary .right > .direct-chat-text::before {
  border-left-color: #f1f2f4;
}

.direct-chat-text {
  background: #daedfd none repeat scroll 0 0;
  border: 0px;
}

.direct-chat-text::after, .direct-chat-text::before {
  border-color: transparent #daedfd transparent transparent;
 }
 
.zero-padding {
	 padding-left: 0px;
	 padding-right: 0px;
 }

.disabled {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.2;
    pointer-events: none;
}

.user-block .username{
    margin-left: 0px;
	font-size: 14px;
	font-weight: inherit;
}

.user-block .description{
    margin-left: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #444;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: inherit;
  color: #444;
}

.content-wrapper, .right-side {
  background-color: #fff;
  min-height: 100%;
  z-index: 800;
}

.btn-info {
	background-color: #2196f3;
	border-color: #2196f3;
}

.conversation-list{
  margin: 0;
  padding: 10px 0 10px 15px;
}

.nav-pills > li.active > a {
  font-weight: normal;
}

.my-box{
	background-color: #f1f2f4;
}

.main-footer {
	border-top: none;
}

.no-border{
	box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
}

.direct-chat-text::after, .direct-chat-text::before {
  /*border-style: none;*/
}

.max-width{
	max-width: 400px;
}

.url_link {
	word-wrap: break-word;
}

audio {
    width: 260px;
}

.nav .my-btn {
	border: none;
	border-radius: 5px;
	color: #fff;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
}

.navbar-nav > .user-menu .user-image {
    max-width: 25px;
    max-height: 25px;
    width: auto;
    height: auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img{
    max-width: 90px;
	max-height: 90px;
    width: auto;
    height: auto;
}

.conversation-head{
	padding: 5px;
}

.content {
	min-height: auto;
}

a {
	color: #FF5C00;
}

.form-control:focus {
	border-color: #07385d;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #FF5C00;
  border-color: #FF5C00;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.log-in-btn {
  background-color: #FF5C00;
  border-color: #FF5C00;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
  background-color: #2196f3;
}

.skin-blue .main-header .logo, .skin-blue .main-header .navbar {
	/* background-color: #07385d; /*#2196f3*/
}

.skin-blue .main-header .logo:hover, .skin-blue .main-header .navbar .sidebar-toggle:hover {
	/*background-color:  #07385d; /*#1e87da*/
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
	/* background: #d6d6d6;
	border-left-color: #07385d; */
}

.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
	/* background: #d6d6d6; */
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
	/* background-color: #eeeeee; */
}

.btn-info:hover, .btn-info:active, .btn-info.hover {
    background-color: #1e87da;
}

.skin-blue .main-header li.user-header {
    /* background-color: #2196f3;*/
}

.skin-blue .main-header .navbar {
    background-color: #ff6e1a;
}

.skin-blue .main-header .logo {
    background-color: #FF5C00;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    border-left-color: #FF5C00;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #444;
}

.zero-margin {
	margin: 0;
}

.neg-margin {
	margin-top: -5px;
}

.main-header .sidebar-toggle {
	padding: 15px;
}

.conversation-header {
    text-align: center;
    padding: 16px;
}

#messageBody {
    height: 60px;
	border: 1px solid #b7b7b7;
}

.direct-chat-messages {
    height: 450px;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    /* color: #000;*/
}

@media (max-width: 767px) {
	div#conversationList {
		margin: 0px auto !important;
		float: none !important;
	}
	div#conversationListArea {
		margin: 0px auto !important;
		float: none !important;
	}
}

@media (min-width: 767px) {
	#conversationDetail {
		padding-left: 0 30px;
	}
}

.timestamp {
	font-size: 12px;
}

.user-block span {
	padding: 0px 0px;
}

#conversationHeader {
	font-size: 17px;
	font-weight: bold;
}

.content-wrapper.my-box.conversation-content {
    /* background-color: #fff; */
}

#conversationMessagess {
    background-color: #fff;
}

#conversationDetail {
    background-color: /*#eeeeee;*/ #daedfd;
	border: 1px solid #b7b7b7;
	border-radius:4px;
}

#conversationListArea {
    padding-right: 0px;
}
#conversationList {
    padding-right: 0px;
}

.box .nav-stacked > li.conversationItem {
    border-bottom: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
     background-color: inherit;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #daedfd;
}

.conversationItem.active {
	background-color: /* #eeeeee; */ #daedfd;
}

.nav > li > a.conversation {
	padding: 0px;
	margin-bottom: 0px;
}

.conversationItem.active > a.conversation {
	z-index:999;
}

.conversationItem.active > a > .inner-box{
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	margin-top: -1px;
	z-index:999;
	margin-right: -1px;
	border-right: 1px solid #daedfd; /*#eeeeee;*/
}

.chat-box{
	border: 1px solid #b7b7b7;
	border-radius: 0px;
}

.conversationItem.inactive> a > .inner-box>.conversation-list{
	border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: -1px;
	margin-top: -1px;
	z-index:0;
}

.inner-box{
	padding: 0 30px 0 0;
}

.nav-stacked > li > a{
	border: 0;
}

.box-body.reply-box {
    background-color: /*#F1F2F4;*/ #daedfd;
	padding: 0px;
}

.table-responsive.mailbox-messages.white {
    margin-bottom: 0px;
	border: 0px !important
}

.bottom-top-margin {
    margin-bottom: 10px;
    margin-top: 10px;
}

.no-pading-left{
	padding-left: 0px;
}

.conversation-left{
	padding-right: 5px;
}

#replySendingError {
    margin-bottom: 0px;
}

#mms_url {
    border: 1px solid #b7b7b7;
}

#image_url_link {
    text-align: right;
    padding-bottom: 15px;
}

.box.box-info {
     border-top: 1px solid #FF5C00;
}

.form-container.table-container{
    border: 0px;
}

.intl-tel-input {
	display: inherit;
}

/*----------------------------------------------------------------------------------- */
/*  Widget-Container */
/*----------------------------------------------------------------------------------- */
.widget-container {
  min-height: 320px;
  background: white;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
  }
  .widget-container.fluid-height {
    height: auto;
    min-height: 0; }
  .widget-container.small {
    min-height: 120px;
    height: 200px; }
  .widget-container.gallery {
    min-height: 400px; }
  .widget-container .heading {
    background: rgba(255, 255, 255, 0.94);
    height: 50px;
    padding: 15px 15px;
    color: #007aff;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    margin: 0; }
    .widget-container .heading [class^="fa"], .widget-container .heading [class*="fa"] {
      margin-right: 10px;
      font-size: 14px; }
      .widget-container .heading [class^="fa"].pull-right, .widget-container .heading [class*="fa"].pull-right {
        margin-right: 0px;
        margin-left: 15px;
        opacity: 0.35;
        font-size: 1.1em; }
      .widget-container .heading [class^="fa"]:hover, .widget-container .heading [class*="fa"]:hover {
        cursor: pointer;
        opacity: 1; }
  .widget-container .tabs {
    background: whitesmoke;
    border-bottom: 1px solid #dddddd; }
  .widget-container .widget-content {
    width: 100%; }
  .widget-container.scrollable {
    position: relative;
    height: 400px;
    padding-top: 50px; }
    .widget-container.scrollable.chat-home {
      height: 427px; }
    .widget-container.scrollable .heading {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .widget-container.scrollable .shadow {
      box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1); }
    .widget-container.scrollable .widget-content {
      height: 100%;
      position: relative;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }

.padded {
  padding: 15px; 
}
  
.col-sm-4.widget-container {
    min-height: 135px;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
	box-shadow: 2px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.widget-container.number {
	font-family: "Lato", sans-serif !important;
}

.panel, .panel-heading {
	border: none !important;
}

/*----------------------------------------------------------------------------------- */
/*  Statistics Figures */
/*----------------------------------------------------------------------------------- */
.stats-container {
  min-height: 120px;
  height: 120px;
  text-align: center; }
  .stats-container [class^="col-"], .stats-container [class*="col-"] {
    height: 100%;
    margin-bottom: 0; }
    .stats-container [class^="col-"]:last-child, .stats-container [class*="col-"]:last-child {
      border: 0; }
    .stats-container [class^="col-"] .number, .stats-container [class*="col-"] .number {
      font-size: 3.8em;
      font-weight: 100;
      color: #FF5C00; /* #007aff; */
      line-height: 1.4em;
      padding-top: 8px;
      letter-spacing: -0.06em; }
      .stats-container [class^="col-"] .number .icon, .stats-container [class*="col-"] .number .icon {
        background: url("../images/info-data-sprite.png") no-repeat left top;
        width: 50px;
        height: 38px;
        display: inline-block;
        vertical-align: top;
        margin: 20px 12px 0 0; }
        @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .stats-container [class^="col-"] .number .icon, .stats-container [class*="col-"] .number .icon {
            background-image: url("../images/info-data-sprite@2x.png");
            background-size: 200px 190px; } }
        .stats-container [class^="col-"] .number .icon.visitors, .stats-container [class*="col-"] .number .icon.visitors {
          background-position: -50px top; }
        .stats-container [class^="col-"] .number .icon.money, .stats-container [class*="col-"] .number .icon.money {
          background-position: -100px top; }
        .stats-container [class^="col-"] .number .icon.chat-bubbles, .stats-container [class*="col-"] .number .icon.chat-bubbles {
          background-position: -150px top; }
    .stats-container [class^="col-"] .text, .stats-container [class*="col-"] .text {
      font-weight: 300;
      color: #999999; }

@media (max-width: 979px) {
  .stats-container {
    height: 470px; }
    .stats-container [class^="col-"], .stats-container [class*="col-"] {
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 12px;
      height: auto; } 
}

.main-header .logo {
	font-size: 16px;
}

.skin-blue .main-header li.user-header {
	background-color: #FF5C00;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #ff5c00;
}

.user-panel {
    padding: 20px 10px;
}

.grocery-crud-table > tbody > tr > td {
	padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
} 

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 6px;
}

.form_hint_box {
    font-size: 12px;
    color: blue;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.chzn-container {
    width: 100% !important;
}

.chzn-single {
    height: 34px !important;
    padding: 4px 12px !important;
} 

.chzn-drop{
    width: 100% !important;
}

.chzn-container-single .chzn-single div {
  margin-top: 4px;
}

.chzn-search input[type="text"] {
  width: 100% !important;
}

.chzn-container-single .chzn-single {
  border-radius: inherit !important;
}

.chzn-container-single .chzn-single abbr {
  top: 10px !important;
}

.required {
  color: red;
}

.skin-blue .main-header .logo:hover {
    background-color: #ff6e1a;
}

.fileinput .btn {
    padding: 3px 6px;
}

.main-header {
    z-index: 800;
}

.navbar-static-top {
    z-index: 800;
}

.main-sidebar, .left-side {
    z-index: 799;
}

@media (max-width: 767px) {
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
}

.search-button input.search-input {
    color: #000 !important;
}
