@import url("bootstrap/css/bootstrap.css");
.box_custom-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.img_margin{
	margin-right:5px;
}
/* ===============================
14. Blog & article
================================ */



article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}


/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
     -moz-box-shadow: 0 0 2px #979797;
          box-shadow: 0 0 2px #979797;	
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	overflow: hidden;
	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	border:1px solid #f5f5f5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

.about-author h5 {
	margin-bottom:10px;
}



/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}


.media-content{
	overflow:hidden;
	margin-left:12px;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:20px;
}

.media-content h6 {
	font-size:14px;
	font-weight:700;
}

.media-content span{
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.widget ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	background:#e6e6e6;
	color:#333;
	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}
/*footer*/
#push,
#footer {
  padding-top: 10px;
}
#footer {
  border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #000;
	color:#FFFFFF;
	font-family: Actor, sans-serif;
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0px;
	background:url("images/tactile_noise.png");
	background-repeat: repeat repeat;
}
#footer a{
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover{
  color: #cccaca;
  text-decoration: none;
}

.title-product{
	text-align: left;
	font-size: 25px;
	color: #de0706;
}

.highlight {
	color:#de0706;
}
  
h3.highlight  {
    padding-bottom:14px;
  	border-bottom:2px solid #de0706;
}
.nav-stacked{
    padding: 10px;
    text-align: justify;
}
.sparator{
    border-bottom: dotted;
    margin: 10px;
}



/*===========BS CALLOUT===========*/
.bs-callout {
    border-left: 3px solid #EEEEEE;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    background-color: #FFFFFF;
    border-radius: 3px;
}
.bs-callout-danger {
    background-color: #FDF7F7;
    border-color: #D9534F;
}
.bs-callout-danger h4 {
    color: #D9534F;
}
.bs-callout-warning {
    background-color: #FCF8F2;
    border-color: #F0AD4E;
}
.bs-callout-warning h4 {
    color: #F0AD4E;
}
.bs-callout-info {
    background-color: #F4F8FA;
    border-color: #5BC0DE;
}
.bs-callout-info h4 {
    color: #5BC0DE;
}




.font-custom{
	font-size:13px;
	text-align:justify;
}

/*==========galery========*/
.thumbnail img {
  opacity: .95;
}
.thumbnail img:hover {
  opacity: 1;
}


.form-group{
	margin-bottom: 4px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control1 {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
   -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* footer */
footer{
	background:#0a5480;
}
#sub-footer{
	background:#0a5480;
}

footer{
	padding:50px 0 0 0;
	color:#f8f8f8;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}

footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
	margin: 0 5px;
}

#sub-footer{
	text-shadow:none;
	color:#f5f5f5;
	padding:0;
	padding:30px 0px;
	margin:20px 0 0 0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#f5f5f5;
}

.copyright {
	margin-top:10px;
	text-align:right;
	font-size:12px;
}

#sub-footer ul.social-network {
	float:right;
}

/* Post tab custom css  */
.populat-post-tab {
    border: 1px solid #e0e0e0;
}

.populat-post-tab .nav-tabs {
    border: none;
}

.populat-post-tab .nav-tabs > li {
    width: 33.33333333333333%;
    text-align: center;
}

.populat-post-tab .nav-tabs > li a {
    background: #f0f5f7;
    margin-right: 0;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    display: block;
    padding: 10px 0;
    font-weight: 700;
    font-size: 15px;
    color: #3a3c41;
    transition: all 0.01s;
}

.populat-post-tab .nav-tabs > li.active a {
    border-top: 2px solid #018EBB;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: #ffffff;
}

.tab-post-list-wrap {
    margin: 15px 0;
    padding: 0 35px;
}

.tab-post-thumb {
    margin: 0 15px 0 0;
}

.tab-post-thumb figure {
    width: 65px;
}

.tab-post-thumb figure img{
    max-width: 70px;
}

.tab-post-title h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px;
}

.tab-post-title span {
    font-size: 12px;
    color: #999ca5;
}

.tab-post-list ul{
    list-style: none;
}

.tab-post-list ul li:before {
    content: "";
    width: 2px;
    height: 8px;
    padding: 0 4px;
    margin-right: 5px;
    background: #018EBB;
    display: inline-block;
}

.tab-post-list ul li small {
    display: block;
}

