.label{font-weight:100;}

.label-default{
	border: 1px solid #ccc;
    padding: 10px;
    background: #353f54;
    float: left;
    margin: 2px;
    font-size: 12px;
    font-weight: 100!important;
    color: #fbfbfb;
    min-width:100px;
    text-align:center;
}
.label-arrow{
    padding: 10px 0;
    float: left;
    margin: 2px;
    font-size: 12px;
    font-weight: 100!important;
    color: #fff;
    min-width:5px;
    text-align:center;
}
.label-inner{
	text-align:center;font-weight:bold;font-size:22px;
}
.label-default2{padding:2px 8px;float:left; margin:3px;
	font-size:12px; font-weight:100;
    background: #fbebc5;
    color: #000;
    border: 1px solid #dad5d5;
}
.zone{text-align:center; vertical-align:middle;background: #0265af!important;cursor: pointer;color: #fff!important;}
.zone-level1{padding-left: 15px;background: rgba(2, 101, 175, 0.66)!important;
    color: #fff!important;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;}
.zone-level2{
	padding-left: 30px;
    /* padding-left: 15px; */
    background: rgba(2, 101, 175, 0.37)!important;
    color: #0e0e0e!important;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}
.zone-level3{}
.div{
	font-family: arial,verdana,sans-serif;
	border-width: 1px;
	float: left;
	padding-left: 3px;
	border-style: solid;
	border-color: #d0d0d0;
	width:90%;
	height:80px;
	background-color: #ffffff;
}
 .tabs-container{background: #f3f3f3;margin:0 2px 0 2px;}
  .right-label-default{ }
 .bs-spacer2{background: #eef1f5;}
 .btn-db{background:#f1f1f1}
 .dboard-menu-active { background:#fff!important;}

/*  for tags */

.tag {
  background: #0a466b;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 5px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  color:#fff;
  font-size:11px;
}

.tag::after {
  background: #d9edf7;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #0a466b;
  border-top: 11px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color:#1b74ab;
  color: white;
}

.tag:hover::after {
   border-left-color:#1b74ab; 
}
/* tag2 */
.tag2 {
  background: #c1003a;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 5px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  color:#fff;
  font-size:11px;
}
.tag2::after {
  background: #198ac9;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #c1003a;
  border-top: 11px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.tag2:hover {
  background-color:#ea1455;
  color: white;
}
.tag2:hover::after {
   border-left-color:#ea1455; 
}
.handwriting{
	font-family: 'Kalam', cursive!important;
  }

.highlight_c{ background:#00aae7!important; padding:12px!important; color:#fff!important;font-size:18px; font-weight:bold!important;border-radius:10px; }

/* for main */
.action-menu-header{z-index:2;}