/*
* === MAJOR SECTION HEADING ===
*/

/*
* — Minor Section Heading —
*/

.typeahead.dropdown-menu {
	z-index: 1051;
	position:relative;
	top:0!important;
	left:0!important;
	
}

/*
* === STYLING MAIN ===
*/

@media (min-width: 576px) {
	.modal-xl {
		max-width: 500px;
	}
}

@media (min-width: 768px) {
  .modal-xl {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1000px;
  }
}


@media (min-width: 1400px) {
	.container {
		max-width: 1340px;
	}
	.modal-xl {
		max-width: 1000px;
	}
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, 
	.col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12{
	  position: relative;
	  width: 100%;
	  min-height: 1px;
	  padding-right: 15px;
	  padding-left: 15px;
	}
}

.placebut:hover{
	background-color: #bfbfbf;
}

.placebut{
	font-size: 80%;
	background-color: #f2f2f2;
}

.alert-gs {
  color: #06352f;
  background-color: #a3e5dc;
  border-color: #51ccbb;
  padding:6px; 
  font-size:14px; 
  margin-bottom:6px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	/* max-width: 100%; */
    /* overflow-x: hidden; */
}

/* .card-header-tabs { */
    /* margin-right: .225rem; */
    /* margin-bottom: -.05rem; */
    /* margin-left: .625rem; */
    /* border-bottom: 0; */
/* } */
.draggable .modal-header:hover {cursor: move;}

form { margin-bottom: 0px;}

.dropdown-item{
	padding-left: 5px;
	font-size: 1.5vh;
}

.dropdown-item:hover{
	background-color: #cccccc;
}

.outlined {
    border: 2px solid white;
	border-radius: 0px;
}

.filledw {
    padding:3px;
	background-color: white;
}

.imageeditor{
	background-color: black;
	height: 600px;
	overflow: auto;
	padding: 5px;
}
 
 
.body{
	font-family: 'Titillium Web', sans-serif;
	background: #1e5799; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #1e5799 0%, #dfd9cf 0%, #c4bbad 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #1e5799 0%,#dfd9cf 0%,#c4bbad 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #1e5799 0%,#dfd9cf 0%,#c4bbad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#c4bbad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-top:65px;
	padding-bottom:22px;
	height: 100%;
	margin: 0;
}

.paginate_input{
	width:40px;
	margin-left:5px;
}

.highlight {
    border: 2px solid green;
}
.responsive2 {
    padding: 0 6px;
    float: left;
    width: 49%;
}

.responsive3 {
    padding: 0 6px;
    float: left;
    width: 33%;
}

.responsive4 {
    padding: 0 6px;
    float: left;
    width: 24%;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 19.99999%;
}