.tab-post-list ul li small abbr {
    font-size: 11px;
    line-height: 20px;
    text-decoration: none;
    border: none;
}
.title-widget-sidebar:after {
    border-bottom: 2px solid #f1c40f;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}
.title-widget-sidebar {
    font-size: 19pt;
	font-weight:bold;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}
/* --- box --- */

.box_custom {
	width: 100%;
}
.box_custom-gray-home  {
	padding: 15px;
}
.box_custom-gray-home  h4,.box_custom-gray-home  i {
	margin-bottom: 1px;
}
.box_custom-bottom {
	padding: 3px 0;
	text-align: center;
}
.box_custom-bottom a {
	color: #fff;
	font-weight: 700;
}
.box_custom-bottom a:hover {
	color: #eee;
	text-decoration: none;
}
.social-tabs-footer {
    width: 100%;
    padding: 12px;
    background: #f8f8f8;
	border: 1px solid #e0e0e0;
}
.form-group{
	margin-bottom: 4px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.separator.small {
    background-color: #FFFFFF;
    height: 2px;
    position: relative;
    display: block;
    text-align: left;
    border-top: 1px solid #D7D6D6;
}
.list-unstyled li:before {    
    font-family: 'FontAwesome';
    content: '\f0f6';
    margin:0 5px 0 -15px;
}
.cta-text {
	text-align: center;
	margin-top:10px;
}


.big-cta .cta {
	margin-top:10px;
}
.cta-text h2 span {
    color: #0a5480;
}
article {
    margin-bottom: 20px;
}
.bottom-article {
    overflow: hidden;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}
.right-sidebar {
    border-left: 1px solid #f5f5f5;
    padding: 0 0 0 30px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01); 
    box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01); 
}
aside .widget {
    margin-bottom: 40px;
}
aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}
overwrite.css:1
.widget h4, .widget h5 {
    font-weight: 700;
    margin-bottom: 20px;
}
style.css:845
.widgetheading {
    width: 100%;
    padding: 0;
}
ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
    margin: 0 0 15px 0;
    list-style: none;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*
    component: Boxes
