

/*
Template Name: Synadmin Admin
Author: codervent
Email: codervent@gmail.com
File: app.css
*/


/*
  - Google Font
  - General
  - Sidebar
  - Header
  - Metismenu
  - Extra CSS
  - Invoice Page
  - Chat box
  - Email box
  - Compose Mail
  - Navs and Tabs
  - Background Colors
  - Authentication
  - Buttons
  - Pricing Table
  - Forms
  - Responsive
*/



/* General */


body {



	font-size: 14px;

	color: #525f7f;

    background-color: #f8f9fe;

	letter-spacing: 0.5px;


    overflow-x: hidden;

	font-family: 'Roboto', sans-serif;


}


a {


	text-decoration: none;


}


.wrapper {


	width: 100%;


	position: relative;


}


/* Sidebar */


.sidebar-wrapper {


	width: 250px;


	height: 100%;


	position: fixed;


	top: 0px;


	bottom: 0;


	left: 0px;


	background: #ffffff;


	border-right: 0px solid #e4e4e4;


	z-index: 11;


	box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);


	transition: all .2s ease-out;


}


.sidebar-header {


	width: 250px;


	height: 60px;


	display: flex;


	align-items: center;


	position: absolute;


	top: 0px;


	bottom: 0;


	padding: 0 15px;


	z-index: 5;


	background: #ffffff;


	background-clip: border-box;


	border-bottom: 1px solid #e4e4e4;


}


.logo-icon {


	width: 50px;


}


.logo-text {

	font-size: 22px;
    margin-left: 5px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #3a917b;
    text-transform: uppercase;


}


.toggle-icon {


	font-size: 22px;


	cursor: pointer;


	color: #abc440;


}


/* Header */


.topbar {


	position: fixed;


	top: 0;


	left: 250px;


	right: 0;


	height: 60px;


	background: #ffffff;


	border-bottom: 1px solid rgb(228 228 228 / 0%);


	background-clip: border-box;


    z-index: 10;


	box-shadow: 0 0.125rem 0.25rem rgb(136 152 170 / 15%);


}


.topbar .navbar {


	width: 100%;


	height: 60px;


	padding-left: 30px;


	padding-right: 30px;


}


.page-wrapper {


	height: 100%;


	margin-top: 60px;


	margin-bottom: 30px;


	margin-left: 250px;


}


.page-content {


	padding: 1.5rem;


}


.page-footer {


	background: #ffffff;


	left: 250px;


	right: 0;


	bottom: 0;


	position: fixed;


	text-align: center;


	padding: 7px;


	font-size: 14px;


	border-top: 1px solid #e4e4e4;


	z-index: 3;


}


.wrapper.toggled .topbar {


	left: 70px;


}


.wrapper.toggled .page-wrapper {


	margin-left: 70px;


}


.wrapper.toggled .page-footer {


	left: 70px;


}




/*Metismenu*/


.sidebar-wrapper ul {


	padding: 0;


	margin: 0;


	list-style: none;


	background: transparent;


}


.sidebar-wrapper .metismenu {


	background: transparent;


	display: -webkit-box;


	display: -ms-flexbox;


	display: flex;


	padding: 10px;


	margin-top: 60px;


	-webkit-box-orient: vertical;


	-webkit-box-direction: normal;


	-ms-flex-direction: column;


	flex-direction: column;


}


.sidebar-wrapper .metismenu li+li {


	margin-top: 5px;


}


.sidebar-wrapper .metismenu li:first-child {


	margin-top: 5px;


}


.sidebar-wrapper .metismenu li:last-child {


	margin-bottom: 5px;


}


.sidebar-wrapper .metismenu>li {


	/*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/


	display: -webkit-box;


	display: -ms-flexbox;


	display: flex;


	-webkit-box-orient: vertical;


	-webkit-box-direction: normal;


	-ms-flex-direction: column;


	flex-direction: column;


	position: relative;


}


.sidebar-wrapper .metismenu a {


	position: relative;


	display: flex;


	align-items: center;


	justify-content: left;


	padding: 8px 15px;


	font-size: 15px;


	color: #5f5f5f;


	outline-width: 0;


	text-overflow: ellipsis;


	overflow: hidden;


	letter-spacing: .5px;


	border: 1px solid #ffffff00;


	transition: all .3s ease-out;


}


.sidebar-wrapper .metismenu a .parent-icon {


	font-size: 24px;


	line-height: 1;


}


.sidebar-wrapper .metismenu a .menu-title {


	margin-left: 10px;


}


.sidebar-wrapper .metismenu ul a {


	padding: 6px 15px 6px 15px;


	font-size: 15px;


	border: 0;


}


.sidebar-wrapper .metismenu ul a i {


	margin-right: 10px;


}


.sidebar-wrapper .metismenu ul {


	border: 1px solid #ededed;


	background: #ffffff;


}


.sidebar-wrapper .metismenu ul ul a {


	padding: 8px 15px 8px 30px;


}


.sidebar-wrapper .metismenu ul ul ul a {


	padding: 8px 15px 8px 45px;


}


.sidebar-wrapper .metismenu a:hover,


.sidebar-wrapper .metismenu a:focus,


.sidebar-wrapper .metismenu a:active,


.sidebar-wrapper .metismenu .mm-active>a {

    color: #212529;
    text-decoration: none;
    background: rgb(119 119 119 / 12%);


}


.menu-label {


	padding: 20px 15px 5px 5px;


	color: #b0afaf;


	text-transform: uppercase;


	font-size: 12px;


	letter-spacing: 0.5px;


}


.metismenu .has-arrow:after {


	position: absolute;


	content: "";


	width: .50em;


	height: .50em;


	border-style: solid;


	border-width: 1.2px 0 0 1.2px;


	border-color: initial;


	right: 15px;


	transform: rotate(-45deg) translateY(-50%);


	transform-origin: top;


	top: 50%;


	transition: all .3s ease-out;


}


@media screen and (min-width: 1025px) {


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {


		display: none;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {


		width: 70px;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {


		width: 70px;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {


		display: none;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {


		justify-content: center;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {


		width: 70px;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {


		justify-content: center;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {


		display: none;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {


		display: none;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {


		display: none;


	}


	.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {


		display: none;


	}


	.email-toggle-btn {


		display: none !important;


	}


	.chat-toggle-btn {


		display: none !important;


	}


}


/* Ecommerce Product */

.product-show{
	font-size: 18px;
    left: 15px;
}

.product-discount{
	width: 1.5rem;
    height: 1.5rem;
    font-size: 18px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.color-indigator-item{
	width: 1.2rem;
    height: 1.2rem;
    background-color: rgb(230, 224, 224);
	border-radius: 50%;
	cursor: pointer;
}.card-body {
    padding: 0.5rem 0.5rem !important;
}
.product-grid .card img{    height: 150px;
    object-fit: cover;
	border-bottom: #eeeeee solid 2px;
    width: 100%;}
	.product-grid .card-title, .breakon2{
		overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical;min-height: 26px;    margin-bottom: 0;
	}
	.breakon1, .tt-menu span{
		overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; 
-webkit-box-orient: vertical;
	}
	.colorblue{    color: #7fc5d9;}

.product-grid .card {


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


}



@media (min-width: 992px) {


	.product-grid .card:hover {


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


	}


}


.dash-wrapper {

    margin: -1.5rem -1.5rem -5.5rem -1.5rem;

    padding: 1.5rem 1.5rem 6.5rem 1.5rem;

}



/* Extra CSS */


.back-to-top {


	display: none;


	width: 40px;


	height: 40px;


	line-height: 40px;


	text-align: center;


	font-size: 26px;


	color: white;


	position: fixed;


	border-radius: 10px;


	bottom: 20px;


	right: 12px;


	background-color: #abc440;


	z-index: 5;


}


.back-to-top:hover {


	color: white;


	background-color: #000;


	transition: all .5s;


}


.breadcrumb-title {


	font-size: 20px;


	border-right: 1.5px solid #aaa4a4;


}


.page-breadcrumb .breadcrumb li.breadcrumb-item {


	font-size: 16px;


}


.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {


	display: inline-block;


	padding-right: .5rem;


	color: #6c757d;


	font-family: 'LineIcons';


	content: "\ea5c";


}


.icon-badge {


    width: 22px;
    height: 22px;

    border: none;
	background: #f2f2f2;


	display: inline-flex;


	align-items: center;


	justify-content: center;


	border-radius: 50%;


}


.widgets-icons {


	width: 50px;


	height: 50px;


	display: flex;


	align-items: center;


	justify-content: center;


	background-color: #ededed;


	font-size: 26px;


	border-radius: 10px;


}


#geographic-map {


	width: 100%;


	height: 350px;


}


.product-img {


	width: 45px;


	height: 45px;


	background-color: white;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 10px;


	border: 1px solid #e6e6e6;


}


.product-img img {


	width: 45px;


	height: 45px;


	padding: 1px;


}


.product-list {


	position: relative;


	height: 450px;


}




.dashboard-top-countries {


	position: relative;


	height: 330px;


}


.customers-list {


	position: relative;


	height: 450px;


}

.store-metrics {


	position: relative;


	height: 450px;


}


.best-selling-products {


	position: relative;


	height: 450px;

}

.recent-reviews {


	position: relative;


	height: 450px;


}

.support-list {


	position: relative;


	height: 450px;


}

.product-list .row {


	background-color: #f8f9fa;


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


}


@media (min-width: 992px) {


	.product-list .row:hover {


		background-color: #fff;


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);


		box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);


	}


}


.recent-product-img {


	width: 40px;


	height: 40px;


	background-color: #ffffff;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 10px;


	border: 1px solid #e6e6e6;


}


.recent-product-img img {


	width: 40px;


	height: 40px;


	padding: 6px;


}


.theme-icons {

    background-color: #abc440;
    color: #fff;


}


.lead-table .table {


	border-collapse: separate;


	border-spacing: 0 10px;


}


.fm-menu .list-group a {


	font-size: 16px;


	color: #5f5f5f;


	display: flex;


	align-items: center;


}


.fm-menu .list-group a i {


	font-size: 23px;


}


.fm-menu .list-group a:hover {


	background: #abc440;


	color: #ffffff;


	transition: all .2s ease-out;


}


.fm-file-box {


	font-size: 25px;


	background: #e9ecef;


	width: 44px;


	height: 44px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: .25rem;


}


.fm-icon-box {


	font-size: 32px;


	background: #ffffff;


	width: 52px;


	height: 52px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: .25rem;


}


.user-plus {


	width: 33px;


	height: 33px;


	margin-left: -14px;


	line-height: 33px;


	background: #ffffff;


	border-radius: 50%;


	text-align: center;


	font-size: 22px;


	cursor: pointer;


	border: 1px dotted #a9b2bb;


	color: #404142;


}


.user-groups img {


	margin-left: -14px;


	border: 1px solid #e4e4e4;


	padding: 2px;


	cursor: pointer;


}


.contacts-social a {


	font-size: 16px;


	width: 36px;


	height: 36px;


	line-height: 36px;


	background: #ffffff;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 50%;


	color: #2b2a2a;


}


.customers-contacts a {


	font-size: 16px;


	width: 34px;


	height: 34px;


	display: flex;


	align-items: center;


	justify-content: center;


	background: #ffffff;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 50%;


	color: #2b2a2a;


}


.order-actions a {


	font-size: 18px;


	width: 34px;


	height: 34px;


	display: flex;


	align-items: center;


	justify-content: center;


	background: #f1f1f1;


	border: 1px solid #eeecec;


	text-align: center;


	border-radius: 20%;


	color: #2b2a2a;


}


.customers-list .customers-list-item {


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


}


@media (min-width: 992px) {


	.customers-list .customers-list-item:hover {


		background-color: #f8f9fa;


		border-radius: 10px;


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);


		box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);


	}


}


.right-15 {


	right: 15px!important;


}


.font-13 {


	font-size: 13px;


}


