.home-bar-container { 
	width: 45%;
	display: inline-block;
	margin:5px;  
	border:1px solid #ccc;
	border-radius:5px; 
	min-height:200px;
}

@media screen and (max-width: 500px) { 
	.home-bar-container {
		width: 99%;
	}
	.form-control input{
		padding:1px !important;
	}
}

.library-container { 
	width: 23%;
	display: inline-block;
	margin:5px;
	padding:5px;
	border:1px solid #ccc;
}

@media screen and (max-width: 500px) { 
	.library-container {
		width: 99%;
	}
}




table.search {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.search caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table.search tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table.search th,
table.search td {
  padding: .325em;
  text-align: left;
}

table.search th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table.search {
    border: 0;
  }

  table.search caption {
    font-size: 1.3em;
  }
  
  table.search thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.search tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.search td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table.search td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table.search td:last-child {
    border-bottom: 0;
  }
}






table.table thead th { line-height:15px !important;}
table.table tbody td { line-height:15px !important;}

.tableFixedHead {
	width:100%;
	overflow-y:auto;
	height:calc(100vh - 260px);
}
.tableFixedHead th {
	position:sticky;
	top:0;
	z-index:50;
}


table.pretty-fixed {
	width: 100%;
	margin:0px 0px 6px 0px;
	font-size: 11px !important;
	font-family:Arial, Helvetica, sans-serif;
   
}

table.pretty-fixed td,
table.pretty-fixed th {
	padding: 2px;
	border: 1px solid #0080FF;
    font-size:12px !important;
	font-stretch:condensed !important;
}


