﻿.it {
    font-family: Poppins !important;
    /* As there is not way to change font via theme as of now-         
        https: //github.com/SamProf/MatBlazor/issues/803*/
}

.internal-tools {
    /*height: 28px;
    width: 139px;*/
    margin-left: 15px;
    margin-top: 10px;
    color: #595959;
    font-family: Poppins !important;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 30px;
}


.top-navigation-epc {
    height: 88px;
}


.dice-d-20 {
    height: 26px;
    width: 24px;
}

.top-navigation-epc {
    height: 88px;
}

.side-nav-rectangle {
    /*width: 280px;*/
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(147,147,147,0.14);
}

.user-profile {
    margin-top: -25px;
    margin-left: -15px;
    margin-right: 15px;
}

.col-width-15 {
    width: 15%;
}

.col-width-25 {
    width: 25%;
}

.col-width-30 {
    width: 30%;
}

.col-width-35 {
    width: 35%;
}

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


.launch-mat-card {    
    max-height: 300px;
    max-width: 300px;
}

.launch-mat-card-content {
    padding: 1rem;
    text-align: center;
}

.launch-mat-card-clean-margin {
    margin: 0px;
}

.launch-mat-card-image {
    background-size: 125px 175px;
}

.launch-mat-card-image-dcom {
    background-size: 120px 100px;
}


.welcome-div {
    height: 85vh;
    overflow-y: auto;
}

.hide {
display:none;
}

.internal-tools-logo {
height:30px;
width:75px;
}

.open-menu {
    width: 250px;        
    top: 60px !important;    
}


.center-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-padding {
    padding: 0px 0px 0px 0px;
}

.no-horizontal-padding {
    padding-right: 0px;
    padding-left: 0px;
}

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

.it-breadcrumb {
    background-color: transparent !important;
}

.td-ellipsis {
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.light-blue-color {
    color: #00A4B3 !important;
}

.light-blue-bg-color {
    background-color: #d7f2f5 !important;
}