.font-14 {


	font-size: 14px;


}


.font-18 {


	font-size: 18px;


}


.font-20 {


	font-size: 20px;


}


.font-22 {


	font-size: 22px;


}


.font-24 {


	font-size: 24px;


}


.font-30 {


	font-size: 30px;


}


.font-35 {


	font-size: 35px;


}


.font-50 {


	font-size: 50px;


}


.font-60 {


	font-size: 60px;


}


.radius-30 {


	border-radius: 30px;


}


.radius-10 {


	border-radius: 10px;


}


.radius-15 {


	border-radius: 15px;


}


.cursor-pointer {


	cursor: pointer;


}


.border-light-2 {

    border-color: rgb(255 255 255 / 12%)!important;

}

.chip {


	display: inline-block;


	height: 32px;


	padding: 0 12px;


	margin-right: 1rem;


	margin-bottom: 1rem;


	font-size: 14px;


	font-weight: 500;


	line-height: 32px;


	color: rgba(0, 0, 0, 0.70);


	cursor: pointer;


	background-color: #f1f1f1;


	border: 1px solid rgba(0, 0, 0, 0.15);


	border-radius: 16px;


	-webkit-transition: all .3s linear;


	transition: all .3s linear;


	box-shadow: none;


}


.chip img {


	float: left;


	width: 32px;


	height: 32px;


	margin: 0 8px 0 -12px;


	border-radius: 50%;


}


.chip .closebtn {


	padding-left: 10px;


	font-weight: bold;


	float: right;


	font-size: 16px;


	cursor: pointer;


}


.chip.chip-md {


	height: 42px;


	line-height: 42px;


	border-radius: 21px;


}


.chip.chip-md img {


	height: 42px;


	width: 42px;


}


/*Invoice Page*/


#invoice {


	padding: 0px;


}


.invoice {


	position: relative;


	background-color: #FFF;


	min-height: 680px;


	padding: 15px


}


.invoice header {


	padding: 10px 0;


	margin-bottom: 20px;


	border-bottom: 1px solid #abc440


}


.invoice .company-details {


	text-align: right


}


.invoice .company-details .name {


	margin-top: 0;


	margin-bottom: 0


}


.invoice .contacts {


	margin-bottom: 20px


}


.invoice .invoice-to {


	text-align: left


}


.invoice .invoice-to .to {


	margin-top: 0;


	margin-bottom: 0


}


.invoice .invoice-details {


	text-align: right


}


.invoice .invoice-details .invoice-id {


	margin-top: 0;


	color: #abc440


}


.invoice main {


	padding-bottom: 50px


}


.invoice main .thanks {


	margin-top: -100px;


	font-size: 2em;


	margin-bottom: 50px


}


.invoice main .notices {


	padding-left: 6px;


	border-left: 6px solid #abc440;


	background: #e7f2ff;


	padding: 10px;


}


.invoice main .notices .notice {


	font-size: 1.2em


}


.invoice table {


	width: 100%;


	border-collapse: collapse;


	border-spacing: 0;


	margin-bottom: 20px


}


.invoice table td,


.invoice table th {


	padding: 15px;


	background: #eee;


	border-bottom: 1px solid #fff


}


.invoice table th {


	white-space: nowrap;


	font-weight: 400;


	font-size: 16px


}


.invoice table td h3 {


	margin: 0;


	font-weight: 400;


	color: #abc440;


	font-size: 1.2em


}


.invoice table .qty,


.invoice table .total,


.invoice table .unit {


	text-align: right;


	font-size: 1.2em


}


.invoice table .no {


	color: #fff;


	font-size: 1.6em;


	background: #abc440


}


.invoice table .unit {


	background: #ddd


}


.invoice table .total {


	background: #abc440;


	color: #fff


}


.invoice table tbody tr:last-child td {


	border: none


}


.invoice table tfoot td {


	background: 0 0;


	border-bottom: none;


	white-space: nowrap;


	text-align: right;


	padding: 10px 20px;


	font-size: 1.2em;


	border-top: 1px solid #aaa


}


.invoice table tfoot tr:first-child td {


	border-top: none


}


.invoice table tfoot tr:last-child td {


	color: #abc440;


	font-size: 1.4em;


	border-top: 1px solid #abc440


}


.invoice table tfoot tr td:first-child {


	border: none


}


.invoice footer {


	width: 100%;


	text-align: center;


	color: #777;


	border-top: 1px solid #aaa;


	padding: 8px 0


}


@media print {


	.invoice {


		font-size: 11px!important;


		overflow: hidden!important


	}


	.invoice footer {


		position: absolute;


		bottom: 10px;


		page-break-after: always


	}


	.invoice>div:last-child {


		page-break-before: always


	}


}


.main-row {


	height: 100vh;


}


.main-col {


	max-width: 500px;


	min-height: 300px;


}


.todo-done {


	text-decoration: line-through;


}


/*Chat box*/


.chat-wrapper {


	width: auto;


	height: 600px;


	border-radius: 0.25rem;


	position: relative;


	background: #ffffff;


	box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);


}


.chat-sidebar {


	width: 340px;


	height: 100%;


	position: absolute;


	background: #ffffff;


	left: 0;


	top: 0;


	bottom: 0;


	z-index: 2;


	overflow: hidden;


	border-right: 1px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	border-bottom-left-radius: 0.25rem;


}


.chat-sidebar-header {


	width: auto;


	height: auto;


	position: relative;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-right: 0px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	padding: 15px;


}


.chat-sidebar-content {


	padding: 0px;


}


.chat-user-online {


	position: relative;


}


.chat-sidebar-header .chat-user-online:before {


	content: '';


	position: absolute;


	bottom: 7px;


	left: 40px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.chat-list .chat-user-online:before {


	content: '';


	position: absolute;


	bottom: 7px;


	left: 36px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.chat-content {


	margin-left: 340px;


	padding: 85px 15px 15px 15px;


}


.chat-header {


	position: absolute;


	height: 70px;


	left: 340px;


	right: 0;


	top: 0;


	padding: 15px;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-top-right-radius: 0.25rem;


	z-index: 1;


}


.chat-footer {


	position: absolute;


	height: 70px;


	left: 340px;


	right: 0;


	bottom: 0;


	padding: 15px;


	background: #f8f9fa;


	border-top: 1px solid rgba(0, 0, 0, .125);


	border-bottom-right-radius: 0.25rem;


}


.chat-footer-menu a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #6c757d;


	text-align: center;


	border-radius: 50%;


	margin: 3px;


	background-color: white;


	border: 1px solid rgb(0 0 0 / 15%);


}


.chat-tab-menu li a.nav-link {


	padding: .3rem 0.2rem;


	line-height: 1.2;


	color: #4a4b4c;


}


.chat-tab-menu .nav-pills .nav-link.active,


.chat-tab-menu .nav-pills .show>.nav-link {


	color: #abc440;


	background-color: rgb(0 123 255 / 0%);


}


.chat-title {


	font-size: 14px;


	color: #272b2f;


}


.chat-msg {


	font-size: 13px;


	color: #6c757d;


}


.chat-time {


	font-size: 13px;


	color: #6c757d;


}


.chat-list {


	position: relative;


	height: 300px;


}


.chat-list .list-group-item {


	border: 1px solid rgb(0 0 0 / 0%);


	background-color: transparent;


}


.chat-list .list-group-item:hover {


	border: 1px solid rgb(0 0 0 / 0%);


	background-color: rgb(13 110 253 / 0.12)


}


.chat-list .list-group-item.active {


	background-color: rgb(13 110 253 / 0.12)


}


.chart-online {


	color: #16e15e;


}


.chat-top-header-menu a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #6c757d;


	text-align: center;


	border-radius: 50%;


	margin: 3px;


	background-color: white;


	border: 1px solid rgb(0 0 0 / 15%);


}


.chat-content {


	position: relative;


	width: auto;


	height: 520px;


}


.chat-content-leftside .chat-left-msg {


	width: fit-content;


	background-color: #eff2f5;


	padding: 0.80rem;


	border-radius: 12px;


	max-width: 480px;


	text-align: left;


	border-top-left-radius: 0;


}


.chat-content-rightside .chat-right-msg {


	width: fit-content;


	background-color: #dcedff;


	padding: 0.80rem;


	border-radius: 12px;


	float: right;


	max-width: 480px;


	text-align: left;


	border-bottom-right-radius: 0;


}


.chat-toggle-btn {


	width: 40px;


	height: 40px;


	line-height: 40px;


	margin-right: 15px;


	text-align: center;


	font-size: 24px;


	color: #6c757d;


	border-radius: 50%;


	cursor: pointer;


	background-color: white;


	border: 1px solid rgb(0 0 0 / 15%);


}


/*Email box*/


.email-wrapper {


	width: auto;


	height: 600px;


	overflow: hidden;


	border-radius: 0.25rem;


	position: relative;


	background: #ffffff;


	box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);


}


.email-sidebar {


	width: 250px;


	height: 100%;


	position: absolute;


	background: #fff;


	left: 0;


	top: 0;


	bottom: 0;


	z-index: 2;


	overflow: hidden;


	border-right: 1px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	border-bottom-left-radius: 0.25rem;


}


.email-sidebar-header {


	width: auto;


	height: auto;


	position: relative;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-right: 0px solid rgba(0, 0, 0, .125);


	border-top-left-radius: 0.25rem;


	padding: 15px;


}


.email-navigation {


	position: relative;


	padding: 0px;


	height: 345px;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


}


.email-header {


	position: absolute;


	height: 70px;


	left: 250px;


	right: 0;


	top: 0;


	padding: 15px;


	background: #ffffff;


	border-bottom: 1px solid rgba(0, 0, 0, .125);


	border-top-right-radius: 0.25rem;


	z-index: 1;


}


.email-content {


	position: absolute;


	left: 0;


	right: 0;


	width: auto;


	top: 70px;


	height: auto;


	margin-left: 250px;


	padding: 0;


	background: #ffffff;


	border-top-left-radius: 0.25rem;


	border-top-right-radius: 0.25rem;


}


.email-navigation a.list-group-item {


	color: #404142;


	padding: .35rem 1.25rem;


	background-color: white;


	border-bottom: 1px solid rgb(0 0 0 / 0%);


	transition: all .3s ease-out;


}


.email-navigation a.list-group-item:hover {


	background-color: rgb(136 51 255 / 15%)


}


.email-navigation a.list-group-item.active {


	color: #abc440;


	font-weight: 600;


	background-color: rgb(136 51 255 / 15%)


}


.email-meeting {


	position: absolute;


	left: 0;


	right: 0;


	bottom: 0;


}


.email-meeting a.list-group-item {


	color: #404142;


	padding: .35rem 1.25rem;


	background-color: white;


	border-bottom: 1px solid rgb(0 0 0 / 0%);


}


.email-meeting a.list-group-item:hover {


	background-color: rgb(136 51 255 / 15%);


	transition: all .3s ease-out;


}


