﻿.action-btn{
    font-size: 12px;
    display: inline-block;
    background-color: #075a81;
    color:#fff;
    padding:10px 9px;
  text-transform: uppercase;
}
.action-btn i{
    opacity: 0.8;
}
.action-btn:hover{
    color:#ebebeb;
    text-decoration: none;
}
.orange-btn{
background-color: #d75c30;
}
.red-btn{
   background-color: #ee0b26;
}
.gray-btn{
background-color: #9c9696;
}
.btn.btn-gray{
    border-radius: 50px;
}
.btn.btn-gray,.gray-dropdown{

background-color: #3e3939;
color:#9c9696;
font-size: 12px;

}
.btn.btn-gray .caret{
    border-top-color:#9c9696;
}
.btn.btn-gray:hover,
.btn:focus{
color:#fff;
}
.gray-dropdown-wrapper,
#txtSearch{
float: right;
margin-left: 10px;
}
.dropdown-menu.gray-dropdown{
    right: 0;
    left: auto;
    top:70px;
}
.dropdown-menu.gray-dropdown:before {
  content: "";
  position: absolute;
  top: -10px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #3e3939;
  border-top: 0;
  right: 10px;
}
.dropdown-menu.gray-dropdown > li > a{
color:#9c9696;
}
.dropdown-menu.gray-dropdown > li > a:hover{
    background-color: #5c5858;
    color:#fff;
}
.green-btn {
    background-color: #352488;
}
.round_btn,#txtSearch{
    color: #d3d3d3;
    background: #3e3939;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    margin: 10px auto;
    float: none;
    clear: both;
    display: inline-block;

}




.block-footer{
    clear: both;
    width: 100%;
    background: rgba(0,0,0,0.2);
    padding: 5px 10px;
    text-align: right;
    text-transform: uppercase;
    position: relative;

}
.block-footer a{
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    opacity: 0.8;

}
.block-footer a i{
    font-size: 18px;
    position: relative;
    top: 3px;

}
#txtSearch{
  float: right;
  width: auto;
  padding: 8px;
  margin-left: 10px;
  line-height: 1.4;
}
.search-filter-wrapper{
  position: relative;
  float: right;
}
.search-filter-wrapper a{
  position: absolute;
  font-size: 18px;
  color: #fff;
  bottom: 18px;
  right: 5px;
  color:#9c9696;
}
.search-filter-wrapper a:hover{
  color:#fff;
  cursor:pointer;
}

.ui-autocomplete.ui-widget-content{
 color: #9c9696;
  font-size: 12px;
  padding-top: 10px;
  background: none;

}
.ui-autocomplete.ui-widget-content:before{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3e3939;
  position: absolute;
  top: 0px;
  left: 10px;
}
.ui-autocomplete .ui-menu-item{
  background-color: #3e3939;
  color: #9c9696;
  font-size: 12px;
}
.ui-autocomplete .ui-menu-item:hover,.ui-autocomplete .ui-menu-item.ui-state-focus{color:#fff;border:#3e3939;background: #3e3939;font-weight: normal;margin: 0;}

.publishbuttononlyoneclick {
        cursor:pointer;
}


@media screen and (max-width: 1370px) {
.action-btn i{
  display: none;
}
}