-------------------------
*/
.box_custom {
  position: relative;
  background: #ffffff;
  border-top: 2px solid #c1c1c1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.box_custom.box_custom-primary {
  border-top-color: #3c8dbc;
}
.box_custom.box_custom-info {
  border-top-color: #00c0ef;
}
.box_custom.box_custom-danger {
  border-top-color: #f56954;
}
.box_custom.box_custom-warning {
  border-top-color: #f39c12;
}
.box_custom.box_custom-success {
  border-top-color: #00a65a;
}
.box_custom.height-control .box_custom-body {
  max-height: 300px;
  overflow: auto;
}
.box_custom .box_custom-header {
  position: relative;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0px solid #f4f4f4;
  color: #444;
  padding-bottom: 10px;
}
.box_custom .box_custom-header:before,
.box_custom .box_custom-header:after {
  display: table;
  content: " ";
}
.box_custom .box_custom-header:after {
  clear: both;
}
.box_custom .box_custom-header > .fa,
.box_custom .box_custom-header > .glyphicon,
.box_custom .box_custom-header > .ion,
.box_custom .box_custom-header .box_custom-title {
  display: inline-block;
  padding: 10px 0px 10px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.box_custom .box_custom-header a:not(.btn) {
  color: #444;
}
.box_custom .box_custom-header > .box_custom-tools {
  padding: 5px 10px 5px 5px;
}
.box_custom .box_custom-body {
  padding: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.box_custom .box_custom-body > table,
.box_custom .box_custom-body > .table {
  margin-bottom: 0;
}
.box_custom .box_custom-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box_custom .box_custom-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box_custom .box_custom-body > .chart svg,
.box_custom .box_custom-body > .chart canvas {
  width: 100%!important;
}
.box_custom .box_custom-body .fc {
  margin-top: 5px;
}
.box_custom .box_custom-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box_custom .box_custom-body .fc-header-right {
  padding-right: 10px;
}
.box_custom .box_custom-body .fc-header-left {
  padding-left: 10px;
}
.box_custom .box_custom-body .fc-widget-header {
  background: #fafafa;
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}
.box_custom .box_custom-body .fc-grid {
  width: 100%;
  border: 0;
}
.box_custom .box_custom-body .fc-widget-header:first-of-type,
.box_custom .box_custom-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box_custom .box_custom-body .fc-widget-header:last-of-type,
.box_custom .box_custom-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box_custom .box_custom-body .table {
  margin-bottom: 0;
}
.box_custom .box_custom-body .full-width-chart {
  margin: -19px;
}
.box_custom .box_custom-body.no-padding .full-width-chart {
  margin: -9px;
}
.box_custom .box_custom-footer {
  border-top: 1px solid #f4f4f4;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  background-color: #ffffff;
}
.box_custom.box_custom-solid {
  border-top: 0px;
}
.box_custom.box_custom-solid > .box_custom-header {
  padding-bottom: 0px!important;
}
.box_custom.box_custom-solid > .box_custom-header .btn.btn-default {
  background: transparent;
}
.box_custom.box_custom-solid.box_custom-primary > .box_custom-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box_custom.box_custom-solid.box_custom-primary > .box_custom-header a {
  color: #444;
}
.box_custom.box_custom-solid.box_custom-info > .box_custom-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box_custom.box_custom-solid.box_custom-info > .box_custom-header a {
  color: #444;
}
.box_custom.box_custom-solid.box_custom-danger > .box_custom-header {
  color: #fff;
  background: #f56954;
  background-color: #f56954;
}
.box_custom.box_custom-solid.box_custom-danger > .box_custom-header a {
  color: #444;
}
.box_custom.box_custom-solid.box_custom-warning > .box_custom-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box_custom.box_custom-solid.box_custom-warning > .box_custom-header a {
  color: #444;
}
.box_custom.box_custom-solid.box_custom-success > .box_custom-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box_custom.box_custom-solid.box_custom-success > .box_custom-header a {
  color: #444;
}
.box_custom.box_custom-solid > .box_custom-header > .box_custom-tools > .btn {
  border: 0;
  box-shadow: none;
}
.box_custom.box_custom-solid.collapsed-box .box_custom-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.box_custom.box_custom-solid[class*='bg'] > .box_custom-header {
  color: #fff;
}
.box_custom .box_custom-group > .box_custom {
  margin-bottom: 5px;
}
.box_custom .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box_custom .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.box_custom .todo-list > li {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  background: #f3f4f5;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.box_custom .todo-list > li:last-of-type {
  margin-bottom: 0;
}
.box_custom .todo-list > li.danger {
  border-left-color: #f56954;
}
.box_custom .todo-list > li.warning {
  border-left-color: #f39c12;
}
.box_custom .todo-list > li.info {
  border-left-color: #00c0ef;
}
.box_custom .todo-list > li.success {
  border-left-color: #00a65a;
}
.box_custom .todo-list > li.primary {
  border-left-color: #3c8dbc;
}
.box_custom .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.box_custom .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.box_custom .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.box_custom .todo-list > li .tools {
  display: none;
  float: right;
  color: #f56954;
}
.box_custom .todo-list > li .tools > .fa,
.box_custom .todo-list > li .tools > .glyphicon,
.box_custom .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.box_custom .todo-list > li:hover .tools {
  display: inline-block;
}
.box_custom .todo-list > li.done {
  color: #999;
}
.box_custom .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.box_custom .todo-list > li.done .label {
  background: #eaeaec !important;
}
.box_custom .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.box_custom .chat {
  padding: 5px 20px 5px 10px;
}
.box_custom .chat .item {
  margin-bottom: 10px;
}
.box_custom .chat .item:before,
.box_custom .chat .item:after {
  display: table;
  content: " ";
}
.box_custom .chat .item:after {
  clear: both;
}
.box_custom .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.box_custom .chat .item > img.online {
  border: 2px solid #00a65a;
}
.box_custom .chat .item > img.offline {
  border: 2px solid #f56954;
}
.box_custom .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.box_custom .chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.box_custom .chat .item > .attachment {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.box_custom .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.box_custom .chat .item > .attachment > p,
.box_custom .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.box_custom .chat .item > .attachment:before,
.box_custom .chat .item > .attachment:after {
  display: table;
  content: " ";
}
.box_custom .chat .item > .attachment:after {
  clear: both;
}
.box_custom > .overlay,
.box_custom > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_custom > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
.box_custom > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box_custom > .loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}
.btn.btn-flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/
.form-control {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none;
}
.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f56954;
}
.form-group.has-error .form-control {
  border-color: #f56954 !important;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  background-color: #f4f4f4;
}
#custom-search-input .search-query {
    width:100%;
    padding-right: 3px;
    padding-left: 15px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
}
 
#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: absolute;
    right:0;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
    cursor: unset;
    z-index: 2;
}
 
.search-query:focus{
    z-index: 0;   
}
#waLink {
    position: fixed;
    bottom: 2%;
    right: 0px;
    padding: 10px 15px;
    background-color: #ef4b23;
	color:#ffffff;
    border-radius: 5px;
    font-size: 16px;
    z-index: 9001;
}
#waLink a{
    color:#ffffff;
}
.waI {
    width: 20px;
    display: inline-block;
}
.waL {
    margin-left: 5px;
}