.email-hangout .chat-user-online:before {


	content: '';


	position: absolute;


	bottom: 8px;


	left: 45px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.email-toggle-btn {


	width: auto;


	height: auto;


	margin-right: 10px;


	text-align: center;


	font-size: 24px;


	color: #404142;


	border-radius: 0;


	cursor: pointer;


	background-color: white;


	border: 0px solid rgb(0 0 0 / 15%);


}


.email-actions {


	width: 230px;


	;


}


.email-time {


	font-size: 13px;


	color: #6c757d;


}


.email-list div.email-message {


	background: #ffffff;


	border-bottom: 1px solid rgb(0 0 0 / 8%);


	color: #383a3c;


}


.email-list div.email-message:hover {


	transition: all .2s ease-out;


	background-color: #eceef1;


}


.email-list {


	position: relative;


	height: 530px;


}


.email-star {


	color: #6c757d;


}


.email-read-box {


	position: relative;


	height: 530px;


}


/*Compose Mail*/


.compose-mail-popup {


	width: 42%;


	position: fixed;


	bottom: -30px;


	right: 30px;


	z-index: 15;


	display: none;


}


.compose-mail-toggled {


	display: block;


}


.compose-mail-title {


	font-size: 16px;


}


.compose-mail-close {


	width: 25px;


	height: 25px;


	line-height: 25px;


	text-align: center;


	font-size: 14px;


	border-radius: 2px;


	background-color: rgb(255 255 255 / 0%);


}


.compose-mail-close:hover {


	background-color: rgb(255 255 255 / 20%);


}


/* Navs and Tabs */


.nav-primary.nav-tabs .nav-link.active {


	color: #abc440;


	border-color: #abc440 #abc440 #fff;


}


.nav-danger.nav-tabs .nav-link.active {


	color: #e62e2e;


	border-color: #e62e2e #e62e2e #fff;


}


.nav-success.nav-tabs .nav-link.active {


	color: #29cc39;


	border-color: #29cc39 #29cc39 #fff;


}


.nav-warning.nav-tabs .nav-link.active {


	color: #ffc107;


	border-color: #ffc107 #ffc107 #fff;


}


.nav-pills-danger.nav-pills .nav-link.active {


	color: #fff;


	background-color: #e62e2e;


}


.nav-pills-success.nav-pills .nav-link.active {


	color: #fff;


	background-color: #29cc39;


}


.nav-pills-warning.nav-pills .nav-link.active {


	color: #000;


	background-color: #ffc107;


}


.nav-search input.form-control {


	background-color: rgb(255 255 255 / 20%);


	border: 1px solid rgb(255 255 255 / 45%);


	color: #fff;


}


.nav-search button[type='submit'] {


	background-color: rgb(255 255 255 / 20%);


	border: 1px solid rgb(255 255 255 / 32%);


	color: #fff;


}


.nav-search input.form-control::placeholder {


	opacity: 0.5 !important;


	color: #fff !important;


}


.nav-search input.form-control::-ms-input-placeholder {


	color: #fff !important;


}


.round-pagination.pagination .page-item:first-child .page-link {


	border-top-left-radius: 30px;


	border-bottom-left-radius: 30px;


}


.round-pagination.pagination .page-item:last-child .page-link {


	border-top-right-radius: 30px;


	border-bottom-right-radius: 30px;


}


/* Background Colors */

.bg-white-2 {


	background-color: rgb(255 255 255 / 12%) !important;


}


.bg-light-primary {


	background-color: rgb(136 51 255 / 15%) !important;


}


.bg-light-success {


	background-color: rgb(41 204 57 / 15%)!important;


}


.bg-light-danger {


	background-color: rgb(230 46 46 / 15%)!important;


}


.bg-light-warning {


	background-color: rgb(255 193 7 / 0.11)!important;


}


.bg-light-info {


	background-color: rgb(13 202 240 / 18%)!important;


}


.bg-gradient-cosmic {


	background: linear-gradient(to right, rgb(142, 45, 226), rgb(74, 0, 224)) !important;


}


.bg-gradient-burning {


	background: linear-gradient(to right, rgb(255, 65, 108), rgb(255, 75, 43))!important;


}


.bg-gradient-lush {


	background: linear-gradient(to right, rgb(86, 171, 47), rgb(168, 224, 99))!important;


}


.bg-gradient-Ohhappiness {

	background: linear-gradient(to right, rgb(0, 176, 155), rgb(150, 201, 61))!important;


}


.bg-gradient-kyoto {


	background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0))!important;


}


.bg-gradient-blues {


	background: linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237))!important;


}


.bg-gradient-moonlit {


	background: linear-gradient(to right, rgb(15, 32, 39), rgb(32, 58, 67), rgb(44, 83, 100))!important;


}


.split-bg-primary {


	background-color: #7122e0;


	border-color: #7122e0;


}


.split-bg-secondary {


	background-color: #515a62;


	border-color: #515a62;


}


.split-bg-success {


	background-color: #1db52c;


	border-color: #1db52c;


}


.split-bg-info {


	background-color: #0bb2d3;


	border-color: #0bb2d3;


}


.split-bg-warning {


	background-color: #e4ad07;


	border-color: #e4ad07;


}


.split-bg-danger {


	background-color: #e20e22;


	border-color: #e20e22;


}


.bg-facebook {


	background-color: #3b5998!important;


}


.bg-twitter {


	background-color: #55acee!important;


}


.bg-google {


	background-color: #e52d27!important;


}


.bg-linkedin {


	background-color: #0976b4!important;


}


.text-sky-light {

	color: #cba6ff;

}

/* circle chart */


.circles {
	margin-bottom: -10px;
  }

  .circle {
	width: 100px;
	margin: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
  }

  .circle canvas {
	vertical-align: middle;
  }

  .circle strong {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
  }

  .circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
  }

  .circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
  }



/* Authentication */


.section-authentication-signin {


	height: 100vh;


}


.authentication-forgot {


	height: 100vh;


	padding: 0 1rem;


}


.authentication-reset-password {


	height: 100vh;


	padding: 0 1rem;


}


.authentication-lock-screen {


	height: 100vh;


	padding: 0 1rem;


}


.error-404 {


	height: 100vh;


	padding: 0 1rem;


}


.error-social a {


	display: inline-block;


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 18px;


	color: #fff;


	text-align: center;


	border-radius: 50%;


	margin: 5px;


	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;


}


.authentication-header {
    position: absolute;
    background: url(../images/hero-bg.png) #f3f3f3;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
}

.bg-login {


	background-image: url(../images/login-images/bg-login-img.jpg);


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.bg-forgot {


	background-image: url(../images/login-images/bg-forgot-password.jpg);


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.bg-lock-screen {


	background-image: url(../images/login-images/bg-lock-screen.jpg);


	background-size: cover;


	background-position: center;


	background-repeat: no-repeat;


	background-attachment: fixed;


}


.login-separater span {


	position: relative;


	top: 26px;


	margin-top: -10px;


	background: #ffffff;


	padding: 5px;


	font-size: 12px;


	color: #cbcbcb;


	z-index: 1;


}


/* Buttons */


.btn i {


	vertical-align: middle;


	font-size: 1.3rem;


	margin-top: -1em;


	margin-bottom: -1em;


	margin-right: 5px;


}

.btn-group-round button:first-child {

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;

}

.btn-group-round button:last-child {

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

}

.btn-facebook {


	box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);


	background-color: #3b5998;


	border-color: #3b5998;


	color: #fff;


}


.btn-facebook:hover {


	color: #fff;


}


.btn-white {


	background-color: #fff;


	border-color: #e7eaf3;


}


.chart-container1 {


	position: relative;


	height: 340px;


}


.gmaps,


.gmaps-panaroma {


	height: 400px;


	background: #eeeeee;


	border-radius: 3px;


}


/* Pricing Table*/


.pricing-table .card {


	-webkit-transition: all 0.2s;


	-o-transition: all 0.2s;


	transition: all 0.2s;


	-webkit-border-radius: 15px;


	border-radius: 15px;


}


.pricing-table .card .card-header {


	border-top-left-radius: 15px;


	border-top-right-radius: 15px;


}


@media (min-width: 992px) {


	.pricing-table .card:hover {


		margin-top: -.25rem;


		margin-bottom: .25rem;


		-webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);


	}


}


.pricing-table .card .card-title {


	font-size: 1rem;


	letter-spacing: .2rem;


	font-weight: 500;


}


.pricing-table .card .card-price {


	font-size: 2.7rem;


}


.pricing-table .card .card-price .term {


	font-size: .875rem;


}


.pricing-table .card ul li.list-group-item {


	border-bottom: 1px solid rgb(0 0 0 / 0%);


	color: #3b3b3b;


	font-size: 16px;


}


/*Forms */


input::placeholder {


	color: #000 !important;


	opacity: .3 !important


}


.card-group {


	margin-bottom: 1.5rem;


}



.search-bar {


	display: none;


}


.full-search-bar {


	display: flex;


	align-items: center;


	width: auto;


    position: absolute;


    left: 0;


    right: 0;


	z-index: 100;


	background: #ffffff;


	border-bottom: 1px solid rgb(228 228 228 / 0%);


    background-clip: border-box;


    height: 61px;


	padding: 0rem 1.4rem;


}


.search-bar-box {


	width: 100%;


}


.search-close {

	font-size: 24px;


	right: 10px;


	cursor: pointer;


}



.search-control {


	background-color: #fff;


	border: 1px solid #f2efef00;


	padding-left: 2.5rem;


}

.search-control:focus {

	border: 1px solid #ffffff;

	box-shadow: none;


}



.search-show {


	font-size: 18px;


	left: 15px;


}


.topbar .top-menu-left .nav-item .nav-link {


	padding-right: 0.5rem;


	padding-left: 0.5rem;


	color: #252323;


	font-size: 22px;


}




.topbar .navbar .navbar-nav .nav-link {


	padding-right: 0.8rem;


	padding-left: 0.8rem;


	color: #252323;


	font-size: 22px;


}


.dropdown-toggle-nocaret:after {


	display: none


}


.alert-count {


	position: absolute;


	top: 5px;


	left: 22px;


	width: 18px;


	height: 18px;


	display: flex;


	align-items: center;


	justify-content: center;


	border-radius: 50%;


	font-size: 12px;


	font-weight: 500;


	color: #fff;


	background: #f62718;


}


.user-img {


	width: 42px;


	height: 42px;


	border-radius: 50%;


	border: 0px solid #e5e5e5;


	padding: 0px;


}


.user-info .user-name {


	font-size: 15px;


	font-weight: 500;


	color: #413c3c;


}


.user-info .designattion {


	font-size: 13px;


	color: #a9a8a8;


}


.user-box {


	display: flex;


	align-items: center;


	height: 60px;


	border-left: 1px solid #f0f0f0;


	margin-left: 1rem;


}


.dropdown-large {


	position: relative;


}


.dropdown-large .dropdown-menu {


	width: 360px;


	border: 0;


	padding: 0rem 0;


	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


}


.topbar .navbar .dropdown-large .dropdown-menu::after {


	content: '';


	width: 13px;


	height: 13px;


	background: #ffffff;


	position: absolute;


	top: -6px;


	right: 16px;


	transform: rotate(45deg);


	border-top: 1px solid #ddd;


	border-left: 1px solid #ddd;


}


.topbar .navbar .dropdown-menu::after {


	content: '';


	width: 13px;


	height: 13px;


	background: #ffff;


	position: absolute;


	top: -6px;


	right: 16px;


	transform: rotate(45deg);


	border-top: 1px solid #ddd;


	border-left: 1px solid #ddd;


}


.dropdown-large .msg-header {


	padding: 0.8rem 1rem;


	border-bottom: 1px solid #ededed;


	background-clip: border-box;


	background: #ffffff;


	text-align: left;


	display: flex;


	align-items: center;


	border-top-left-radius: .25rem;


	border-top-right-radius: .25rem;


}


.dropdown-large .msg-header .msg-header-title {


	font-size: 15px;


	color: #1c1b1b;


	margin-bottom: 0;


	font-weight: 500;


}


.dropdown-large .msg-header .msg-header-clear {


	font-size: 12px;


	color: #585858;


	margin-bottom: 0;


}


.dropdown-large .msg-footer {


	padding: 0.8rem 1rem;


	color: #1c1b1b;


	border-top: 1px solid #ededed;


	background-clip: border-box;


	background: transparent;


	font-size: 14px;


	font-weight: 500;


	border-bottom-left-radius: .25rem;


	border-bottom-right-radius: .25rem;


}


.dropdown-large .user-online {


	position: relative;


}


.dropdown-large .msg-name {


	font-size: 14px;


	margin-bottom: 0;


}


.dropdown-large .msg-info {


	font-size: 13px;


	margin-bottom: 0;


}