table.pretty-fixed thead th, table.pretty-fixed tfoot th {
	text-align: left;
	background: #ddd !important;
	background: -webkit-linear-gradient(#fff,#ddd);
	background: -o-linear-gradient(#fff,#ddd);
	background: -moz-linear-gradient(#fff,#ddd) !important;
	background: linear-gradient(#fff,#ddd) !important;
	color:#000000 !important;
	
	
}



table.pretty-fixed td input{
	font-size: 11px !important;
}





.ocmsTableData{
	padding:2px;
}
.navbar, .box, .box-body{
	font-size: calc(12px + 0.08vw) !important;
}
table th{
	font-size: calc(12px + 0.08vw) !important; 
	color:#000000 !important;
	line-height:15px !important;
	font-stretch:condensed !important;
}
table td{ 
	padding-right:2px; 
	font-size: calc(12px + 0.08vw) !important; 
	color:#000000 !important;
	line-height:20px !important;
	font-stretch:condensed !important;
}
input,select{
	font-size: calc(12px + 0.08vw) !important;
	 color:#000000 !important;
}

.form-group .language, .form-group .form-control{
	font-size: calc(12px + 0.08vw) !important;
	 color:#000000 !important;
}


#right_box{ vertical-align:top;}
#full_box{ vertical-align:top;}
#full_box input,select { 
    width: 95% !important;
    height: 26px !important;
    line-height: 1.5 !important;
    font-size: calc(12px + 0.08vw) !important;
    padding: 2px 5px !important;
    margin: 2px !important;
 }







table.pretty {
	width: 100%;
	margin:0px 0px 6px 0px;
	font-size: calc(12px + 0.08vw) !important;
	font-family:Arial, Helvetica, sans-serif;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

table.pretty td,
table.pretty th {
	padding: 3px;
	border: 1px solid #0080FF;
    font-size: calc(12px + 0.08vw) !important;
	line-height:15px !important;
	font-stretch:condensed !important;
}
table.pretty.table-6col{
	float:left; 
	width:16.3%;
}

table.pretty thead th, table.pretty tfoot th {
	text-align: left;
	background: #ddd !important;
	background: -webkit-linear-gradient(#fff,#ddd);
	background: -o-linear-gradient(#fff,#ddd);
	background: -moz-linear-gradient(#fff,#ddd) !important;
	background: linear-gradient(#fff,#ddd) !important;
	color:#000000 !important;
	
	
}
table.pretty tbody th {
	text-align: left;
	background: #91c5d4;
}
	
table.pretty tbody td {
	text-align: left;
	background: #ffffff;
	
}
		
table.pretty tbody tr.odd td { 
	background: #F9F9F9;
}
table.pretty tfoot th {
	background: #b0cc7f;
	text-align: left;
}	
table.pretty tfoot td {
	background: #d7e1c5;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 600px) {
  table.pretty {
    border: 0;
  }

  table.pretty caption {
    font-size: 1.3em;
  }
  
  table.pretty thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.pretty tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table.search td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
 
  
  table.pretty td:last-child {
    border-bottom: 0;
  }
}



table.pretty input{
	font-size: calc(12px + 0.08vw) !important;
	padding:2px;
	 color:#000000 !important;
	font-weight:normal;}


table.sobuj {
	width: 100%;
	margin:0px 0px 6px 0px;
	font-size: calc(12px + 0.08vw) !important;
	font-family:Arial, Helvetica, sans-serif;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

table.sobuj td,
table.sobuj th {
	padding: 1px 2px;
	border: 1px solid #999999;
    font-size: calc(12px + 0.08vw) !important;
	line-height:15px;
	font-stretch:condensed !important;
}
table.sobuj.table-6col{
	float:left; 
	width:16.3%;
}

table.sobuj thead th, table.sobuj tfoot th {
	text-align: left;
	background: #ddd !important;
	background: -webkit-linear-gradient(#fff,#ddd);
	background: -o-linear-gradient(#fff,#ddd);
	background: -moz-linear-gradient(#fff,#ddd) !important;
	background: linear-gradient(#fff,#ddd) !important;
	color:#000000 !important;
	
	
}
table.sobuj tbody th {
	text-align: center;
	background: #91c5d4;
}
	
table.sobuj tbody td {
	text-align: center;
	background: #ffffff;
	
}
		
table.sobuj tbody tr.odd td { 
	background: #F9F9F9;
}
table.sobuj tfoot th {
	background: #b0cc7f;
	text-align: left;
}	
table.sobuj tfoot td {
	background: #d7e1c5;
	text-align: center;
	font-weight: bold;
}


table.sobuj input,select{
	font-size: calc(12px + 0.08vw) !important;
	margin:0px;
	width:96%;
	border:1px solid #ccc;
	 color:#000000 !important;
	font-weight:normal;}
	
table.sobuj input{
	padding:3px;
}

table.sobuj select{
	padding:2px;
}



table#product-table {
	width: 100%;
	margin:0px 0px 6px 0px;
	font-size: calc(12px + 0.05vw) !important;
	font-family:Arial, Helvetica, sans-serif;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

table#product-table td,
table#product-table th,
table#product-table td table td table td,
table#product-table th table th table th {
	padding: 3px;
	border: 1px solid #0080FF;
    font-size: calc(12px + 0.03vw) !important;
	font-stretch:condensed !important;
	line-height:14px !important;
}
table.pretty.table-6col{
	float:left; 
	width:16.3%;
}

table#product-table thead th, table#product-table tfoot th {
	text-align: center;
	vertical-align:bottom;
	background: #ddd !important;
	background: -webkit-linear-gradient(#fff,#ddd);
	background: -o-linear-gradient(#fff,#ddd);
	background: -moz-linear-gradient(#fff,#ddd) !important;
	background: linear-gradient(#fff,#ddd) !important;
	color:#000000 !important;
	
	
}
table#product-table tbody th {
	text-align: left;
	background: #91c5d4;
}
	
table#product-table tbody td {
	text-align: left;
	background: #ffffff;
	
}
		
table#product-table tbody tr.odd td { 
	background: #F9F9F9;
}
table#product-table tfoot th {
	background: #b0cc7f;
	text-align: left;
}	
table#product-table tfoot td {
	background: #d7e1c5;
	text-align: center;
	font-weight: bold;
}


table#product-table input{
	font-size: calc(12px + 0.08vw) !important;
	padding:2px;
	 color:#000000 !important;
	font-weight:normal;}




/*arif table*/
table.arif {
	width: 100%;
	font-size: calc(12px + 0.08vw) !important;
	font-family:Arial, Helvetica, sans-serif;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

table.arif td,
table.arif th {
	padding: 3px;
	border: 1px solid #999999;
	white-space:nowrap !important;
    font-size: calc(12px + 0.08vw) !important;
	font-stretch:condensed !important;
}
table.arif.table-6col{
	float:left; 
	width:16.3%;
}

table.arif thead th, table.arif tfoot th {
	text-align: left;
	background-color:#F9F9F9 !important;
	color:#000000 !important;
	
	
}

table.arif tbody th {
	text-align: left;
	background:#e1e1e1;
}
table.arif tbody td {
	text-align: left;
	background: #ffffff;
	
}
		
table.arif tbody tr.odd td { 
	background:#9f3;
}

table.arif tfoot th {
	background:#e1e1e1;
	text-align: left;
}	
table.arif tfoot td {
	background:#ffffff;
	text-align: center;
	font-weight: bold;
}



/*omar table*/
table.omar {
	width: 100%;
	font-size: calc(12px + 0.04vw) !important;
	font-family:Georgia, "Times New Roman", Times, serif;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
}

table.omar td,
table.omar th {
	padding: 3px;
	border: 1px solid #939;
	white-space:nowrap !important;
    font-size: calc(12px + 0.04vw) !important;
	font-stretch:condensed !important;
}
table.omar.table-6col{
	float:left; 
	width:16.3%;
}

table.omar thead th, table.omar tfoot th {
	text-align: left;
	background:#3E8AFD !important;
	background: -webkit-linear-gradient(#C3C, #C3C, #FCF);
	background: -o-linear-gradient(#C3C, #C3C, #FCF);
	background: -moz-linear-gradient(#C3C, #C3C, #FCF) !important;
	background: linear-gradient(#C3C, #C3C, #FCF) !important;
	color:#000000 !important;
	
	
}

table.omar tbody th {
	text-align: left;
	background:#C3C;
}
table.omar tbody td {
	text-align: left;
	background: #ffffff;
	
}
		
table.omar tbody tr.odd td { 
	background:#FFCAFF;
}
table.omar tbody tr:hover td {background-color:#fff !important;}

table.omar tfoot th {
	background:#C3C;
	text-align: left;
}	
table.omar tfoot td {
	background:#ffffff;
	text-align: center;
	font-weight: bold;
}










.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 2px;
	right: 2px;
	display: block;
	font-family: 'Glyphicons Halflings';
	font-size:9px;
	color:#006600;
}
.dataTable thead .sorting:after {
	color:#006600;
	content: "\e150"; /* sort */
}
.dataTable thead .sorting_asc:after {
	content: "\e155"; /* sort-by-attributes */
}
.dataTable thead .sorting_desc:after {
	content: "\e156"; /* sort-by-attributes-alt */
}

.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:after {
	color: #999;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  background-color:#fff;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-top:0px;
  margin-bottom:5px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border:1px solid #ddd;
  border-radius:3px;
  padding:5px 8px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: .5em;
  font-size:12px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  margin-top: .1em;
  font-size:12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  padding: 1px 2px;
  margin-left: 1px;
  margin-top:-20px !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #e3e3e3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #e3e3e3 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #e3e3e3 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #e9ecef;
  background-color: #e3e3e3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #e3e3e3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #e3e3e3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #999999 0%, #e3e3e3 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #999999 0%, #e3e3e3 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #999999 0%, #e3e3e3 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #999999 0%, #e3e3e3 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #e3e3e3;
  box-shadow: inset 0 0 3px #e9ecef;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #e9ecef;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media(max-width:920px){
  table.pretty.table-6col{
		float:left; 
		width:24%;
	}
}

@media(max-width:720px){
  table.pretty.table-6col{
		float:left; 
		width:48%;
	}
	
}

@media(max-width:520px){
  table.pretty.table-6col{
		float:left; 
		width:100%;
	}
}

@media screen and (max-width: 768px) {
  table.pretty {
    border: 0;
  }
  table.pretty caption {
    font-size: 1.3em;
  }
  table.pretty thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.pretty tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.pretty td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align:center;
  }
  table.pretty tbody tr:hover td {background-color:#fff !important;}
  table.pretty td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.pretty td:last-child {
    border-bottom: 0;
  }
  
  
    table.sobuj {
    border: 0;
  }
  table.sobuj caption {
    font-size: 1.3em;
  }
  table.sobuj thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.sobuj tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table.sobuj td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align:center;
  }
  table.sobuj tbody tr:hover td {background-color:#fff !important;}
  table.sobuj td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.sobuj td:last-child {
    border-bottom: 0;
  }
  
  .dataTables_wrapper .dataTables_info {
	  display:none;
	}
	
	.dataTables_wrapper .dataTables_filter {
	  display:none;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button {
	  padding: 2px 4px;
	  margin-left: 1px;
	}
}







.widget-box{
  padding:0;
  box-shadow:None;
  margin:5px 0px 20px 0px;
  border:1px solid #CCC;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px !important;
}

@media only screen and(max-width:767px){
  .widget-box{
    margin:7px 7px;
  }
}


.widget-header{
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  position:relative;
  min-height:28px;
  background:repeat-x #f7f7f7;
  background-image:-webkit-linear-gradient(top,#FFF 0,#EEE 100%);
  background-image:-o-linear-gradient(top,#FFF 0,#EEE 100%);
  background-image:linear-gradient(to bottom,#FFF 0,#EEE 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color:#669FC7;
  border-bottom:1px solid #DDD;
  padding-left:12px;
}

.widget-box.transparent>.widget-header,.widget-header-flat{
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-header:after,.widget-header:before{
  content:"";
  display:table;
  line-height:0;
}

.widget-header:after{
  clear:right;
}

.widget-box.collapsed>.widget-header{
  border-bottom-width:0;
}

.collapsed.fullscreen>.widget-header{
  border-bottom-width:1px;
}

.collapsed>.widget-body{
  display:none;
}

.widget-header-flat{
  background:#F7F7F7;
}

.widget-header-large{
  min-height:49px;
  padding-left:18px;
}

.widget-header-small{
  min-height:31px;
  padding-left:10px;
}

.widget-header>.widget-title{
  line-height:26px;
  padding:0;
  margin:0;
  display:inline;
}

.widget-header>.widget-title>.ace-icon{
  margin-right:5px;
  font-weight:400;
  display:inline-block;
}

.infobox .infobox-content:first-child,.infobox>.badge,.infobox>.stat,.percentage{
  font-weight:700;

}

.widget-header-large>.widget-title{
  line-height:48px;
}

.widget-header-small>.widget-title{
  line-height:30px;
}

.widget-toolbar{
  display:inline-block;
  padding:0 10px;
  line-height:37px;
  float:right;
  position:relative;
}

.widget-header-large>.widget-toolbar{
  line-height:48px;
}

.widget-header-small>.widget-toolbar{
  line-height:29px;
}

.widget-toolbar.no-padding{
  padding:0;
}

.widget-toolbar.padding-5{
  padding:0 5px;
}

.widget-toolbar:before{
  display:inline-block;
  content:"";
  position:absolute;
  top:3px;
  bottom:3px;
  left:-1px;
  border:1px solid #D9D9D9;
  border-width:0 1px 0 0;
}

.popover-notitle+.popover .popover-title,.popover.popover-notitle .popover-title,.widget-toolbar.no-border:before{
  display:none;
}

.widget-header-large>.widget-toolbar:before{
  top:6px;
  bottom:6px;
}

[class*=widget-color-]>.widget-header>.widget-toolbar:before{
  border-color:#EEE;
}

.widget-color-orange>.widget-header>.widget-toolbar:before{
  border-color:#FEA;
}

.widget-color-dark>.widget-header>.widget-toolbar:before{
  border-color:#222;
  box-shadow:-1px 0 0 rgba(255,255,255,.2),inset 1px 0 0 rgba(255,255,255,.1);
}

.widget-toolbar label{
  display:inline-block;
  vertical-align:middle;
  margin-bottom:0;
}

.widget-toolbar>.widget-menu>a,.widget-toolbar>a{
  font-size:12px;
  margin:1px;
  padding:3px 6px;
  border-radius:3px;
  color:#FFFFFF;
  border:1px solid #fff;
}

.widget-toolbar>.widget-menu>a:hover,.widget-toolbar>a:hover{
  text-decoration:None;
  background-color:#fff;
  color:#2E8965;
}

.widget-header-large>.widget-toolbar>.widget-menu>a,.widget-header-large>.widget-toolbar>a{
  font-size:12px;
  margin:0 1px;
}

.widget-toolbar>.btn{
  margin-top:-2px;
}

.widget-toolbar>.btn.smaller{
  line-height:26px;
}

.widget-toolbar>.btn.bigger{
  line-height:28px;
}

.widget-toolbar>.btn-sm{
  line-height:24px;
}

.widget-toolbar>.btn-sm.smaller{
  line-height:23px;
}

.widget-toolbar>.btn-sm.bigger{
  line-height:25px;
}

.widget-toolbar>.btn-xs{
  line-height:22px;
}

.widget-toolbar>.btn-xs.smaller{
  line-height:21px;
}

.widget-toolbar>.btn-xs.bigger{
  line-height:23px;
}

.widget-toolbar>.btn-minier{
  line-height:18px;
}

.widget-toolbar>.btn-minier.smaller{
  line-height:17px;
}

.widget-toolbar>.btn-minier.bigger{
  line-height:19px;
}

.widget-toolbar>.btn-lg{
  line-height:36px;
}

.widget-toolbar>.btn-lg.smaller{
  line-height:34px;
}

.widget-toolbar>.btn-lg.bigger{
  line-height:38px;
}

.widget-toolbar-dark{
  background:#444;
}

.widget-toolbar-light{
  background:rgba(255,255,255,.85);
}

.widget-toolbar>.widget-menu{
  display:inline-block;
  position:relative;
}

.widget-toolbar>.widget-menu>a[data-action],.widget-toolbar>a[data-action]{
  -webkit-transition:transform .1s;
  -o-transition:transform .1s;
  transition:transform .1s;
}

.widget-toolbar>.widget-menu>a[data-action]>.ace-icon,.widget-toolbar>a[data-action]>.ace-icon{
  margin-right:0;
}

.widget-toolbar>.widget-menu>a[data-action]:focus,.widget-toolbar>a[data-action]:focus{
  text-decoration:None;
  outline:0;
}

.widget-toolbar>.widget-menu>a[data-action]:hover,.widget-toolbar>a[data-action]:hover{
  -moz-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -o-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);
}

.widget-body{
  background-color:#FFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.widget-main{
  padding:6px;
}

.widget-main.padding-32{
  padding:32px;
}

.widget-main.padding-30{
  padding:30px;
}

.widget-main.padding-28{
  padding:28px;
}

.widget-main.padding-26{
  padding:26px;
}

.widget-main.padding-24{
  padding:24px;
}

.widget-main.padding-22{
  padding:22px;
}

.widget-main.padding-20{
  padding:20px;
}

.widget-main.padding-18{
  padding:18px;
}

.widget-main.padding-16{
  padding:16px;
}

.widget-main.padding-14{
  padding:14px;
}

.widget-main.padding-12{
  padding:12px;
}

.widget-main.padding-10{
  padding:10px;
}

.widget-main.padding-8{
  padding:8px;
}

.widget-main.padding-6{
  padding:6px;
}

.widget-main.padding-4{
  padding:4px;
}

.widget-main.padding-2{
  padding:2px;
}

.widget-main.no-padding,.widget-main.padding-0{
  padding:0;
}

.widget-toolbar .progress{
  vertical-align:middle;
  display:inline-block;
  margin:0;
}

.widget-toolbar>.dropdown,.widget-toolbar>.dropup{
  display:inline-block;
}

.widget-toolbox.toolbox-vertical,.widget-toolbox.toolbox-vertical+.widget-main{
  display:table-cell;
  vertical-align:top;
}

.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],.widget-box>.widget-header>.widget-toolbar>[data-action=settings],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=settings]{
  color:#99CADB;
}

.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],.widget-box>.widget-header>.widget-toolbar>[data-action=reload],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=reload]{
  color:#ACD392;
}

.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],.widget-box>.widget-header>.widget-toolbar>[data-action=collapse],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=collapse]{
  color:#AAA;
}

.widget-box>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],.widget-box>.widget-header>.widget-toolbar>[data-action=close],.widget-color-dark>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],.widget-color-dark>.widget-header>.widget-toolbar>[data-action=close]{
  color:#E09E96;
}

.widget-box[class*=widget-color-]>.widget-header{
  color:#FFF;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.widget-color-blue{
  border-color:#0080FF;
}

.widget-color-blue>.widget-header{
  background:#0080FF;
  border-color:#0061C1;
}

.widget-color-green{
  border-color:#82AF6F;
}

.widget-color-green>.widget-header{
  background:#82AF6F;
  border-color:#82AF6F;
}

.widget-color-red{
  border-color:#E2755F;
}

.widget-color-red>.widget-header{
  background:#E2755F;
  border-color:#E2755F;
}



.widget-color-orange{
  border-color:#E8B10D;
}

.widget-color-orange>.widget-header{
  color:#855D10!important;
  border-color:#E8B10D;
  background:#FFC657;
}

.widget-color-dark{
  border-color:#5a5a5a;
}

.widget-color-dark>.widget-header{
  border-color:#666;
  background:#404040;
}

.widget-color-grey{
  border-color:#9e9e9e;
}

.widget-color-grey>.widget-header{
  border-color:#aaa;
  background:#848484;
}

.widget-box.transparent{
  border-width:0;
}

.widget-box.transparent>.widget-header{
  background:0 0;
  border-width:0;
  border-bottom:1px solid #DCE8F1;
  color:#4383B4;
  padding-left:3px;
}

.widget-box.transparent>.widget-header-large{
  padding-left:5px;
}

.widget-box.transparent>.widget-header-small{
  padding-left:1px;
}

.widget-box.transparent>.widget-body{
  border-width:0;
  background-color:Transparent;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action]{
  text-shadow:0 1px 1px rgba(0,0,0,.2);
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=settings]{
  color:#D3E4ED;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=reload]{
  color:#DEEAD3;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=collapse]{
  color:#E2E2E2;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],[class*=widget-color-]>.widget-header>.widget-toolbar>[data-action=close]{
  color:#FFD9D5;
}

.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action],.widget-color-orange>.widget-header>.widget-toolbar>[data-action]{
  text-shadow:None;
}

.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=settings],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=settings]{
  color:#559AAB;
}

.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=reload],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=reload]{
  color:#7CA362;
}

.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=collapse],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=collapse]{
  color:#777;
}

.widget-color-orange>.widget-header>.widget-toolbar>.widget-menu>[data-action=close],.widget-color-orange>.widget-header>.widget-toolbar>[data-action=close]{
  color:#A05656;
}

.widget-box.light-border[class*=widget-color-]:not(.fullscreen){
  border-width:0;
}

.widget-box.light-border[class*=widget-color-]:not(.fullscreen)>.widget-header{
  border:1px solid;
  border-color:Inherit;
}

.widget-box.light-border[class*=widget-color-]:not(.fullscreen)>.widget-body{
  border:1px solid #D6D6D6;
  border-width:0 1px 1px;
}

.widget-box.no-border{
  border-width:0;
}

.widget-box.fullscreen{
  position:fixed;
  margin:0;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color:#FFF;
  border-width:3px;
  z-index:1040!important;
}

.widget-box.fullscreen:not([class*=widget-color-]){
  border-color:#AAA;
}

.widget-body .table{
  border-top:1px solid #E5E5E5;
}

.widget-body .table thead:first-child tr{
  background:#FFF;
}

[class*=widget-color-]>.widget-body .table thead:first-child tr{
  background:repeat-x #f2f2f2;
  background-image:-webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
  background-image:-o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
  background-image:linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.infobox-dark>.infobox-icon>.ace-icon:before,.tooltip.in{
  opacity:1;
  filter:alpha(opacity=100);
}

.widget-body .table.table-bordered thead:first-child>tr{
  border-top-width:0;
}

.widget-main.no-padding .table{
  margin-bottom:0;
  border-width:0;
}

.widget-main.no-padding .table-bordered td:first-child,.widget-main.no-padding .table-bordered th:first-child{
  border-left-width:0;
}

.transparent>.widget-body .widget-main .table-bordered>tbody>tr>td:last-child,.transparent>.widget-body .widget-main .table-bordered>tfoot>tr>td:last-child,.transparent>.widget-body .widget-main .table-bordered>thead>tr>th:last-child,.widget-main.no-padding .table-bordered>tbody>tr>td:last-child,.widget-main.no-padding .table-bordered>tfoot>tr>td:last-child,.widget-main.no-padding .table-bordered>thead>tr>th:last-child{
  border-right-width:0!important;
}

.transparent>.widget-body .widget-main .table-bordered>tbody>tr:last-child>td,.widget-main.no-padding .table-bordered>tbody>tr:last-child>td{
  border-bottom-width:0!important;
}

.table-bordered>thead.thin-border-bottom>tr>td,.table-bordered>thead.thin-border-bottom>tr>th{
  border-bottom-width:1px;
}

.widget-body .alert:last-child{
  margin-bottom:0;
}

.widget-main .tab-content{
  border-width:0;
}

.widget-toolbar>.nav-tabs{
  border-bottom-width:0;
  margin-bottom:0;
  top:auto;
  margin-top:3px!important;
}

.widget-toolbar>.nav-tabs>li{
  margin-bottom:auto;
}

.widget-toolbar>.nav-tabs>li>a{
  box-shadow:None;
  position:relative;
  top:1px;
  margin-top:1px;
}

.widget-toolbar>.nav-tabs>li:not(.active)>a{
  border-color:Transparent;
  background-color:Transparent;
}

.widget-toolbar>.nav-tabs>li:not(.active)>a:hover{
  background-color:Transparent;
}

.widget-toolbar>.nav-tabs>li.active>a{
  background-color:#FFF;
  border-bottom-color:Transparent;
  box-shadow:None;
  margin-top:auto;
}

.widget-header-small>.widget-toolbar>.nav-tabs>li>a{
  line-height:16px;
  padding-top:6px;
  padding-bottom:6px;
}

.widget-header-small>.widget-toolbar>.nav-tabs>li.active>a{
  border-top-width:2px;
}

.widget-header-large>.widget-toolbar>.nav-tabs>li>a{
  line-height:22px;
  padding-top:9px;
  padding-bottom:9px;
  margin-top:4px;
}

.widget-header-large>.widget-toolbar>.nav-tabs>li.active>a{
  margin-top:3px;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.nav-tabs>li>a{
  border-color:Transparent;
  background-color:Transparent;
  color:#FFF;
  margin-right:1px;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.nav-tabs>li>a:hover{
  background-color:#FFF;
  color:#555;
  border-top-color:#FFF;
}

[class*=widget-color-]>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{
  background-color:#FFF;
  color:#555;
  border-top-width:1px;
  margin-top:0;
}

.widget-toolbar>.nav-tabs .widget-color-orange>.widget-header>li>a{
  color:#855D10;
}


.transparent>.widget-header>.widget-toolbar>.nav-tabs>li>a{
  color:#555;
  background-color:Transparent;
  border-right:1px solid transparent;
  border-left:1px solid transparent;
}

.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a{
  border-top-color:#4C8FBD;
  border-right:1px solid #C5D0DC;
  border-left:1px solid #C5D0DC;
  background-color:#FFF;
  box-shadow:None;
}

.widget-toolbox{
  background-color:#EEE;
}

.widget-toolbox:first-child{
  padding:2px;
  border-bottom:1px solid #CCC;
}

.widget-toolbox:last-child{
  padding:2px;
  border-top:1px solid #CCC;
}

.transparent>.widget-body>.widget-toolbox:last-child{
  border:None;
  border-top:1px solid #CCC;
}

.widget-toolbox>.btn-toolbar{
  margin:0!important;
  padding:0;
}

.widget-toolbox.center{
  text-align:center;
}

.widget-toolbox.toolbox-vertical{
  border-bottom-width:0;
  border-right:1px solid #D9D9D9;
  padding:6px 4px;
  width:1px;
}

.widget-toolbox.padding-16{
  padding:16px;
}

.widget-toolbox.padding-14{
  padding:14px;
}

.widget-toolbox.padding-12{
  padding:12px;
}

.widget-toolbox.padding-10{
  padding:10px;
}

.widget-toolbox.padding-8{
  padding:8px;
}

.widget-toolbox.padding-6{
  padding:6px;
}

.widget-toolbox.padding-4{
  padding:4px;
}

.widget-toolbox.padding-2{
  padding:2px;
}

.widget-toolbox.padding-0{
  padding:0;
}

.widget-box-overlay{
  position:absolute;
  top:-1px;
  bottom:-1px;
  right:-1px;
  left:-1px;
  z-index:999;
  text-align:center;
  min-height:100%;
  background-color:rgba(0,0,0,.3);
}

.widget-box-overlay>.loading-icon{
  position:relative;
  top:20%;
  left:0;
  right:0;
  text-align:center;
}

.widget-box.collapsed .widget-box-overlay>.loading-icon{
  top:10%;
}

.widget-box-overlay>.loading-icon.icon-spin{
  -moz-animation-duration:1.2s;
  -webkit-animation-duration:1.2s;
  -o-animation-duration:1.2s;
  -ms-animation-duration:1.2s;
  animation-duration:1.2s;
}

.widget-main>form,.widget-main>form .input-append,.widget-main>form .input-prepend{
  margin-bottom:0;
}

.widget-main.no-padding>form>fieldset,.widget-main.padding-0>form>fieldset{
  padding:16px;
}

.widget-main.no-padding>form>fieldset+.form-actions,.widget-main.padding-0>form>fieldset+.form-actions{
  padding:10px 0 12px;
}

.widget-main.no-padding>form>.form-actions,.widget-main.padding-0>form>.form-actions{
  margin:0;
  padding:10px 12px 12px;
}

.widget-placeholder{
  border:2px dashed #D9D9D9;
}

.infobox,.popover,.popover-title,.progress,.tooltip-inner{
  border-radius:0;
}

.widget-container-col{
  min-height:10px;
}
@media(max-width:768px){
	.widget-header{
		padding:2px;
	}
	.widget-toolbar>.widget-menu>a,.widget-toolbar>a{
	  font-size:10px;
	  padding:2px 4px;
	}
	.widget-title{ font-size:10px;}
}





/********************
 * badge label
 ********************/
.badge,.label{
  font-weight:400;
  background-color:#ABBAC3;
  text-shadow:None;
}
.label{
  color:#FFF;
  display:inline-block;
}

.label[class*=col-][class*=arrow]{
  min-height:0;
}

@media screen and(-webkit-min-device-pixel-ratio:0){
  .label:empty,::safari-only{
    display:inline-block;
  }

  .badge:empty,::safari-only{
    display:inline-block;
  }
}

.badge{
  padding-top:1px;
  padding-bottom:3px;
  line-height:15px;
}

.badge.radius-1{
  border-radius:1px;
}

.badge.radius-2{
  border-radius:2px;
}

.badge.radius-3{
  border-radius:3px;
}

.badge.radius-4{
  border-radius:4px;
}

.badge.radius-5{
  border-radius:5px;
}

.badge.radius-6{
  border-radius:6px;
}

.badge-transparent,.badge.badge-transparent,.label-transparent,.label.label-transparent{
  background-color:Transparent;
}

.badge-grey,.badge.badge-grey,.label-grey,.label.label-grey{
  background-color:#A0A0A0;
}

.badge-info,.badge.badge-info,.label-info,.label.label-info{
  background-color:#3A87AD;
}

.badge-primary,.badge.badge-primary,.label-primary,.label.label-primary{
  background-color:#428BCA;
}

.badge-success,.badge.badge-success,.label-success,.label.label-success{
  background-color:#82AF6F;
}

.badge-danger,.badge-important,.badge.badge-danger,.badge.badge-important,.label-danger,.label-important,.label.label-danger,.label.label-important{
  background-color:#D15B47;
}

.badge-inverse,.badge.badge-inverse,.label-inverse,.label.label-inverse{
  background-color:#333;
}

.badge-warning,.badge.badge-warning,.label-warning,.label.label-warning{
  background-color:#F89406;
}

.badge-pink,.badge.badge-pink,.label-pink,.label.label-pink{
  background-color:#D6487E;
}

.badge-purple,.badge.badge-purple,.label-purple,.label.label-purple{
  background-color:#9585BF;
}

.badge-yellow,.badge.badge-yellow,.label-yellow,.label.label-yellow{
  background-color:#FEE188;
}

.badge-light,.badge.badge-light,.label-light,.label.label-light{
  background-color:#E7E7E7;
}

.badge-yellow,.label-yellow{
  color:#963;
  border-color:#FEE188;
}

.badge-light,.label-light{
  color:#888;
}

.label.arrowed,.label.arrowed-in{
  position:relative;
  z-index:1;
}

.label.arrowed-in:before,.label.arrowed:before{
  display:inline-block;
  content:"";
  position:absolute;
  top:0;
  z-index:-1;
  border:1px solid transparent;
  border-right-color:#ABBAC3;
}

.label.arrowed-in:before{
  border-color:#ABBAC3 #ABBAC3 #ABBAC3 transparent;
}

.label.arrowed-in-right,.label.arrowed-right{
  position:relative;
  z-index:1;
}

.label.arrowed-in-right:after,.label.arrowed-right:after{
  display:inline-block;
  content:"";
  position:absolute;
  top:0;
  z-index:-1;
  border:1px solid transparent;
  border-left-color:#ABBAC3;
}

.label.arrowed-in-right:after{
  border-color:#ABBAC3 transparent #ABBAC3 #ABBAC3;
}

.label-info.arrowed:before{
  border-right-color:#3A87AD;
}

.label-info.arrowed-in:before{
  border-color:#3A87AD #3A87AD #3A87AD transparent;
}

.label-info.arrowed-right:after{
  border-left-color:#3A87AD;
}

.label-info.arrowed-in-right:after{
  border-color:#3A87AD transparent #3A87AD #3A87AD;
}

.label-primary.arrowed:before{
  border-right-color:#428BCA;
}

.label-primary.arrowed-in:before{
  border-color:#428BCA #428BCA #428BCA transparent;
}

.label-primary.arrowed-right:after{
  border-left-color:#428BCA;
}

.label-primary.arrowed-in-right:after{
  border-color:#428BCA transparent #428BCA #428BCA;
}

.label-success.arrowed:before{
  border-right-color:#82AF6F;
}

.label-success.arrowed-in:before{
  border-color:#82AF6F #82AF6F #82AF6F transparent;
}

.label-success.arrowed-right:after{
  border-left-color:#82AF6F;
}

.label-success.arrowed-in-right:after{
  border-color:#82AF6F transparent #82AF6F #82AF6F;
}

.label-warning.arrowed:before{
  border-right-color:#F89406;
}

.label-danger.arrowed:before,.label-important.arrowed:before{
  border-right-color:#D15B47;
}

.label-warning.arrowed-in:before{
  border-color:#F89406 #F89406 #F89406 transparent;
}

.label-warning.arrowed-right:after{
  border-left-color:#F89406;
}

.label-danger.arrowed-right:after,.label-important.arrowed-right:after{
  border-left-color:#D15B47;
}

.label-warning.arrowed-in-right:after{
  border-color:#F89406 transparent #F89406 #F89406;
}

.label-important.arrowed-in:before{
  border-color:#D15B47 #D15B47 #D15B47 transparent;
}

.label-important.arrowed-in-right:after{
  border-color:#D15B47 transparent #D15B47 #D15B47;
}

.label-danger.arrowed-in:before{
  border-color:#D15B47 #D15B47 #D15B47 transparent;
}

.label-danger.arrowed-in-right:after{
  border-color:#D15B47 transparent #D15B47 #D15B47;
}

.label-inverse.arrowed:before{
  border-right-color:#333;
}

.label-inverse.arrowed-in:before{
  border-color:#333 #333 #333 transparent;
}

.label-inverse.arrowed-right:after{
  border-left-color:#333;
}

.label-inverse.arrowed-in-right:after{
  border-color:#333 transparent #333 #333;
}

.label-pink.arrowed:before{
  border-right-color:#D6487E;
}

.label-pink.arrowed-in:before{
  border-color:#D6487E #D6487E #D6487E transparent;
}

.label-pink.arrowed-right:after{
  border-left-color:#D6487E;
}

.label-pink.arrowed-in-right:after{
  border-color:#D6487E transparent #D6487E #D6487E;
}

.label-purple.arrowed:before{
  border-right-color:#9585BF;
}

.label-purple.arrowed-in:before{
  border-color:#9585BF #9585BF #9585BF transparent;
}

.label-purple.arrowed-right:after{
  border-left-color:#9585BF;
}

.label-purple.arrowed-in-right:after{
  border-color:#9585BF transparent #9585BF #9585BF;
}

.label-yellow.arrowed:before{
  border-right-color:#FEE188;
}

.label-yellow.arrowed-in:before{
  border-color:#FEE188 #FEE188 #FEE188 transparent;
}

.label-yellow.arrowed-right:after{
  border-left-color:#FEE188;
}

.label-yellow.arrowed-in-right:after{
  border-color:#FEE188 transparent #FEE188 #FEE188;
}

.label-light.arrowed:before{
  border-right-color:#E7E7E7;
}

.label-light.arrowed-in:before{
  border-color:#E7E7E7 #E7E7E7 #E7E7E7 transparent;
}

.label-light.arrowed-right:after{
  border-left-color:#E7E7E7;
}

.label-light.arrowed-in-right:after{
  border-color:#E7E7E7 transparent #E7E7E7 #E7E7E7;
}

.label-grey.arrowed:before{
  border-right-color:#A0A0A0;
}

.label-grey.arrowed-in:before{
  border-color:#A0A0A0 #A0A0A0 #A0A0A0 transparent;
}

.label-grey.arrowed-right:after{
  border-left-color:#A0A0A0;
}

.label-grey.arrowed-in-right:after{
  border-color:#A0A0A0 transparent #A0A0A0 #A0A0A0;
}

.label{
  line-height:1.15;
  height:20px;
}

.label.arrowed:before{
  left:-10px;
  border-width:10px 5px;
}

.label-lg.arrowed,.label-lg.arrowed-in{
  margin-left:6px;
}

.label.arrowed-in:before{
  left:-5px;
  border-width:10px 5px;
}

.label.arrowed-right:after{
  right:-10px;
  border-width:10px 5px;
}

.label-lg.arrowed-in-right,.label-lg.arrowed-right{
  margin-right:6px;
}

.label.arrowed-in-right:after{
  right:-5px;
  border-width:10px 5px;
}

.label-lg{
  padding:.3em .6em .4em;
  font-size:13px;
  line-height:1.1;
  height:24px;
}

.label-lg.arrowed:before{
  left:-12px;
  border-width:12px 6px;
}

.label-xlg.arrowed,.label-xlg.arrowed-in{
  margin-left:7px;
}

.label-lg.arrowed-in:before{
  left:-6px;
  border-width:12px 6px;
}

.label-lg.arrowed-right:after{
  right:-12px;
  border-width:12px 6px;
}

.label-xlg.arrowed-in-right,.label-xlg.arrowed-right{
  margin-right:7px;
}

.label-lg.arrowed-in-right:after{
  right:-6px;
  border-width:12px 6px;
}

.label-xlg{
  padding:.3em .7em .4em;
  font-size:14px;
  line-height:1.3;
  height:28px;
}

.label-xlg.arrowed:before{
  left:-14px;
  border-width:14px 7px;
}

.label-sm.arrowed,.label-sm.arrowed-in{
  margin-left:4px;
}

.label-xlg.arrowed-in:before{
  left:-7px;
  border-width:14px 7px;
}

.label-xlg.arrowed-right:after{
  right:-14px;
  border-width:14px 7px;
}

.label-sm.arrowed-in-right,.label-sm.arrowed-right{
  margin-right:4px;
}

.label-xlg.arrowed-in-right:after{
  right:-7px;
  border-width:14px 7px;
}

.label-sm{
  padding:.2em .4em .3em;
  font-size:11px;
  line-height:1;
  height:18px;
}

.label-sm.arrowed:before{
  left:-8px;
  border-width:9px 4px;
}

.label-sm.arrowed-in:before{
  left:-4px;
  border-width:9px 4px;
}

.label-sm.arrowed-right:after{
  right:-8px;
  border-width:9px 4px;
}

.label-sm.arrowed-in-right:after{
  right:-4px;
  border-width:9px 4px;
}

.label>.ace-icon,.label>span{
  line-height:1;
  vertical-align:bottom;
}

.label.label-white{
  color:#879da9;
  border:1px solid #ABBAC3;
  background-color:#f2f5f6;
  border-right-width:1px;
  border-left-width:2px;
}

.label-white.label-success{
  color:#7b9e6c;
  border-color:#9fbf92;
  background-color:#edf3ea;
}

.label-white.label-warning{
  color:#d9993e;
  border-color:#e4ae62;
  background-color:#fef6eb;
}

.label-white.label-primary{
  color:#6688a6;
  border-color:#8aafce;
  background-color:#eaf2f8;
}

.label-white.label-danger{
  color:#bd7f75;
  border-color:#d28679;
  background-color:#fcf4f2;
}

.label-white.label-info{
  color:#4e7a8f;
  border-color:#7aa1b4;
  background-color:#eaf3f7;
}

.label-white.label-inverse{
  color:#404040;
  border-color:#737373;
  background-color:#ededed;
}

.label-white.label-pink{
  color:#af6f87;
  border-color:#d299ae;
  background-color:#fbeff4;
}

.label-white.label-purple{
  color:#7d6fa2;
  border-color:#b7b1c6;
  background-color:#efedf5;
}

.label-white.label-yellow{
  color:#cfa114;
  border-color:#ecd181;
  background-color:#fdf7e4;
}

.label-white.label-grey{
  color:#878787;
  border-color:#cecece;
  background-color:#ededed;
}

@media screen and(-webkit-min-device-pixel-ratio:1.08)and(-webkit-max-device-pixel-ratio:1.15),screen and(min--moz-device-pixel-ratio:1.08)and(max--moz-device-pixel-ratio:1.15){
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{
    border-width:10.5px 6px 11px;
    left:-11px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{
    border-width:10.5px 6px 11px;
    right:-11px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{
    border-width:10.5px 5px 11px;
    left:-6px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{
    border-width:10.5px 5px 11px;
    right:-6px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.2)and(-webkit-max-device-pixel-ratio:1.45),screen and(min--moz-device-pixel-ratio:1.2)and(max--moz-device-pixel-ratio:1.45),screen and(-webkit-min-device-pixel-ratio:1.6)and(-webkit-max-device-pixel-ratio:1.9),screen and(min--moz-device-pixel-ratio:1.6)and(max--moz-device-pixel-ratio:1.9){
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{
    border-width:10.5px 6px;
    left:-11px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{
    border-width:10.5px 6px;
    right:-11px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{
    border-width:10.5px 5px 10px;
    left:-6px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{
    border-width:10.5px 5px 10px;
    right:-6px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.5)and(-webkit-max-device-pixel-ratio:1.6),screen and(min--moz-device-pixel-ratio:1.5)and(max--moz-device-pixel-ratio:1.6){
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{
    border-width:10px 6px;
    left:-12px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{
    border-width:10px 6px;
    right:-12px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.7)and(-webkit-max-device-pixel-ratio:1.8),screen and(min--moz-device-pixel-ratio:1.7)and(max--moz-device-pixel-ratio:1.8){
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{
    border-width:10px 6px;
    left:-11.5px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{
    border-width:10px 6px;
    right:-11.5px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{
    border-width:10px 5px;
    left:-6px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{
    border-width:10px 5px;
    right:-6px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:0.8)and(-webkit-max-device-pixel-ratio:0.9),screen and(min--moz-device-pixel-ratio:0.8)and(max--moz-device-pixel-ratio:0.9){
  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed:before{
    border-width:11px 6px;
    left:-11.5px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-right:after{
    border-width:11px 6px;
    right:-11.5px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in:before{
    border-width:11px 5px;
    left:-6px;
  }

  .label:not(.label-lg):not(.label-xlg):not(.label-sm).arrowed-in-right:after{
    border-width:11px 5px;
    right:-6px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.08)and(-webkit-max-device-pixel-ratio:1.15),screen and(min--moz-device-pixel-ratio:1.08)and(max--moz-device-pixel-ratio:1.15){
  .label-lg.arrowed:before{
    left:-11px;
  }

  .label-lg.arrowed-right:after{
    right:-11px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.7)and(-webkit-max-device-pixel-ratio:1.8),screen and(min--moz-device-pixel-ratio:1.7)and(max--moz-device-pixel-ratio:1.8){
  .label-lg.arrowed:before{
    left:-11.5px;
  }

  .label-lg.arrowed-right:after{
    right:-11.5px;
  }

  .label-lg.arrowed-in:before{
    border-width:12.5px 6px 12px;
    left:-6px;
  }

  .label-lg.arrowed-in-right:after{
    border-width:12.5px 6px 12px;
    right:-6px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.08)and(-webkit-max-device-pixel-ratio:1.15),screen and(min--moz-device-pixel-ratio:1.08)and(max--moz-device-pixel-ratio:1.15){
  .label-xlg.arrowed:before{
    left:-13px;
  }

  .label-xlg.arrowed-right:after{
    right:-13px;
  }

  .label-xlg.arrowed-in-right:after,.label-xlg.arrowed-in:before{
    border-width:14px 7px 14.5px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.2)and(-webkit-max-device-pixel-ratio:1.3),screen and(min--moz-device-pixel-ratio:1.2)and(max--moz-device-pixel-ratio:1.3){
  .label-xlg.arrowed:before{
    border-width:14.5px 7px;
    left:-13.5px;
  }

  .label-xlg.arrowed-right:after{
    border-width:14.5px 7px;
    right:-13.5px;
  }

  .label-xlg.arrowed-in-right:after,.label-xlg.arrowed-in:before{
    border-width:14.5px 7px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.3)and(-webkit-max-device-pixel-ratio:1.4),screen and(-webkit-min-device-pixel-ratio:1.5)and(-webkit-max-device-pixel-ratio:1.6),screen and(min--moz-device-pixel-ratio:1.3)and(max--moz-device-pixel-ratio:1.4),screen and(min--moz-device-pixel-ratio:1.5)and(max--moz-device-pixel-ratio:1.6){
  .label-xlg.arrowed:before{
    border-width:14.5px 7.5px;
    left:-14.5px;
  }

  .label-xlg.arrowed-right:after{
    border-width:14.5px 7.5px;
    right:-14.5px;
  }

  .label-xlg.arrowed-in-right:after,.label-xlg.arrowed-in:before{
    border-width:14.5px 7px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.08)and(-webkit-max-device-pixel-ratio:1.15),screen and(min--moz-device-pixel-ratio:1.08)and(max--moz-device-pixel-ratio:1.15){
  .label-sm.arrowed:before{
    border-width:9px 5px;
    left:-9px;
  }

  .label-sm.arrowed-right:after{
    border-width:9px 5px;
    right:-9px;
  }

  .label-sm.arrowed-in-right:after,.label-sm.arrowed-in:before{
    border-width:10px 4px;
  }
}

@media screen and(-webkit-min-device-pixel-ratio:1.2)and(-webkit-max-device-pixel-ratio:1.3),screen and(min--moz-device-pixel-ratio:1.2)and(max--moz-device-pixel-ratio:1.3){
  .label-sm.arrowed:before{
    border-width:9.5px 5px;
    left:-10px;
  }

  .label-sm.arrowed-right:after{
    border-width:9.5px 5px;
    right:-10px;
  }

  .label-sm.arrowed-in-right:after,.label-sm.arrowed-in:before{
    border-width:9.5px 4px;
  }
}
