/*  
Title: Tailored for Tia Lala's Glamour
Author: Darwin Santos                                                  
Date:  Nov 17 2021
*/

body
{
	/*background-color:rgb(104,135,166);*/
  background:#F1F7FB url('../img/bg.png');
  margin:0;
  padding:0;
  font-family:"roboto_condensedregular", "Roboto Condensed", "roboto_condensednormal" !important;
  color:#333;
  font-size: 0.99em;
}
#exit_button div.icon
{
	color:#fff;
	font-weight: bold;
}
#playground
{
width: 98.3%;
padding: 15px;
background-color: #fff;
color: #333;
min-height: 800px;
font-family: 'menlo';
}
.half
{
	width: 46%;
	margin:1%;
	padding:1%;
}
textarea
{
	padding:1px;
}
/*
@media screen and (max-width: 1024px){
  .tabs li img, #exit_button img {
    max-width:22px;
  }
}
/**** Wunderlist like Table Rows
table tr
{
	border-radius: 4px;	
}
table tr td
{
	box-shadow: 0 1px 3px rgba(0,0,0,0.4),0 0 0 1px rgba(0,0,0,0.08);
	background: #eaeaea url("task.png") repeat-x;
	box-sizing: border-box;
	list-style: none;
	position: relative;
	height: 34px;
	margin: 1px 1px 0 1px;
}
****/
.grayscale
{
	-webkit-filter:grayscale(100%);
}
a
{
	color:#0088CC;
	text-decoration:none;
	cursor: pointer !important;
}
a:visited
{
	color:#0088CC;
}
form input[type="text"], form input[type="password"], form textarea
{
    border: 1px solid #CCCCCC;
    border-radius: 2px ;	
}
.hidden
{
	display:none;
}
#receipt_pane_holder
{
	width:100%;
	margin:0 auto;	
}
.receipt_tables
{
   font-size: 1em;
	background: #fff;
	border-collapse: collapse;
	margin:10px auto 20px;
}
.datatables td,.datatables th
{
	/*white-space: nowrap;*/
}
#elist tbody tr td:nth-child(4), #elist tbody tr td:nth-child(6), #elist tbody tr td:nth-child(7),#elist tbody tr td:nth-child(8), #pd_list tbody tr td:nth-child(2),#pd_list tbody tr td:nth-child(4),#pd_list tbody tr td:nth-child(5),#pd_list tbody tr td:last-child, #debit_notes_list tbody tr td:last-child, .od_tables tbody td:last-child,#credit_notes_list tbody td:last-child,#credit_notes_list tbody td:nth-child(3),#pd_ref_list tbody tr td:nth-child(2), #pd_ref_list tbody tr td:nth-child(5), #pd_ref_list tbody tr td:nth-child(6),#pnotes_list tr td:nth-child(2),#pnotes_list tr td:nth-child(3), #pd_list_inactive tbody tr td:nth-child(2),#pd_list_inactive tbody tr td:nth-child(4),#pd_list_inactive tbody tr td:nth-child(5),#pd_list_inactive tbody tr td:last-child
{
 white-space: nowrap;
}
.truncate
{
	max-width:120px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.truncate_name
{
	max-width:250px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.nobreak
{
	white-space: nowrap;
}
.receipt_tables th
{
    font-size: 1em;
	font-weight: normal;
	color: #0068B4;
	padding: 8px;
	margin:1px;
	border-bottom: 1px solid #6678b1;
}
.receipt_tables td
{
	color: #0068B4;
	padding: 6px 8px;
}
.receipt_tables tfoot tr:last-child
{
	background-color:#D0DCE0;
}
.receipt_tables tfoot tr:last-child td
{
	border:0;
}
/*
.receipt_tables tfoot tr:last-child td:first-child
{
	border-radius:0 0 0 8px;
}
.receipt_tables tfoot tr:last-child td:last-child
{
	border-radius:0 0 8px 0;
}
*/
#receipt_table thead
{
	text-align:left;
}
#lock
{
	
}
#lock img
{
  margin-bottom:-2px;
  width:24px;	
}

h2, h3, h4
{
	text-align:center;
	font-weight:normal;
}
input
{
	font-size:0.8em;
}
.float-right
{
	float:right;
}

.float-left
{
	float:left;
}

.battery_img
{
	width:24px;
}

#topbar
{
	height: 30px;
	padding-top: 5px;
	box-shadow: 0px 2px 2px #777;
}
@media all and (max-width: 1200px){
     #logo
     { 
     	display: none;
     }
	 th, td
	 {
	 	margin:0 !important;
	 	padding:1px !important;
	 }
	 input.subtotal
	 {
		width:85%;
		float:left;
	 }
	 tfoot input[type="text"] 
     {
		width: 85% !important;
     }
     .pd_long_desc
     {
     	display: none;
     }
     .pd_short_desc
     {
     	display: inline !important;
     }
     .ui-tabs-panel
     {
     	padding-left:1px !important;
     	padding-right:1px !important;
     }
     .half
     {
     	width:90%;
     	margin:1% auto;
     	padding:1% auto;
     }
}
.pd_short_desc
{
	display: none;
}
#logo
{
	background: url("../img/lalaglamour-logo-small.png") no-repeat scroll center center #fff;
	width: 155px;
	height: 36px;
  margin: 2px 17px 0 0;
  padding: 10px 15px;
	float: right;
}
#topbar p
{
	float: right;
	margin: -25px 14px 0 0;
	padding: 0;
	font-weight:normal;
	font-size: 1.1em;
}
.hide_for_screen
{
	display:none;
}
#container
{
	margin:5px auto 0 auto;
	width:98%;
	padding:0 0 20px 0;
}
#loginform
{
	width:230px;
	height:160px;
	padding:9px;
	margin:0 auto;
	border:1px solid #0068b4;
	border-top:0;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 2px 5px #777;
	font-size:1.1em;
}
#loginform input
{
    border:1px solid #0068b4;
	font-size:1em;
}
input, select, textarea
{
	font-family: 'roboto_condensedregular';
}
#logintitle
{
	text-align:center;
	color:#fff;
	border:1px solid #0068b4;
	width:238px;
	margin:20px auto 0;
	padding:10px 5px;
	font-weight:normal;
	box-shadow: 0px 2px 7px #777;
	font-size:1.6em;
}
div.error
{
	width:300px;
	text-align:center;
	padding:20px;
	margin:20px auto;
}
a img
{
	border:0;
}
input[type="image"]
{
	border:0;
}
#box-table-a td img
{
	width:96px;
	padding:10px;
}
.datatables
{
	width: 100%;
	color:#666;
}
.datatables tbody
{
  
}
.datatables a
{
	color:#0068B4;
}
.error, .error>td, .error a
{
	color:#9F0002 !important;
	font-weight: normal !important;
}

ul li
{
	list-style-type: square;
}

#box-table-a td textarea
{
    width:98%;
   -moz-border-radius:7px;
   -webkit-border-radius:7px;	
    border:1px solid #ccc;
    padding:5px;
}

.datatables tr th
{
	background:#D0DCE0;
    font-weight:normal;
}
.datatables tfoot tr:last-child td
{
	background-color:#D0DCE0;
    font-weight:normal;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	margin-bottom:3px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	font-size: 14px;
	background-color: #fcefa1;
}

.dataTables_length {
	width: 22%;
	float: right;
}

.dataTables_filter {
	text-align: right;
}

.dataTables_filter input[type=text]
{
	height:18px;
	text-transform: uppercase;
}

.dataTables_filter .clear_search
{
	margin-top: 0;
}

.dataTables_info {
	width: 100%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	float: left;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../img/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../img/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../img/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../img/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../img/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../img/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../img/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../img/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../img/sort_desc_disabled.png') no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd>td {
	background-color: #fff;
}

tr.even>td{
	background-color: #F2F7F6;
	border:1px dashed #9E9E9E;
	border-right:0 !important;
	border-left:0 !important;
}

#receipt_table>tfoot>tr:first-child>td
{
	border-left:0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px;
	border-color:  #9E9E9E;
	border-style:dashed;
}

tr.even:first-child>td
{
	
}
tr.even:last-child>td
{
	border-bottom:0 !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

#receipt_table tfoot input[type="text"] 
{
	margin:0;
	color: #444;
	float:right;
}
tfoot input
{
	width: 99%;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	height: 22px;
	line-height: 22px;
	margin-top:15px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	border-radius: 0;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #fff;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

input.error, textarea.error
{
	border:1px solid red;
}

#footer
{
	text-align:center;
	padding:5px;
	margin-top:20px;
}

/*Messages and Error Messages*/
p.messages
{    
	border:1px solid #5A82AB;
	padding:30px;
	margin:5px auto;
	text-align:center;
	cursor: pointer;
}
p.messages a
{
	text-decoration:underline;
	color:blue;
}
p.success
{    
	background:url('../img/arrows_circle_check.svg') no-repeat #E1EBF2;
	background-position:25px center;
}
.underlined
{
	text-decoration: underline;
}

p.info
{    
	background:url('../img/basic_info.svg') no-repeat #E1EBF2;
	background-position:25px center;
}
p.question
{    
	background:url('../img/basic_question.svg') no-repeat #E1EBF2;
	background-position:25px center;
}
p.error
{    
	background:url('../img/arrows_circle_remove.svg') no-repeat #ECD5D8;  
	background-position:25px center;
	border:1px #9F0002 solid;
	color:#9F0002;
}

.tab_bar_button
{
	float:right;
  padding:13px 15px 0 0;
}

#tabs-pos
{
	width:99%;
	margin:0 auto;
}
#pos_client_info
{
	width:100%;
	margin-bottom: 0;
}

#receipt_table
{
	margin-top: 0;
}

#pos_client_info input:not(#qty,.cc_fields)
{
	width:90%;
}
#pos_client_info #product_upc
{
	width:75% !important;
}
#product_upc
{
	text-transform: uppercase;
}
.float-right-label
{
	text-align:right;
}
.receipt_tables_print
{
	width:100%;
}

/************* jquery ui notify *************/
.ui-notify {
    width: 350px;
    position: fixed;
    top: 10px;
    right: 10px;
}
.ui-notify-message {
    padding: 10px;
    margin-bottom: 15px;-moz-border-radius: 8px;-webkit-border-radius: 8px;
    border-radius: 8px
}
.ui-notify-message h1 {
    font-size: 14px;
    margin: 0;
    padding: 0
}
.ui-notify-message p {
    margin: 3px 0;
    padding: 0;
    line-height: 18px
}
.ui-notify-message: last-child {
    margin-bottom: 0
}
.ui-notify-message-style {
    background: #000;
    background: rgba(0, 0, 0, 0.8);-moz-box-shadow: 0 0 6px#000;-webkit-box-shadow: 0 0 6px#000;
    box-shadow: 0 0 6px#000;
}
.ui-notify-message-style h1 {
    color: #fff;
    font-weight: normal
}
.ui-notify-message-style p {
    color: #fff
}
.ui-notify-close {
    color: #fff;
    text-decoration: underline
}
.ui-notify-click {
    cursor: pointer
}
.ui-notify-cross {
    margin-top: -4px;
    float: right;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 1px 1px#fff;
    padding: 2px
}
.ui-notify-cross: hover {
    color: #ffffab
}
.ui-notify-cross: active {
    position: relative;
    top: 1px
}
.notification_number
{
	margin:3px 0 0 5px;
	float:right;
	background-color: #F03D25;
	border: 1px solid #D83722;
	border-bottom: 1px solid #C0311E;
	border-top: 1px solid #E23923;
	border-radius: 2px;
	display: block;
	padding: 1px 3px;
	color: white;
	font-weight: normal;
}
.holder
{
	margin-top:15px;
}
tr.salesmen_commission , .employee
{
	display:none;
}
.button img
{
	width:32px;
}
.centered
{
	text-align:center;
}
.float-center
{
	margin-left:auto;
	margin-right:auto;
}
.normal
{
	font-weight:normal;
}
#tick{display:none}
#cross{display:none}
#stock_holder
{
	margin:10px 0 20px;
}
#loader
{
	text-align:center;
    position:fixed;
    width:128px;
    height:15px;
    top:20%;
    left:45%;
}
a.title_icon img
{
	padding:0 0 0 10px;
	margin:-7px 0 -3px 0;
}
#trans_pd_list_holder, #pd_to_transfer
{
	display:none;
}
table:not(.month-picker-month-table,.month-picker-year-table) tr:hover td, .hover, .highlight
{
	background-color:#fcefa1;
	color:#333;
}
.reg_table tr td:nth-child(2)
{
   cursor:pointer;
   color:#0068B4;
}

.reg_table tr td:nth-child(2):hover
{
   text-decoration:underline;
}
.tabs .button
{
	margin:10px 0;
}

ul.ui-autocomplete
{
  z-index:1000;	
}
.ui-tabs
{
	width:100%;
	margin-left: -3px;
}
.ui-tabs .ui-tabs-panel
{
	padding:0.3em 0.4em 0.1em 0.4em;
}
.ui-tabs, .ui-dialog
{
	box-shadow: 0px 1px 3px #777;
}
.ui-tabs li a img
{
	margin-bottom:-5px;
}
a.clear_search
{
	padding: 6px 0px;
	margin-top: 2px;
	float: right;
}
.tab_title
{
	font-size:1.2em;
	float:right;
	padding:10px 10px 0px 0px;
}
#module_title
{
	font-size:1.5em;
	float:left;
	margin:0;
	padding:7px 0 0 15px;
}
.info_tag
{
	text-align:left;
	color:#333;
}
.info_tag .tag_label
{
	background-color:#D0DCE0;
	padding:6px 0px 6px 10px;
}
.info_tag .tag_value
{
	background-color:#EEE;
	padding:6px 10px 6px 4px;
}
.cycle_pd, .cycle_tf
{
	padding-top:15px;
}
.full-width
{
	width:100%;
}
#rnc_dialog
{
	display:none;
	height:260px;
}
#rnc_dialog iframe
{
	border:0;
	width:100%;
	height:100%;
}
ul.error_messages
{
	list-style-type:square;
}
.no_margin
{
	margin:0;
}
.no_padding
{
	padding:0;
}
.price_changed_1, .correct,.dispatch_1,.credit_status_1
{
  color:green;
  font-weight: normal;
}
.price_changed_row td
{
	border-top:1px solid green !important; 
	border-bottom:1px solid green !important; 
	border-left:0;
	border-right:0;
}

#payment_form p.messages
{
	cursor: pointer;
}
#ir_details
{
	width: 100%;
	margin-top: 80px;
}
#ir_details tr:first-child td
{
	font-weight: normal;
	margin:0;
	border-left:0;
	border-right:0;
}
ul.circle
{
	margin:0;
	padding: 0 0 0 21px;
}
ul.circle li
{
	margin:0;
	padding:0;
	list-style: circle;
}
/*
#tabs > ul { 
    height: 3.6em !important; 
}
.ui-tabs-nav { 
    height: 3em !important; 
    text-align: center; 
} 
.ui-tabs-nav li { 
    display: inline-block; 
    float: none !important; 
    top: 0px; 
    margin: 0em; 
} */

.battery {
	width: 24px;
	height: 10px;
	border: 2px solid #000;
	margin: 1px auto;
	position: relative;
	background-color: #fff;
}
.battery:after {
	content: '';
	display: block;
	width: 3px;
	height: 10px;
	background-color: #000;
	position: absolute;
	right: -5px;
	top: 0px;
}

.battery .level {
	height: 100%;
	width: 2%;
}

.battery .level.over_stock {
	background-color: #118899;	
}

.battery .level.high{
	background-color: #27AE60;	
}
.battery .level.med {
	background-color: #FFAA00;	
}
.battery .level.low {
	background-color: #E74C3C;	
}

.battery .level.charging {
	background-color: #27AE60;	
	width: 100%;
	text-align: center;
}
.battery .level.charging:before {
	content: '\e800';
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
	line-height: 40px;
	font-family: 'Battery';
	font-size: 25px;
}
#liq_form table
{
  margin:0;
}
#liq_form table tr
{
  margin:0;
}
#liq_form table input[type="text"]
{
  margin:0;
  width:85%;
}

#liq_form table tr td.liq_us span
{
	color:#118899;
	font-weight: normal;
}

/*
#pu_liq tr td:last-child, #pu_liq tr th:last-child
{
	display: none;
} */

div.moreinfo 
{
  display: none;
  position: absolute;
  width: 550px;
  padding: 1px;
  background: #9E9E9E;
  color: #555;
  border: 1px solid #9E9E9E;
  z-index: 100;
}
.moreinfo table
{
	border:1px solid #ccc;
	border-collapse:collapse;
}
.collapsed
{
	border-collapse:collapse;
}
.moreinfo table tr td
{
	background-color:#efefef;
	border-bottom: 1px dashed #000;
}
.credit_box
{
	width: 160px;
  padding: 6px 5px;
  margin-top: 11px;
}
#reports
{
	width:100%;
	margin:0;
	padding:0;
}
#reports li
{
	list-style: none;
	float:left;
	margin:3px;
}
.clear_div
{
	width:100%;
	clear:both;
}
div.DTTT_container
{
	margin-top:0.5em;
	margin-bottom: 0.5em !important;
}

.blue,.green,.yellow,.orange,.red
{
	font-weight:normal;
}
.bold
{
	font-weight: bold;
}
.blue
{
  color:blue;  
}
.green
{
  color:green;  
}
.yellow
{
  color:#fccf01;
}
.orange
{
  color:orange;
}
.red
{
  color:red;
}
.uppercase
{
  text-transform: uppercase;
}
#calc_dialog
{
	padding:0;
}
#loading
{
	position: absolute;
	top: 40%;
	left: 45%;
  width: 128px;
	height: 128px;
	margin:0 auto;
	padding:0px;
	background-color: #fff;
	display: none;
	z-index: 1000;
	overflow: hidden;
}
#loading img
{
	margin:1px;
}
#pd_hist tbody tr td:nth-child(6):not(.sorting_1)
{
	font-weight: bolder;
	background-color: #EFEFEF;
}
.manual
{
	background-color: #FFFFCC;
}
#commission_report_form
{
	width: 26%;
}
#commission_report_holder
{
	width:72%
}
.white_text
{
	color:#fff;
}

/*************** Linea, Steady, Stream Icons **********/

/***** arrows ****/

div.icon
{
	font-weight:normal;
	font-size:34px !important;
	width:    34px !important;
	height:   34px !important;
	color: #0068B4;
	-webkit-font-smoothing: antialiased;
}

div.icon_small
{
	font-weight:normal;
	font-size:24px !important;
	width:    24px !important;
	height:   24px !important;
	color: #0068B4;
	-webkit-font-smoothing: antialiased;
}

[class^="icon-arrows"]:before,
[class*=" icon-arrows"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
}

.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}

/****** basic ******/

[class^="icon-basic"]:before,
[class*=" icon-basic"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
}

.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: "\"";
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "\\";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}

/****** basic elaboration  ****/

[class^="icon-basic-elaboration"]:before,
[class*=" icon-basic-elaboration"]:before {
  font-family: "linea-basic-elaboration-10" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
}

.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}
.icon-basic-elaboration-browser-check:before {
  content: "o";
}
.icon-basic-elaboration-browser-download:before {
  content: "p";
}
.icon-basic-elaboration-browser-minus:before {
  content: "q";
}
.icon-basic-elaboration-browser-plus:before {
  content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}
.icon-basic-elaboration-browser-remove:before {
  content: "t";
}
.icon-basic-elaboration-browser-search:before {
  content: "u";
}
.icon-basic-elaboration-browser-star:before {
  content: "v";
}
.icon-basic-elaboration-browser-upload:before {
  content: "w";
}
.icon-basic-elaboration-calendar-check:before {
  content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}
.icon-basic-elaboration-calendar-download:before {
  content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}
.icon-basic-elaboration-calendar-next:before {
  content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}
.icon-basic-elaboration-calendar-search:before {
  content: "L";
}
.icon-basic-elaboration-calendar-star:before {
  content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}
.icon-basic-elaboration-cloud-check:before {
  content: "O";
}
.icon-basic-elaboration-cloud-download:before {
  content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}
.icon-basic-elaboration-cloud-search:before {
  content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}
.icon-basic-elaboration-document-check:before {
  content: "X";
}
.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}
.icon-basic-elaboration-document-download:before {
  content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
  content: "0";
}
.icon-basic-elaboration-document-graph:before {
  content: "1";
}
.icon-basic-elaboration-document-heart:before {
  content: "2";
}
.icon-basic-elaboration-document-minus:before {
  content: "3";
}
.icon-basic-elaboration-document-next:before {
  content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}
.icon-basic-elaboration-document-note:before {
  content: "6";
}
.icon-basic-elaboration-document-pencil:before {
  content: "7";
}
.icon-basic-elaboration-document-picture:before {
  content: "8";
}
.icon-basic-elaboration-document-plus:before {
  content: "9";
}
.icon-basic-elaboration-document-previous:before {
  content: "!";
}
.icon-basic-elaboration-document-refresh:before {
  content: "\"";
}
.icon-basic-elaboration-document-remove:before {
  content: "#";
}
.icon-basic-elaboration-document-search:before {
  content: "$";
}
.icon-basic-elaboration-document-star:before {
  content: "%";
}
.icon-basic-elaboration-document-upload:before {
  content: "&";
}
.icon-basic-elaboration-folder-check:before {
  content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}
.icon-basic-elaboration-folder-document:before {
  content: ")";
}
.icon-basic-elaboration-folder-download:before {
  content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}
.icon-basic-elaboration-folder-graph:before {
  content: ",";
}
.icon-basic-elaboration-folder-heart:before {
  content: "-";
}
.icon-basic-elaboration-folder-minus:before {
  content: ".";
}
.icon-basic-elaboration-folder-next:before {
  content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}
.icon-basic-elaboration-folder-note:before {
  content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}
.icon-basic-elaboration-folder-picture:before {
  content: "=";
}
.icon-basic-elaboration-folder-plus:before {
  content: ">";
}
.icon-basic-elaboration-folder-previous:before {
  content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}
.icon-basic-elaboration-folder-remove:before {
  content: "[";
}
.icon-basic-elaboration-folder-search:before {
  content: "]";
}
.icon-basic-elaboration-folder-star:before {
  content: "^";
}
.icon-basic-elaboration-folder-upload:before {
  content: "_";
}
.icon-basic-elaboration-mail-check:before {
  content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}
.icon-basic-elaboration-mail-document:before {
  content: "|";
}
.icon-basic-elaboration-mail-download:before {
  content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}
.icon-basic-elaboration-mail-heart:before {
  content: "\\";
}
.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
  content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
  content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}
/********* ecommerce *********/

[class^="icon-ecommerce"]:before,
[class*=" icon-ecommerce"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
}

.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: "\"";
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}

/****** Steady ******/

[class^="s-icon-"]:before,
[class*=" s-icon-"]:before {
  font-family: "steady" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s-icon-align-center:before {
  content: "e";
}
.s-icon-align-justify:before {
  content: "b";
}
.s-icon-align-left:before {
  content: "c";
}
.s-icon-align-right:before {
  content: "f";
}
.s-icon-shorts:before {
  content: "d";
}
.s-icon-speaker:before {
  content: "g";
}
.s-icon-star:before {
  content: "h";
}
.s-icon-stopwatch:before {
  content: "i";
}
.s-icon-sun:before {
  content: "j";
}
.s-icon-syringe:before {
  content: "k";
}
.s-icon-tag:before {
  content: "l";
}
.s-icon-train:before {
  content: "m";
}
.s-icon-trash:before {
  content: "n";
}
.s-icon-unlocked:before {
  content: "o";
}
.s-icon-user:before {
  content: "p";
}
.s-icon-users:before {
  content: "q";
}
.s-icon-users-outline:before {
  content: "r";
}
.s-icon-volume:before {
  content: "s";
}
.s-icon-volume-down:before {
  content: "t";
}
.s-icon-volume-up:before {
  content: "u";
}
.s-icon-wifi-1:before {
  content: "v";
}
.s-icon-wifi-2:before {
  content: "w";
}
.s-icon-wifi-3:before {
  content: "x";
}
.s-icon-window-delete:before {
  content: "y";
}
.s-icon-windows:before {
  content: "z";
}
.s-icon-zoom:before {
  content: "A";
}
.s-icon-zoom-in:before {
  content: "B";
}
.s-icon-zoom-out:before {
  content: "C";
}
.s-icon-user-outline:before {
  content: "D";
}
.s-icon-checkbox-checked:before {
  content: "E";
}
.s-icon-checkmark:before {
  content: "F";
}
.s-icon-clipboard:before {
  content: "G";
}
.s-icon-clock:before {
  content: "H";
}
.s-icon-cloud:before {
  content: "I";
}
.s-icon-coffee:before {
  content: "J";
}
.s-icon-comment:before {
  content: "K";
}
.s-icon-connection-0:before {
  content: "L";
}
.s-icon-connection-1:before {
  content: "M";
}
.s-icon-connection-2:before {
  content: "N";
}
.s-icon-connection-3:before {
  content: "O";
}
.s-icon-connection-4:before {
  content: "P";
}
.s-icon-credit-cards:before {
  content: "Q";
}
.s-icon-crop:before {
  content: "R";
}
.s-icon-cube:before {
  content: "S";
}
.s-icon-diamond:before {
  content: "T";
}
.s-icon-download:before {
  content: "U";
}
.s-icon-email:before {
  content: "V";
}
.s-icon-email-plane:before {
  content: "W";
}
.s-icon-enter:before {
  content: "X";
}
.s-icon-envelope:before {
  content: "Y";
}
.s-icon-eyedropper:before {
  content: "Z";
}
.s-icon-file:before {
  content: "0";
}
.s-icon-file-add:before {
  content: "1";
}
.s-icon-file-broken:before {
  content: "2";
}
.s-icon-file-settings:before {
  content: "3";
}
.s-icon-files:before {
  content: "4";
}
.s-icon-flag:before {
  content: "5";
}
.s-icon-folder:before {
  content: "6";
}
.s-icon-folder-add:before {
  content: "7";
}
.s-icon-folder-check:before {
  content: "8";
}
.s-icon-folder-settings:before {
  content: "9";
}
.s-icon-forbidden:before {
  content: "!";
}
.s-icon-frames:before {
  content: "\"";
}
.s-icon-glass:before {
  content: "#";
}
.s-icon-graph:before {
  content: "$";
}
.s-icon-grid:before {
  content: "%";
}
.s-icon-heart:before {
  content: "&";
}
.s-icon-home:before {
  content: "'";
}
.s-icon-id-card:before {
  content: "(";
}
.s-icon-invoice:before {
  content: ")";
}
.s-icon-ipad:before {
  content: "*";
}
.s-icon-ipad-2:before {
  content: "+";
}
.s-icon-lab:before {
  content: ",";
}
.s-icon-laptop:before {
  content: "-";
}
.s-icon-list:before {
  content: ".";
}
.s-icon-lock:before {
  content: "/";
}
.s-icon-locked:before {
  content: ":";
}
.s-icon-map:before {
  content: ";";
}
.s-icon-measure:before {
  content: "<";
}
.s-icon-meter:before {
  content: "=";
}
.s-icon-micro:before {
  content: ">";
}
.s-icon-micro-mute:before {
  content: "?";
}
.s-icon-microwave:before {
  content: "@";
}
.s-icon-minus:before {
  content: "[";
}
.s-icon-modem:before {
  content: "]";
}
.s-icon-mute:before {
  content: "^";
}
.s-icon-newspaper:before {
  content: "_";
}
.s-icon-paperclip:before {
  content: "`";
}
.s-icon-pencil:before {
  content: "{";
}
.s-icon-phone:before {
  content: "|";
}
.s-icon-phone-2:before {
  content: "}";
}
.s-icon-phone-3:before {
  content: "~";
}
.s-icon-picture:before {
  content: "\\";
}
.s-icon-pie-chart:before {
  content: "\e000";
}
.s-icon-pill:before {
  content: "\e001";
}
.s-icon-pin:before {
  content: "\e002";
}
.s-icon-power:before {
  content: "\e003";
}
.s-icon-printer-1:before {
  content: "\e004";
}
.s-icon-printer-2:before {
  content: "\e005";
}
.s-icon-refresh:before {
  content: "\e006";
}
.s-icon-reload:before {
  content: "\e007";
}
.s-icon-screen:before {
  content: "\e008";
}
.s-icon-select:before {
  content: "\e009";
}
.s-icon-set:before {
  content: "\e00a";
}
.s-icon-settings:before {
  content: "\e00b";
}
.s-icon-share:before {
  content: "\e00c";
}
.s-icon-share-outline:before {
  content: "\e00d";
}
.s-icon-bars:before {
  content: "\e00e";
}
.s-icon-battery-0:before {
  content: "\e00f";
}
.s-icon-battery-1:before {
  content: "\e010";
}
.s-icon-battery-2:before {
  content: "\e011";
}
.s-icon-battery-3:before {
  content: "\e012";
}
.s-icon-battery-4:before {
  content: "\e013";
}
.s-icon-battery-power:before {
  content: "\e014";
}
.s-icon-beer:before {
  content: "\e015";
}
.s-icon-bolt:before {
  content: "\e016";
}
.s-icon-bones:before {
  content: "\e017";
}
.s-icon-book-close:before {
  content: "\e018";
}
.s-icon-book-open:before {
  content: "\e019";
}
.s-icon-bookmark:before {
  content: "\e01a";
}
.s-icon-box:before {
  content: "\e01b";
}
.s-icon-browser:before {
  content: "\e01c";
}
.s-icon-bubble:before {
  content: "\e01d";
}
.s-icon-bubble-1:before {
  content: "\e01e";
}
.s-icon-bubble-2:before {
  content: "\e01f";
}
.s-icon-bubble-3:before {
  content: "\e020";
}
.s-icon-bucket:before {
  content: "\e021";
}
.s-icon-calculator:before {
  content: "\e022";
}
.s-icon-calendar:before {
  content: "\e023";
}
.s-icon-camera:before {
  content: "\e024";
}
.s-icon-cardiac-pulse:before {
  content: "\e025";
}
.s-icon-cd:before {
  content: "\e026";
}
.s-icon-character:before {
  content: "\e027";
}
.s-icon-archive:before {
  content: "\e028";
}
.s-icon-arrow-down:before {
  content: "\e029";
}
.s-icon-arrow-left:before {
  content: "\e02a";
}
.s-icon-arrow-right:before {
  content: "\e02b";
}
.s-icon-arrow-up:before {
  content: "\e02c";
}
.s-icon-atom:before {
  content: "\e02d";
}
.s-icon-bag:before {
  content: "\e02e";
}
.s-icon-bank-notes:before {
  content: "\e02f";
}
.s-icon-barbell:before {
  content: "\e030";
}

/******** Stream *********/

[class^="-streamline"]:before,
[class*="-streamline"]:before {
  font-family: "stream" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.armchair-chair-streamline:before {
  content: "a";
}
.arrow-streamline-target:before {
  content: "b";
}
.backpack-streamline-trekking:before {
  content: "c";
}
.bag-shopping-streamline:before {
  content: "d";
}
.barbecue-eat-food-streamline:before {
  content: "e";
}
.barista-coffee-espresso-streamline:before {
  content: "f";
}
.bomb-bug:before {
  content: "g";
}
.book-dowload-streamline:before {
  content: "h";
}
.book-read-streamline:before {
  content: "i";
}
.browser-streamline-window:before {
  content: "j";
}
.brush-paint-streamline:before {
  content: "k";
}
.bubble-comment-streamline-talk:before {
  content: "l";
}
.bubble-love-streamline-talk:before {
  content: "m";
}
.caddie-shop-shopping-streamline:before {
  content: "n";
}
.caddie-shopping-streamline:before {
  content: "o";
}
.camera-photo-polaroid-streamline:before {
  content: "p";
}
.camera-photo-streamline:before {
  content: "q";
}
.camera-streamline-video:before {
  content: "r";
}
.chaplin-hat-movie-streamline:before {
  content: "s";
}
.chef-food-restaurant-streamline:before {
  content: "t";
}
.clock-streamline-time:before {
  content: "u";
}
.cocktail-mojito-streamline:before {
  content: "v";
}
.coffee-streamline:before {
  content: "w";
}
.computer-imac:before {
  content: "x";
}
.computer-imac-2:before {
  content: "y";
}
.computer-macintosh-vintage:before {
  content: "z";
}
.computer-network-streamline:before {
  content: "A";
}
.computer-streamline:before {
  content: "B";
}
.cook-pan-pot-streamline:before {
  content: "C";
}
.crop-streamline:before {
  content: "D";
}
.crown-king-streamline:before {
  content: "E";
}
.danger-death-delete-destroy-skull-stream:before {
  content: "F";
}
.dashboard-speed-streamline:before {
  content: "G";
}
.database-streamline:before {
  content: "H";
}
.delete-garbage-streamline:before {
  content: "I";
}
.design-graphic-tablet-streamline-tablet:before {
  content: "J";
}
.design-pencil-rule-streamline:before {
  content: "K";
}
.diving-leisure-sea-sport-streamline:before {
  content: "L";
}
.drug-medecine-streamline-syringue:before {
  content: "M";
}
.earth-globe-streamline:before {
  content: "N";
}
.eat-food-fork-knife-streamline:before {
  content: "O";
}
.eat-food-hotdog-streamline:before {
  content: "P";
}
.edit-modify-streamline:before {
  content: "Q";
}
.email-mail-streamline:before {
  content: "R";
}
.envellope-mail-streamline:before {
  content: "S";
}
.eye-dropper-streamline:before {
  content: "T";
}
.factory-lift-streamline-warehouse:before {
  content: "U";
}
.first-aid-medecine-shield-streamline:before {
  content: "V";
}
.food-ice-cream-streamline:before {
  content: "W";
}
.frame-picture-streamline:before {
  content: "X";
}
.grid-lines-streamline:before {
  content: "Y";
}
.handle-streamline-vector:before {
  content: "Z";
}
.happy-smiley-streamline:before {
  content: "0";
}
.headset-sound-streamline:before {
  content: "1";
}
.home-house-streamline:before {
  content: "2";
}
.ibook-laptop:before {
  content: "3";
}
.ink-pen-streamline:before {
  content: "4";
}
.ipad-streamline:before {
  content: "5";
}
.iphone-streamline:before {
  content: "6";
}
.ipod-mini-music-streamline:before {
  content: "7";
}
.ipod-music-streamline:before {
  content: "8";
}
.ipod-streamline:before {
  content: "9";
}
.japan-streamline-tea:before {
  content: "!";
}
.laptop-macbook-streamline:before {
  content: "\"";
}
.like-love-streamline:before {
  content: "#";
}
.link-streamline:before {
  content: "$";
}
.lock-locker-streamline:before {
  content: "%";
}
.locker-streamline-unlock:before {
  content: "&";
}
.macintosh:before {
  content: "'";
}
.magic-magic-wand-streamline:before {
  content: "(";
}
.magnet-streamline:before {
  content: ")";
}
.man-people-streamline-user:before {
  content: "*";
}
.map-pin-streamline:before {
  content: "+";
}
.map-streamline-user:before {
  content: ",";
}
.micro-record-streamline:before {
  content: "-";
}
.monocle-mustache-streamline:before {
  content: ".";
}
.music-note-streamline:before {
  content: "/";
}
.music-speaker-streamline:before {
  content: ":";
}
.notebook-streamline:before {
  content: ";";
}
.paint-bucket-streamline:before {
  content: "<";
}
.painting-pallet-streamline:before {
  content: "=";
}
.painting-roll-streamline:before {
  content: ">";
}
.pen-streamline:before {
  content: "?";
}
.pen-streamline-1:before {
  content: "@";
}
.pen-streamline-2:before {
  content: "[";
}
.pen-streamline-3:before {
  content: "]";
}
.photo-pictures-streamline:before {
  content: "^";
}
.picture-streamline:before {
  content: "_";
}
.picture-streamline-1:before {
  content: "`";
}
.receipt-shopping-streamline:before {
  content: "{";
}
.remote-control-streamline:before {
  content: "|";
}
.settings-streamline:before {
  content: "}";
}
.settings-streamline-1:before {
  content: "~";
}
.settings-streamline-2:before {
  content: "\\";
}
.shoes-snickers-streamline:before {
  content: "\e000";
}
.speech-streamline-talk-user:before {
  content: "\e001";
}
.stamp-streamline:before {
  content: "\e002";
}
.streamline-suitcase-travel:before {
  content: "\e003";
}
.streamline-sync:before {
  content: "\e004";
}
.streamline-umbrella-weather:before {
  content: "\e005";
}

/******* Essential Icons *******/

[class^="e-icon-"], [class*="e-icon-"] {
	font-family: '77-Essential-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.e-icon-Plus:before {
	content: "\2b";
}
.e-icon-Attachment:before {
	content: "\61";
}
.e-icon-Reply:before {
	content: "\72";
}
.e-icon-BarGraph:before {
	content: "\67";
}
.e-icon-Book:before {
	content: "\52";
}
.e-icon-Bookmark:before {
	content: "\42";
}

.e-icon-Briefcase:before {
	content: "\62";
}

.e-icon-BrowserWindow:before {
	content: "\77";
}

.e-icon-Calendar:before {
	content: "\63";
}

.e-icon-Camera:before {
	content: "\43";
}

.e-icon-Cancel:before {
	content: "\78";
}

.e-icon-Clock:before {
	content: "\74";
}

.e-icon-CommentwithLines:before {
	content: "\6d";
}

.e-icon-Comment:before {
	content: "\4d";
}

.e-icon-Computer:before {
	content: "\31";
}

.e-icon-Controls:before {
	content: "\53";
}

.e-icon-Conversation:before {
	content: "\73";
}

.e-icon-CreditCard:before {
	content: "\a3";
}

.e-icon-Crosshair:before {
	content: "\54";
}

.e-icon-Diary:before {
	content: "\6e";
}

.e-icon-DownArrow:before {
	content: "\64";
}

.e-icon-Email:before {
	content: "\65";
}

.e-icon-Folder:before {
	content: "\66";
}

.e-icon-Forward:before {
	content: "\46";
}

.e-icon-Heart:before {
	content: "\33";
}

.e-icon-Home:before {
	content: "\68";
}

.e-icon-Inbox:before {
	content: "\44";
}

.e-icon-Layers:before {
	content: "\4c";
}

.e-icon-LeftArrow:before {
	content: "\3c";
}

.e-icon-Link:before {
	content: "\6c";
}

.e-icon-List:before {
	content: "\3a";
}

.e-icon-LocationMarker:before {
	content: "\50";
}

.e-icon-Location:before {
	content: "\4b";
}

.e-icon-Map:before {
	content: "\71";
}

.e-icon-Medal:before {
	content: "\48";
}

.e-icon-Menu:before {
	content: "\3d";
}

.e-icon-Microphone:before {
	content: "\41";
}

.e-icon-Minus:before {
	content: "\2d";
}

.e-icon-Options:before {
	content: "\6f";
}

.e-icon-MoreOptions:before {
	content: "\4f";
}

.e-icon-Music:before {
	content: "\4e";
}

.e-icon-Mute:before {
	content: "\58";
}

.e-icon-Notification:before {
	content: "\6a";
}

.e-icon-Padlock:before {
	content: "\6b";
}

.e-icon-Document:before {
	content: "\57";
}

.e-icon-Phone:before {
	content: "\69";
}

.e-icon-Photo:before {
	content: "\70";
}

.e-icon-PieChart:before {
	content: "\47";
}

.e-icon-Pin:before {
	content: "\4a";
}

.e-icon-View:before {
	content: "\531";
}

.e-icon-Printer:before {
	content: "\532";
}

.e-icon-Profile:before {
	content: "\533";
}

.e-icon-Rearrange:before {
	content: "\7a";
}

.e-icon-Refresh:before {
	content: "\7e";
}

.e-icon-RightArrow:before {
	content: "\3e";
}

.e-icon-Save:before {
	content: "\79";
}

.e-icon-Search:before {
	content: "\59";
}

.e-icon-Settings:before {
	content: "\32";
}

.e-icon-Share:before {
	content: "\40";
}

.e-icon-Shop:before {
	content: "\51";
}

.e-icon-Signals:before {
	content: "\7b";
}

.e-icon-Signal:before {
	content: "\7c";
}

.e-icon-Volume:before {
	content: "\5a";
}

.e-icon-Star:before {
	content: "\2a";
}

.e-icon-iPad:before {
	content: "\49";
}

.e-icon-Tag:before {
	content: "\45";
}

.e-icon-Checkmark:before {
	content: "\2f";
}

.e-icon-Toggle:before {
	content: "\60";
}

.e-icon-Trash:before {
	content: "\5f";
}

.e-icon-Typing:before {
	content: "\2e";
}

.e-icon-UpArrow:before {
	content: "\5e";
}

.e-icon-User:before {
	content: "\75";
}

.e-icon-Users:before {
	content: "\55";
}

.e-icon-VideoCamera:before {
	content: "\56";
}

.e-icon-Video:before {
	content: "\76";
}

.e-icon-Warning:before {
	content: "\21";
}

.e-icon-CreateNew:before {
	content: "\7d";
}

/************* Music **************/

[class^="icon-music"]:before,
[class*=" icon-music"]:before {
  font-family: "linea-music-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-music-beginning-button:before {
  content: "a";
}
.icon-music-bell:before {
  content: "b";
}
.icon-music-cd:before {
  content: "c";
}
.icon-music-diapason:before {
  content: "d";
}
.icon-music-eject-button:before {
  content: "e";
}
.icon-music-end-button:before {
  content: "f";
}
.icon-music-fastforward-button:before {
  content: "g";
}
.icon-music-headphones:before {
  content: "h";
}
.icon-music-ipod:before {
  content: "i";
}
.icon-music-loudspeaker:before {
  content: "j";
}
.icon-music-microphone:before {
  content: "k";
}
.icon-music-microphone-old:before {
  content: "l";
}
.icon-music-mixer:before {
  content: "m";
}
.icon-music-mute:before {
  content: "n";
}
.icon-music-note-multiple:before {
  content: "o";
}
.icon-music-note-single:before {
  content: "p";
}
.icon-music-pause-button:before {
  content: "q";
}
.icon-music-play-button:before {
  content: "r";
}
.icon-music-playlist:before {
  content: "s";
}
.icon-music-radio-ghettoblaster:before {
  content: "t";
}
.icon-music-radio-portable:before {
  content: "u";
}
.icon-music-record:before {
  content: "v";
}
.icon-music-recordplayer:before {
  content: "w";
}
.icon-music-repeat-button:before {
  content: "x";
}
.icon-music-rewind-button:before {
  content: "y";
}
.icon-music-shuffle-button:before {
  content: "z";
}
.icon-music-stop-button:before {
  content: "A";
}
.icon-music-tape:before {
  content: "B";
}
.icon-music-volume-down:before {
  content: "C";
}
.icon-music-volume-up:before {
  content: "D";
}
.client_search_btn
{
	font-size: 1.8em;
	margin: 0 10px 5px 0;
	padding: 0;
	float: right;
	height: 26px;
	width: 20px;
}
.capitalize
{
	text-transform: capitalize;
}
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin:0 auto;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 30px; padding: 0; line-height: 30px;
    border: 2px solid #999999; border-radius: 30px;
    background-color: #C92C2C;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 58px;
    border: 2px solid #999999; border-radius: 30px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #3BA32D;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #3BA32D;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}
.bordered
{
	border:1px solid #000;
}
.bordered-top, .bordered-top td, .even .bordered-top
{
	border-top:1px solid #000;
}
.bordered-bottom, .bordered-bottom td
{
	border-bottom:1px solid #000;
}
.bordered-bottom-dashed
{
	border-bottom:1px dashed #000;
}
.bordered-top-dashed
{
	border-top:1px dashed #000;
}
.bordered-bottom-dotted
{
	border-bottom:1px dotted #000;
}
.bordered-top-dotted
{
	border-top:1px dotted #000;
}
.bordered-left
{
	border-left:1px solid #000;
}
.align_right
{
	text-align: right;
}
.align_left
{
	text-align: left;
}
#categories_holder,#subcat_holder
{
	width:300px;
	height:260px;
	overflow: scroll;
	float:left;
}
#subcat_holder
{
  width: 500px;
}
#hidden_subcat
{
	display: none;
}
#pd_report_holder
{
	clear:both;
	height:540px;
	overflow: scroll;
	padding-top: 5px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
.pd_report_results thead th
{
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.subcat_emph
{
	background-color: #B9E1F1;
}
.large_text_truncate
{
	width:650px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.scroll_table
{
	height: 350px;
	overflow-y: scroll;
}
#entity_docs_form, #entity_sold_units_form, #entity_consigned_units_form
{
	min-width:250px;
	border-right: 1px dashed #777;
	min-height: 350px;
	margin: 5px 0;
	padding: 0 10px 0 0;
}
#sold_units_form
{
	min-width:250px;
	min-height: 100px;
	margin:0;
	padding: 0;
}
#entity_docs_holder, #entity_sold_units_holder, #entity_consigned_units_holder
{
  float:right;
  width:80%;
}
.circle 
{
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin:0 auto;
}
.circle_num
{
border-radius: 50%;
width: 16px;
height: 16px;
margin: 0;
color: #fff;
background-color: #777;
float: right;
clear: none;
padding: 1px 6px 9px 6px;
text-align: center;
}
.red_circle
{
	background-color: red;
}
.green_circle
{
	background-color: green;
}
.e_files_list
{
	float: left;
	clear:both;
}
.e_files_list li
{
	float: left;
	list-style: none;
	margin:15px;
	border:1px dashed #333;
}
.e_files_list li img
{
	z-index: -1;
}
.entity_file
{
	width:100px;
}
#graph_sales_total
{
	width: 100%;
	text-align: center;
	margin: -32% auto 0;
	float: left;
	font-size: 1.2em;
	color:transparent;
}
#graph_sales_total:hover
{
	color:#333;
}
.half:hover #graph_sales_total
{
	color:#333;
}
.month-picker{display:inline-block;position:absolute;z-index:9999}.month-picker table{border-collapse:separate;border-spacing:2px 2px}.month-picker td{padding:0}.month-picker .ui-button-text{padding:.4em 0}.month-picker-header{margin:3px 3px 0}.month-picker-year-table{width:100%;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.month-picker-year-table a{border:1px solid transparent}.month-picker-year-table .ui-button{font-size:1.1em;width:1.5em;height:1.5em;cursor:default;margin:0}.month-picker-year-table .month-picker-title{text-align:center}.month-picker-year-table .month-picker-title .ui-button{font-size:1em;padding:.1em 0;width:100%;font-weight:700}.month-picker-year-table .ui-button-text{padding:0}.month-picker-month-table td{height:35px;text-align:center}.month-picker-month-table .ui-button{width:4.2em;margin:.2em}.month-picker-open-button{height:20px;width:20px;vertical-align:bottom}.month-picker-invalid-message{display:none;background-color:#ff0}.month-picker-disabled{background-color:#e1e1e1}

.payroll_record
{
	width:310px;
	margin:5px;
	padding:5px;
}
.editable
{
	display: inline-block;
}
.e_files_list .icon
{
	float: right;
	margin-left: -34px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	top: -18px;
	right: -18px;
	border-radius: 50%;
}
.bar
{
	display: block;
	min-height: 10px;
	float: left;
	padding: 1px 0px;
	color:#fff;
	text-align: center;
}
.barcode_img
{
	width: 32px;
	vertical-align: middle;
	margin-top: -5px;
}
.auto_margin
{
	margin:auto;
}