.dropdown-large .msg-avatar {


	width: 45px;


	height: 45px;


	border-radius: 50%;


	margin-right: 15px;


}


.dropdown-large .msg-time {


	font-size: 12px;


	margin-bottom: 0;


	color: #919191;


}


.dropdown-large .user-online:after {


	content: '';


	position: absolute;


	bottom: 1px;


	right: 17px;


	width: 8px;


	height: 8px;


	border-radius: 50%;


	box-shadow: 0 0 0 2px #fff;


	background: #16e15e;


}


.dropdown-large .dropdown-menu .dropdown-item {


	padding: .50rem 1.3rem;


	border-bottom: 1px solid #ededed;


}


.header-message-list {


	position: relative;


	height: 360px;


}


.header-notifications-list {


	position: relative;


	height: 360px;


}


.dropdown-large .notify {


	width: 45px;


	height: 45px;


	line-height: 45px;


	font-size: 22px;


	text-align: center;


	border-radius: 50%;


	background-color: #f1f1f1;


	margin-right: 15px;


}


.app-box {


	width: 45px;


	height: 45px;


	display: flex;


	align-items: center;


	font-size: 26px;


	justify-content: center;


	cursor: pointer;


	border-radius: 10px;


	background-color: #f6f6f6;


}


.app-title {


	font-size: 14px;


}


.user-box .dropdown-menu i {


	vertical-align: middle;


	margin-right: 10px;


}


.dropdown-menu {


	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);


	border: 0px solid #e9ecef;


	font-size: 14px;


}


.topbar .navbar .dropdown-menu {


	-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;


	animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;


}


@-webkit-keyframes animdropdown {


	from {


		-webkit-transform: translate3d(0, 6px, 0);


		transform: translate3d(0, 6px, 0);


		opacity: 0


	}


	to {


		-webkit-transform: translate3d(0, 0, 0);


		transform: translate3d(0, 0, 0);


		opacity: 1


	}


}


@keyframes animdropdown {


	from {


		-webkit-transform: translate3d(0, 6px, 0);


		transform: translate3d(0, 6px, 0);


		opacity: 0


	}


	to {


		-webkit-transform: translate3d(0, 0, 0);


		transform: translate3d(0, 0, 0);


		opacity: 1


	}


}


.mobile-search-icon {


	display: block;


}


.mobile-toggle-menu {


	display: none;


	font-size: 26px;


	color: #404142;


	cursor: pointer;


}


/*Switcher*/


.switcher-wrapper {


	width: 280px;


	height: 100%;


	position: fixed;


	right: -280px;


	top: 0;


	bottom: 0;


	z-index: 16;


	background: #fff;


	border-left: 0px solid #d2d2d2;


	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);


	transition: all .2s ease-out;


}


.switcher-btn {


	width: 40px;


	height: 40px;


	line-height: 40px;


	font-size: 24px;


	background: #abc440;


	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, .13);


	color: #fff;


	text-align: center;


	border-top-left-radius: 10px;


	border-bottom-left-radius: 10px;


	position: absolute;


	top: 40%;


	right: 100%;


	cursor: pointer;


}


.switcher-wrapper.switcher-toggled {


	right: 0px;


}


.switcher-body {


	padding: 1.25rem;


}


.switcher-body .form-check .form-check-input,


.switcher-body .form-check .form-check-label {


	cursor: pointer;


}


.header-colors-indigators .indigator {


	width: 45px;


	height: 45px;


	background: #f4f2f2;


	border-radius: 10px;


	cursor: pointer;


}










/* Responsive */


@media screen and (max-width: 1280px) {


	.email-header {


		height: auto;


	}


	.email-content {


		padding: 100px 0px 0px 0px;


	}


}


@media screen and (max-width: 1024px) {


	.topbar {


		left: 0px !important;


	}


	.mobile-search-icon {


		display: block;


	}


	.mobile-toggle-menu {


		display: block;


	}


	.sidebar-wrapper {


		left: -300px;


		box-shadow: none;


	}


	.page-wrapper {


		margin-left: 0px;


	}



	.page-footer {


		left: 0px;


	}





	.wrapper.toggled .sidebar-wrapper {


		left: 0px;


	}


	.wrapper.toggled .page-wrapper {


		margin-left: 0px;


	}


	.wrapper.toggled .overlay {


		position: fixed;


		top: 0;


		right: 0;


		bottom: 0;


		left: 0;


		background: #000;


		opacity: 0.6;


		z-index: 10;


		display: block;


		cursor: move;


		transition: all .2s ease-out;


	}


	.error-404 {


		height: auto;


		padding: 6.0rem 1rem;


	}


	.chat-header {


		border-top-left-radius: 0.25rem;


	}


	.chat-footer {


		border-bottom-left-radius: 0.25rem;


	}


	.chat-sidebar {


		left: -370px;


	}


	.chat-content {


		margin-left: 0px;


	}


	.chat-header {


		left: 0px;


	}


	.chat-footer {


		left: 0px;


	}


	/* chat toggled css */


	.chat-toggled .chat-sidebar {


		left: 0px;


	}


	.chat-toggled .overlay {


		position: absolute;


		top: 0;


		right: 0;


		bottom: 0;


		left: 340px;


		background: #000;


		opacity: 0.5;


		z-index: 11;


		display: block;


		cursor: move;


		transition: all .3s ease-out;


	}


	.email-header {


		border-top-left-radius: 0.25rem;


	}


	.email-sidebar {


		left: -280px;


	}


	.email-content {


		margin-left: 0px;


	}


	.email-header {


		left: 0px;


	}


	/* email toggled */


	.email-toggled .email-sidebar {


		left: 0px;


	}


	.email-toggled .overlay {


		position: absolute;


		top: 0;


		right: 0;


		bottom: 0;


		left: 250px;


		background: #000;


		opacity: 0.5;


		z-index: 9;


		display: block;


		cursor: move;


		transition: all .3s ease-out;


	}


}


@media screen and (max-width: 991px) {


	.section-authentication-signin {


		height: 100%;


		margin-top: 6rem;


		margin-bottom: 2rem;


	}


	.authentication-reset-password {


		height: auto;


		padding: 2.0rem 1rem;


	}


	.authentication-lock-screen {


		height: auto;


		padding: 2.0rem 1rem;


	}


	.compose-mail-popup {


		width: auto;


		position: fixed;


		bottom: -30px;


		right: 0;


		left: 0;


	}


}
td label{display:none;}

@media screen and (max-width: 767px) {
    thead {display:none;}
    
tbody tr {
   margin: 0 0 1rem 0;display: block;
}
td label{display:inherit; font-weight:bold;width: 80%;
    border-right: #ccc solid 1px;}
td {
    border: none;
    position: relative;display: flex;
    justify-content: space-between;
     border: #ccc solid 1px !important;
    border-bottom: none !important;
}


	.user-box .user-info {


		display: none;


	}


	.authentication-forgot {


		height: auto;


		padding: 2.5rem 1rem;


	}


}


@media screen and (max-width: 620px) {


	.topbar .navbar .dropdown-menu::after {


		display: none;


	}


	.topbar .navbar .dropdown {


		position: static !important;


	}


	.topbar .navbar .dropdown-menu {


		width: 100% !important;


	}


}


@media screen and (max-width: 520px) {


	.chat-footer-menu,


	.chat-top-header-menu {


		display: none;


	}


}
.owl-thumbs .owl-thumb-item {
	width: 80px;
	height: 80px;
	margin: 0 4px;
	padding: 2px;
	background-color: transparent;
	border: 1px solid rgb(0 0 0 / 12%);
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item:focus {
	border-radius: 0%;
}
.owl-thumbs .owl-thumb-item img {
	width: 100%;
}

.tags-box .tag-link {
    padding: .3rem;
    background-color: #f8f9fa;
    border: 1px solid #d2d2d2;
    color: #41464b;
    font-size: 13px;
    margin: 4px;
    display: inline-block;
}
#btn-scan-qr,#btn-scan-qr2{
    color: #c02f35;
    font-weight: normal;
    float: right;    cursor: pointer;
}
.smallimg{width: 15px;
  }

  #qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
  }
  table, th,td{    font-size: 10px;}
  .btncol{padding-left: 50px;}
  table.form label{font-size: 12px; margin-bottom: 10px; float: left;display: none;text-align: left;}
  #cnv{position: relative;}
#closecanvas {
    cursor: pointer;
    position: absolute;
    top: 8%;
    right: 30%;
    padding: 10px 10px;
    transform: translate(0%, -50%); cursor: pointer;background: #ccc;
  }

  @media (max-width: 480px)   {
    #closecanvas {top: 3%;
    right: 2%;}
      .btncol{padding-left: 10px;}
    table.form label{display: block}
      #fshift,#sap{margin-top:15px}

    /* Force table to not be like tables anymore */
    table.form, .form thead, .form tbody, .form th, .form td, .form tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .form thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

.form tr {
  margin: 0 0 1rem 0;
}

.form tr:nth-child(odd) {
  background: #ccc;
}

    .form td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .form td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .table.form>:not(caption)>*>*{background-color: #fff;}
}
@media (min-width: 768px) and (max-width: 1024px){

    .btncol{padding-left: 10px;}
    table.form label{display: block}
    #fshift,#sap{margin-top:15px}
     /* Force table to not be like tables anymore */
     table.form, .form thead, .form tbody, .form th, .form td, .form tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .form thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

.form tr {
  margin: 0 0 1rem 0;
}

.form tr:nth-child(odd) {
  background: #ccc;
}

    .form td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        width: 50%; float:left;
    }

    .form td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .table.form>:not(caption)>*>*{background-color: #fff;}
}
.table>:not(caption)>*>*{
vertical-align: middle;
}
.table tr td:first-child, .table tr th:first-child{text-align: center;}
.w-5{
    width: 40px;
    height: 30px;
}
#tag_container nav div:first-child{display:none;}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #abc440;
    border-color: #abc440;
}
.page-link{
	color:#abc440
}.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	zoom: 1;
	*display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	z-index: 990;
	width: 100%;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	border-top: 0;
	border-radius: 0 0 4px 4px;
/*	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);*/
}

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }
.chosen-container a { cursor: pointer; }

/* Single Select box */
.chosen-container-single .chosen-single {
	position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 12px;
    height: 33px;
    line-height: 32px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #212529;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    font-size: 13px;
}

.chosen-container-active.chosen-with-drop .chosen-single { border-radius: 4px 4px 0 0; }

.chosen-container-active .chosen-drop,
.chosen-container-single .chosen-drop {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.chosen-container-active.chosen-with-drop .chosen-drop {
	opacity: 1;
	visibility: visible;
}

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #212529;
}

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}


.chosen-container-single .chosen-single div:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 18px;
	margin: 1px 0 0 0;
	right: 20px;
	position: relative;
	width: auto;
	height: auto;
	display: inline-block;
	color: #c0c0c0;
	float: right;
	font-weight: normal;
	transition: transform 0.3s;
	transform: translate3d(0,0,0) rotate(0deg);
}

.chosen-container-active.chosen-with-drop .chosen-single div:after { transform: translate3d(0,0,0) rotate(180deg); }

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 8px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 6px 20px 6px 6px;
	width: 100%;
	height: 40px;
	outline: 0;
	margin-bottom: 10px !important;
	border: 1px solid #ddd !important;
	background-color: #fbfbfb !important;
	display: block;
	position: relative;
	z-index: 9;
	background-color: #fafafa;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.04);
}

.chosen-container-single .chosen-search:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 15px;
	margin: 0 15px 0 0;
	top: 12px;
	position: relative;
	width: 11px;
	height: 5px;
	display: inline-block;
	color: #aaa;
	float: right;
	font-weight: normal;
	z-index: 10;
	transition: transform 0.3s;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}


/* Results */
.chosen-container .chosen-results {
	color: #888;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 8px 0;
	padding: 0 4px 0 8px;
	max-height: 300px;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 9px 10px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li { padding: 10px 18px; transition: color 0.3s; }

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: transparent;
	border-radius: 0;
	color: #66676b;
	transition: color 0.2s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
	color: #888;
	display: list-item;
	background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results { background-color: #fff; }

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}


/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
	height: auto;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 33px;
	cursor: pointer;
	margin: 0;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
	border-radius: 4px 4px 0 0;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 0;
    padding: 0;
    height: 33px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    color: #888;
    line-height: normal;
    font-weight: 500;
    box-shadow: none;
    transition: none;
    font-size: 13px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
    margin: 6px 6px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #66676b;
    line-height: 20px;
    color: #fff;
    cursor: default;
    font-weight: 500;
    border-radius: 3px;
    font-size: 11px;
}

.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: -2px;
	right: 7px;
	display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 10px;
	top: 1px;
	position: relative;
	width: 11px;
	height: 5px;
	display: inline-block;
	color: #fff;
	float: right;
	font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container.chosen-container-multi .chosen-drop { opacity: 0; visibility: hidden; padding: 10px 0; }
.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop { opacity: 1; visibility: visible; }


/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #e0e0e0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] { 	color: #888 !important; }

/* Custom Scrollbar for -wekbit */

.chosen-drop ::-webkit-scrollbar { width: 10px; }

.chosen-drop ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.chosen-drop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}

