
.tile-stats.sparkline {
  padding: 10px;
  text-align: center; }

  
.jqstooltip {
  background: #34495E !important;
  width: 30px !important;
  height: 22px !important;
  text-decoration: none; }

.tooltip {
  display: block !important; }

.tiles {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 0; }

.tile {
  overflow: hidden; }

.top_tiles {
  margin-bottom: 0; }

.top_tiles .tile h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 3px 0 7px;
  font-weight: bold; }

article.media {
  width: 100%; }

  /** tile stats **/
.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
 
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.tile-stats:hover .icon i {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  color: rgba(58, 58, 58, 0.41);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards; }

.tile-stats .icon {
  width: 20px;
  height: 20px;
  color: #BAB8B8;
  position: absolute;
  right: 53px;
  top: 35px;
  z-index: 1; }

.tile-stats .icon i {
  margin: 0;
  font-size: 60px;
  line-height: 0;
  vertical-align: bottom;
  padding: 0; }

.tile-stats .count {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.65857143; }

.tile-stats .count, .tile-stats h3, .tile-stats p {
  position: relative;
  margin: 0;
  margin-left: 10px;
  z-index: 5;
  padding: 0; }

.tile-stats h3 {
  color: #BAB8B8; }

.tile-stats p {
  margin-top: 5px;
  font-size: 12px; }

.tile-stats > .dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

table.tile_info {
  padding: 10px 15px; }

table.tile_info span.right {
  margin-right: 0;
  float: right;
  position: absolute;
  right: 4%; }

.tile:hover {
  text-decoration: none; }

.tile_header {
  border-bottom: transparent;
  padding: 7px 15px;
  margin-bottom: 15px;
  background: #E7E7E7; }

.tile_head h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.tiles-bottom {
  padding: 5px 10px;
  margin-top: 10px;
  background: rgba(194, 194, 194, 0.3);
  text-align: left; }

/** **********end*************tile stats **/



.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

  
.x_title {
  border-bottom: 2px solid #E6E9ED;
  
  padding: 1px 5px 6px;
  margin-bottom: 10px; }

.x_title .filter {
  width: 40%;
  float: right; }

.x_title h2 {
  margin: 5px 0 6px;
 
 /* float: left;*/
  /*display: block;*/
  display: inline-block;
  /*text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
  font-size: 16px;
}

.x_title h2 small {
  margin-left: 10px; }

.x_title span {
  color: #BDBDBD; }

.x_content {
  padding: 0 3px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px; }

.x_content h4 {
  font-size: 16px;
  font-weight: 500; }

legend {
  padding-bottom: 7px; }

.demo-placeholder {
  height: 280px; }


  



  /****drop down**/


  .navbar {
    margin-bottom: 0; }
  
  .navbar-header {
    background: #34495E; }
  
  .navbar-right {
    margin-right: 0; }
  
  .top_nav .navbar-right {
    margin: 13px;
    width: auto;
    float: right; }
  
  .top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static; }
  
  @media (min-width: 480px) {
    .top_nav .navbar-right li {
      position: relative; }
    .item {
      display: block; } }
  
  .top_nav .dropdown-menu li {
    width: 100%; }
  
  .dropdown-item {
    width: 100%;
    padding: 12px 20px; }
  
  .top_nav li a i {
    font-size: 15px; }
  
  .navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%; }
  
  .sidebar-header {
    border-bottom: 0;
    margin-top: 46px; }
  
  .sidebar-header:first-of-type {
    margin-top: 0; }
  
  .nav > li {
    position: relative;
    display: block; }
  
  .nav.side-menu > li {
    position: relative;
    display: block;
    cursor: pointer; }
  
  .nav.side-menu > li > a {
    margin-bottom: 6px; }
  
  .nav.side-menu > li > a:hover {
    color: #F2F5F7 !important; }
  
  .nav.side-menu > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: transparent; }
  
  .nav.child_menu {
    display: none; }
  
  .nav.child_menu li:hover,
  .nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06); }
  
  .nav.child_menu li {
    padding-left: 36px; }
  
  .nav-md ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%; }
  
  .nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0; }
  
  .nav-md ul.nav.child_menu li:last-child::after {
    bottom: 50%; }
  
  .nav.side-menu > li > a, .nav.child_menu > li > a {
    color: #E7E7E7;
    font-weight: 500; }
  
  .nav.child_menu li li:hover,
  .nav.child_menu li li.active {
    background: none; }
  
  .nav.child_menu li li a:hover,
  .nav.child_menu li li a.active {
    color: #fff; }
  
  .nav > li > a {
    position: relative;
    display: block;
    padding: 13px 15px 12px; }
  
  .nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 5px solid #1ABB9C; }
  
  .nav li.current-page {
    background: rgba(255, 255, 255, 0.05); }
  
  .nav li li li.current-page {
    background: none; }
  
  .nav li li.current-page a {
    color: #fff; }
  
  .nav.side-menu > li.active > a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#334556), to(#2C4257)), #2A3F54;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0; }
  
  .navbar-brand, .navbar-nav > li > a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px; }
  
  .site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px; }
  
  .site_title:hover, .site_title:focus {
    text-decoration: none; }
  
  .nav.navbar-nav > li > a {
    color: #515356 !important; }
  
  .nav.top_menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important; }
  
  .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent; }
  
  .top_search {
    padding: 0; }
  
  .top_search .form-control {
    border-right: 0;
    -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
    border-radius: 25px 0px 0px 25px;
    padding-left: 20px;
    border: 1px solid rgba(221, 226, 232, 0.49); }
  
  .top_search .form-control:focus {
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-right: 0; }
  
  .top_search .input-group-btn button {
    border-radius: 0px 25px 25px 0px;
    border: 1px solid rgba(221, 226, 232, 0.49);
    border-left: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #93A2B2;
    margin-bottom: 0 !important; }
  
  .toggle {
    float: left;
    margin: 0;
    width: 70px; }
  
  .toggle a {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer; }
  
  .toggle a i {
    font-size: 26px; }
  
  .nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 9px; }
  
  .panel_toolbox {
    float: right;
    min-width: 70px; 
    
  }
  
  .panel_toolbox > li {
    float: right;
    cursor: pointer; }
  
  .panel_toolbox > li > a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px; }
  
  .panel_toolbox > li > a:hover {
    background: #F5F7FA; }
  
  .line_30 {
    line-height: 30px; }
  
  .main_menu_side {
    padding: 0; }
  
  .bs-docs-sidebar .nav > li > a {
    display: block;
    padding: 4px 6px; }






  .dropdown-menu a {
    cursor: pointer; }
  
.dropdown-menu.msg_list span {
  white-space: normal; }

.dropdown-menu {
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu > li > a {
  color: #5A738E; }

.navbar-nav .open .dropdown-menu {
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px; }

.navbar-nav .open .dropdown-menu.msg_list {
  width: 300px !important; }