.paginate_button{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* border: 1px solid #cccccc; */
    padding: .275rem .35rem;
	/* background-color:#F5F5F5; */
	margin: 3px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.paginate_button:hover{
    border: 1px solid #cccccc;
	background-color: #c5c5c5;
	cursor: pointer;
}

.mt-1a, .my-1a {
    margin-top: .15rem!important;
}

.source {
    background: #ffffcc !important;
	height: 24px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ccc;
    background-color: #0D6D60 !important;
}

.bg-gsh {
    background-color: #0D6D60 !important;
}

.tableedit td, .table th {
    border-top: 0;
	padding:0 !important;
}

.imagefield {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.imagelabel {
    position: absolute;
    font-size: 10px;
    color: grey;
    top: 3px;
    left: 3px;
}

.typeahead__field input[type="search"], .typeahead__field input[type="search"]::-webkit-search-cancel-button{
	font-size: 14px;
}

.rotate{
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.rotate.up{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.eventmenu{
	padding: 3px;
}
.eventmenutabs{
	padding: 0 0 9px 12px;

}
.heading-gs{
	color: #fff;
	background-color: #289B8C;
	padding: 0;
}

.heading-gs-navbar{
	color: #fff;
	background-color: #289B8C; 
	padding: 0.1rem 0.5rem;
}

.heading-gs-soft{
	color: #000;
	background-color: #68d8c9;
	border: 1px solid #289B8C; 
    padding: .25rem 0.55rem;
}

.heading-gsf{
	color: #fff;
	background-color: #3369bf;
	padding: 0;
}

.heading-gsf-navbar{
	color: #fff;
	background-color: #3e5eaa; 
	padding: 0.1rem 0.5rem;
}

.heading-gsf-soft{
	color: #000;
	background-color: #68d8c9;
	border: 1px solid #289B8C; 
    padding: .25rem 0.55rem;
}

.btn-group-s>.btn, .btn-s {
    padding: .35rem .35rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}

.btn-s, .btn-group-s > .btns {
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}
.btn-group-s2>.btn, .btn-s2 {
    padding: .25rem .35rem;
    font-size: .85rem;
    line-height: 1;
    border-radius: .2rem;
}

.btn-s, .btn-group-s > .btns {
    padding: 2px 6px 2px 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: .25rem .35rem;
    font-size: .675rem;
    line-height: 1;
    border-radius: .2rem;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}

.btn-link-navbar {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
}
.btn-link-navbar:focus {
    box-shadow: none !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 2px 5px;
}

.h7, h7 {
    font-size: 0.8rem;
}

.card-header-sm {
    padding: 3px 12px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header-tabs-sm {
    margin-right: 0;
    margin-bottom: -3;
    margin-left: -10;
    border-bottom: 0;
}

.card-footer-sm {
    padding: 0;
    height: 35px;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

a:hover{
	text-decoration: none;
}
.table td, .table th {
    padding: .1rem;
	height: 24px;
	vertical-align:middle;
}

.table {
    font-size: 14px !important;
}

.gallery-header{
	font-size: 10px !important;
	padding: 3px 6px;
    margin-bottom: 0;
	background-color: #a3e5dc;
	border-color: #51ccbb;
}

.imagegallery{
	width:100%; 
	max-height: 100%; 
	object-fit: contain;
	overflow: hidden;
}

.standard{
	font-family: 'Titillium Web', sans-serif;
	background: #1e5799; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #1e5799 0%, #dfd9cf 0%, #c4bbad 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #1e5799 0%,#dfd9cf 0%,#c4bbad 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #1e5799 0%,#dfd9cf 0%,#c4bbad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#c4bbad',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-repeat: no-repeat;
	width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
}
	
#dragandrophandler
{
	border:2px dotted #0B85A1;
	width:400px;
	color:#92AAB0;
	text-align:left;vertical-align:middle;
	padding:10px 10px 10 10px;
	margin-bottom:10px;
	font-size:200%;
}

#sortable { 
	list-style: none; 
	text-align: left; 
	padding-left:0px;
}

#sortable li { 
	margin: 0 0 10px 0;
	height: 75px; 
	background: #dbd9d9;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;
	
}

#sortable li span {
	background-color: #b4b3b3;
	background-image: url('/assets/img/drag.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 75px; 
	display: inline-block;
	float: left;
	cursor: move;
}
#sortable li img {
	height: 73px !important;
	border: 5px solid #cccccc;
	display: inline-block;
	float: left;
}
#sortable li div {
	padding: 5px;
}
#sortable li h2 {    
	font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 0px !important;
}


.gensidebar {
    width: 100%;
    padding: 5px;
    border-top: 1px solid #e6e6e6;
	display: list-item;
	list-style-type: none;
}

.gs-list-group-item {
    position: relative;
    display: block;
    padding: .25rem .25rem;
    margin-bottom: -1px;
}

a.gs-list-group-item:hover {
	background-color: #cccccc;
}
.navactive {
	background-color: #e6e6e6;
}

.maininput{
	height:31px; 
	font-size:14px !important;
}

.ul-gensidebar {
	-webkit-padding-start: 0px !important;
}

.navicon{
	display:inline; 
	line-height:0.3; 
	font-size:20px;
}


.menudrop{
	font-size:12px; 
	background:rgb(255,255,255); 
	background:rgba(255,255,255,0.8); 
	border:0px; 
	outline:0px;
	width:30px;
}

.select2-dropdown{
	width:230px !important;
}

.gsslider{
	width: 150px; 
	height: 8px; 
	font-size: 52.5%; 
	top:8px;
	border: 1px solid #666666;
}

.toolmenu{
background:rgb(112,108,101); 
background:rgba(112,108,101,0.8); 
border: 2px solid rgb(77,68,53);
border: 2px solid rgba(77,68,53,0.2);
border-radius: 20px 20px 20px 20px;
}

.treemenu-gs{
	z-index:1551; 
	background:#353535; 
	border: 1px; 
	border-style: solid;
}

.treemenu-gs-results{
	background:white;
	height: -webkit-calc(100% - 150px);
    height: -moz-calc(100% - 150px);
    height: calc(100% - 150px); overflow-x:hidden; overflow-y:auto;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 22px;
  line-height: 22px; /* Vertically center the text there */
  background-color: #E0E0E0;
  border-top:1px solid #909090;
  float:left;
  z-index:1020;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #000000!important;
}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: #cccccc!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: cccccc!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: cccccc!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: cccccc!important;
}