.chosen-drop ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
}
#filters{    background: #ececec;
    padding: 10px;
    margin-bottom: 20px;}
	.search{background: transparent;
		color: #3a917b;
		border: none; outline: none; box-shadow: none;}
		.search:hover,.search:focus,.search:active{background: transparent;color: #3a917b; outline: none; box-shadow: none;}
		.max200{max-width: 200px;white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis; }
			.fs-10{font-size: 10px;}
			.heading-title {
				width: 32px;
				height: 32px;
				border-radius: 50%;
				text-align: center;
				line-height: 32px;
				color: #fff;
				clear: both;    background: rgb(171 196 64);
			}
			.dinline {
				display: inline-block!important;
			}
			.mr-15 {
				margin-right: 15px!important;
			}
			.pretty * {
				box-sizing: border-box
			}
			
			.pretty input:not([type=checkbox]):not([type=radio]) {
				display: none
			}
			
			.pretty {
				position: relative;
				display: inline-block;
				margin-right: 1em;
				white-space: nowrap;
				line-height: 1
			}
			
			.pretty input {
				position: absolute;
				left: 0;
				top: 0;
				min-width: 1em;
				width: 100%;
				height: 100%;
				z-index: 2;
				opacity: 0;
				margin: 0;
				padding: 0;
				cursor: pointer
			}
			
			.pretty .state label {
				position: static;
				display: inline-block;
				font-weight: 400;
				margin: 0;
				text-indent: 1.5em;
				min-width: calc(1em + 2px)
			}
			
			.pretty .state label:after,.pretty .state label:before {
				content: "";
				width: calc(1em + 2px);
				height: calc(1em + 2px);
				display: block;
				box-sizing: border-box;
				border-radius: 0;
				border: 1px solid transparent;
				z-index: 0;
				position: absolute;
				left: 0;
				top: calc(-108% + 1em);
				background-color: transparent
			}
			
			.pretty .state label:before {
				border-color: #bdc3c7
			}
			
			.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate {
				display: none
			}
.pretty.p-default.p-fill .state label:after{-webkit-transform:scale(1);transform:scale(1)}.pretty.p-default .state label:after{-webkit-transform:scale(.6);transform:scale(.6)}.pretty.p-default input:checked~.state label:after{background-color:#bdc3c7!important}.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before{border-width:.1428571429em}.pretty.p-default.p-thick .state label:after{-webkit-transform:scale(.4)!important;transform:scale(.4)!important}.pretty.p-icon .state .icon{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc(-108% + 1em);border:1px solid transparent;opacity:0}.pretty.p-icon .state .icon:before{margin:0;width:100%;height:100%;text-align:center;display:flex;flex:1 1;justify-content:center;align-items:center;line-height:1}.pretty.p-icon input:checked~.state .icon{opacity:1}.pretty.p-icon input:checked~.state label:before{border-color:#5a656b}.pretty.p-svg .state .svg{position:absolute;font-size:1em;width:calc(1em + 2px);height:calc(1em + 2px);left:0;z-index:1;text-align:center;line-height:normal;top:calc(-108% + 1em);border:1px solid transparent;opacity:0}.pretty.p-svg .state svg{margin:0;width:100%;height:100%;text-align:center;display:flex;flex:1 1;justify-content:center;align-items:center;line-height:1}.pretty.p-svg input:checked~.state .svg{opacity:1}.pretty.p-image .state img{opacity:0;position:absolute;width:calc(1em + 2px);height:calc(1em + 2px);top:0;top:calc(-108% + 1em);left:0;z-index:0;text-align:center;line-height:normal;-webkit-transform:scale(.8);transform:scale(.8)}.pretty.p-image input:checked~.state img{opacity:1}.pretty.p-switch input{min-width:2em}.pretty.p-switch .state{position:relative}.pretty.p-switch .state:before{content:"";border:1px solid #bdc3c7;border-radius:60px;width:2em;box-sizing:unset;height:calc(1em + 2px);position:absolute;top:0;top:calc(-116% + 1em);z-index:0;transition:all .5s ease}.pretty.p-switch .state label{text-indent:2.5em}.pretty.p-switch .state label:after,.pretty.p-switch .state label:before{transition:all .5s ease;border-radius:100%;left:0;border-color:transparent;-webkit-transform:scale(.8);transform:scale(.8)}.pretty.p-switch .state label:after{background-color:#bdc3c7!important}.pretty.p-switch input:checked~.state:before{border-color:#5a656b}.pretty.p-switch input:checked~.state label:before{opacity:0}.pretty.p-switch input:checked~.state label:after{background-color:#5a656b!important;left:1em}.pretty.p-switch.p-fill input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-switch.p-fill input:checked~.state label:before{opacity:0}.pretty.p-switch.p-fill input:checked~.state label:after{background-color:#fff!important;left:1em}.pretty.p-switch.p-slim .state:before{height:.1em;background:#bdc3c7!important;top:calc(50% - .1em)}.pretty.p-switch.p-slim input:checked~.state:before{border-color:#5a656b;background-color:#5a656b!important}.pretty.p-has-hover input:hover~.state:not(.p-is-hover){display:none}.pretty.p-has-hover input:hover~.state.p-is-hover,.pretty.p-has-hover input:hover~.state.p-is-hover .icon{display:block}.pretty.p-has-focus input:focus~.state label:before{box-shadow:0 0 3px 0 #bdc3c7}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate){display:none}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate{display:block}.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon{display:block;opacity:1}.pretty.p-toggle .state.p-on{opacity:0;display:none}.pretty.p-toggle .state .icon,.pretty.p-toggle .state.p-off,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img{opacity:1;display:inherit}.pretty.p-toggle .state.p-off .icon{color:#bdc3c7}.pretty.p-toggle input:checked~.state.p-on{opacity:1;display:inherit}.pretty.p-toggle input:checked~.state.p-off{opacity:0;display:none}.pretty.p-plain.p-toggle .state label:before,.pretty.p-plain input:checked~.state label:before{content:none}.pretty.p-plain.p-plain .icon{-webkit-transform:scale(1.1);transform:scale(1.1)}.pretty.p-round .state label:after,.pretty.p-round .state label:before{border-radius:100%}.pretty.p-round.p-icon .state .icon{border-radius:100%;overflow:hidden}.pretty.p-round.p-icon .state .icon:before{-webkit-transform:scale(.8);transform:scale(.8)}.pretty.p-curve .state label:after,.pretty.p-curve .state label:before{border-radius:20%}.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before{transition:all .5s ease}.pretty.p-smooth input:checked+.state label:after{transition:all .3s ease}.pretty.p-smooth.p-default input:checked+.state label:after,.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img{-webkit-animation:zoom .2s ease;animation:zoom .2s ease}.pretty.p-smooth.p-plain input:checked+.state label:before{content:"";-webkit-transform:scale(0);transform:scale(0);transition:all .5s ease}.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before{-webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before{-webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);animation:jelly .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-jelly:not(.p-default) input:checked+.state label:before{border-color:transparent}.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before{-webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);animation:rotate .7s cubic-bezier(.25,.46,.45,.94);opacity:1}.pretty.p-rotate:not(.p-default) input:checked~.state label:before{border-color:transparent}.pretty.p-pulse:not(.p-switch) input:checked~.state label:before{-webkit-animation:pulse 1s;animation:pulse 1s}.pretty input[disabled]{cursor:not-allowed;display:none}.pretty input[disabled]~*{opacity:.5}.pretty.p-locked input{display:none;cursor:not-allowed}.pretty.p-toggle .state.p-primary label:after,.pretty input:checked~.state.p-primary label:after{background-color:#428bca!important}.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg,.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg{color:#fff;stroke:#fff}.pretty.p-toggle .state.p-primary-o label:before,.pretty input:checked~.state.p-primary-o label:before{border-color:#428bca}.pretty.p-toggle .state.p-primary-o label:after,.pretty input:checked~.state.p-primary-o label:after{background-color:transparent}.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg,.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg{color:#428bca;stroke:#428bca}.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after{background-color:#428bca!important}.pretty.p-switch input:checked~.state.p-primary:before{border-color:#428bca}.pretty.p-switch.p-fill input:checked~.state.p-primary:before{background-color:#428bca!important}.pretty.p-switch.p-slim input:checked~.state.p-primary:before{border-color:#245682;background-color:#245682!important}.pretty.p-toggle .state.p-info label:after,.pretty input:checked~.state.p-info label:after{background-color:#5bc0de!important}.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg,.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg{color:#fff;stroke:#fff}.pretty.p-toggle .state.p-info-o label:before,.pretty input:checked~.state.p-info-o label:before{border-color:#5bc0de}.pretty.p-toggle .state.p-info-o label:after,.pretty input:checked~.state.p-info-o label:after{background-color:transparent}.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg,.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg{color:#5bc0de;stroke:#5bc0de}.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after{background-color:#5bc0de!important}.pretty.p-switch input:checked~.state.p-info:before{border-color:#5bc0de}.pretty.p-switch.p-fill input:checked~.state.p-info:before{background-color:#5bc0de!important}.pretty.p-switch.p-slim input:checked~.state.p-info:before{border-color:#2390b0;background-color:#2390b0!important}.pretty.p-toggle .state.p-success label:after,.pretty input:checked~.state.p-success label:after{background-color:#5cb85c!important}.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg,.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg{color:#fff;stroke:#fff}.pretty.p-toggle .state.p-success-o label:before,.pretty input:checked~.state.p-success-o label:before{border-color:#5cb85c}.pretty.p-toggle .state.p-success-o label:after,.pretty input:checked~.state.p-success-o label:after{background-color:transparent}.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg,.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg{color:#5cb85c;stroke:#5cb85c}.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after{background-color:#5cb85c!important}.pretty.p-switch input:checked~.state.p-success:before{border-color:#5cb85c}.pretty.p-switch.p-fill input:checked~.state.p-success:before{background-color:#5cb85c!important}.pretty.p-switch.p-slim input:checked~.state.p-success:before{border-color:#357935;background-color:#357935!important}.pretty.p-toggle .state.p-warning label:after,.pretty input:checked~.state.p-warning label:after{background-color:#f0ad4e!important}.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg,.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg{color:#fff;stroke:#fff}.pretty.p-toggle .state.p-warning-o label:before,.pretty input:checked~.state.p-warning-o label:before{border-color:#f0ad4e}.pretty.p-toggle .state.p-warning-o label:after,.pretty input:checked~.state.p-warning-o label:after{background-color:transparent}.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg,.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg{color:#f0ad4e;stroke:#f0ad4e}.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after{background-color:#f0ad4e!important}.pretty.p-switch input:checked~.state.p-warning:before{border-color:#f0ad4e}.pretty.p-switch.p-fill input:checked~.state.p-warning:before{background-color:#f0ad4e!important}.pretty.p-switch.p-slim input:checked~.state.p-warning:before{border-color:#c77c11;background-color:#c77c11!important}.pretty.p-toggle .state.p-danger label:after,.pretty input:checked~.state.p-danger label:after{background-color:#d9534f!important}.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg,.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg{color:#fff;stroke:#fff}.pretty.p-toggle .state.p-danger-o label:before,.pretty input:checked~.state.p-danger-o label:before{border-color:#d9534f}.pretty.p-toggle .state.p-danger-o label:after,.pretty input:checked~.state.p-danger-o label:after{background-color:transparent}.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg,.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg{color:#d9534f;stroke:#d9534f}.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after{background-color:#d9534f!important}.pretty.p-switch input:checked~.state.p-danger:before{border-color:#d9534f}.pretty.p-switch.p-fill input:checked~.state.p-danger:before{background-color:#d9534f!important}.pretty.p-switch.p-slim input:checked~.state.p-danger:before{border-color:#a02622;background-color:#a02622!important}.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before{font-size:1.2em!important;top:calc(-135% + 1em)!important}.pretty.p-bigger label{text-indent:1.7em}@media print{.pretty .state .icon,.pretty .state:before,.pretty .state label:after,.pretty .state label:before{color-adjust:exact;-webkit-print-color-adjust:exact;print-color-adjust:exact}}			
.pl-20{padding-left: 20px;}
.withicon .chosen-container .chosen-results li{padding-left: 25px !important; position: relative;}
.withicon .chosen-container .chosen-results li::before{
position: absolute;
top: 30%;
    left: 3%;
font-family: 'FontAwesome';
content: "\f111";
}

.withicon .chosen-container .chosen-results li:nth-child(2):before{
	color:#00927d
}
.withicon .chosen-container .chosen-results li:nth-child(3):before{
	color:#99cddb
}
.withicon .chosen-container .chosen-results li:nth-child(4):before{
	color:#a9c54e
}
.withicon .chosen-container .chosen-results li:nth-child(5):before{
	color:#f35a5c
}
.maxhet{height: 600px; overflow-y: auto;    overflow-x: hidden;}
.form-control{font-size: 13px;}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px 0.4em;
    line-height: 1.5;
    zoom: 1;
    font-weight: normal;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}.tt-menu {
	width: 93%;
    position: absolute;
    top: 99%;
    left: 4%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    max-height: 250px;
    overflow-y: auto;
	cursor:pointer
}
.tt-menu li{border-bottom:#f9f9f9 solid 1px;padding: 5px 4px;}
.tt-menu li:hover{
background:#f5f5f5;
}
.tt-menu a{    display: flex;}
.tt-menu a span{width: 80%;}
#tables img{width: 55px;
    border: #ccc solid 2px;
    height: 55px;
    object-fit: cover;
    border-radius: 10px;}
	#tables tr td:first-child, #tables tr th:first-child{text-align: left;}
	.smtext{    font-size: 12px;}
	img[src=''],img[src='#']
	{visibility: hidden;}
	.figure{
		margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 0;
  break-inside: avoid;
	}
	#subcategories{
		column-count: 3;
  column-gap: 20px;
	}
	.ovhidden{
		height: 200px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
.ribbon {
  position: absolute;
  z-index: 100;
     width: 110px;
    height: 110px;
  overflow: hidden;z-index:0;
}
.ribbon.top-right {
  top: -3px;
  right: -6px;
}
.ribbon.top-right.ribbon-default > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #dddddd 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #cecece;
  font-weight: bold;
  font-size: 65%;
  color: #000;
  background-color: #f4f4f4;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: 27px;
}
.ribbon.top-right.ribbon-default > small:before, .ribbon.top-right.ribbon-default > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-right.ribbon-default > small:before {
  left: 0;
}
.ribbon.top-right.ribbon-default > small:after {
  right: 0;
}
.ribbon.top-right.ribbon-default > small:before, .ribbon.top-right.ribbon-default > small:after {
  bottom: -3px;
  border-top: 3px solid #8e8e8e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-right.ribbon-primary > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOGJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNjQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #428bca), color-stop(100%, #2a6496));
  background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #2a6496;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #428bca;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: 27px;
}
.ribbon.top-right.ribbon-primary > small:before, .ribbon.top-right.ribbon-primary > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-right.ribbon-primary > small:before {
  left: 0;
}
.ribbon.top-right.ribbon-primary > small:after {
  right: 0;
}
.ribbon.top-right.ribbon-primary > small:before, .ribbon.top-right.ribbon-primary > small:after {
  bottom: -3px;
  border-top: 3px solid #0e2132;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-right.ribbon-success > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5CB85C', endColorstr='#FF3D8B3D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjYjg1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOGIzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cb85c), color-stop(100%, #3d8b3d));
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #3d8b3d 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #3d8b3d;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5cb85c;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: 27px;
}
.ribbon.top-right.ribbon-success > small:before, .ribbon.top-right.ribbon-success > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-right.ribbon-success > small:before {
  left: 0;
}
.ribbon.top-right.ribbon-success > small:after {
  right: 0;
}
.ribbon.top-right.ribbon-success > small:before, .ribbon.top-right.ribbon-success > small:after {
  bottom: -3px;
  border-top: 3px solid #163216;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-right.ribbon-info > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5BC0DE', endColorstr='#FF28A1C5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YTFjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #28a1c5));
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #28a1c5 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #28a1c5;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5bc0de;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: 27px;
}
.ribbon.top-right.ribbon-info > small:before, .ribbon.top-right.ribbon-info > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-right.ribbon-info > small:before {
  left: 0;
}
.ribbon.top-right.ribbon-info > small:after {
  right: 0;
}
.ribbon.top-right.ribbon-info > small:before, .ribbon.top-right.ribbon-info > small:after {
  bottom: -3px;
  border-top: 3px solid #124a5b;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-right.ribbon-warning > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0AD4E', endColorstr='#FFDF8A13');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYWQ0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmOGExMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0ad4e), color-stop(100%, #df8a13));
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #df8a13;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #f0ad4e;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: 27px;
}
.ribbon.top-right.ribbon-warning > small:before, .ribbon.top-right.ribbon-warning > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-right.ribbon-warning > small:before {
  left: 0;
}
.ribbon.top-right.ribbon-warning > small:after {
  right: 0;
}
.ribbon.top-right.ribbon-warning > small:before, .ribbon.top-right.ribbon-warning > small:after {
  bottom: -3px;
  border-top: 3px solid #694109;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-right.ribbon-danger > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9534F', endColorstr='#FFB52B27');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1MmIyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #b52b27));
  background-image: -moz-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #b52b27;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #d9534f;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: 27px;
}
.ribbon.top-right.ribbon-danger > small:before, .ribbon.top-right.ribbon-danger > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-right.ribbon-danger > small:before {
  left: 0;
}
.ribbon.top-right.ribbon-danger > small:after {
  right: 0;
}
.ribbon.top-right.ribbon-danger > small:before, .ribbon.top-right.ribbon-danger > small:after {
  bottom: -3px;
  border-top: 3px solid #4c1210;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-left {
  top: 0;
    left: 0;
}
.ribbon.top-left.ribbon-default > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #dddddd 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #cecece;
  font-weight: bold;
  font-size: 65%;
  color: #000;
  background-color: #f4f4f4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-default > small:before, .ribbon.top-left.ribbon-default > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-default > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-default > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-default > small:before, .ribbon.top-left.ribbon-default > small:after {
  bottom: -3px;
  border-top: 3px solid #8e8e8e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-left.ribbon-primary > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOGJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNjQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #428bca), color-stop(100%, #2a6496));
  background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #2a6496;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #428bca;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-primary > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-primary > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-primary > small:before, .ribbon.top-left.ribbon-primary > small:after {
  bottom: -3px;
  border-top: 3px solid #0e2132;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-left.ribbon-success > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5CB85C', endColorstr='#FF3D8B3D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjYjg1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOGIzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cb85c), color-stop(100%, #3d8b3d));
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #3d8b3d 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #3d8b3d;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5cb85c;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-success > small:before, .ribbon.top-left.ribbon-success > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-success > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-success > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-success > small:before, .ribbon.top-left.ribbon-success > small:after {
  bottom: -3px;
  border-top: 3px solid #163216;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-left.ribbon-info > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5BC0DE', endColorstr='#FF28A1C5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YTFjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #28a1c5));
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #28a1c5 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #28a1c5;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5bc0de;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-info > small:before, .ribbon.top-left.ribbon-info > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-info > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-info > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-info > small:before, .ribbon.top-left.ribbon-info > small:after {
  bottom: -3px;
  border-top: 3px solid #124a5b;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-left.ribbon-warning > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0AD4E', endColorstr='#FFDF8A13');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYWQ0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmOGExMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0ad4e), color-stop(100%, #df8a13));
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #df8a13;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #f0ad4e;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-warning > small:before, .ribbon.top-left.ribbon-warning > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-warning > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-warning > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-warning > small:before, .ribbon.top-left.ribbon-warning > small:after {
  bottom: -3px;
  border-top: 3px solid #694109;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.top-left.ribbon-danger > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9534F', endColorstr='#FFB52B27');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1MmIyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #b52b27));
  background-image: -moz-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #b52b27;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #d9534f;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.5);
  top: 16px;
  left: -27px;
}
.ribbon.top-left.ribbon-danger > small:before, .ribbon.top-left.ribbon-danger > small:after {
  position: absolute;
  content: " ";
}
.ribbon.top-left.ribbon-danger > small:before {
  left: 0;
}
.ribbon.top-left.ribbon-danger > small:after {
  right: 0;
}
.ribbon.top-left.ribbon-danger > small:before, .ribbon.top-left.ribbon-danger > small:after {
  bottom: -3px;
  border-top: 3px solid #4c1210;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-right {
  bottom: -3px;
  right: -6px;
}
.ribbon.bottom-right.ribbon-default > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #dddddd 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #cecece;
  font-weight: bold;
  font-size: 65%;
  color: #000;
  background-color: #f4f4f4;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  right: -31px;
}
.ribbon.bottom-right.ribbon-default > small:before, .ribbon.bottom-right.ribbon-default > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-right.ribbon-default > small:before {
  left: 0;
}
.ribbon.bottom-right.ribbon-default > small:after {
  right: 0;
}
.ribbon.bottom-right.ribbon-default > small:before, .ribbon.bottom-right.ribbon-default > small:after {
  top: -3px;
  border-bottom: 3px solid #8e8e8e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-right.ribbon-primary > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOGJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNjQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #428bca), color-stop(100%, #2a6496));
  background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #2a6496;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #428bca;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  right: -31px;
}
.ribbon.bottom-right.ribbon-primary > small:before, .ribbon.bottom-right.ribbon-primary > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-right.ribbon-primary > small:before {
  left: 0;
}
.ribbon.bottom-right.ribbon-primary > small:after {
  right: 0;
}
.ribbon.bottom-right.ribbon-primary > small:before, .ribbon.bottom-right.ribbon-primary > small:after {
  top: -3px;
  border-bottom: 3px solid #0e2132;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-right.ribbon-success > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5CB85C', endColorstr='#FF3D8B3D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjYjg1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOGIzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cb85c), color-stop(100%, #3d8b3d));
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #3d8b3d 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #3d8b3d;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5cb85c;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  right: -31px;
}
.ribbon.bottom-right.ribbon-success > small:before, .ribbon.bottom-right.ribbon-success > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-right.ribbon-success > small:before {
  left: 0;
}
.ribbon.bottom-right.ribbon-success > small:after {
  right: 0;
}
.ribbon.bottom-right.ribbon-success > small:before, .ribbon.bottom-right.ribbon-success > small:after {
  top: -3px;
  border-bottom: 3px solid #163216;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-right.ribbon-info > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5BC0DE', endColorstr='#FF28A1C5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YTFjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #28a1c5));
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #28a1c5 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #28a1c5;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5bc0de;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  right: -31px;
}
.ribbon.bottom-right.ribbon-info > small:before, .ribbon.bottom-right.ribbon-info > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-right.ribbon-info > small:before {
  left: 0;
}
.ribbon.bottom-right.ribbon-info > small:after {
  right: 0;
}
.ribbon.bottom-right.ribbon-info > small:before, .ribbon.bottom-right.ribbon-info > small:after {
  top: -3px;
  border-bottom: 3px solid #124a5b;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-right.ribbon-warning > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0AD4E', endColorstr='#FFDF8A13');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYWQ0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmOGExMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0ad4e), color-stop(100%, #df8a13));
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #df8a13;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #f0ad4e;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  right: -31px;
}
.ribbon.bottom-right.ribbon-warning > small:before, .ribbon.bottom-right.ribbon-warning > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-right.ribbon-warning > small:before {
  left: 0;
}
.ribbon.bottom-right.ribbon-warning > small:after {
  right: 0;
}
.ribbon.bottom-right.ribbon-warning > small:before, .ribbon.bottom-right.ribbon-warning > small:after {
  top: -3px;
  border-bottom: 3px solid #694109;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-right.ribbon-danger > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9534F', endColorstr='#FFB52B27');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1MmIyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #b52b27));
  background-image: -moz-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #b52b27;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #d9534f;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  right: -31px;
}
.ribbon.bottom-right.ribbon-danger > small:before, .ribbon.bottom-right.ribbon-danger > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-right.ribbon-danger > small:before {
  left: 0;
}
.ribbon.bottom-right.ribbon-danger > small:after {
  right: 0;
}
.ribbon.bottom-right.ribbon-danger > small:before, .ribbon.bottom-right.ribbon-danger > small:after {
  top: -3px;
  border-bottom: 3px solid #4c1210;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-left {
  bottom: -3px;
  left: -6px;
}
.ribbon.bottom-left.ribbon-default > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #dddddd 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #cecece;
  font-weight: bold;
  font-size: 65%;
  color: #000;
  background-color: #f4f4f4;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  left: -31px;
}
.ribbon.bottom-left.ribbon-default > small:before, .ribbon.bottom-left.ribbon-default > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-left.ribbon-default > small:before {
  left: 0;
}
.ribbon.bottom-left.ribbon-default > small:after {
  right: 0;
}
.ribbon.bottom-left.ribbon-default > small:before, .ribbon.bottom-left.ribbon-default > small:after {
  top: -3px;
  border-bottom: 3px solid #8e8e8e;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-left.ribbon-primary > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF428BCA', endColorstr='#FF2A6496');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyOGJjYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhNjQ5NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #428bca), color-stop(100%, #2a6496));
  background-image: -moz-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2a6496 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2a6496 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #2a6496;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #428bca;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  left: -31px;
}
.ribbon.bottom-left.ribbon-primary > small:before, .ribbon.bottom-left.ribbon-primary > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-left.ribbon-primary > small:before {
  left: 0;
}
.ribbon.bottom-left.ribbon-primary > small:after {
  right: 0;
}
.ribbon.bottom-left.ribbon-primary > small:before, .ribbon.bottom-left.ribbon-primary > small:after {
  top: -3px;
  border-bottom: 3px solid #0e2132;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-left.ribbon-success > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5CB85C', endColorstr='#FF3D8B3D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjYjg1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkOGIzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5cb85c), color-stop(100%, #3d8b3d));
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #3d8b3d 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #3d8b3d 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #3d8b3d;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5cb85c;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  left: -31px;
}
.ribbon.bottom-left.ribbon-success > small:before, .ribbon.bottom-left.ribbon-success > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-left.ribbon-success > small:before {
  left: 0;
}
.ribbon.bottom-left.ribbon-success > small:after {
  right: 0;
}
.ribbon.bottom-left.ribbon-success > small:before, .ribbon.bottom-left.ribbon-success > small:after {
  top: -3px;
  border-bottom: 3px solid #163216;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-left.ribbon-info > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5BC0DE', endColorstr='#FF28A1C5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YTFjNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #28a1c5));
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #28a1c5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #28a1c5 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #28a1c5;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #5bc0de;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  left: -31px;
}
.ribbon.bottom-left.ribbon-info > small:before, .ribbon.bottom-left.ribbon-info > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-left.ribbon-info > small:before {
  left: 0;
}
.ribbon.bottom-left.ribbon-info > small:after {
  right: 0;
}
.ribbon.bottom-left.ribbon-info > small:before, .ribbon.bottom-left.ribbon-info > small:after {
  top: -3px;
  border-bottom: 3px solid #124a5b;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-left.ribbon-warning > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF0AD4E', endColorstr='#FFDF8A13');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYWQ0ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmOGExMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0ad4e), color-stop(100%, #df8a13));
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #df8a13 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #df8a13 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #df8a13;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #f0ad4e;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  left: -31px;
}
.ribbon.bottom-left.ribbon-warning > small:before, .ribbon.bottom-left.ribbon-warning > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-left.ribbon-warning > small:before {
  left: 0;
}
.ribbon.bottom-left.ribbon-warning > small:after {
  right: 0;
}
.ribbon.bottom-left.ribbon-warning > small:before, .ribbon.bottom-left.ribbon-warning > small:after {
  top: -3px;
  border-bottom: 3px solid #694109;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon.bottom-left.ribbon-danger > small {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9534F', endColorstr='#FFB52B27');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1MmIyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9534f), color-stop(100%, #b52b27));
  background-image: -moz-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #b52b27 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #b52b27 100%);
  position: absolute;
  display: block;
  width: 100%;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #b52b27;
  font-weight: bold;
  font-size: 65%;
  color: #fff;
  background-color: #d9534f;
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  -moz-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.5);
  bottom: 21px;
  left: -31px;
}
.ribbon.bottom-left.ribbon-danger > small:before, .ribbon.bottom-left.ribbon-danger > small:after {
  position: absolute;
  content: " ";
}
.ribbon.bottom-left.ribbon-danger > small:before {
  left: 0;
}
.ribbon.bottom-left.ribbon-danger > small:after {
  right: 0;
}
.ribbon.bottom-left.ribbon-danger > small:before, .ribbon.bottom-left.ribbon-danger > small:after {
  top: -3px;
  border-bottom: 3px solid #4c1210;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.ribbon{padding: 0px !important;
    line-height: 6px;}.imgcircle{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.imgcirclelarge{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;margin-bottom:20px;
}
.btn-rounded{border-radius: 50px; font-size:13px}
.btn-darkgreen{background-color: #013220; color: #fff;}
.btn-orange{background-color: #ff781f; color: #fff;}
#filters .col{text-align: center;}
#filters{
	font-weight: bold;
    font-size: 12px;
}
.row {
    --bs-gutter-x: 0.5rem !important;
}
#filters .chosen-container-multi .chosen-results li {
    padding: 3px 12px;
    transition: color 0.3s;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-align: left;
}
#filters .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #212529;
    font-weight: normal;
    text-align: left;
}
#filters .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    padding: 4px;
    font-size: 13px;
    font-weight: normal;
}
#filters label{    display: block;
    margin-bottom: 10px;}
	.checkboxbutton {
		overflow:auto;
	}
	
	.checkboxbutton label {
		float:left;
		width:auto;
		
		margin-right: 10px;
		
	}
	
