@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

:root{
    --primary-color: #00B7DC;
    --secondary-color: #0076A8;
    --font-color: #181818;
    --bg-color: #ffffff;
    --link-color: #00B7DC
}

h1, h2, h3, h4, h5, h6, p, label, input,button,select,textarea, ul,li {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--font-color) !important;    
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 700;
}

html, body {
color: var(--font-color) !important;    
}

h1, .h1 {
font-size: 32px;
line-height: 54px;
letter-spacing: -0.04em;
}

h2, .h2 {
   font-size: 32px;
line-height: 54px; 
}

h3, .h3 {
   font-size: 24px;
line-height: 29px; 
}

h4, .h4 {
   font-size: 22px;
line-height: 27px; 
}

h5, .h5 {
   font-size: 18px;
line-height: 22px; 
}

h6, .h6 {
   font-size: 16px;
line-height: 20px; 
}

p, .p, label,  ul, li {
   font-size: 16px;
line-height: 26px; 
}

.terms h1
{
    font-size: 27px;
}
.terms h2
{
    font-size: 25px;
}
.terms h3
{
    font-size: 23px;
}
.terms h4
{
    font-size: 21px;
}
.terms h5
{
    font-size: 19px;
}
.terms h6
{
    font-size: 17px;
}

.terms a,
.terms a:active,
.terms a:hover,
.terms a:visited
{
    color: var(--link-color);
    font-size: 15px;
}
.terms li,
.terms > p {
    font-size: 15px;
}

.terms h1.termName {
    font-size: 21px;
    font-weight: bolder;
}
.sharepoint-data th.sort-enabled {
    display: none;
}
.sharepoint-data td.postedon {
    display: none;
}
.crmEntityFormView, 
.crmEntityFormView .actions, 
.crmEntityFormView .grid-actions, 
.sharepoint-data .table>thead>tr>th, 
.sharepoint-data .table>thead>tr>td, 
.sharepoint-data .table>tbody>tr>th, 
.sharepoint-data .table>tbody>tr>td, 
.sharepoint-data .table>tfoot>tr>th, 
.sharepoint-data .table>tfoot>tr>td {
    border: none !important;
}

/* TRG EDITS */

.navbar-static-top.navbar-inverse {
    background-color: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid;
    border-bottom-color: var(--primary-color) !important;
}

.container>.navbar-header {
    padding: 15px 0;
}

.navbar-inverse .navbar-toggle {
   background-color: var(--primary-color);
   border-color: var(--primary-color) !important;
}

.navbar-inverse .navbar-toggle:hover {
   background-color: var(--secondary-color);
   border-color: var(--secondary-color) !important;   
}

.table-striped.table {
   border: 1px dashed;
   border-color: var(--primary-color);
}

.btn {
    font-weight: 700;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.02em;
text-transform: uppercase;
}

.btn-primary {
    color: white !important;
    background-color: var(--link-color) !important;
    border-color: var(--link-color) !important;
}

.btn-primary:hover{
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;    
}

.btn-default {
   color: var(--primary-color) !important;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
   padding: 0 28px 20px;
}

input.form-control,
select.form-control {
   -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;    
   border: 1px solid #E4E1DF;
   height: 50px;
   color: var(--font-color);
}

.sharepoint-custom-icon {
   color: var(--primary-color);
}

footer .footer-bottom {
   border-top: 4px solid;
   border-top-color: var(--primary-color);
   background-color:#fff
}

footer .footer-bottom p {
    opacity: 0.55;
}
