body {
    font-family: var(--primary-font);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    background-color: #eee;
    height: initial;
}

/* * {
    margin: 0;
    padding: 0;
}

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

a,
a:link,
a:focus,
a:hover {
    outline: none;
    cursor: pointer;
    text-decoration: none;
} */


/*Font Size*/

h1 {
    font-size: 24px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 12px;
}

.small {
    font-size: 6px;
}

.medium {
    font-size: 8px;
}

.large {
    font-size: 10px;
}

.fn23 {
    font-size: 23px;
}

.fn30 {
    font-size: 30px;
}

.fn12 {
    font-size: 12px;
}

.fn14 {
    font-size: 14px;
}

.fn17 {
    font-size: 17px;
}

/* Y Axis Margin */

.my-7 {
    margin: 7px 0;
}

/* Margins */

.mt {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt75 {
    margin-top: 75px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt90 {
    margin-top: 90px;
}

.mt18 {
    margin-top: 18em;
}
/* .pos-t31 {
	position: absolute;
	top: 35%;
} */

.mb {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.ml {
    margin-left: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml15 {
    margin-left: 15%;
}

.ml13 {
    margin-left: 13px;
}

.ml20p {
    margin-left: 20%;
}


/* Padding */

.pt {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pr {
    padding-right: 0;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pl {
    padding-left: 0;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}


.pd5 {
	padding: 5em 0;
}


/* Text */

.primary_text {
    color: var(--primary-col);
}

.secondary_text {
    color: var(--secondary-col);
}

.tertiary_text {
    color: var(--tertiary-col);
}

.col_green {
    color: var(--green-col);
}

.col_yellow {
    color: var(--yellow-col);
}

.col_blue {
    color: var(--blue-col);
}

.col_orange {
    color: var(--orange-col);
}

.grey50 {
    color: var(--grey50);
}

.col_red {
    color: var(--red-col);
}

.col_grey, .col_grey:hover {
    color: var(--grey-col);
}

.col_grey5 {
    color: var(--grey5);
}

.col_grey25 {
    color: var(--grey25);
}

.col_grey50 {
    color: var(--grey50);
}

.col_grey75 {
    color: var(--grey75);
}

.col_grey95 {
    color: var(--grey95);
}

.col_blue {
    color: var(--new-blue);
}


/*Background*/

.primary_back {
    background-color: var(--primary-col);
}

.secondary_back {
    background-color: var(--secondary-col);
}

.tertiary_back {
    background-color: var(--tertiary-col);
}

.bg_black {
    background-color: var(--black-col);
}

.bg_white {
    background-color: var(--white-col);
}

.bg_red {
    background-color: var(--red-col);
}

.bg_green {
    background-color: var(--green-col);
}

.bg_yellow {
    background-color: var(--yellow-col);
}

.bg_blue {
    background-color: var(--blue-col);
}

.bg_orange {
    background-color: var(--orange-col);
}

.bg_grey5 {
    background-color: var(--grey5);
}

.bg_grey25 {
    background-color: var(--grey25);
}

.bg_grey50 {
    background-color: var(--grey50);
}

.bg_grey75 {
    background-color: var(--grey75);
}

.bg_grey95 {
    background-color: var(--grey95);
}


/* Grayscale */

.scale25 {
    background-color: #000;
    filter: grayscale(25%);
}


/*alerts*/

.alert_box_high {
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
    font-weight: bold;
}

.alert_box_medium {
    background-color: rgba(255, 255, 0, 0.2);
    color: yellow;
    font-weight: bold;
}

.alert_box_low {
    background-color: rgba(255, 255, 255, 0.2);
    color: green;
    font-weight: bold;
}


/*Borders*/

.br2 {
    border-radius: 2px;
}

.tar {
    text-align: right;
}

.tacc {
    text-align: center;
}

.site_icon {
    font-size: 21px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.col_yellow {
    color: #F7CA18;
}

.bell_mg {
    margin: 0 13px;
}

.fixed {
    position: fixed;
}

.empty-state-icon {
    display: block;
    font-size: 64px;
    margin: 100px auto 50px;
    text-align: center;
}

.empty-state-text {
    text-align: center;
    margin: 20px auto;
}

.mh313 {
    min-height: 313px;
}

.logo-stack {
    width: 142px;
    /*position: relative;*/
    /*right: 3%;*/
}

.no-logo {
    transform: translateX(100%);
    margin-top: 7%;
}

.pd14 {
	padding: 14px 0;
}

.empty-state-icon {
    display: block;
    font-size: 64px;
    color: #d6d7d8;
    margin: 100px auto 50px;
    text-align: center;
}

.empty-state-text {
    text-align: center;
    color: #a6a7a8;
    margin: 20px auto;
}

.mh313 {
    min-height: 313px;
}

.overlay-link {
    position: relative;
    top: 30px;
    padding: 8px;
    background: var(--white-col);
    color: var(--black-col);
    opacity: 0.8;
}

.tooltip-inner {
    word-break: break-all;
    width: 500px;
    text-align: center;
}

/* Border bottom */

.underline {
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}

.underr:nth-child(6) {
    border-bottom: none;
}
.left {
    float: left;
}

.right {
    float: right;
}

.posr {
    position: relative;
    right: 29%;
}

.posrr {
    float: right;
    margin-top: -17px;
    margin-left: -57px;
    position: relative;
    right: 64px;
}

.polb {
    position: relative;
    float: right;
    bottom: 17px;
    right: 24px;
}

.tal {
    text-align: center;
}

.pr63 {
    position: relative;
    right: 63px;
}

.pos50 {
    position: relative;
    left: 50%;
}

.left61_5 {
    position: relative;
    left: 61.5%;
}

.attemptemail {
    position: relative;
    bottom: 12px;
    left: 12px; 
}

.version {
    position: absolute !important;
    top: 94%;
    left: 39%;
}

.md-sidenav-right {
    transform: translate(-100%, 9%);
}