.checkboxbutton label span {
		text-align:center;border-radius: 50px;padding: 0.25rem 0.5rem;    font-size: 12px;
    font-weight: normal;
		display:block;	border:transparent solid 2px;    cursor: pointer;
	}
	
.checkboxbutton label input {
		position:absolute;
		top:-20px; display:none;
	}
	
	.checkboxbutton input:checked +span{
		border:#000 solid 2px;
	} .required:after {
		color: #e32;
		content: '*';
		display: inline;
		margin-left: 5px;
	}
	.btn-group-sm>.btn, .btn-xs {
		padding: 0.1rem 0.2rem;
		font-size: .675rem;
	}
	.ui.dimmer .loader {
		display: block;
	}
	.ui.dimmer .ui.loader {
		color: rgba(255, 255, 255, 0.9);
	}
	.ui.dimmer .ui.loader:before {
		border-color: rgba(255, 255, 255, 0.15);
	}
	.ui.dimmer .ui.loader:after {
		border-color: #fff transparent transparent;
	}
	.ui.inverted.dimmer .ui.loader {
		color: rgba(0, 0, 0, 0.87);
	}
	.ui.inverted.dimmer .ui.loader:before {
		border-color: rgba(0, 0, 0, 0.1);
	}
	.ui.inverted.dimmer .ui.loader:after {
		border-color: #767676 transparent transparent;
	}
	.dimmable:not(body) {
		position: relative;
	}
	.ui.dimmer {
		display: none;
		position: fixed;
		top: 0 !important;
		left: 0 !important;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
		padding: 1em;
		background-color: rgba(0, 0, 0, 0.85);
		opacity: 0;
		line-height: 1;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-transition: background-color 0.5s linear;
		transition: background-color 0.5s linear;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		will-change: opacity;
		z-index: 1000;
	}
	.ui.dimmer > .content {
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		user-select: text;
		color: #080808
	}
	.ui.segment > .ui.dimmer {
		border-radius: inherit !important;
	}
	.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.1);
	}
	.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.25);
	}
	.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
		background: rgba(255, 255, 255, 0.15);
	}
	.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
		background: rgba(255, 255, 255, 0.35);
	}
	.animating.dimmable:not(body),
	.dimmed.dimmable:not(body) {
		overflow: hidden;
	}
	.dimmed.dimmable > .ui.animating.dimmer,
	.dimmed.dimmable > .ui.visible.dimmer,
	.ui.active.dimmer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
	}
	.ui.disabled.dimmer {
		width: 0 !important;
		height: 0 !important;
	}
	.dimmed.dimmable > .ui.animating.legacy.dimmer,
	.dimmed.dimmable > .ui.visible.legacy.dimmer,
	.ui.active.legacy.dimmer {
		display: block;
	}
	.ui[class*="top aligned"].dimmer {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.ui[class*="bottom aligned"].dimmer {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.ui.page.dimmer {
		position: fixed;
		-webkit-transform-style: "";
		transform-style: "";
		-webkit-perspective: 2000px;
		perspective: 2000px;
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	body.animating.in.dimmable,
	body.dimmed.dimmable {
		overflow: hidden;
	}
	body.dimmable > .dimmer {
		position: fixed;
	}
	.blurring.dimmable > :not(.dimmer) {
		-webkit-filter: blur(0) grayscale(0);
		filter: blur(0) grayscale(0);
		-webkit-transition: 0.8s -webkit-filter ease;
		transition: 0.8s -webkit-filter ease;
		transition: 0.8s filter ease;
		transition: 0.8s filter ease, 0.8s -webkit-filter ease;
	}
	.blurring.dimmed.dimmable > :not(.dimmer) {
		-webkit-filter: blur(5px) grayscale(0.7);
		filter: blur(5px) grayscale(0.7);
	}
	.blurring.dimmable > .dimmer {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.blurring.dimmable > .inverted.dimmer {
		background-color: rgba(255, 255, 255, 0.6);
	}
	.ui.dimmer > .top.aligned.content > * {
		vertical-align: top;
	}
	.ui.dimmer > .bottom.aligned.content > * {
		vertical-align: bottom;
	}
	.ui.inverted.dimmer {
		background-color: rgba(255, 255, 255, 0.85);
	}
	.ui.inverted.dimmer > .content > * {
		color: #080808
	}
	.ui.simple.dimmer {
		display: block;
		overflow: hidden;
		opacity: 1;
		width: 0%;
		height: 0%;
		z-index: -100;
		background-color: rgba(0, 0, 0, 0);
	}
	.dimmed.dimmable > .ui.simple.dimmer {
		overflow: visible;
		opacity: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.85);
		z-index: 1;
	}
	.ui.simple.inverted.dimmer {
		background-color: rgba(255, 255, 255, 0);
	}
	.dimmed.dimmable > .ui.simple.inverted.dimmer {
		background-color: rgba(255, 255, 255, 0.85);
	}
	.progress-bar-animate {
		width:0%;
		height:5px;
		background:linear-gradient(to right,rgb(76,217,105),rgb(90,200,250),rgb(0,132,255),rgb(52,170,220),rgb(88,86,217),rgb(255,45,83));
		margin-top:10px;
		background-size:350px 5px;
		border-radius:10px;
		animation:loading 6s ease-in-out forwards infinite;
	  }.shadow {
		width:100%;
		height:40px;
		background:linear-gradient(to bottom,rgba(100,100,100,0.17),rgba(100,100,100,0.1),transparent);
		/* transform:skew(45deg) translate(15px,5px); */
	  }
	  @keyframes loading {
		to {
		  width:100%;
		}
	  }.steps {
		border-top: 1px solid #ebebeb;
		border-bottom: 1px solid #ebebeb;
		padding: 12px 20px;
	}
	
	list-type-ulli, ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.steps ul{display: flex;
		display: -webkit-flex;}
	.steps ul li {
		padding-right: 80px;
		padding-left: 0px;
		position: relative;
	}.steps ul .current a {
		color: #222;
	}
	.steps ul li a {
		color: #999;
		text-decoration: none;
		font-weight: bold;
	}.steps ul li:after {
		position: absolute;
		width: 1px;
		height: 30px;
		content: "";
		background: #ebebeb;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.title {
		align-items: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		-o-align-items: center;
		-ms-align-items: center;display: flex;
		display: -webkit-flex;
	}.steps ul .current a .number {
		border: 2px solid #222;
	}
	.number {
		display: inline-flex;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border: 2px solid #999;
    margin-right: 15px;
    text-align: center;
	}
	.ov1{height: 175px;
		overflow: auto;}
		.ov2{
			height: 250px;
    overflow: auto;
		}.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
  }

  .first-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 0px;
  }

  .second-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 99px;
  }

  .third-col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    left: 200px;
  }
  /* .table-responsive {
	scrollbar-color: #d4aa70 #e4e4e4;
 scrollbar-width: thin;
}

.table-responsive::-webkit-scrollbar {
 width: 10px;
}

.table-responsive::-webkit-scrollbar-track {
 background-color: #e4e4e4;
 border-radius: 100px;
}

.table-responsive::-webkit-scrollbar-thumb {
 border-radius: 100px;
 border: 2px solid transparent;
 background-clip: content-box;
 background-color: #4e4e4e;
} */
 .chosen-container.is-valid .chosen-single, .chosen-container.is-valid .chosen-choices {
    border-color: #15ca20;
}
 .chosen-container.is-invalid .chosen-single ,.chosen-container.is-invalid .chosen-choices{
    border-color: #fd3550;
}
.noclick{    cursor: default; }
.noclick:hover{background: none !important; color: #000 !important;}
.iconboxcheck{
	margin: auto;
	display: block !important;
    text-align: center;
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 37px;
    color: green;
    line-height: 30px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.textarea500{    height: 650px}
.promptheight{min-height: 745px;}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #969696;
    border-color: #b7b7b7;
}
.iconboxcheckno{
	margin: auto;
	display: block !important;
    text-align: center;
    background: #e8e8e8;
    width: 30px;
    height:30px;
    border-radius: 50%;
    font-size: 37px;
    color: red;
    line-height: 30px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}
.chosen-disabled .chosen-single{background-color: #eaecef;}
.thumbscore{background: #000;
    color: #fff;
    border-radius: 30px;
    width: 55px;
    text-align: center;
    line-height: 13px;
    font-size: 11px;    padding-top: 3px !important;
    padding-bottom: 3px !important;
    height: 20px;}
    #tag_container .row {
    --bs-gutter-x: 1.5rem !important;
}
table>thead .sorting:before, table>thead .sorting_asc:before, table>thead .sorting_desc:before, table>thead .sorting_asc_disabled:before, table>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}
table>thead .sorting:before, table>thead .sorting:after, table>thead .sorting_asc:before, table>thead .sorting_asc:after, table>thead .sorting_desc:before, table>thead .sorting_desc:after, table>thead .sorting_asc_disabled:before, table>thead .sorting_asc_disabled:after, table>thead .sorting_desc_disabled:before, table>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: .3;
}
table>thead .sorting, table>thead .sorting_asc, table>thead .sorting_desc, table>thead .sorting_asc_disabled, table>thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}table>thead .sorting:after, table>thead .sorting_asc:after, table>thead .sorting_desc:after, table>thead .sorting_asc_disabled:after, table>thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "↓";
}table>thead .sorting_asc:before, table>thead .sorting_desc:after {
    opacity: 1;
}
.breaktdword{word-wrap: break-word;min-width: 160px;max-width: 160px;
}
.gal{    border: #ebebeb solid;
    height: 80px;
}
.gal img{    width: 100%;
    height: 80px;
    object-fit: cover;}.ck-editor__editable_inline{
    min-height: 350px;
}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_border]{display:none !important;}