.backimage{
	height:100%;
	background:  linear-gradient(
		rgba(0, 0, 0, 0.6), 
		rgba(0, 0, 0, 0.6)
		),url('../img/backgroundimage.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
}
	
.show_messages { 
	height: 360px; 
	padding:15px;
	overflow:auto;
	overflow-x: hidden;
	text-align: left;
	position: relative;
}

.fixed-bottom {
    bottom: 22px;
}

.chatdate 
{
	font-size: 8px;
	position: absolute;
	bottom: 5px;
	right: 15px;
}

.chatbox
{
	position: fixed;
	left: 5px;
	bottom: 0px;
	z-index: 1065;
}

.livechat
{
	-webkit-box-shadow: -3px -3px 13px 0px rgba(133,133,133,1);
	-moz-box-shadow: -3px -3px 13px 0px rgba(133,133,133,1);
	box-shadow: -3px -3px 13px 0px rgba(133,133,133,1);
	width: 500px;
	font-family: arial;
	font-size: 12px;
}

.livechatmenu
{
	
	font-family: arial;
	font-size: 12px;
	transition: 1s;
	text-align:center;
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 0;
	right: 0;
	z-index: 9989;
	cursor: pointer;

}

.msg_a{
	position:relative;
	background:#aedbf0;
	padding:10px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
}
.msg_a:before{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent #aedbf0 transparent transparent;
	left:-20px;
	top:7px;
}


.msg_b{
	background:#d7ffd3;
	padding:10px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-wrap: break-word;
}
.msg_b:after{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent transparent transparent #d7ffd3;
	right:-20px;
	top:7px;
}



/*
* === STYLING FOR TREE ===
*/

.showtree{
	width:100%;
	height:100%;
}


.title2 {
	font-size: 10px; 
	white-space:wrap; 
	color: #fff;
	line-height: 1;
	overflow: hidden;
}
	
.bt-item-frame {
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,1);
}

.bt-item-frame:hover {
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,1);
}

.btn-male {
    color: #fff;
    background-color: #277FAF;
    border-color: #115b84;
}

.btn-female {
    color: #fff;
    background-color: #B84860;
    border-color: #822136;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  /* top:1px; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.bottomright {position:absolute; bottom:0; right: 0;}
.bottomleft {position:absolute; bottom:0; }
  
.bginfo{
    background-color: #d9edf7;
}

.alert-success-soft {
    color: #000;
    background-color: #72CCC0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
	margin-bottom:0;
}

.cardshadow{
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
    box-shadow: 0 0 25px rgba(0, 0, 0, .4);
}

table.placestd tbody th, table.placestd tbody td {
    padding: 0px 10px !important;
}

.success {
    color: #fff;
    font-size: 20px;
    background-color: #289B8C;
}

.input-group-text{
	line-height: 1.0;
}

.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}