a {
    color: #337ab7;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

a.nav-link:hover,
.nav-item a:hover {
    text-decoration: none;
}

select.form-control {
    border: 1px solid #dee2e6 !important;
}

label.caption {
    font-size: 15px;
}

textarea.description {
    margin-top: 10px;
    height: 200px;
    font-size: 18px;
} 

.header-title .new-btn {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    right: 0;
    top: 18px;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    margin-right: 60px;
}

.header-title .new-btn:hover {
    text-decoration: none;
}

.navbar a:hover {
    text-decoration: none;
}

.dataTables_filter {
    padding-top: 10px;
}

.add-category-link-wrapper,
.add-tag-link-wrapper {
    padding: 12px 18px; 
    vertical-align: middle; 
    text-align: center;
}

.link-color {
    color: #6fa0ae;
}

.item-attribute-label-wrapper {
    border-bottom: 1px solid #ddd;
    min-height: 45px;
    border-bottom: 1px solid #ddd;
    height: 43px;
}

.attribute-label-switch {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}

.cancel-option {
    position: relative;
    bottom: 42px;
    float: right;
}

.cancel-option .material-icons {
    font-size: 20px;
}

.white-on-hover:hover {
    color: #fff !important;
}

section.content-header {
    position: fixed;
    z-index: 999;
    width: 84.71%;
    margin-right: -21px;
    margin-left: -21px;
    top: 64px;
}

div.container-fluid {
    padding-top: 10%;
}

@media only screen and (min-width: 500) {
    section.content-header {
        width: calc(99.2% - 234px);
    }
}

@media only screen and (max-width: 767px) {
    .sidebar ul li a {
        color: #8a929b;
        font-size: 14px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 500px) {
    section.content-header {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    div.container-fluid {
        padding-top: 20%;
    }

    .hide-in-mobile {
        display: none;
    }
}

@media only screen and (min-width: 501px) {
    .hide-in-mobile {
        display: block;
    }
}

/*Pattern Lib*/
.margin-B-5 {
    margin-bottom: 5px !important;
}

.margin-B-50 {
    margin-bottom: 50px !important;
}

.margin-T-10 {
    margin-top: 10px !important;
}

.margin-T-50 {
    margin-top: 50px !important;
}

.margin-T-7 {
    margin-right: 7px !important;
}

.text-align-R {
    text-align: right;
}

.text-align-C {
    text-align: center;
}

.text-align-L {
    text-align: left;
}

.font-S-14 {
    font-size: 14px;
}

.font-S-16 {
    font-size: 16px;
}

.font-S-18 {
    font-size: 18px;
}

.font-W-B {
    font-weight: bold;
}

.padding-R-30 {
    padding-right: 30px !important;
}

.padding-T-5 {
    padding-top: 5px !important;
}

.padding-T-10 {
    padding-top: 10px !important;
}

.padding-B-5 {
    padding-bottom: 5px !important;
}

.padding-B-10 {
    padding-bottom: 10px !important;
}

.padding-B-70 {
    padding-bottom: 70px !important;
}

.padding-TB-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-L-0 {
    padding-left: 0 !important;
}

.bg-color-grey {
    background-color: #aaa;
}

.position-A {
    position: absolute !important;
}

.float-left {
    float: left;
}

.right-0 {
    right: 0 !important;
}

.border-L-none {
    border-left: none !important;
}

.border-R-none {
    border-right: none !important;
}

.height-100-vh {
    min-height: 100vh;
}

.teal-color {
    color: #26a698 !important;
}

.light-grey-color {
    color: #8a929b !important;
}

.width-100 {
    width: 100%;
}

.max-width-100 {
    max-width: 100%;
}

.max-height-154 {
    max-height: 154px;
}

.product-section-title {
    margin-left: 9px;
    font-weight: bold;
}

.dataTables_length select {
    display: block;
}

.bordered-table {
    border-collapse: collapse;
}

.bordered-table td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
}

.text-outline {
    color: black;
	-webkit-text-stroke: 1px black;
	-webkit-text-fill-color: white;
}

blockquote {
    background: #ffb2b2;
    border: 1px solid #ff0000;
    border-left: 10px solid #ff0000;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    width: 100%;
    color: #333;
    font-weight: bold;
}

blockquote p:before {
    color: red;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 38px;
    font-style: italic;
    left: -50px;
    position: absolute;
    top: -8px;
}

div.alert-box.secondary {
    background-color: #e9e9e9;
    color: #505050;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

div.alert-box {
    display: block;
    padding: 6px 7px 7px;
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #2ba6cb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.alert-box {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 36px;
    margin: 10px;
}

.document-type {
    width: 20px;
    height: 20px;
}

/*For price tag*/
.card-price {
	display: inline-block;
  
  width: auto;
	height: 38px;
	
	background-color: #6ab070;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #6ab070;

	/* This makes room for the triangle */
	margin-left: 19px;
	
	position: relative;
	
	color: white;
	font-weight: 300;
	font-size: 22px;
	line-height: 38px;

	padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #6ab070;
}

/* Makes the circle */
.card-price:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

.relative-btn-wrapper {
    width: 100%;
    margin-top: 15%;
}

.min-vu-service-list-ul-height {
    min-height: 152px;
}

.emphasize {
    font-weight: bold;
    font-size: 18px;
    color: brown;
}

.btn-cancel-reschedule:hover,
.btn-cancel-reschedule {
    background-color: #ae4553;
    color: #ffffff;
}

.spacer-div {
    padding-top: 15px;
}

.btn-outline-green {
    background-color: #5bb75b;
    color: #ffffff;
}

.btn-outline-green:hover {
    color: #ffffff;
}