/** Fonts **/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
textarea,
input {
    font-family: museo-sans-rounded, sans-serif !important;
	font-size: 16px;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

a,
a:link,
a:active,
a:visited {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

/** Header Styling **/

.navbar-static-top.navbar-inverse {
    background-color: #8d3999;
    border-color: transparent;

}

.nav > li > a:hover {
    background-color: #a644b2 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #a644b2 !important;
}

.navbar::before {
    display: block;
    content: '';
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #80308c;
    position: absolute;
}

.custom-btn,
.custom-btn.btn-success {
    background: #ffc627;
    position: relative;
    box-shadow: 0 4px #ffa627;
    border-radius: 8px;
    color: #000;
    padding: 14px 4px;
    /*text-transform: uppercase;*/
    width: 195px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    border: 0;
    max-width: 100%;
    margin: 0 8px 15px 8px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    line-height: 54px;
    font-weight: 700;
    font-size: 13pt;
    padding: 0 25px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

/** Button Styling **/

.btn-primary,
.entitylist-filter button {
    background: #ffc627 !important;
    box-shadow: 0 4px #ffa627 !important;
    border-radius: 8px !important;
    color: #000000 !important;
    padding: 14px 4px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    min-width: 150px !important;
    border: none;
}

.btn-primary:hover,
.entitylist-filter button:hover {
    border: none;
    box-shadow: 0 3px #ffa627;
    background: #ffda72 !important;
    top: 1px;
}

.btn-default {
    border: none;
    color: purple;
}

.btn-wide {
    padding: 14px 24px !important;
}

.btn-info {
    background: #fff;
    color: rgba(161, 130, 186, 1) !important;
    border: none;
    transition: all 0.5s;
}

.modal-footer .btn + .btn {
    line-height: 40px;
}

.btn-default:hover {
    background-color: #ffda72;
}

.btn-info:hover {
    background: #f6f6f6;
}

#resourceLib {
    background: #ffc627;
}

#resourceLib:before {
    background: #ffa627;
    color: #000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    transition: all 0.5s;
}

#resourceLib:hover {
    background: #ffda72 !important;
}

#resourceLib:before:hover {
    background: #ffcd3f !important;
}

.form-control {
    height: 40px;
    font-size: 16px;
}

.alert-success {
    background: #00A980;
    color: #fff;
}

.domain-header.active:before {
    transform: rotateX(180deg);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: rgba(0, 169, 128, 0.4);
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    background-color: #872A90;
    border-color: #872A90;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #872A90;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background: rgba(56, 47, 45, 0.1);
    color: #872A90;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #872A90;
    border-color: #872A90;
}

.well {
    background: #8d3999;
    color: #fff !important;
}

.well img,
#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel {
    display: none;
}


/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-left: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */