/* Project Architecture 2.0 CSS by Square Works */

/* general */
body {padding-top:10px; padding-bottom:20px; background-color: #eaf2f3;}
html {
    position: relative;
    min-height: 100%;
}
body.sticky-footer{
    margin-bottom: 170px;
}
body.sticky-footer .bottom-base-footer{
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}

h1 {padding-bottom:0.2em;}

.meta {color:#999; font-size:.9em; display:block;}
.meta em {font-style:normal; font-weight:bold;}

.error-message{color: #b94a48; margin-bottom: 10px;}
.formMessageHandle .error-message{ margin-top:-5px !important;}
.formMessageHandle .help-block{ margin-top:-5px !important; color:#999999 !important; font-size:10px !important;}

.inactive-label{
    display: block;
    font-size: 12px;
    text-align: center;
    background-color: #ea6f42;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.inactive-label.inlineLabel{
    display: inline-block;
    padding: 4px 14px;
    margin-top: 10px;
}

.anim-easeout{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.text-b400{
    font-weight: 400; /* Lato Regular */
}
.text-b700{
    font-weight: 700; /* Lato Bold */
}
.text-b900{
    font-weight: 900; /* Lato Black */
}
.text-10{
    font-size: 10px;
}
.text-12{
    font-size: 12px;
}
.text-14{
    font-size: 14px;
}
.text-16{
    font-size: 16px;
}
.text-18{
    font-size: 18px;
}
.text-20{
    font-size: 20px;
}
.text-24{
    font-size: 24px;
}
.text-28{
    font-size: 28px;
}
.text-32{
    font-size: 32px;
}
.text-36{
    font-size: 36px;
}
.text-48{
    font-size: 48px;
}

.text-normal-color{
    color: #5f6c72;
}
.text-link-green-color{
    color: #09a189;
}
.text-link-white-color{
    color: #ffffff;
}
.text-link-gold-color{
    color: #c3bb13;
}
.heading-color{
    color: #40364d;
}
.heading-color-light{
    color: #404969
}

.space5{ height:5px; clear:both; overflow:hidden;}
.space10{ height:10px; clear:both; overflow:hidden;}
.space15{ height:15px; clear:both; overflow:hidden;}
.space20{ height:20px; clear:both; overflow:hidden;}
.space25{ height:25px; clear:both; overflow:hidden;}
.space30{ height:30px; clear:both; overflow:hidden;}
.space40{ height:40px; clear:both; overflow:hidden;}
.space50{ height:50px; clear:both; overflow:hidden;}

/* Spacers */
.spacer4,
.spacer8,
.spacer12,
.spacer16,
.spacer20,
.spacer24,
.spacer28,
.spacer32,
.spacer40,
.spacer48,
.spacer52,
.spacer56,
.spacer60,
.spacer64,
.spacer70,
.spacer80,
.spacer120{
    width:100%;
    font-size:0;
    margin:0;
    padding:0;
    border:0;
    display:block;
}
.spacer4{ height:4px }
.spacer8{ height:8px }
.spacer12{ height:12px }
.spacer16{ height:16px }
.spacer20{ height:20px }
.spacer24{ height:24px }
.spacer28{ height:28px }
.spacer32{ height:32px }
.spacer40{ height:40px }
.spacer48{ height:48px }
.spacer52{ height:52px }
.spacer56{ height:56px }
.spacer60{ height:60px }
.spacer64{ height:64px }
.spacer70{ height:70px }
.spacer80{ height:80px }
.spacer120{ height:120px }


.bg-white-color{
  background-color: #ffffff;
}
.bg-skyblue-dark-color{
  background-color: #d5e3e3;
}


.tagging {
    display: inline-block;
    border-radius: 12px;
    padding: 4px 10px 5px;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
a.tagging{
    box-shadow: 0 2px 4px 0 rgba(64, 54, 77, 0.05);
    text-decoration: none;
}
a.tagging:hover,
a.tagging:focus{
    box-shadow: 0 2px 6px rgb(255, 255, 255);
    text-decoration: none;
    color: #525252;
}
.tagging-color-red {
    background-color: rgba(254,118,65,.12);
    color: #fe7641 !important;
}
.tagging-color-blue {
    background-color: rgb(215, 229, 229);
    color: #437cff !important;
}
.tagging-color-offBlue {
    background-color: rgb(234, 242, 242);
    color: #7f7f80 !important;
}

a.btn-info{ color:#FFFFFF !important;}

/* Buttons */
.btn{
    border: none;
}

.btn-tg2-tertiary:active,
.btn-tg2-tertiary.active,
.btn-tg2-tertiary.btn-shadow:active,
.btn-tg2-tertiary .btn-shadow.active,
.btn-tg2-tertiary.btn-tg2-shadow-dark:active,
.btn-tg2-tertiary .btn-tg2-shadow-dark.active{
    /*box-shadow: 0 1px 2px 0 rgba(64, 54, 77, 0.31);*/
    box-shadow: inset 0 0 4px 2px rgba(5,15,44,.3);
    border-radius: 2px;
}
/* Tertiary : Reddish Orange Button | White Text Color */
.btn-tg2-tertiary{
    border:none;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color:#ffffff;
    background-image: linear-gradient(284deg, #f1703e, #f3706f);
}
.btn-tg2-tertiary:hover,
.btn-tg2-tertiary:focus{
    color:rgba(255,255,255,0.9);
    background-image: linear-gradient(284deg, #f3706f, #f1703e);
}
.btn-tg2-tertiary:active,
.btn-tg2-tertiary.active,
.btn-tg2-tertiary:not(:disabled):not(.disabled).active, 
.btn-tg2-tertiary:not(:disabled):not(.disabled):active{
    background-image: linear-gradient(284deg, #e26463, #e06637);
}
.btn-tg2-tertiary.btn-shadow{
    box-shadow: 0 2px 4px 0 rgba(64, 54, 77, 0.05);
}
.btn-tg2-tertiary.btn-shadow:hover,
.btn-tg2-tertiary.btn-shadow:focus{
    box-shadow: 0 4px 12px rgb(255, 208, 136);
}


.proj-arch-title-nav{
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}




/* login */
#login-page.container {width:320px;}

/* dashboard */
.summary {display:table; width:100%; padding:0; margin:0 0 20px 0;}
.summary ul {margin:0; padding:0; overflow:hidden; display:table-row;}
.summary li {margin:0; padding:19px; display:table-cell; border-right:1px solid #eee;}
.summary li:last-child {border:none;}
.summary a {display:block; font-size:1.2em; line-height:1.4em; text-transform:uppercase; color:#000;}
.summary .count {display:block; font-size:1.75em; font-weight:bold;}

	/* dashboard - ie fixes */
	.ie7 .summary {display:block;}
	.ie7 .summary ul {margin:0; padding:0; overflow:hidden; display:block;}
	.ie7 .summary li {float:left;}
	
	.ielt9 .summary .last {border:none;}

/* tasks */
.tasks {margin:0; padding:0;}
.tasks li {list-style-type:none; padding-bottom:0.3em;}
.tasks input {vertical-align:baseline;}
.tasks .meta {padding-left:18px;}
.tasks.done {opacity:0.8;}

/* messages */
.messages {margin:0; padding:0;}
.messages .messages {padding-top:19px;}
.messages li {list-style-type:none; padding-bottom:0.3em;}
.messages .well {padding:19px;}
.messages .messages .well {border:none; -webkit-box-shadow:none;-moz-box-shadow:none; box-shadow:none; border-left:3px solid #eee;border-left:3px solid rgba(0, 0, 0, 0.05);}

/* blank slate */
.blank-slate {text-align:center;}

/* files */
.files li {list-style-type:none;}
.files .meta {padding-left:18px;}

.zebra-list {margin:0 0 18px 0; padding:0;}
.zebra-list li {border:1px solid #DDD; padding:8px; border-bottom:none;}
.zebra-list li:nth-child(odd) {background-color:#F9F9F9;}
.zebra-list li:first-child {-webkit-border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;}
.zebra-list li:last-child {border-bottom:1px solid #DDD; -webkit-border-radius:0 0 4px 4px; -moz-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px;}


/* Photo Galary */
.adminPhotoContainer{ margin:0px !important; }
li.adminPhotoBox.listBoxStyle{ 
	list-style-type: none;
	float: left;
	width: 100px;
	margin: 5px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}
li.adminPhotoBox.listBoxStyle .deleteImage.btn-danger{
	margin-top:-2px; 
	display:block;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
}
.adminPhotoBox{ position: relative;}
.adminPhotoBox.selected:after {
    content: "COVER";
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 20px;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}	
li.adminPhotoBox.selected:before {
    content: "";
    left: 12px;
    position: absolute;
    z-index: 5;
    border: 4px dashed #ff5028;
    top: 0px;
    right: 12px;
    bottom: 0px;
    background-color: rgba(255, 93, 93,0.5);
}
	
	
/* ==== Preloader ==== */
#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.6);
	z-index: 9998;
	position: fixed;
}

#status {
	width: 66px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(img/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -66px;
	box-shadow: 0px 0px 1px 1px #E2E2E2;
	-webkit-border-radius: 66px;
	border-radius: 66px;
}	

h2.loadingTxt{
	font-size:20px;
	color: #000000;
	margin: 10px 52px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 9999;
}

/* Updates of 2016 */

/* Admin - Common Styles 
-------------------------------------------------- */
.page-header {
    padding-bottom: 0px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #ffffff;
}
.page-header::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d5e2e2;
}
.page-header .action-bar{
	float:right;
	text-align:right;
}

.thumbnails {
    margin-left: 0px;
    list-style: none;
    padding: 0px;
}
.thumbnails>li {
    float: left;
    margin-bottom: 20px;
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    box-shadow: 0 1px 3px rgba(0,0,0,0.055);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.addEdit-imageHolder img{
    max-width: 100%;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 3px; 
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #ffffff;
}
blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
blockquote small {
    display: block;
    line-height: 20px;
    color: #999;
}
blockquote.page-header::after{
    margin-top: 10px;
}

hr.gray{
    border-top: 1px solid #d5e2e2;
    border-bottom: 1px solid #fff;
    margin: 20px 0;
}

table.dataTable tfoot th, 
table.dataTable tfoot td {
    border-top: 2px solid #eaf2f2 !important;
    background-color: rgb(215, 228, 228) !important;
    color:#808080 !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
}
table.dataTable thead th, 
table.dataTable thead td {
    border-bottom: 2px solid #eaf2f2 !important;
    background-color: rgb(215, 228, 228) !important;
    color:#808080 !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
}

.table-bordered thead:first-child tr:first-child th:first-child, 
.table-bordered tbody:first-child tr:first-child td:first-child {
    border-radius:0px;
    -webkit-border-radius:0px;
}

table.dataTable{
    background-color:#FFFFFF;
    border-radius:0px;
    -webkit-border-radius:0px;
    margin-bottom: 10px !important;
}
table.dataTable.table-bordered td, 
table.dataTable.table-bordered th {
    border: 1px solid #eaf2f2;
    padding: 8px 10px;
}
table.dataTable.table-bordered{
  border: none;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d7e5e5 !important;
}

table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd{
    background-color: #fdfdfd !important;
}
table.dataTable.display tbody tr.odd>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #fcfcfc !important;
}
table.dataTable.hover tbody tr:hover, 
table.dataTable.display tbody tr:hover {
    background-color: #fbfbfb !important;
}

table.dataTable.display tbody tr:hover>.sorting_1, 
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #f9f9f9 !important;
}

.listing-image-link{
    border-radius: 2px;
    background-color: #fff;
    border: solid 2px #fff;
    display: block;
}
.listing-image-link:hover,
.listing-image-link:focus{
    box-shadow: 0 1px 6px rgb(215, 229, 229);
}

.listing-title-link{
    color: #09a189;
    font-weight: 700;
}



.text-right{ text-align:right}
.text-left{ text-align:left}
.text-center{ text-align:center}

/* Image Listing
-------------------------------------------------- */
.image-lister .thumbnail{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
	overflow:hidden;
}
.image-lister .thumbnail img{
	visibility: hidden;
	vertical-align:bottom;
}
.image-lister .thumbnail .action-content{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    right: 2%;
    padding: 3% 4%;
    background-color: rgba(0,0,0,0.1);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	color:#fff;
	opacity:0;
}
.image-lister .thumbnail:hover .action-content{
	background-color: rgba(0,0,0,0.8);
	opacity:1;
}

.image-lister .ui-sortable .adminPhotoBox:hover{
    cursor: move;
}





/* Dashboard Latest Five Projects
-------------------------------------------------- */
.latestFivePro .thumbnail{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
	overflow:hidden;
}
.latestFivePro .thumbnail img{
	visibility: hidden;
	vertical-align:bottom;
}
.latestFivePro .thumbnail .projectDetails{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    right: 2%;
    padding: 3% 4%;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    color: #fff;
}
.latestFivePro .thumbnail:hover .projectDetails{
	background-color: rgba(0,0,0,0.4);
}
.latestFivePro .thumbnail .projectDetails h4{
    margin-bottom: 0px;
}


/* Admin Sidebar Menu - Main Container  */
.admin-sidebar-menu{
    padding:0px;
  background-color: #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
  position: sticky;
  top: 67px;
  margin-top: 10px;
  font-size: 13px;
}
.admin-sidebar-menu a {
    color: #09a189;
    text-decoration: none;
}
.admin-sidebar-menu .access-off a{
    color: #9fb9cc;
}

/* Admin Sidebar Menu Styles
-------------------------------------------------- */
.admin-sidebar-menu .nav.nav-list{ padding:0px;}
.admin-sidebar-menu .nav > li > a { 
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  /*border: 1px solid #e5e5e5;*/
  text-shadow: none;
}
.admin-sidebar-menu .nav > li:first-child > a {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
.admin-sidebar-menu .nav > li:last-child > a {
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
.admin-sidebar-menu .nav > .active > a {
  position: relative;
  z-index: 2;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  background: none;
  background-image: linear-gradient(284deg,#02bc6d,#09a08a);
  color: #fff;
}
/* Chevrons */
.admin-sidebar-menu .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.admin-sidebar-menu .nav > li > a:hover {
    background-color: #02bc6d;
    color: #fff;
}
.admin-sidebar-menu a:hover .icon-chevron-right {
  opacity: .5;
}
.admin-sidebar-menu .active .icon-chevron-right,
.admin-sidebar-menu .active a:hover .icon-chevron-right {
  /*background-image: url(../img/glyphicons-halflings-white.png);*/
  opacity: 1;
}

.textFieldStyle{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.profile-contentEdit{
    height: 210px;
    overflow-y: auto;
}

.project-category-tab{
    display: block;
}
.project-category-tab >.btn {
    width: 50%;
    border-radius: 0px !important; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.project-category-tab .activeTab{
    box-shadow: none !important;
    background: none !important;
    border-bottom: none !important;
}


li.adminPhotoBox img.proImg{ height:100px; width:100px;}
#dragAndDropFiles h1{font-size:22px; padding:5px 20px;}
.sortable-placeholder{
    width: 260px;
    height: 120px;
    background-color: #eaeaea;
    padding: 4px;
    border: 1px dashed #a5a5a5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.cover-select-modal{
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top:2%;
    width: 920px;
}
.cover-select-modal.fade.in {
    top: 5%;
}

.no-image-holder{
    text-align: center;
    background-color: #f5f5f5;
    border: 1px dashed #d4d4d4;
}
.no-image-holder img{ max-width: 100%;}
.cat-select-container{text-align: right;}
.cat-select-value .cat-select-editBtn{
    border-radius: 2px;
    background-color: #d8e6e6;
    border: 1px solid #437bfd;
    padding: 8px 16px 9px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #495057;
    text-decoration: none;
}
.cat-select-value .cat-select-editBtn:hover,
.cat-select-value .cat-select-editBtn:focus{
    box-shadow: 0 4px 12px rgba(159, 213, 229, 0.67);
    border: 1px solid #6eb1f0;
    text-decoration: none;
}
.cat-select-value.hide,
.cat-select-dropdown.hide{
    display: none;
}

.category-nav-menu .nav-link{
    font-size: 18px;
    font-weight: 700;
}
.category-nav-menu .nav-link.disabled{
    position: relative;
}
.category-nav-menu .nav-link.disabled::after{
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0px;
    left: 1rem;
    right: 1rem;
    margin: 0 auto;
    display: block;
    background-color: #fff;
}

.pa1-form-content {
    border-radius: 2px;
    background-color: #f7f8f9;
    box-shadow: 0 2px 4px 0 #40364d0c;
    border: 1px solid #ebeef0;
    padding: 18px 24px 24px;
    position: relative;
}
.pa1-form-content.stickyForm{
    position: sticky;
    top: 65px;
}
.pa1-form-label {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #40364d;
}
.pa1-form-control {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #a1aaaf;
    padding: 8px 16px 9px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #495057;
}

.parch-reorder-container ol#sortable {
    counter-reset: li;
}
.parch-reorder-container ol#sortable > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
}
.parch-reorder-container ol#sortable > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    margin-right: 8px;
    padding: 0px;
    border-bottom: 3px solid #eaf2f2;
    color: #fff;
    background: #666;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    z-index: 5;
    border-radius: 100%;
    height: 35px;
    line-height: 33px;
    display: block;
}
.parch-reorder-container .thumbnail .action-content{
    opacity: 1;
    font-size: 11px;
}
.parch-dashboard-category-list{
    padding-left: 0px;
    margin-left: 0px;
    overflow: hidden;
    clear: both;
    margin-bottom: 60px;
}
.parch-dashboard-category-list .list-group-item{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}


/*------------------------------------
  Label
------------------------------------*/
.u-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0.625rem 1.125rem;
  border-radius: 6.1875rem;
  transition: 0.2s ease-in-out;
}

.u-label--rounded {
  border-radius: 6.1875rem;
}

/*------------------------------------
  Label Sizes
------------------------------------*/
/* Extra Small */
.u-label--xs {
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.7;
  padding: 0.25rem 1rem;
}

/* Small */
.u-label--sm {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

/*------------------------------------
  Label Colors
------------------------------------*/
/* label primary */
.u-label--primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}

.u-label--primary[href]:hover, .u-label--primary[href]:focus {
  color: #fff;
  background-color: #377dff;
}

/* label secondary */
.u-label--secondary {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
}

.u-label--secondary[href]:hover, .u-label--secondary[href]:focus {
  color: #fff;
  background-color: #77838f;
}

/* label success */
.u-label--success {
  color: #00c9a7;
  background-color: rgba(0, 201, 167, 0.1);
}

.u-label--success[href]:hover, .u-label--success[href]:focus {
  color: #fff;
  background-color: #00c9a7;
}

/* label info */
.u-label--info {
  color: #00dffc;
  background-color: rgba(0, 223, 252, 0.1);
}

.u-label--info[href]:hover, .u-label--info[href]:focus {
  color: #1e2022;
  background-color: #00dffc;
}

/* label warning */
.u-label--warning {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
}

.u-label--warning[href]:hover, .u-label--warning[href]:focus {
  color: #1e2022;
  background-color: #ffc107;
}

/* label danger */
.u-label--danger {
  color: #de4437;
  background-color: rgba(222, 68, 55, 0.1);
}

.u-label--danger[href]:hover, .u-label--danger[href]:focus {
  color: #fff;
  background-color: #de4437;
}

/* label light */
.u-label--light {
  color: #f6f9fc;
  background-color: rgba(246, 249, 252, 0.1);
}

.u-label--light[href]:hover, .u-label--light[href]:focus {
  color: #1e2022;
  background-color: #f6f9fc;
}

/* label dark */
.u-label--dark {
  color: #1e2022;
  background-color: rgba(30, 32, 34, 0.1);
}

.u-label--dark[href]:hover, .u-label--dark[href]:focus {
  color: #fff;
  background-color: #1e2022;
}

/* label white */
.u-label--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.u-label--white[href]:hover, .u-label--white[href]:focus {
  color: #1e2022;
  background-color: #fff;
}

.clearfilterBtn{
    font-size: 14px;
    line-height: 14px;
    padding: 3px 8px 4px;
    border: none;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4ea189;
}