*, *::after, *::before {
  box-sizing: border-box;
}

.donut {
  --donut-size: 50px;
  --donut-border-width: 3px;
  --donut-spacing: 0;
  --donut-spacing-color: 255, 255, 255;
  --donut-spacing-deg: calc(1deg * var(--donut-spacing));
  border-radius: 50%;
  height: var(--donut-size);
  position: relative;
  width: var(--donut-size);border: #e9e9e9 solid 3px;
}

.donut__label {
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

.donut__label__heading {
  font-size: 16px;
  font-weight: 600;
}

.donut__label__sub {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.donut__slice {
  height: 100%;
  position: absolute;
  width: 100%;
}

.donut__slice::before,
.donut__slice::after {
  border: var(--donut-border-width) solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

.donut__slice::before {
  border-width: calc(var(--donut-border-width) + 1px);
  box-shadow: 0 0 1px 0 rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
}

.donut__slice__first {
  --first-start: 0;
}

.donut__slice__first::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  -webkit-transform: rotate(calc(360deg * var(--first-start) + 45deg));
          transform: rotate(calc(360deg * var(--first-start) + 45deg));
}

.donut__slice__first::after {
  border-top-color: #AAC54E;
  border-right-color: rgba(255, 104, 56, calc(100 * (var(--first) - .25)));
  border-bottom-color: rgba(255, 104, 56, calc(100 * (var(--first) - .5)));
  border-left-color: rgba(255, 104, 56, calc(100 * (var(--first) - .75)));
  -webkit-transform: rotate(calc(360deg * var(--first-start) + 45deg + var(--donut-spacing-deg)));
          transform: rotate(calc(360deg * var(--first-start) + 45deg + var(--donut-spacing-deg)));
}

.donut__slice__second {
  --second-start: calc(var(--first));
  --second-check: max(calc(var(--second-start) - .5), 0);
  -webkit-clip-path: inset(0 calc(50% * (var(--second-check) / var(--second-check))) 0 0);
          clip-path: inset(0 calc(50% * (var(--second-check) / var(--second-check))) 0 0);
}

.donut__slice__second::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  -webkit-transform: rotate(calc(360deg * var(--second-start) + 45deg));
          transform: rotate(calc(360deg * var(--second-start) + 45deg));
}

.donut__slice__second::after {
  border-top-color: #FFD432;
  border-right-color: rgba(255, 200, 32, calc(100 * (var(--second) - .25)));
  border-bottom-color: rgba(255, 200, 32, calc(100 * (var(--second) - .5)));
  border-left-color: rgba(255, 200, 32, calc(100 * (var(--second) - .75)));
  -webkit-transform: rotate(calc(360deg * var(--second-start) + 45deg + var(--donut-spacing-deg)));
          transform: rotate(calc(360deg * var(--second-start) + 45deg + var(--donut-spacing-deg)));
}

.donut__slice__third {
  --third-start: calc(var(--first) + var(--second));
  --third-check: max(calc(var(--third-start) - .5), 0);
  -webkit-clip-path: inset(0 calc(50% * (var(--third-check) / var(--third-check))) 0 0);
          clip-path: inset(0 calc(50% * (var(--third-check) / var(--third-check))) 0 0);
}

.donut__slice__third::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  -webkit-transform: rotate(calc(360deg * var(--third-start) + 45deg));
          transform: rotate(calc(360deg * var(--third-start) + 45deg));
}

.donut__slice__third::after {
  border-top-color: #F15D59;
  border-right-color: rgba(151, 201, 92, calc(100 * (var(--third) - .25)));
  border-bottom-color: rgba(151, 201, 92, calc(100 * (var(--third) - .5)));
  border-left-color: rgba(151, 201, 92, calc(100 * (var(--third) - .75)));
  -webkit-transform: rotate(calc(360deg * var(--third-start) + 45deg + var(--donut-spacing-deg)));
          transform: rotate(calc(360deg * var(--third-start) + 45deg + var(--donut-spacing-deg)));
}

.donut__slice__fourth {
  --fourth-start: calc(var(--first) + var(--second) + var(--third));
  --fourth-check: max(calc(var(--fourth-start) - .5), 0);
  -webkit-clip-path: inset(0 calc(50% * (var(--fourth-check) / var(--fourth-check))) 0 0);
          clip-path: inset(0 calc(50% * (var(--fourth-check) / var(--fourth-check))) 0 0);
}

.donut__slice__fourth::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  -webkit-transform: rotate(calc(360deg * var(--fourth-start) + 45deg));
          transform: rotate(calc(360deg * var(--fourth-start) + 45deg));
}

.donut__slice__fourth::after {
  border-top-color: #1cb2f6;
  border-right-color: rgba(28, 178, 246, calc(100 * (var(--fourth) - .25)));
  border-bottom-color: rgba(28, 178, 246, calc(100 * (var(--fourth) - .5)));
  border-left-color: rgba(28, 178, 246, calc(100 * (var(--fourth) - .75)));
  -webkit-transform: rotate(calc(360deg * var(--fourth-start) + 45deg + var(--donut-spacing-deg)));
          transform: rotate(calc(360deg * var(--fourth-start) + 45deg + var(--donut-spacing-deg)));
}

.donut__slice__fifth {
  --fifth-start: calc(var(--first) + var(--second) + var(--third) + var(--fourth));
  --fifth-check: max(calc(var(--fifth-start) - .5), 0);
  -webkit-clip-path: inset(0 calc(50% * (var(--fifth-check) / var(--fifth-check))) 0 0);
          clip-path: inset(0 calc(50% * (var(--fifth-check) / var(--fifth-check))) 0 0);
}

.donut__slice__fifth::before {
  border-top-color: rgba(var(--donut-spacing-color), calc(100 * var(--donut-spacing)));
  -webkit-transform: rotate(calc(360deg * var(--fifth-start) + 45deg));
          transform: rotate(calc(360deg * var(--fifth-start) + 45deg));
}

.donut__slice__fifth::after {
  border-top-color: #1685b8;
  border-right-color: rgba(22, 133, 184, calc(100 * (var(--fifth) - .25)));
  border-bottom-color: rgba(22, 133, 184, calc(100 * (var(--fifth) - .5)));
  border-left-color: rgba(22, 133, 184, calc(100 * (var(--fifth) - .75)));
  -webkit-transform: rotate(calc(360deg * var(--fifth-start) + 45deg + var(--donut-spacing-deg)));
          transform: rotate(calc(360deg * var(--fifth-start) + 45deg + var(--donut-spacing-deg)));
}
.nav-link{    padding: 0.5rem 0.7rem;}
