/* here you can put your own css to customize and override the theme */


label.req-label::after {content:"*";color:red;}

.fc-icon-right-single-arrow, .fc-icon-left-single-arrow {
  height:25px !important;
}
.form-control[disabled].no-ban, .form-control[readonly].no-ban{background-color:white;cursor:default;}

.portlet.box.blue {
  border: 1px solid #1A2093 !important;
   border-top: 0; 
}
.portlet.blue > .portlet-title{
  background-color: #1A2093 !important;
}

@media (max-width: 790px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:90%;
    line-height: 2;
    border-radius:3px;
  }
}

@media (min-width: 791px) and (max-width: 998px) {
  .btn-responsive {
    padding:6px 11px;
    font-size:100%;
    line-height: 1.5;
  }
}

.del_hovr:hover{
	color:#fff !important;
	background:#d9534f  !important;
	border-color:#d9534f  !important;
}
.set_top_margin{ margin-top:5px;}

.grouped_row{
  text-transform: uppercase;
  font-weight: bold;
}

.custom-select::after{
  content: &#9660;
}

.page-header .page-header-top .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu .dropdown-menu-list>li>a:hover {
    opacity: 1;
    text-decoration: none;
}
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
    width: 200px;
}
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
    padding: 8px 7px 9px;
}

.dashboard-stat-invert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 15px 15px 30px 15px;
  margin-bottom: 20px;
}
.dashboard-stat2 .display_class {
    margin-bottom: 11px !important;
}
.dashboard-stat-invert .display .icon_no_value {
  display: inline-block;
  float: left;
  padding: 14px 0 0 36%; 
}
.dashboard-stat2 .display .icon_no_value > i {
  color: #fff;
  font-size: 3.5em;
}
.dashboard-stat2 .stat_text_tag {
       max-height:10px;
	   margin:0px 0px; 
}

.is_placeholder{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
div.tagsinput {
   margin-top: 5px;
    margin-bottom: 5px;
}
div.tagsinput span.tag {
    background: #aaa;
    color: #fff;
    border: 0;
    padding: 3px 6px;
    margin-top: 0;
    margin-bottom: 5px;
}
div.tagsinput span.tag a{
    /*font-weight: bold;*/
    color: #fff;
    /*text-decoration: none;*/
    font-size: 11px;

}
div.tagsinput span.tag a.tag_link {
    font-weight: bold;
    color: #525E64;
    text-decoration: none;
    font-size: 11px;

}

/*paginator css*/
.pagination { display: inline-block; }

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) { background-color: #ddd; }


/***
Top News Blocks(new in v1.2.2)
***/
.top-news {
  color: #fff;
  margin: 0px 0;
}

.top-news a,
.top-news em,
.top-news span {
  display: block;
  text-align: left;
}

.top-news a {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px; 
  font-size: 22px;
  position: absolute;
  filter: alpha(opacity=30); /*For IE8*/  
}

.top-news em {
  margin-bottom: 0;
  font-style: normal;
}

.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
}
